From owner-freebsd-ports Sun Jul 18 2:20: 8 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id B1BAA14C88 for ; Sun, 18 Jul 1999 02:20:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA33026; Sun, 18 Jul 1999 02:20:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from icc.surw.chel.su (surw.chel.su [195.54.2.162]) by hub.freebsd.org (Postfix) with ESMTP id 112E715044 for ; Sun, 18 Jul 1999 02:14:34 -0700 (PDT) (envelope-from andy@icc.surw.chel.su) Received: (from andy@localhost) by icc.surw.chel.su (8.9.2/8.8.8) id NAA17232; Sun, 18 Jul 1999 13:14:19 +0400 (MSD) (envelope-from andy) Message-Id: <199907180914.NAA17232@icc.surw.chel.su> Date: Sun, 18 Jul 1999 13:14:19 +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/12690: New port: gperiodic-1.2.1 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 12690 >Category: ports >Synopsis: New port: gperiodic-1.2.1 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun Jul 18 02:20:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Andrey Zakhvatov >Release: FreeBSD 3.1-RELEASE i386 >Organization: South Ural Railway ICC >Environment: >Description: This is a port of gperiodic-1.2.1. Gperiodic displays a periodic table of the elements, allowing you to browse through the elements, and view detailed information about each element. # 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: # # gperiodic-1.2.1 # gperiodic-1.2.1/Makefile # gperiodic-1.2.1/files # gperiodic-1.2.1/files/md5 # gperiodic-1.2.1/pkg # gperiodic-1.2.1/pkg/COMMENT # gperiodic-1.2.1/pkg/DESCR # gperiodic-1.2.1/pkg/PLIST # echo c - gperiodic-1.2.1 mkdir -p gperiodic-1.2.1 > /dev/null 2>&1 echo x - gperiodic-1.2.1/Makefile sed 's/^X//' >gperiodic-1.2.1/Makefile << 'END-of-gperiodic-1.2.1/Makefile' X# New ports collection makefile for: gperiodic X# Version required: 1.2.1 X# Date created: 16 July 1999 X# Whom: Andrey Zakhvatov X# X# $Id$ X# X XDISTNAME= gperiodic-1.2.1 XCATEGORIES= misc XMASTER_SITES= ftp://ftp.seul.org/pub/gperiodic/ X XMAINTAINER= andy@icc.surw.chel.su X XUSE_GMAKE= yes XWRKSRC= ${WRKDIR}/gperiodic X XMAN1= gperiodic.1 X XLIB_DEPENDS= gdk12.2:${PORTSDIR}/x11-toolkits/gtk12 \ X glib12.2:${PORTSDIR}/devel/glib12 \ X gmodule12.2:${PORTSDIR}/devel/glib12 \ X gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 \ X intl.1:${PORTSDIR}/devel/gettext X XUSE_X_PREFIX= yes XGNU_CONFIGURE= yes XCONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \ X GLIB_CONFIG="${LOCALBASE}/bin/glib12-config" \ X GTK_CONFIG="${X11BASE}/bin/gtk12-config" X Xpost-install: X @ ${INSTALL_MAN} ${WRKSRC}/man/gperiodic.1 ${PREFIX}/man/man1 X.if !defined(NOPORTDOCS) X @ ${MKDIR} ${PREFIX}/share/doc/gperiodic X.for file in AUTHORS COPYING Changes README X @ ${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/share/doc/gperiodic X.endfor X.endif X X.include END-of-gperiodic-1.2.1/Makefile echo c - gperiodic-1.2.1/files mkdir -p gperiodic-1.2.1/files > /dev/null 2>&1 echo x - gperiodic-1.2.1/files/md5 sed 's/^X//' >gperiodic-1.2.1/files/md5 << 'END-of-gperiodic-1.2.1/files/md5' XMD5 (gperiodic-1.2.1.tar.gz) = a7bfd4c8bc2e15cb8904fb0bcfe5df0d END-of-gperiodic-1.2.1/files/md5 echo c - gperiodic-1.2.1/pkg mkdir -p gperiodic-1.2.1/pkg > /dev/null 2>&1 echo x - gperiodic-1.2.1/pkg/COMMENT sed 's/^X//' >gperiodic-1.2.1/pkg/COMMENT << 'END-of-gperiodic-1.2.1/pkg/COMMENT' XDisplays a periodic table of the elements. END-of-gperiodic-1.2.1/pkg/COMMENT echo x - gperiodic-1.2.1/pkg/DESCR sed 's/^X//' >gperiodic-1.2.1/pkg/DESCR << 'END-of-gperiodic-1.2.1/pkg/DESCR' XGperiodic displays a periodic table of the elements, allowing you to Xbrowse through the elements, and view detailed information about each Xelement. X XWWW: http://gperiodic.seul.net/ END-of-gperiodic-1.2.1/pkg/DESCR echo x - gperiodic-1.2.1/pkg/PLIST sed 's/^X//' >gperiodic-1.2.1/pkg/PLIST << 'END-of-gperiodic-1.2.1/pkg/PLIST' Xbin/gperiodic Xshare/locale/de/LC_MESSAGES/gperiodic.mo Xshare/locale/es/LC_MESSAGES/gperiodic.mo Xshare/locale/fr/LC_MESSAGES/gperiodic.mo Xshare/locale/pt/LC_MESSAGES/gperiodic.mo Xshare/doc/gperiodic/AUTHORS Xshare/doc/gperiodic/COPYING Xshare/doc/gperiodic/Changes Xshare/doc/gperiodic/README X@dirrm share/doc/gperiodic END-of-gperiodic-1.2.1/pkg/PLIST exit >How-To-Repeat: >Fix: Please, check and commit this port. >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Jul 18 2:50: 7 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id C5C0714F66 for ; Sun, 18 Jul 1999 02:50:04 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA34162; Sun, 18 Jul 1999 02:50:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from lambic.physics.montana.edu (lambic.physics.montana.edu [153.90.192.128]) by hub.freebsd.org (Postfix) with ESMTP id 9595114BF4 for ; Sun, 18 Jul 1999 02:46:34 -0700 (PDT) (envelope-from handy@lambic.physics.montana.edu) Received: (from handy@localhost) by lambic.physics.montana.edu (8.9.3/8.9.3) id DAA44659; Sun, 18 Jul 1999 03:45:21 -0600 (MDT) (envelope-from handy) Message-Id: <199907180945.DAA44659@lambic.physics.montana.edu> Date: Sun, 18 Jul 1999 03:45:21 -0600 (MDT) From: handy@physics.montana.edu Reply-To: handy@physics.montana.edu To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/12691: windowmaker fixes Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 12691 >Category: ports >Synopsis: configure fixes for windowmaker >Confidential: 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 Jul 18 02:50:00 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Brian Handy >Release: FreeBSD 4.0-CURRENT i386 >Organization: MSU - Bozeman >Environment: >Description: Update configure args to reflect reality. Also add hooks for compiling in gnome and KDE support. >How-To-Repeat: >Fix: diff -urN windowmaker.orig/Makefile windowmaker/Makefile --- windowmaker.orig/Makefile Sat Jul 17 02:24:30 1999 +++ windowmaker/Makefile Sun Jul 18 03:38:01 1999 @@ -29,14 +29,29 @@ CPPFLAGS=-I${LOCALBASE}/include CONFIGURE_ARGS= --with-pixmapdir=${PREFIX}/include/X11/pixmaps \ --with-nlsdir=${LOCALBASE}/lib/locale \ - --with-gfx-libs="-L${LOCALBASE}/lib" \ - --with-gfx-incs="-I${LOCALBASE}/include" \ + --with-libs-from="-L${LOCALBASE}/lib" \ + --with-incs-from="-I${LOCALBASE}/include" \ --disable-debug MAN1= geticonset.1x getstyle.1x seticons.1x setstyle.1x \ wdwrite.1x wmaker.1x wmsetbg.1x wxcopy.1x wxpaste.1x DATAFILES= WindowMaker-extra-0.1.tar.bz2 + +.if defined(USE_GNOME) +CONFIGURE_ARGS+= --enable-gnome +.endif + +.if defined(USE_KDE) +CONFIGURE_ARGS+= --enable-kde +.endif + +.SILENT: + +.if !defined(USE_KDE) && !defined(USE_GNOME) +pre-extract: + ${ECHO} "You can add hooks for Gnome and KDE by defining USE_GNOME and/or USE_KDE" +.endif post-patch: @perl -pi -e "s|%%PREFIX%%|${PREFIX}|g" ${WRKSRC}/WPrefs.app/Paths.c \ >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Jul 18 3:40: 6 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 9A3FA1500F for ; Sun, 18 Jul 1999 03:40:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA36019; Sun, 18 Jul 1999 03:40:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from dominik.saargate.de (dominik.saargate.de [212.88.132.246]) by hub.freebsd.org (Postfix) with ESMTP id 5350D15198 for ; Sun, 18 Jul 1999 03:35:44 -0700 (PDT) (envelope-from domi@dominik.saargate.de) Received: (from domi@localhost) by dominik.saargate.de (8.9.3/8.9.3) id MAA95167; Sun, 18 Jul 1999 12:32:25 +0200 (CEST) (envelope-from domi) Message-Id: <199907181032.MAA95167@dominik.saargate.de> Date: Sun, 18 Jul 1999 12:32:25 +0200 (CEST) From: domi@saargate.de Reply-To: domi@saargate.de To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/12692: new port: gnome-vnc-0.1 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 12692 >Category: ports >Synopsis: new port: gnome-vnc-0.1 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun Jul 18 03:40:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Dominik Brettnacher >Release: FreeBSD 3.2-STABLE i386 >Organization: >Environment: >Description: >How-To-Repeat: >Fix: # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # gnome-vnc/ # gnome-vnc/files # gnome-vnc/files/md5 # gnome-vnc/pkg # gnome-vnc/pkg/COMMENT # gnome-vnc/pkg/DESCR # gnome-vnc/pkg/PLIST # gnome-vnc/Makefile # echo c - gnome-vnc/ mkdir -p gnome-vnc/ > /dev/null 2>&1 echo c - gnome-vnc/files mkdir -p gnome-vnc/files > /dev/null 2>&1 echo x - gnome-vnc/files/md5 sed 's/^X//' >gnome-vnc/files/md5 << 'END-of-gnome-vnc/files/md5' XMD5 (gnome-vnc-0.1.tar.gz) = daf2df8169fece0d03e2006342a43359 END-of-gnome-vnc/files/md5 echo c - gnome-vnc/pkg mkdir -p gnome-vnc/pkg > /dev/null 2>&1 echo x - gnome-vnc/pkg/COMMENT sed 's/^X//' >gnome-vnc/pkg/COMMENT << 'END-of-gnome-vnc/pkg/COMMENT' XGnome-VNC is a GNOME/gtk viewer for VNC servers END-of-gnome-vnc/pkg/COMMENT echo x - gnome-vnc/pkg/DESCR sed 's/^X//' >gnome-vnc/pkg/DESCR << 'END-of-gnome-vnc/pkg/DESCR' XGnome-VNC is a GNOME viewer for Video Network Computing (VNC) servers. XVNC allows you to view and use the desktop of windows machines and the display Xof the special Xvnc X Server across networks. X XFor more information see /usr/ports/net/vnc. END-of-gnome-vnc/pkg/DESCR echo x - gnome-vnc/pkg/PLIST sed 's/^X//' >gnome-vnc/pkg/PLIST << 'END-of-gnome-vnc/pkg/PLIST' Xbin/gnome-vnc-viewer END-of-gnome-vnc/pkg/PLIST echo x - gnome-vnc/Makefile sed 's/^X//' >gnome-vnc/Makefile << 'END-of-gnome-vnc/Makefile' X# New ports collection makefile for: gnome-vnc X# Version required: 0.1 X# Date created: Sun Jul 18 1999 X# Whom: domi@saargate.de X# X# $Id: Makefile,v 1.1.1.1 1999/06/09 01:54:51 steve Exp $ X# X XDISTNAME= gnome-vnc-0.1 XCATEGORIES= security XMASTER_SITES= ftp://ftp.daa.com.au/pub/james/gnome/ X XMAINTAINER= domi@saargate.de X XLIB_DEPENDS= gnome.2:${PORTSDIR}/x11/gnomelibs X XUSE_X_PREFIX= yes XGNU_CONFIGURE= yes X X.include END-of-gnome-vnc/Makefile exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Jul 18 9:20: 4 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 60B1B15067 for ; Sun, 18 Jul 1999 09:20:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA55861; Sun, 18 Jul 1999 09:20:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from dominik.saargate.de (dominik.saargate.de [212.88.132.246]) by hub.freebsd.org (Postfix) with ESMTP id 7EDCF14EE0 for ; Sun, 18 Jul 1999 09:18:47 -0700 (PDT) (envelope-from domi@dominik.saargate.de) Received: (from domi@localhost) by dominik.saargate.de (8.9.3/8.9.3) id RAA23886; Sun, 18 Jul 1999 17:42:31 +0200 (CEST) (envelope-from domi) Message-Id: <199907181542.RAA23886@dominik.saargate.de> Date: Sun, 18 Jul 1999 17:42:31 +0200 (CEST) From: domi@saargate.de Reply-To: domi@saargate.de To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/12694: new port: gdict-0.7 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 12694 >Category: ports >Synopsis: new port: gdict-0.7 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun Jul 18 09:20:00 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Dominik Brettnacher >Release: FreeBSD 3.2-STABLE i386 >Organization: >Environment: >Description: >How-To-Repeat: >Fix: # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # gdict # gdict/files # gdict/files/md5 # gdict/pkg # gdict/pkg/DESCR # gdict/pkg/PLIST # gdict/pkg/COMMENT # gdict/Makefile # gdict/patches # gdict/patches/patch-aa # gdict/patches/patch-ab # gdict/patches/patch-ac # echo c - gdict mkdir -p gdict > /dev/null 2>&1 echo c - gdict/files mkdir -p gdict/files > /dev/null 2>&1 echo x - gdict/files/md5 sed 's/^X//' >gdict/files/md5 << 'END-of-gdict/files/md5' XMD5 (gdict-0.7.tar.gz) = ef81d5142345dc2b0b9af662a0cc3cc0 END-of-gdict/files/md5 echo c - gdict/pkg mkdir -p gdict/pkg > /dev/null 2>&1 echo x - gdict/pkg/DESCR sed 's/^X//' >gdict/pkg/DESCR << 'END-of-gdict/pkg/DESCR' Xgdict is a small C/GTK+ program written to find definitions of arbitrary Xwords. It contacts the MIT dictionary server and returns a definition. X Xadditionally, there is a CLUI version named "dict" X Xhttp://www.psilord.com/code/ END-of-gdict/pkg/DESCR echo x - gdict/pkg/PLIST sed 's/^X//' >gdict/pkg/PLIST << 'END-of-gdict/pkg/PLIST' Xbin/dict Xbin/gdict END-of-gdict/pkg/PLIST echo x - gdict/pkg/COMMENT sed 's/^X//' >gdict/pkg/COMMENT << 'END-of-gdict/pkg/COMMENT' Xgdict is a small program that finds definitions of arbitrary (english) words END-of-gdict/pkg/COMMENT echo x - gdict/Makefile sed 's/^X//' >gdict/Makefile << 'END-of-gdict/Makefile' X# New ports collection makefile for: gdict X# Version required: 0.7 X# Date created: Sun Jul 18 1999 X# Whom: domi@saargate.de X# X# $Id: Makefile,v 1.1.1.1 1999/06/09 01:54:51 steve Exp $ X# X XDISTNAME= gdict-0.7 XCATEGORIES= misc XMASTER_SITES= http://www.psilord.com/code/gdict/ X XMAINTAINER= domi@saargate.de X XLIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 X X.include END-of-gdict/Makefile echo c - gdict/patches mkdir -p gdict/patches > /dev/null 2>&1 echo x - gdict/patches/patch-aa sed 's/^X//' >gdict/patches/patch-aa << 'END-of-gdict/patches/patch-aa' X--- Makefile.orig Mon Mar 29 00:32:27 1999 X+++ Makefile Sun Jul 18 17:34:11 1999 X@@ -2,15 +2,15 @@ X X CC = gcc X CFLAGS = -O6 -Wall X-CFL_GTK = $(CFLAGS) `gtk-config --cflags` `gtk-config --libs` X+CFL_GTK = $(CFLAGS) `gtk12-config --cflags` `gtk12-config --libs` X CFL = $(CFLAGS) X OBJECTS_GDICT = gdict.c X OBJECTS_DICT = dict.c X X all: gdict dict X-install: X- install -m 0755 -s gdict /usr/local/bin/gdict X- install -m 0755 -s dict /usr/local/bin/dict X+install: all X+ install -o root -g wheel -m 0555 -s gdict /usr/local/bin/gdict X+ install -o root -g wheel -m 0555 -s dict /usr/local/bin/dict X X gdict: $(OBJECTS_GDICT) X $(CC) $(CFL_GTK) $(OBJECTS_GDICT) -o gdict END-of-gdict/patches/patch-aa echo x - gdict/patches/patch-ab sed 's/^X//' >gdict/patches/patch-ab << 'END-of-gdict/patches/patch-ab' X--- gdict.c.orig Sun Jul 18 14:40:23 1999 X+++ gdict.c Sun Jul 18 14:48:13 1999 X@@ -13,6 +13,7 @@ X * Window resizing and cleanup by Iain (Nodatadj, EFNet) 23-Mar-1999 X */ X X+#include X #include X #include X #include END-of-gdict/patches/patch-ab echo x - gdict/patches/patch-ac sed 's/^X//' >gdict/patches/patch-ac << 'END-of-gdict/patches/patch-ac' X--- dict.c.orig Sun Jul 18 14:40:19 1999 X+++ dict.c Sun Jul 18 14:44:53 1999 X@@ -4,6 +4,7 @@ X * Thanks goes out to #linuxos also. :) X */ X X+#include X #include X #include X #include END-of-gdict/patches/patch-ac exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Jul 18 10: 2:41 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 761BE15067 for ; Sun, 18 Jul 1999 10:02:38 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA57832; Sun, 18 Jul 1999 10:00:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id 80C9F14C3C; Sun, 18 Jul 1999 09:55:45 -0700 (PDT) Message-Id: <19990718165545.80C9F14C3C@hub.freebsd.org> Date: Sun, 18 Jul 1999 09:55:45 -0700 (PDT) From: sobomax@altavista.net To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: www-1.0 Subject: ports/12695: [PATCH] the xglobe port can't find its files after installation Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 12695 >Category: ports >Synopsis: [PATCH] the xglobe port can't find its files after installation >Confidential: 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 Jul 18 10:00:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Maxim Sobolev >Release: 4.0-CURRENT, 3-2-STABLE >Organization: Vega International Capital >Environment: Doesn't really matter >Description: The localtion of the xglobe's image files incorrectly specified in the current patches. >How-To-Repeat: cd /usr/ports/astro/xglobe;make all install clean; /usr/X11R6/bin/xglobe >Fix: --- patches/patch-aa.orig Sun Jul 18 10:56:53 1999 +++ patches/patch-aa Sun Jul 18 10:58:51 1999 @@ -1,12 +1,13 @@ ---- Makefile.orig Mon Apr 19 18:51:04 1999 -+++ Makefile Sun May 9 12:57:37 1999 +--- Makefile.orig Mon Apr 19 12:21:04 1999 ++++ Makefile Sun Jul 18 10:58:21 1999 @@ -4,29 +4,31 @@ ####### Installation directory -XGLOBE_DIR = /usr/local +-XGLOBE_LIB_DIR = $(XGLOBE_DIR)/lib/xglobe +XGLOBE_DIR = $(PREFIX) - XGLOBE_LIB_DIR = $(XGLOBE_DIR)/lib/xglobe ++XGLOBE_LIB_DIR = $(XGLOBE_DIR)/share/xglobe XGLOBE_BIN_DIR = $(XGLOBE_DIR)/bin ####### Library directories - you may need to modify these >Release-Note: >Audit-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 Jul 18 10:10:34 1999 Delivered-To: freebsd-ports@freebsd.org Received: from smtp11.bellglobal.com (smtp11.bellglobal.com [204.101.251.53]) by hub.freebsd.org (Postfix) with ESMTP id 253DD14CA8 for ; Sun, 18 Jul 1999 10:10:16 -0700 (PDT) (envelope-from vanderh@ecf.toronto.edu) Received: from localhost.nowhere (ppp18364.on.bellglobal.com [206.172.130.44]) by smtp11.bellglobal.com (8.8.5/8.8.5) with ESMTP id NAA25649; Sun, 18 Jul 1999 13:13:26 -0400 (EDT) Received: (from tim@localhost) by localhost.nowhere (8.9.3/8.9.1) id NAA73362; Sun, 18 Jul 1999 13:11:17 -0400 (EDT) (envelope-from tim) Date: Sun, 18 Jul 1999 13:11:17 -0400 From: Tim Vanderhoek To: Andrey Zakhvatov , ports@FreeBSD.org Subject: Re: ports/12690: New port: gperiodic-1.2.1 Message-ID: <19990718131117.A73284@mad> References: <199907180914.NAA17232@icc.surw.chel.su> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95i In-Reply-To: <199907180914.NAA17232@icc.surw.chel.su>; from Andrey Zakhvatov on Sun, Jul 18, 1999 at 01:14:19PM +0400 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Sun, Jul 18, 1999 at 01:14:19PM +0400, Andrey Zakhvatov wrote: > > Xpost-install: > X @ ${INSTALL_MAN} ${WRKSRC}/man/gperiodic.1 ${PREFIX}/man/man1 > X.if !defined(NOPORTDOCS) > X @ ${MKDIR} ${PREFIX}/share/doc/gperiodic > X.for file in AUTHORS COPYING Changes README > X @ ${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/share/doc/gperiodic We need DOCFILES and SYMDOCDIR variables. -- This is my .signature which gets appended to the end of my messages. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Jul 18 12:20: 5 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 203E714ECD for ; Sun, 18 Jul 1999 12:20:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA64180; Sun, 18 Jul 1999 12:20:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from dominik.saargate.de (dominik.saargate.de [212.88.132.246]) by hub.freebsd.org (Postfix) with ESMTP id 4E3DA14E50 for ; Sun, 18 Jul 1999 12:19:22 -0700 (PDT) (envelope-from domi@dominik.saargate.de) Received: (from domi@localhost) by dominik.saargate.de (8.9.3/8.9.3) id UAA37895; Sun, 18 Jul 1999 20:42:25 +0200 (CEST) (envelope-from domi) Message-Id: <199907181842.UAA37895@dominik.saargate.de> Date: Sun, 18 Jul 1999 20:42:25 +0200 (CEST) From: domi@saargate.de Reply-To: domi@saargate.de To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/12696: new port: gmessage-0.2 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 12696 >Category: ports >Synopsis: new port: gmessage-0.2 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun Jul 18 12:20:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Dominik Brettnacher >Release: FreeBSD 3.2-STABLE i386 >Organization: >Environment: >Description: >How-To-Repeat: >Fix: # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # gmessage # gmessage/pkg # gmessage/pkg/DESCR # gmessage/pkg/PLIST # gmessage/pkg/COMMENT # gmessage/Makefile # gmessage/files # gmessage/files/md5 # gmessage/patches # gmessage/patches/patch-aa # echo c - gmessage mkdir -p gmessage > /dev/null 2>&1 echo c - gmessage/pkg mkdir -p gmessage/pkg > /dev/null 2>&1 echo x - gmessage/pkg/DESCR sed 's/^X//' >gmessage/pkg/DESCR << 'END-of-gmessage/pkg/DESCR' Xgmessage is a gtk+ clone of xmessage. It displays a given text in a X11 GTK Xwindow. you can optionally give a timeout. X Xhttp://www.math.uni-goettingen.de/dadler/gmessage/ END-of-gmessage/pkg/DESCR echo x - gmessage/pkg/PLIST sed 's/^X//' >gmessage/pkg/PLIST << 'END-of-gmessage/pkg/PLIST' Xbin/gmessage END-of-gmessage/pkg/PLIST echo x - gmessage/pkg/COMMENT sed 's/^X//' >gmessage/pkg/COMMENT << 'END-of-gmessage/pkg/COMMENT' Xa gtk+ clone of xmessage. displays a given text in a X11 window. END-of-gmessage/pkg/COMMENT echo x - gmessage/Makefile sed 's/^X//' >gmessage/Makefile << 'END-of-gmessage/Makefile' X# New ports collection makefile for: gmessage X# Version required: 0.2 X# Date created: Sun Jul 18 1999 X# Whom: domi@saargate.de X# X# $Id$ X# X XDISTNAME= gmessage-0.2 XCATEGORIES= x11 XMASTER_SITES= http://www.math.uni-goettingen.de/dadler/gmessage/ X XMAINTAINER= domi@saargate.de X XLIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 X XUSE_X_PREFIX= yes X X.include END-of-gmessage/Makefile echo c - gmessage/files mkdir -p gmessage/files > /dev/null 2>&1 echo x - gmessage/files/md5 sed 's/^X//' >gmessage/files/md5 << 'END-of-gmessage/files/md5' XMD5 (gmessage-0.2.tar.gz) = c19e1b29ca92658459f16d14754e19ab END-of-gmessage/files/md5 echo c - gmessage/patches mkdir -p gmessage/patches > /dev/null 2>&1 echo x - gmessage/patches/patch-aa sed 's/^X//' >gmessage/patches/patch-aa << 'END-of-gmessage/patches/patch-aa' X--- Makefile.orig Sun Jul 18 17:55:35 1999 X+++ Makefile Sun Jul 18 17:57:42 1999 X@@ -1,6 +1,6 @@ X CC = gcc X-CFLAGS = `gtk-config --cflags` X-LDLIBS = `gtk-config --libs` X+CFLAGS = `gtk12-config --cflags` X+LDLIBS = `gtk12-config --libs` X X all: gmessage X X@@ -8,7 +8,7 @@ X $(CC) $(CFLAGS) gmessage.c -o gmessage $(OBJS) $(LDLIBS) X X install: gmessage X- cp ./gmessage /usr/local/bin X+ install -m 0555 -o root -g wheel -s gmessage /usr/X11R6/bin X X clean: X $(RM) *.o core gmessage END-of-gmessage/patches/patch-aa exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Jul 18 14:20: 4 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 0D56514F3E for ; Sun, 18 Jul 1999 14:20:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id OAA71311; Sun, 18 Jul 1999 14:20:00 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from dominik.saargate.de (dominik.saargate.de [212.88.132.246]) by hub.freebsd.org (Postfix) with ESMTP id 8FE1614F74 for ; Sun, 18 Jul 1999 14:09:52 -0700 (PDT) (envelope-from domi@dominik.saargate.de) Received: (from domi@localhost) by dominik.saargate.de (8.9.3/8.9.3) id XAA85933; Sun, 18 Jul 1999 23:08:03 +0200 (CEST) (envelope-from domi) Message-Id: <199907182108.XAA85933@dominik.saargate.de> Date: Sun, 18 Jul 1999 23:08:03 +0200 (CEST) From: domi@saargate.de Reply-To: domi@saargate.de To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/12698: new port: grun-0.8.1 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 12698 >Category: ports >Synopsis: new port: grun-0.8.1 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun Jul 18 14:20:00 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Dominik Brettnacher >Release: FreeBSD 3.2-STABLE i386 >Organization: >Environment: >Description: >How-To-Repeat: >Fix: # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # grun # grun/pkg # grun/pkg/DESCR # grun/pkg/COMMENT # grun/pkg/PLIST # grun/Makefile # grun/files # grun/files/md5 # echo c - grun mkdir -p grun > /dev/null 2>&1 echo c - grun/pkg mkdir -p grun/pkg > /dev/null 2>&1 echo x - grun/pkg/DESCR sed 's/^X//' >grun/pkg/DESCR << 'END-of-grun/pkg/DESCR' XgRun is a GTK/X application launcher that looks like the XMS Windows 95/98/NT(tm) Run dialog. It has a history function and can Xoptionally distinguish between console and X programs. X XWWW: http://www.geocities.com/ResearchTriangle/Facility/1468/sg/grun.html END-of-grun/pkg/DESCR echo x - grun/pkg/COMMENT sed 's/^X//' >grun/pkg/COMMENT << 'END-of-grun/pkg/COMMENT' Xa gtk application launcher that is similar to the Windows(tm) "Run..." dialog END-of-grun/pkg/COMMENT echo x - grun/pkg/PLIST sed 's/^X//' >grun/pkg/PLIST << 'END-of-grun/pkg/PLIST' Xbin/grun Xshare/grun/consfile Xshare/grun/gassoc X@dirrm share/grun END-of-grun/pkg/PLIST echo x - grun/Makefile sed 's/^X//' >grun/Makefile << 'END-of-grun/Makefile' X# New ports collection makefile for: grun X# Version required: 0.8.1 X# Date created: Sun Jul 18 1999 X# Whom: domi@saargate.de X# X# $Id$ X# X XDISTNAME= grun-0.8.1 XCATEGORIES= x11 XMASTER_SITES= http://www.geocities.com/ResearchTriangle/Facility/1468/sg/ \ X ftp://skar.petech.ac.za/pub/gtksoft/ X XMAINTAINER= domi@saargate.de X XLIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 X XGTK_CONFIG?= ${X11BASE}/bin/gtk12-config X XUSE_X_PREFIX= yes XGNU_CONFIGURE= yes X XMAN1= grun.1x X XCONFIGURE_ENV= GTK_CONFIG="${GTK_CONFIG}" X X.include END-of-grun/Makefile echo c - grun/files mkdir -p grun/files > /dev/null 2>&1 echo x - grun/files/md5 sed 's/^X//' >grun/files/md5 << 'END-of-grun/files/md5' XMD5 (grun-0.8.1.tar.gz) = a906b84bee78c951afb0d29e777d1f2d END-of-grun/files/md5 exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Jul 18 14:20: 7 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 64A1514F5B for ; Sun, 18 Jul 1999 14:20:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id OAA71320; Sun, 18 Jul 1999 14:20:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from dominik.saargate.de (dominik.saargate.de [212.88.132.246]) by hub.freebsd.org (Postfix) with ESMTP id 83E6714F90 for ; Sun, 18 Jul 1999 14:09:53 -0700 (PDT) (envelope-from domi@dominik.saargate.de) Received: (from domi@localhost) by dominik.saargate.de (8.9.3/8.9.3) id WAA65862; Sun, 18 Jul 1999 22:42:38 +0200 (CEST) (envelope-from domi) Message-Id: <199907182042.WAA65862@dominik.saargate.de> Date: Sun, 18 Jul 1999 22:42:38 +0200 (CEST) From: domi@saargate.de Reply-To: domi@saargate.de To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/12699: new port: gnofin-0.5.10 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 12699 >Category: ports >Synopsis: new port: gnofin-0.5.10 >Confidential: 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 Jul 18 14:20:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Dominik Brettnacher >Release: FreeBSD 3.2-STABLE i386 >Organization: >Environment: >Description: >How-To-Repeat: >Fix: # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # gnofin # gnofin/pkg # gnofin/pkg/DESCR # gnofin/pkg/PLIST # gnofin/pkg/COMMENT # gnofin/Makefile # gnofin/files # gnofin/files/md5 # echo c - gnofin mkdir -p gnofin > /dev/null 2>&1 echo c - gnofin/pkg mkdir -p gnofin/pkg > /dev/null 2>&1 echo x - gnofin/pkg/DESCR sed 's/^X//' >gnofin/pkg/DESCR << 'END-of-gnofin/pkg/DESCR' XGnofin is a simple checkbook application for Unix. Gnofin aims to provide a Xconvenient way to keep track of your checking and savings accounts (or any Xother monetary-type accounts). It is designed to be light-weight, fast, and Xextremely easy to use. X XWWW: http://jagger.me.berkeley.edu/~dfisher/gnofin/ END-of-gnofin/pkg/DESCR echo x - gnofin/pkg/PLIST sed 's/^X//' >gnofin/pkg/PLIST << 'END-of-gnofin/pkg/PLIST' Xbin/gnofin END-of-gnofin/pkg/PLIST echo x - gnofin/pkg/COMMENT sed 's/^X//' >gnofin/pkg/COMMENT << 'END-of-gnofin/pkg/COMMENT' Xa light-weight GNOME based financial management program END-of-gnofin/pkg/COMMENT echo x - gnofin/Makefile sed 's/^X//' >gnofin/Makefile << 'END-of-gnofin/Makefile' X# New ports collection makefile for: gnofin X# Version required: 0.5.10 X# Date created: Sun Jul 18 1999 X# Whom: domi@saargate.de X# X# $Id$ X# X XDISTNAME= gnofin-0.5.10 XCATEGORIES= deskutils XMASTER_SITES= ftp://jagger.berkeley.edu/pub/darin/gnofin/source/ X XMAINTAINER= domi@saargate.de X XLIB_DEPENDS= gnome.2:${PORTSDIR}/x11/gnomelibs X XGTK_CONFIG?= ${X11BASE}/bin/gtk12-config X XUSE_X_PREFIX= yes XGNU_CONFIGURE= yes XUSE_GMAKE= yes X XMAN1= gnofin.1 X XCONFIGURE_ENV= GTK_CONFIG="${GTK_CONFIG}" X X X.include END-of-gnofin/Makefile echo c - gnofin/files mkdir -p gnofin/files > /dev/null 2>&1 echo x - gnofin/files/md5 sed 's/^X//' >gnofin/files/md5 << 'END-of-gnofin/files/md5' XMD5 (gnofin-0.5.10.tar.gz) = 5cd74b19491a4f3624b289a019e510b5 END-of-gnofin/files/md5 exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Jul 18 15:29:45 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 5857914C58; Sun, 18 Jul 1999 15:29:43 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Received: (from cpiazza@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA74798; Sun, 18 Jul 1999 15:28:32 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Date: Sun, 18 Jul 1999 15:28:32 -0700 (PDT) From: Message-Id: <199907182228.PAA74798@freefall.freebsd.org> To: cpiazza@FreeBSD.org, freebsd-bugs@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: conf/12700: Errors in mtools.conf file Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Errors in mtools.conf file Responsible-Changed-From-To: freebsd-bugs->freebsd-ports Responsible-Changed-By: cpiazza Responsible-Changed-When: Sun Jul 18 15:28:13 PDT 1999 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 Sun Jul 18 16:40: 5 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 8304114D9F for ; Sun, 18 Jul 1999 16:40:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA78732; Sun, 18 Jul 1999 16:40:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from blaubaer.kn-bremen.de (blaubaer.kn-bremen.de [134.102.38.17]) by hub.freebsd.org (Postfix) with ESMTP id 4654414BED for ; Sun, 18 Jul 1999 16:31:42 -0700 (PDT) (envelope-from nox@saturn.kn-bremen.de) Received: from saturn.kn-bremen.de (uucp@localhost) by blaubaer.kn-bremen.de (8.9.1/8.9.1) with UUCP id BAA16449 for FreeBSD-gnats-submit@freebsd.org; Mon, 19 Jul 1999 01:26:51 +0200 Received: (from nox@localhost) by saturn.kn-bremen.de (8.9.3/8.8.5) id BAA25450; Mon, 19 Jul 1999 01:26:53 +0200 (MET DST) Message-Id: <199907182326.BAA25450@saturn.kn-bremen.de> Date: Mon, 19 Jul 1999 01:26:53 +0200 (MET DST) From: Juergen Lock Reply-To: nox@jelal.kn-bremen.de To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/12701: port of rpm2cpio (perl version) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 12701 >Category: ports >Synopsis: port of rpm2cpio (perl version) >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun Jul 18 16:40:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Juergen Lock >Release: FreeBSD 3.2-STABLE i386 >Organization: me? organized? >Environment: FreeBSD 3.2-STABLE i386, port is not architecture dependant >Description: I was just reading that `History of Emacs' thread on comp.unix.bsd.freebsd.misc where someone mentioned this... so i thought i'd make it a port. >How-To-Repeat: as usual, unshar in an empty dir, make install >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 x - Makefile sed 's/^X//' >Makefile << 'END-of-Makefile' X# New ports collection makefile for: rpm2cpio X# Version required: #no version# X# Date created: Sun Jul 18 21:51:23 MET DST 1999 X# Whom: Juergen Lock X# X# $Id: $ X# X XDISTNAME= rpm2cpio XPKGNAME= rpm2cpio-1.0 XCATEGORIES= misc XMASTER_SITES= http://www.eleves.ens.fr:8080/home/espel/ XEXTRACT_SUFX= X XMAINTAINER= nox@jelal.kn-bremen.de X XEXTRACT_CMD= ${CP} XEXTRACT_BEFORE_ARGS= XEXTRACT_AFTER_ARGS= . X XUSE_PERL5= yes X Xdo-build: X ${PERL5} -i.bak -p -e "if (1 .. 1) {s-^#!/usr/bin/perl-#!${PERL}-;}" ${WRKDIR}/rpm2cpio X Xdo-install: X ${INSTALL_SCRIPT} ${WRKDIR}/rpm2cpio ${PREFIX}/bin 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 (rpm2cpio) = d23f66e1c734a44ce6ee89b0e724b371 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' XConvert .rpm files for extraction with /usr/bin/cpio, needs just perl END-of-pkg/COMMENT echo x - pkg/DESCR sed 's/^X//' >pkg/DESCR << 'END-of-pkg/DESCR' XConvert .rpm files for extraction with /usr/bin/cpio X XQuoting the author: X Xwhy does the world need another rpm2cpio? because the existing one Xwon't build unless you have half a ton of things that aren't really Xrequired for it, since it uses the same library used to extract RPM's. Xin particular, it won't build on the HPsUX box i'm on. X X(this one needs just perl) END-of-pkg/DESCR echo x - pkg/PLIST sed 's/^X//' >pkg/PLIST << 'END-of-pkg/PLIST' Xbin/rpm2cpio END-of-pkg/PLIST exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Jul 18 17:50:57 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 8943214F91 for ; Sun, 18 Jul 1999 17:50:54 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id RAA83849; Sun, 18 Jul 1999 17:50:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from gelemna.ft-wayne.in.us (fw-line-29.fwi.com [209.84.172.34]) by hub.freebsd.org (Postfix) with ESMTP id 766C114E57 for ; Sun, 18 Jul 1999 17:40:49 -0700 (PDT) (envelope-from croyle@gelemna.ft-wayne.in.us) Received: (from croyle@localhost) by gelemna.ft-wayne.in.us (8.9.3/8.9.3) id TAA19057; Sun, 18 Jul 1999 19:40:35 -0500 (EST) (envelope-from croyle) Message-Id: <199907190040.TAA19057@gelemna.ft-wayne.in.us> Date: Sun, 18 Jul 1999 19:40:35 -0500 (EST) From: Don Croyle Reply-To: croyle@gelemna.ft-wayne.in.us To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/12702: Upgrade devel/astyle to 1.10.1 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 12702 >Category: ports >Synopsis: Upgrade devel/astyle to 1.10.1 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun Jul 18 17:50:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Don Croyle >Release: FreeBSD 3.2-STABLE i386 >Organization: >Environment: >Description: These diffs update the devel/astyle port to use the latest distfile. I've borrowed the ideas Mikhail Teterin used in ports/11086, which should also be closed. I told him he needed to submit a followup with diffs and a note that I'd approved them, but it looks like he never bothered. I'm also changing the primary MASTER_SITE to the site that the old one has been being redirected to all along. >How-To-Repeat: >Fix: Apply this patch. Note that this adds three files: files/Makefile, patches/patch-ab and patches/patch-ac. diff -ruN astyle.old/Makefile astyle/Makefile --- astyle.old/Makefile Fri Apr 2 20:26:17 1999 +++ astyle/Makefile Sun Jul 18 19:06:54 1999 @@ -1,24 +1,29 @@ # New ports collection makefile for: astyle -# Version required: 1.6.0 +# Version required: 1.10.1 # Date created: 31 Jan 1999 # Whom: Don Croyle # # $Id: Makefile,v 1.1.1.1 1999/04/03 01:26:17 steve Exp $ # -DISTNAME= astyle_1.6.0 -PKGNAME= astyle-1.6.0 +DISTNAME= astyle_1.10.1_src +PKGNAME= astyle-1.10.1 CATEGORIES= devel textproc -MASTER_SITES= http://www.bigfoot.com/~davidsont/astyle/stable/src/ \ +MASTER_SITES= http://gene.md.huji.ac.il/~tald/astyle/stable/src/ \ http://www.infonex.com/~dacroyle/freebsd/ EXTRACT_SUFX= .tgz MAINTAINER= croyle@gelemna.ft-wayne.in.us -BUILD_DEPENDS= eg++:${PORTSDIR}/lang/egcs - -WRKSRC= ${WRKDIR}/astyle-src +WRKSRC= ${WRKDIR}/astyle_1.10.1 ALL_TARGET= astyle + +post-extract: + perl -pi -e 's/\r//' ${WRKSRC}/* + +post-patch: + ${MV} ${WRKSRC}/Makefile ${WRKSRC}/Makefile.orig + ${CP} -p ${FILESDIR}/Makefile ${WRKSRC}/ do-install: ${INSTALL_PROGRAM} ${WRKSRC}/astyle ${PREFIX}/bin/ diff -ruN astyle.old/files/Makefile astyle/files/Makefile --- astyle.old/files/Makefile Wed Dec 31 19:00:00 1969 +++ astyle/files/Makefile Sun Jul 18 19:17:24 1999 @@ -0,0 +1,8 @@ +SRCS= ASBeautifier.cpp ASFormatter.cpp ASResource.cpp astyle_main.cpp + +PROG=astyle +NOMAN=yes + +CC=${CXX} + +.include diff -ruN astyle.old/files/md5 astyle/files/md5 --- astyle.old/files/md5 Fri Apr 2 20:26:18 1999 +++ astyle/files/md5 Sun Jul 18 18:39:44 1999 @@ -1 +1 @@ -MD5 (astyle_1.6.0.tgz) = e42fee292faf73e0277e40dc01f81a0e +MD5 (astyle_1.10.1_src.tgz) = f682d3ce6ba0611384a5319816826607 diff -ruN astyle.old/patches/patch-aa astyle/patches/patch-aa --- astyle.old/patches/patch-aa Fri Apr 2 20:26:18 1999 +++ astyle/patches/patch-aa Sun Jul 18 18:51:38 1999 @@ -1,19 +1,7 @@ ---- Makefile.orig Sun Jan 3 11:43:25 1999 -+++ Makefile Sun Jan 31 22:34:12 1999 -@@ -1,13 +1,13 @@ - # "Artistic Style" Makefile - --CPPFLAGS = -O2 -W -+CPPFLAGS ?= -O2 -W - OBJS = ASResource.o ASBeautifier.o ASFormatter.o astyle_main.o - - astyle: $(OBJS) -- g++ $(CPPFLAGS) -o astyle $(OBJS) -+ eg++ $(CPPFLAGS) -o astyle $(OBJS) - - .cpp.o: -- g++ $(CPPFLAGS) -c $< -+ eg++ $(CPPFLAGS) -c $< - .SUFFIXES: .cpp .c .o - - clean: +--- compiler_defines.h.orig Thu Mar 18 15:39:49 1999 ++++ compiler_defines.h Sun Apr 11 10:04:35 1999 +@@ -29,3 +29,3 @@ + * comment out the line below if your compiler does NOT understand NAMESPACES +- */ + #define USES_NAMESPACE ++ */ diff -ruN astyle.old/patches/patch-ab astyle/patches/patch-ab --- astyle.old/patches/patch-ab Wed Dec 31 19:00:00 1969 +++ astyle/patches/patch-ab Sun Jul 18 18:52:01 1999 @@ -0,0 +1,12 @@ +--- ASBeautifier.cpp.orig Thu Mar 18 15:47:00 1999 ++++ ASBeautifier.cpp Sun Apr 11 10:23:48 1999 +@@ -34,1 +34,1 @@ +-#include ++#include +--- astyle_main.cpp.orig Thu Mar 18 15:41:30 1999 ++++ astyle_main.cpp Sun Apr 11 10:25:00 1999 +@@ -26,2 +26,2 @@ +-#include +-#include ++#include ++#include diff -ruN astyle.old/patches/patch-ac astyle/patches/patch-ac --- astyle.old/patches/patch-ac Wed Dec 31 19:00:00 1969 +++ astyle/patches/patch-ac Sun Jul 18 19:09:32 1999 @@ -0,0 +1,11 @@ +--- ASFormatter.cpp.orig Sun Jul 18 19:07:09 1999 ++++ ASFormatter.cpp Sun Jul 18 19:08:47 1999 +@@ -33,7 +33,7 @@ + #include + #include + #include +-#include ++#include + + + #define INIT_CONTAINER(container, value) {if ( (container) != NULL ) delete (container); (container) = (value); } >Release-Note: >Audit-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 Jul 18 18: 1:55 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 01CF114FA6; Sun, 18 Jul 1999 18:01:53 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Received: (from cpiazza@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA84707; Sun, 18 Jul 1999 18:00:13 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Date: Sun, 18 Jul 1999 18:00:13 -0700 (PDT) From: Message-Id: <199907190100.SAA84707@freefall.freebsd.org> To: mi@aldan.algebra.com, cpiazza@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/11086: Updating AStyle port Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Updating AStyle port State-Changed-From-To: open->closed State-Changed-By: cpiazza State-Changed-When: Sun Jul 18 17:59:43 PDT 1999 State-Changed-Why: Superseded by ports/12702 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Jul 18 18:45:14 1999 Delivered-To: freebsd-ports@freebsd.org Received: from phoenix.welearn.com.au (phoenix.welearn.com.au [139.130.44.81]) by hub.freebsd.org (Postfix) with ESMTP id 729BF14A09 for ; Sun, 18 Jul 1999 18:45:07 -0700 (PDT) (envelope-from sue@phoenix.welearn.com.au) Received: (from sue@localhost) by phoenix.welearn.com.au (8.9.1/8.9.0) id LAA01514; Mon, 19 Jul 1999 11:45:04 +1000 (EST) Message-ID: <19990719114501.30639@welearn.com.au> Date: Mon, 19 Jul 1999 11:45:01 +1000 From: Sue Blake To: freebsd-ports@freebsd.org Subject: glib and mc Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.88e Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Installing glib-1.2.2 and glib-1.2.3 packages (or as dependency for mc) to 3.2-STABLE, I get this: install-info: Undefined error: 0 for /usr/local/info/dir pkg_add: command 'install-info /usr/local/info/glib.info /usr/local/info/dir' failed Is there a problem with the port, or with me? And then after I pkg_add midnight commander (mc-4.5.31 or 4.5.23) and try to run it it says: /usr/libexec/ld-elf.so.1: Shared object "libintl.so.1" not found (The earlier midnight commander on the 3.1-RELEASE CD had installed fine to this machine but I pkg_deleted it due to its memory leak complaints.) This is a new installation of 3.1-RELEASE cvsupped to the -STABLE of about 2 weeks ago. Sorry I can't be more helpful but I haven't a clue what else to look for. -- Regards, -*Sue*- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Jul 18 19: 4: 3 1999 Delivered-To: freebsd-ports@freebsd.org Received: from phoenix.welearn.com.au (phoenix.welearn.com.au [139.130.44.81]) by hub.freebsd.org (Postfix) with ESMTP id 9383414A09 for ; Sun, 18 Jul 1999 19:03:58 -0700 (PDT) (envelope-from sue@phoenix.welearn.com.au) Received: (from sue@localhost) by phoenix.welearn.com.au (8.9.1/8.9.0) id MAA01552; Mon, 19 Jul 1999 12:03:57 +1000 (EST) Message-ID: <19990719120353.39347@welearn.com.au> Date: Mon, 19 Jul 1999 12:03:54 +1000 From: Sue Blake To: freebsd-ports@FreeBSD.ORG Subject: Re: glib and mc References: <19990719114501.30639@welearn.com.au> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.88e In-Reply-To: <19990719114501.30639@welearn.com.au>; from Sue Blake on Mon, Jul 19, 1999 at 11:45:01AM +1000 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Mon, Jul 19, 1999 at 11:45:01AM +1000, Sue Blake wrote: > Installing glib-1.2.2 and glib-1.2.3 packages (or as dependency for mc) > to 3.2-STABLE, I get this: > > install-info: Undefined error: 0 for /usr/local/info/dir > pkg_add: command 'install-info /usr/local/info/glib.info /usr/local/info/dir' failed Following up... I ignored the other dependency, gettext-0.10.35, since the same version number was required throughout. Could it be different with the same version number? Well I pkg_deleted it too (ignoring its complaints), and installed mc-4.5.23 along with gettext and glib from the 3.2-RELEASE CD. It's working, but I got two of the above message, presumably coming from gettext as well as glib. -- Regards, -*Sue*- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Jul 18 19:14:49 1999 Delivered-To: freebsd-ports@freebsd.org Received: from norn.ca.eu.org (cr965240-b.abtsfd1.bc.wave.home.com [24.113.19.137]) by hub.freebsd.org (Postfix) with ESMTP id 58F9514E98 for ; Sun, 18 Jul 1999 19:14:37 -0700 (PDT) (envelope-from cpiazza@norn.ca.eu.org) Received: by norn.ca.eu.org (Postfix, from userid 1002) id 9DF0475E; Mon, 19 Jul 1999 19:13:07 -0700 (PDT) Date: Mon, 19 Jul 1999 19:13:07 -0700 From: Chris Piazza To: Sue Blake Cc: freebsd-ports@FreeBSD.ORG Subject: Re: glib and mc Message-ID: <19990719191307.A77200@norn.ca.eu.org> References: <19990719114501.30639@welearn.com.au> <19990719120353.39347@welearn.com.au> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.6i In-Reply-To: <19990719120353.39347@welearn.com.au>; from Sue Blake on Mon, Jul 19, 1999 at 12:03:54PM +1000 X-Operating-System: FreeBSD 4.0-CURRENT Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Mon, Jul 19, 1999 at 12:03:54PM +1000, Sue Blake wrote: > On Mon, Jul 19, 1999 at 11:45:01AM +1000, Sue Blake wrote: > > Installing glib-1.2.2 and glib-1.2.3 packages (or as dependency for mc) > > to 3.2-STABLE, I get this: > > > > install-info: Undefined error: 0 for /usr/local/info/dir > > pkg_add: command 'install-info /usr/local/info/glib.info /usr/local/info/dir' failed I just tested this on my machine and it's caused by a 0 byte 'dir' file. If you remove it it'll work fine. -Chris -- cpiazza@home.net cpiazza@FreeBSD.org "I don't like principles. I prefer prejudices." -Oscar Wilde To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Jul 18 19:30: 4 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id C9ABF15060 for ; Sun, 18 Jul 1999 19:30:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA92748; Sun, 18 Jul 1999 19:30:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Sun, 18 Jul 1999 19:30:02 -0700 (PDT) Message-Id: <199907190230.TAA92748@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Tim Vanderhoek Subject: Re: ports/12702: Upgrade devel/astyle to 1.10.1 Reply-To: Tim Vanderhoek Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/12702; it has been noted by GNATS. From: Tim Vanderhoek To: Don Croyle Cc: FreeBSD-gnats-submit@freebsd.org Subject: Re: ports/12702: Upgrade devel/astyle to 1.10.1 Date: Sun, 18 Jul 1999 22:29:26 -0400 On Sun, Jul 18, 1999 at 07:40:35PM -0500, Don Croyle wrote: > > I'm also changing the primary MASTER_SITE to the site that the old one > has been being redirected to all along. Why? Isn't bigfoot.com one of those sites people sometimes use specifically for the purpose of redirection (similar to pobox.com) so that if they switch webspace providers all the links continue to work. > -MASTER_SITES= http://www.bigfoot.com/~davidsont/astyle/stable/src/ \ > +MASTER_SITES= http://gene.md.huji.ac.il/~tald/astyle/stable/src/ \ -- This is my .signature which gets appended to the end of my messages. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Jul 18 19:51: 3 1999 Delivered-To: freebsd-ports@freebsd.org Received: from bab71-131.optonline.net (bab71-131.optonline.net [167.206.71.131]) by hub.freebsd.org (Postfix) with ESMTP id 7CD8D14CB1; Sun, 18 Jul 1999 19:50:59 -0700 (PDT) (envelope-from pete@postpagan.com) Received: from postpagan.com (localhost [127.0.0.1]) by bab71-131.optonline.net (8.9.3/8.9.3) with ESMTP id WAA59052; Sun, 18 Jul 1999 22:51:31 -0400 (EDT) (envelope-from pete@postpagan.com) Message-ID: <379292B2.31645523@postpagan.com> Date: Sun, 18 Jul 1999 22:51:31 -0400 From: pete collins X-Mailer: Mozilla 4.51 [en] (X11; I; FreeBSD 3.2-RELEASE i386) X-Accept-Language: en MIME-Version: 1.0 To: vanilla@FreeBSD.ORG Cc: ports@FreeBSD.ORG, pcollins@ocsny.com Subject: FreeBSD Port: gtk-1.2.3 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org hey dude i think this port is busted; i have glib 1 .2.3 installed but installing this gtk port it refuses to see glib as existing Making install in docs /bin/sh ../mkinstalldirs /usr/local/info install -c -o root -g wheel -m 444 ./glib.info /usr/local/info/glib.info install-info --info-dir=/usr/local/info /usr/local/info/glib.info make install-man1 /bin/sh ../mkinstalldirs /usr/local/man/man1 install -c -o root -g wheel -m 444 ./glib12-config.1 /usr/local/man/man1/glib12-config.1 ===> Generating temporary packing list ===> Compressing manual pages for glib-1.2.3 ===> Registering installation for glib-1.2.3 ===> Returning to build of gtk-1.2.3 Error: shared library "glib12.2" does not exist *** Error code 1 if you have a patch that would be great thanks pete collins To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Jul 18 20:12:45 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id DBC5F14D7B for ; Sun, 18 Jul 1999 20:12:43 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA95869; Sun, 18 Jul 1999 20:10:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Sun, 18 Jul 1999 20:10:02 -0700 (PDT) Message-Id: <199907190310.UAA95869@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Don Croyle Subject: Re: ports/12702: Upgrade devel/astyle to 1.10.1 Reply-To: Don Croyle Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/12702; it has been noted by GNATS. From: Don Croyle To: Tim Vanderhoek Cc: FreeBSD-gnats-submit@freebsd.org Subject: Re: ports/12702: Upgrade devel/astyle to 1.10.1 Date: 18 Jul 1999 21:58:36 -0500 Tim Vanderhoek writes: > On Sun, Jul 18, 1999 at 07:40:35PM -0500, Don Croyle wrote: > > > > I'm also changing the primary MASTER_SITE to the site that the old one > > has been being redirected to all along. > > Why? Isn't bigfoot.com one of those sites people sometimes use > specifically for the purpose of redirection (similar to pobox.com) so > that if they switch webspace providers all the links continue to work. Because somebody decided to define FETCH as /usr/bin/fetch -A, so it doesn't follow the redirection. -- I've always wanted to be a dilettante, but I've never quite been ready to make the commitment. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Jul 18 20:13: 7 1999 Delivered-To: freebsd-ports@freebsd.org Received: from phoenix.welearn.com.au (phoenix.welearn.com.au [139.130.44.81]) by hub.freebsd.org (Postfix) with ESMTP id 690911506E for ; Sun, 18 Jul 1999 20:13:00 -0700 (PDT) (envelope-from sue@phoenix.welearn.com.au) Received: (from sue@localhost) by phoenix.welearn.com.au (8.9.1/8.9.0) id NAA01720; Mon, 19 Jul 1999 13:10:48 +1000 (EST) Message-ID: <19990719131045.61216@welearn.com.au> Date: Mon, 19 Jul 1999 13:10:45 +1000 From: Sue Blake To: Chris Piazza Cc: freebsd-ports@FreeBSD.ORG Subject: Re: glib and mc References: <19990719114501.30639@welearn.com.au> <19990719120353.39347@welearn.com.au> <19990719191307.A77200@norn.ca.eu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.88e In-Reply-To: <19990719191307.A77200@norn.ca.eu.org>; from Chris Piazza on Mon, Jul 19, 1999 at 07:13:07PM -0700 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Mon, Jul 19, 1999 at 07:13:07PM -0700, Chris Piazza wrote: > On Mon, Jul 19, 1999 at 12:03:54PM +1000, Sue Blake wrote: > > On Mon, Jul 19, 1999 at 11:45:01AM +1000, Sue Blake wrote: > > > Installing glib-1.2.2 and glib-1.2.3 packages (or as dependency for mc) > > > to 3.2-STABLE, I get this: > > > > > > install-info: Undefined error: 0 for /usr/local/info/dir > > > pkg_add: command 'install-info /usr/local/info/glib.info /usr/local/info/dir' failed > > I just tested this on my machine and it's caused by > a 0 byte 'dir' file. If you remove it it'll work fine. Bingo! Aint it always the little things :-) Thanks. -- Regards, -*Sue*- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Jul 18 20:50: 5 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 7D7A21508A for ; Sun, 18 Jul 1999 20:50:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA99052; Sun, 18 Jul 1999 20:50:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from blues.ghis.net (pppc1-118.eisa.net.au [203.166.251.118]) by hub.freebsd.org (Postfix) with ESMTP id 9365F1506E for ; Sun, 18 Jul 1999 20:43:05 -0700 (PDT) (envelope-from jim@blues.ghis.net) Received: (from jim@localhost) by blues.ghis.net (8.9.3/8.9.3) id NAA29417; Mon, 19 Jul 1999 13:43:00 +1000 (EST) (envelope-from jim) Message-Id: <199907190343.NAA29417@blues.ghis.net> Date: Mon, 19 Jul 1999 13:43:00 +1000 (EST) From: jim@phrantic.phear.net Reply-To: jim@blues.ghis.net To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/12705: update port: new MASTER_SITES for libdockapp Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 12705 >Category: ports >Synopsis: update port: new MASTER_SITES for libdockapp >Confidential: 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 Jul 18 20:50:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Jim Mock >Release: FreeBSD 3.2-STABLE i386 >Organization: >Environment: >Description: Patch adds another site to MASTER_SITES of libdockapp port. >How-To-Repeat: >Fix: Apply the following diff.. diff -ruN /usr/ports/x11-wm/libdockapp/Makefile libdockapp/Makefile --- /usr/ports/x11-wm/libdockapp/Makefile Mon Jul 19 07:04:26 1999 +++ libdockapp/Makefile Mon Jul 19 13:24:36 1999 @@ -9,7 +9,8 @@ DISTNAME= docklib-0.2 PKGNAME= libdockapp-0.2 CATEGORIES= x11-wm -MASTER_SITES= http://wit401310.student.utwente.nl/apps/apps/ +MASTER_SITES= http://wit401310.student.utwente.nl/apps/apps/ \ + ftp://shadowmere.student.utwente.nl/pub/WindowMaker/ MAINTAINER= jim@phrantic.phear.net >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Jul 18 20:50: 5 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 2ACC415082 for ; Sun, 18 Jul 1999 20:50:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA99043; Sun, 18 Jul 1999 20:50:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from blues.ghis.net (pppc1-118.eisa.net.au [203.166.251.118]) by hub.freebsd.org (Postfix) with ESMTP id A1A2815077 for ; Sun, 18 Jul 1999 20:42:09 -0700 (PDT) (envelope-from jim@blues.ghis.net) Received: (from jim@localhost) by blues.ghis.net (8.9.3/8.9.3) id NAA29306; Mon, 19 Jul 1999 13:40:38 +1000 (EST) (envelope-from jim) Message-Id: <199907190340.NAA29306@blues.ghis.net> Date: Mon, 19 Jul 1999 13:40:38 +1000 (EST) From: jim@phrantic.phear.net Reply-To: jim@blues.ghis.net To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/12704: update port: xchat-1.1.2 to 1.1.3 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 12704 >Category: ports >Synopsis: update port: xchat-1.1.2 to 1.1.3 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun Jul 18 20:50:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Jim Mock >Release: FreeBSD 3.2-STABLE i386 >Organization: >Environment: >Description: Patch updates xchat port to the latest version. NLS is still borked so it's still disabled. >How-To-Repeat: >Fix: Apply the following diff.. diff -ruN /usr/ports/irc/xchat/Makefile xchat/Makefile --- /usr/ports/irc/xchat/Makefile Sun Jul 18 10:25:29 1999 +++ xchat/Makefile Mon Jul 19 13:35:22 1999 @@ -1,12 +1,12 @@ # New ports collection makefile for: xchat -# Version required: 1.1.2 +# Version required: 1.1.3 # Date created: 17 Nov 1998 # Whom: Jim Mock # # $Id: Makefile,v 1.17 1999/07/17 03:56:06 cpiazza Exp $ # -DISTNAME= xchat-1.1.2 +DISTNAME= xchat-1.1.3 CATEGORIES= irc MASTER_SITES= http://xchat.org/files/beta/ \ http://xchat.linuxpower.org/files/beta/ diff -ruN /usr/ports/irc/xchat/files/md5 xchat/files/md5 --- /usr/ports/irc/xchat/files/md5 Sun Jul 18 10:25:29 1999 +++ xchat/files/md5 Mon Jul 19 13:37:42 1999 @@ -1 +1 @@ -MD5 (xchat-1.1.2.tar.bz2) = d109fc9fba516564b2e146426bc5874a +MD5 (xchat-1.1.3.tar.bz2) = 3c88def396eb9a0eadf37b6b4cb0f6e0 >Release-Note: >Audit-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 Jul 18 20:59:58 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 37B9815110; Sun, 18 Jul 1999 20:59:56 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Received: (from cpiazza@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA99850; Sun, 18 Jul 1999 20:58:29 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Date: Sun, 18 Jul 1999 20:58:29 -0700 (PDT) From: Message-Id: <199907190358.UAA99850@freefall.freebsd.org> To: jim@blues.ghis.net, cpiazza@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/12705: update port: new MASTER_SITES for libdockapp Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: update port: new MASTER_SITES for libdockapp State-Changed-From-To: open->closed State-Changed-By: cpiazza State-Changed-When: Sun Jul 18 20:58:19 PDT 1999 State-Changed-Why: Committed, thanks! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Jul 18 21: 0:50 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 548BE151F0; Sun, 18 Jul 1999 21:00:44 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Received: (from cpiazza@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id VAA00131; Sun, 18 Jul 1999 21:00:04 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Date: Sun, 18 Jul 1999 21:00:04 -0700 (PDT) From: Message-Id: <199907190400.VAA00131@freefall.freebsd.org> To: jim@blues.ghis.net, cpiazza@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/12704: update port: xchat-1.1.2 to 1.1.3 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: update port: xchat-1.1.2 to 1.1.3 State-Changed-From-To: open->closed State-Changed-By: cpiazza State-Changed-When: Sun Jul 18 20:59:57 PDT 1999 State-Changed-Why: committed, thanks! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Jul 18 21:34:20 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id B31AA14F18; Sun, 18 Jul 1999 21:34:19 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Received: (from cpiazza@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id VAA04292; Sun, 18 Jul 1999 21:33:24 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Date: Sun, 18 Jul 1999 21:33:24 -0700 (PDT) From: Message-Id: <199907190433.VAA04292@freefall.freebsd.org> To: handy@physics.montana.edu, cpiazza@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/12691: configure fixes for windowmaker Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: configure fixes for windowmaker State-Changed-From-To: open->closed State-Changed-By: cpiazza State-Changed-When: Sun Jul 18 21:33:04 PDT 1999 State-Changed-Why: Committed, thanks! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Jul 18 23:51:47 1999 Delivered-To: freebsd-ports@freebsd.org Received: from icc.surw.chel.su (surw.chel.su [195.54.2.162]) by hub.freebsd.org (Postfix) with ESMTP id 92DEC14FFD for ; Sun, 18 Jul 1999 23:51:39 -0700 (PDT) (envelope-from andy@icc.surw.chel.su) Received: (from andy@localhost) by icc.surw.chel.su (8.9.2/8.8.8) id KAA23536; Mon, 19 Jul 1999 10:50:38 +0400 (MSD) (envelope-from andy) From: Andrey Zakhvatov Message-Id: <199907190650.KAA23536@icc.surw.chel.su> Subject: Re: ports/12690: New port: gperiodic-1.2.1 In-Reply-To: <19990718131117.A73284@mad> from Tim Vanderhoek at "Jul 18, 1999 1:11:17 pm" To: vanderh@ecf.utoronto.ca (Tim Vanderhoek) Date: Mon, 19 Jul 1999 10:50:37 +0400 (MSD) Cc: ports@FreeBSD.org X-Mailer: ELM [version 2.4ME+ PL43 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hello, > > X.if !defined(NOPORTDOCS) > > X @ ${MKDIR} ${PREFIX}/share/doc/gperiodic > > X.for file in AUTHORS COPYING Changes README > > X @ ${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/share/doc/gperiodic > > We need DOCFILES and SYMDOCDIR variables. Also we need some ideas about ${LN} -sf ${COMMONDOC}/COPYING ${DOCDIR}/COPYING I mean that we don't need 100 license files, just symlinks to one common. Sincerely yours, Andy -- Tel: +7-(3512)-38-39-73, E-mail: andy@icc.surw.chel.su WWW: http://surw.chel.su/~andy/index.html, ICQ:10705306 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Jul 18 23:52:57 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id A458F150B6; Sun, 18 Jul 1999 23:52:52 -0700 (PDT) (envelope-from n_hibma@FreeBSD.org) Received: (from n_hibma@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id XAA17479; Sun, 18 Jul 1999 23:52:52 -0700 (PDT) (envelope-from n_hibma@FreeBSD.org) Date: Sun, 18 Jul 1999 23:52:52 -0700 (PDT) From: Message-Id: <199907190652.XAA17479@freefall.freebsd.org> To: phillip@mirriwinni.cse.rmit.edu.au, n_hibma@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/12700: Errors in mtools.conf file Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Errors in mtools.conf file State-Changed-From-To: open->closed State-Changed-By: n_hibma State-Changed-When: Sun Jul 18 23:52:36 PDT 1999 State-Changed-Why: John Polstra forgot to close it yesterday. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Jul 18 23:57: 2 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id AAB0B14E46; Sun, 18 Jul 1999 23:57:01 -0700 (PDT) (envelope-from n_hibma@FreeBSD.org) Received: (from n_hibma@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id XAA17702; Sun, 18 Jul 1999 23:54:04 -0700 (PDT) (envelope-from n_hibma@FreeBSD.org) Date: Sun, 18 Jul 1999 23:54:04 -0700 (PDT) From: Message-Id: <199907190654.XAA17702@freefall.freebsd.org> To: phillip@mirriwinni.cse.rmit.edu.au, n_hibma@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/12700: Errors in mtools.conf file Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Errors in mtools.conf file State-Changed-From-To: closed->open State-Changed-By: n_hibma State-Changed-When: Sun Jul 18 23:53:04 PDT 1999 State-Changed-Why: I wanted to cahnge 10-165 not 12700 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Jul 19 1:50:33 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 2D82414E57 for ; Mon, 19 Jul 1999 01:50:30 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA28971; Mon, 19 Jul 1999 01:50:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from leap.innerx.net (leap.innerx.net [38.179.176.25]) by hub.freebsd.org (Postfix) with ESMTP id CC81614C7F for ; Mon, 19 Jul 1999 01:44:37 -0700 (PDT) (envelope-from chris@holly.dyndns.org) Received: from holly.dyndns.org (ip194.houston3.tx.pub-ip.psi.net [38.12.169.194]) by leap.innerx.net (Postfix) with ESMTP id 28299370A6 for ; Mon, 19 Jul 1999 04:44:17 -0400 (EDT) Received: (from chris@localhost) by holly.dyndns.org (8.9.3/8.9.3) id DAA12400; Mon, 19 Jul 1999 03:45:08 -0500 (CDT) (envelope-from chris) Message-Id: <199907190845.DAA12400@holly.dyndns.org> Date: Mon, 19 Jul 1999 03:45:08 -0500 (CDT) From: chris@calldei.com Reply-To: chris@calldei.com To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/12706: [Patch] xchat port should have USE_GNOME/USE_PANEL hooks Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 12706 >Category: ports >Synopsis: [Patch] xchat port should have USE_GNOME/USE_PANEL hooks >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 Jul 19 01:50:00 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Chris Costello >Release: FreeBSD 4.0-CURRENT i386 >Organization: none >Environment: Makefile: $Id: Makefile,v 1.18 1999/07/19 03:59:57 cpiazza Exp $ >Description: Users cannot enable the GNOME and GNOME-panel features in X-Chat via the FreeBSD port. >How-To-Repeat: >Fix: --- /usr/home/chris/FreeBSD/ports/irc/xchat/Makefile Mon Jul 19 03:20:15 1999 +++ Makefile Mon Jul 19 03:37:47 1999 @@ -22,7 +22,19 @@ USE_GMAKE= yes USE_PERL5= yes GNU_CONFIGURE= yes -CONFIGURE_ARGS= --disable-gnome --disable-panel --disable-nls +CONFIGURE_ARGS= --disable-nls + +.if defined(USE_GNOME) +CONFIGURE_ARGS+= --enable-gnome +.if defined(USE_PANEL) +CONFIGURE_ARGS+= --enable-panel +.else +CONFIGURE_ARGS+= --disable-panel +.endif +.else +CONFIGURE_ARGS+= --disable-gnome +.endif + CONFIGURE_ENV= GTK_CONFIG="${GTK_CONFIG}" post-install: >Release-Note: >Audit-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 Jul 19 3:53:27 1999 Delivered-To: freebsd-ports@freebsd.org Received: from relay.nuxi.com (nuxi.cs.ucdavis.edu [169.237.7.38]) by hub.freebsd.org (Postfix) with ESMTP id 0C6E9150D7 for ; Mon, 19 Jul 1999 03:53:15 -0700 (PDT) (envelope-from obrien@NUXI.com) Received: from dragon.nuxi.com (iras-1-14.ucdavis.edu [169.237.16.14]) by relay.nuxi.com (8.9.3/8.9.3) with ESMTP id DAA19851; Mon, 19 Jul 1999 03:53:11 -0700 (PDT) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.9.3/8.9.1) id DAA01950; Mon, 19 Jul 1999 03:53:08 -0700 (PDT) (envelope-from obrien) Date: Mon, 19 Jul 1999 03:53:08 -0700 From: "David O'Brien" To: Michael Haro Cc: FreeBSD Ports Team Subject: Re: MASTERDIR= ${.CURDIR}/..... ????? Message-ID: <19990719035307.A1932@dragon.nuxi.com> Reply-To: obrien@freebsd.org References: <19990715220015.A1641@area51.fremont.ca.us> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.3i In-Reply-To: <19990715220015.A1641@area51.fremont.ca.us>; from Michael Haro on Thu, Jul 15, 1999 at 10:00:15PM -0700 X-Operating-System: FreeBSD 4.0-CURRENT Organization: The NUXI BSD group X-PGP-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Keyid: 34F9F9D5 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > Is there any reason that ports to use > MASTERDIR= ${.CURDIR}/../../section/port > instead of > MASTERDIR= ${PORTSDIR}/section/port ? Yes, it is useful to use ${.CURDIR} if you are working on both the master and slave ports [outside of /usr/ports]. -- -- David (obrien@NUXI.com -or- obrien@FreeBSD.org) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Jul 19 8:17:23 1999 Delivered-To: freebsd-ports@freebsd.org Received: from ns.raditex.se (www.raditex.se [192.5.36.20]) by hub.freebsd.org (Postfix) with ESMTP id 77D1A14D6C for ; Mon, 19 Jul 1999 08:17:19 -0700 (PDT) (envelope-from kaj@raditex.se) Received: from localhost (gandalf.raditex.se [192.5.36.18]) by ns.raditex.se (8.8.8/8.8.8) with ESMTP id RAA03857; Mon, 19 Jul 1999 17:16:30 +0200 (CEST) (envelope-from kaj@raditex.se) To: ports@FreeBSD.org Cc: Rasmus Kaj Subject: print/ghostscript5 MASTER_SITE From: Rasmus Kaj X-Mailer: Mew version 1.93 on XEmacs 20.4 (Emerald) X-URL: http://www.e.kth.se/~kaj/ X-Phone: +46 (0)8 - 694 92 80 X-Attribution: Kaj X-Face: M9cR~WYav<"fu%MaslX0`43PAYY?uIsM8[#E(0\Xuy9rj>4gE\h3jm.7DD?]R8*^7T\o&vT U@[53Dwkuup4[0@gw#~kyu>`unH?kVj9CJa02(h>Ki\+i=%rn%sDf^KC.!?IHkKjMAbkd\jgmphp^' d|Q;OeXEAhq?ybGqOs1CHb6TJT42'C`Krnk61//AOfXtNjj/t'`5>Vw0QX!dKfOL$.f+S"LIuwR<;I Z0Qnnx(F^F]o@*V%TUtEV'1Z[TkOl^FFV9Z~A[b19%}uP*,huCU Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-Id: <19990719171629S.kaj@raditex.se> Date: Mon, 19 Jul 1999 17:16:29 +0200 X-Dispatcher: imput version 980905(IM100) Lines: 34 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Is there a reson that MASTER_SITE_GNU is listed /last/ in MASTER_SITES for print/ghostscript5? I fail to se any specific, and in general MASTER_SITE_GNU is much faster (and nicer to the rest of the Internet), since it's configurable to be local. If not, I propose the following change (in print/ghostscript5): Index: Makefile =================================================================== RCS file: /usr3/repository/ports/print/ghostscript5/Makefile,v retrieving revision 1.33 diff -u -r1.33 Makefile --- Makefile 1999/07/15 21:53:12 1.33 +++ Makefile 1999/07/19 15:11:32 @@ -8,10 +8,10 @@ DISTNAME= ghostscript-5.10 CATEGORIES= print -MASTER_SITES= ftp://ftp.pdb.sni.de/pub/utilities/misc/ \ +MASTER_SITES= $(MASTER_SITE_GNU) \ + ftp://ftp.pdb.sni.de/pub/utilities/misc/ \ http://www.ozemail.com.au/~geoffk/pdfencrypt/ \ - ftp://ftp.cs.wisc.edu/ghost/gnu/gs510/ \ - $(MASTER_SITE_GNU) + ftp://ftp.cs.wisc.edu/ghost/gnu/gs510/ MASTER_SITE_SUBDIR= ghostscript DISTFILES= ${PCL3_DRV} ${DECRYPT_PDF} ghostscript-5.10.tar.gz -- Rasmus Kaj ---------------- rasmus@kaj.a.se - http://www.e.kth.se/~kaj/ \ COBOL programs are an exercise in Artificial Inelegance \--------------------------------------------- http://www.Raditex.se/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Jul 19 9: 4: 0 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 8C16314CF0; Mon, 19 Jul 1999 09:03:59 -0700 (PDT) (envelope-from jseger@FreeBSD.org) Received: (from jseger@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA75694; Mon, 19 Jul 1999 09:02:16 -0700 (PDT) (envelope-from jseger@FreeBSD.org) Date: Mon, 19 Jul 1999 09:02:16 -0700 (PDT) From: Message-Id: <199907191602.JAA75694@freefall.freebsd.org> To: grog@lemis.com, jseger@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/12542: Error in xscreensaver configuration script Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Error in xscreensaver configuration script State-Changed-From-To: open->closed State-Changed-By: jseger State-Changed-When: Mon Jul 19 09:01:57 PDT 1999 State-Changed-Why: Committed, thanks. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Jul 19 11: 2:10 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 0740714F30 for ; Mon, 19 Jul 1999 11:02:00 -0700 (PDT) (envelope-from owner-bugmaster@freebsd.org) Received: (from peter@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA89554 for freebsd-ports@freebsd.org; Mon, 19 Jul 1999 11:01:58 -0700 (PDT) (envelope-from owner-bugmaster@freebsd.org) Date: Mon, 19 Jul 1999 11:01:58 -0700 (PDT) Message-Id: <199907191801.LAA89554@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: peter set sender to owner-bugmaster@freebsd.org using -f From: FreeBSD bugmaster To: FreeBSD ports list Subject: Current unassigned ports problem reports Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Current FreeBSD problem reports The following is a listing of current problems submitted by FreeBSD users. These represent problem reports covering all versions including experimental development code and obsolete releases. Bugs can be in one of several states: o - open A problem report has been submitted, no sanity checking performed. a - analyzed The report has been examined by a team member and evaluated. f - feedback The problem has been solved, and the originator has been given a patch or a fix has been committed. The PR remains in this state pending a response from the originator. s - suspended The problem is not being worked on. This is a prime candidate for somebody who is looking for a project to do. If the problem cannot be solved at all, it will be closed, rather than suspended. c - closed A problem report is closed when any changes have been integrated, documented, and tested. Critical problems Serious problems S Submitted Tracker Resp. Description ------------------------------------------------------------------------------- a [1998/09/19] ports/7987 ports Can't post news with TRN + NNTPCACHE o [1999/03/18] ports/10665ports ports/graphics/sane needs access to /dev/ f [1999/04/07] ports/11003ports wmcdplay is not capable of playing an AUD o [1999/05/03] ports/11465ports The port chipmunk will not run. o [1999/05/29] ports/11935ports ports/audio/dap: -DBIGENDIAN is wrong on o [1999/06/01] ports/11977ports Eterm port is unable to access .Xauthorit o [1999/06/11] ports/12131ports knewmail port o [1999/06/15] ports/12234ports imlib-1.9.4/gdk_imlib/rend.c has syntax e o [1999/06/29] ports/12446ports ssh port doesn't build o [1999/07/06] ports/12541ports gtk installs itself where it can't be fou o [1999/07/10] ports/12587ports update port russian/apache13 o [1999/07/12] ports/12606ports configure problem o [1999/07/12] ports/12620ports [FIX] x11-servers/XttXF86srv-common: MAST o [1999/07/14] ports/12637ports ports o [1999/07/16] ports/12660ports Fix for gethostbyname2() problem when usi 15 problems total. Non-critical problems S Submitted Tracker Resp. Description ------------------------------------------------------------------------------- o [1998/08/03] ports/7485 ports New port: Xterminal-0.2 o [1998/09/19] ports/7992 ports New port: xemacs20-stepwise (XEmacs20 hac a [1998/11/25] ports/8864 ports useradd - system V compatible implementat a [1999/01/24] ports/9657 ports Progressive Networks' RealAudio proxy por o [1999/01/31] ports/9851 ports Port update: update R to 0.63.2 o [1999/02/02] ports/9884 ports samba does not allow "joes" (username+pas o [1999/02/07] ports/9954 ports new port devel/ACE o [1999/02/10] ports/10007ports Port of the mercury compiler version 0.8 o [1999/02/16] ports/10124ports UNIX|STAT pr submission failed to include o [1999/03/07] ports/10469ports new port: linux-netcape-communicator-4.51 o [1999/03/07] ports/10477ports The fakemail in lib-src fails to link (ne o [1999/03/10] ports/10532ports Port of GNU Pascal o [1999/03/16] ports/10634ports Update the hylafax port to do a client in o [1999/03/26] ports/10813ports crossgo32 brokeness f [1999/03/28] ports/10844ports New port: adagdb o [1999/04/02] ports/10916ports new port biology/molmol again o [1999/04/08] ports/11029ports Configure scripts for non ported applicat o [1999/04/08] ports/11034ports New ports of crazywwwboardle o [1999/05/08] ports/11587ports inappropriate internet time calculation o [1999/05/11] ports/11652ports New port (net/dictd) o [1999/05/17] ports/11742ports Problems with japanese/dvipsk* support. o [1999/05/24] ports/11879ports dclock's "-miltime" option and "*miltime" o [1999/05/31] ports/11963ports should update the ocaml-tk module and ins o [1999/06/02] ports/12001ports wmcdplay 1.0Beta1 05/09/1998 sometimes sk o [1999/06/08] ports/12077ports NEW PORT: ko-bitchx o [1999/06/09] ports/12096ports new port: korean/ko-eterm-0.8.9 o [1999/06/10] ports/12123ports New port: databases/ruby-postgres o [1999/06/10] ports/12124ports New port: devel/ruby-readline o [1999/06/11] ports/12130ports Update: japanese/ndtpd, japanese/eb o [1999/06/11] ports/12134ports Update: korean/hanterm o [1999/06/11] ports/12145ports New port: korean/ami o [1999/06/11] ports/12146ports New port: korean/byeoroo o [1999/06/12] ports/12150ports New Ports: audio/timidity++ o [1999/06/12] ports/12151ports New Ports: audio/timidity++-emacs o [1999/06/12] ports/12152ports New Ports: audio/timidity++-gtk o [1999/06/12] ports/12154ports New Ports: audio/timidity++-slang o [1999/06/12] ports/12155ports New Ports: audio/timidity++-motif o [1999/06/12] ports/12156ports New Ports: audio/timidity++-tcltk o [1999/06/12] ports/12157ports New Ports: audio/timidity++-xaw o [1999/06/12] ports/12158ports New Ports: audio/timidity++-xskin o [1999/06/12] ports/12160ports New Ports: japanese/timidity++-slang o [1999/06/12] ports/12161ports New Ports: japanese/timidity++-tcltk o [1999/06/12] ports/12163ports Installed port mxv for FreeBSD3.1 run err o [1999/06/13] ports/12188ports new port: pbs-2.1.11 (misc/PBS) a batch s o [1999/06/13] ports/12195ports submission of new port pgpenvelope o [1999/06/14] ports/12199ports [PATCH] mail/qmail references perl instea o [1999/06/14] ports/12200ports [PATCH] port net/rwhois references /usr/l o [1999/06/14] ports/12204ports Update port: graphics/EZWGL o [1999/06/14] ports/12213ports [PATCH] benchmarks/netperf installs into o [1999/06/15] ports/12229ports Update: korean/netscape4* o [1999/06/16] ports/12245ports port of irc core dumps on current o [1999/06/18] ports/12271ports fix pkg_add with error message and add ne o [1999/06/18] ports/12291ports ports/japanese/ptex-common requires fixes o [1999/06/19] ports/12300ports port update: lang/tya o [1999/06/22] ports/12341ports New port tclreadline o [1999/06/23] ports/12368ports Pilot-link installs to ${PREFIX} = ${LOCA o [1999/06/23] ports/12371ports Request for add patch: gnome-core: GNOME o [1999/06/26] ports/12403ports ssh port has undocumented X11 dependency o [1999/06/26] ports/12404ports Update port: graphics/gphoto to 0.3.2 o [1999/06/26] ports/12406ports New port for the LAM implementation of th o [1999/06/28] ports/12430ports New port: japanese/vfxdvik o [1999/06/29] ports/12447ports new port : x11-toolkit/pike-Gtk o [1999/06/29] ports/12451ports New port: japanese/mutt o [1999/07/02] ports/12490ports package xmine exits 1 with XawAsciiSource o [1999/07/02] ports/12492ports port misc/diction should be moved to text o [1999/07/03] ports/12503ports New Port: Willows toolkit (developers rel o [1999/07/04] ports/12513ports New ports: japanese/dbskkd-cdb o [1999/07/04] ports/12514ports Update ports: japanese/skkserv, kickup sc o [1999/07/05] ports/12518ports new port: ifmail-os-2.14.7 o [1999/07/05] ports/12522ports New port: cos o [1999/07/05] ports/12523ports New port: jdbcpool o [1999/07/06] ports/12530ports squid22 port with --enable-ipf-transparen o [1999/07/06] ports/12535ports Submission of RAT for ports collection o [1999/07/06] ports/12536ports New port: lang/cu-prolog o [1999/07/07] ports/12547ports Update: net/radiusd-ciston to beta18 o [1999/07/09] ports/12569ports A recursive descent parsing framework for o [1999/07/09] ports/12571ports Xfig port doesn't have Ghostscript suppor o [1999/07/09] ports/12581ports New port: games/linux_adom o [1999/07/09] ports/12582ports /usr/ports/www/roxen (Roxen Challenger) i o [1999/07/11] ports/12593ports Update port: editors/gedit f [1999/07/11] ports/12596ports pidentd is unstable in 3.2 and 4.0 o [1999/07/11] ports/12600ports gdevnpdl-1.6 driver has been added o [1999/07/12] ports/12605ports gdevnpdl-1.6 is imported to Aladdin gs 5. o [1999/07/12] ports/12618ports poor trouble reporting by qpopper's pop_i o [1999/07/13] ports/12624ports New version of mxv which also works with o [1999/07/13] ports/12636ports Trafshow port gives error message sometim o [1999/07/14] ports/12639ports Port update: net/kicq o [1999/07/14] ports/12641ports update ports:game/bnetd o [1999/07/14] ports/12642ports audio/cdrdao: port doesn't build xcdrdao o [1999/07/15] ports/12647ports [Port updated] korean/engdic o [1999/07/15] ports/12656ports new port - gnujsp o [1999/07/16] ports/12661ports new port: riva-glx (3d hardware accelerat o [1999/07/16] ports/12666ports New port: kcd-4.7.10 o [1999/07/16] ports/12672ports netscape fails with "bus error" on RELENG o [1999/07/18] ports/12690ports New port: gperiodic-1.2.1 o [1999/07/18] ports/12692ports new port: gnome-vnc-0.1 o [1999/07/18] ports/12694ports new port: gdict-0.7 o [1999/07/18] ports/12695ports [PATCH] the xglobe port can't find its fi o [1999/07/18] ports/12696ports new port: gmessage-0.2 o [1999/07/18] ports/12698ports new port: grun-0.8.1 o [1999/07/18] ports/12699ports new port: gnofin-0.5.10 o [1999/07/18] ports/12700ports Errors in mtools.conf file o [1999/07/18] ports/12701ports port of rpm2cpio (perl version) o [1999/07/18] ports/12702ports Upgrade devel/astyle to 1.10.1 o [1999/07/19] ports/12706ports [Patch] xchat port should have USE_GNOME/ 105 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 Jul 19 12:51:43 1999 Delivered-To: freebsd-ports@freebsd.org Received: from fly.lglobus.ru (fly.lglobus.ru [195.34.224.130]) by hub.freebsd.org (Postfix) with ESMTP id 6FB4C1525B for ; Mon, 19 Jul 1999 12:51:39 -0700 (PDT) (envelope-from rover@fly.lglobus.ru) Received: (from rover@localhost) by fly.lglobus.ru (8.9.3/8.9.2) id XAA20487 for freebsd-ports@freebsd.org; Mon, 19 Jul 1999 23:58:08 +0400 (MSD) (envelope-from rover) Date: Mon, 19 Jul 1999 23:58:08 +0400 From: "Oleg V. Volkov" To: freebsd-ports@freebsd.org Subject: Re: Current unassigned ports problem reports Message-ID: <19990719235739.A20389@fly.lglobus.ru> References: <199907191801.LAA89554@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.6i In-Reply-To: <199907191801.LAA89554@freefall.freebsd.org>; from FreeBSD bugmaster on Mon, Jul 19, 1999 at 11:01:58AM -0700 Organization: -=/ SR 13 /=- Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > o [1999/03/07] ports/10469ports new port: linux-netcape-communicator-4.51 Ain't this pr old and absolete by now? -- Oleg V. Volkov aka Rover E-mail: rover@lglobus.ru E-mail redirector: sr-13@mail.ru (always up) -=/ SR 13 /=- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Jul 19 13: 9:57 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 1E69315239; Mon, 19 Jul 1999 13:09:56 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Received: (from cpiazza@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA02868; Mon, 19 Jul 1999 13:09:55 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Date: Mon, 19 Jul 1999 13:09:55 -0700 (PDT) From: Message-Id: <199907192009.NAA02868@freefall.freebsd.org> To: girgen@partitur.se, cpiazza@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/10469: new port: linux-netcape-communicator-4.51 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: new port: linux-netcape-communicator-4.51 State-Changed-From-To: open->closed State-Changed-By: cpiazza State-Changed-When: Mon Jul 19 13:08:31 PDT 1999 State-Changed-Why: Thanks, but this version is out of date. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Jul 19 14:30:59 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id B9C9515298 for ; Mon, 19 Jul 1999 14:30:56 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id OAA10550; Mon, 19 Jul 1999 14:30:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id 1C2BC15298; Mon, 19 Jul 1999 14:26:36 -0700 (PDT) Message-Id: <19990719212636.1C2BC15298@hub.freebsd.org> Date: Mon, 19 Jul 1999 14:26:36 -0700 (PDT) From: jmrobins@samurai.ruin.org To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: www-1.0 Subject: ports/12708: New port for the ports collection Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 12708 >Category: ports >Synopsis: New port for the ports collection >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Jul 19 14:30:00 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Justin Robinson >Release: 3.2-RELEASE >Organization: Samurai >Environment: N/A >Description: # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # /usr/ports/www/bacon/ # /usr/ports/www/bacon/info # /usr/ports/www/bacon/files # /usr/ports/www/bacon/files/md5 # /usr/ports/www/bacon/pkg # /usr/ports/www/bacon/pkg/COMMENT # /usr/ports/www/bacon/pkg/DESCR # /usr/ports/www/bacon/pkg/PLIST # /usr/ports/www/bacon/Makefile # echo c - /usr/ports/www/bacon/ mkdir -p /usr/ports/www/bacon/ > /dev/null 2>&1 echo x - /usr/ports/www/bacon/info sed 's/^X//' >/usr/ports/www/bacon/info << 'END-of-/usr/ports/www/bacon/info' X# This is a shell archive. Save it in a file, remove anything before X# this line, and then unpack it by entering "sh file". Note, it may X# create directories; files and directories will be owned by you and X# have default permissions. X# X# This archive contains: X# X# /usr/ports/www/bacon/ X# /usr/ports/www/bacon/info X# /usr/ports/www/bacon/files X# /usr/ports/www/bacon/files/md5 X# /usr/ports/www/bacon/pkg X# /usr/ports/www/bacon/pkg/COMMENT X# /usr/ports/www/bacon/pkg/DESCR X# /usr/ports/www/bacon/pkg/PLIST X# /usr/ports/www/bacon/Makefile X# Xecho c - /usr/ports/www/bacon/ Xmkdir -p /usr/ports/www/bacon/ > /dev/null 2>&1 Xecho x - /usr/ports/www/bacon/info Xsed 's/^X//' >/usr/ports/www/bacon/info << 'END-of-/usr/ports/www/bacon/info' END-of-/usr/ports/www/bacon/info echo c - /usr/ports/www/bacon/files mkdir -p /usr/ports/www/bacon/files > /dev/null 2>&1 echo x - /usr/ports/www/bacon/files/md5 sed 's/^X//' >/usr/ports/www/bacon/files/md5 << 'END-of-/usr/ports/www/bacon/files/md5' XMD5 (bacon-1.071999.tar.gz) = 50dfc8301d9b789c02665b83e9c4d192 END-of-/usr/ports/www/bacon/files/md5 echo c - /usr/ports/www/bacon/pkg mkdir -p /usr/ports/www/bacon/pkg > /dev/null 2>&1 echo x - /usr/ports/www/bacon/pkg/COMMENT sed 's/^X//' >/usr/ports/www/bacon/pkg/COMMENT << 'END-of-/usr/ports/www/bacon/pkg/COMMENT' XQuick, easy-to-read, web statistics program. END-of-/usr/ports/www/bacon/pkg/COMMENT echo x - /usr/ports/www/bacon/pkg/DESCR sed 's/^X//' >/usr/ports/www/bacon/pkg/DESCR << 'END-of-/usr/ports/www/bacon/pkg/DESCR' XBacon is a perl program designed to make viewing and reading weblogs easy. XIt has support for multiple virtual hosts and lets you know who has been Xto your webpage. X X XWWW: http://bacon.ruin.org/ X X-Justin Robinson Xjmrobins@samurai.ruin.org END-of-/usr/ports/www/bacon/pkg/DESCR echo x - /usr/ports/www/bacon/pkg/PLIST sed 's/^X//' >/usr/ports/www/bacon/pkg/PLIST << 'END-of-/usr/ports/www/bacon/pkg/PLIST' Xwww/cgi-bin/bacon.pl END-of-/usr/ports/www/bacon/pkg/PLIST echo x - /usr/ports/www/bacon/Makefile sed 's/^X//' >/usr/ports/www/bacon/Makefile << 'END-of-/usr/ports/www/bacon/Makefile' X# New ports collection makefile for: bacon X# Version required: 1.1b X# Date created: 5 December 1994 X# Whom: asami X# X# $Id$ X# X XDISTNAME= bacon-1.071999 XCATEGORIES= www XMASTER_SITES= ftp://samurai.ruin.org/pub/All/ X XMAINTAINER= jmrobins@samurai.ruin.org X XUSE_PERL5= YES XNO_BUILD= YES X Xdo-install: X ${INSTALL_SCRIPT} ${WRKSRC}/bacon.pl ${PREFIX}/www/cgi-bin/bacon.pl X @${ECHO} X @${ECHO} " ----------------------------------------------------------------------------------------------------------------$ X @${ECHO} " Please read the ${WRKSRC}/INSTALL file for info on configuring this program." X @${ECHO} " ----------------------------------------------------------------------------------------------------------------$ X @${ECHO} X X.include END-of-/usr/ports/www/bacon/Makefile exit >How-To-Repeat: N/A >Fix: N/A >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Jul 19 15:51:42 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 3BE2214EED for ; Mon, 19 Jul 1999 15:51:39 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA17163; Mon, 19 Jul 1999 15:50:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id C66C614CD5; Mon, 19 Jul 1999 15:45:22 -0700 (PDT) Message-Id: <19990719224522.C66C614CD5@hub.freebsd.org> Date: Mon, 19 Jul 1999 15:45:22 -0700 (PDT) From: jobaldwi@vt.edu To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: www-1.0 Subject: ports/12709: [PATCH] Upgrade the emulators/bochs port to the latest version Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 12709 >Category: ports >Synopsis: [PATCH] Upgrade the emulators/bochs port to the latest version >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon Jul 19 15:50:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: John Baldwin >Release: 3.2-STABLE >Organization: >Environment: n/a >Description: The patch below upgrades the emulators/bochs release to the latest version. >How-To-Repeat: >Fix: Makefile: Index: Makefile =================================================================== RCS file: /usr/cvs/ports/emulators/bochs/Makefile,v retrieving revision 1.14 diff -u -r1.14 Makefile --- Makefile 1999/01/01 16:34:07 1.14 +++ Makefile 1999/07/12 23:08:16 @@ -1,5 +1,5 @@ # New ports collection makefile for: bochs -# Version required: 980513a +# Version required: 990219a # Date created: 16 December 1997 # Whom: alex # @@ -7,10 +7,10 @@ # VGABIOS= VGABIOS-elpin-2.20 -BIOS= BIOS-bochs-980717a -DATE= 981102 +BIOS= BIOS-bochs-990623a +DATE= 990708 -DISTNAME= bochs-${DATE}b +DISTNAME= bochs-${DATE}a CATEGORIES= emulators MASTER_SITES= ftp://ftp.bochs.com/pub/ @@ -18,10 +18,8 @@ USE_XLIB= yes GNU_CONFIGURE= YES -CONFIGURE_ARGS= --enable-80386 --enable-memory=16 \ - --enable-v8086-mode --enable-paging --enable-vga \ - --enable-bochs-bios-hooks --enable-dma-floppy-io \ - --enable-processor-ips=200000 +CONFIGURE_ARGS= --enable-cpu-level=4 --enable-vga \ + --with-x11 --prefix=${PREFIX} WRKSRC= ${WRKDIR}/bochs-${DATE} @@ -41,6 +39,7 @@ -@${MKDIR} ${PREFIX}/share/doc/bochs ${INSTALL_MAN} ${WRKSRC}/docs-html/LICENSE ${PREFIX}/share/doc/bochs ${INSTALL_MAN} ${WRKSRC}/docs-html/*.html ${PREFIX}/share/doc/bochs + ${INSTALL_MAN} ${WRKSRC}/docs-html/*.gif ${PREFIX}/share/doc/bochs .endif .include files/md5: Index: files/md5 =================================================================== RCS file: /usr/cvs/ports/emulators/bochs/files/md5,v retrieving revision 1.8 diff -u -r1.8 md5 --- md5 1998/11/03 02:26:39 1.8 +++ md5 1999/07/12 22:14:21 @@ -1 +1 @@ -MD5 (bochs-981102b.tar.gz) = 437e421df6d9843dd9dd734088955323 +MD5 (bochs-990708a.tar.gz) = 8dd96cfd9a5aa2870daaf6ba9b312d5a patches/patch-aa: Index: patches/patch-aa =================================================================== RCS file: /usr/cvs/ports/emulators/bochs/patches/patch-aa,v retrieving revision 1.6 diff -u -r1.6 patch-aa --- patch-aa 1998/11/03 02:26:39 1.6 +++ patch-aa 1999/07/12 22:42:38 @@ -1,21 +1,24 @@ ---- .bochsrc.old Mon Nov 2 13:06:25 1998 -+++ .bochsrc Mon Nov 2 13:07:47 1998 -@@ -39,21 +39,21 @@ - #floppya: 1_44=../1.44.yodlowsk - #floppya: 1_2=../1.2 - #floppyb: 1_44=../1.680 +--- .bochsrc.orig Thu Jul 8 09:57:11 1999 ++++ .bochsrc Mon Jul 12 18:42:12 1999 +@@ -3,7 +3,7 @@ + megs: 16 + #megs: 8 + boot: c -vgaromimage: bios/VGABIOS-elpin-2.20 +vgaromimage: /usr/local/lib/bochs/bios/VGABIOS-elpin-2.20 - #romimage: bios/rombios.bin - #romimage: bios/BIOS-bochs-980331a - #romimage: bios/BIOS-bochs-980622a - #romimage: bios/BIOS-bochs-980702a - #romimage: ../cbios961203 + + # You many now use double quotes around pathnames, in case + # your pathname includes spaces. +@@ -60,7 +60,7 @@ + #romimage: file=bios/rombios.bin, address=0xf0000 + #romimage: file=../cbios961203 #romimage: file=../r980820.rom, address=0xe0000 --romimage: file=bios/BIOS-bochs-980717a, address=0xf0000 -+romimage: file=/usr/local/lib/bochs/bios/BIOS-bochs-980717a, address=0xf0000 +-romimage: file=bios/BIOS-bochs-990623a, address=0xf0000 ++romimage: file=/usr/local/lib/bochs/bios/BIOS-bochs-990623a, address=0xf0000 - #romimage: ../cbios961112 + #romimage: file=bios/BIOS-bochs-990218a, address=0xf0000 + #romimage: file=../dttest.bin, address=0xf0000 +@@ -69,8 +69,8 @@ #vgaromimage: ../vgacbios961111 #romimage: ../cbios961203 @@ -23,6 +26,6 @@ -log: ./bochs.out +log: /dev/null +#log: ./bochs.out - keyboard_serial_delay: 200 #microseconds - floppy_command_delay: 500 #microseconds + keyboard_serial_delay: 200 + floppy_command_delay: 500 #ips: 1500000 pkg/PLIST: Index: pkg/PLIST =================================================================== RCS file: /usr/cvs/ports/emulators/bochs/pkg/PLIST,v retrieving revision 1.9 diff -u -r1.9 PLIST --- PLIST 1998/11/03 02:26:39 1.9 +++ PLIST 1999/07/12 22:52:43 @@ -1,6 +1,6 @@ bin/bochs lib/bochs/bios/VGABIOS-elpin-2.20 -lib/bochs/bios/BIOS-bochs-980717a +lib/bochs/bios/BIOS-bochs-990623a lib/bochs/bochsrc.sample share/doc/bochs/3rdparty.license.html share/doc/bochs/DOS.html @@ -12,18 +12,18 @@ share/doc/bochs/Windows95.html share/doc/bochs/bugreports.html share/doc/bochs/changelog.html -share/doc/bochs/company.html share/doc/bochs/construction.html share/doc/bochs/cosimulation.html share/doc/bochs/debugger.html share/doc/bochs/developers.html -share/doc/bochs/drawing_board.html +share/doc/bochs/faq.html share/doc/bochs/features.html share/doc/bochs/index.html share/doc/bochs/install.html share/doc/bochs/instrumentation.html share/doc/bochs/licensing.html share/doc/bochs/mtools.html +share/doc/bochs/undercon.gif share/doc/bochs/whatisbochs.html share/doc/bochs/win32.html @dirrm lib/bochs/bios >Release-Note: >Audit-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 Jul 19 16:20: 1 1999 Delivered-To: freebsd-ports@freebsd.org Received: from smtp13.bellglobal.com (smtp13.bellglobal.com [204.101.251.52]) by hub.freebsd.org (Postfix) with ESMTP id 7A1A814CCD for ; Mon, 19 Jul 1999 16:19:58 -0700 (PDT) (envelope-from vanderh@ecf.toronto.edu) Received: from localhost.nowhere (ppp18390.on.bellglobal.com [206.172.130.70]) by smtp13.bellglobal.com (8.8.5/8.8.5) with ESMTP id TAA17404; Mon, 19 Jul 1999 19:20:40 -0400 (EDT) Received: (from tim@localhost) by localhost.nowhere (8.9.3/8.9.1) id TAA87372; Mon, 19 Jul 1999 19:20:23 -0400 (EDT) (envelope-from tim) Date: Mon, 19 Jul 1999 19:20:22 -0400 From: Tim Vanderhoek To: Andrey Zakhvatov Cc: ports@FreeBSD.org Subject: Re: ports/12690: New port: gperiodic-1.2.1 Message-ID: <19990719192022.F87043@mad> References: <19990718131117.A73284@mad> <199907190650.KAA23536@icc.surw.chel.su> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95i In-Reply-To: <199907190650.KAA23536@icc.surw.chel.su>; from Andrey Zakhvatov on Mon, Jul 19, 1999 at 10:50:37AM +0400 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Mon, Jul 19, 1999 at 10:50:37AM +0400, Andrey Zakhvatov wrote: > > Also we need some ideas about ${LN} -sf ${COMMONDOC}/COPYING ${DOCDIR}/COPYING > I mean that we don't need 100 license files, just symlinks to one common. Alternatively, just add one copy of GNU COPYING to the base system and advertise its location, sans any symlink. -- This is my .signature which gets appended to the end of my messages. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Jul 19 17: 4:45 1999 Delivered-To: freebsd-ports@freebsd.org Received: from norn.ca.eu.org (cr965240-b.abtsfd1.bc.wave.home.com [24.113.19.137]) by hub.freebsd.org (Postfix) with ESMTP id 220011514B for ; Mon, 19 Jul 1999 17:04:39 -0700 (PDT) (envelope-from cpiazza@norn.ca.eu.org) Received: by norn.ca.eu.org (Postfix, from userid 1002) id 99FCE751; Tue, 20 Jul 1999 17:02:19 -0700 (PDT) Date: Tue, 20 Jul 1999 17:02:19 -0700 From: Chris Piazza To: Tim Vanderhoek Cc: Andrey Zakhvatov , ports@FreeBSD.ORG Subject: Re: ports/12690: New port: gperiodic-1.2.1 Message-ID: <19990720170219.A89852@norn.ca.eu.org> References: <19990718131117.A73284@mad> <199907190650.KAA23536@icc.surw.chel.su> <19990719192022.F87043@mad> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.6i In-Reply-To: <19990719192022.F87043@mad>; from Tim Vanderhoek on Mon, Jul 19, 1999 at 07:20:22PM -0400 X-Operating-System: FreeBSD 4.0-CURRENT Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Mon, Jul 19, 1999 at 07:20:22PM -0400, Tim Vanderhoek wrote: > On Mon, Jul 19, 1999 at 10:50:37AM +0400, Andrey Zakhvatov wrote: > > > > Also we need some ideas about ${LN} -sf ${COMMONDOC}/COPYING ${DOCDIR}/COPYING > > I mean that we don't need 100 license files, just symlinks to one common. > > Alternatively, just add one copy of GNU COPYING to the base system and > advertise its location, sans any symlink. The handbook says NOT to install the GPL. -Chris -- cpiazza@home.net cpiazza@FreeBSD.org "I don't like principles. I prefer prejudices." -Oscar Wilde To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Jul 19 18:17:26 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id D720214CC0; Mon, 19 Jul 1999 18:17:24 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: (from kris@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA27073; Mon, 19 Jul 1999 18:16:22 -0700 (PDT) (envelope-from kris@FreeBSD.org) Date: Mon, 19 Jul 1999 18:16:22 -0700 (PDT) From: Message-Id: <199907200116.SAA27073@freefall.freebsd.org> To: kris@FreeBSD.org, freebsd-ports@FreeBSD.org, kris@FreeBSD.org Subject: Re: ports/12695: [PATCH] the xglobe port can't find its files after installation Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: [PATCH] the xglobe port can't find its files after installation Responsible-Changed-From-To: freebsd-ports->kris Responsible-Changed-By: kris Responsible-Changed-When: Mon Jul 19 18:16:01 PDT 1999 Responsible-Changed-Why: My port. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Jul 19 18:23:33 1999 Delivered-To: freebsd-ports@freebsd.org Received: from icc.surw.chel.su (surw.chel.su [195.54.2.162]) by hub.freebsd.org (Postfix) with ESMTP id 0C7AA14CC0 for ; Mon, 19 Jul 1999 18:23:22 -0700 (PDT) (envelope-from andy@icc.surw.chel.su) Received: (from andy@localhost) by icc.surw.chel.su (8.9.2/8.8.8) id FAA04723; Tue, 20 Jul 1999 05:20:43 +0400 (MSD) (envelope-from andy) From: Andrey Zakhvatov Message-Id: <199907200120.FAA04723@icc.surw.chel.su> Subject: Re: ports/12690: New port: gperiodic-1.2.1 In-Reply-To: <19990719192022.F87043@mad> from Tim Vanderhoek at "Jul 19, 1999 7:20:22 pm" To: vanderh@ecf.utoronto.ca (Tim Vanderhoek) Date: Tue, 20 Jul 1999 05:20:43 +0400 (MSD) Cc: ports@FreeBSD.org X-Mailer: ELM [version 2.4ME+ PL43 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hello, > > Also we need some ideas about ${LN} -sf ${COMMONDOC}/COPYING ${DOCDIR}/COPYING > > I mean that we don't need 100 license files, just symlinks to one common. > > Alternatively, just add one copy of GNU COPYING to the base system and > advertise its location, sans any symlink. Ok. But who will do this? Satoshi? Sincerely yours, Andy -- Tel: +7-(3512)-38-39-73, E-mail: andy@icc.surw.chel.su WWW: http://surw.chel.su/~andy/index.html, ICQ:10705306 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Jul 19 19:50:25 1999 Delivered-To: freebsd-ports@freebsd.org Received: from smtp11.bellglobal.com (smtp11.bellglobal.com [204.101.251.53]) by hub.freebsd.org (Postfix) with ESMTP id 900D314E5F for ; Mon, 19 Jul 1999 19:50:22 -0700 (PDT) (envelope-from vanderh@ecf.toronto.edu) Received: from localhost.nowhere (ppp18357.on.bellglobal.com [206.172.130.37]) by smtp11.bellglobal.com (8.8.5/8.8.5) with ESMTP id WAA21731; Mon, 19 Jul 1999 22:52:50 -0400 (EDT) Received: (from tim@localhost) by localhost.nowhere (8.9.3/8.9.1) id WAA88753; Mon, 19 Jul 1999 22:50:50 -0400 (EDT) (envelope-from tim) Date: Mon, 19 Jul 1999 22:50:49 -0400 From: Tim Vanderhoek To: Chris Piazza Cc: Andrey Zakhvatov , ports@FreeBSD.ORG Subject: Re: ports/12690: New port: gperiodic-1.2.1 Message-ID: <19990719225049.A88591@mad> References: <19990718131117.A73284@mad> <199907190650.KAA23536@icc.surw.chel.su> <19990719192022.F87043@mad> <19990720170219.A89852@norn.ca.eu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95i In-Reply-To: <19990720170219.A89852@norn.ca.eu.org>; from Chris Piazza on Tue, Jul 20, 1999 at 05:02:19PM -0700 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Tue, Jul 20, 1999 at 05:02:19PM -0700, Chris Piazza wrote: > > > > Alternatively, just add one copy of GNU COPYING to the base system and > > advertise its location, sans any symlink. > > The handbook says NOT to install the GPL. Chris, go look at rev. 1.94 of porting.sgml in its old location, and tell me _who_ added that little instruction. :) :) [That's also the commit message where I managed to misspell Eivind's name not once but four times ... don't feel obligated to point that out to me, though... ;-] It's actually something Satoshi said once on the -ports list. When I added that note, however, I also had in the back of my mind that we should add one reference copy of COPYING somewhere. Andrey's symlink idea is kind-of neat and works well with the idea of a more standardized docdir, but I'm not sure it's worth the bother. Other than files inside /usr/src/contrib and /usr/src/gnu (which don't count), the only standard location that I could find was inside the gcc info pages. We really should have a single copy in some referencable place since a lot of GPL'd programs refer to "the file COPYING, which you should have received with this program" and because of clause #1 of the GPL. -- This is my .signature which gets appended to the end of my messages. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Jul 19 20:11:18 1999 Delivered-To: freebsd-ports@freebsd.org Received: from norn.ca.eu.org (cr965240-b.abtsfd1.bc.wave.home.com [24.113.19.137]) by hub.freebsd.org (Postfix) with ESMTP id E5AC114E90 for ; Mon, 19 Jul 1999 20:11:16 -0700 (PDT) (envelope-from cpiazza@norn.ca.eu.org) Received: by norn.ca.eu.org (Postfix, from userid 1002) id 2D8F2767; Tue, 20 Jul 1999 20:08:35 -0700 (PDT) Date: Tue, 20 Jul 1999 20:08:35 -0700 From: Chris Piazza To: Tim Vanderhoek Cc: Chris Piazza , Andrey Zakhvatov , ports@FreeBSD.ORG Subject: Re: ports/12690: New port: gperiodic-1.2.1 Message-ID: <19990720200835.A99448@norn.ca.eu.org> References: <19990718131117.A73284@mad> <199907190650.KAA23536@icc.surw.chel.su> <19990719192022.F87043@mad> <19990720170219.A89852@norn.ca.eu.org> <19990719225049.A88591@mad> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.6i In-Reply-To: <19990719225049.A88591@mad>; from Tim Vanderhoek on Mon, Jul 19, 1999 at 10:50:49PM -0400 X-Operating-System: FreeBSD 4.0-CURRENT Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Mon, Jul 19, 1999 at 10:50:49PM -0400, Tim Vanderhoek wrote: > On Tue, Jul 20, 1999 at 05:02:19PM -0700, Chris Piazza wrote: > > > > > > Alternatively, just add one copy of GNU COPYING to the base system and > > > advertise its location, sans any symlink. > > > > The handbook says NOT to install the GPL. > > Chris, go look at rev. 1.94 of porting.sgml in its old location, and > tell me _who_ added that little instruction. :) :) Ouch on my part :-). Is eivind's name that hard to spell? ;) > > [That's also the commit message where I managed to misspell Eivind's > name not once but four times ... don't feel obligated to point that > out to me, though... ;-] oh... > It's actually something Satoshi said once on the -ports list. When I > added that note, however, I also had in the back of my mind that we > should add one reference copy of COPYING somewhere. Andrey's symlink > idea is kind-of neat and works well with the idea of a more > standardized docdir, but I'm not sure it's worth the bother. I guess it makes sense to have one copy in the system, though I don't really see the need except maybe saving a bit of disk space. Actually that's losing itif all ports followed that Don't *grin*. > Other than files inside /usr/src/contrib and /usr/src/gnu (which don't > count), the only standard location that I could find was inside the > gcc info pages. We really should have a single copy in some > referencable place since a lot of GPL'd programs refer to "the file > COPYING, which you should have received with this program" and because > of clause #1 of the GPL. AFAIK (I haven't looked at it in a while..) the GPL doesn't say you have to install the license, just distribute it with the source. -Chris -- cpiazza@home.net cpiazza@FreeBSD.org "I don't like principles. I prefer prejudices." -Oscar Wilde To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Jul 19 20:35:34 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 281A114CC3; Mon, 19 Jul 1999 20:35:31 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Received: (from cpiazza@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA36282; Mon, 19 Jul 1999 20:35:25 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Date: Mon, 19 Jul 1999 20:35:25 -0700 (PDT) From: Message-Id: <199907200335.UAA36282@freefall.freebsd.org> To: cpiazza@FreeBSD.org, freebsd-ports@FreeBSD.org, cpiazza@FreeBSD.org Subject: Re: ports/12404: Update port: graphics/gphoto to 0.3.2 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update port: graphics/gphoto to 0.3.2 Responsible-Changed-From-To: freebsd-ports->cpiazza Responsible-Changed-By: cpiazza Responsible-Changed-When: Mon Jul 19 20:35:12 PDT 1999 Responsible-Changed-Why: I'm looking into this To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Jul 19 22: 6:52 1999 Delivered-To: freebsd-ports@freebsd.org Received: from smtp11.bellglobal.com (smtp11.bellglobal.com [204.101.251.53]) by hub.freebsd.org (Postfix) with ESMTP id CA59915086 for ; Mon, 19 Jul 1999 22:06:45 -0700 (PDT) (envelope-from vanderh@ecf.toronto.edu) Received: from localhost.nowhere (ppp18333.on.bellglobal.com [206.172.130.13]) by smtp11.bellglobal.com (8.8.5/8.8.5) with ESMTP id BAA24225; Tue, 20 Jul 1999 01:09:57 -0400 (EDT) Received: (from tim@localhost) by localhost.nowhere (8.9.3/8.9.1) id BAA04628; Tue, 20 Jul 1999 01:07:58 -0400 (EDT) (envelope-from tim) Date: Tue, 20 Jul 1999 01:07:57 -0400 From: Tim Vanderhoek To: Chris Piazza Cc: Andrey Zakhvatov , ports@FreeBSD.ORG Subject: Re: ports/12690: New port: gperiodic-1.2.1 Message-ID: <19990720010757.A89272@mad> References: <19990718131117.A73284@mad> <199907190650.KAA23536@icc.surw.chel.su> <19990719192022.F87043@mad> <19990720170219.A89852@norn.ca.eu.org> <19990719225049.A88591@mad> <19990720200835.A99448@norn.ca.eu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95i In-Reply-To: <19990720200835.A99448@norn.ca.eu.org>; from Chris Piazza on Tue, Jul 20, 1999 at 08:08:35PM -0700 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Tue, Jul 20, 1999 at 08:08:35PM -0700, Chris Piazza wrote: > > I guess it makes sense to have one copy in the system, though > I don't really see the need except maybe saving a bit of > disk space. Actually that's losing itif all ports followed that > Don't *grin*. Um, I'm not quite sure what you're arguing in favour of, here. It wouldn't particularly bother me if all GPL ports installed a copy of COPYING, but it probably would bother some other people. $ find /usr/ports -name PLIST | xargs grep -l COPYING | more | wc 97 97 2558 > AFAIK (I haven't looked at it in a while..) the GPL doesn't say you have > to install the license, just distribute it with the source. You're probably right, then. -- This is my .signature which gets appended to the end of my messages. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Jul 19 22: 9:38 1999 Delivered-To: freebsd-ports@freebsd.org Received: from norn.ca.eu.org (cr965240-b.abtsfd1.bc.wave.home.com [24.113.19.137]) by hub.freebsd.org (Postfix) with ESMTP id 0F32D15267 for ; Mon, 19 Jul 1999 22:09:36 -0700 (PDT) (envelope-from cpiazza@norn.ca.eu.org) Received: by norn.ca.eu.org (Postfix, from userid 1002) id 475F8780; Tue, 20 Jul 1999 22:07:53 -0700 (PDT) Date: Tue, 20 Jul 1999 22:07:53 -0700 From: Chris Piazza To: Tim Vanderhoek Cc: Chris Piazza , Andrey Zakhvatov , ports@FreeBSD.ORG Subject: Re: ports/12690: New port: gperiodic-1.2.1 Message-ID: <19990720220753.B99448@norn.ca.eu.org> References: <19990718131117.A73284@mad> <199907190650.KAA23536@icc.surw.chel.su> <19990719192022.F87043@mad> <19990720170219.A89852@norn.ca.eu.org> <19990719225049.A88591@mad> <19990720200835.A99448@norn.ca.eu.org> <19990720010757.A89272@mad> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.6i In-Reply-To: <19990720010757.A89272@mad>; from Tim Vanderhoek on Tue, Jul 20, 1999 at 01:07:57AM -0400 X-Operating-System: FreeBSD 4.0-CURRENT Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Tue, Jul 20, 1999 at 01:07:57AM -0400, Tim Vanderhoek wrote: > On Tue, Jul 20, 1999 at 08:08:35PM -0700, Chris Piazza wrote: > > > > I guess it makes sense to have one copy in the system, though > > I don't really see the need except maybe saving a bit of > > disk space. Actually that's losing itif all ports followed that > > Don't *grin*. > > Um, I'm not quite sure what you're arguing in favour of, here. I'm not arguing in favour of either, I'm a fan of the sentiment you state below. I just merely said that the handbook said not to install it. > > It wouldn't particularly bother me if all GPL ports installed a copy > of COPYING, but it probably would bother some other people. -Chris -- cpiazza@home.net cpiazza@FreeBSD.org "I don't like principles. I prefer prejudices." -Oscar Wilde To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Jul 19 22:27: 8 1999 Delivered-To: freebsd-ports@freebsd.org Received: from smtp11.bellglobal.com (smtp11.bellglobal.com [204.101.251.53]) by hub.freebsd.org (Postfix) with ESMTP id DD5EC14C3A for ; Mon, 19 Jul 1999 22:27:05 -0700 (PDT) (envelope-from vanderh@ecf.toronto.edu) Received: from localhost.nowhere (ppp18333.on.bellglobal.com [206.172.130.13]) by smtp11.bellglobal.com (8.8.5/8.8.5) with ESMTP id BAA26460; Tue, 20 Jul 1999 01:29:48 -0400 (EDT) Received: (from tim@localhost) by localhost.nowhere (8.9.3/8.9.1) id BAA09102; Tue, 20 Jul 1999 01:27:50 -0400 (EDT) (envelope-from tim) Date: Tue, 20 Jul 1999 01:27:50 -0400 From: Tim Vanderhoek To: Chris Piazza Cc: Andrey Zakhvatov , ports@FreeBSD.ORG Subject: Re: ports/12690: New port: gperiodic-1.2.1 Message-ID: <19990720012750.A9039@mad> References: <19990718131117.A73284@mad> <199907190650.KAA23536@icc.surw.chel.su> <19990719192022.F87043@mad> <19990720170219.A89852@norn.ca.eu.org> <19990719225049.A88591@mad> <19990720200835.A99448@norn.ca.eu.org> <19990720010757.A89272@mad> <19990720220753.B99448@norn.ca.eu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95i In-Reply-To: <19990720220753.B99448@norn.ca.eu.org>; from Chris Piazza on Tue, Jul 20, 1999 at 10:07:53PM -0700 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Tue, Jul 20, 1999 at 10:07:53PM -0700, Chris Piazza wrote: > > I'm not arguing in favour of either, I'm a fan of the sentiment > you state below. I just merely said that the handbook said > not to install it. Ahh, the bliss of fence-sitting. If only we had more company. ;-) -- This is my .signature which gets appended to the end of my messages. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Jul 19 23:49:21 1999 Delivered-To: freebsd-ports@freebsd.org Received: from icc.surw.chel.su (surw.chel.su [195.54.2.162]) by hub.freebsd.org (Postfix) with ESMTP id 55BF514D1C for ; Mon, 19 Jul 1999 23:49:13 -0700 (PDT) (envelope-from andy@icc.surw.chel.su) Received: (from andy@localhost) by icc.surw.chel.su (8.9.2/8.8.8) id KAA07371; Tue, 20 Jul 1999 10:48:39 +0400 (MSD) (envelope-from andy) From: Andrey Zakhvatov Message-Id: <199907200648.KAA07371@icc.surw.chel.su> Subject: Re: ports/12690: New port: gperiodic-1.2.1 In-Reply-To: <19990720170219.A89852@norn.ca.eu.org> from Chris Piazza at "Jul 20, 1999 5: 2:19 pm" To: cpiazza@home.net (Chris Piazza) Date: Tue, 20 Jul 1999 10:48:39 +0400 (MSD) Cc: vanderh@ecf.utoronto.ca, ports@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL43 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hello, > > > Also we need some ideas about ${LN} -sf ${COMMONDOC}/COPYING ${DOCDIR}/COPYING > > > I mean that we don't need 100 license files, just symlinks to one common. > > > > Alternatively, just add one copy of GNU COPYING to the base system and > > advertise its location, sans any symlink. > > The handbook says NOT to install the GPL. Why? I guess _any_ software have "Software Agreement" or "License" or something else to state its legislation status. Why not about GPL license? Sincerely yours, Andy -- Tel: +7-(3512)-38-39-73, E-mail: andy@icc.surw.chel.su WWW: http://surw.chel.su/~andy/index.html, ICQ:10705306 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Jul 19 23:52: 6 1999 Delivered-To: freebsd-ports@freebsd.org Received: from icc.surw.chel.su (surw.chel.su [195.54.2.162]) by hub.freebsd.org (Postfix) with ESMTP id 326EB1507C for ; Mon, 19 Jul 1999 23:52:00 -0700 (PDT) (envelope-from andy@icc.surw.chel.su) Received: (from andy@localhost) by icc.surw.chel.su (8.9.2/8.8.8) id KAA07389; Tue, 20 Jul 1999 10:50:59 +0400 (MSD) (envelope-from andy) From: Andrey Zakhvatov Message-Id: <199907200650.KAA07389@icc.surw.chel.su> Subject: Re: ports/12690: New port: gperiodic-1.2.1 In-Reply-To: <19990719225049.A88591@mad> from Tim Vanderhoek at "Jul 19, 1999 10:50:49 pm" To: vanderh@ecf.utoronto.ca (Tim Vanderhoek) Date: Tue, 20 Jul 1999 10:50:59 +0400 (MSD) Cc: cpiazza@home.net, ports@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL43 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hello, > Other than files inside /usr/src/contrib and /usr/src/gnu (which don't > count), the only standard location that I could find was inside the > gcc info pages. We really should have a single copy in some > referencable place since a lot of GPL'd programs refer to "the file > COPYING, which you should have received with this program" and because > of clause #1 of the GPL. What about /usr/share/misc ? Sincerely yours, Andy -- Tel: +7-(3512)-38-39-73, E-mail: andy@icc.surw.chel.su WWW: http://surw.chel.su/~andy/index.html, ICQ:10705306 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Jul 20 0: 0: 7 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id D659415200 for ; Tue, 20 Jul 1999 00:00:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id AAA75583; Tue, 20 Jul 1999 00:00:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from kalamalka.gizzywump.com (adsl-207-214-111-190.dsl.snfc21.pacbell.net [207.214.111.190]) by hub.freebsd.org (Postfix) with ESMTP id 3BE2A1516E for ; Mon, 19 Jul 1999 23:59:07 -0700 (PDT) (envelope-from kiss@kalamalka.gizzywump.com) Received: (from kiss@localhost) by kalamalka.gizzywump.com (8.9.3/8.9.3) id XAA63147; Mon, 19 Jul 1999 23:57:42 -0700 (PDT) (envelope-from kiss) Message-Id: <199907200657.XAA63147@kalamalka.gizzywump.com> Date: Mon, 19 Jul 1999 23:57:42 -0700 (PDT) From: Richard Kiss Reply-To: richard@ogopogo.net To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/12711: fix to rtsp-proxy port Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 12711 >Category: ports >Synopsis: fix to rtsp-proxy port >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Jul 20 00:00:02 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Richard Kiss >Release: FreeBSD 3.2-STABLE i386 >Organization: >Environment: >Description: Fixed some rtsp-proxy bugs. Synch to latest release. >How-To-Repeat: >Fix: diff -ruN rtsp_proxy/Makefile rtsp_proxy-kiss/Makefile --- rtsp_proxy/Makefile Wed Jun 16 09:47:36 1999 +++ rtsp_proxy-kiss/Makefile Mon Jul 19 23:26:02 1999 @@ -6,28 +6,18 @@ # $Id: Makefile,v 1.1.1.1 1999/06/16 16:47:36 billf Exp $ # -DISTNAME= rtsp_proxy -PKGNAME= ${DISTNAME}-1.0 +DISTNAME= SS1.0.1 +PKGNAME= rtsp_proxy-1.0 CATEGORIES= net -MASTER_SITES= ftp://ftp.apple.com/Quicktime/developers/ -EXTRACT_SUFX= .src.sh +MASTER_SITES= http://www.streamingserver.org/priss/ +EXTRACT_SUFX= .tgz MAINTAINER= richard@homemail.com -NO_CDROM= "Apple has a complex license for this software." -WRKSRC= ${WRKDIR}/${DISTNAME}/proxy_unix +WRKSRC= ${WRKDIR}/${DISTNAME}/QTProxy/proxy_unix ALL_TARGET= proxyunix = ${WRKSRC}/proxy_unix.c - -post-patch: - @ ${MV} ${proxyunix} ${proxyunix}.bak - @ ${SED} -e 's#/etc#${PREFIX}/etc#' < ${proxyunix}.bak > ${proxyunix} - -do-extract: - @${RM} -rf ${WRKDIR} - @${MKDIR} ${WRKDIR} - @cd ${WRKDIR} && yes "I AGREE" | ${SH} ${DISTDIR}/${DISTNAME}${EXTRACT_SUFX} do-install: @ ${INSTALL_PROGRAM} ${WRKSRC}/rtsp_proxy ${PREFIX}/sbin diff -ruN rtsp_proxy/files/md5 rtsp_proxy-kiss/files/md5 --- rtsp_proxy/files/md5 Wed Jun 16 09:47:38 1999 +++ rtsp_proxy-kiss/files/md5 Fri Jul 16 01:04:13 1999 @@ -1 +1 @@ -MD5 (rtsp_proxy.src.sh) = 53e444080fe967f055b549460f0c4b51 +MD5 (SS1.0.1.tgz) = b6d9a991576f872b5a8b064e0e52d562 diff -ruN rtsp_proxy/files/rtsp_proxy.sh rtsp_proxy-kiss/files/rtsp_proxy.sh --- rtsp_proxy/files/rtsp_proxy.sh Thu Jun 17 22:21:29 1999 +++ rtsp_proxy-kiss/files/rtsp_proxy.sh Fri Jul 16 01:01:02 1999 @@ -1,2 +1,20 @@ #!/bin/sh -[ -x /usr/local/sbin/rtsp_proxy ] && /usr/local/sbin/rtsp_proxy > /dev/null & && echo $! > /var/run/rtsp_proxy.pid && echo -n ' rtsp_proxy' + +cd `dirname $0` +cd ../.. +PREFIX=`pwd` + +case $1 in + start) echo -n ' rtsp_proxy' + RTSP_PROXY=${PREFIX}/sbin/rtsp_proxy + CONFIG_FILE=${PREFIX}/etc/qts_proxy.conf + PID_FILE=/var/run/rtsp_proxy.pid + [ -x ${RTSP_PROXY} ] && ${RTSP_PROXY} -c ${CONFIG_FILE} > /dev/null & && echo $! > ${PID_FILE} + ;; + stop) if [ -f /var/run/rtsp_proxy.pid ]; then + kill `cat /var/run/rtsp_proxy.pid` + rm /var/run/rtsp_proxy.pid + fi + ;; +esac + diff -ruN rtsp_proxy/pkg/DESCR rtsp_proxy-kiss/pkg/DESCR --- rtsp_proxy/pkg/DESCR Wed Jun 16 09:47:37 1999 +++ rtsp_proxy-kiss/pkg/DESCR Mon Jul 19 23:51:44 1999 @@ -14,4 +14,4 @@ - RTSP: http://info.internet.isi.edu:80/in-notes/rfc/files/rfc2326.txt - RTP: http://info.internet.isi.edu:80/in-notes/rfc/files/rfc1889.txt -WWW: http://www.apple.com/quicktime/developers/rtsproxy.html +WWW: http://www.apple.com/quicktime/resources/qt4/us/proxy/ >Release-Note: >Audit-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 Jul 20 0:40:57 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 0FA44150FC for ; Tue, 20 Jul 1999 00:40:52 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id AAA89969; Tue, 20 Jul 1999 00:40:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from leap.innerx.net (leap.innerx.net [38.179.176.25]) by hub.freebsd.org (Postfix) with ESMTP id A878B1524D for ; Tue, 20 Jul 1999 00:30:56 -0700 (PDT) (envelope-from chris@holly.dyndns.org) Received: from holly.dyndns.org (ip194.houston3.tx.pub-ip.psi.net [38.12.169.194]) by leap.innerx.net (Postfix) with ESMTP id EFF4837096 for ; Tue, 20 Jul 1999 03:30:52 -0400 (EDT) Received: (from chris@localhost) by holly.dyndns.org (8.9.3/8.9.3) id CAA36027; Tue, 20 Jul 1999 02:31:39 -0500 (CDT) (envelope-from chris) Message-Id: <199907200731.CAA36027@holly.dyndns.org> Date: Tue, 20 Jul 1999 02:31:39 -0500 (CDT) From: chris@calldei.com Reply-To: chris@calldei.com To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/12713: [New port] rtfm - FreeBSD documentation search mechanism Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 12713 >Category: ports >Synopsis: [New port] rtfm - FreeBSD documentation search mechanism >Confidential: 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 Jul 20 00:40:00 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Chris Costello >Release: FreeBSD 4.0-CURRENT i386 >Organization: none >Environment: >Description: rtfm(1) is a FreeBSD documentation search program that currently is able to search the FreeBSD manual pages, the GNU Texinfo pages, and the FreeBSD FAQ, both online and local. --- Please contact me for the distfile, as I have no suitable system on which to host this port. >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: # # rtfm # rtfm/Makefile # rtfm/pkg # rtfm/pkg/PLIST # rtfm/pkg/COMMENT # rtfm/pkg/DESCR # rtfm/files # rtfm/files/md5 # echo c - rtfm mkdir -p rtfm > /dev/null 2>&1 echo x - rtfm/Makefile sed 's/^X//' >rtfm/Makefile << 'END-of-rtfm/Makefile' X# New ports collection makefile for: rtfm X# Version required: 0.1 X# Date created: 20 July 1999 X# Whom: Chris Costello X# X# $Id$ X# X XDISTNAME= rtfm-0.1 XCATEGORIES= misc XMASTER_SITES= X XMAINTAINER= chris@calldei.com X XMAN1= rtfm.1 X X.include END-of-rtfm/Makefile echo c - rtfm/pkg mkdir -p rtfm/pkg > /dev/null 2>&1 echo x - rtfm/pkg/PLIST sed 's/^X//' >rtfm/pkg/PLIST << 'END-of-rtfm/pkg/PLIST' Xbin/rtfm END-of-rtfm/pkg/PLIST echo x - rtfm/pkg/COMMENT sed 's/^X//' >rtfm/pkg/COMMENT << 'END-of-rtfm/pkg/COMMENT' XA FreeBSD documentation search mechanism. END-of-rtfm/pkg/COMMENT echo x - rtfm/pkg/DESCR sed 's/^X//' >rtfm/pkg/DESCR << 'END-of-rtfm/pkg/DESCR' Xrtfm(1) is a FreeBSD documentation search program that currently is Xable to search the FreeBSD manual pages, the GNU Texinfo pages, and Xthe FreeBSD FAQ, both online and local. END-of-rtfm/pkg/DESCR echo c - rtfm/files mkdir -p rtfm/files > /dev/null 2>&1 echo x - rtfm/files/md5 sed 's/^X//' >rtfm/files/md5 << 'END-of-rtfm/files/md5' XMD5 (rtfm-0.1.tar.gz) = a6e7f304857600fde4e3bd74da98d6ed END-of-rtfm/files/md5 exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Jul 20 0:50: 4 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 09239150E7 for ; Tue, 20 Jul 1999 00:50:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id AAA91010; Tue, 20 Jul 1999 00:50:00 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from beebite.ugh.net.au (beebite.ugh.net.au [203.31.238.37]) by hub.freebsd.org (Postfix) with ESMTP id E155215178 for ; Tue, 20 Jul 1999 00:43:34 -0700 (PDT) (envelope-from andrew@ugh.net.au) Received: by beebite.ugh.net.au (Postfix, from userid 1000) id 8F498E6; Wed, 21 Jul 1999 03:46:09 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by beebite.ugh.net.au (Postfix) with ESMTP id 7F68D3F for ; Wed, 21 Jul 1999 03:46:09 +1000 (EST) Message-Id: Date: Wed, 21 Jul 1999 03:46:09 +1000 (EST) From: Andrew To: FreeBSD-gnats-submit@freebsd.org Subject: ports/12714: dylan port doesn't compile Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 12714 >Category: ports >Synopsis: dylan port doesn't compile >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Jul 20 00:50:00 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Andrew >Release: FreeBSD 3.2-STABLE i386 >Organization: UgH! >Environment: 3.2 cvsupped about 2 weeks ago. dylan port version 2.2.0. >Description: When compiling the dylan port the compile dies with: Couldn't open /usr/libexec/ld.so >How-To-Repeat: cd /usr/ports/lang/dylan make >Fix: The problem seems to be that the dylan port requires a binary copy of d2c. It ftps d2c but it appears to a version for FreeBSD 2 as it seems to try and use /usr/libexec/ld.so rather than /usr/libexec/ld-elf.so.1. The problem could probably be alleviated by installing the compat distribution but I haven't had a chance to try it. The best solution would probably be to FTP a binary copy of d2c built from FreeBSD 3. >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Jul 20 0:50: 5 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id ADE86151A4 for ; Tue, 20 Jul 1999 00:50:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id AAA91019; Tue, 20 Jul 1999 00:50:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from beebite.ugh.net.au (beebite.ugh.net.au [203.31.238.37]) by hub.freebsd.org (Postfix) with ESMTP id 37D6514F48 for ; Tue, 20 Jul 1999 00:45:53 -0700 (PDT) (envelope-from andrew@ugh.net.au) Received: by beebite.ugh.net.au (Postfix, from userid 1000) id 8F464E6; Wed, 21 Jul 1999 03:47:53 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by beebite.ugh.net.au (Postfix) with ESMTP id 7CB0B3F for ; Wed, 21 Jul 1999 03:47:53 +1000 (EST) Message-Id: Date: Wed, 21 Jul 1999 03:47:53 +1000 (EST) From: Andrew To: FreeBSD-gnats-submit@freebsd.org Subject: ports/12715: pavuk port fails to build Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 12715 >Category: ports >Synopsis: pavuk port fails to build >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Jul 20 00:50:00 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Andrew >Release: FreeBSD 3.2-STABLE i386 >Organization: UgH! >Environment: 3.2 cvsupped about 2 weeks ago. pavuk port version 0.9.15. >Description: make install for pavuk failed with: /usr/local/share/locale/cs/LC_MESSAGES/pavuk.mo: No such file or directory >How-To-Repeat: cd /usr/ports/net/pavuk make make install >Fix: A workaround is just: mkdir /usr/local/share/locale/cs mkdir /usr/local/share/locale/cs/LC_MESSAGES mkdir /usr/local/share/locale/sk mkdir /usr/local/share/locale/sk/LC_MESSAGES I'm not sure what the "correct" solution would be... >Release-Note: >Audit-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 Jul 20 1:12: 7 1999 Delivered-To: freebsd-ports@freebsd.org Received: from 001101.zer0.org (001101.zer0.org [206.24.105.163]) by hub.freebsd.org (Postfix) with ESMTP id 8599C15297 for ; Tue, 20 Jul 1999 01:12:00 -0700 (PDT) (envelope-from gsutter@001101.zer0.org) Received: (from gsutter@localhost) by 001101.zer0.org (8.9.2/8.9.2) id BAA69458; Tue, 20 Jul 1999 01:11:03 -0700 (PDT) (envelope-from gsutter) Date: Tue, 20 Jul 1999 01:11:03 -0700 From: Gregory Sutter To: Tim Vanderhoek Cc: Chris Piazza , Andrey Zakhvatov , ports@FreeBSD.ORG Subject: Re: ports/12690: New port: gperiodic-1.2.1 Message-ID: <19990720011103.H45481@001101.zer0.org> References: <19990718131117.A73284@mad> <199907190650.KAA23536@icc.surw.chel.su> <19990719192022.F87043@mad> <19990720170219.A89852@norn.ca.eu.org> <19990719225049.A88591@mad> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.4i In-Reply-To: <19990719225049.A88591@mad>; from Tim Vanderhoek on Mon, Jul 19, 1999 at 10:50:49PM -0400 Organization: Zer0 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Mon, Jul 19, 1999 at 10:50:49PM -0400, Tim Vanderhoek wrote: > > Other than files inside /usr/src/contrib and /usr/src/gnu (which don't > count), the only standard location that I could find was inside the > gcc info pages. We really should have a single copy in some > referencable place since a lot of GPL'd programs refer to "the file > COPYING, which you should have received with this program" and because > of clause #1 of the GPL. We have GPLed software in the system, so we should have one instance of the GPL in the system, right? Makes sense to me... Greg -- Gregory S. Sutter "Software is like sex; it's better mailto:gsutter@pobox.com when it's free." -- Linus Torvalds http://www.pobox.com/~gsutter/ PGP DSS public key 0x40AE3052 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Jul 20 2:31: 1 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id DCBC814BE9 for ; Tue, 20 Jul 1999 02:30:57 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA99335; Tue, 20 Jul 1999 02:30:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from netserv1.chg.ru (netserv1.chg.ru [193.233.46.3]) by hub.freebsd.org (Postfix) with ESMTP id 8181614CB1 for ; Tue, 20 Jul 1999 02:19:30 -0700 (PDT) (envelope-from dima@netserv1.chg.ru) Received: (from dima@localhost) by netserv1.chg.ru (8.9.3/8.9.1) id NAA17868; Tue, 20 Jul 1999 13:19:21 +0400 (MSD) Message-Id: <199907200919.NAA17868@netserv1.chg.ru> Date: Tue, 20 Jul 1999 13:19:21 +0400 (MSD) From: "Dmitry S. Sivachenko" Reply-To: dima@Chg.RU To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/12717: New port - net/rrdtool Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 12717 >Category: ports >Synopsis: New port - net/rrdtool >Confidential: 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 Jul 20 02:30:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Dmitry S. Sivachenko >Release: FreeBSD 3.2-RELEASE i386 >Organization: >Environment: >Description: >How-To-Repeat: >Fix: # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # . # ./Makefile # ./files # ./files/md5 # ./pkg # ./pkg/PLIST # ./pkg/COMMENT # ./pkg/DESCR # echo c - . mkdir -p . > /dev/null 2>&1 echo x - ./Makefile sed 's/^X//' >./Makefile << 'END-of-./Makefile' X# New ports collection makefile for: rrdtool X# Version required: 1.0.0 X# Date created: 20 July 1999 X# Whom: Dmitry Sivachenko X# X# $Id:$ X# X XDISTNAME= rrdtool-1.0.0 XCATEGORIES= net XMASTER_SITES= http://ee-staff.ethz.ch/~oetiker/webtools/rrdtool/pub/ X XMAINTAINER= dima@Chg.RU X XUSE_PERL5= YES XMAKE_ENV+= PERL=${PERL} X XGNU_CONFIGURE= YES X XCONFIGURE_ENV= PERL=${PERL} X XMAN1= bin_dec_hex.1 rrdcgi.1 rrdcreate.1 rrddump.1 rrdfetch.1\ X rrdgraph.1 rrdlast.1 rrdresize.1 rrdrestore.1 rrdtool.1\ X rrdtune.1 rrdtutorial.1 rrdupdate.1 XMAN3= RRDp.3 RRDs.3 X Xdo-install: X ${INSTALL_PROGRAM} ${WRKSRC}/src/rrdtool ${PREFIX}/bin X ${INSTALL_PROGRAM} ${WRKSRC}/src/rrdcgi ${PREFIX}/bin X ${INSTALL_SCRIPT} ${WRKSRC}/contrib/log2rrd/log2rrd.pl ${PREFIX}/bin X ${MKDIR} -m 755 ${PREFIX}/share/rrdtool/examples X ${INSTALL_SCRIPT} ${WRKSRC}/examples/*.pl ${PREFIX}/share/rrdtool/examples X ${INSTALL_SCRIPT} ${WRKSRC}/examples/*.cgi ${PREFIX}/share/rrdtool/examples X ${INSTALL_MAN} ${WRKSRC}/doc/*.1 ${PREFIX}/man/man1 X ${INSTALL_MAN} ${WRKSRC}/doc/*.3 ${PREFIX}/man/man3 X.if !defined(NOPORTDOCS) X ${MKDIR} -m 755 ${PREFIX}/share/doc/rrdtool X ${INSTALL_DATA} ${WRKSRC}/contrib/log2rrd/README ${PREFIX}/share/doc/rrdtool/README.log2rrd X ${INSTALL_DATA} ${WRKSRC}/doc/*.html ${PREFIX}/share/doc/rrdtool X.endif X for file in piped/RRDp.pm shared/RRDs.pm; do \ X ${INSTALL_DATA} ${WRKSRC}/perl-$$file ${PREFIX}/lib/perl5/site_perl/${PERL_VER}; \ X done X Xpost-install: X.if !defined(BATCH) X @${ECHO} "" X @${ECHO} "############################################################################" X @${ECHO} "# See ${PREFIX}/share/rrdtool/examples for some demonstration code #" X @${ECHO} "############################################################################" X.endif X X.include END-of-./Makefile echo c - ./files mkdir -p ./files > /dev/null 2>&1 echo x - ./files/md5 sed 's/^X//' >./files/md5 << 'END-of-./files/md5' XMD5 (rrdtool-1.0.0.tar.gz) = 36771d8773cbb45609bc7d0c09708cf8 END-of-./files/md5 echo c - ./pkg mkdir -p ./pkg > /dev/null 2>&1 echo x - ./pkg/PLIST sed 's/^X//' >./pkg/PLIST << 'END-of-./pkg/PLIST' Xbin/rrdtool Xbin/rrdcgi Xbin/log2rrd.pl Xshare/rrdtool/examples/piped-demo.pl Xshare/rrdtool/examples/shared-demo.pl Xshare/rrdtool/examples/cgi-demo.cgi Xshare/doc/rrdtool/README.log2rrd Xshare/doc/rrdtool/RRDp.html Xshare/doc/rrdtool/RRDs.html Xshare/doc/rrdtool/bin_dec_hex.html Xshare/doc/rrdtool/rrdcgi.html Xshare/doc/rrdtool/rrdcreate.html Xshare/doc/rrdtool/rrddump.html Xshare/doc/rrdtool/rrdfetch.html Xshare/doc/rrdtool/rrdgraph.html Xshare/doc/rrdtool/rrdlast.html Xshare/doc/rrdtool/rrdresize.html Xshare/doc/rrdtool/rrdrestore.html Xshare/doc/rrdtool/rrdtool.html Xshare/doc/rrdtool/rrdtune.html Xshare/doc/rrdtool/rrdtutorial.html Xshare/doc/rrdtool/rrdupdate.html Xlib/perl5/site_perl/%%PERL_VER%%/RRDp.pm Xlib/perl5/site_perl/%%PERL_VER%%/RRDs.pm X@dirrm share/rrdtool/examples X@dirrm share/rrdtool X@dirrm share/doc/rrdtool END-of-./pkg/PLIST echo x - ./pkg/COMMENT sed 's/^X//' >./pkg/COMMENT << 'END-of-./pkg/COMMENT' XRound Robin Database Tools END-of-./pkg/COMMENT echo x - ./pkg/DESCR sed 's/^X//' >./pkg/DESCR << 'END-of-./pkg/DESCR' XIt is pretty easy to gather status information from all sorts of things, Xranging from the temperature in your office to the number of octets which Xhave passed through the FDDI interface of your router. But it is not so Xtrivial to store this data in a efficient and systematic manner. This is Xwhere RRDtool kicks in. It lets you log and analyze the data you gather from Xall kinds of data-sources (DS). The data analysis part of RRDtool is based Xon the ability to quickly generate graphical representations of the data Xvalues collected over a definable time period. X XWWW: http://ee-staff.ethz.ch/~oetiker/webtools/rrdtool/ X X--dima Xdima@Chg.RU END-of-./pkg/DESCR exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Jul 20 2:56:43 1999 Delivered-To: freebsd-ports@freebsd.org Received: from sales-tips.com (204-233-254-178.chicago.verio.net [204.233.254.178]) by hub.freebsd.org (Postfix) with SMTP id 36225152CF for ; Tue, 20 Jul 1999 02:56:31 -0700 (PDT) (envelope-from info@sales-tips.com) From: info@sales-tips.com Reply-To: info@sales-tips.com To: ports@FreeBSD.ORG Subject: Adv.- A Million Dollars in 15 Minutes Message-Id: <19990720095636.36225152CF@hub.freebsd.org> Date: Tue, 20 Jul 1999 02:56:36 -0700 (PDT) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Your name was provided to us as someone who may be interested in the following information. If this is not the case, please accept our sincere apologies. Feel free to share this with someone that you think might find it of value. You have not been added to any mailing lists, and "Remove" request information appears below. Thank you for your attention. _________________________________________________ If a million dollars could be yours in the next 15 minutes, you'd probably want to know how. It may only take you 15 minutes to get through your issue of Insights Newsletter, but the information in it could make you a fortune. . .really. The non-profit corporation, the Center For Investment Research, www.investmentresearch.org, has put together the best of their world-class speakers, directors, and contributing authors to publish what may be the definitive newsletter to successful money management. Featuring economic updates, industry analysis, best and worst picks, market trend updates, financial planning information, and guest columnists, let Insights Newsletter guide you financially through the next millenium. The Center directors include Harry Markowitz, Nobel Laureate; Lawrence Klein, Nobel Laureate; Roger Ibbotson, Yale University; Robert Aliber, the University of Chicago; Josef Lakonishok of the University of Illinois, and more. The premiere issue of Insights Newsletter features an interview with Chairman and Chief Investment Officer of Dreman Value Management, L.L.C., David Dreman, discussing the hot topic of behavioral finance. The firm pioneered contrarian strategies on Wall Street and manages over 4 billion dollars of individual and institutional funds. A senior investment columnist at Forbes Magazine, Dreman has authored three critically acclaimed books. Right now, you can enjoy a charter subscription to Insights for just US$145.00 per year. That's over one-half off the new subscriber rate of US$295.00! Information is at a premium, and so is your time. Why spend hours and days trying to get the information that is immediately available to you in your edition of Insights Newsletter? It's like having a team of financial experts at your fingertips. Sound intriguing? Profitable? It is. Start your subscription to Insights Newsletter now at www.investmentresearch.org. . .and maybe the next 15 minutes will be worth a million dollars to you! (You owe it to yourself to find out.) _____________________________________________________ If this information reached you in error, we are very sorry. You have not been added to any group lists as a result of this mailing. If you wish to be permanently removed from any further mailings from our organization, please reply to this e-mail, and type the word "Remove" (no quotes) in the subject or body of the message, and press the send button. Your name will be immediately and permanently removed from our files. This message complies with U.S. Federal Commercial E-mail bill Section 301, Para (a)(2)(C) of S.1618. Sender info: TIPS!, P.O. Box 1816, Skokie, IL. 60076-1816, Creative Services for Business, Industry and Entertainment. ======================================================= To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Jul 20 3: 1:29 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 040F0152F1 for ; Tue, 20 Jul 1999 03:01:24 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA03443; Tue, 20 Jul 1999 03:00:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from speecart.osi.ru (speecart.osi.ru [195.178.194.35]) by hub.freebsd.org (Postfix) with ESMTP id 44FC71526F for ; Tue, 20 Jul 1999 02:50:02 -0700 (PDT) (envelope-from ks@speecart.osi.ru) Received: (from ks@localhost) by speecart.osi.ru (8.9.3/8.9.3) id NAA17771; Tue, 20 Jul 1999 13:52:14 +0400 (MSD) (envelope-from ks) Message-Id: <199907200952.NAA17771@speecart.osi.ru> Date: Tue, 20 Jul 1999 13:52:14 +0400 (MSD) From: ks@osi.ru Reply-To: ks@itp.ac.ru To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/12718: New port tund Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 12718 >Category: ports >Synopsis: new port >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue Jul 20 03:00:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Sergey S. Kosyakov >Release: FreeBSD 4.0-19990614-CURRENT i386 >Organization: Landau Institute >Environment: >Description: >How-To-Repeat: >Fix: # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # tund # tund/Makefile # tund/files # tund/files/md5 # tund/pkg # tund/pkg/COMMENT # tund/pkg/DESCR # tund/pkg/PLIST # echo c - tund mkdir -p tund > /dev/null 2>&1 echo x - tund/Makefile sed 's/^X//' >tund/Makefile << 'END-of-tund/Makefile' X# New ports collection makefile for: tund X# Version required: 0.11 X# Date created: 20 July 1999 X# Whom: Sergey Kosyakov X# X# $Id$ X# X XDISTNAME= tund-0.11 XCATEGORIES= net XMASTER_SITES= ftp://ftp.chg.ru/pub/networking/freebsd/ X XMAINTAINER= ks@itp.ac.ru X XMAN8= tund.8 XMANCOMPRESSED= yes X X.include END-of-tund/Makefile echo c - tund/files mkdir -p tund/files > /dev/null 2>&1 echo x - tund/files/md5 sed 's/^X//' >tund/files/md5 << 'END-of-tund/files/md5' XMD5 (tund-0.11.tar.gz) = 06c5017390e58a2bd47783cf5ebdd86d END-of-tund/files/md5 echo c - tund/pkg mkdir -p tund/pkg > /dev/null 2>&1 echo x - tund/pkg/COMMENT sed 's/^X//' >tund/pkg/COMMENT << 'END-of-tund/pkg/COMMENT' XIP over UDP tunnel assistant END-of-tund/pkg/COMMENT echo x - tund/pkg/DESCR sed 's/^X//' >tund/pkg/DESCR << 'END-of-tund/pkg/DESCR' XTUND allows to organize IP over IP tunnel (IP packets are incapsulated Xinto UDP one). It works together with FreeBSD ipfw(8). Can be used Xfor tunneling private networks behinf NATD. X XWWW: http://www.chg.ru/~ks/tund X XSergey Kosyakov Xks@itp.ac.ru END-of-tund/pkg/DESCR echo x - tund/pkg/PLIST sed 's/^X//' >tund/pkg/PLIST << 'END-of-tund/pkg/PLIST' Xsbin/tund END-of-tund/pkg/PLIST exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Jul 20 7:57: 3 1999 Delivered-To: freebsd-ports@freebsd.org Received: from duke.cs.duke.edu (duke.cs.duke.edu [152.3.140.1]) by hub.freebsd.org (Postfix) with ESMTP id AAAA4152F9 for ; Tue, 20 Jul 1999 07:57:00 -0700 (PDT) (envelope-from gallatin@cs.duke.edu) Received: from grasshopper.cs.duke.edu (grasshopper.cs.duke.edu [152.3.145.30]) by duke.cs.duke.edu (8.9.1/8.9.1) with ESMTP id KAA24924 for ; Tue, 20 Jul 1999 10:56:08 -0400 (EDT) Received: (from gallatin@localhost) by grasshopper.cs.duke.edu (8.9.3/8.9.1) id KAA42770; Tue, 20 Jul 1999 10:56:07 -0400 (EDT) (envelope-from gallatin@cs.duke.edu) From: Andrew Gallatin MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Date: Tue, 20 Jul 1999 10:56:07 -0400 (EDT) To: ports@freebsd.org Subject: zephyr port on FreeBSD/alpha X-Mailer: VM 6.43 under 20.4 "Emerald" XEmacs Lucid Message-ID: <14228.35734.772115.25819@grasshopper.cs.duke.edu> Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I recently encountered some problems getting zephyr working on FreeBSD/alpha. Due to the size difference between a struct timeval on FreeBSD/alpha (2 longs for a total of 128 bits) and a struct timeval nearly everywhere else in the know universe (2 ints, for a total of 64-bits, even on DEC OSF/1), and the way zephyr uses timevals, it needs a bit of help. The NetBSD people have already fixed this in their zephyr package. Applying ftp://ftp.netbsd.org/pub/NetBSD/packages/pkgsrc/net/zephyr/patches/patch-aa yields a working, interoperable zephyr on FreeBSD/alpha. Their patch-ab deals with kerberos authentication (which we don't use & I cannot test), but it at least appears to apply cleanly. Not being a ports person, I'm reluctant to commit the patches myself. I was hoping somebody could eyeball them and commit them if they look OK. Thanks, Drew ------------------------------------------------------------------------------ Andrew Gallatin, Sr Systems Programmer http://www.cs.duke.edu/~gallatin Duke University Email: gallatin@cs.duke.edu Department of Computer Science Phone: (919) 660-6590 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Jul 20 10:44:11 1999 Delivered-To: freebsd-ports@freebsd.org Received: from cedar.netten.net (cedar.netten.net [206.229.193.252]) by hub.freebsd.org (Postfix) with ESMTP id DF726152C3; Tue, 20 Jul 1999 10:43:58 -0700 (PDT) (envelope-from welk@netten.net) Received: from netten.net ([206.229.194.75]) by cedar.netten.net (8.8.7/8.8.7) with ESMTP id MAA23538; Tue, 20 Jul 1999 12:45:29 -0500 Message-ID: <3794B55A.85892767@netten.net> Date: Tue, 20 Jul 1999 12:43:55 -0500 From: "welk@netten.net" X-Mailer: Mozilla 4.08 [en] (Win95; U) MIME-Version: 1.0 To: dirk@FreeBSD.ORG Cc: ports@FreeBSD.ORG Subject: FreeBSD Port: mysql-server-3.22.24 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org FYI: installation on FreeBSD 3.2-RELEASE of MySQL port mysql-server-3.22.24 downloaded July 20, 1999, approx 12:15pm CDT, fails the checksum (two separate downloads exhibit same results): > Make sure the Makefile and md5 file (/usr/ports/mysql322-server/files/md5) > are up to date. If you want to override this check, type > "make NO_CHECKSUM=yes [other args]". > *** Error code 1 > attempting same with NO_CHECKSUM=yes also has problems, apparently first with > gzip: /usr/ports/distfiles//mysql-3.22.24.tar.gz: unexpected end of file > /usr/bin/tar: Unexpected EOF on archive file > Ken Welch welk@netten.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Jul 20 10:45: 8 1999 Delivered-To: freebsd-ports@freebsd.org Received: from troutmask.apl.washington.edu (troutmask.apl.washington.edu [128.95.76.54]) by hub.freebsd.org (Postfix) with ESMTP id 7446B15362 for ; Tue, 20 Jul 1999 10:45:01 -0700 (PDT) (envelope-from sgk@troutmask.apl.washington.edu) Received: (from sgk@localhost) by troutmask.apl.washington.edu (8.9.3/8.9.1) id KAA04279 for freebsd-ports@freebsd.org; Tue, 20 Jul 1999 10:49:17 -0700 (PDT) (envelope-from sgk) From: Steve Kargl Message-Id: <199907201749.KAA04279@troutmask.apl.washington.edu> Subject: downgrading a port? To: freebsd-ports@freebsd.org Date: Tue, 20 Jul 1999 10:49:17 -0700 (PDT) X-Mailer: ELM [version 2.4ME+ PL54 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org What is the recommended procedure for down grading a port? I submitted an upgrade of lesstif from 0.88.1 to 0.88.9. Chris Piazza(sp?) asked if I would be willing to maintain this port, and I have agreed. However, about further testing it appears that 0.88.1 is more stable than 0.88.9. Is it permissible to include a comment in the Makefile to state that "0.88.1 appears more stable than 0.88.9, so an upgrade to 0.88.9 will not be done"? -- Steve To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Jul 20 11: 2:55 1999 Delivered-To: freebsd-ports@freebsd.org Received: from kirk.giovannelli.it (kirk.giovannelli.it [194.184.65.4]) by hub.freebsd.org (Postfix) with ESMTP id D9CDF153A5; Tue, 20 Jul 1999 11:02:48 -0700 (PDT) (envelope-from gmarco@giovannelli.it) Received: from suzy (ppp-massa52-64-10.iol.it [212.52.64.10]) by kirk.giovannelli.it (8.9.3/8.9.3) with SMTP id RAA00941; Tue, 20 Jul 1999 17:52:24 GMT (envelope-from gmarco@giovannelli.it) Message-Id: <4.1.19990720192136.01939c90@194.184.65.4> X-Sender: gmarco@194.184.65.4 X-Mailer: QUALCOMM Windows Eudora Pro Version 4.1 Date: Tue, 20 Jul 1999 19:55:32 +0200 To: ports@freebsd.org From: Gianmarco Giovannelli Subject: p5-Pg 1.6.1 Cc: jfitz@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org In the ports tree it is marked broken, but the last version found on Cpan (newer than we have on the port) compile, install and works out of the box without any modification... Now, I think we can safely remove the broken keyword and make a new port ? Thanks for attention... Best Regards, Gianmarco Giovannelli , "Unix expert since yesterday" http://www.giovannelli.it/~gmarco http://www2.masternet.it To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Jul 20 11:29:35 1999 Delivered-To: freebsd-ports@freebsd.org Received: from norn.ca.eu.org (cr965240-b.abtsfd1.bc.wave.home.com [24.113.19.137]) by hub.freebsd.org (Postfix) with ESMTP id DE60B152F7 for ; Tue, 20 Jul 1999 11:28:46 -0700 (PDT) (envelope-from cpiazza@norn.ca.eu.org) Received: by norn.ca.eu.org (Postfix, from userid 1002) id E6B4D758; Wed, 21 Jul 1999 11:25:23 -0700 (PDT) Date: Wed, 21 Jul 1999 11:25:23 -0700 From: Chris Piazza To: Steve Kargl Cc: freebsd-ports@FreeBSD.ORG Subject: Re: downgrading a port? Message-ID: <19990721112523.A1599@norn.ca.eu.org> References: <199907201749.KAA04279@troutmask.apl.washington.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.6i In-Reply-To: <199907201749.KAA04279@troutmask.apl.washington.edu>; from Steve Kargl on Tue, Jul 20, 1999 at 10:49:17AM -0700 X-Operating-System: FreeBSD 4.0-CURRENT Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Tue, Jul 20, 1999 at 10:49:17AM -0700, Steve Kargl wrote: > What is the recommended procedure for down grading a port? > > I submitted an upgrade of lesstif from 0.88.1 to 0.88.9. > Chris Piazza(sp?) asked if I would be willing to maintain > this port, and I have agreed. However, about further > testing it appears that 0.88.1 is more stable than 0.88.9. > > Is it permissible to include a comment in the Makefile > to state that "0.88.1 appears more stable than 0.88.9, so > an upgrade to 0.88.9 will not be done"? Sure, just send a PR that 'upgrades' the port to an older version Having the comment there is a good idea so people don't keep sending upgrades to the port. -Chris -- cpiazza@home.net cpiazza@FreeBSD.org "I don't like principles. I prefer prejudices." -Oscar Wilde To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Jul 20 11:30:59 1999 Delivered-To: freebsd-ports@freebsd.org Received: from troutmask.apl.washington.edu (troutmask.apl.washington.edu [128.95.76.54]) by hub.freebsd.org (Postfix) with ESMTP id E5DC914D7C for ; Tue, 20 Jul 1999 11:30:52 -0700 (PDT) (envelope-from sgk@troutmask.apl.washington.edu) Received: (from sgk@localhost) by troutmask.apl.washington.edu (8.9.3/8.9.1) id LAA04459; Tue, 20 Jul 1999 11:34:12 -0700 (PDT) (envelope-from sgk) From: Steve Kargl Message-Id: <199907201834.LAA04459@troutmask.apl.washington.edu> Subject: Re: downgrading a port? In-Reply-To: <19990721112523.A1599@norn.ca.eu.org> from Chris Piazza at "Jul 21, 1999 11:25:23 am" To: cpiazza@home.net (Chris Piazza) Date: Tue, 20 Jul 1999 11:34:12 -0700 (PDT) Cc: freebsd-ports@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL54 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Chris Piazza wrote: > On Tue, Jul 20, 1999 at 10:49:17AM -0700, Steve Kargl wrote: > > What is the recommended procedure for down grading a port? > > > > I submitted an upgrade of lesstif from 0.88.1 to 0.88.9. > > Chris Piazza(sp?) asked if I would be willing to maintain > > this port, and I have agreed. However, about further > > testing it appears that 0.88.1 is more stable than 0.88.9. > > > > Is it permissible to include a comment in the Makefile > > to state that "0.88.1 appears more stable than 0.88.9, so > > an upgrade to 0.88.9 will not be done"? > > Sure, just send a PR that 'upgrades' the port to an older version > Having the comment there is a good idea so people don't keep sending > upgrades to the port. > Okay. I wasn't sure if there was some behind the scene cvs voodoo. -- Steve To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Jul 20 15: 0:55 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 06DA314CF8 for ; Tue, 20 Jul 1999 15:00:39 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA80634; Tue, 20 Jul 1999 15:00:06 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from the.oneinsane.net (the.oneinsane.net [207.113.133.228]) by hub.freebsd.org (Postfix) with ESMTP id 5FFEB14CF8 for ; Tue, 20 Jul 1999 14:51:30 -0700 (PDT) (envelope-from insane@lunatic.oneinsane.net) Received: from lunatic.oneinsane.net (insane@lunatic.oneinsane.net [207.113.133.231]) by the.oneinsane.net (8.9.3/8.9.3) with ESMTP id OAA19921 for ; Tue, 20 Jul 1999 14:50:51 -0700 (PDT) Received: (from insane@localhost) by lunatic.oneinsane.net (8.9.3/8.9.3) id OAA79385; Tue, 20 Jul 1999 14:50:50 -0700 (PDT) (envelope-from insane) Message-Id: <199907202150.OAA79385@lunatic.oneinsane.net> Date: Tue, 20 Jul 1999 14:50:50 -0700 (PDT) From: insane@lunatic.oneinsane.net Reply-To: insane@lunatic.oneinsane.net To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/12721: Update Leafnode to 1.9.4 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 12721 >Category: ports >Synopsis: Leafnode 1.9.4 has enhancements and bug fixes >Confidential: yes >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue Jul 20 15:00:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Ron Rosson >Release: FreeBSD 3.2-STABLE i386 >Organization: OneInsane Network >Environment: FreeBSD lunatic.oneinsane.net 3.2-STABLE FreeBSD 3.2-STABLE #15: Tue Jun 29 16:09:23 PDT 1999 >Description: Take a look at: http://wpxx02.toxi.uni-wuerzburg.de/~krasel/ln.changes.html for the latest changes since 1.9.2 >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Jul 20 15:20:26 1999 Delivered-To: freebsd-ports@freebsd.org Received: from smtp13.bellglobal.com (smtp13.bellglobal.com [204.101.251.52]) by hub.freebsd.org (Postfix) with ESMTP id 3696814FB2 for ; Tue, 20 Jul 1999 15:20:08 -0700 (PDT) (envelope-from vanderh@ecf.toronto.edu) Received: from localhost.nowhere (ppp18331.on.bellglobal.com [206.172.130.11]) by smtp13.bellglobal.com (8.8.5/8.8.5) with ESMTP id SAA23430; Tue, 20 Jul 1999 18:20:14 -0400 (EDT) Received: (from tim@localhost) by localhost.nowhere (8.9.3/8.9.1) id SAA89740; Tue, 20 Jul 1999 18:20:06 -0400 (EDT) (envelope-from tim) Date: Tue, 20 Jul 1999 18:20:05 -0400 From: Tim Vanderhoek To: Andrey Zakhvatov Cc: Chris Piazza , ports@FreeBSD.ORG Subject: Re: ports/12690: New port: gperiodic-1.2.1 Message-ID: <19990720182005.B89607@mad> References: <19990720170219.A89852@norn.ca.eu.org> <199907200648.KAA07371@icc.surw.chel.su> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95i In-Reply-To: <199907200648.KAA07371@icc.surw.chel.su>; from Andrey Zakhvatov on Tue, Jul 20, 1999 at 10:48:39AM +0400 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Tue, Jul 20, 1999 at 10:48:39AM +0400, Andrey Zakhvatov wrote: > > I guess _any_ software have "Software Agreement" or "License" or something > else to state its legislation status. Why not about GPL license? The reasoning is that we already have enough copies of the GPL license. The obvious problem is that we don't have one standard copy. /usr/share/misc might not be bad, but I'm concerned it would cause backlash from cvs-committers, even if added to a text file that explains where it applies and doesn't apply, -- This is my .signature which gets appended to the end of my messages. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Jul 20 15:21:27 1999 Delivered-To: freebsd-ports@freebsd.org Received: from smtp11.bellglobal.com (smtp11.bellglobal.com [204.101.251.53]) by hub.freebsd.org (Postfix) with ESMTP id 479E4153B5 for ; Tue, 20 Jul 1999 15:21:21 -0700 (PDT) (envelope-from vanderh@ecf.toronto.edu) Received: from localhost.nowhere (ppp18331.on.bellglobal.com [206.172.130.11]) by smtp11.bellglobal.com (8.8.5/8.8.5) with ESMTP id SAA27894; Tue, 20 Jul 1999 18:24:34 -0400 (EDT) Received: (from tim@localhost) by localhost.nowhere (8.9.3/8.9.1) id SAA89750; Tue, 20 Jul 1999 18:22:41 -0400 (EDT) (envelope-from tim) Date: Tue, 20 Jul 1999 18:22:41 -0400 From: Tim Vanderhoek To: Andrew Gallatin Cc: ports@freebsd.org Subject: Re: zephyr port on FreeBSD/alpha Message-ID: <19990720182241.C89607@mad> References: <14228.35734.772115.25819@grasshopper.cs.duke.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95i In-Reply-To: <14228.35734.772115.25819@grasshopper.cs.duke.edu>; from Andrew Gallatin on Tue, Jul 20, 1999 at 10:56:07AM -0400 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Tue, Jul 20, 1999 at 10:56:07AM -0400, Andrew Gallatin wrote: > > Not being a ports person, I'm reluctant to commit the patches myself. > I was hoping somebody could eyeball them and commit them if they look They're just patches. Look at them, and look at the existing FreeBSD patches. If all the patches look right, cvs-add them. Nothing portsy about it. :) Having already looked at the source and patches, you're in a much better position than most other people. -- This is my .signature which gets appended to the end of my messages. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Jul 20 15:36:11 1999 Delivered-To: freebsd-ports@freebsd.org Received: from dfw-ix5.ix.netcom.com (dfw-ix5.ix.netcom.com [206.214.98.5]) by hub.freebsd.org (Postfix) with ESMTP id BF2DB153CC for ; Tue, 20 Jul 1999 15:35:48 -0700 (PDT) (envelope-from asami@cs.berkeley.edu) Received: (from smap@localhost) by dfw-ix5.ix.netcom.com (8.8.4/8.8.4) id RAA14565; Tue, 20 Jul 1999 17:34:57 -0500 (CDT) Received: from sji-ca4-70.ix.netcom.com(205.186.212.198) by dfw-ix5.ix.netcom.com via smap (V1.3) id rma014513; Tue Jul 20 17:34:20 1999 Received: (from asami@localhost) by silvia.hip.berkeley.edu (8.9.3/8.6.9) id PAA94242; Tue, 20 Jul 1999 15:34:14 -0700 (PDT) Date: Tue, 20 Jul 1999 15:34:14 -0700 (PDT) Message-Id: <199907202234.PAA94242@silvia.hip.berkeley.edu> X-Authentication-Warning: silvia.hip.berkeley.edu: asami set sender to asami@cs.berkeley.edu using -f To: sgk@troutmask.apl.washington.edu Cc: cpiazza@home.net, freebsd-ports@FreeBSD.ORG In-reply-to: <199907201834.LAA04459@troutmask.apl.washington.edu> (message from Steve Kargl on Tue, 20 Jul 1999 11:34:12 -0700 (PDT)) Subject: Re: downgrading a port? From: asami@FreeBSD.ORG (Satoshi - Ports Wraith - Asami) References: <199907201834.LAA04459@troutmask.apl.washington.edu> Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org * From: Steve Kargl * Okay. I wasn't sure if there was some behind the scene cvs * voodoo. Actually, if you want it exactly in the state it was before, you can just send a copy to the commit message (which I just dug up for you :) and indicate that the port be reverted to the state before this commit. (Plus a comment added to the Makefile for the reason, of course.) === From: Chris Piazza Date: Tue, 13 Jul 1999 21:35:22 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-toolkits/lesstif Makefile ports/x11-toolkits/lesstif/files md5 ports/x11-toolkits/lesstif/patches patch-ad patch-ab patch-ac patch-af patch-ag patch-ah patch-ai patch-aj patch-ak patch-al patch-ao patch-aq ports/x11-toolkits/lesstif/pkg PLIST cpiazza 1999/07/13 21:35:22 PDT Modified files: x11-toolkits/lesstif Makefile x11-toolkits/lesstif/files md5 x11-toolkits/lesstif/patches patch-ab patch-ac x11-toolkits/lesstif/pkg PLIST Added files: x11-toolkits/lesstif/patches patch-ad Removed files: x11-toolkits/lesstif/patches patch-af patch-ag patch-ah patch-ai patch-aj patch-ak patch-al patch-ao patch-aq Log: Update to lesstif 0.88.9. Note that this change to the Makefile is a format change and the real commit was rev 1.33. All of the others are the actual update. The message got lost in an accidental ctrl-c during the commit. Thanks to jdp for fixing all the locks. PR: 12630 Submitted by: Steven G. Kargl Revision Changes Path 1.34 +3 -3 ports/x11-toolkits/lesstif/Makefile 1.20 +1 -1 ports/x11-toolkits/lesstif/files/md5 1.7 +16 -10 ports/x11-toolkits/lesstif/patches/patch-ab 1.3 +17 -8 ports/x11-toolkits/lesstif/patches/patch-ac 1.23 +134 -140 ports/x11-toolkits/lesstif/pkg/PLIST === Actually, it seems there is enough information in this mail. Chris, do you want to do it? :) Satoshi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Jul 20 16: 8:38 1999 Delivered-To: freebsd-ports@freebsd.org Received: from troutmask.apl.washington.edu (troutmask.apl.washington.edu [128.95.76.54]) by hub.freebsd.org (Postfix) with ESMTP id DD4321508C; Tue, 20 Jul 1999 16:08:35 -0700 (PDT) (envelope-from sgk@troutmask.apl.washington.edu) Received: (from sgk@localhost) by troutmask.apl.washington.edu (8.9.3/8.9.1) id QAA05409; Tue, 20 Jul 1999 16:12:48 -0700 (PDT) (envelope-from sgk) From: Steve Kargl Message-Id: <199907202312.QAA05409@troutmask.apl.washington.edu> Subject: Re: downgrading a port? In-Reply-To: <199907202234.PAA94242@silvia.hip.berkeley.edu> from Satoshi - Ports Wraith - Asami at "Jul 20, 1999 03:34:14 pm" To: asami@FreeBSD.ORG (Satoshi - Ports Wraith - Asami) Date: Tue, 20 Jul 1999 16:12:48 -0700 (PDT) Cc: cpiazza@home.net, freebsd-ports@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL54 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Satoshi I did not do the 0.88.1 port, and there are some problems with that version and rogue symlinks. I have a new port of 0.88.1 sitting in my private tree based on the 0.88.9 port (Yes, I appear to be running in circles.), but 0.88.9 appears to be a rather unstable version. A diff and send-pr between the new 0.88.1 and the current 0.88.9 port will probably minimize the pain. Sorry about the unforeseen problems. sgk Satoshi - Ports Wraith - Asami wrote: > * From: Steve Kargl > > * Okay. I wasn't sure if there was some behind the scene cvs > * voodoo. > > Actually, if you want it exactly in the state it was before, you can > just send a copy to the commit message (which I just dug up for you :) > and indicate that the port be reverted to the state before this > commit. (Plus a comment added to the Makefile for the reason, of > course.) > > === > From: Chris Piazza > Date: Tue, 13 Jul 1999 21:35:22 -0700 (PDT) > To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org > Subject: cvs commit: ports/x11-toolkits/lesstif Makefile ports/x11-toolkits/lesstif/files > md5 ports/x11-toolkits/lesstif/patches patch-ad patch-ab patch-ac > patch-af patch-ag patch-ah patch-ai patch-aj patch-ak patch-al > patch-ao patch-aq ports/x11-toolkits/lesstif/pkg PLIST > > cpiazza 1999/07/13 21:35:22 PDT > > Modified files: > x11-toolkits/lesstif Makefile > x11-toolkits/lesstif/files md5 > x11-toolkits/lesstif/patches patch-ab patch-ac > x11-toolkits/lesstif/pkg PLIST > Added files: > x11-toolkits/lesstif/patches patch-ad > Removed files: > x11-toolkits/lesstif/patches patch-af patch-ag patch-ah > patch-ai patch-aj patch-ak > patch-al patch-ao patch-aq > Log: > Update to lesstif 0.88.9. > > Note that this change to the Makefile is a format change and the > real commit was rev 1.33. All of the others are the actual update. > The message got lost in an accidental ctrl-c during the commit. > Thanks to jdp for fixing all the locks. > > PR: 12630 > Submitted by: Steven G. Kargl > > Revision Changes Path > 1.34 +3 -3 ports/x11-toolkits/lesstif/Makefile > 1.20 +1 -1 ports/x11-toolkits/lesstif/files/md5 > 1.7 +16 -10 ports/x11-toolkits/lesstif/patches/patch-ab > 1.3 +17 -8 ports/x11-toolkits/lesstif/patches/patch-ac > 1.23 +134 -140 ports/x11-toolkits/lesstif/pkg/PLIST > === > > Actually, it seems there is enough information in this mail. Chris, > do you want to do it? :) > > Satoshi > -- Steve To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Jul 20 16:11:38 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 1EF1E153E9 for ; Tue, 20 Jul 1999 16:11:34 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA87018; Tue, 20 Jul 1999 16:10:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from misha.cisco.com (misha.cisco.com [171.69.206.50]) by hub.freebsd.org (Postfix) with ESMTP id F23FE15140 for ; Tue, 20 Jul 1999 16:03:56 -0700 (PDT) (envelope-from mi@misha.cisco.com) Received: (from mi@localhost) by misha.cisco.com (8.9.3/8.9.1) id TAA86456; Tue, 20 Jul 1999 19:03:27 -0400 (EDT) (envelope-from mi) Message-Id: <199907202303.TAA86456@misha.cisco.com> Date: Tue, 20 Jul 1999 19:03:27 -0400 (EDT) From: Mikhail Teterin Reply-To: mi@aldan.algebra.com To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/12722: new port: AT: T's DjVu library for scanned images Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 12722 >Category: ports >Synopsis: new port: AT&T's DjVu library for scanned images >Confidential: 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 Jul 20 16:10:00 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Mikhail Teterin >Release: FreeBSD 3.2-STABLE i386 >Organization: Virtual Estates, Inc. >Environment: >Description: See http://www.djvu.att.com/open/ . Unfortunately, I was unable to make it build using the gcc-2.7.2, so the eg++ is required. I don't know enough about C++ templates to make it work with the old compiler. >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: # # libdjvu # libdjvu/Makefile # libdjvu/patches # libdjvu/patches/patch-aa # libdjvu/patches/patch-ab # libdjvu/patches/patch-ac # libdjvu/files # libdjvu/files/md5 # libdjvu/pkg # libdjvu/pkg/PLIST # libdjvu/pkg/COMMENT # libdjvu/pkg/DESCR # echo c - libdjvu mkdir -p libdjvu > /dev/null 2>&1 echo x - libdjvu/Makefile sed 's/^X//' >libdjvu/Makefile << 'END-of-libdjvu/Makefile' X# New ports collection makefile for: libdjvu X# Version required: 2.1 X# Date Created: 20 July 1999 X# Whom: Mikhail Teterin END-of-libdjvu/Makefile echo c - libdjvu/patches mkdir -p libdjvu/patches > /dev/null 2>&1 echo x - libdjvu/patches/patch-aa sed 's/^X//' >libdjvu/patches/patch-aa << 'END-of-libdjvu/patches/patch-aa' X--- DjVuImage.cpp.orig Wed Mar 17 14:24:56 1999 X+++ DjVuImage.cpp Tue Jul 20 14:32:03 1999 X@@ -125,3 +125,3 @@ X GCriticalSectionLock lock(&mutex); X- bs.writall((const void*)raw, raw.length()); X+ bs.writall((const char*)raw, raw.length()); X } END-of-libdjvu/patches/patch-aa echo x - libdjvu/patches/patch-ab sed 's/^X//' >libdjvu/patches/patch-ab << 'END-of-libdjvu/patches/patch-ab' X--- GContainer.h.orig Wed Mar 17 14:24:57 1999 X+++ GContainer.h Tue Jul 20 14:33:21 1999 X@@ -981,3 +981,3 @@ X if (data && lobound<=hibound) X- for (int i=lobound; i<=hibound; i++) X+ for (i=lobound; i<=hibound; i++) X data[i-minlo].TYPE::~TYPE(); END-of-libdjvu/patches/patch-ab echo x - libdjvu/patches/patch-ac sed 's/^X//' >libdjvu/patches/patch-ac << 'END-of-libdjvu/patches/patch-ac' X--- Makefile.in.orig Wed Mar 17 14:24:59 1999 X+++ Makefile.in Tue Jul 20 18:08:59 1999 X@@ -36 +36 @@ X-LIB= libdjvu++.a X+LIB= libdjvu++.so X@@ -53,4 +53,3 @@ X-$(LIB): $(LIBOBJS) X- if [ -r $(LIB) ] ; then rm $(LIB) ; fi X- $(AR) cq $(LIB) $(LIBOBJS) X- $(RANLIB) $(LIB) X+$(LIB): ${LIBOBJS:.o=.cpp} X+ ${MAKE} -f bsd.lib.mk CXX="${CXX}" OBJS="${LIBOBJS}" LIB=djvu++ \ X+ SHLIB_MAJOR=${VER:R} SHLIB_MINOR=${VER:E} X--- @Test/Makefile.in.orig Fri Mar 5 19:42:53 1999 X+++ @Test/Makefile.in Tue Jul 20 18:00:24 1999 X@@ -17 +17 @@ X-LIB= ../libdjvu++.a X+LIB= ../libdjvu++.so END-of-libdjvu/patches/patch-ac echo c - libdjvu/files mkdir -p libdjvu/files > /dev/null 2>&1 echo x - libdjvu/files/md5 sed 's/^X//' >libdjvu/files/md5 << 'END-of-libdjvu/files/md5' XMD5 (libdjvu++-2.1.tar.gz) = db7487277ef125495d16e5887eda96df END-of-libdjvu/files/md5 echo c - libdjvu/pkg mkdir -p libdjvu/pkg > /dev/null 2>&1 echo x - libdjvu/pkg/PLIST sed 's/^X//' >libdjvu/pkg/PLIST << 'END-of-libdjvu/pkg/PLIST' Xbin/djvuinfo Xbin/c44 Xbin/d44 Xbin/djvutopnm Xbin/djvumake Xbin/djvuextract Xbin/ppmcoco Xbin/bzz Xlib/libdjvu++.so.2 Xlib/libdjvu++.a Xshare/doc/djvu/ATTLicense.h.html Xshare/doc/djvu/ATTLicense.html Xshare/doc/djvu/ATTSourceCodeAgreement.html Xshare/doc/djvu/BSByteStream.h.html Xshare/doc/djvu/BSByteStream.html Xshare/doc/djvu/BitContext.html Xshare/doc/djvu/ByteStream.h.html Xshare/doc/djvu/ByteStream.html Xshare/doc/djvu/ClassGraph.class Xshare/doc/djvu/ClassGraphPanel.class Xshare/doc/djvu/ClassLayout.class Xshare/doc/djvu/CompilingtheLibrarySystemsotherthanUnix.html Xshare/doc/djvu/CompilingtheLibraryUnix.html Xshare/doc/djvu/DJVUVERSION.html Xshare/doc/djvu/DJVUVERSION_TOO_NEW.html Xshare/doc/djvu/DJVUVERSION_TOO_OLD.html Xshare/doc/djvu/DecodingDjVuContent.html Xshare/doc/djvu/DjVuAnno.html Xshare/doc/djvu/DjVuFileStructure.html Xshare/doc/djvu/DjVuGlobal.h.html Xshare/doc/djvu/DjVuImage.h.html Xshare/doc/djvu/DjVuImage.html Xshare/doc/djvu/DjVuImageFiles.html Xshare/doc/djvu/DjVuInfo.html Xshare/doc/djvu/DjVuInterface.html Xshare/doc/djvu/DjVuMemory.html Xshare/doc/djvu/DjVuNames.html Xshare/doc/djvu/DjVuProgress.html Xshare/doc/djvu/DjVuversionconstants.html Xshare/doc/djvu/ExperimentalFeatures..html Xshare/doc/djvu/GArray.html Xshare/doc/djvu/GBitmap.h.html Xshare/doc/djvu/GBitmap.html Xshare/doc/djvu/GBitmapScaler.html Xshare/doc/djvu/GContainer.h.html Xshare/doc/djvu/GContainer.html Xshare/doc/djvu/GContainerBase.html Xshare/doc/djvu/GCriticalSection.html Xshare/doc/djvu/GCriticalSectionLock.html Xshare/doc/djvu/GEvent.html Xshare/doc/djvu/GException.h.html Xshare/doc/djvu/GException.html Xshare/doc/djvu/GList.html Xshare/doc/djvu/GMap.html Xshare/doc/djvu/GOS.h.html Xshare/doc/djvu/GOS.html Xshare/doc/djvu/GP.html Xshare/doc/djvu/GPBase.html Xshare/doc/djvu/GPEnabled.html Xshare/doc/djvu/GPixel.html Xshare/doc/djvu/GPixmap.h.html Xshare/doc/djvu/GPixmap.html Xshare/doc/djvu/GPixmapScaler.html Xshare/doc/djvu/GPosition.html Xshare/doc/djvu/GRect.h.html Xshare/doc/djvu/GRect.html Xshare/doc/djvu/GRectMapper.html Xshare/doc/djvu/GSArray.html Xshare/doc/djvu/GScaler.h.html Xshare/doc/djvu/GScaler.html Xshare/doc/djvu/GSmartPointer.h.html Xshare/doc/djvu/GString.h.html Xshare/doc/djvu/GString.html Xshare/doc/djvu/GThread.html Xshare/doc/djvu/GThreads.h.html Xshare/doc/djvu/GettingStarted.html Xshare/doc/djvu/HIER.html Xshare/doc/djvu/HIERjava.html Xshare/doc/djvu/Hashfunctions.html Xshare/doc/djvu/IFFByteStream.h.html Xshare/doc/djvu/IFFByteStream.html Xshare/doc/djvu/IW44ImageFiles.html Xshare/doc/djvu/IWBitmap.html Xshare/doc/djvu/IWEncoderParms.html Xshare/doc/djvu/IWImage.h.html Xshare/doc/djvu/IWPixmap.html Xshare/doc/djvu/Introduction.html Xshare/doc/djvu/JB2Blit.html Xshare/doc/djvu/JB2Image.h.html Xshare/doc/djvu/JB2Image.html Xshare/doc/djvu/JB2Shape.html Xshare/doc/djvu/LibraryReference.html Xshare/doc/djvu/MemoryByteStream.html Xshare/doc/djvu/NavigatorButton.class Xshare/doc/djvu/PNMandRLEfileformats.html Xshare/doc/djvu/StaticByteStream.html Xshare/doc/djvu/StdioByteStream.html Xshare/doc/djvu/UtilityPrograms.html Xshare/doc/djvu/ZPCodec.h.html Xshare/doc/djvu/ZPCodec.html Xshare/doc/djvu/ZPCodecExamples.html Xshare/doc/djvu/aindex.html Xshare/doc/djvu/bzz.html Xshare/doc/djvu/c44.html Xshare/doc/djvu/d44.html Xshare/doc/djvu/djvuextract.html Xshare/doc/djvu/djvuinfo.2.html Xshare/doc/djvu/djvumake.html Xshare/doc/djvu/djvutopnm.html Xshare/doc/djvu/down.gif Xshare/doc/djvu/dxxgifs.tex Xshare/doc/djvu/gifs.db Xshare/doc/djvu/icon1.gif Xshare/doc/djvu/icon2.gif Xshare/doc/djvu/index.html Xshare/doc/djvu/logo.gif Xshare/doc/djvu/ppmcoco.html X@dirrm share/doc/djvu END-of-libdjvu/pkg/PLIST echo x - libdjvu/pkg/COMMENT sed 's/^X//' >libdjvu/pkg/COMMENT << 'END-of-libdjvu/pkg/COMMENT' XAT&T's DjVu: The Technology for Scanned Documents on the Web END-of-libdjvu/pkg/COMMENT echo x - libdjvu/pkg/DESCR sed 's/^X//' >libdjvu/pkg/DESCR << 'END-of-libdjvu/pkg/DESCR' XThe DjVu Reference Library does not contain the entire implementation of Xthe DjVu system. While it contains the entire decoder, and a big Xpiece of the encoder, it does not contain the sophisticated encoding Xstrategies necessary for reaching the highest compression ratios. X XAmong other things, The DjVu Reference Library contains the full DjVu Xdecoder, the full IW44 wavelet encoder/decoder for continuous tone Ximages, and the back-end of JB2 bilevel image compression technique. XHowever, it does not contain the code for separating document images Xinto foreground and background layers, nor does it contain the code of Xthe lossy JB2 scheme that achieves the highest compression ratios on Xbitonal images. END-of-libdjvu/pkg/DESCR exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Jul 20 16:46:29 1999 Delivered-To: freebsd-ports@freebsd.org Received: from dfw-ix8.ix.netcom.com (dfw-ix8.ix.netcom.com [206.214.98.8]) by hub.freebsd.org (Postfix) with ESMTP id 729231542B for ; Tue, 20 Jul 1999 16:46:06 -0700 (PDT) (envelope-from asami@cs.berkeley.edu) Received: (from smap@localhost) by dfw-ix8.ix.netcom.com (8.8.4/8.8.4) id SAA12433; Tue, 20 Jul 1999 18:45:28 -0500 (CDT) Received: from sji-ca4-70.ix.netcom.com(205.186.212.198) by dfw-ix8.ix.netcom.com via smap (V1.3) id rma012393; Tue Jul 20 18:44:52 1999 Received: (from asami@localhost) by silvia.hip.berkeley.edu (8.9.3/8.6.9) id QAA94424; Tue, 20 Jul 1999 16:44:46 -0700 (PDT) Date: Tue, 20 Jul 1999 16:44:46 -0700 (PDT) Message-Id: <199907202344.QAA94424@silvia.hip.berkeley.edu> X-Authentication-Warning: silvia.hip.berkeley.edu: asami set sender to asami@cs.berkeley.edu using -f To: sgk@troutmask.apl.washington.edu Cc: cpiazza@home.net, freebsd-ports@FreeBSD.ORG In-reply-to: <199907202312.QAA05409@troutmask.apl.washington.edu> (message from Steve Kargl on Tue, 20 Jul 1999 16:12:48 -0700 (PDT)) Subject: Re: downgrading a port? From: asami@FreeBSD.ORG (Satoshi - Ports Wraith - Asami) References: <199907202312.QAA05409@troutmask.apl.washington.edu> Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org * From: Steve Kargl * I did not do the 0.88.1 port, and there are some problems with * that version and rogue symlinks. I have a new port of 0.88.1 * sitting in my private tree based on the 0.88.9 port (Yes, I appear to In that case, yes you should just send-pr it as a patch. No problem. :) Satoshi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Jul 20 18:30:13 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id BE5DA14E2E for ; Tue, 20 Jul 1999 18:30:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA98254; Tue, 20 Jul 1999 18:30:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from trumpet.partitur.se (trumpet.partitur.se [193.219.246.210]) by hub.freebsd.org (Postfix) with ESMTP id C635914BE5; Tue, 20 Jul 1999 18:25:40 -0700 (PDT) (envelope-from girgen@trumpet.partitur.se) Received: (from girgen@localhost) by trumpet.partitur.se (8.9.3/8.9.3) id DAA88977; Wed, 21 Jul 1999 03:24:18 +0200 (CEST) (envelope-from girgen) Message-Id: <199907210124.DAA88977@trumpet.partitur.se> Date: Wed, 21 Jul 1999 03:24:18 +0200 (CEST) From: Palle Girgensohn Reply-To: Palle Girgensohn To: FreeBSD-gnats-submit@freebsd.org Cc: andreas@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/12724: postgresql-6.5.1 update Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 12724 >Category: ports >Synopsis: postgresql-6.5.1 update >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue Jul 20 18:30:00 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Palle Girgensohn >Release: FreeBSD 3.2-STABLE i386 >Organization: Partitur >Environment: FreeBSD-3.2-STABLE ELF >Description: PostgreSQL updated to 6.5.1 old distfile removed from site 6.5.1 is a maintenance release and fixes a number of bugs and quirks >How-To-Repeat: >Fix: Apply this patch: Index: Makefile =================================================================== RCS file: /opt/ncvs/ports/databases/postgresql/Makefile,v retrieving revision 1.43 diff -u -r1.43 Makefile --- Makefile 1999/06/29 20:21:18 1.43 +++ Makefile 1999/07/21 01:13:30 @@ -6,7 +6,7 @@ # $Id: Makefile,v 1.43 1999/06/29 20:21:18 andreas Exp $ # -DISTNAME= postgresql-6.5 +DISTNAME= postgresql-6.5.1 CATEGORIES= databases MASTER_SITES= ftp://ftp.postgresql.org/pub/ \ ftp://ftp.iodynamics.com/pub/mirror/postgresql/ \ @@ -162,7 +160,7 @@ @ chown -R pgsql:pgsql ${PREFIX}/pgsql @ ${ECHO} 'Initializing PostgreSQL Databases - this may take a few minutes...' @ ${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/pgsql/lib - @ su -l pgsql -c '${PREFIX}/pgsql/bin/initdb --pglib=${PREFIX}/pgsql/lib --pgdata=${PREFIX}/pgsql/data' + @ su -l pgsql -c 'PATH=${PREFIX}/pgsql/bin:${PATH} ${PREFIX}/pgsql/bin/initdb --pglib=${PREFIX}/pgsql/lib --pgdata=${PREFIX}/pgsql/data' @ ${SED} -e "s=!!PREFIX!!=${PREFIX}=g" < ${FILESDIR}/pgsql.sh.tmpl \ > ${PREFIX}/etc/rc.d/pgsql.sh @ chmod 554 ${PREFIX}/etc/rc.d/pgsql.sh @@ -207,8 +205,10 @@ .if !defined(BATCH) @ more -e ${FILESDIR}/post-install-notes .endif +.if !defined(DEBUG_FLAGS) .for file in ecpg pg_dump pg_id pg_passwd pg_version postgres psql @ strip ${PREFIX}/pgsql/bin/${file} .endfor +.endif .include Index: files/md5 =================================================================== RCS file: /opt/ncvs/ports/databases/postgresql/files/md5,v retrieving revision 1.9 diff -u -r1.9 md5 --- md5 1999/06/29 20:21:23 1.9 +++ md5 1999/07/21 01:13:30 @@ -1 +1 @@ -MD5 (postgresql-6.5.tar.gz) = 920378e7b3d08aa940393f6c1dcb6792 +MD5 (postgresql-6.5.1.tar.gz) = f32379223026bd123552459958054d51 Index: files/pgsql.sh.tmpl =================================================================== RCS file: /opt/ncvs/ports/databases/postgresql/files/pgsql.sh.tmpl,v retrieving revision 1.4 diff -u -r1.4 pgsql.sh.tmpl --- pgsql.sh.tmpl 1998/04/21 21:51:54 1.4 +++ pgsql.sh.tmpl 1999/07/21 01:13:30 @@ -20,6 +20,6 @@ [ -x !!PREFIX!!/pgsql/bin/postmaster ] && { su -l pgsql -c 'exec !!PREFIX!!/pgsql/bin/postmaster -i -S -o -F \ - -D!!PREFIX!!/pgsql/data > !!PREFIX!!/pgsql/errlog' + 2>&1 > !!PREFIX!!/pgsql/errlog' echo -n ' pgsql' } Index: patches/patch-ak =================================================================== RCS file: patch-ak diff -N patch-ak --- /tmp/cvsWw5414 Wed Jul 21 03:13:30 1999 +++ /dev/null Wed Jul 21 02:04:35 1999 @@ -1,11 +0,0 @@ ---- interfaces/libpgtcl/Makefile.in.orig Sun Feb 7 23:10:45 1999 -+++ interfaces/libpgtcl/Makefile.in Mon Jun 21 16:36:43 1999 -@@ -27,7 +27,7 @@ - - OBJS= pgtcl.o pgtclCmds.o pgtclId.o - --SHLIB_LINK+= -L../libpq -lpq -+SHLIB_LINK+= -L../libpq -lpq -lcrypt - - # If crypt is a separate library, rather than part of libc, it may need - # to be referenced separately to keep (broken) linkers happy. (This is Index: pkg/PLIST =================================================================== RCS file: /opt/ncvs/ports/databases/postgresql/pkg/PLIST,v retrieving revision 1.20 diff -u -r1.20 PLIST --- PLIST 1999/06/29 20:21:45 1.20 +++ PLIST 1999/07/21 01:13:30 @@ -128,6 +128,7 @@ share/doc/pgsql/FAQ_Irix share/doc/pgsql/FAQ_Linux share/doc/pgsql/FAQ_SCO +share/doc/pgsql/README.NT share/doc/pgsql/README.fsync share/doc/pgsql/README.inet share/doc/pgsql/README.locale @@ -135,77 +136,79 @@ share/doc/pgsql/README.mb.jp share/doc/pgsql/TODO share/doc/pgsql/admin.ps.gz -share/doc/pgsql/programmer.ps.gz -share/doc/pgsql/tutorial.ps.gz -share/doc/pgsql/user.ps.gz share/doc/pgsql/admin/admin.htm share/doc/pgsql/admin/admin.html share/doc/pgsql/admin/biblio.htm share/doc/pgsql/admin/config.htm +share/doc/pgsql/admin/config495.htm +share/doc/pgsql/admin/config570.htm +share/doc/pgsql/admin/config607.htm share/doc/pgsql/admin/copyright.htm share/doc/pgsql/admin/disk.htm share/doc/pgsql/admin/index.html share/doc/pgsql/admin/install-win32.htm +share/doc/pgsql/admin/install-win321181.htm +share/doc/pgsql/admin/install-win321190.htm share/doc/pgsql/admin/install.htm +share/doc/pgsql/admin/install1119.htm +share/doc/pgsql/admin/install1139.htm +share/doc/pgsql/admin/install1148.htm +share/doc/pgsql/admin/install761.htm share/doc/pgsql/admin/intro-ag.htm +share/doc/pgsql/admin/layout.gif share/doc/pgsql/admin/layout.htm share/doc/pgsql/admin/manage-ag.htm +share/doc/pgsql/admin/manage-ag1578.htm +share/doc/pgsql/admin/manage-ag1621.htm +share/doc/pgsql/admin/manage-ag1630.htm share/doc/pgsql/admin/newuser.htm share/doc/pgsql/admin/notation.htm share/doc/pgsql/admin/pg-options.htm share/doc/pgsql/admin/ports.htm +share/doc/pgsql/admin/ports428.htm share/doc/pgsql/admin/postmaster.htm share/doc/pgsql/admin/preface.htm share/doc/pgsql/admin/recovery.htm share/doc/pgsql/admin/regress.htm +share/doc/pgsql/admin/regress1794.htm +share/doc/pgsql/admin/regress1801.htm +share/doc/pgsql/admin/regress1838.htm share/doc/pgsql/admin/release.htm +share/doc/pgsql/admin/release1893.htm +share/doc/pgsql/admin/release1975.htm +share/doc/pgsql/admin/release1986.htm +share/doc/pgsql/admin/release1997.htm +share/doc/pgsql/admin/release2038.htm +share/doc/pgsql/admin/release2054.htm +share/doc/pgsql/admin/release2073.htm +share/doc/pgsql/admin/release2117.htm +share/doc/pgsql/admin/release2139.htm +share/doc/pgsql/admin/release2154.htm +share/doc/pgsql/admin/release2163.htm +share/doc/pgsql/admin/release2186.htm +share/doc/pgsql/admin/release2200.htm +share/doc/pgsql/admin/release2203.htm +share/doc/pgsql/admin/release2228.htm +share/doc/pgsql/admin/release2265.htm +share/doc/pgsql/admin/release2272.htm +share/doc/pgsql/admin/release2279.htm +share/doc/pgsql/admin/release2286.htm +share/doc/pgsql/admin/release2290.htm share/doc/pgsql/admin/runtime.htm share/doc/pgsql/admin/security.htm +share/doc/pgsql/admin/security1467.htm +share/doc/pgsql/admin/security1486.htm +share/doc/pgsql/admin/security1510.htm share/doc/pgsql/admin/terminology.htm share/doc/pgsql/admin/trouble.htm -share/doc/pgsql/admin/x1118.htm -share/doc/pgsql/admin/x1138.htm -share/doc/pgsql/admin/x1147.htm -share/doc/pgsql/admin/x1180.htm -share/doc/pgsql/admin/x1189.htm -share/doc/pgsql/admin/x1466.htm -share/doc/pgsql/admin/x1485.htm -share/doc/pgsql/admin/x1509.htm -share/doc/pgsql/admin/x1574.htm -share/doc/pgsql/admin/x1608.htm -share/doc/pgsql/admin/x1625.htm -share/doc/pgsql/admin/x1640.htm -share/doc/pgsql/admin/x1723.htm -share/doc/pgsql/admin/x1730.htm -share/doc/pgsql/admin/x1767.htm -share/doc/pgsql/admin/x1893.htm -share/doc/pgsql/admin/x1904.htm -share/doc/pgsql/admin/x1915.htm -share/doc/pgsql/admin/x1956.htm -share/doc/pgsql/admin/x1972.htm -share/doc/pgsql/admin/x1991.htm -share/doc/pgsql/admin/x2035.htm -share/doc/pgsql/admin/x2057.htm -share/doc/pgsql/admin/x2072.htm -share/doc/pgsql/admin/x2081.htm -share/doc/pgsql/admin/x2104.htm -share/doc/pgsql/admin/x2118.htm -share/doc/pgsql/admin/x2121.htm -share/doc/pgsql/admin/x2146.htm -share/doc/pgsql/admin/x2183.htm -share/doc/pgsql/admin/x2190.htm -share/doc/pgsql/admin/x2197.htm -share/doc/pgsql/admin/x2204.htm -share/doc/pgsql/admin/x2208.htm -share/doc/pgsql/admin/x427.htm -share/doc/pgsql/admin/x494.htm -share/doc/pgsql/admin/x569.htm -share/doc/pgsql/admin/x606.htm -share/doc/pgsql/admin/x760.htm +share/doc/pgsql/admin/trouble1696.htm +share/doc/pgsql/admin/trouble1711.htm share/doc/pgsql/admin/y2k.htm -share/doc/pgsql/admin/layout.gif share/doc/pgsql/postgres/about.htm share/doc/pgsql/postgres/advanced.htm +share/doc/pgsql/postgres/advanced23214.htm +share/doc/pgsql/postgres/advanced23236.htm +share/doc/pgsql/postgres/advanced23256.htm share/doc/pgsql/postgres/app-createdb.htm share/doc/pgsql/postgres/app-createuser.htm share/doc/pgsql/postgres/app-destroydb.htm @@ -223,45 +226,161 @@ share/doc/pgsql/postgres/arch-pg.htm share/doc/pgsql/postgres/arch.htm share/doc/pgsql/postgres/arrays.htm +share/doc/pgsql/postgres/biblio.htm share/doc/pgsql/postgres/bki.htm +share/doc/pgsql/postgres/bki21904.htm +share/doc/pgsql/postgres/bki21989.htm +share/doc/pgsql/postgres/bki22013.htm +share/doc/pgsql/postgres/bki22074.htm +share/doc/pgsql/postgres/catalogs.gif +share/doc/pgsql/postgres/clientserver.gif share/doc/pgsql/postgres/compiler.htm share/doc/pgsql/postgres/config.htm +share/doc/pgsql/postgres/config12627.htm +share/doc/pgsql/postgres/config12702.htm +share/doc/pgsql/postgres/config12739.htm +share/doc/pgsql/postgres/connections.gif share/doc/pgsql/postgres/copyright.htm +share/doc/pgsql/postgres/createtableas.htm share/doc/pgsql/postgres/cvs.htm +share/doc/pgsql/postgres/cvs23724.htm +share/doc/pgsql/postgres/cvs23780.htm share/doc/pgsql/postgres/datatype.htm +share/doc/pgsql/postgres/datatype1380.htm +share/doc/pgsql/postgres/datatype1412.htm +share/doc/pgsql/postgres/datatype1511.htm +share/doc/pgsql/postgres/datatype703.htm +share/doc/pgsql/postgres/datatype729.htm +share/doc/pgsql/postgres/datatype793.htm share/doc/pgsql/postgres/datetime-appendix.htm +share/doc/pgsql/postgres/datetime-appendix23641.htm share/doc/pgsql/postgres/dfunc.htm +share/doc/pgsql/postgres/dfunc15567.htm +share/doc/pgsql/postgres/dfunc15577.htm share/doc/pgsql/postgres/disk.htm share/doc/pgsql/postgres/docguide.htm +share/doc/pgsql/postgres/docguide24006.htm +share/doc/pgsql/postgres/docguide24037.htm +share/doc/pgsql/postgres/docguide25253.htm +share/doc/pgsql/postgres/docguide25274.htm +share/doc/pgsql/postgres/docguide25300.htm +share/doc/pgsql/postgres/docguide25388.htm +share/doc/pgsql/postgres/docguide25668.htm share/doc/pgsql/postgres/ecpg.htm +share/doc/pgsql/postgres/ecpg17490.htm +share/doc/pgsql/postgres/ecpg17508.htm +share/doc/pgsql/postgres/ecpg17650.htm +share/doc/pgsql/postgres/ecpg17660.htm +share/doc/pgsql/postgres/ecpg17680.htm +share/doc/pgsql/postgres/ecpg17685.htm share/doc/pgsql/postgres/environ.htm share/doc/pgsql/postgres/extend.htm +share/doc/pgsql/postgres/extend14525.htm +share/doc/pgsql/postgres/extend14537.htm share/doc/pgsql/postgres/func-ref.htm share/doc/pgsql/postgres/functions.htm +share/doc/pgsql/postgres/functions2183.htm +share/doc/pgsql/postgres/functions2221.htm +share/doc/pgsql/postgres/functions2364.htm +share/doc/pgsql/postgres/functions2449.htm +share/doc/pgsql/postgres/functions2667.htm +share/doc/pgsql/postgres/geqo-biblio.htm share/doc/pgsql/postgres/geqo.htm +share/doc/pgsql/postgres/geqo20921.htm +share/doc/pgsql/postgres/geqo20944.htm +share/doc/pgsql/postgres/geqo20982.htm share/doc/pgsql/postgres/gist.htm share/doc/pgsql/postgres/index.html share/doc/pgsql/postgres/inherit.htm share/doc/pgsql/postgres/install-win32.htm +share/doc/pgsql/postgres/install-win3213313.htm +share/doc/pgsql/postgres/install-win3213322.htm share/doc/pgsql/postgres/install.htm +share/doc/pgsql/postgres/install12893.htm +share/doc/pgsql/postgres/install13251.htm +share/doc/pgsql/postgres/install13271.htm +share/doc/pgsql/postgres/install13280.htm share/doc/pgsql/postgres/intro.htm -share/doc/pgsql/postgres/spi.htm +share/doc/pgsql/postgres/intro177.htm +share/doc/pgsql/postgres/intro60.htm share/doc/pgsql/postgres/jdbc.htm +share/doc/pgsql/postgres/jdbc20288.htm +share/doc/pgsql/postgres/jdbc20301.htm +share/doc/pgsql/postgres/jdbc20308.htm +share/doc/pgsql/postgres/jdbc20316.htm +share/doc/pgsql/postgres/jdbc20334.htm +share/doc/pgsql/postgres/jdbc20371.htm +share/doc/pgsql/postgres/jdbc20402.htm +share/doc/pgsql/postgres/jdbc20406.htm +share/doc/pgsql/postgres/jdbc20410.htm +share/doc/pgsql/postgres/jdbc20429.htm +share/doc/pgsql/postgres/jdbc20459.htm share/doc/pgsql/postgres/keys.htm share/doc/pgsql/postgres/largeobjects.htm +share/doc/pgsql/postgres/largeobjects17378.htm +share/doc/pgsql/postgres/largeobjects17381.htm +share/doc/pgsql/postgres/largeobjects17433.htm +share/doc/pgsql/postgres/largeobjects17440.htm +share/doc/pgsql/postgres/largeobjects17444.htm +share/doc/pgsql/postgres/layout.gif share/doc/pgsql/postgres/layout.htm share/doc/pgsql/postgres/libpq-chapter.htm +share/doc/pgsql/postgres/libpq-chapter18058.htm +share/doc/pgsql/postgres/libpq-chapter18164.htm +share/doc/pgsql/postgres/libpq-chapter18210.htm +share/doc/pgsql/postgres/libpq-chapter18220.htm +share/doc/pgsql/postgres/libpq-chapter18236.htm +share/doc/pgsql/postgres/libpq-chapter18268.htm +share/doc/pgsql/postgres/libpq-chapter18281.htm +share/doc/pgsql/postgres/libpq-chapter18296.htm +share/doc/pgsql/postgres/libpq-chapter18372.htm +share/doc/pgsql/postgres/libpq-chapter18375.htm share/doc/pgsql/postgres/libpq-envars.htm share/doc/pgsql/postgres/libpqplusplus.htm +share/doc/pgsql/postgres/libpqplusplus18476.htm +share/doc/pgsql/postgres/libpqplusplus18486.htm +share/doc/pgsql/postgres/libpqplusplus18516.htm +share/doc/pgsql/postgres/libpqplusplus18617.htm +share/doc/pgsql/postgres/libpqplusplus18640.htm +share/doc/pgsql/postgres/libpqplusplus18683.htm share/doc/pgsql/postgres/manage-ag.htm +share/doc/pgsql/postgres/manage-ag13710.htm +share/doc/pgsql/postgres/manage-ag13753.htm +share/doc/pgsql/postgres/manage-ag13762.htm share/doc/pgsql/postgres/manage.htm +share/doc/pgsql/postgres/manage3306.htm +share/doc/pgsql/postgres/manage3330.htm +share/doc/pgsql/postgres/manage3371.htm share/doc/pgsql/postgres/mvcc.htm +share/doc/pgsql/postgres/mvcc3058.htm +share/doc/pgsql/postgres/mvcc3111.htm +share/doc/pgsql/postgres/mvcc3123.htm +share/doc/pgsql/postgres/mvcc3136.htm +share/doc/pgsql/postgres/mvcc3213.htm +share/doc/pgsql/postgres/mvcc3234.htm share/doc/pgsql/postgres/newuser.htm share/doc/pgsql/postgres/notation.htm share/doc/pgsql/postgres/odbc.htm +share/doc/pgsql/postgres/odbc19825.htm +share/doc/pgsql/postgres/odbc19863.htm +share/doc/pgsql/postgres/odbc20031.htm +share/doc/pgsql/postgres/odbc20053.htm share/doc/pgsql/postgres/operators.htm +share/doc/pgsql/postgres/operators1716.htm +share/doc/pgsql/postgres/operators1787.htm +share/doc/pgsql/postgres/operators1857.htm +share/doc/pgsql/postgres/operators1967.htm +share/doc/pgsql/postgres/operators2026.htm +share/doc/pgsql/postgres/operators2080.htm share/doc/pgsql/postgres/overview.htm +share/doc/pgsql/postgres/overview20521.htm +share/doc/pgsql/postgres/overview20546.htm +share/doc/pgsql/postgres/overview20674.htm +share/doc/pgsql/postgres/overview20730.htm +share/doc/pgsql/postgres/overview20784.htm share/doc/pgsql/postgres/page.htm +share/doc/pgsql/postgres/page22137.htm +share/doc/pgsql/postgres/page22151.htm share/doc/pgsql/postgres/part-admin.htm share/doc/pgsql/postgres/part-appendix.htm share/doc/pgsql/postgres/part-developer.htm @@ -284,24 +403,69 @@ share/doc/pgsql/postgres/pgtcl-pgloopen.htm share/doc/pgsql/postgres/pgtcl-pgloread.htm share/doc/pgsql/postgres/pgtcl-pglotell.htm -share/doc/pgsql/postgres/pgtcl.htm share/doc/pgsql/postgres/pgtcl-pglounlink.htm share/doc/pgsql/postgres/pgtcl-pglowrite.htm share/doc/pgsql/postgres/pgtcl-pgresult.htm share/doc/pgsql/postgres/pgtcl-pgselect.htm +share/doc/pgsql/postgres/pgtcl.htm +share/doc/pgsql/postgres/pgtcl18759.htm +share/doc/pgsql/postgres/pgtcl18763.htm share/doc/pgsql/postgres/ports.htm +share/doc/pgsql/postgres/ports12560.htm share/doc/pgsql/postgres/postgres.htm share/doc/pgsql/postgres/postgres.html share/doc/pgsql/postgres/postmaster.htm share/doc/pgsql/postgres/preface.htm share/doc/pgsql/postgres/protocol.htm +share/doc/pgsql/postgres/protocol21097.htm +share/doc/pgsql/postgres/protocol21252.htm +share/doc/pgsql/postgres/protocol21288.htm share/doc/pgsql/postgres/query.htm +share/doc/pgsql/postgres/query23068.htm +share/doc/pgsql/postgres/query23084.htm +share/doc/pgsql/postgres/query23105.htm +share/doc/pgsql/postgres/query23114.htm +share/doc/pgsql/postgres/query23132.htm +share/doc/pgsql/postgres/query23139.htm +share/doc/pgsql/postgres/query23154.htm +share/doc/pgsql/postgres/query23158.htm +share/doc/pgsql/postgres/query23165.htm share/doc/pgsql/postgres/recovery.htm share/doc/pgsql/postgres/regress.htm +share/doc/pgsql/postgres/regress13926.htm +share/doc/pgsql/postgres/regress13933.htm +share/doc/pgsql/postgres/regress13970.htm share/doc/pgsql/postgres/release.htm +share/doc/pgsql/postgres/release14025.htm +share/doc/pgsql/postgres/release14107.htm +share/doc/pgsql/postgres/release14118.htm +share/doc/pgsql/postgres/release14129.htm +share/doc/pgsql/postgres/release14170.htm +share/doc/pgsql/postgres/release14186.htm +share/doc/pgsql/postgres/release14205.htm +share/doc/pgsql/postgres/release14249.htm +share/doc/pgsql/postgres/release14271.htm +share/doc/pgsql/postgres/release14286.htm +share/doc/pgsql/postgres/release14295.htm +share/doc/pgsql/postgres/release14318.htm +share/doc/pgsql/postgres/release14332.htm +share/doc/pgsql/postgres/release14335.htm +share/doc/pgsql/postgres/release14360.htm +share/doc/pgsql/postgres/release14397.htm +share/doc/pgsql/postgres/release14404.htm +share/doc/pgsql/postgres/release14411.htm +share/doc/pgsql/postgres/release14418.htm +share/doc/pgsql/postgres/release14422.htm share/doc/pgsql/postgres/rules.htm +share/doc/pgsql/postgres/rules14948.htm +share/doc/pgsql/postgres/rules15109.htm +share/doc/pgsql/postgres/rules15240.htm +share/doc/pgsql/postgres/rules15254.htm share/doc/pgsql/postgres/runtime.htm share/doc/pgsql/postgres/security.htm +share/doc/pgsql/postgres/security13599.htm +share/doc/pgsql/postgres/security13618.htm +share/doc/pgsql/postgres/security13642.htm share/doc/pgsql/postgres/signals.htm share/doc/pgsql/postgres/spi-spiconnect.htm share/doc/pgsql/postgres/spi-spicopytuple.htm @@ -321,11 +485,16 @@ share/doc/pgsql/postgres/spi-spiprepare.htm share/doc/pgsql/postgres/spi-spirepalloc.htm share/doc/pgsql/postgres/spi-spisaveplan.htm +share/doc/pgsql/postgres/spi.htm +share/doc/pgsql/postgres/spi16142.htm +share/doc/pgsql/postgres/spi16855.htm +share/doc/pgsql/postgres/spi16877.htm +share/doc/pgsql/postgres/spi16882.htm share/doc/pgsql/postgres/sql-abort.htm share/doc/pgsql/postgres/sql-altertable.htm share/doc/pgsql/postgres/sql-alteruser.htm -share/doc/pgsql/postgres/sql-close.htm share/doc/pgsql/postgres/sql-beginwork.htm +share/doc/pgsql/postgres/sql-close.htm share/doc/pgsql/postgres/sql-cluster.htm share/doc/pgsql/postgres/sql-commands.htm share/doc/pgsql/postgres/sql-commit.htm @@ -342,7 +511,6 @@ share/doc/pgsql/postgres/sql-createtrigger.htm share/doc/pgsql/postgres/sql-createtype.htm share/doc/pgsql/postgres/sql-createuser.htm -share/doc/pgsql/postgres/sql-set.htm share/doc/pgsql/postgres/sql-createview.htm share/doc/pgsql/postgres/sql-declare.htm share/doc/pgsql/postgres/sql-delete.htm @@ -373,209 +541,52 @@ share/doc/pgsql/postgres/sql-revoke.htm share/doc/pgsql/postgres/sql-rollback.htm share/doc/pgsql/postgres/sql-select.htm +share/doc/pgsql/postgres/sql-selectinto.htm +share/doc/pgsql/postgres/sql-set.htm share/doc/pgsql/postgres/sql-show.htm share/doc/pgsql/postgres/sql-unlisten.htm share/doc/pgsql/postgres/sql-update.htm share/doc/pgsql/postgres/sql-vacuum-1.htm share/doc/pgsql/postgres/sql.htm +share/doc/pgsql/postgres/sql22234.htm +share/doc/pgsql/postgres/sql22352.htm share/doc/pgsql/postgres/start.htm +share/doc/pgsql/postgres/start22962.htm +share/doc/pgsql/postgres/start22979.htm share/doc/pgsql/postgres/storage.htm share/doc/pgsql/postgres/syntax.htm +share/doc/pgsql/postgres/syntax439.htm share/doc/pgsql/postgres/terminology.htm share/doc/pgsql/postgres/triggers.htm +share/doc/pgsql/postgres/triggers15613.htm +share/doc/pgsql/postgres/triggers15619.htm +share/doc/pgsql/postgres/triggers15627.htm share/doc/pgsql/postgres/trouble.htm +share/doc/pgsql/postgres/trouble13828.htm +share/doc/pgsql/postgres/trouble13843.htm share/doc/pgsql/postgres/typeconv.htm +share/doc/pgsql/postgres/typeconv2785.htm +share/doc/pgsql/postgres/typeconv2848.htm +share/doc/pgsql/postgres/typeconv2901.htm +share/doc/pgsql/postgres/typeconv2921.htm share/doc/pgsql/postgres/utilities.htm -share/doc/pgsql/postgres/x1061.htm -share/doc/pgsql/postgres/x1093.htm -share/doc/pgsql/postgres/x1192.htm -share/doc/pgsql/postgres/x120.htm -share/doc/pgsql/postgres/x12039.htm -share/doc/pgsql/postgres/x12106.htm -share/doc/pgsql/postgres/x12181.htm -share/doc/pgsql/postgres/x12218.htm -share/doc/pgsql/postgres/x12372.htm -share/doc/pgsql/postgres/x12730.htm -share/doc/pgsql/postgres/x12750.htm -share/doc/pgsql/postgres/x12759.htm -share/doc/pgsql/postgres/x12792.htm -share/doc/pgsql/postgres/x12801.htm -share/doc/pgsql/postgres/x13078.htm -share/doc/pgsql/postgres/x13097.htm -share/doc/pgsql/postgres/x13121.htm -share/doc/pgsql/postgres/x13186.htm -share/doc/pgsql/postgres/x13220.htm -share/doc/pgsql/postgres/x13237.htm -share/doc/pgsql/postgres/x13252.htm -share/doc/pgsql/postgres/x13335.htm -share/doc/pgsql/postgres/x13342.htm -share/doc/pgsql/postgres/x13379.htm -share/doc/pgsql/postgres/x13505.htm -share/doc/pgsql/postgres/x13516.htm -share/doc/pgsql/postgres/x13527.htm -share/doc/pgsql/postgres/x13568.htm -share/doc/pgsql/postgres/x13584.htm -share/doc/pgsql/postgres/x13603.htm -share/doc/pgsql/postgres/x13647.htm -share/doc/pgsql/postgres/x13669.htm -share/doc/pgsql/postgres/x13684.htm -share/doc/pgsql/postgres/x13693.htm -share/doc/pgsql/postgres/x13716.htm -share/doc/pgsql/postgres/x13730.htm -share/doc/pgsql/postgres/x13733.htm -share/doc/pgsql/postgres/x13758.htm -share/doc/pgsql/postgres/x13795.htm -share/doc/pgsql/postgres/x13802.htm -share/doc/pgsql/postgres/x13809.htm -share/doc/pgsql/postgres/x13816.htm -share/doc/pgsql/postgres/x13820.htm -share/doc/pgsql/postgres/x13923.htm -share/doc/pgsql/postgres/x13935.htm -share/doc/pgsql/postgres/x1397.htm -share/doc/pgsql/postgres/x14061.htm -share/doc/pgsql/postgres/x14346.htm -share/doc/pgsql/postgres/x14507.htm -share/doc/pgsql/postgres/x14638.htm -share/doc/pgsql/postgres/x14652.htm -share/doc/pgsql/postgres/x1468.htm -share/doc/pgsql/postgres/x14965.htm -share/doc/pgsql/postgres/x14975.htm -share/doc/pgsql/postgres/x15011.htm -share/doc/pgsql/postgres/x15017.htm -share/doc/pgsql/postgres/x15025.htm -share/doc/pgsql/postgres/x1538.htm -share/doc/pgsql/postgres/x15540.htm -share/doc/pgsql/postgres/x16253.htm -share/doc/pgsql/postgres/x16275.htm -share/doc/pgsql/postgres/x16280.htm -share/doc/pgsql/postgres/x16328.htm -share/doc/pgsql/postgres/x1648.htm -share/doc/pgsql/postgres/x16598.htm -share/doc/pgsql/postgres/x16776.htm -share/doc/pgsql/postgres/x16779.htm -share/doc/pgsql/postgres/x16831.htm -share/doc/pgsql/postgres/x16838.htm -share/doc/pgsql/postgres/x16842.htm -share/doc/pgsql/postgres/x16888.htm -share/doc/pgsql/postgres/x16906.htm -share/doc/pgsql/postgres/x17048.htm -share/doc/pgsql/postgres/x17058.htm -share/doc/pgsql/postgres/x1707.htm -share/doc/pgsql/postgres/x17078.htm -share/doc/pgsql/postgres/x17083.htm -share/doc/pgsql/postgres/x17456.htm -share/doc/pgsql/postgres/x17562.htm -share/doc/pgsql/postgres/x17608.htm -share/doc/pgsql/postgres/x1761.htm -share/doc/pgsql/postgres/x17618.htm -share/doc/pgsql/postgres/x17634.htm -share/doc/pgsql/postgres/x17666.htm -share/doc/pgsql/postgres/x17679.htm -share/doc/pgsql/postgres/x17694.htm -share/doc/pgsql/postgres/x17773.htm -share/doc/pgsql/postgres/x17776.htm -share/doc/pgsql/postgres/x17880.htm -share/doc/pgsql/postgres/x17890.htm -share/doc/pgsql/postgres/x17920.htm -share/doc/pgsql/postgres/x18021.htm -share/doc/pgsql/postgres/x18044.htm -share/doc/pgsql/postgres/x18087.htm -share/doc/pgsql/postgres/x18163.htm -share/doc/pgsql/postgres/x18167.htm -share/doc/pgsql/postgres/x1864.htm -share/doc/pgsql/postgres/x1902.htm -share/doc/pgsql/postgres/x19229.htm -share/doc/pgsql/postgres/x19267.htm -share/doc/pgsql/postgres/x19435.htm -share/doc/pgsql/postgres/x19457.htm -share/doc/pgsql/postgres/x19692.htm -share/doc/pgsql/postgres/x19705.htm -share/doc/pgsql/postgres/x19712.htm -share/doc/pgsql/postgres/x19720.htm -share/doc/pgsql/postgres/x19738.htm -share/doc/pgsql/postgres/x19775.htm -share/doc/pgsql/postgres/x19806.htm -share/doc/pgsql/postgres/x19810.htm -share/doc/pgsql/postgres/x19814.htm -share/doc/pgsql/postgres/x19833.htm -share/doc/pgsql/postgres/x19863.htm -share/doc/pgsql/postgres/x19925.htm -share/doc/pgsql/postgres/x19950.htm -share/doc/pgsql/postgres/x20078.htm -share/doc/pgsql/postgres/x20134.htm -share/doc/pgsql/postgres/x20188.htm -share/doc/pgsql/postgres/x20325.htm -share/doc/pgsql/postgres/x20348.htm -share/doc/pgsql/postgres/x20386.htm -share/doc/pgsql/postgres/x2045.htm -share/doc/pgsql/postgres/x20501.htm -share/doc/pgsql/postgres/x20656.htm -share/doc/pgsql/postgres/x20692.htm -share/doc/pgsql/postgres/x2130.htm -share/doc/pgsql/postgres/x21308.htm -share/doc/pgsql/postgres/x21393.htm -share/doc/pgsql/postgres/x21417.htm -share/doc/pgsql/postgres/x21478.htm -share/doc/pgsql/postgres/x21541.htm -share/doc/pgsql/postgres/x21555.htm -share/doc/pgsql/postgres/x21597.htm -share/doc/pgsql/postgres/x21700.htm -share/doc/pgsql/postgres/x21942.htm -share/doc/pgsql/postgres/x22060.htm -share/doc/pgsql/postgres/x22670.htm -share/doc/pgsql/postgres/x22687.htm -share/doc/pgsql/postgres/x22776.htm -share/doc/pgsql/postgres/x22792.htm -share/doc/pgsql/postgres/x22813.htm -share/doc/pgsql/postgres/x22822.htm -share/doc/pgsql/postgres/x22840.htm -share/doc/pgsql/postgres/x22847.htm -share/doc/pgsql/postgres/x22862.htm -share/doc/pgsql/postgres/x22866.htm -share/doc/pgsql/postgres/x22873.htm -share/doc/pgsql/postgres/x22922.htm -share/doc/pgsql/postgres/x22944.htm -share/doc/pgsql/postgres/x22964.htm -share/doc/pgsql/postgres/x23345.htm -share/doc/pgsql/postgres/x23426.htm -share/doc/pgsql/postgres/x2348.htm -share/doc/pgsql/postgres/x23482.htm -share/doc/pgsql/postgres/x23708.htm -share/doc/pgsql/postgres/x23739.htm -share/doc/pgsql/postgres/x2466.htm -share/doc/pgsql/postgres/x24955.htm -share/doc/pgsql/postgres/x24975.htm -share/doc/pgsql/postgres/x25022.htm -share/doc/pgsql/postgres/x2529.htm -share/doc/pgsql/postgres/x25302.htm -share/doc/pgsql/postgres/x2582.htm -share/doc/pgsql/postgres/x2602.htm -share/doc/pgsql/postgres/x2739.htm -share/doc/pgsql/postgres/x2791.htm -share/doc/pgsql/postgres/x2803.htm -share/doc/pgsql/postgres/x2816.htm -share/doc/pgsql/postgres/x2893.htm -share/doc/pgsql/postgres/x2914.htm -share/doc/pgsql/postgres/x2986.htm -share/doc/pgsql/postgres/x3010.htm -share/doc/pgsql/postgres/x3051.htm -share/doc/pgsql/postgres/x384.htm -share/doc/pgsql/postgres/x410.htm -share/doc/pgsql/postgres/x474.htm share/doc/pgsql/postgres/xaggr.htm share/doc/pgsql/postgres/xfunc.htm +share/doc/pgsql/postgres/xfunc14663.htm share/doc/pgsql/postgres/xindex.htm share/doc/pgsql/postgres/xoper.htm share/doc/pgsql/postgres/xplang.htm +share/doc/pgsql/postgres/xplang16930.htm +share/doc/pgsql/postgres/xplang17200.htm share/doc/pgsql/postgres/xtypes.htm share/doc/pgsql/postgres/y2k.htm -share/doc/pgsql/postgres/catalogs.gif -share/doc/pgsql/postgres/connections.gif -share/doc/pgsql/postgres/layout.gif +share/doc/pgsql/programmer.ps.gz share/doc/pgsql/programmer/arch-pg.htm share/doc/pgsql/programmer/biblio.htm share/doc/pgsql/programmer/bki.htm +share/doc/pgsql/programmer/catalogs.gif share/doc/pgsql/programmer/compiler.htm +share/doc/pgsql/programmer/connections.gif share/doc/pgsql/programmer/copyright.htm share/doc/pgsql/programmer/cvs.htm share/doc/pgsql/programmer/dfunc.htm @@ -610,10 +621,10 @@ share/doc/pgsql/programmer/pgtcl-pgloread.htm share/doc/pgsql/programmer/pgtcl-pglotell.htm share/doc/pgsql/programmer/pgtcl-pglounlink.htm -share/doc/pgsql/programmer/pgtcl.htm share/doc/pgsql/programmer/pgtcl-pglowrite.htm share/doc/pgsql/programmer/pgtcl-pgresult.htm share/doc/pgsql/programmer/pgtcl-pgselect.htm +share/doc/pgsql/programmer/pgtcl.htm share/doc/pgsql/programmer/preface.htm share/doc/pgsql/programmer/programmer.htm share/doc/pgsql/programmer/programmer.html @@ -735,16 +746,16 @@ share/doc/pgsql/programmer/xplang.htm share/doc/pgsql/programmer/xtypes.htm share/doc/pgsql/programmer/y2k.htm -share/doc/pgsql/programmer/catalogs.gif -share/doc/pgsql/programmer/connections.gif +share/doc/pgsql/tutorial.ps.gz share/doc/pgsql/tutorial/about.htm share/doc/pgsql/tutorial/advanced.htm share/doc/pgsql/tutorial/arch.htm share/doc/pgsql/tutorial/biblio.htm +share/doc/pgsql/tutorial/clientserver.gif share/doc/pgsql/tutorial/copyright.htm share/doc/pgsql/tutorial/f17.htm -share/doc/pgsql/tutorial/intro.htm share/doc/pgsql/tutorial/index.html +share/doc/pgsql/tutorial/intro.htm share/doc/pgsql/tutorial/notation.htm share/doc/pgsql/tutorial/query.htm share/doc/pgsql/tutorial/sql-language.htm @@ -772,7 +783,7 @@ share/doc/pgsql/tutorial/x519.htm share/doc/pgsql/tutorial/x56.htm share/doc/pgsql/tutorial/y2k.htm -share/doc/pgsql/tutorial/clientserver.gif +share/doc/pgsql/user.ps.gz share/doc/pgsql/user/about.htm share/doc/pgsql/user/app-createdb.htm share/doc/pgsql/user/app-createuser.htm @@ -796,8 +807,8 @@ share/doc/pgsql/user/datetime-appendix.htm share/doc/pgsql/user/environ.htm share/doc/pgsql/user/functions.htm -share/doc/pgsql/user/inherit.htm share/doc/pgsql/user/index.html +share/doc/pgsql/user/inherit.htm share/doc/pgsql/user/intro.htm share/doc/pgsql/user/keys.htm share/doc/pgsql/user/manage.htm @@ -829,7 +840,6 @@ share/doc/pgsql/user/sql-createview.htm share/doc/pgsql/user/sql-declare.htm share/doc/pgsql/user/sql-delete.htm -share/doc/pgsql/user/sql-explain.htm share/doc/pgsql/user/sql-dropaggregate.htm share/doc/pgsql/user/sql-dropdatabase.htm share/doc/pgsql/user/sql-dropfunction.htm @@ -843,6 +853,7 @@ share/doc/pgsql/user/sql-droptype.htm share/doc/pgsql/user/sql-dropuser.htm share/doc/pgsql/user/sql-dropview.htm +share/doc/pgsql/user/sql-explain.htm share/doc/pgsql/user/sql-fetch.htm share/doc/pgsql/user/sql-grant.htm share/doc/pgsql/user/sql-insert.htm @@ -870,7 +881,6 @@ share/doc/pgsql/user/utilities.htm share/doc/pgsql/user/x12564.htm share/doc/pgsql/user/x1361.htm -share/doc/pgsql/user/x56.htm share/doc/pgsql/user/x1393.htm share/doc/pgsql/user/x1492.htm share/doc/pgsql/user/x159.htm @@ -899,6 +909,7 @@ share/doc/pgsql/user/x3310.htm share/doc/pgsql/user/x3351.htm share/doc/pgsql/user/x420.htm +share/doc/pgsql/user/x56.htm share/doc/pgsql/user/x684.htm share/doc/pgsql/user/x710.htm share/doc/pgsql/user/x774.htm >Release-Note: >Audit-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 Jul 20 18:40:31 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id C22B015188 for ; Tue, 20 Jul 1999 18:40:29 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA99073; Tue, 20 Jul 1999 18:40:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from santropez.acs.rpi.edu (santropez.acs.rpi.edu [128.113.24.162]) by hub.freebsd.org (Postfix) with ESMTP id 2D63614E2E for ; Tue, 20 Jul 1999 18:32:54 -0700 (PDT) (envelope-from gad@santropez.acs.rpi.edu) Received: (from gad@localhost) by santropez.acs.rpi.edu (8.9.3/8.9.3) id VAA08301; Tue, 20 Jul 1999 21:31:56 -0400 (EDT) (envelope-from gad) Message-Id: <199907210131.VAA08301@santropez.acs.rpi.edu> Date: Tue, 20 Jul 1999 21:31:56 -0400 (EDT) From: Garance A Drosehn Reply-To: gad@eclipse.acs.rpi.edu To: FreeBSD-gnats-submit@freebsd.org Cc: gad@eclipse.acs.rpi.edu X-Send-Pr-Version: 3.2 Subject: ports/12725: minor glitch in bash2 install Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 12725 >Category: ports >Synopsis: Doing a 'make install' for bash2 gets install-info error >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Jul 20 18:40:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Garance A Drosehn >Release: FreeBSD 3.2-STABLE i386 >Organization: RPI / Troy, NY >Environment: I'm building a system onto a new disk, so I just installed 3.2-STABLE (as of a few hours ago). After the initial install of the system and a few key packages, I went to build bash2. >Description: I went to /usr/ports/shells/bash2 did a make, make install and the 'make install' got an error (which was ignored) because install-info was executed with '--defentry=' in the Makefile for work/bash-2.03/doc/Makefile. Apparently the install-info which is currently part of 3.2-STABLE does not recognize that option. >How-To-Repeat: See description. >Fix: What I did was just delete the line with '--defentry=' from the Makefile, but I imagine the real fix is to get a newer version of install-info that recognizes that option. >Release-Note: >Audit-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 Jul 20 19:10: 9 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 6820B15412 for ; Tue, 20 Jul 1999 19:10:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA00854; Tue, 20 Jul 1999 19:10:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from maile.telia.com (maile.telia.com [194.22.190.16]) by hub.freebsd.org (Postfix) with ESMTP id C18C8153D8 for ; Tue, 20 Jul 1999 19:00:59 -0700 (PDT) (envelope-from girgen@partitur.se) Received: from stordatan.telia.com (t3o62p13.telia.com [195.198.198.133]) by maile.telia.com (8.8.5/8.8.8) with ESMTP id DAA20765 for ; Wed, 21 Jul 1999 03:59:12 +0200 (CEST) Received: (from girgen@localhost) by stordatan.telia.com (8.9.3/8.9.1) id DAA13548; Wed, 21 Jul 1999 03:58:48 +0200 (CEST) (envelope-from girgen@partitur.se) Message-Id: <199907210158.DAA13548@stordatan.telia.com> Date: Wed, 21 Jul 1999 03:58:48 +0200 (CEST) From: Palle Girgensohn Reply-To: Palle Girgensohn To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/12726: p5-Pg fixed Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 12726 >Category: ports >Synopsis: p5-Pg fixed >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue Jul 20 19:10:00 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Palle Girgensohn >Release: FreeBSD 3.2-STABLE i386 >Organization: Partitur >Environment: FreeBSD 3.2-STABLE i386 ELF >Description: p5-Pg is marked as broken. As pointed out by Gianmarco Giovannelli (gmarco@giovannelli.it), the fresh version from CPAN works fine. >How-To-Repeat: >Fix: Apply this patch: diff -urN p5-Pg/Makefile p5-Pg.new/Makefile --- p5-Pg/Makefile Wed Dec 2 03:03:43 1998 +++ p5-Pg.new/Makefile Wed Jul 21 03:44:18 1999 @@ -6,8 +6,8 @@ # $Id: Makefile,v 1.16 1998/11/28 00:55:35 asami Exp $ # -DISTNAME= pgsql_perl5-1.6.1 -PKGNAME= p5-Pg-1.6.1 +DISTNAME= pgsql_perl5-1.8.1 +PKGNAME= p5-Pg-1.8.1 CATEGORIES= databases perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Pg @@ -16,9 +16,10 @@ BUILD_DEPENDS= ${PREFIX}/pgsql/lib/libpq.a:${PORTSDIR}/databases/postgresql -BROKEN= build - USE_PERL5= YES + +POSTGRES_HOME?= ${PREFIX}/pgsql +MAKE_ENV+= POSTGRES_HOME=${POSTGRES_HOME} MAN3= Pg.3 MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} diff -urN p5-Pg/files/md5 p5-Pg.new/files/md5 --- p5-Pg/files/md5 Sun Sep 14 05:59:58 1997 +++ p5-Pg.new/files/md5 Wed Jul 21 03:37:29 1999 @@ -1 +1 @@ -MD5 (pgsql_perl5-1.6.1.tar.gz) = f8a91d9c7a8d0dac808cd9d15093a84d +MD5 (pgsql_perl5-1.8.1.tar.gz) = 56f663e8fbdcab0003ba6bbdabe8d142 diff -urN p5-Pg/patches/patch-aa p5-Pg.new/patches/patch-aa --- p5-Pg/patches/patch-aa Thu Sep 18 19:20:09 1997 +++ p5-Pg.new/patches/patch-aa Thu Jan 1 01:00:00 1970 @@ -1,19 +0,0 @@ ---- Makefile.PL.orig Tue Apr 29 15:29:26 1997 -+++ Makefile.PL Thu Sep 18 09:35:14 1997 -@@ -12,15 +12,7 @@ - print "Remember to actually read the README file !\n"; - die "\nYou didn't read the README file !\n" unless ($] >= 5.003); - --if (! $ENV{POSTGRESHOME}) { -- warn "\$POSTGRESHOME not defined. Searching for Postgres...\n"; -- foreach(qw(/usr/pgsql /usr/local/pgsql /usr/pgsql-6.1 /usr/local/pgsql-6.1)) { -- if (-d "$_/lib") { -- $ENV{POSTGRESHOME} = $_; -- last; -- } -- } --} -+$ENV{POSTGRESHOME} = "$ENV{PREFIX}/pgsql"; - - if ($ENV{POSTGRESHOME}) { - print "\nFound Postgres in $ENV{POSTGRESHOME}\n"; >Release-Note: >Audit-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 Jul 20 19:14:25 1999 Delivered-To: freebsd-ports@freebsd.org Received: from mailg.telia.com (mailg.telia.com [194.22.194.26]) by hub.freebsd.org (Postfix) with ESMTP id 4655314EC7; Tue, 20 Jul 1999 19:14:06 -0700 (PDT) (envelope-from girgen@partitur.se) Received: from stordatan.telia.com (t3o62p13.telia.com [195.198.198.133]) by mailg.telia.com (8.8.5/8.8.8) with ESMTP id EAA16747; Wed, 21 Jul 1999 04:11:52 +0200 (CEST) Received: from partitur.se (localhost [127.0.0.1]) by stordatan.telia.com (8.9.3/8.9.1) with ESMTP id EAA13576; Wed, 21 Jul 1999 04:11:29 +0200 (CEST) (envelope-from girgen@partitur.se) Message-ID: <37952C51.EE905BBC@partitur.se> Date: Wed, 21 Jul 1999 04:11:29 +0200 From: Palle Girgensohn Organization: Partitur X-Mailer: Mozilla 4.61 [en] (X11; U; FreeBSD 3.2-STABLE i386) X-Accept-Language: sv, en MIME-Version: 1.0 To: Gianmarco Giovannelli Cc: ports@freebsd.org, jfitz@freebsd.org Subject: Re: p5-Pg 1.6.1 References: <4.1.19990720192136.01939c90@194.184.65.4> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Good idea! The fix is in PR: 12726. /Palle Gianmarco Giovannelli wrote: > > In the ports tree it is marked broken, but the last version found on Cpan > (newer than we have on the port) compile, install and works out of the box > without any modification... > > Now, I think we can safely remove the broken keyword and make a new port ? > > Thanks for attention... > > Best Regards, > Gianmarco Giovannelli , "Unix expert since yesterday" > http://www.giovannelli.it/~gmarco > http://www2.masternet.it > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-ports" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Jul 20 22:25:33 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id D621115456; Tue, 20 Jul 1999 22:25:30 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Received: (from cpiazza@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id WAA17655; Tue, 20 Jul 1999 22:25:18 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Date: Tue, 20 Jul 1999 22:25:18 -0700 (PDT) From: Message-Id: <199907210525.WAA17655@freefall.freebsd.org> To: chris@calldei.com, cpiazza@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/12706: [Patch] xchat port should have USE_GNOME/USE_PANEL hooks Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: [Patch] xchat port should have USE_GNOME/USE_PANEL hooks State-Changed-From-To: open->closed State-Changed-By: cpiazza State-Changed-When: Tue Jul 20 22:24:46 PDT 1999 State-Changed-Why: Committed, thanks! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Jul 20 23:30:11 1999 Delivered-To: freebsd-ports@freebsd.org Received: from dfw-ix5.ix.netcom.com (dfw-ix5.ix.netcom.com [206.214.98.5]) by hub.freebsd.org (Postfix) with ESMTP id E02FC15444; Tue, 20 Jul 1999 23:30:08 -0700 (PDT) (envelope-from asami@cs.berkeley.edu) Received: (from smap@localhost) by dfw-ix5.ix.netcom.com (8.8.4/8.8.4) id BAA09481; Wed, 21 Jul 1999 01:29:39 -0500 (CDT) Received: from sji-ca4-70.ix.netcom.com(205.186.212.198) by dfw-ix5.ix.netcom.com via smap (V1.3) id rma009472; Wed Jul 21 01:29:31 1999 Received: (from asami@localhost) by silvia.hip.berkeley.edu (8.9.3/8.6.9) id XAA96007; Tue, 20 Jul 1999 23:29:22 -0700 (PDT) Date: Tue, 20 Jul 1999 23:29:22 -0700 (PDT) Message-Id: <199907210629.XAA96007@silvia.hip.berkeley.edu> X-Authentication-Warning: silvia.hip.berkeley.edu: asami set sender to asami@cs.berkeley.edu using -f To: se@FreeBSD.org Cc: ports@FreeBSD.org In-reply-to: <199907210317.UAA07447@freefall.freebsd.org> (message from Satoshi Asami on Tue, 20 Jul 1999 20:17:29 -0700 (PDT)) Subject: Re: cvs commit: ports/net/kdenetwork11 Makefile ports/net/kdenetwork11/pkg PLIST.noksirc From: asami@FreeBSD.org (Satoshi - Ports Wraith - Asami) References: <199907210317.UAA07447@freefall.freebsd.org> Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Stefan, It was pointed out to me that ksirc doesn't build without egcs and that's the reason kdenetwork's build was broken for 3-stable. I didn't want to make all the kde*11 ports plus qt etc. to depend on egcs so I took out the missing files from 3-stable's PLIST. I hope it's ok for you. Satoshi ------- From: Satoshi Asami Date: Tue, 20 Jul 1999 20:17:29 -0700 (PDT) asami 1999/07/20 20:17:28 PDT Modified files: net/kdenetwork11 Makefile Added files: net/kdenetwork11/pkg PLIST.noksirc Log: You need egcs to build ksirc. Take it out for 3-stable PLIST for now. Revision Changes Path 1.36 +9 -2 ports/net/kdenetwork11/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Jul 21 2:31:50 1999 Delivered-To: freebsd-ports@freebsd.org Received: from king.ki.informatik.uni-frankfurt.de (king.ki.informatik.uni-frankfurt.de [141.2.10.16]) by hub.freebsd.org (Postfix) with ESMTP id AE1761549E for ; Wed, 21 Jul 1999 02:31:29 -0700 (PDT) (envelope-from marko@king.ki.informatik.uni-frankfurt.de) Received: (from marko@localhost) by king.ki.informatik.uni-frankfurt.de (8.8.6 (PHNE_14041)/8.7.1) id RAA13801; Wed, 16 Jun 1999 17:05:06 +0200 (MESZ) To: freebsd-ports@freebsd.org Subject: boehm-gc and dynamic library support Mime-Version: 1.0 (generated by tm-edit 7.106) Content-Type: text/plain; charset=NIL From: Marko Schuetz Date: 16 Jun 1999 17:05:06 +0200 Message-ID: <86n1y0faot.fsf@king.ki.informatik.uni-frankfurt.de> Lines: 12 X-Mailer: Gnus v5.5/Emacs 20.3 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The boehm-gc port does currently not support dynamic libraries. From a quick glance at dyn_load.c I see that there might be two ways of registering dynamic libraries. One seems to be using procfs the other using _DYNAMIC etc. Has anyone (likely more knowledgeable about this than I) looked into this or maybe already done this? If not, which of these to approaches seems cleaner/more efficient/easier to implement?? Marko To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Jul 21 3: 1:30 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 4260E1548B for ; Wed, 21 Jul 1999 03:01:27 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA45311; Wed, 21 Jul 1999 03:00:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from netserv1.chg.ru (netserv1.chg.ru [193.233.46.3]) by hub.freebsd.org (Postfix) with ESMTP id 70FAD14F6A for ; Wed, 21 Jul 1999 02:49:41 -0700 (PDT) (envelope-from dima@netserv1.chg.ru) Received: (from dima@localhost) by netserv1.chg.ru (8.9.3/8.9.1) id NAA21795; Wed, 21 Jul 1999 13:48:48 +0400 (MSD) Message-Id: <199907210948.NAA21795@netserv1.chg.ru> Date: Wed, 21 Jul 1999 13:48:48 +0400 (MSD) From: "Dmitry S. Sivachenko" Reply-To: dima@Chg.RU To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/12732: devel/glib12 build fails Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 12732 >Category: ports >Synopsis: devel/glib12 build fails >Confidential: no >Severity: serious >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed Jul 21 03:00:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Dmitry S. Sivachenko >Release: FreeBSD 3.2-RELEASE i386 >Organization: >Environment: FreeBSD-2.2.8-RELEASE, 227upgrade-1998.12.17, Current ports tree (cvsupped today). >Description: When I am trying to build glib12 port, it fails on build stage with 'cannot open Makefile' message. Regardless it has GNU configure, there is no messages during configure stage. It looks like USE_LIBTOOL is not properly handled (moreover, there were no messages about 'checking dependencies...') >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Jul 21 3:11:12 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 63F6D14E95 for ; Wed, 21 Jul 1999 03:11:09 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA46278; Wed, 21 Jul 1999 03:10:07 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from genius.cirx.org (sj235-74.dialup.seed.net.tw [139.175.235.74]) by hub.freebsd.org (Postfix) with ESMTP id 5C7D714F6A for ; Wed, 21 Jul 1999 03:01:14 -0700 (PDT) (envelope-from clkao@genius.cirx.org) Received: (from clkao@localhost) by genius.cirx.org (8.9.3/8.9.1) id RAA08331; Wed, 21 Jul 1999 17:59:45 +0800 (CST) (envelope-from clkao) Message-Id: <199907210959.RAA08331@genius.cirx.org> Date: Wed, 21 Jul 1999 17:59:45 +0800 (CST) From: clkao@CirX.ORG Reply-To: clkao@CirX.ORG To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/12733: Patch to xcin 2.3 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 12733 >Category: ports >Synopsis: Patch to xcin 2.3 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed Jul 21 03:10:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Chia-liang Kao >Release: FreeBSD 4.0-CURRENT i386 >Organization: CirX >Environment: FreeBSD genius.cirx.org 4.0-CURRENT FreeBSD 4.0-CURRENT #1: Sun Jun 27 22:53:51 CST 1999 root@career.ntu.edu.tw:/usr/src/sys/compile/GENIUS i386 >Description: This patch was submitted to the xcin team, but the release including this patch never came out and the development bumped to a new tree. This patch avoids blinking of the status line when changing IC. >How-To-Repeat: >Fix: Please add the following patch to patches/patch-ab --- src/xi.c.orig Wed Jul 21 16:38:43 1999 +++ src/xi.c Wed Jul 21 17:10:26 1999 @@ -1056,19 +1056,25 @@ void switch_active_client( InmdState *state, Window cli_win ) { + int refresh = 1; last_win = cli_win; if ( ignore_cli_stat ) ignore_cli_stat = 0; else if ( state->_CurInMethod ) - memcpy( &inmdstate, state, sizeof( inmdstate ) ); + if(memcmp(&inmdstate, state, sizeof( inmdstate))) + memcpy( &inmdstate, state, sizeof( inmdstate ) ); + else + refresh = 0; if ( hide_xcin && ( EngChi || HalfFull ) ) Show_Xcin(); else if ( hide_xcin && !EngChi && !HalfFull ) XUnmapWindow( display, main_win ); + if(!refresh) + return; gotoxy( 0, MROW - 1 ); ClrShowArea( 0 ); >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Jul 21 5:40: 7 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 3AC4F14E25 for ; Wed, 21 Jul 1999 05:40:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA61922; Wed, 21 Jul 1999 05:40:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id C0BD214D66; Wed, 21 Jul 1999 05:31:12 -0700 (PDT) Message-Id: <19990721123112.C0BD214D66@hub.freebsd.org> Date: Wed, 21 Jul 1999 05:31:12 -0700 (PDT) From: onoue@ipl.t.u-tokyo.ac.jp To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: www-1.0 Subject: ports/12735: New ports: lang/ghc Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 12735 >Category: ports >Synopsis: New ports: lang/ghc >Confidential: 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 Jul 21 05:40:00 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Yoshiyuki ONOUE >Release: 3.1-RELEASE >Organization: Univ. of Tokyo, Japan >Environment: >Description: The Glasgow Haskell Compiler(GHC) is a batch compiler for Haskell 98. Haskell is "the" standard lazy functional programming language; the current language version is Haskell 98, agreed in December 1998. Haskell related information is available from the Haskell home page at http://haskell.org/ GHC's Web page lives at http://research.microsoft.com/users/t-simonm/ghc/ >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: # # ghc # ghc/files # ghc/files/md5 # ghc/pkg # ghc/pkg/COMMENT # ghc/pkg/DESCR # ghc/pkg/PLIST # ghc/Makefile # ghc/patches # ghc/patches/patch-aa # echo c - ghc mkdir -p ghc > /dev/null 2>&1 echo c - ghc/files mkdir -p ghc/files > /dev/null 2>&1 echo x - ghc/files/md5 sed 's/^X//' >ghc/files/md5 << 'END-of-ghc/files/md5' XMD5 (ghc-4.02-i386-unknown-freebsd3.tar.gz) = d586cb0b087b9404481b7c43c8b7946c END-of-ghc/files/md5 echo c - ghc/pkg mkdir -p ghc/pkg > /dev/null 2>&1 echo x - ghc/pkg/COMMENT sed 's/^X//' >ghc/pkg/COMMENT << 'END-of-ghc/pkg/COMMENT' XThe Glasgow Haskell Compiler(GHC) is a batch compiler for Haskell 98. END-of-ghc/pkg/COMMENT echo x - ghc/pkg/DESCR sed 's/^X//' >ghc/pkg/DESCR << 'END-of-ghc/pkg/DESCR' XThe Glasgow Haskell Compiler(GHC) is a batch compiler for Haskell 98. X XHaskell is "the" standard lazy functional programming language; Xthe current language version is Haskell 98, agreed in December 1998. XHaskell related information is available from the Haskell home page at X X http://haskell.org/ X XGHC's Web page lives at X X http://research.microsoft.com/users/t-simonm/ghc/ X X- Y.Onoue Xonoue@ipl.t.u-tokyo.ac.jp END-of-ghc/pkg/DESCR echo x - ghc/pkg/PLIST sed 's/^X//' >ghc/pkg/PLIST << 'END-of-ghc/pkg/PLIST' Xbin/ghc Xbin/ghc-4.02 Xbin/hp2ps Xbin/hstags Xbin/mkdependHS Xbin/stat2resid Xlib/ghc-4.02/ghc-asm.prl Xlib/ghc-4.02/ghc-consist.prl Xlib/ghc-4.02/ghc-iface.prl Xlib/ghc-4.02/ghc-split.prl Xlib/ghc-4.02/hsc Xlib/ghc-4.02/hscpp Xlib/ghc-4.02/hscpp.bak Xlib/ghc-4.02/hscpp.prl Xlib/ghc-4.02/hsp Xlib/ghc-4.02/hstags-help Xlib/ghc-4.02/imports/concurrent/Channel.hi Xlib/ghc-4.02/imports/concurrent/ChannelVar.hi Xlib/ghc-4.02/imports/concurrent/Concurrent.hi Xlib/ghc-4.02/imports/concurrent/Merge.hi Xlib/ghc-4.02/imports/concurrent/Parallel.hi Xlib/ghc-4.02/imports/concurrent/SampleVar.hi Xlib/ghc-4.02/imports/concurrent/Semaphore.hi Xlib/ghc-4.02/imports/exts/Addr.hi Xlib/ghc-4.02/imports/exts/Bits.hi Xlib/ghc-4.02/imports/exts/ByteArray.hi Xlib/ghc-4.02/imports/exts/CCall.hi Xlib/ghc-4.02/imports/exts/Dynamic.hi Xlib/ghc-4.02/imports/exts/Exception.hi Xlib/ghc-4.02/imports/exts/Foreign.hi Xlib/ghc-4.02/imports/exts/GetOpt.hi Xlib/ghc-4.02/imports/exts/GlaExts.hi Xlib/ghc-4.02/imports/exts/IOExts.hi Xlib/ghc-4.02/imports/exts/Int.hi Xlib/ghc-4.02/imports/exts/LazyST.hi Xlib/ghc-4.02/imports/exts/MutableArray.hi Xlib/ghc-4.02/imports/exts/NativeInfo.hi Xlib/ghc-4.02/imports/exts/NumExts.hi Xlib/ghc-4.02/imports/exts/ST.hi Xlib/ghc-4.02/imports/exts/Stable.hi Xlib/ghc-4.02/imports/exts/Weak.hi Xlib/ghc-4.02/imports/exts/Word.hi Xlib/ghc-4.02/imports/misc/BSD.hi Xlib/ghc-4.02/imports/misc/Bag.hi Xlib/ghc-4.02/imports/misc/BitSet.hi Xlib/ghc-4.02/imports/misc/ByteOps.hi Xlib/ghc-4.02/imports/misc/CString.hi Xlib/ghc-4.02/imports/misc/CharSeq.hi Xlib/ghc-4.02/imports/misc/FiniteMap.hi Xlib/ghc-4.02/imports/misc/ListSetOps.hi Xlib/ghc-4.02/imports/misc/MD5.hi Xlib/ghc-4.02/imports/misc/MatchPS.hi Xlib/ghc-4.02/imports/misc/Maybes.hi Xlib/ghc-4.02/imports/misc/Memo.hi Xlib/ghc-4.02/imports/misc/Native.hi Xlib/ghc-4.02/imports/misc/PackedString.hi Xlib/ghc-4.02/imports/misc/Pretty.hi Xlib/ghc-4.02/imports/misc/Printf.hi Xlib/ghc-4.02/imports/misc/Regex.hi Xlib/ghc-4.02/imports/misc/Set.hi Xlib/ghc-4.02/imports/misc/Socket.hi Xlib/ghc-4.02/imports/misc/SocketPrim.hi Xlib/ghc-4.02/imports/misc/Util.hi Xlib/ghc-4.02/imports/posix/Posix.hi Xlib/ghc-4.02/imports/posix/PosixDB.hi Xlib/ghc-4.02/imports/posix/PosixErr.hi Xlib/ghc-4.02/imports/posix/PosixFiles.hi Xlib/ghc-4.02/imports/posix/PosixIO.hi Xlib/ghc-4.02/imports/posix/PosixProcEnv.hi Xlib/ghc-4.02/imports/posix/PosixProcPrim.hi Xlib/ghc-4.02/imports/posix/PosixTTY.hi Xlib/ghc-4.02/imports/posix/PosixUtil.hi Xlib/ghc-4.02/imports/std/Array.hi Xlib/ghc-4.02/imports/std/CPUTime.hi Xlib/ghc-4.02/imports/std/Char.hi Xlib/ghc-4.02/imports/std/Complex.hi Xlib/ghc-4.02/imports/std/Directory.hi Xlib/ghc-4.02/imports/std/IO.hi Xlib/ghc-4.02/imports/std/Ix.hi Xlib/ghc-4.02/imports/std/List.hi Xlib/ghc-4.02/imports/std/Locale.hi Xlib/ghc-4.02/imports/std/Maybe.hi Xlib/ghc-4.02/imports/std/Monad.hi Xlib/ghc-4.02/imports/std/Numeric.hi Xlib/ghc-4.02/imports/std/PrelAddr.hi Xlib/ghc-4.02/imports/std/PrelArr.hi Xlib/ghc-4.02/imports/std/PrelArrExtra.hi Xlib/ghc-4.02/imports/std/PrelBase.hi Xlib/ghc-4.02/imports/std/PrelBounded.hi Xlib/ghc-4.02/imports/std/PrelCCall.hi Xlib/ghc-4.02/imports/std/PrelConc.hi Xlib/ghc-4.02/imports/std/PrelDynamic.hi Xlib/ghc-4.02/imports/std/PrelEither.hi Xlib/ghc-4.02/imports/std/PrelErr.hi Xlib/ghc-4.02/imports/std/PrelException.hi Xlib/ghc-4.02/imports/std/PrelForeign.hi Xlib/ghc-4.02/imports/std/PrelGHC.hi Xlib/ghc-4.02/imports/std/PrelHandle.hi Xlib/ghc-4.02/imports/std/PrelIOBase.hi Xlib/ghc-4.02/imports/std/PrelList.hi Xlib/ghc-4.02/imports/std/PrelMain.hi Xlib/ghc-4.02/imports/std/PrelMaybe.hi Xlib/ghc-4.02/imports/std/PrelNum.hi Xlib/ghc-4.02/imports/std/PrelNumExtra.hi Xlib/ghc-4.02/imports/std/PrelPack.hi Xlib/ghc-4.02/imports/std/PrelRead.hi Xlib/ghc-4.02/imports/std/PrelST.hi Xlib/ghc-4.02/imports/std/PrelStable.hi Xlib/ghc-4.02/imports/std/PrelTup.hi Xlib/ghc-4.02/imports/std/PrelWeak.hi Xlib/ghc-4.02/imports/std/Prelude.hi Xlib/ghc-4.02/imports/std/Random.hi Xlib/ghc-4.02/imports/std/Ratio.hi Xlib/ghc-4.02/imports/std/System.hi Xlib/ghc-4.02/imports/std/Time.hi Xlib/ghc-4.02/includes/Assembler.h Xlib/ghc-4.02/includes/Block.h Xlib/ghc-4.02/includes/CCall.h Xlib/ghc-4.02/includes/ClosureMacros.h Xlib/ghc-4.02/includes/ClosureTypes.h Xlib/ghc-4.02/includes/Closures.h Xlib/ghc-4.02/includes/Constants.h Xlib/ghc-4.02/includes/Hooks.h Xlib/ghc-4.02/includes/InfoMacros.h Xlib/ghc-4.02/includes/InfoTables.h Xlib/ghc-4.02/includes/MachDeps.h Xlib/ghc-4.02/includes/MachRegs.h Xlib/ghc-4.02/includes/NativeDefs.h Xlib/ghc-4.02/includes/Prelude.h Xlib/ghc-4.02/includes/PrimOps.h Xlib/ghc-4.02/includes/Profiling.h Xlib/ghc-4.02/includes/Regs.h Xlib/ghc-4.02/includes/Rts.h Xlib/ghc-4.02/includes/RtsAPI.h Xlib/ghc-4.02/includes/SchedAPI.h Xlib/ghc-4.02/includes/Stable.h Xlib/ghc-4.02/includes/Stg.h Xlib/ghc-4.02/includes/StgMacros.h Xlib/ghc-4.02/includes/StgMiscClosures.h Xlib/ghc-4.02/includes/StgProf.h Xlib/ghc-4.02/includes/StgStorage.h Xlib/ghc-4.02/includes/StgTicky.h Xlib/ghc-4.02/includes/StgTypes.h Xlib/ghc-4.02/includes/TSO.h Xlib/ghc-4.02/includes/TailCalls.h Xlib/ghc-4.02/includes/Updates.h Xlib/ghc-4.02/includes/config.h Xlib/ghc-4.02/includes/gmp.h Xlib/ghc-4.02/includes/ieee-flpt.h Xlib/ghc-4.02/includes/options.h Xlib/ghc-4.02/libHS.a Xlib/ghc-4.02/libHS_cbits.a Xlib/ghc-4.02/libHSconcurrent.a Xlib/ghc-4.02/libHSexts.a Xlib/ghc-4.02/libHSmisc.a Xlib/ghc-4.02/libHSmisc_cbits.a Xlib/ghc-4.02/libHSposix.a Xlib/ghc-4.02/libHSposix_cbits.a Xlib/ghc-4.02/libHSrts.a Xlib/ghc-4.02/parse-gcstats.prl Xlib/ghc-4.02/process-gcstats.prl Xlib/ghc-4.02/unlit Xshare/doc/ghc-4.02/dvi/installing.dvi Xshare/doc/ghc-4.02/dvi/libs.dvi Xshare/doc/ghc-4.02/dvi/users_guide.dvi Xshare/doc/ghc-4.02/html/coding-style.html Xshare/doc/ghc-4.02/html/cvs-cheat-sheet.html Xshare/doc/ghc-4.02/html/installing-1.html Xshare/doc/ghc-4.02/html/installing-2.html Xshare/doc/ghc-4.02/html/installing-3.html Xshare/doc/ghc-4.02/html/installing-4.html Xshare/doc/ghc-4.02/html/installing-5.html Xshare/doc/ghc-4.02/html/installing-6.html Xshare/doc/ghc-4.02/html/installing-7.html Xshare/doc/ghc-4.02/html/installing-8.html Xshare/doc/ghc-4.02/html/installing-9.html Xshare/doc/ghc-4.02/html/installing.html Xshare/doc/ghc-4.02/html/libs-1.html Xshare/doc/ghc-4.02/html/libs-10.html Xshare/doc/ghc-4.02/html/libs-11.html Xshare/doc/ghc-4.02/html/libs-12.html Xshare/doc/ghc-4.02/html/libs-13.html Xshare/doc/ghc-4.02/html/libs-14.html Xshare/doc/ghc-4.02/html/libs-15.html Xshare/doc/ghc-4.02/html/libs-16.html Xshare/doc/ghc-4.02/html/libs-17.html Xshare/doc/ghc-4.02/html/libs-2.html Xshare/doc/ghc-4.02/html/libs-3.html Xshare/doc/ghc-4.02/html/libs-4.html Xshare/doc/ghc-4.02/html/libs-5.html Xshare/doc/ghc-4.02/html/libs-6.html Xshare/doc/ghc-4.02/html/libs-7.html Xshare/doc/ghc-4.02/html/libs-8.html Xshare/doc/ghc-4.02/html/libs-9.html Xshare/doc/ghc-4.02/html/libs.html Xshare/doc/ghc-4.02/html/users_guide-1.html Xshare/doc/ghc-4.02/html/users_guide-2.html Xshare/doc/ghc-4.02/html/users_guide-3.html Xshare/doc/ghc-4.02/html/users_guide-4.html Xshare/doc/ghc-4.02/html/users_guide-5.html Xshare/doc/ghc-4.02/html/users_guide-6.html Xshare/doc/ghc-4.02/html/users_guide-7.html Xshare/doc/ghc-4.02/html/users_guide-8.html Xshare/doc/ghc-4.02/html/users_guide.html Xshare/doc/ghc-4.02/info/users_guide.info X@dirrm lib/ghc-4.02/imports/concurrent X@dirrm lib/ghc-4.02/imports/exts X@dirrm lib/ghc-4.02/imports/misc X@dirrm lib/ghc-4.02/imports/posix X@dirrm lib/ghc-4.02/imports/std X@dirrm lib/ghc-4.02/imports X@dirrm lib/ghc-4.02/includes X@dirrm lib/ghc-4.02 X@dirrm share/doc/ghc-4.02/dvi X@dirrm share/doc/ghc-4.02/html X@dirrm share/doc/ghc-4.02/info X@dirrm share/doc/ghc-4.02 END-of-ghc/pkg/PLIST echo x - ghc/Makefile sed 's/^X//' >ghc/Makefile << 'END-of-ghc/Makefile' X# New ports collection makefile for: ghc X# Version required: 4.02 X# Date created: 21 July 1999 X# Whom: Yoshiyuki ONOUE X# X# $Id$ X# X XDISTNAME= ghc-4.02-i386-unknown-freebsd3 XPKGNAME= ghc-4.02 XCATEGORIES= lang XMASTER_SITES= http://research.microsoft.com/users/t-simonm/ghc/dist/4.02/ X XMAINTAINER= onoue@ipl.t.u-tokyo.ac.jp X XWRKSRC= ${WRKDIR}/fptools XGNU_CONFIGURE= yes XCONFIGURE_ARGS+=--datadir=${PREFIX}/share/doc XALL_TARGET= # ignore 'all' target XINSTALL_TARGET= install install-docs X X.include END-of-ghc/Makefile echo c - ghc/patches mkdir -p ghc/patches > /dev/null 2>&1 echo x - ghc/patches/patch-aa sed 's/^X//' >ghc/patches/patch-aa << 'END-of-ghc/patches/patch-aa' X--- Makefile.in.orig Wed Jul 21 18:42:14 1999 X+++ Makefile.in Wed Jul 21 18:42:35 1999 X@@ -72,9 +72,9 @@ X exec_prefix = @exec_prefix@ X X # default X-infodir = $(datadir) X-htmldir = $(datadir) X-dvidir = $(datadir) X+infodir = $(real_datadir)/info X+htmldir = $(real_datadir)/html X+dvidir = $(real_datadir)/dvi X X # X # Putting the package stuff in package-specific END-of-ghc/patches/patch-aa exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Jul 21 5:46:48 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id C68AE14EC7; Wed, 21 Jul 1999 05:46:46 -0700 (PDT) (envelope-from foxfair@FreeBSD.org) Received: (from foxfair@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA62455; Wed, 21 Jul 1999 05:46:39 -0700 (PDT) (envelope-from foxfair@FreeBSD.org) Date: Wed, 21 Jul 1999 05:46:39 -0700 (PDT) From: Message-Id: <199907211246.FAA62455@freefall.freebsd.org> To: foxfair@FreeBSD.org, freebsd-ports@FreeBSD.org, foxfair@FreeBSD.org Subject: Re: ports/12733: Patch to xcin 2.3 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Patch to xcin 2.3 Responsible-Changed-From-To: freebsd-ports->foxfair Responsible-Changed-By: foxfair Responsible-Changed-When: Wed Jul 21 05:45:57 PDT 1999 Responsible-Changed-Why: I'll do it, so take it now. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Jul 21 6: 0:22 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 7CF15150EA for ; Wed, 21 Jul 1999 06:00:20 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA63681; Wed, 21 Jul 1999 06:00:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id B868B14E2F; Wed, 21 Jul 1999 05:54:00 -0700 (PDT) Message-Id: <19990721125400.B868B14E2F@hub.freebsd.org> Date: Wed, 21 Jul 1999 05:54:00 -0700 (PDT) From: wefa@callcenter.systemhaus.net To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: www-1.0 Subject: ports/12736: the gd port is broken - the original sources arenm't available Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 12736 >Category: ports >Synopsis: the gd port is broken - the original sources arenm't available >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 Jul 21 06:00:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Christoph Weber-Fahr >Release: >Organization: O.tel.o >Environment: >Description: the distfile gd1.3.tar.gz has disappeared from all listed master sites, including ftp.freebsd.org. It seems to be available on some mirrors, though. >How-To-Repeat: cd /usr/ports/graphics/gd make fetch >Fix: get it from (e.g) ftp4.de.freebsd.org and put it to ftp.freebsd.org again. >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Jul 21 7:56:21 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id F02D514F0D; Wed, 21 Jul 1999 07:56:19 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Received: (from cpiazza@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA74608; Wed, 21 Jul 1999 07:53:32 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Date: Wed, 21 Jul 1999 07:53:32 -0700 (PDT) From: Message-Id: <199907211453.HAA74608@freefall.freebsd.org> To: wefa@callcenter.systemhaus.net, cpiazza@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/12736: the gd port is broken - the original sources arenm't available Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: the gd port is broken - the original sources arenm't available State-Changed-From-To: open->closed State-Changed-By: cpiazza State-Changed-When: Wed Jul 21 07:52:41 PDT 1999 State-Changed-Why: The reason it is not there is that there are legal problems with this program. ftp4.de should not have it either.. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Jul 21 8:10: 8 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 5F0E1154C7 for ; Wed, 21 Jul 1999 08:10:06 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA77066; Wed, 21 Jul 1999 08:10:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from beebite.ugh.net.au (beebite.ugh.net.au [203.31.238.37]) by hub.freebsd.org (Postfix) with ESMTP id ED22214F0D for ; Wed, 21 Jul 1999 08:02:41 -0700 (PDT) (envelope-from andrew@ugh.net.au) Received: by beebite.ugh.net.au (Postfix, from userid 1000) id 2D142154; Thu, 22 Jul 1999 11:02:30 +1000 (EST) Message-Id: <19990722010230.2D142154@beebite.ugh.net.au> Date: Thu, 22 Jul 1999 11:02:30 +1000 (EST) From: andrew@ugh.net.au Reply-To: andrew@ugh.net.au To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/12737: regex for checking load avergaes is wrong for majordomo Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 12737 >Category: ports >Synopsis: regex for checking load avergaes is wrong for majordomo >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed Jul 21 08:10:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Andrew >Release: FreeBSD 3.2-STABLE i386 >Organization: UgH! >Environment: majordomo port as cvsupped a few weeks ago. >Description: The sample configuration file that is installed for majordomo has a section that can be uncommented to get majordomo to halt processing if the load averages get too high. This section just calls uptime and then uses a regular expression to parse the output. The regular expression does not match the output for the FreeBSD uptime command and so processing will never be stopped (due to load averages). This also causes perl (at least version 5.005_03) to emit a warning about uninitialised variables when using -w to perl. >How-To-Repeat: >Fix: A patch to /usr/ports/mail/majordomo/patches/patch-ab --- patch-ab.orig Wed Sep 10 12:52:44 1997 +++ patch-ab Thu Jul 22 11:00:39 1999 @@ -1,5 +1,5 @@ ---- sample.cf.orig Thu Aug 28 00:00:31 1997 -+++ sample.cf Wed Sep 10 00:56:10 1997 +--- sample.cf.orig Thu Aug 28 01:00:31 1997 ++++ sample.cf Thu Jul 22 11:00:18 1999 @@ -6,11 +6,11 @@ # $whereami -- What machine am I running on? @@ -47,9 +47,12 @@ # $mailer -- What program and args do I use to send mail to the list? # $bounce_mailer -- What is used to send mail anywhere else? -@@ -82,9 +78,9 @@ +@@ -80,15 +76,15 @@ + # high by uncommenting the following lines. THIS ONLY WORKS if your "uptime" + # command (usually found in /usr/bin/uptime or /usr/bsd/uptime) # returns a string like: - # 5:23pm up 5:51, 9 users, load average: 0.19, 0.25, 0.33 +-# 5:23pm up 5:51, 9 users, load average: 0.19, 0.25, 0.33 ++# 5:23pm up 5:51, 9 users, load averages: 0.19, 0.25, 0.33 # -#$max_loadavg = 10; # Choose the maximum allowed load +$max_loadavg = 10; # Choose the maximum allowed load @@ -59,6 +62,11 @@ #$uptime = `/usr/bsd/uptime` if -x '/usr/bsd/uptime'; # or uptime is over here. # #($avg_1_minute, $avg_5_minutes, $avg_15_minutes) = +-# $uptime =~ /average:\s+(\S+),\s+(\S+),\s+(\S+)/; ++# $uptime =~ /averages:\s+(\S+),\s+(\S+),\s+(\S+)/; + # + #exit 75 if ($avg_15_minutes >= $max_loadavg); # E_TEMPFAIL + # @@ -190,7 +186,7 @@ # majordomo has r/w permission to. # Uses the environment variable TMPDIR, since that's pretty common >Release-Note: >Audit-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 Jul 21 8:41:38 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 4480714D56 for ; Wed, 21 Jul 1999 08:41:37 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA80424; Wed, 21 Jul 1999 08:40:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Wed, 21 Jul 1999 08:40:03 -0700 (PDT) Message-Id: <199907211540.IAA80424@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Brett Taylor Subject: Re: ports/12732: devel/glib12 build fails Reply-To: Brett Taylor Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/12732; it has been noted by GNATS. From: Brett Taylor To: "Dmitry S. Sivachenko" Cc: FreeBSD-gnats-submit@FreeBSD.ORG Subject: Re: ports/12732: devel/glib12 build fails Date: Wed, 21 Jul 1999 09:35:36 -0600 (MDT) Hi, On Wed, 21 Jul 1999, Dmitry S. Sivachenko wrote: > >Synopsis: devel/glib12 build fails > >Environment: > > FreeBSD-2.2.8-RELEASE, 227upgrade-1998.12.17, Current ports tree > (cvsupped today). > >Description: > > When I am trying to build glib12 port, it fails on build stage with > 'cannot open Makefile' message. Regardless it has GNU configure, there > is no messages during configure stage. It looks like USE_LIBTOOL is > not properly handled (moreover, there were no messages about 'checking > dependencies...') The problem is, as you surmise, w/ the USE_LIBTOOL option. I have a machine that is still running 2.2.8 and I couldn't get this to work either after trying a few things. Not sure what you can do to get around this - maybe someone else has ideas. Note also that the ports are not being supported for 2.2.8 anymore, just the current -STABLE branch (3.2). Brett *********************************************************** Brett Taylor brett@peloton.physics.montana.edu * brett@daemonnews.org * * http://www.daemonnews.org/ * *********************************************************** To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Jul 21 9:39:18 1999 Delivered-To: freebsd-ports@freebsd.org Received: from axl.noc.iafrica.com (axl.noc.iafrica.com [196.31.1.175]) by hub.freebsd.org (Postfix) with ESMTP id D880F15531 for ; Wed, 21 Jul 1999 09:39:08 -0700 (PDT) (envelope-from sheldonh@axl.noc.iafrica.com) Received: from sheldonh (helo=axl.noc.iafrica.com) by axl.noc.iafrica.com with local-esmtp (Exim 3.02 #1) id 116zNd-00067L-00; Wed, 21 Jul 1999 18:38:05 +0200 From: Sheldon Hearn To: Christopher Taylor Cc: ports@freebsd.org Subject: Re: xmms port broken Date: Wed, 21 Jul 1999 18:38:05 +0200 Message-ID: <23518.932575085@axl.noc.iafrica.com> Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org [Hijacked from freebsd-hackers and freebsd-questions] Hi Chris, You've cross-posted this message to two inappropriate lists. The freebsd-ports mailing list is what you really wanted. A copy of this message (with your original question intact) has been sent to that list on your behalf. Ciao, Sheldon. ------- Forwarded Message Message-ID: <3795F2A8.8D2E62AC@thedial.com> Date: Wed, 21 Jul 1999 10:17:44 -0600 From: Christopher Taylor To: freebsd-hackers@FreeBSD.ORG, freebsd-questions@feebsd.org Subject: xmms port broken Yesterday, I updated my ports tree with cvsup...I then attempted to make the audio/xmms port and received the following error... [root@ezln23 xmms]# make ===> Extracting for xmms-0.9.1 >> Checksum OK for xmms-0.9.1.tar.gz. ===> xmms-0.9.1 depends on executable: libtool - found ===> xmms-0.9.1 depends on shared library: gtk12.2 - not found ===> Verifying install for gtk12.2 in /usr/ports/x11-toolkits/gtk12 ===> Returning to build of xmms-0.9.1 Error: shared library "gtk12.2" does not exist *** Error code 1 gtk12.2 _does_ exist on my system... after symlinking gtk-config and glib-config to gtk12-config and glib12-config, resectively, I was able to compile xmms by hand. However, it still gives me the same error if I try and install the xmms port. A side note...xmms plays audio fine, but the player is slow to respond to mouse clicks... - --Chris - -- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Christopher Taylor Technical Director Earth Broadcasting Corporation (EBC) 415 East 200 South Salt Lake City, Utah 84111 phone: (801) 322-3949 cell: (801) 541-8287 email: chris@thedial.com ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message ------- End of Forwarded Message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Jul 21 10: 0:46 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id BC01115611 for ; Wed, 21 Jul 1999 10:00:44 -0700 (PDT) (envelope-from fenner@FreeBSD.org) Received: (from fenner@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA88580 for ports@freebsd.org; Wed, 21 Jul 1999 10:00:19 -0700 (PDT) (envelope-from fenner@FreeBSD.org) Date: Wed, 21 Jul 1999 10:00:19 -0700 (PDT) From: Message-Id: <199907211700.KAA88580@freefall.freebsd.org> To: ports@freebsd.org Subject: Unfetchable distfiles reminder Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Dear porters, This is just a reminder to please periodically check the list of unfetchable distfiles at http://www.freebsd.org/~fenner/portsurvey/ . In particular, the list of ports with no MAINTAINER with distfile problems is http://www.freebsd.org/~fenner/portsurvey/ports@freebsd.org.html Since no one is responsible for these ports, the problem won't get fixed unless someone on this list takes the initiative. Thanks for your help! Bill "distfiles" Fenner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Jul 21 10:11: 9 1999 Delivered-To: freebsd-ports@freebsd.org Received: from wall.polstra.com (rtrwan160.accessone.com [206.213.115.74]) by hub.freebsd.org (Postfix) with ESMTP id B1E4214CB6 for ; Wed, 21 Jul 1999 10:10:56 -0700 (PDT) (envelope-from jdp@polstra.com) Received: from vashon.polstra.com (vashon.polstra.com [206.213.73.13]) by wall.polstra.com (8.9.3/8.9.1) with ESMTP id KAA04836; Wed, 21 Jul 1999 10:09:38 -0700 (PDT) (envelope-from jdp@polstra.com) From: John Polstra Received: (from jdp@localhost) by vashon.polstra.com (8.9.3/8.9.1) id KAA71653; Wed, 21 Jul 1999 10:09:37 -0700 (PDT) (envelope-from jdp@polstra.com) Date: Wed, 21 Jul 1999 10:09:37 -0700 (PDT) Message-Id: <199907211709.KAA71653@vashon.polstra.com> To: marko@ki.informatik.uni-frankfurt.de Subject: Re: boehm-gc and dynamic library support In-Reply-To: <86n1y0faot.fsf@king.ki.informatik.uni-frankfurt.de> Organization: Polstra & Co., Seattle, WA Cc: ports@freebsd.org Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org In article <86n1y0faot.fsf@king.ki.informatik.uni-frankfurt.de>, Marko Schuetz wrote: > The boehm-gc port does currently not support dynamic libraries. From a > quick glance at dyn_load.c I see that there might be two ways of > registering dynamic libraries. One seems to be using procfs the other > using _DYNAMIC etc. > > Has anyone (likely more knowledgeable about this than I) looked into > this or maybe already done this? > > If not, which of these to approaches seems cleaner/more > efficient/easier to implement?? I glanced at it briefly a couple of years ago. As I recall, the _DYNAMIC method used knowledge of the dynamic linker's private data structures. That's pretty unclean, obviously, since those data structures changes from time to time. The procfs approach would be cleaner in that sense. How often does the information have to be updated? Using procfs might not be very efficient if it had to be read frequently. Also, I think you might easily get bogus results from using procfs. Does the GC want to know only about shared libraries, or does it want to know about all writable segments in general? In some cases it probably couldn't distinguish between a shared library and a mmapped segment using procfs. I think the best solution would be to add a nice API to the dynamic linker for getting information about the loaded shared libraries. It wouldn't be hard to implement. As always, the hard part would be designing a good API for it. John -- John Polstra jdp@polstra.com John D. Polstra & Co., Inc. Seattle, Washington USA "No matter how cynical I get, I just can't keep up." -- Nora Ephron To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Jul 21 10:20: 9 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 488DF154FB for ; Wed, 21 Jul 1999 10:20:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA90727; Wed, 21 Jul 1999 10:20:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from misha.cisco.com (misha.cisco.com [171.69.206.50]) by hub.freebsd.org (Postfix) with ESMTP id 845AF154FB for ; Wed, 21 Jul 1999 10:19:16 -0700 (PDT) (envelope-from mi@misha.cisco.com) Received: (from mi@localhost) by misha.cisco.com (8.9.3/8.9.1) id NAA08347; Wed, 21 Jul 1999 13:18:08 -0400 (EDT) (envelope-from mi) Message-Id: <199907211718.NAA08347@misha.cisco.com> Date: Wed, 21 Jul 1999 13:18:08 -0400 (EDT) From: Mikhail Teterin Reply-To: mi@aldan.algebra.com To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/12739: port for the AT: T's DjVu Netscape plug-in Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 12739 >Category: ports >Synopsis: port for the AT&T's DjVu Netscape plug-in >Confidential: 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 Jul 21 10:20:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Mikhail Teterin >Release: FreeBSD 3.2-STABLE i386 >Organization: Virtual Estates, Inc. >Environment: >Description: New port. See http://djvu.research.att.com/ for details. The plugin is in binary form only and is of the older version, then those available for other platforms (Solaris, Irix, Windoz). AT&T built it on FreeBSD-2.2.6, but it seems to work fine on 3.2-STABLE with the Communicator 4.61 >How-To-Repeat: Once you install it, go to http://djvu.research.att.com/examples/ to play. >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: # # djvu-plugin # djvu-plugin/Makefile # djvu-plugin/pkg # djvu-plugin/pkg/COMMENT # djvu-plugin/pkg/DESCR # djvu-plugin/patches # djvu-plugin/patches/patch-aa # djvu-plugin/files # djvu-plugin/files/md5 # echo c - djvu-plugin mkdir -p djvu-plugin > /dev/null 2>&1 echo x - djvu-plugin/Makefile sed 's/^X//' >djvu-plugin/Makefile << 'END-of-djvu-plugin/Makefile' X# New ports collection makefile for: DjVu-plugin X# Version required: 0.9 X# Date created: 21 Jul 1999 X# Whom: Mikhail Teterin X# X# $Id$ X# X XDISTNAME= npdjvu-freebsd XPKGNAME= npdjvu-freebsd-0.9 XCATEGORIES= www XMASTER_SITES= http://www.djvu.att.com/download/plugin/ X XMAINTAINER= mi@aldan.algebra.com X XBUILD_DEPENDS= netscape:${PORTSDIR}/www/netscape46-communicator X X.if !defined(MOZILLA_HOME) XMOZILLA_HOME != exec() { }; . `which netscape`; echo $${MOZILLA_HOME} X#XXX It is assumed below, the MOZILLA_HOME is under PREFIX -- a safe assumption? X.endif X XMHOME_REL = ${MOZILLA_HOME:S/^${PREFIX}\///} X XNO_BUILD= yes XPLIST= ${WRKDIR}/PLIST X Xecho: X # ${MOZILLA_HOME} ${MHOME_REL} X Xdo-install: X # Detected MOZILLA_HOME as ${MOZILLA_HOME}. X # Use ${MAKE} -DMOZILLA_HOME=Whatever if this is a wrong location, X # If you simply specify the alternative to the install.sh now, the X # installed files may not be registered properly. X env SCRIPT_NAME=${WRKSRC}/ MOZILLA_HOME="${MOZILLA_HOME}" \ X ${SH} ${WRKSRC}/install.sh X # Generating the ${PLIST} X ${RM} -f ${PLIST} X for f in `${TAR} tf ${WRKSRC}/archive.tar` ; do \ X case $$f in \ X */) dirs="$$dirs $$f";; \ X *) echo ${MHOME_REL}/$$f >> ${PLIST};; \ X esac; \ X done X ${ECHO} @dirrm ${MHOME_REL}/DjVu >> ${PLIST} X X.include END-of-djvu-plugin/Makefile echo c - djvu-plugin/pkg mkdir -p djvu-plugin/pkg > /dev/null 2>&1 echo x - djvu-plugin/pkg/COMMENT sed 's/^X//' >djvu-plugin/pkg/COMMENT << 'END-of-djvu-plugin/pkg/COMMENT' XPlug-in for Netscape. Views DjVu format images. END-of-djvu-plugin/pkg/COMMENT echo x - djvu-plugin/pkg/DESCR sed 's/^X//' >djvu-plugin/pkg/DESCR << 'END-of-djvu-plugin/pkg/DESCR' XFrom AT&T's description on http://www.djvu.att.com/wid/ : X XOver 90 percent of the information in the world is still on paper. Many Xof those paper documents include color graphics and/or photographs that Xrepresent significant invested value. And almost none of that rich Xcontent is on the Internet. X XThat's because scanning such documents and getting them onto a Web site Xhas been problematic at best. At the high resolution necessary to Xpreserve the quality of images and to keep type readable, file sizes Xbecome far too bulky for acceptable download speed. Reducing resolution Xto achieve satisfactory download speed means forfeiting quality and Xlegibility. Conventional JPEG and GIF compression techniques only begin Xto solve the problem. As a result, Web site content developers have been Xunable to leverage existing printed materials. X XUntil now... END-of-djvu-plugin/pkg/DESCR echo c - djvu-plugin/patches mkdir -p djvu-plugin/patches > /dev/null 2>&1 echo x - djvu-plugin/patches/patch-aa sed 's/^X//' >djvu-plugin/patches/patch-aa << 'END-of-djvu-plugin/patches/patch-aa' X--- install.sh.orig Tue Jul 14 16:47:27 1998 X+++ install.sh Wed Jul 21 12:19:15 1999 X@@ -164,3 +164,3 @@ X # X-${MORE} -c ${SCRIPT_NAME}${LICENSE_NAME} X+${MORE} -c ${SCRIPT_DIR}${LICENSE_NAME} X X@@ -191,24 +191,4 @@ X # X-${CLEAR} X-${CAT} << @EOF X-This package can be installed either in private or public Netscape directory. X-In the former case all files will be placed under \$HOME/.netscape, and only X-you will have the access to the ${PRODUCT} plugin, while if the plugin is X-installed in a public place, everybody will be able to use it. X- X-@EOF X- X-ANS="" X-while test "${ANS}" != "yes" -a "${ANS}" != "no" X-do X- ${ECHO_HEAD} "Do you want to install ${PRODUCT} in the private directory? (yes/no): ${ECHO_TAIL}" X- read ANS X- if test "${ANS}" != "yes" -a "${ANS}" != "no" X- then X- ${ECHO} "Please enter either 'yes' or 'no'." X- fi X-done X X-${ECHO} X-INSTALL_DIR="" X+ANS="no" # Do not install in the private directories X END-of-djvu-plugin/patches/patch-aa echo c - djvu-plugin/files mkdir -p djvu-plugin/files > /dev/null 2>&1 echo x - djvu-plugin/files/md5 sed 's/^X//' >djvu-plugin/files/md5 << 'END-of-djvu-plugin/files/md5' XMD5 (npdjvu-freebsd.tar.gz) = 3441995b58e3816f012a0b0086a3fbe5 END-of-djvu-plugin/files/md5 exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Jul 21 10:40: 6 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 697E915523 for ; Wed, 21 Jul 1999 10:40:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA92476; Wed, 21 Jul 1999 10:40:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id 073C615523; Wed, 21 Jul 1999 10:38:52 -0700 (PDT) Message-Id: <19990721173852.073C615523@hub.freebsd.org> Date: Wed, 21 Jul 1999 10:38:52 -0700 (PDT) From: Ruslan@Shevchenko.Kiev.UA To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: www-1.0 Subject: ports/12741: upgrade of devel/doc++ Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 12741 >Category: ports >Synopsis: upgrade of devel/doc++ >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed Jul 21 10:40:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Ruslan Shevchenko >Release: >Organization: >Environment: >Description: >How-To-Repeat: >Fix: 1. Apply next changes: --- doc++.orig/Makefile Wed Jul 21 20:27:06 1999 +++ doc++/Makefile Wed Jul 21 20:27:22 1999 @@ -6,7 +6,7 @@ # $Id: Makefile,v 1.2 1999/05/03 01:52:27 steve Exp $ # -DISTNAME= doc++-3.3.11 +DISTNAME= doc++-3.3.13 CATEGORIES= devel MASTER_SITES= http://www.imaginator.com/doc++/ diff -udr doc++.orig/files/md5 doc++/files/md5 --- doc++.orig/files/md5 Wed Jul 21 20:27:06 1999 +++ doc++/files/md5 Wed Jul 21 20:34:47 1999 @@ -1 +1 @@ -MD5 (doc++-3.3.11.tar.gz) = a564fce128f29f8ce221e5dc589b5180 +MD5 (doc++-3.3.13.tar.gz) = 14374542e1589b5a13c5d0af1fe46ac7 Only in doc++.orig/patches: patch-ab 2. remove patches/patch-ab >Release-Note: >Audit-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 Jul 21 10:40:22 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id B49A115521 for ; Wed, 21 Jul 1999 10:40:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA92467; Wed, 21 Jul 1999 10:40:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from shale.csir.co.za (shale.csir.co.za [146.64.46.5]) by hub.freebsd.org (Postfix) with ESMTP id EA12B15527 for ; Wed, 21 Jul 1999 10:32:18 -0700 (PDT) (envelope-from reg@shale.csir.co.za) Received: (from reg@localhost) by shale.csir.co.za (8.9.3/8.9.3) id TAA48067; Wed, 21 Jul 1999 19:31:41 +0200 (SAT) (envelope-from reg) Message-Id: <199907211731.TAA48067@shale.csir.co.za> Date: Wed, 21 Jul 1999 19:31:41 +0200 (SAT) From: reg@shale.csir.co.za Reply-To: reg@shale.csir.co.za To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/12740: Port update: www/mozilla Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 12740 >Category: ports >Synopsis: Port update: www/mozilla >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 Jul 21 10:40:00 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Jeremy Lea >Release: FreeBSD 4.0-CURRENT i386 >Organization: Arb's Inc. >Environment: Lot's of disk space... >Description: Upgrade the Mozilla port to the latest Milestone release. Take over as maintainer, with consent of the current maintainer. This will not be the final form for the port (ie Netscape 5.0), it is really intended as a starting point for people interested in Mozilla. I've left on package generation because the package should be fairly small, unlike the source tree... >How-To-Repeat: Lot's of CPU cycles... >Fix: www/mozilla: Upgrade from 19980429 to M8 Changes: Makefile files/md5 files/netscape.sh pkg/PLIST Adds : Removes: files/mailcap patches/patch-aa patches/patch-ab patches/patch-ad patches/patch-ae patches/patch-af patches/patch-ag patches/patch-ah --- /usr/ports.ref/www/mozilla/Makefile Wed Nov 11 07:37:32 1998 +++ www/mozilla/Makefile Sun Jul 18 03:56:25 1999 @@ -1,43 +1,58 @@ # New ports collection makefile for: mozilla -# Version required: 1998-04-29 +# Version required: M8 # Date created: 31 Mar 1998 # Whom: eivind/dima/jseger # # $Id: Makefile,v 1.28 1998/11/11 05:37:32 asami Exp $ # -DISTNAME= unix-19980429 -PKGNAME= mozilla-1998.04.29 +DISTNAME= mozilla-source-M8 +PKGNAME= mozilla-M8 CATEGORIES= www -MASTER_SITES= ftp://mirror.neosoft.com/pub/mozilla/mozilla/source/ \ - ftp://ftp.bitcon.no/pub/www/mozilla/mozilla/source/ \ - ftp://ftp.mozilla.org/pub/mozilla/source/ +MASTER_SITES= ftp://ftp.mozilla.org/pub/mozilla/releases/m8/src/ -MAINTAINER= jseger@FreeBSD.org +MAINTAINER= reg@shale.csir.co.za -BROKEN_ELF= library numbers +LIB_DEPENDS= glib12.2:${PORTSDIR}/devel/glib12 \ + IDL.2:${PORTSDIR}/devel/ORBit \ + gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 -WRKSRC= ${WRKDIR}/`${ECHO} ${DISTNAME} | ${SED} 's/unix-//'`/mozilla -USE_GMAKE= yes -DIST_SUBDIR= mozilla -MAKE_ENV= NO_SECURITY=1 MOZ_MEDIUM=1 MOZILLA_CLIENT=1 NO_MDUPDATE=1 \ - BUILD_OPT=1 NO_NETSCAPE_STATIC=1 LD_LIBRARY_PATH=${LOCALBASE}/lib -REQUIRES_MOTIF= yes - -.include +GLIB_CONFIG?= ${LOCALBASE}/bin/glib12-config +GTK_CONFIG?= ${X11BASE}/bin/gtk12-config -OBJDIR= ${WRKSRC}/dist/${OPSYS}${OSREL}_OPT.OBJ +WRKSRC= ${WRKDIR}/mozilla +USE_X_PREFIX= yes +USE_PERL5= yes +GNU_CONFIGURE= yes +USE_GMAKE= yes +CONFIGURE_ARGS= \ + --disable-cpp-rtti \ + --disable-md \ + --disable-pedantic \ + --disable-xterm-updates \ + --enable-cpp-exceptions \ + --enable-debug \ + --enable-double-buffer \ + --enable-editor \ + --enable-idltool \ + --enable-mailnews \ + --enable-optimize \ + --enable-pics \ + --enable-tests \ + --enable-toolkit=gtk \ + --with-jpeg=${LOCALBASE} \ + --with-png=${LOCALBASE} +CONFIGURE_ENV= GLIB_CONFIG="${GLIB_CONFIG}" \ + GTK_CONFIG="${GTK_CONFIG}" +MAKE_ENV= LD_LIBRARY_PATH=${WRKSRC}/dist/bin do-install: - @${MKDIR} ${PREFIX}/lib/mozilla/bin - @cd ${OBJDIR}/bin && tar -chf - bsdecho lib* moz-export \ - nsinstall vreg | tar -xf - -C ${PREFIX}/lib/mozilla/bin - @chmod 755 ${PREFIX}/lib/mozilla/bin - @${INSTALL_SCRIPT} ${WRKSRC}/mozilla ${PREFIX}/bin - @if [ ! -f ${PREFIX}/lib/mozilla/mailcap ] ; then \ - ${INSTALL_DATA} ${FILESDIR}/mailcap ${PREFIX}/lib/mozilla ; \ - fi - @strip ${PREFIX}/lib/mozilla/bin/moz-export - @chown -R bin.bin ${PREFIX}/lib/mozilla + ${MKDIR} ${PREFIX}/lib/mozilla + chmod 755 ${PREFIX}/lib/mozilla + cd ${WRKSRC}/dist/bin && tar -chf - * | \ + tar -xf - -C ${PREFIX}/lib/mozilla + ${INSTALL_SCRIPT} ${WRKSRC}/mozilla ${PREFIX}/bin + ${TOUCH} ${PREFIX}/lib/mozilla/component.reg + chmod 666 ${PREFIX}/lib/mozilla/component.reg -.include +.include --- /usr/ports.ref/www/mozilla/files/mailcap Mon Feb 24 21:00:29 1997 +++ www/mozilla/files/mailcap Wed Jun 9 00:38:20 1999 @@ -1,69 +0,0 @@ -# Example .mailcap file for FreeBSD machines -# -# First a note about syntax: -# The first token in a configuration line represents a mime type. -# A mime type is of the form "SubGroup/Item" and either token -# can be replaced by the wildcard character "*" -# -# the second token is the command that you would run -# when the specified mime type is encountered. An example -# would be "xv %s" where %s will be replaced by a filename -# -# remaining tokens represent name value pairs. -# -# the "test=" pair invokes the test command -# specified and checks the UNIX shell return code to see if the -# test passed. If the test passes the mime mapping is made, otherwise -# the mapping is not made. -# -# the "stream-buffer-size=" pair tells the application -# to use a popen command to invoke the program specified and to -# pipe all data into the command. Only programs that can handle -# piped input can use this method. When this method is used -# a "%s" should not be included in the command. You should -# make sure that the program you wish to use can accept piped -# data by trying something like this before using it: -# cat "YOUR_DATA_FILE_HERE" | COMMAND_TO_TEST -# -# You may continue lines by using the backslash character "\" - -# FreeBSD doesn't seem to support `sfplay' yet, but if a port comes -# along then the following should be enabled. -# -# plays AIFF files -#audio/x-aiff; sfplay %s - -# plays AIFC files -#audio/x-aifc; sfplay %s - -# FreeBSD has no wavplay utility either, but if someone -# would care to port one then this can also be used. -# plays WAV files -#audio/x-wav; wavplay %s > /dev/null 2>&1 - -# FreeBSD /dev/audio is sun compliant -audio/basic; cat %s > /dev/audio - -# use this to play MPEG audio if you have maplay installed -audio/x-mpeg; maplay -; stream-buffer-size=2000 - -# use this to play MPEG video files if you have mpeg_play installed -video/mpeg; mpeg_play -quiet %s - -# All other anims go well with xanim (if installed) -video/*; xanim %s > /dev/null 2>&1 - -# use this to display postscript files -application/postscript; ghostview %s - -# use this to display pdf files -application/pdf; xpdf %s 2>/dev/null - -# this is the default for non GIF or JPEG images -image/*; xv %s - -# if you would prefer an external viewer for GIF and JPEG images -# uncomment the following lines for XV to act as your external viewer. -#image/gif; xv %s -#image/jpg; xv %s -#image/jpeg; xv %s --- /usr/ports.ref/www/mozilla/files/md5 Sat May 2 19:49:10 1998 +++ www/mozilla/files/md5 Sun Jul 18 04:30:35 1999 @@ -1 +1 @@ -MD5 (mozilla/unix-19980429.tar.gz) = 94044a461fe58db4dab554f8221ac3da +MD5 (mozilla-source-M8.tar.gz) = acd53ec17c43dd2a16e0a77d38a8c106 --- /usr/ports.ref/www/mozilla/files/netscape.sh Mon Apr 13 12:59:32 1998 +++ www/mozilla/files/netscape.sh Sat Jun 12 21:30:23 1999 @@ -2,9 +2,5 @@ # # $Id: netscape.sh,v 1.8 1998/04/13 10:59:32 jseger Exp $ -export MOZILLA_HOME; MOZILLA_HOME=${MOZILLA_HOME:=@PREFIX@/lib/mozilla} -export MOZILLA_BIN; MOZILLA_BIN=${MOZILLA_BIN:=@PREFIX@/lib/mozilla/bin} -export CLASSPATH ; CLASSPATH=.:$MOZILLA_HOME -export XCMSDB; XCMSDB=/dev/null - -LD_LIBRARY_PATH=$MOZILLA_BIN exec $MOZILLA_BIN/moz-export $* +cd @PREFIX@/lib/mozilla +exec ./mozilla-apprunner.sh $* --- /usr/ports.ref/www/mozilla/patches/patch-aa Sun Apr 12 14:47:10 1998 +++ www/mozilla/patches/patch-aa Mon Jul 12 22:21:46 1999 @@ -1,53 +0,0 @@ ---- nsprpub/config/FreeBSD3.mk.orig Tue Mar 31 22:15:38 1998 -+++ nsprpub/config/FreeBSD3.mk Tue Mar 31 22:15:38 1998 -@@ -0,0 +1,50 @@ -+# -+# The contents of this file are subject to the Netscape Public License -+# Version 1.0 (the "NPL"); you may not use this file except in -+# compliance with the NPL. You may obtain a copy of the NPL at -+# http://www.mozilla.org/NPL/ -+# -+# Software distributed under the NPL is distributed on an "AS IS" basis, -+# WITHOUT WARRANTY OF ANY KIND, either express or implied. See the NPL -+# for the specific language governing rights and limitations under the -+# NPL. -+# -+# The Initial Developer of this code under the NPL is Netscape -+# Communications Corporation. Portions created by Netscape are -+# Copyright (C) 1998 Netscape Communications Corporation. All Rights -+# Reserved. -+# -+ -+# -+# Config stuff for FreeBSD2 -+# -+ -+include $(MOD_DEPTH)/config/UNIX.mk -+ -+CC = gcc -+CCC = g++ -+RANLIB = ranlib -+ -+OS_REL_CFLAGS = -mno-486 -Di386 -+CPU_ARCH = x86 -+ -+OS_CFLAGS = $(DSO_CFLAGS) $(OS_REL_CFLAGS) -ansi -Wall -pipe -DFREEBSD -DHAVE_STRERROR -DHAVE_BSD_FLOCK -+ -+ifeq ($(USE_PTHREADS),1) -+OS_LIBS = -lc_r -+# XXX probably should define _THREAD_SAFE too. -+DEFINES += -D_PR_NEED_FAKE_POLL -+else -+OS_LIBS = -lc -+DEFINES += -D_PR_LOCAL_THREADS_ONLY -+endif -+ -+ARCH = freebsd -+ -+DSO_CFLAGS = -fPIC -+DSO_LDOPTS = -Bshareable -+DSO_LDFLAGS = -+ -+MKSHLIB = $(LD) $(DSO_LDOPTS) -+ -+G++INCLUDES = -I/usr/include/g++ --- /usr/ports.ref/www/mozilla/patches/patch-ab Sun Apr 12 14:47:12 1998 +++ www/mozilla/patches/patch-ab Mon Jul 12 22:24:11 1999 @@ -1,10 +0,0 @@ ---- cmd/xfe/Microline3.0/XmL/Grid.c.orig Tue Mar 31 23:57:59 1998 -+++ cmd/xfe/Microline3.0/XmL/Grid.c Tue Mar 31 23:58:20 1998 -@@ -30,6 +30,7 @@ - #include - #include - #include -+#include - #include - #include - #include --- /usr/ports.ref/www/mozilla/patches/patch-ad Fri Apr 17 23:52:24 1998 +++ www/mozilla/patches/patch-ad Wed Jun 9 00:36:26 1999 @@ -1,10 +0,0 @@ ---- cmd/xfe/Makefile.orig Wed Apr 1 00:31:31 1998 -+++ cmd/xfe/Makefile Wed Apr 1 00:38:58 1998 -@@ -481,7 +481,7 @@ - ######################################## - # FreeBSD - ifeq ($(OS_ARCH),FreeBSD) --OTHER_LIBS = /usr/X11R6/lib/libXm.a -L/usr/X11R6/lib -lXt -lXmu -lXext -lX11 -lSM -lICE -lm $(OS_LIBS) -+OTHER_LIBS = ${MOTIFLIB} -L/usr/X11R6/lib -lXt -lXmu -lXext -lX11 -lSM -lICE -lm $(OS_LIBS) - endif - --- /usr/ports.ref/www/mozilla/patches/patch-ae Sun Apr 12 14:47:18 1998 +++ www/mozilla/patches/patch-ae Wed Jun 9 00:36:01 1999 @@ -1,33 +0,0 @@ ---- sun-java/stubs/include/typedefs_md.h.orig Tue Mar 31 22:24:23 1998 -+++ sun-java/stubs/include/typedefs_md.h Tue Mar 31 22:33:46 1998 -@@ -23,19 +23,6 @@ - - PR_BEGIN_EXTERN_C - --#if (defined(__sun) && !defined(SOLARIS2_6)) || defined(HPUX9) || defined(HPUX10_10) || defined(XP_PC) || defined(AIX) || defined(OSF1) || defined(XP_MAC) || defined(SONY) || defined(SNI) || defined(UNIXWARE) || defined(LINUX) --typedef int16 int16_t; --typedef int32 int32_t; --#endif -- --#if !defined(IRIX6_2) && !defined(IRIX6_3) && !defined(SOLARIS2_6) && !defined(HPUX10_20) && !defined(HPUX10_30) && !defined(HPUX11) --typedef uint16 uint16_t; --#ifndef _UINT32_T --#define _UINT32_T --typedef uint32 uint32_t; --#endif /* _UINT32_T */ --#endif /* !defined(IRIX6_2) && !defined(IRIX6_3) && !defined(SOLARIS2_6) */ -- - typedef prword_t uintVP_t; /* unsigned that is same size as a void pointer */ - - #if !defined(BSDI) && !defined(IRIX6_2) && !defined(IRIX6_3) && !defined(LINUX2_0) && !defined(MACLINUX) && !defined(SOLARIS2_6) && !defined(HPUX10_20) && !defined(HPUX10_30) && !defined(HPUX11) -@@ -60,10 +47,6 @@ - least bad given the alternatives. */ - #endif /* __OPENTRANSPORT__ */ - #pragma warning_errors reset --#endif -- --#if defined(XP_PC) --typedef long int32_t; - #endif - - PR_END_EXTERN_C --- /usr/ports.ref/www/mozilla/patches/patch-af Sun Apr 12 14:47:19 1998 +++ www/mozilla/patches/patch-af Wed Jun 9 00:36:22 1999 @@ -1,12 +0,0 @@ ---- sun-java/stubs/include/bool.h.orig Tue Mar 31 23:06:38 1998 -+++ sun-java/stubs/include/bool.h Tue Mar 31 23:06:58 1998 -@@ -20,6 +20,9 @@ - - #include "prtypes.h" - -+#ifdef bool_t -+#undef bool_t -+#endif - typedef PRBool bool_t; - - #endif /* !_BOOL_H_ */ --- /usr/ports.ref/www/mozilla/patches/patch-ag Tue Apr 14 23:01:54 1998 +++ www/mozilla/patches/patch-ag Wed Jun 9 00:35:52 1999 @@ -1,48 +0,0 @@ -*** /dev/null Tue Apr 14 05:18:06 1998 ---- cmd/xfe/intl/freebsd.lm Tue Apr 14 05:18:03 1998 -*************** -*** 0 **** ---- 1,43 ---- -+ -+ ! This table maps the host's locale names to MIME charsets -+ ! -+ *localeCharset*C: iso-8859-1 -+ *localeCharset*ASCII: us-ascii -+ *localeCharset*US-ASCII: us-ascii -+ *localeCharset*da_DK.ISO_8859-1: iso-8859-1 -+ *localeCharset*de_AT.ISO_8859-1: iso-8859-1 -+ *localeCharset*de_CH.ISO_8859-1: iso-8859-1 -+ *localeCharset*de_DE.ISO_8859-1: iso-8859-1 -+ *localeCharset*en_AU.ISO_8859-1: iso-8859-1 -+ *localeCharset*en_CA.ISO_8859-1: iso-8859-1 -+ *localeCharset*en_GB.ISO_8859-1: iso-8859-1 -+ *localeCharset*en_US.ISO_8859-1: iso-8859-1 -+ *localeCharset*es_ES.ISO_8859-1: iso-8859-1 -+ *localeCharset*fi_FI.ISO_8859-1: iso-8859-1 -+ *localeCharset*fr_BE.ISO_8859-1: iso-8859-1 -+ *localeCharset*fr_CA.ISO_8859-1: iso-8859-1 -+ *localeCharset*fr_CH.ISO_8859-1: iso-8859-1 -+ *localeCharset*fr_FR.ISO_8859-1: iso-8859-1 -+ *localeCharset*hr_HR.ISO_8859-2: iso-8859-2 -+ *localeCharset*hu_HU.ISO_8859-2: iso-8859-2 -+ *localeCharset*is_IS.ISO_8859-1: iso-8859-1 -+ *localeCharset*it_IT.ISO_8859-1: iso-8859-1 -+ *localeCharset*ja_JP.SJIS: x-sjis -+ *localeCharset*ja_JP.EUC: x-euc-jp -+ *localeCharset*ko_KR.EUC: euc-kr -+ *localeCharset*lt_LN.ASCII: us-ascii -+ *localeCharset*lt_LN.ISO_8859-1: iso-8859-1 -+ *localeCharset*lt_LN.ISO_8859-2: iso-8859-2 -+ *localeCharset*nl_BE.ISO_8859-1: iso-8859-1 -+ *localeCharset*nl_NL.ISO_8859-1: iso-8859-1 -+ *localeCharset*no_NO.ISO_8859-1: iso-8859-1 -+ *localeCharset*pl_PL.ISO_8859-2: iso-8859-2 -+ *localeCharset*pt_PT.ISO_8859-1: iso-8859-1 -+ *localeCharset*ru_RU.CP866: cp866 -+ *localeCharset*ru_SU.CP866: cp866 -+ *localeCharset*ru_RU.KOI8-R: koi8-r -+ *localeCharset*ru_SU.KOI8-R: koi8-r -+ *localeCharset*sl_SI.ISO_8859-2: iso-8859-2 -+ *localeCharset*sv_SE.ISO_8859-1: iso-8859-1 -+ -+ --- /usr/ports.ref/www/mozilla/patches/patch-ah Fri Apr 17 23:52:26 1998 +++ www/mozilla/patches/patch-ah Wed Jun 9 00:36:17 1999 @@ -1,51 +0,0 @@ -*** config/FreeBSD.mk.orig Thu Apr 9 04:53:23 1998 ---- config/FreeBSD.mk Wed Apr 15 00:52:41 1998 -*************** -*** 31,37 **** - G++INCLUDES = -I/usr/include/g++ - LOC_LIB_DIR = - MOTIF = -! MOTIFLIB = - OS_LIBS = - - # Don't define BSD, because it's already defined in /usr/include/sys/param.h. ---- 31,37 ---- - G++INCLUDES = -I/usr/include/g++ - LOC_LIB_DIR = - MOTIF = -! #MOTIFLIB = - OS_LIBS = - - # Don't define BSD, because it's already defined in /usr/include/sys/param.h. -*************** -*** 44,59 **** - - OS_CFLAGS = $(PLATFORM_FLAGS) $(PORT_FLAGS) $(MOVEMAIL_FLAGS) - -! LOCALE_MAP = $(DEPTH)/cmd/xfe/intl/bsd386.lm - EN_LOCALE = C -! DE_LOCALE = de_DE.ISO8859-1 -! FR_LOCALE = fr_FR.ISO8859-1 -! JP_LOCALE = ja - SJIS_LOCALE = ja_JP.SJIS - KR_LOCALE = ko_KR.EUC -- CN_LOCALE = zh -- TW_LOCALE = zh -- I2_LOCALE = i2 - - ###################################################################### - # Version-specific stuff ---- 44,56 ---- - - OS_CFLAGS = $(PLATFORM_FLAGS) $(PORT_FLAGS) $(MOVEMAIL_FLAGS) - -! LOCALE_MAP = $(DEPTH)/cmd/xfe/intl/freebsd.lm - EN_LOCALE = C -! DE_LOCALE = de_DE.ISO_8859-1 -! FR_LOCALE = fr_FR.ISO_8859-1 -! JP_LOCALE = ja_JP.EUC - SJIS_LOCALE = ja_JP.SJIS - KR_LOCALE = ko_KR.EUC - - ###################################################################### - # Version-specific stuff --- /usr/ports.ref/www/mozilla/pkg/PLIST Mon Apr 13 12:59:35 1998 +++ www/mozilla/pkg/PLIST Sun Jul 18 16:34:45 1999 @@ -1,52 +1,816 @@ bin/mozilla -lib/mozilla/bin/bsdecho -lib/mozilla/bin/libDtWidgets.so.1.0 -lib/mozilla/bin/libXfeWidgets.so.1.0 -lib/mozilla/bin/libXmL.so.1.0 -lib/mozilla/bin/libdbm.so.1.0 -lib/mozilla/bin/libfont.so.1.0 -lib/mozilla/bin/libhook.so.1.0 -lib/mozilla/bin/libhtmldlgs.so.1.0 -lib/mozilla/bin/libi18n.so.1.0 -lib/mozilla/bin/libimg.so.1.0 -lib/mozilla/bin/libjpeg.so.1.0 -lib/mozilla/bin/libjs.so.1.0 -lib/mozilla/bin/libjsj.so.1.0 -lib/mozilla/bin/liblay.so.1.0 -lib/mozilla/bin/liblayer.so.1.0 -lib/mozilla/bin/libmariner.so.1.0 -lib/mozilla/bin/libmisc.so.1.0 -lib/mozilla/bin/libmocha.so.1.0 -lib/mozilla/bin/libmsgc21.so -lib/mozilla/bin/libnet.so.1.0 -lib/mozilla/bin/libnspr21.so -lib/mozilla/bin/libparse.so.1.0 -lib/mozilla/bin/libpics.so.1.0 -lib/mozilla/bin/libplc21.so -lib/mozilla/bin/libplds21.so -lib/mozilla/bin/libplug.so.1.0 -lib/mozilla/bin/libpng.so.1.0 -lib/mozilla/bin/libpref.so.1.0 -lib/mozilla/bin/libprgrss.so.1.0 -lib/mozilla/bin/libpwcac.so.1.0 -lib/mozilla/bin/librdf.so.1.0 -lib/mozilla/bin/libreg.so.1.0 -lib/mozilla/bin/libsched -lib/mozilla/bin/libsecfree.so.1.0 -lib/mozilla/bin/libstubnj.so.1.0 -lib/mozilla/bin/libstubsj.so.1.0 -lib/mozilla/bin/libstyle.so.1.0 -lib/mozilla/bin/libutil.so.1.0 -lib/mozilla/bin/libxfe2.so.1.0 -lib/mozilla/bin/libxfeicons.so.1.0 -lib/mozilla/bin/libxlate.so.1.0 -lib/mozilla/bin/libxml.so.1.0 -lib/mozilla/bin/libxp.so.1.0 -lib/mozilla/bin/libxpcom.so.1.0 -lib/mozilla/bin/libzlib.so.1.0 -lib/mozilla/bin/moz-export -lib/mozilla/bin/nsinstall -lib/mozilla/bin/vreg -lib/mozilla/mailcap -@dirrm lib/mozilla/bin +lib/mozilla/CvtURL +lib/mozilla/DumpColors +lib/mozilla/FilesTest +lib/mozilla/PrimitiveTest +lib/mozilla/PropertiesTest +lib/mozilla/RegFactory +lib/mozilla/SimpleTypeLib +lib/mozilla/SizeTest01 +lib/mozilla/SizeTest02 +lib/mozilla/SizeTest03 +lib/mozilla/SizeTest04 +lib/mozilla/SizeTest05 +lib/mozilla/SizeTest06 +lib/mozilla/StringBundleTest +lib/mozilla/TestAtoms +lib/mozilla/TestAutoLock +lib/mozilla/TestBuffers +lib/mozilla/TestCOMPtr +lib/mozilla/TestCRT +lib/mozilla/TestCSSParser +lib/mozilla/TestCSSPropertyLookup +lib/mozilla/TestCSSScanner +lib/mozilla/TestColorNames +lib/mozilla/TestFactory +lib/mozilla/TestID +lib/mozilla/TestInterfaceInfo +lib/mozilla/TestLineBreak +lib/mozilla/TestMSGCompose +lib/mozilla/TestObserverService +lib/mozilla/TestPICS +lib/mozilla/TestPipes +lib/mozilla/TestRect +lib/mozilla/TestTXMgr +lib/mozilla/TestThreads +lib/mozilla/TestXPC +lib/mozilla/TestXPIDLString +lib/mozilla/TestXPTCInvoke +lib/mozilla/UnicharSelfTest +lib/mozilla/apprunner +lib/mozilla/chrome/addressbook/content/default/addressbook.js +lib/mozilla/chrome/addressbook/content/default/addressbook.xul +lib/mozilla/chrome/addressbook/content/default/addressbucket.xul +lib/mozilla/chrome/addressbook/content/default/addresspanes.html +lib/mozilla/chrome/addressbook/content/default/cardviewPane.js +lib/mozilla/chrome/addressbook/content/default/cardviewPane.xul +lib/mozilla/chrome/addressbook/content/default/dirPane.js +lib/mozilla/chrome/addressbook/content/default/dirPane.xul +lib/mozilla/chrome/addressbook/content/default/editcard.js +lib/mozilla/chrome/addressbook/content/default/editcard.xul +lib/mozilla/chrome/addressbook/content/default/editcardDialog.xul +lib/mozilla/chrome/addressbook/content/default/newcardDialog.xul +lib/mozilla/chrome/addressbook/content/default/pref-addressing.html +lib/mozilla/chrome/addressbook/content/default/resultPane.js +lib/mozilla/chrome/addressbook/content/default/resultPane.xul +lib/mozilla/chrome/addressbook/content/default/selectaddress.js +lib/mozilla/chrome/addressbook/content/default/selectaddress.xul +lib/mozilla/chrome/addressbook/skin/default/abnewmsg.gif +lib/mozilla/chrome/addressbook/skin/default/addressbook.css +lib/mozilla/chrome/addressbook/skin/default/dirPane.css +lib/mozilla/chrome/addressbook/skin/default/list.gif +lib/mozilla/chrome/addressbook/skin/default/myaddrbk.gif +lib/mozilla/chrome/addressbook/skin/default/newcard.gif +lib/mozilla/chrome/addressbook/skin/default/newlist.gif +lib/mozilla/chrome/addressbook/skin/default/person.gif +lib/mozilla/chrome/addressbook/skin/default/property.gif +lib/mozilla/chrome/addressbook/skin/default/resultPane.css +lib/mozilla/chrome/browser/content/default/NetSupportAlert.xul +lib/mozilla/chrome/browser/content/default/NetSupportConfirmCheck.xul +lib/mozilla/chrome/browser/content/default/NetSupportPassword.xul +lib/mozilla/chrome/browser/content/default/NetSupportUserPAssword.xul +lib/mozilla/chrome/browser/content/default/NetsupportConfirm.xul +lib/mozilla/chrome/browser/content/default/contentframe.js +lib/mozilla/chrome/browser/content/default/contentframe.xul +lib/mozilla/chrome/browser/content/default/navigator.js +lib/mozilla/chrome/browser/content/default/navigator.xul +lib/mozilla/chrome/browser/content/default/openLocation.js +lib/mozilla/chrome/browser/content/default/openLocation.xul +lib/mozilla/chrome/browser/content/default/viewSource.xul +lib/mozilla/chrome/browser/content/default/viewsource.js +lib/mozilla/chrome/browser/skin/default/alertl.gif +lib/mozilla/chrome/browser/skin/default/contentframe.css +lib/mozilla/chrome/browser/skin/default/errorl.gif +lib/mozilla/chrome/browser/skin/default/messagel.gif +lib/mozilla/chrome/browser/skin/default/navigator.css +lib/mozilla/chrome/browser/skin/default/questionl.gif +lib/mozilla/chrome/browser/skin/default/xul.css +lib/mozilla/chrome/editor/composer/content/default/EditorAppShell.xul +lib/mozilla/chrome/editor/composer/content/default/EditorCommands.js +lib/mozilla/chrome/editor/composer/content/default/EditorInitPage.html +lib/mozilla/chrome/editor/composer/content/default/EditorInitPagePlain.html +lib/mozilla/chrome/editor/composer/content/default/EditorStyles1.css +lib/mozilla/chrome/editor/composer/content/default/TextEditorAppShell.xul +lib/mozilla/chrome/editor/composer/content/default/editor.properties +lib/mozilla/chrome/editor/composer/skin/default/Editor.css +lib/mozilla/chrome/editor/composer/skin/default/images/ED_Align.gif +lib/mozilla/chrome/editor/composer/skin/default/images/ED_BackColor.gif +lib/mozilla/chrome/editor/composer/skin/default/images/ED_Bold.gif +lib/mozilla/chrome/editor/composer/skin/default/images/ED_Bullets.gif +lib/mozilla/chrome/editor/composer/skin/default/images/ED_Center.gif +lib/mozilla/chrome/editor/composer/skin/default/images/ED_Copy.gif +lib/mozilla/chrome/editor/composer/skin/default/images/ED_Cut.gif +lib/mozilla/chrome/editor/composer/skin/default/images/ED_Find.gif +lib/mozilla/chrome/editor/composer/skin/default/images/ED_HLine.gif +lib/mozilla/chrome/editor/composer/skin/default/images/ED_Image.gif +lib/mozilla/chrome/editor/composer/skin/default/images/ED_Indent.gif +lib/mozilla/chrome/editor/composer/skin/default/images/ED_Italic.gif +lib/mozilla/chrome/editor/composer/skin/default/images/ED_Justify.gif +lib/mozilla/chrome/editor/composer/skin/default/images/ED_Left.gif +lib/mozilla/chrome/editor/composer/skin/default/images/ED_Link.gif +lib/mozilla/chrome/editor/composer/skin/default/images/ED_NewFile.gif +lib/mozilla/chrome/editor/composer/skin/default/images/ED_Numbers.gif +lib/mozilla/chrome/editor/composer/skin/default/images/ED_ObjectPopup.gif +lib/mozilla/chrome/editor/composer/skin/default/images/ED_OpenFile.gif +lib/mozilla/chrome/editor/composer/skin/default/images/ED_Outdent.gif +lib/mozilla/chrome/editor/composer/skin/default/images/ED_Paste.gif +lib/mozilla/chrome/editor/composer/skin/default/images/ED_Preview.gif +lib/mozilla/chrome/editor/composer/skin/default/images/ED_Print.gif +lib/mozilla/chrome/editor/composer/skin/default/images/ED_Publish.gif +lib/mozilla/chrome/editor/composer/skin/default/images/ED_Redo.gif +lib/mozilla/chrome/editor/composer/skin/default/images/ED_Right.gif +lib/mozilla/chrome/editor/composer/skin/default/images/ED_SaveFile.gif +lib/mozilla/chrome/editor/composer/skin/default/images/ED_Spell.gif +lib/mozilla/chrome/editor/composer/skin/default/images/ED_Table.gif +lib/mozilla/chrome/editor/composer/skin/default/images/ED_Target.gif +lib/mozilla/chrome/editor/composer/skin/default/images/ED_TextColor.gif +lib/mozilla/chrome/editor/composer/skin/default/images/ED_Underline.gif +lib/mozilla/chrome/editor/composer/skin/default/images/ED_Undo.gif +lib/mozilla/chrome/editor/dialogs/content/default/EdDialogCommon.js +lib/mozilla/chrome/editor/dialogs/content/default/EdHLineProps.js +lib/mozilla/chrome/editor/dialogs/content/default/EdHLineProps.xul +lib/mozilla/chrome/editor/dialogs/content/default/EdImageProps.js +lib/mozilla/chrome/editor/dialogs/content/default/EdImageProps.xul +lib/mozilla/chrome/editor/dialogs/content/default/EdInsSrc.js +lib/mozilla/chrome/editor/dialogs/content/default/EdInsSrc.xul +lib/mozilla/chrome/editor/dialogs/content/default/EdInsertTable.js +lib/mozilla/chrome/editor/dialogs/content/default/EdInsertTable.xul +lib/mozilla/chrome/editor/dialogs/content/default/EdLinkProps.js +lib/mozilla/chrome/editor/dialogs/content/default/EdLinkProps.xul +lib/mozilla/chrome/editor/dialogs/content/default/EdNamedAnchorProps.js +lib/mozilla/chrome/editor/dialogs/content/default/EdNamedAnchorProps.xul +lib/mozilla/chrome/editor/dialogs/content/default/EdSpellCheck.js +lib/mozilla/chrome/editor/dialogs/content/default/EdSpellCheck.xul +lib/mozilla/chrome/editor/dialogs/skin/default/EditorDialog.css +lib/mozilla/chrome/messenger/content/default/3panemail.html +lib/mozilla/chrome/messenger/content/default/AccountManager.js +lib/mozilla/chrome/messenger/content/default/AccountManager.xul +lib/mozilla/chrome/messenger/content/default/AccountWizard.js +lib/mozilla/chrome/messenger/content/default/AccountWizard.xul +lib/mozilla/chrome/messenger/content/default/FilterEditor.js +lib/mozilla/chrome/messenger/content/default/FilterEditor.xul +lib/mozilla/chrome/messenger/content/default/FilterListDialog.js +lib/mozilla/chrome/messenger/content/default/FilterListDialog.xul +lib/mozilla/chrome/messenger/content/default/SearchDialog.js +lib/mozilla/chrome/messenger/content/default/SearchDialog.xul +lib/mozilla/chrome/messenger/content/default/SearchOptions.xul +lib/mozilla/chrome/messenger/content/default/accounttree.xul +lib/mozilla/chrome/messenger/content/default/am-advanced.xul +lib/mozilla/chrome/messenger/content/default/am-copies.xul +lib/mozilla/chrome/messenger/content/default/am-main.xul +lib/mozilla/chrome/messenger/content/default/am-server-pop3.xul +lib/mozilla/chrome/messenger/content/default/am-server-top.xul +lib/mozilla/chrome/messenger/content/default/am-server.xul +lib/mozilla/chrome/messenger/content/default/aw-accname.xul +lib/mozilla/chrome/messenger/content/default/aw-accounttype.xul +lib/mozilla/chrome/messenger/content/default/aw-done.xul +lib/mozilla/chrome/messenger/content/default/aw-identity.xul +lib/mozilla/chrome/messenger/content/default/aw-login.xul +lib/mozilla/chrome/messenger/content/default/aw-server.xul +lib/mozilla/chrome/messenger/content/default/commandglue.js +lib/mozilla/chrome/messenger/content/default/custreceipt.html +lib/mozilla/chrome/messenger/content/default/folderPane.xul +lib/mozilla/chrome/messenger/content/default/message.html +lib/mozilla/chrome/messenger/content/default/messagePane.xul +lib/mozilla/chrome/messenger/content/default/messenger.xul +lib/mozilla/chrome/messenger/content/default/news-test.js +lib/mozilla/chrome/messenger/content/default/news-test.xul +lib/mozilla/chrome/messenger/content/default/pref-diskspace.html +lib/mozilla/chrome/messenger/content/default/pref-identity.html +lib/mozilla/chrome/messenger/content/default/pref-mailnews.html +lib/mozilla/chrome/messenger/content/default/pref-mailservers.html +lib/mozilla/chrome/messenger/content/default/pref-newsservers.html +lib/mozilla/chrome/messenger/content/default/pref-receipts.html +lib/mozilla/chrome/messenger/content/default/pref-winsetting.html +lib/mozilla/chrome/messenger/content/default/shareglue.js +lib/mozilla/chrome/messenger/content/default/subscribe.xul +lib/mozilla/chrome/messenger/content/default/threadPane.xul +lib/mozilla/chrome/messenger/content/default/widgetglue.js +lib/mozilla/chrome/messenger/skin/default/accounttree.css +lib/mozilla/chrome/messenger/skin/default/check.gif +lib/mozilla/chrome/messenger/skin/default/closedInbox.gif +lib/mozilla/chrome/messenger/skin/default/closedMailFolder.gif +lib/mozilla/chrome/messenger/skin/default/closedOutbox.gif +lib/mozilla/chrome/messenger/skin/default/closedTrash.gif +lib/mozilla/chrome/messenger/skin/default/dot.gif +lib/mozilla/chrome/messenger/skin/default/folderHasMail.gif +lib/mozilla/chrome/messenger/skin/default/folderPane.css +lib/mozilla/chrome/messenger/skin/default/forward.gif +lib/mozilla/chrome/messenger/skin/default/frown.gif +lib/mozilla/chrome/messenger/skin/default/getmsg.gif +lib/mozilla/chrome/messenger/skin/default/localMailHost.gif +lib/mozilla/chrome/messenger/skin/default/mailMessage.gif +lib/mozilla/chrome/messenger/skin/default/mailheader-all.css +lib/mozilla/chrome/messenger/skin/default/mailheader-micro.css +lib/mozilla/chrome/messenger/skin/default/mailheader-normal.css +lib/mozilla/chrome/messenger/skin/default/messenger.css +lib/mozilla/chrome/messenger/skin/default/newmsg.gif +lib/mozilla/chrome/messenger/skin/default/newsHost.gif +lib/mozilla/chrome/messenger/skin/default/openMailFolder.gif +lib/mozilla/chrome/messenger/skin/default/reply.gif +lib/mozilla/chrome/messenger/skin/default/sick.gif +lib/mozilla/chrome/messenger/skin/default/smile.gif +lib/mozilla/chrome/messenger/skin/default/subscribe.css +lib/mozilla/chrome/messenger/skin/default/threadPane.css +lib/mozilla/chrome/messenger/skin/default/trash.gif +lib/mozilla/chrome/messenger/skin/default/winclassic.gif +lib/mozilla/chrome/messenger/skin/default/wink.gif +lib/mozilla/chrome/messenger/skin/default/winwide.gif +lib/mozilla/chrome/messenger/skin/default/wizard.css +lib/mozilla/chrome/messengercompose/content/default/MsgComposeCommands.js +lib/mozilla/chrome/messengercompose/content/default/defaultHtmlBody.html +lib/mozilla/chrome/messengercompose/content/default/defaultTextBody.html +lib/mozilla/chrome/messengercompose/content/default/messengercompose.xul +lib/mozilla/chrome/messengercompose/content/default/pref-copiesfolders.html +lib/mozilla/chrome/messengercompose/content/default/pref-formatting.html +lib/mozilla/chrome/messengercompose/content/default/pref-messages.html +lib/mozilla/chrome/messengercompose/skin/default/address.gif +lib/mozilla/chrome/messengercompose/skin/default/attach.gif +lib/mozilla/chrome/messengercompose/skin/default/messengercompose.css +lib/mozilla/chrome/messengercompose/skin/default/quote.gif +lib/mozilla/chrome/messengercompose/skin/default/save.gif +lib/mozilla/chrome/messengercompose/skin/default/send.gif +lib/mozilla/chrome/messengercompose/skin/default/spelling.gif +lib/mozilla/chrome/messengercompose/skin/default/stop.gif +lib/mozilla/chrome/pref/content/default/PrefsWindow.html +lib/mozilla/chrome/pref/content/default/PrefsWindow.js +lib/mozilla/chrome/pref/content/default/PrefsWindow.xul +lib/mozilla/chrome/pref/content/default/pref-advanced.xul +lib/mozilla/chrome/pref/content/default/pref-appearance.xul +lib/mozilla/chrome/pref/content/default/pref-applications.xul +lib/mozilla/chrome/pref/content/default/pref-cache.xul +lib/mozilla/chrome/pref/content/default/pref-colors.xul +lib/mozilla/chrome/pref/content/default/pref-composer.xul +lib/mozilla/chrome/pref/content/default/pref-download.xul +lib/mozilla/chrome/pref/content/default/pref-fonts.xul +lib/mozilla/chrome/pref/content/default/pref-languages.xul +lib/mozilla/chrome/pref/content/default/pref-navigator.xul +lib/mozilla/chrome/pref/content/default/pref-offline.xul +lib/mozilla/chrome/pref/content/default/pref-proxies.xul +lib/mozilla/chrome/pref/content/default/pref-publish.xul +lib/mozilla/chrome/pref/content/default/pref-select.html +lib/mozilla/chrome/pref/content/default/pref-smart_browsing.xul +lib/mozilla/chrome/pref/content/default/pref-smartupdate.html +lib/mozilla/chrome/pref/content/default/preftree.xul +lib/mozilla/chrome/pref/skin/default/pref.css +lib/mozilla/chrome/pref/skin/default/preftree.css +lib/mozilla/chrome/registry.rdf +lib/mozilla/component.reg +lib/mozilla/components/addrbook.xpt +lib/mozilla/components/all.js +lib/mozilla/components/appcores.xpt +lib/mozilla/components/appshell.xpt +lib/mozilla/components/bookmarks.xpt +lib/mozilla/components/config.js +lib/mozilla/components/cookieviewer.xpt +lib/mozilla/components/dom.xpt +lib/mozilla/components/editor.js +lib/mozilla/components/editor.xpt +lib/mozilla/components/history.xpt +lib/mozilla/components/initpref.js +lib/mozilla/components/jar.xpt +lib/mozilla/components/libaddrbook.so +lib/mozilla/components/libbookmarks.so +lib/mozilla/components/libchardet.so +lib/mozilla/components/libchrome.so +lib/mozilla/components/libender.so +lib/mozilla/components/libgfxps.so +lib/mozilla/components/libhistory.so +lib/mozilla/components/libjar50.so +lib/mozilla/components/liblocalmail.so +lib/mozilla/components/liblwbrk.so +lib/mozilla/components/libmailnews.so +lib/mozilla/components/libmime.so +lib/mozilla/components/libmimeemitter.so +lib/mozilla/components/libmork.so +lib/mozilla/components/libmozfind.so +lib/mozilla/components/libmozucth.so +lib/mozilla/components/libmozxfer.so +lib/mozilla/components/libmsgcompose.so +lib/mozilla/components/libmsgdb.so +lib/mozilla/components/libmsgimap.so +lib/mozilla/components/libmsgnews.so +lib/mozilla/components/libnsgif.so +lib/mozilla/components/libnsjpg.so +lib/mozilla/components/libnslocale.so +lib/mozilla/components/libnspng.so +lib/mozilla/components/libprefwindow.so +lib/mozilla/components/libprofile.so +lib/mozilla/components/libraptorhtml.so +lib/mozilla/components/librdf.so +lib/mozilla/components/librelated.so +lib/mozilla/components/libsample.so +lib/mozilla/components/libstrres.so +lib/mozilla/components/libtxmgr.so +lib/mozilla/components/libtxtsvc.so +lib/mozilla/components/libuconv.so +lib/mozilla/components/libucvcn.so +lib/mozilla/components/libucvja.so +lib/mozilla/components/libucvja2.so +lib/mozilla/components/libucvko.so +lib/mozilla/components/libucvlatin.so +lib/mozilla/components/libucvtw.so +lib/mozilla/components/libucvtw2.so +lib/mozilla/components/libunicharutil.so +lib/mozilla/components/libvcard.so +lib/mozilla/components/libwallet.so +lib/mozilla/components/libwalletviewers.so +lib/mozilla/components/libxpconnect.so +lib/mozilla/components/libxpctest.so +lib/mozilla/components/libxpinstall.so +lib/mozilla/components/mailnews.js +lib/mozilla/components/mailnews.xpt +lib/mozilla/components/mozcomps.xpt +lib/mozilla/components/mozfind.xpt +lib/mozilla/components/mozucth.xpt +lib/mozilla/components/mozxfer.xpt +lib/mozilla/components/msgbase.xpt +lib/mozilla/components/msgcompose.xpt +lib/mozilla/components/msgdb.xpt +lib/mozilla/components/msglocal.xpt +lib/mozilla/components/msgnews.xpt +lib/mozilla/components/msgsearch.xpt +lib/mozilla/components/pref.xpt +lib/mozilla/components/prefwindow.xpt +lib/mozilla/components/proxyObjInst.xpt +lib/mozilla/components/proxytest.xpt +lib/mozilla/components/rdf.xpt +lib/mozilla/components/related.xpt +lib/mozilla/components/sample.xpt +lib/mozilla/components/signonviewer.xpt +lib/mozilla/components/unix.js +lib/mozilla/components/walleteditor.xpt +lib/mozilla/components/walletpreview.xpt +lib/mozilla/components/widget.xpt +lib/mozilla/components/xpcom_base.xpt +lib/mozilla/components/xpcom_ds.xpt +lib/mozilla/components/xpcom_io.xpt +lib/mozilla/components/xpconnect.xpt +lib/mozilla/components/xpinstall.js +lib/mozilla/components/xpinstall.xpt +lib/mozilla/defaults/bookmarks.html +lib/mozilla/htmlrobot +lib/mozilla/identity +lib/mozilla/idlc +lib/mozilla/jscpucfg +lib/mozilla/libMyService.so +lib/mozilla/libabouturl.so +lib/mozilla/libappcores.so +lib/mozilla/libcaps.so +lib/mozilla/libexpat.so +lib/mozilla/libfileurl.so +lib/mozilla/libftpurl.so +lib/mozilla/libgfxgtk.so +lib/mozilla/libgophurl.so +lib/mozilla/libhttpurl.so +lib/mozilla/libimg.so +lib/mozilla/libjsdom.so +lib/mozilla/libjsurl.so +lib/mozilla/libmimetype.so +lib/mozilla/libmozdbm.so +lib/mozilla/libmozjs.so +lib/mozilla/libmozutil.so +lib/mozilla/libmsgbaseutil.so +lib/mozilla/libnetcache.so +lib/mozilla/libnetcnvts.so +lib/mozilla/libnetlib.so +lib/mozilla/libnetwork.so +lib/mozilla/libnsappshell.so +lib/mozilla/libnspr3.so +lib/mozilla/libplc3.so +lib/mozilla/libplds3.so +lib/mozilla/libpref.so +lib/mozilla/libpwcac.so +lib/mozilla/libraptorgfx.so +lib/mozilla/libraptorhtmlpars.so +lib/mozilla/libraptorplugin.so +lib/mozilla/libraptorview.so +lib/mozilla/libraptorwebwidget.so +lib/mozilla/libreg.so +lib/mozilla/libremoturl.so +lib/mozilla/libsecfree.so +lib/mozilla/libsockstuburl.so +lib/mozilla/libtestdynamic.so +lib/mozilla/libwidgetgtk.so +lib/mozilla/libxmltok.so +lib/mozilla/libxp.so +lib/mozilla/libxpcom.so +lib/mozilla/lots +lib/mozilla/mozilla-apprunner.sh +lib/mozilla/mozilla-viewer.sh +lib/mozilla/netscape.cfg +lib/mozilla/nettest +lib/mozilla/nntpTest +lib/mozilla/nsinstall +lib/mozilla/pop3Test +lib/mozilla/proxytests +lib/mozilla/rdfcat +lib/mozilla/rdfpoll +lib/mozilla/regExport +lib/mozilla/res/charsetalias.properties +lib/mozilla/res/cookie.properties +lib/mozilla/res/html/broken-image.gif +lib/mozilla/res/html/empty_doc.html +lib/mozilla/res/mailnews/messenger/mime_en.properties +lib/mozilla/res/mailnews/messenger/vcard_en.properties +lib/mozilla/res/mailnews/tests/AccountManagerTest.js +lib/mozilla/res/mailnews/tests/AccountManagerTest.xul +lib/mozilla/res/network/gopher-audio.gif +lib/mozilla/res/network/gopher-binary.gif +lib/mozilla/res/network/gopher-find.gif +lib/mozilla/res/network/gopher-image.gif +lib/mozilla/res/network/gopher-menu.gif +lib/mozilla/res/network/gopher-movie.gif +lib/mozilla/res/network/gopher-telnet.gif +lib/mozilla/res/network/gopher-text.gif +lib/mozilla/res/network/gopher-unknown.gif +lib/mozilla/res/profile/common.css +lib/mozilla/res/profile/content1.xul +lib/mozilla/res/profile/content2.xul +lib/mozilla/res/profile/content3.xul +lib/mozilla/res/profile/content4.xul +lib/mozilla/res/profile/contentManager4.xul +lib/mozilla/res/profile/cpw.xul +lib/mozilla/res/profile/cpwManager.xul +lib/mozilla/res/profile/cpwPreg.xul +lib/mozilla/res/profile/errorDialog.html +lib/mozilla/res/profile/navFinishPreg.xul +lib/mozilla/res/profile/navStartPreg.xul +lib/mozilla/res/profile/navigationFinish.xul +lib/mozilla/res/profile/navigationManagerFinish.xul +lib/mozilla/res/profile/navigationManagerStart.xul +lib/mozilla/res/profile/navigationStart.xul +lib/mozilla/res/profile/pm.css +lib/mozilla/res/profile/pm.xul +lib/mozilla/res/profile/pmDelete.xul +lib/mozilla/res/profile/pmMigrateAll.xul +lib/mozilla/res/profile/pmrename.xul +lib/mozilla/res/profile/preg.html +lib/mozilla/res/profile/profileManager.html +lib/mozilla/res/profile/profileManagerContainer.xul +lib/mozilla/res/profile/renameProfile.html +lib/mozilla/res/rdf/article.gif +lib/mozilla/res/rdf/dialog.js +lib/mozilla/res/rdf/dialog.xul +lib/mozilla/res/rdf/dialogFrame.html +lib/mozilla/res/rdf/dialogSidebar.js +lib/mozilla/res/rdf/dialogSidebar.xul +lib/mozilla/res/rdf/document.gif +lib/mozilla/res/rdf/dom-test-1.xul +lib/mozilla/res/rdf/dom-test-2.xul +lib/mozilla/res/rdf/dom-test-3.xul +lib/mozilla/res/rdf/dom-test-4.css +lib/mozilla/res/rdf/dom-test-4.xul +lib/mozilla/res/rdf/dom-test-5.xul +lib/mozilla/res/rdf/dom-test-6.xul +lib/mozilla/res/rdf/dom-test-7.xul +lib/mozilla/res/rdf/dom-test-8.xul +lib/mozilla/res/rdf/flames.gif +lib/mozilla/res/rdf/flash-registry.rdf +lib/mozilla/res/rdf/flash.css +lib/mozilla/res/rdf/flash.js +lib/mozilla/res/rdf/flash.xul +lib/mozilla/res/rdf/folder-closed.gif +lib/mozilla/res/rdf/folder-open.gif +lib/mozilla/res/rdf/ignore-test.xul +lib/mozilla/res/rdf/loading.gif +lib/mozilla/res/rdf/online.gif +lib/mozilla/res/rdf/remote-flash-1.rdf +lib/mozilla/res/rdf/remote-flash-2.rdf +lib/mozilla/res/rdf/remote-flash-3.rdf +lib/mozilla/res/rdf/sidebar-browser.rdf +lib/mozilla/res/rdf/sidebar-browser.xul +lib/mozilla/res/rdf/sidebar-registry.rdf +lib/mozilla/res/rdf/sidebar.css +lib/mozilla/res/rdf/sidebar.js +lib/mozilla/res/rdf/stock.gif +lib/mozilla/res/rdf/unread.gif +lib/mozilla/res/rdf/xpidl-test-1.xul +lib/mozilla/res/samples/Anieyes.gif +lib/mozilla/res/samples/CookieViewer.html +lib/mozilla/res/samples/DumpDOM.js +lib/mozilla/res/samples/NetSupportAlert.xul +lib/mozilla/res/samples/NetSupportConfirm.xul +lib/mozilla/res/samples/NetSupportConfirmCheck.xul +lib/mozilla/res/samples/NetSupportPassword.xul +lib/mozilla/res/samples/NetSupportPrompt.xul +lib/mozilla/res/samples/NetSupportUserPassword.xul +lib/mozilla/res/samples/SignonViewer.html +lib/mozilla/res/samples/WalletEditor.html +lib/mozilla/res/samples/WalletPreview.html +lib/mozilla/res/samples/aform.css +lib/mozilla/res/samples/alertl.gif +lib/mozilla/res/samples/beeptest.html +lib/mozilla/res/samples/bform.css +lib/mozilla/res/samples/bg.jpg +lib/mozilla/res/samples/bm-panel.xul +lib/mozilla/res/samples/bm-props.js +lib/mozilla/res/samples/bm-props.xul +lib/mozilla/res/samples/bookmark-folder-closed.gif +lib/mozilla/res/samples/bookmark-folder-open.gif +lib/mozilla/res/samples/bookmark-item.gif +lib/mozilla/res/samples/bookmarks.css +lib/mozilla/res/samples/bookmarks.html +lib/mozilla/res/samples/bookmarks.js +lib/mozilla/res/samples/bookmarks.xul +lib/mozilla/res/samples/cform.css +lib/mozilla/res/samples/checkboxTest.xul +lib/mozilla/res/samples/contentframe.css +lib/mozilla/res/samples/contentframe.js +lib/mozilla/res/samples/contentframe.xul +lib/mozilla/res/samples/demoform.css +lib/mozilla/res/samples/dexanimdialog.xul +lib/mozilla/res/samples/dexanimmaster.xul +lib/mozilla/res/samples/dexparamdialog.xul +lib/mozilla/res/samples/dexparammaster.xul +lib/mozilla/res/samples/dexsimpledialog.xul +lib/mozilla/res/samples/dexsimplemaster.xul +lib/mozilla/res/samples/dialogs.css +lib/mozilla/res/samples/downloadProgress.css +lib/mozilla/res/samples/downloadProgress.xul +lib/mozilla/res/samples/errorI.gif +lib/mozilla/res/samples/find.html +lib/mozilla/res/samples/finddialog.js +lib/mozilla/res/samples/finddialog.xul +lib/mozilla/res/samples/gear1.gif +lib/mozilla/res/samples/history-test.js +lib/mozilla/res/samples/history-test.xul +lib/mozilla/res/samples/history.css +lib/mozilla/res/samples/history.xul +lib/mozilla/res/samples/iefavorite.gif +lib/mozilla/res/samples/image_props.html +lib/mozilla/res/samples/lessCols.gif +lib/mozilla/res/samples/lessCols_dis.gif +lib/mozilla/res/samples/lessCols_mo.gif +lib/mozilla/res/samples/manage-bookmarks.css +lib/mozilla/res/samples/messagel.gif +lib/mozilla/res/samples/moreCols.gif +lib/mozilla/res/samples/moreCols_dis.gif +lib/mozilla/res/samples/moreCols_mo.gif +lib/mozilla/res/samples/mozform.css +lib/mozilla/res/samples/navigator-goofy.css +lib/mozilla/res/samples/navigator-mozillazine0.css +lib/mozilla/res/samples/navigator-shiny.css +lib/mozilla/res/samples/navigator-test1.xul +lib/mozilla/res/samples/navigator.css +lib/mozilla/res/samples/navigator.js +lib/mozilla/res/samples/navigator.xul +lib/mozilla/res/samples/openLocation.js +lib/mozilla/res/samples/openLocation.xul +lib/mozilla/res/samples/personal-folder-closed.gif +lib/mozilla/res/samples/personal-folder-open.gif +lib/mozilla/res/samples/picstest1.html +lib/mozilla/res/samples/printsetup.html +lib/mozilla/res/samples/questionl.gif +lib/mozilla/res/samples/raindrops_light.gif +lib/mozilla/res/samples/raptor.jpg +lib/mozilla/res/samples/related-panel.css +lib/mozilla/res/samples/related-panel.js +lib/mozilla/res/samples/related-panel.xul +lib/mozilla/res/samples/rock_gra.gif +lib/mozilla/res/samples/sampleimages/bongo.gif +lib/mozilla/res/samples/sampleimages/down.gif +lib/mozilla/res/samples/sampleimages/left.gif +lib/mozilla/res/samples/sampleimages/right.gif +lib/mozilla/res/samples/sampleimages/up.gif +lib/mozilla/res/samples/scrollDown.gif +lib/mozilla/res/samples/scrollDown_dis.gif +lib/mozilla/res/samples/scrollDown_mo.gif +lib/mozilla/res/samples/scrollThumb.gif +lib/mozilla/res/samples/scrollThumb_dis.gif +lib/mozilla/res/samples/scrollThumb_mo.gif +lib/mozilla/res/samples/scrollUp.gif +lib/mozilla/res/samples/scrollUp_dis.gif +lib/mozilla/res/samples/scrollUp_mo.gif +lib/mozilla/res/samples/scrollbarTest1.xul +lib/mozilla/res/samples/scrollbarTest2.xul +lib/mozilla/res/samples/sitemap.gif +lib/mozilla/res/samples/skindemo.xul +lib/mozilla/res/samples/sliderTest1.xul +lib/mozilla/res/samples/status.xul +lib/mozilla/res/samples/tab.xul +lib/mozilla/res/samples/test0.html +lib/mozilla/res/samples/test1.html +lib/mozilla/res/samples/test10.html +lib/mozilla/res/samples/test11.html +lib/mozilla/res/samples/test12.html +lib/mozilla/res/samples/test13.html +lib/mozilla/res/samples/test14.html +lib/mozilla/res/samples/test15.html +lib/mozilla/res/samples/test16.html +lib/mozilla/res/samples/test2.html +lib/mozilla/res/samples/test3.html +lib/mozilla/res/samples/test4.html +lib/mozilla/res/samples/test5.html +lib/mozilla/res/samples/test6.html +lib/mozilla/res/samples/test7.html +lib/mozilla/res/samples/test8-1.html +lib/mozilla/res/samples/test8.html +lib/mozilla/res/samples/test8dom.html +lib/mozilla/res/samples/test8sca.html +lib/mozilla/res/samples/test8siz.html +lib/mozilla/res/samples/test8tab.html +lib/mozilla/res/samples/test9.html +lib/mozilla/res/samples/test9a.html +lib/mozilla/res/samples/test9b.html +lib/mozilla/res/samples/test_ed.html +lib/mozilla/res/samples/test_form.html +lib/mozilla/res/samples/test_gfx.html +lib/mozilla/res/samples/test_lbox.html +lib/mozilla/res/samples/test_pr.html +lib/mozilla/res/samples/toolbar.xml +lib/mozilla/res/samples/toolbarTest1.xul +lib/mozilla/res/samples/tooltip.js +lib/mozilla/res/samples/treeTest1.css +lib/mozilla/res/samples/treeTest1.xul +lib/mozilla/res/samples/unknownContent.xul +lib/mozilla/res/samples/viewSource.xul +lib/mozilla/res/samples/viewsource.js +lib/mozilla/res/samples/xpconnect-sample.html +lib/mozilla/res/samples/xul.css +lib/mozilla/res/samples/xulTest.css +lib/mozilla/res/strres.properties +lib/mozilla/res/test.properties +lib/mozilla/res/throbber/anim.gif +lib/mozilla/res/throbber/anims00.gif +lib/mozilla/res/throbber/anims01.gif +lib/mozilla/res/throbber/anims02.gif +lib/mozilla/res/throbber/anims03.gif +lib/mozilla/res/throbber/anims04.gif +lib/mozilla/res/throbber/anims05.gif +lib/mozilla/res/throbber/anims06.gif +lib/mozilla/res/throbber/anims07.gif +lib/mozilla/res/throbber/anims08.gif +lib/mozilla/res/throbber/anims09.gif +lib/mozilla/res/throbber/anims10.gif +lib/mozilla/res/throbber/anims11.gif +lib/mozilla/res/throbber/anims12.gif +lib/mozilla/res/throbber/anims13.gif +lib/mozilla/res/throbber/anims14.gif +lib/mozilla/res/throbber/anims15.gif +lib/mozilla/res/throbber/anims16.gif +lib/mozilla/res/throbber/anims17.gif +lib/mozilla/res/throbber/anims18.gif +lib/mozilla/res/throbber/anims19.gif +lib/mozilla/res/throbber/anims20.gif +lib/mozilla/res/throbber/anims21.gif +lib/mozilla/res/throbber/anims22.gif +lib/mozilla/res/throbber/anims23.gif +lib/mozilla/res/throbber/anims24.gif +lib/mozilla/res/throbber/anims25.gif +lib/mozilla/res/throbber/anims26.gif +lib/mozilla/res/throbber/anims27.gif +lib/mozilla/res/throbber/anims28.gif +lib/mozilla/res/throbber/anims29.gif +lib/mozilla/res/throbber/throbbingN.gif +lib/mozilla/res/toolbar/DialogAddrIcon.gif +lib/mozilla/res/toolbar/DialogAddrIcon_mo.gif +lib/mozilla/res/toolbar/DialogCompIcon.gif +lib/mozilla/res/toolbar/DialogCompIcon_mo.gif +lib/mozilla/res/toolbar/DialogMailIcon.gif +lib/mozilla/res/toolbar/DialogMailIcon_mo.gif +lib/mozilla/res/toolbar/DialogNavIcon.gif +lib/mozilla/res/toolbar/DialogNavIcon_mo.gif +lib/mozilla/res/toolbar/Mail_Forward.gif +lib/mozilla/res/toolbar/Mail_GetMsg.gif +lib/mozilla/res/toolbar/Mail_NewMsg.gif +lib/mozilla/res/toolbar/Mail_Reply.gif +lib/mozilla/res/toolbar/Mail_SendMsg.gif +lib/mozilla/res/toolbar/StatusBar-insecure.gif +lib/mozilla/res/toolbar/StatusBar-secure.gif +lib/mozilla/res/toolbar/TB_Back.gif +lib/mozilla/res/toolbar/TB_Back_dis.gif +lib/mozilla/res/toolbar/TB_Back_mo.gif +lib/mozilla/res/toolbar/TB_Bookmarks.gif +lib/mozilla/res/toolbar/TB_Bookmarks_mo.gif +lib/mozilla/res/toolbar/TB_Edit.gif +lib/mozilla/res/toolbar/TB_Forward.gif +lib/mozilla/res/toolbar/TB_Forward_dis.gif +lib/mozilla/res/toolbar/TB_Forward_mo.gif +lib/mozilla/res/toolbar/TB_HTab.gif +lib/mozilla/res/toolbar/TB_HTab_mo.gif +lib/mozilla/res/toolbar/TB_Home.gif +lib/mozilla/res/toolbar/TB_Home_mo.gif +lib/mozilla/res/toolbar/TB_LoadImages.gif +lib/mozilla/res/toolbar/TB_LoadImages.mo.gif +lib/mozilla/res/toolbar/TB_Location.gif +lib/mozilla/res/toolbar/TB_Location_mo.gif +lib/mozilla/res/toolbar/TB_MiniAddr.gif +lib/mozilla/res/toolbar/TB_MiniComp.gif +lib/mozilla/res/toolbar/TB_MiniMail.gif +lib/mozilla/res/toolbar/TB_MiniNav.gif +lib/mozilla/res/toolbar/TB_MiniTab.gif +lib/mozilla/res/toolbar/TB_MixSecurity.gif +lib/mozilla/res/toolbar/TB_MixSecurity.mo.gif +lib/mozilla/res/toolbar/TB_Netscape.gif +lib/mozilla/res/toolbar/TB_Netscape_mo.gif +lib/mozilla/res/toolbar/TB_NewBack.gif +lib/mozilla/res/toolbar/TB_NewForward.gif +lib/mozilla/res/toolbar/TB_NewHome.gif +lib/mozilla/res/toolbar/TB_NewPrint.gif +lib/mozilla/res/toolbar/TB_NewReload.gif +lib/mozilla/res/toolbar/TB_NewStop.gif +lib/mozilla/res/toolbar/TB_PersonalIcon.gif +lib/mozilla/res/toolbar/TB_Places.gif +lib/mozilla/res/toolbar/TB_Places_mo.gif +lib/mozilla/res/toolbar/TB_Print.gif +lib/mozilla/res/toolbar/TB_Print_mo.gif +lib/mozilla/res/toolbar/TB_Reload.gif +lib/mozilla/res/toolbar/TB_Reload_mo.gif +lib/mozilla/res/toolbar/TB_Search.gif +lib/mozilla/res/toolbar/TB_Search_mo.gif +lib/mozilla/res/toolbar/TB_Secure.gif +lib/mozilla/res/toolbar/TB_Secure_mo.gif +lib/mozilla/res/toolbar/TB_Stop.gif +lib/mozilla/res/toolbar/TB_Stop.mo.gif +lib/mozilla/res/toolbar/TB_Stop_dis.gif +lib/mozilla/res/toolbar/TB_Stop_mo.gif +lib/mozilla/res/toolbar/TB_Tab.gif +lib/mozilla/res/toolbar/TB_TabSmall.gif +lib/mozilla/res/toolbar/TB_TabSmall_mo.gif +lib/mozilla/res/toolbar/TB_Tab_mo.gif +lib/mozilla/res/toolbar/TB_Unsecure.gif +lib/mozilla/res/toolbar/TB_Unsecure.mo.gif +lib/mozilla/res/toolbar/TB_WhatsRelated.gif +lib/mozilla/res/toolbar/TB_WhatsRelated_mo.gif +lib/mozilla/res/toolbar/TB_popup.gif +lib/mozilla/res/toolbar/grippy-horizontal-after.gif +lib/mozilla/res/toolbar/grippy-horizontal-before.gif +lib/mozilla/res/toolbar/grippy-vertical-after.gif +lib/mozilla/res/toolbar/grippy-vertical-before.gif +lib/mozilla/res/ua.css +lib/mozilla/res/unixcharset.properties +lib/mozilla/res/viewer.properties +lib/mozilla/res/wallet.properties +lib/mozilla/res/xpinstall/progress.css +lib/mozilla/res/xpinstall/progress.html +lib/mozilla/res/xpinstall/progress.xul +lib/mozilla/run-mozilla.sh +lib/mozilla/smtpTest +lib/mozilla/testimap +lib/mozilla/testmailnews +lib/mozilla/testxpc.js +lib/mozilla/ucgendat +lib/mozilla/viewer +lib/mozilla/vreg +lib/mozilla/widget +lib/mozilla/xpcshell +lib/mozilla/xpctest_echo.js +lib/mozilla/xpidl +lib/mozilla/xpt_dump +lib/mozilla/xpt_link +@dirrm lib/mozilla/res/xpinstall +@dirrm lib/mozilla/res/toolbar +@dirrm lib/mozilla/res/throbber +@dirrm lib/mozilla/res/samples/sampleimages +@dirrm lib/mozilla/res/samples +@dirrm lib/mozilla/res/rdf +@dirrm lib/mozilla/res/profile +@dirrm lib/mozilla/res/network +@dirrm lib/mozilla/res/mailnews/tests +@dirrm lib/mozilla/res/mailnews/messenger +@dirrm lib/mozilla/res/mailnews +@dirrm lib/mozilla/res/html +@dirrm lib/mozilla/res +@dirrm lib/mozilla/plugins +@dirrm lib/mozilla/defaults +@dirrm lib/mozilla/components +@dirrm lib/mozilla/chrome/pref/skin/default +@dirrm lib/mozilla/chrome/pref/skin +@dirrm lib/mozilla/chrome/pref/content/default +@dirrm lib/mozilla/chrome/pref/content +@dirrm lib/mozilla/chrome/pref +@dirrm lib/mozilla/chrome/messengercompose/skin/default +@dirrm lib/mozilla/chrome/messengercompose/skin +@dirrm lib/mozilla/chrome/messengercompose/content/default +@dirrm lib/mozilla/chrome/messengercompose/content +@dirrm lib/mozilla/chrome/messengercompose +@dirrm lib/mozilla/chrome/messenger/skin/default +@dirrm lib/mozilla/chrome/messenger/skin +@dirrm lib/mozilla/chrome/messenger/content/default +@dirrm lib/mozilla/chrome/messenger/content +@dirrm lib/mozilla/chrome/messenger +@dirrm lib/mozilla/chrome/editor/dialogs/skin/default +@dirrm lib/mozilla/chrome/editor/dialogs/skin +@dirrm lib/mozilla/chrome/editor/dialogs/content/default +@dirrm lib/mozilla/chrome/editor/dialogs/content +@dirrm lib/mozilla/chrome/editor/dialogs +@dirrm lib/mozilla/chrome/editor/composer/skin/default/images +@dirrm lib/mozilla/chrome/editor/composer/skin/default +@dirrm lib/mozilla/chrome/editor/composer/skin +@dirrm lib/mozilla/chrome/editor/composer/content/default +@dirrm lib/mozilla/chrome/editor/composer/content +@dirrm lib/mozilla/chrome/editor/composer +@dirrm lib/mozilla/chrome/editor +@dirrm lib/mozilla/chrome/browser/skin/default +@dirrm lib/mozilla/chrome/browser/skin +@dirrm lib/mozilla/chrome/browser/content/default +@dirrm lib/mozilla/chrome/browser/content +@dirrm lib/mozilla/chrome/browser +@dirrm lib/mozilla/chrome/addressbook/skin/default +@dirrm lib/mozilla/chrome/addressbook/skin +@dirrm lib/mozilla/chrome/addressbook/content/default +@dirrm lib/mozilla/chrome/addressbook/content +@dirrm lib/mozilla/chrome/addressbook +@dirrm lib/mozilla/chrome @dirrm lib/mozilla >Release-Note: >Audit-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 Jul 21 10:51:26 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id DDD24154F3 for ; Wed, 21 Jul 1999 10:51:24 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA93210; Wed, 21 Jul 1999 10:50:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Wed, 21 Jul 1999 10:50:01 -0700 (PDT) Message-Id: <199907211750.KAA93210@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Mikhail Teterin Subject: Re: ports/12722: new port: AT&T's DjVu library for scanned images Reply-To: Mikhail Teterin Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/12722; it has been noted by GNATS. From: Mikhail Teterin To: freebsd-gnats-submit@freebsd.org, mi@aldan.algebra.com Cc: Subject: Re: ports/12722: new port: AT&T's DjVu library for scanned images Date: Wed, 21 Jul 1999 13:41:57 -0400 I realized, the header files need to be installed (${PREFIX}/include/djvu). I also renamed the port from libdjvu to djvu -- it installs several binaries to ${PREFIX}/bin and is not just a library. The latest version of the port is in ftp://ftp.video-collage.com/pub/FreeBSD/djvu-port.shar (on the fly compression is available). -mi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Jul 21 11:22: 7 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id B27DD14D89 for ; Wed, 21 Jul 1999 11:22:04 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA95445; Wed, 21 Jul 1999 11:20:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from roma.coe.ufrj.br (roma.coe.ufrj.br [146.164.53.65]) by hub.freebsd.org (Postfix) with ESMTP id 3385414D89 for ; Wed, 21 Jul 1999 11:15:55 -0700 (PDT) (envelope-from jonny@jonny.eng.br) Received: (from jonny@localhost) by roma.coe.ufrj.br (8.8.8/8.8.8) id PAA24930; Wed, 21 Jul 1999 15:14:20 -0300 (EST) (envelope-from jonny) Message-Id: <199907211814.PAA24930@roma.coe.ufrj.br> Date: Wed, 21 Jul 1999 15:14:20 -0300 (EST) From: Joao Carlos Mendes Luis Reply-To: jonny@jonny.eng.br To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/12742: Port upgrade, ripenc, distfile removed. Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 12742 >Category: ports >Synopsis: Version upgrade >Confidential: 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 Jul 21 11:20:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Joao Carlos Mendes Luis >Release: FreeBSD 2.2.8-STABLE i386 >Organization: SEF/RJ >Environment: >Description: Port distifiles has been removed from master site, new version. I'm the maintainer for this port. >How-To-Repeat: >Fix: # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # . # ./files # ./files/md5 # ./pkg # ./pkg/COMMENT # ./pkg/DESCR # ./pkg/PLIST # ./Makefile # ./patches # ./patches/patch-aa # echo c - . mkdir -p . > /dev/null 2>&1 echo c - ./files mkdir -p ./files > /dev/null 2>&1 echo x - ./files/md5 sed 's/^X//' >./files/md5 << 'END-of-./files/md5' XMD5 (ripenc0.7.tar.gz) = c51ecce28d63d27444437be2d35261a6 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' XScript that automates the ripping, encoding, and naming of CD's END-of-./pkg/COMMENT echo x - ./pkg/DESCR sed 's/^X//' >./pkg/DESCR << 'END-of-./pkg/DESCR' XBourne shell script RIPENC (short for "rip and encode"). This script Xsupports cdparanoia, cdda2wav and tosha (a FreeBSD ripper) for ripping Xand bladeenc, 8hz-mp3 and l3enc for encoding. RIPENC also utilizes XCDDB lookups to name the songs as they are ripped. Cda, which is Xincluded in the XMCD package, must be used if you wish to utilize CDDB Xnaming. A manual naming option is also available. X XThis is version 0.6 (released Feb 27, 1999). X XWWW: http://www.asde.com/~mjparme/index.htm X X- Joao Carlos Mendes Luis X X XNote: This port does not depend on the binary utilities referenced Xabove. Choose and install then based on your own preferences. END-of-./pkg/DESCR echo x - ./pkg/PLIST sed 's/^X//' >./pkg/PLIST << 'END-of-./pkg/PLIST' Xbin/ripenc END-of-./pkg/PLIST echo x - ./Makefile sed 's/^X//' >./Makefile << 'END-of-./Makefile' X# New ports collection makefile for: ripenc X# URL: http://www.asde.com/~mjparme/index.htm X# Version required: 0.7 X# Date created: 28 February 1999 X# Whom: Joao Carlos Mendes Luis X# X# $Id: Makefile,v 1.1.1.1 1999/04/27 12:57:55 taoka Exp $ X# X XDISTNAME= ripenc0.7 XPKGNAME= ripenc-0.7 XCATEGORIES= audio XMASTER_SITES= http://www.asde.com/~mjparme/ X XMAINTAINER= jonny@jonny.eng.br X XWRKSRC= ${WRKDIR}/ripenc X XNO_BUILD= Shell Script X Xdo-install: X ${INSTALL_SCRIPT} ${WRKSRC}/ripenc ${PREFIX}/bin X X.include END-of-./Makefile echo c - ./patches mkdir -p ./patches > /dev/null 2>&1 echo x - ./patches/patch-aa sed 's/^X//' >./patches/patch-aa << 'END-of-./patches/patch-aa' X--- ripenc.org Wed Jul 21 14:58:41 1999 X+++ ripenc Wed Jul 21 15:01:22 1999 X@@ -340,6 +340,9 @@ X tosha) X tosha -q -f wav -d ${DEVICE} -t ${num} -o ${SAVETO}/${NAME}.wav X ;; X+ dagrab) X+ dagrab -d ${DEVICE} -f ${SAVETO}/${NAME}.wav ${num} X+ ;; X none) X echo "Not Ripping" X esac X@@ -550,7 +553,8 @@ X echo "1) cdparanoia" X echo "2) cdda2wav" X echo "3) tosha" X- echo "4) none (assume wavs exist and/or wav files need to be encoded)" X+ echo "4) tosha" X+ echo "5) none (assume wavs exist and/or wav files need to be encoded)" X echo -n "? " ; read ch X if [ "$ch" = "1" ] ; X then X@@ -565,6 +569,10 @@ X RIPPER=tosha X fi X if [ "$ch" = "4" ] ; X+ then X+ RIPPER=dagrab X+ fi X+ if [ "$ch" = "5" ] ; X then X RIPPER=none X fi END-of-./patches/patch-aa exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Jul 21 11:37:24 1999 Delivered-To: freebsd-ports@freebsd.org Received: from gaia.euronet.nl (gaia.euronet.nl [194.134.0.10]) by hub.freebsd.org (Postfix) with ESMTP id 5C4D714C16 for ; Wed, 21 Jul 1999 11:37:20 -0700 (PDT) (envelope-from freebsd-ports@scc.nl) Received: from mail.scc.nl (i129.ztm.euronet.nl [194.134.112.90]) by gaia.euronet.nl (8.8.8/8.8.8) with ESMTP id UAA19763 from for ; Wed, 21 Jul 1999 20:37:18 +0200 (MET DST) Received: (from daemon@localhost) by mail.scc.nl (8.9.3/8.9.3) id UAA10553 for ports@FreeBSD.ORG; Wed, 21 Jul 1999 20:14:25 +0200 (CEST) (envelope-from freebsd-ports@scc.nl) Received: from GATEWAY by scones.sup.scc.nl with netnews for ports@FreeBSD.ORG (ports@FreeBSD.ORG) To: ports@FreeBSD.ORG Date: Wed, 21 Jul 1999 20:14:22 +0200 From: Marcel Moolenaar Message-ID: <37960DFE.6E3221CA@scc.nl> Organization: SCC vof Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Subject: linux_kdump update Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi, Below you'll find the diffs to the linux_kdump port. These changes are in the pipeline of being committed. Please comment. Alternate MASTER_SITES are very welcome! With this update linux_kdump works with linux_devtools and should also work again for -current. Index: Makefile =================================================================== RCS file: /home/ncvs/ports/devel/linux_kdump/Makefile,v retrieving revision 1.6 diff -u -r1.6 Makefile --- Makefile 1999/07/21 15:08:07 1.6 +++ Makefile 1999/07/21 17:50:54 @@ -1,16 +1,16 @@ # New ports collection makefile for: linux_kdump -# Version required: 1 +# Version required: 1.2 # Date created: Nov 26 1997 # Whom: msmith@FreeBSD.org # -# $Id: Makefile,v 1.6 1999/07/21 15:08:07 marcel Exp $ +# $Id$ # -DISTNAME= linux_kdump-1.0 +DISTNAME= linux_kdump-1.2 CATEGORIES= devel -MASTER_SITES= ftp://ftp.gsoft.com.au/misc/ +MASTER_SITES= ftp://ftp.scc.nl/pub/FreeBSD/distfiles/ -MAINTAINER= msmith@FreeBSD.org +MAINTAINER= marcel@FreeBSD.org BUILD_DEPENDS= /compat/linux/usr/bin/gcc:${PORTSDIR}/devel/linux_devtools Index: files/md5 =================================================================== RCS file: /home/ncvs/ports/devel/linux_kdump/files/md5,v retrieving revision 1.2 diff -u -r1.2 md5 --- md5 1997/11/27 13:21:03 1.2 +++ md5 1999/07/21 17:50:54 @@ -1 +1 @@ -MD5 (linux_kdump-1.0.tar.gz) = f6ab36aff440adc8de2fb0fec2988c5a +MD5 (linux_kdump-1.2.tar.gz) = 56dcbfd3775ad7b4dbd6bfccdadb9f8a -- Marcel Moolenaar mailto:marcel@scc.nl SCC Internetworking & Databases http://www.scc.nl/ Amsterdam, The Netherlands tel: +31 20 4200655 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Jul 21 12: 7:17 1999 Delivered-To: freebsd-ports@freebsd.org Received: from relay.nuxi.com (nuxi.cs.ucdavis.edu [169.237.7.38]) by hub.freebsd.org (Postfix) with ESMTP id 1A82514FFC for ; Wed, 21 Jul 1999 12:07:15 -0700 (PDT) (envelope-from obrien@NUXI.com) Received: from dragon.nuxi.com (iras-3-66.ucdavis.edu [169.237.17.66]) by relay.nuxi.com (8.9.3/8.9.3) with ESMTP id MAA46304 for ; Wed, 21 Jul 1999 12:05:01 -0700 (PDT) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.9.3/8.9.1) id MAA16063 for ports@FreeBSD.ORG; Wed, 21 Jul 1999 12:05:00 -0700 (PDT) (envelope-from obrien) Date: Wed, 21 Jul 1999 12:04:56 -0700 From: "David O'Brien" To: ports@FreeBSD.ORG Subject: Re: suggest new "ftp" category Message-ID: <19990721120456.A16037@dragon.nuxi.com> Reply-To: obrien@FreeBSD.ORG References: <19990704122603.A96646@dragon.nuxi.com> <199907050317.UAA99681@silvia.hip.berkeley.edu> <19990705082645.A47628@totem.fix.no> <199907051212.FAA07459@silvia.hip.berkeley.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.3i In-Reply-To: <199907051212.FAA07459@silvia.hip.berkeley.edu>; from Satoshi - Ports Wraith - Asami on Mon, Jul 05, 1999 at 05:12:52AM -0700 X-Operating-System: FreeBSD 4.0-CURRENT Organization: The NUXI BSD group X-PGP-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Keyid: 34F9F9D5 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Mon, Jul 05, 1999 at 05:12:52AM -0700, Satoshi - Ports Wraith - Asami wrote: > I think clear-cut categories are easier for users to find stuff than > general "let's put this and this here so we'll have more numbers" type ..snip.. > Not that I'm saying "filetransfer" is too generic, but "ftp" is too > nice to pass up. I'd still like to move forward with this (maybe my weekend project), I am in the middle between "ftp" and "filexfer", but Satoshi does have a good point. Final opinions before I ask Satoshi if he would create the new category and do the repository copies? -- -- David (obrien@NUXI.com -or- obrien@FreeBSD.org) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Jul 21 16: 1:33 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 6DABA15596 for ; Wed, 21 Jul 1999 16:01:19 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA21738; Wed, 21 Jul 1999 16:00:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from fed-ef1.frb.gov (fed.frb.gov [132.200.32.32]) by hub.freebsd.org (Postfix) with ESMTP id 016CE14C33 for ; Wed, 21 Jul 1999 15:50:35 -0700 (PDT) (envelope-from seth@freebie.dp.ny.frb.org) Received: by fed-ef1.frb.gov; id SAA20459; Wed, 21 Jul 1999 18:48:28 -0400 (EDT) Received: from m1pmdf.frb.gov(192.168.3.38) by fed.frb.gov via smap (V4.2) id xma020420; Wed, 21 Jul 99 18:48:18 -0400 Message-Id: <199907212248.SAA75811@freebie.dp.ny.frb.org> Date: Wed, 21 Jul 1999 18:48:08 -0400 (EDT) From: Seth Reply-To: seth@freebie.dp.ny.frb.org To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/12746: problem with bash-2.03(1) port (/usr/ports/shells/bash2) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 12746 >Category: ports >Synopsis: problem with bash-2.03(1) port (/usr/ports/shells/bash2) >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed Jul 21 16:00:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Seth >Release: FreeBSD 3.2-STABLE i386 >Organization: >Environment: ports-stable as of 7/15/1999 >Description: freebie# make install ===> Installing for bash-2.03 install -c -s -o root -g wheel -m 555 -m 0755 bash /usr/local/bin/bash /usr/bin/install -c -o root -g wheel -m 0755 bashbug /usr/local/bin/bashbug ( cd ./doc ; make man1dir=/usr/local/man/man1 man1ext=1 man3dir=/usr/local/man/man3 man3ext=3 infodir=/usr/local/info install ) test -d /usr/local/man/man1 || /bin/sh ../support/mkdirs /usr/local/man/man1 test -d /usr/local/info || /bin/sh ../support/mkdirs /usr/local/info install -c -o root -g wheel -m 444 ./bash.1 /usr/local/man/man1/bash.1 install -c -o root -g wheel -m 444 ./bashbug.1 /usr/local/man/man1/bashbug.1 install -c -o root -g wheel -m 444 ./bashref.info /usr/local/info/bash.info if /bin/sh -c 'install-info --version' >/dev/null 2>&1; then install-info --defentry="* BASH: (bash). Bash Reference Manual." --dir-file=/usr/local/info/dir /usr/local/info/bash.info; else true; fi install-info: unrecognized option `--defentry=* BASH: (bash). Bash Reference Manual.' Try `install-info --help' for a complete list of options. *** Error code 1 Stop. *** Error code 1 (ignored) ===> Generating temporary packing list /bin/cp /etc/shells /etc/shells.bak (/usr/bin/grep -v /usr/local/bin/bash /etc/shells.bak; echo /usr/local/bin/bash) >/etc/shells /bin/rm /etc/shells.bak /bin/mkdir -p /usr/local/share/doc/bash install -c -o root -g wheel -m 444 /usr/ports-dist/ports-stable/shells/bash2/work/doc/article.ps /usr/ports-dist/ports-stable/shells/bash2/work/doc/bashref.ps /usr/local/share/doc/bash install -c -o root -g wheel -m 444 /usr/ports-dist/ports-stable/shells/bash2/work/doc/article.txt /usr/local/share/doc/bash /usr/bin/gzip -nf -9 /usr/local/share/doc/bash/*.ps ===> Compressing manual pages for bash-2.03 ===> Registering installation for bash-2.03 >How-To-Repeat: Repeated successfully on 'make install' >Fix: >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Jul 21 16:31:17 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 63F7A1559D for ; Wed, 21 Jul 1999 16:31:14 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA23821; Wed, 21 Jul 1999 16:30:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from fly.lglobus.ru (fly.lglobus.ru [195.34.224.130]) by hub.freebsd.org (Postfix) with ESMTP id 4AB4A1557E for ; Wed, 21 Jul 1999 16:25:03 -0700 (PDT) (envelope-from rover@fly.lglobus.ru) Received: (from rover@localhost) by fly.lglobus.ru (8.9.3/8.9.2) id DAA72352; Thu, 22 Jul 1999 03:26:55 +0400 (MSD) (envelope-from rover) Message-Id: <199907212326.DAA72352@fly.lglobus.ru> Date: Thu, 22 Jul 1999 03:26:55 +0400 (MSD) From: "Oleg V. Volkov" Reply-To: rover@fly.lglobus.ru To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/12747: new port: games/linux_adom (ports/12581 should be closed) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 12747 >Category: ports >Synopsis: new port: games/linux_adom (ports/12581 should be closed) >Confidential: 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 Jul 21 16:30:00 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Oleg V. Volkov >Release: FreeBSD 3.2-STABLE i386 >Organization: -=/ SR 13 /=- >Environment: >Description: See ports/12581 (and close it). Changes were made to linux emulation (linux_lib->linux_base), so i adjusted Makefile. >How-To-Repeat: >Fix: # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # . # ./files # ./files/md5 # ./pkg # ./pkg/COMMENT # ./pkg/DESCR # ./pkg/PLIST # ./Makefile # echo c - . mkdir -p . > /dev/null 2>&1 echo c - ./files mkdir -p ./files > /dev/null 2>&1 echo x - ./files/md5 sed 's/^X//' >./files/md5 << 'END-of-./files/md5' XMD5 (adom-099g14-elf.tar.gz) = c4421fa9bba043d45afbfa5c6133fe23 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' XAn rogue-like advanced rpg with color support (binary port) END-of-./pkg/COMMENT echo x - ./pkg/DESCR sed 's/^X//' >./pkg/DESCR << 'END-of-./pkg/DESCR' XAncient Domains of Mystery (ADOM for short) is a rogue-like game Xwhich means that it is a single-user game featuring the exploration Xof a dungeon complex (and in the case of ADOM a few other games of Xthis genre: the exploration of a large wilderness area with Xvillages and many special locations). You control a fictional Xcharacter described by race, class, attributes, skills, and Xequipment. This fictional character is trying to achieve a specific Xgoal and succeed in a difficult quest. To fulfill the Xquest, you have to explore previously undiscovered tunnels and Xdungeons, fight hideous monsters, uncover long forgotten secrets, Xand find treasures of all kind. X XPlease read manual in /usr/local/share/doc/adom (or wherever ${PREFIX} was Xpointing) after installation. X XYou may have to build terminfo database in order to run ADOM. Read "readme.1st" Xsection VI.E for details. X XWWW: http://www.adom.de/ END-of-./pkg/DESCR echo x - ./pkg/PLIST sed 's/^X//' >./pkg/PLIST << 'END-of-./pkg/PLIST' Xbin/adom Xshare/doc/adom/readme.1st Xshare/doc/adom/adomfaq.txt Xshare/doc/adom/manual.doc X@dirrm share/doc/adom END-of-./pkg/PLIST echo x - ./Makefile sed 's/^X//' >./Makefile << 'END-of-./Makefile' X# New ports collection makefile for: linux-adom X# http://www.adom.de/ X# Version required: 0.99g14 X# Date created: 22 July 1999 X# Whom: Oleg V. Volkov X# X# $Id$ X# X XDISTNAME= adom-099g14-elf XPKGNAME= linux_adom-0.99.g14 XCATEGORIES= games XMASTER_SITES= http://www.adom.de/adom/ X XMAINTAINER= rover@lglobus.ru X XRUN_DEPENDS= /compat/linux/lib/ld-linux.so.2:${PORTSDIR}/emulators/linux_base X XWRKSRC= ${WRKDIR}/adom X XONLY_FOR_ARCHS= i386 XNO_PACKAGE= Only unmodified original package can be distributed X XNO_WRKSUBDIR= yes XSTRIP= # empty: do not touch linux binary! X Xdo-patch: Xdo-configure: Xdo-build: Xdo-install: X cd ${WRKSRC} && \ X ${INSTALL_PROGRAM} adom ${PREFIX}/bin X.if !defined(NOPORTDOCS) X ${INSTALL} -d -m 755 -o ${SHAREOWN} -g ${SHAREGRP} \ X ${PREFIX}/share/doc/adom X cd ${WRKSRC} && \ X ${INSTALL_MAN} readme.1st adomfaq.txt manual.doc \ X ${PREFIX}/share/doc/adom X.endif X X.include END-of-./Makefile exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Jul 21 16:53:24 1999 Delivered-To: freebsd-ports@freebsd.org Received: from smtp13.bellglobal.com (smtp13.bellglobal.com [204.101.251.52]) by hub.freebsd.org (Postfix) with ESMTP id B67FE14EE3; Wed, 21 Jul 1999 16:53:18 -0700 (PDT) (envelope-from vanderh@ecf.toronto.edu) Received: from localhost.nowhere (ppp18402.on.bellglobal.com [206.172.130.82]) by smtp13.bellglobal.com (8.8.5/8.8.5) with ESMTP id TAA24367; Wed, 21 Jul 1999 19:54:48 -0400 (EDT) Received: (from tim@localhost) by localhost.nowhere (8.9.3/8.9.1) id TAA89084; Wed, 21 Jul 1999 19:53:54 -0400 (EDT) (envelope-from tim) Date: Wed, 21 Jul 1999 19:53:54 -0400 From: Tim Vanderhoek To: "David O'Brien" Cc: ports@FreeBSD.ORG Subject: Re: suggest new "ftp" category Message-ID: <19990721195354.D86074@mad> References: <19990704122603.A96646@dragon.nuxi.com> <199907050317.UAA99681@silvia.hip.berkeley.edu> <19990705082645.A47628@totem.fix.no> <199907051212.FAA07459@silvia.hip.berkeley.edu> <19990721120456.A16037@dragon.nuxi.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95i In-Reply-To: <19990721120456.A16037@dragon.nuxi.com>; from David O'Brien on Wed, Jul 21, 1999 at 12:04:56PM -0700 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Wed, Jul 21, 1999 at 12:04:56PM -0700, David O'Brien wrote: > > I'd still like to move forward with this (maybe my weekend project), I am > in the middle between "ftp" and "filexfer", but Satoshi does have a good My first reaction was "wtf is `filexfer'". [I'm not saying it's necessarily a bad choice, but that was my first reaction...] -- This is my .signature which gets appended to the end of my messages. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Jul 21 17: 0:12 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 50223155B2 for ; Wed, 21 Jul 1999 17:00:06 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id RAA26370; Wed, 21 Jul 1999 17:00:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from bastuba.partitur.se (bastuba.partitur.se [193.219.246.194]) by hub.freebsd.org (Postfix) with ESMTP id 1814214EC5; Wed, 21 Jul 1999 16:52:57 -0700 (PDT) (envelope-from girgen@partitur.se) Received: from elbas.partitur.se (elbas.partitur.se [193.219.246.222]) by bastuba.partitur.se (8.8.8/8.8.8) with ESMTP id BAA29534; Thu, 22 Jul 1999 01:52:56 +0200 (CEST) (envelope-from girgen@partitur.se) Received: (from girgen@localhost) by elbas.partitur.se (8.9.3/8.9.3) id BAA18828; Thu, 22 Jul 1999 01:52:55 +0200 (CEST) (envelope-from girgen@partitur.se) Message-Id: <199907212352.BAA18828@elbas.partitur.se> Date: Thu, 22 Jul 1999 01:52:55 +0200 (CEST) From: Palle Girgensohn Reply-To: girgen@partitur.se To: FreeBSD-gnats-submit@freebsd.org Cc: marcel@FreeBSD.org X-Send-Pr-Version: 3.2 Subject: ports/12748: emulators/linux_base-5.2 and /www/linux-netscape46-communicator problem Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 12748 >Category: ports >Synopsis: linux_base-5.2 and linux communicator problem >Confidential: no >Severity: critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed Jul 21 17:00:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Palle Girgensohn >Release: FreeBSD 3.2-STABLE i386 >Organization: Partitur >Environment: uname -a FreeBSD elbas.partitur.se 3.2-STABLE FreeBSD 3.2-STABLE #0: Wed Jul 21 21:38:03 CEST 1999 girgen@trumpet.partitur.se:/usr/src/sys/compile/WORKSTATION.palle i386 sysctl -n kern.osreldate 320001 >Description: After installing the fresh linux_base-5.2, using the linux-communicator-4.61 gives me trouble: Everthing is smooth, but sending email eats memory at a speed of 3-4 megs/second, until everything is gone (in my case, 256 real + 314 swap!). It happens when hitting the send button. removing linux_base-5.2 and reinstalling linux_lib-2.6.1 makes eveything fine again. When killing netscape, this appears in the /var/log/maillog: Jul 22 00:55:41 elbas sendmail[18063]: AAA18063: collect: premature EOM: Undefined error: 0 Jul 22 00:55:41 elbas sendmail[18063]: AAA18063: collect: unexpected close on connection from localhost, sender=: Undefined error: 0 Jul 22 00:55:41 elbas sendmail[18063]: AAA18063: from=, size=0, class=0, pri=0, nrcpts=1, proto=ESMTP, relay=localhost [127.0.0.1] nothing ever appears in the spool/mqueue I had to use NEEDLOADLINK= true when installing. Kernel & userland sources are from July 7:th. Are they too old? sysctl -n kern.osreldate 320001 >How-To-Repeat: - install emulators/linux_base-5.2 and www/linux-netscape46-communicator - try to send an email >Fix: - Using the old linux_lib-2.6 fixes it. - Adding a LD_LIBRARY_PATH to something? - Maybe altering the netscape port to use glibc? (don't have time for it right now, but this might be an option; not the best solution, though, IMHO). - Apart from that, no idea :( >Release-Note: >Audit-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 Jul 21 17:10:12 1999 Delivered-To: freebsd-ports@freebsd.org Received: from bastuba.partitur.se (bastuba.partitur.se [193.219.246.194]) by hub.freebsd.org (Postfix) with ESMTP id E780515570 for ; Wed, 21 Jul 1999 17:09:20 -0700 (PDT) (envelope-from girgen@partitur.se) Received: from partitur.se (elbas.partitur.se [193.219.246.222]) by bastuba.partitur.se (8.8.8/8.8.8) with ESMTP id CAA29925; Thu, 22 Jul 1999 02:07:05 +0200 (CEST) (envelope-from girgen@partitur.se) Message-ID: <379660A9.1B6F482B@partitur.se> Date: Thu, 22 Jul 1999 02:07:05 +0200 From: Palle Girgensohn Organization: Partitur X-Mailer: Mozilla 4.61 [en] (X11; I; FreeBSD 3.2-STABLE i386) X-Accept-Language: sv, en MIME-Version: 1.0 To: Sheldon Hearn Cc: Christopher Taylor , ports@freebsd.org Subject: Re: xmms port broken References: <23518.932575085@axl.noc.iafrica.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hmm... Odd; I just installed the xmms. For me, it worked like a charm. I have gtk-1.1.16 installed also; cna there be some kind of version confusion? /Palle Sheldon Hearn wrote: > > [Hijacked from freebsd-hackers and freebsd-questions] > > Hi Chris, > > You've cross-posted this message to two inappropriate lists. The > freebsd-ports mailing list is what you really wanted. A copy of this > message (with your original question intact) has been sent to that list > on your behalf. > > Ciao, > Sheldon. > > ------- Forwarded Message > > Message-ID: <3795F2A8.8D2E62AC@thedial.com> > Date: Wed, 21 Jul 1999 10:17:44 -0600 > From: Christopher Taylor > To: freebsd-hackers@FreeBSD.ORG, freebsd-questions@feebsd.org > Subject: xmms port broken > > Yesterday, I updated my ports tree with cvsup...I then attempted to make > the audio/xmms port and received the following error... > > [root@ezln23 xmms]# make > ===> Extracting for xmms-0.9.1 > >> Checksum OK for xmms-0.9.1.tar.gz. > ===> xmms-0.9.1 depends on executable: libtool - found > ===> xmms-0.9.1 depends on shared library: gtk12.2 - not found > ===> Verifying install for gtk12.2 in /usr/ports/x11-toolkits/gtk12 > ===> Returning to build of xmms-0.9.1 > Error: shared library "gtk12.2" does not exist > *** Error code 1 > > gtk12.2 _does_ exist on my system... > after symlinking gtk-config and glib-config to gtk12-config and > glib12-config, resectively, I was able to compile xmms by hand. However, > it still gives me the same error if I try and install the xmms port. > > A side note...xmms plays audio fine, but the player is slow to respond > to mouse clicks... > > - --Chris > > - -- > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ > > Christopher Taylor > Technical Director > Earth Broadcasting Corporation (EBC) > 415 East 200 South > Salt Lake City, Utah 84111 > > phone: (801) 322-3949 > cell: (801) 541-8287 > > email: chris@thedial.com > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-hackers" in the body of the message > > ------- End of Forwarded Message > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-ports" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Jul 21 17:15:31 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 68CE514C33; Wed, 21 Jul 1999 17:15:26 -0700 (PDT) (envelope-from hoek@FreeBSD.org) Received: (from hoek@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id RAA27385; Wed, 21 Jul 1999 17:13:20 -0700 (PDT) (envelope-from hoek@FreeBSD.org) Date: Wed, 21 Jul 1999 17:13:20 -0700 (PDT) From: Message-Id: <199907220013.RAA27385@freefall.freebsd.org> To: rover@fly.lglobus.ru, hoek@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/12581: New port: games/linux_adom Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: New port: games/linux_adom State-Changed-From-To: open->closed State-Changed-By: hoek State-Changed-When: Wed Jul 21 17:11:21 PDT 1999 State-Changed-Why: Superceded by ports/12747 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Jul 21 17:37: 6 1999 Delivered-To: freebsd-ports@freebsd.org Received: from motgate.mot.com (motgate.mot.com [129.188.136.100]) by hub.freebsd.org (Postfix) with ESMTP id 36E9515627 for ; Wed, 21 Jul 1999 17:36:56 -0700 (PDT) (envelope-from morishim@cig.mot.com) Received: [from pobox2.mot.com (pobox2.mot.com [129.188.137.195]) by motgate.mot.com (MOT-motgate 1.0) with ESMTP id LAA03561 for ; Wed, 21 Jul 1999 11:31:23 -0500 (CDT)] Received: [from relay2.cig.mot.com (relay2.cig.mot.com [136.182.15.24]) by pobox2.mot.com (MOT-pobox2 2.0) with ESMTP id LAA00946 for ; Wed, 21 Jul 1999 11:31:23 -0500 (CDT)] Received: from timbre.cig.mot.com (timbre [136.182.116.203]) by relay2.cig.mot.com (8.9.0/SCERG-RELAY-1.11b) with ESMTP id LAA23073 for ; Wed, 21 Jul 1999 11:28:57 -0500 (CDT) Received: (morishim@localhost) by timbre.cig.mot.com (8.7.5 Motorola CIG/ITS v1.1 (Solaris 2.5)) id LAA08209; Wed, 21 Jul 1999 11:28:56 -0500 (CDT) Date: Wed, 21 Jul 1999 11:28:56 -0500 (CDT) Message-Id: <199907211628.LAA08209@timbre.cig.mot.com> From: Takeshi Morishima To: freebsd-ports@freebsd.org Subject: any recommendation for a port using encrypt Reply-To: morishim@cig.mot.com (Takeshi Morishima) Mime-Version: 1.0 (generated by tm-edit 7.106) Content-Type: text/plain; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hello there, I am trying to create a port package for xisp. xisp is a graphical frontend to pppd and chat programs. It uses des encrypt() to store login and password info for dialup login in a startup file as an additional security enhancement. I have several options to deal with. o remove encryption part for this port and store raw login and password in the start up file. (the startup file mode is usually set to 0400) RESTRICTED=no o create unsafe scrambler for this port so that login and password are not easily remembered even though someone looks at the file over the user's shoulder. RESTRICTED=no o dynamic link to a crypto library assuming the user has DES package installed. (how to make dependency to DES package in the port system?) RESTRICTED=no o static link to a crypto library assuming the port build machine has DES package installed. (How to make dependency to DES package?) The final package tarball would be independent of DES package if distributed outside of US. RESTRICTED=yes Any recommendations/suggestions? BTW, the distribution tarball even includes UFC-crypt source for SunOS. I assume this implicates the distribution cannot be placed on cdrom/the freebsd.org ftp servers. Thanks in advance, Takeshi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Jul 21 19:50:17 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id AAABB14FEB for ; Wed, 21 Jul 1999 19:50:13 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA43570; Wed, 21 Jul 1999 19:50:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id 844C614C48; Wed, 21 Jul 1999 19:41:31 -0700 (PDT) Message-Id: <19990722024131.844C614C48@hub.freebsd.org> Date: Wed, 21 Jul 1999 19:41:31 -0700 (PDT) From: jobaldwi@vt.edu To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: www-1.0 Subject: ports/12750: [PATCH] Update emulators/wine port to wine-990704 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 12750 >Category: ports >Synopsis: [PATCH] Update emulators/wine port to wine-990704 >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed Jul 21 19:50:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: John Baldwin >Release: 3.2-STABLE >Organization: >Environment: n/a >Description: The patches below update the wine port to 990704. Also, install a configuration file to ${PREFIX}/etc/wine.conf.default so the user can look for changes/additions to the default ini file easily. Also note that wine-990704 will *not* work on FreeBSD 2.2.x, it requires at least 3.0. >How-To-Repeat: The wine port is old >Fix: Remove the following patches under patches/: patch-am patch-an patch-aw patch-ar Patch to Makefile: Index: Makefile =================================================================== RCS file: /usr/cvs/ports/emulators/wine/Makefile,v retrieving revision 1.71 diff -u -r1.71 Makefile --- Makefile 1999/05/03 22:36:09 1.71 +++ Makefile 1999/07/22 02:31:57 @@ -6,9 +6,9 @@ # $Id: Makefile,v 1.71 1999/05/03 22:36:09 se Exp $ # -DATE= 990426 +DATE= 990704 DISTNAME= Wine-${DATE} -PKGNAME= wine-99.04.26 +PKGNAME= wine-99.07.04 CATEGORIES= emulators MASTER_SITES= ${MASTER_SITE_SUNSITE} MASTER_SITE_SUBDIR= ALPHA/wine/development @@ -30,11 +30,10 @@ cd ${WRKSRC} && make depend do-install: - ${INSTALL} -c ${WRKSRC}/wine ${PREFIX}/bin + ${INSTALL_PROGRAM} -c ${WRKSRC}/wine ${PREFIX}/bin -@${MKDIR} ${PREFIX}/etc 2>/dev/null - [ -f ${PREFIX}/etc/wine.conf ] \ - || ${CP} ${WRKSRC}/wine.ini ${PREFIX}/etc/wine.conf - ${CP} ${WRKSRC}/wine.sym ${PREFIX}/etc - ${CP} ${WRKSRC}/documentation/wine.man ${PREFIX}/man/man1/wine.1 + ${INSTALL_DATA} ${WRKSRC}/wine.ini ${PREFIX}/etc/wine.conf.default + ${INSTALL_DATA} ${WRKSRC}/wine.sym ${PREFIX}/etc + ${INSTALL_MAN} ${WRKSRC}/documentation/wine.man ${PREFIX}/man/man1/wine. 1 .include Patch to files/md5: Index: files/md5 =================================================================== RCS file: /usr/cvs/ports/emulators/wine/files/md5,v retrieving revision 1.46 diff -u -r1.46 md5 --- md5 1999/05/03 22:36:11 1.46 +++ md5 1999/07/20 01:30:50 @@ -1 +1 @@ -MD5 (Wine-990426.tar.gz) = ddc5561393b7fedb02b933889658eb7f +MD5 (Wine-990704.tar.gz) = ba1c1038cf0210a9cc86c1688b32344c Patch to patches/patch-ad: Index: patches/patch-ad =================================================================== RCS file: /usr/cvs/ports/emulators/wine/patches/patch-ad,v retrieving revision 1.5 diff -u -r1.5 patch-ad --- patch-ad 1996/08/13 16:35:27 1.5 +++ patch-ad 1999/07/20 01:35:35 @@ -1,40 +1,48 @@ -*** wine.ini.orig Wed Jul 17 22:00:24 1996 ---- wine.ini Mon Aug 12 19:51:38 1996 +*** wine.ini.orig Mon May 17 11:03:47 1999 +--- wine.ini Mon Jul 19 21:35:07 1999 *************** -*** 35,39 **** +*** 52,58 **** + System=c:\windows\system Temp=e:\ Path=c:\windows;c:\windows\system;e:\;e:\test;f:\ ! SymbolTableFile=./wine.sym - [options] ---- 35,39 ---- + # + +--- 52,58 ---- + System=c:\windows\system Temp=e:\ Path=c:\windows;c:\windows\system;e:\;e:\test;f:\ ! SymbolTableFile=/usr/local/etc/wine.sym + + # - [options] *************** -*** 54,64 **** +*** 105,117 **** + Default = -adobe-times- [serialports] -! Com1=/dev/cua0 -! Com2=/dev/cua1 +! Com1=/dev/ttyS0 +! Com2=/dev/ttyS1 Com3=/dev/modem,38400 Com4=/dev/modem [parallelports] ! Lpt1=/dev/lp0 - [spy] ---- 54,64 ---- + [spooler] + LPT1:=|lpr +--- 105,117 ---- + Default = -adobe-times- [serialports] -! Com1=/dev/ttyd0 -! Com2=/dev/ttyd1 +! Com1=/dev/cuaa0 +! Com2=/dev/cuaa1 Com3=/dev/modem,38400 Com4=/dev/modem [parallelports] ! Lpt1=/dev/lpt0 - [spy] + [spooler] + LPT1:=|lpr Patche to pkg/PLIST: Index: pkg/PLIST =================================================================== RCS file: /usr/cvs/ports/emulators/wine/pkg/PLIST,v retrieving revision 1.3 diff -u -r1.3 PLIST --- PLIST 1998/08/17 09:43:16 1.3 +++ PLIST 1999/07/22 02:31:44 @@ -1,3 +1,3 @@ bin/wine -etc/wine.conf +etc/wine.conf.default etc/wine.sym >Release-Note: >Audit-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 Jul 21 20: 0:33 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 19D1D14FC2 for ; Wed, 21 Jul 1999 20:00:30 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA44320; Wed, 21 Jul 1999 20:00:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from hamhae.wdb.co.kr (hamhae.wdb.co.kr [210.92.121.137]) by hub.freebsd.org (Postfix) with ESMTP id A82E714E6A for ; Wed, 21 Jul 1999 19:55:39 -0700 (PDT) (envelope-from cjh@hamhae.wdb.co.kr) Received: (from cjh@localhost) by hamhae.wdb.co.kr (8.9.3/8.9.3) id LAA62924; Thu, 22 Jul 1999 11:56:05 +0900 (KST) (envelope-from cjh) Message-Id: <199907220256.LAA62924@hamhae.wdb.co.kr> Date: Thu, 22 Jul 1999 11:56:05 +0900 (KST) From: cjh@kr.freebsd.org Reply-To: cjh@kr.freebsd.org To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/12751: Update port: korean/gau Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 12751 >Category: ports >Synopsis: Update: korean/gau >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 Jul 21 20:00:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: CHOI Junho >Release: FreeBSD 3.2-RELEASE i386 >Organization: Webdatabank Co. Seoul, Korea >Environment: FreeBSD hamhae.wdb.co.kr 3.2-RELEASE FreeBSD 3.2-RELEASE #0: Sat Jul 3 17:51:04 KST 1999 root@hamhae.wdb.co.kr:/usr/src/sys/compile/GENERIC i386 >Description: distfiles fix >How-To-Repeat: Build it with a recent FreeBSD-STABLE system. >Fix: diff -ur /usr/ports/korean/gau/Makefile ./Makefile --- /usr/ports/korean/gau/Makefile Thu Apr 1 11:30:04 1999 +++ ./Makefile Thu Jul 22 10:39:30 1999 @@ -9,7 +9,8 @@ DISTNAME= gau-0.3.1 PKGNAME= ko-gau-0.3.1 CATEGORIES= korean comms x11 -MASTER_SITES= http://pseudo.snu.ac.kr/~hwang/ +MASTER_SITES= http://pseudo.snu.ac.kr/~hwang/ \ + ftp://ftp.kr.freebsd.org/pub/FreeBSD-kr/distfiles/ MAINTAINER= cjh@kr.freebsd.org >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Jul 21 20:57:25 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id CECF214CF6; Wed, 21 Jul 1999 20:57:23 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Received: (from cpiazza@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA50053; Wed, 21 Jul 1999 20:54:27 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Date: Wed, 21 Jul 1999 20:54:27 -0700 (PDT) From: Message-Id: <199907220354.UAA50053@freefall.freebsd.org> To: girgen@partitur.se, cpiazza@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/12724: postgresql-6.5.1 update Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: postgresql-6.5.1 update State-Changed-From-To: open->closed State-Changed-By: cpiazza State-Changed-When: Wed Jul 21 20:53:52 PDT 1999 State-Changed-Why: Andreas committed the update but forgot to close the PR. Thanks! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Jul 21 20:59:56 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 1BF4D14F71; Wed, 21 Jul 1999 20:59:54 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Received: (from cpiazza@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA50475; Wed, 21 Jul 1999 20:59:48 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Date: Wed, 21 Jul 1999 20:59:48 -0700 (PDT) From: Message-Id: <199907220359.UAA50475@freefall.freebsd.org> To: taguchi@tohoku.iij.ad.jp, cpiazza@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/12620: [FIX] x11-servers/XttXF86srv-common: MASTER_SITE Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: [FIX] x11-servers/XttXF86srv-common: MASTER_SITE State-Changed-From-To: open->closed State-Changed-By: cpiazza State-Changed-When: Wed Jul 21 20:59:32 PDT 1999 State-Changed-Why: Committed, thanks! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Jul 21 21: 4: 3 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id ED7CE14F71; Wed, 21 Jul 1999 21:04:01 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Received: (from cpiazza@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id VAA50793; Wed, 21 Jul 1999 21:02:52 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Date: Wed, 21 Jul 1999 21:02:52 -0700 (PDT) From: Message-Id: <199907220402.VAA50793@freefall.freebsd.org> To: cpiazza@FreeBSD.org, freebsd-ports@FreeBSD.org, cpiazza@FreeBSD.org Subject: Re: ports/12740: Port update: www/mozilla Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Port update: www/mozilla Responsible-Changed-From-To: freebsd-ports->cpiazza Responsible-Changed-By: cpiazza Responsible-Changed-When: Wed Jul 21 21:02:20 PDT 1999 Responsible-Changed-Why: I'll take this one so other committers don't waste their time building it :-). To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Jul 21 21:20: 5 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id D679514E75 for ; Wed, 21 Jul 1999 21:20:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id VAA53787; Wed, 21 Jul 1999 21:20:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id EC1A914BFE; Wed, 21 Jul 1999 21:12:36 -0700 (PDT) Message-Id: <19990722041236.EC1A914BFE@hub.freebsd.org> Date: Wed, 21 Jul 1999 21:12:36 -0700 (PDT) From: nakaji@tutrp.tut.ac.jp To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: www-1.0 Subject: ports/12752: Update for math/gnuplot+ Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 12752 >Category: ports >Synopsis: Update for math/gnuplot+ >Confidential: 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 Jul 21 21:20:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: NAKAJI Hiroyuki >Release: 4.0-current >Organization: TOyohashi University of Technology >Environment: FreeBSD nakaji.tutrp.tut.ac.jp 4.0-CURRENT FreeBSD 4.0-CURRENT #8: Wed Jul 21 15:19:21 JST 1999 root@nakaji.tutrp.tut.ac.jp:/export/src/sys/compile/PV5000 i386 >Description: Patch file version updated from 1.1.8 to 1.1.9. >How-To-Repeat: >Fix: Diff file for math/gnuplot+ is at http://www.rc.tutrp.tut.ac.jp/~nakaji/install/FreeBSD/ref/gnuplot+.diff >Release-Note: >Audit-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 Jul 21 21:20: 8 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id CA50814F40 for ; Wed, 21 Jul 1999 21:20:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id VAA53802; Wed, 21 Jul 1999 21:20:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from hamhae.wdb.co.kr (hamhae.wdb.co.kr [210.92.121.137]) by hub.freebsd.org (Postfix) with ESMTP id BDDBC1553F for ; Wed, 21 Jul 1999 21:14:00 -0700 (PDT) (envelope-from cjh@hamhae.wdb.co.kr) Received: (from cjh@localhost) by hamhae.wdb.co.kr (8.9.3/8.9.3) id NAA63254; Thu, 22 Jul 1999 13:13:34 +0900 (KST) (envelope-from cjh) Message-Id: <199907220413.NAA63254@hamhae.wdb.co.kr> Date: Thu, 22 Jul 1999 13:13:34 +0900 (KST) From: cjh@kr.freebsd.org Reply-To: cjh@kr.freebsd.org To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/12753: Update port: korean/gtk10 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 12753 >Category: ports >Synopsis: Update: korean/gtk10 >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 Jul 21 21:20:03 PDT 1999 >Closed-Date: >Last-Modified: >Originator: CHOI Junho >Release: FreeBSD 3.2-RELEASE i386 >Organization: Webdatabank Co. Seoul, Korea >Environment: FreeBSD hamhae.wdb.co.kr 3.2-RELEASE FreeBSD 3.2-RELEASE #0: Sat Jul 3 17:51:04 KST 1999 root@hamhae.wdb.co.kr:/usr/src/sys/compile/GENERIC i386 >Description: distfiles fix >How-To-Repeat: Build it with a recent FreeBSD system. >Fix: diff -uNr /usr/ports/korean/gtk10/Makefile ./Makefile --- /usr/ports/korean/gtk10/Makefile Thu Apr 1 11:38:46 1999 +++ ./Makefile Thu Jul 22 10:41:32 1999 @@ -13,7 +13,8 @@ ftp://ftp.cs.umn.edu/pub/gimp/gtk/v1.0/ \ http://www.ameth.org/gimp/gtk/v1.0/ -PATCH_SITES= http://pseudo.snu.ac.kr/~hwang/ +PATCH_SITES= http://pseudo.snu.ac.kr/~hwang/ \ + ftp://ftp.kr.freebsd.org/pub/FreeBSD-kr/distfiles/ PATCHFILES= hgtk+-1.0.6-981026.diff.gz PATCH_DIST_STRIP= -p1 >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Jul 21 21:20:13 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 3E55414F87 for ; Wed, 21 Jul 1999 21:20:04 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id VAA53812; Wed, 21 Jul 1999 21:20:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from hamhae.wdb.co.kr (hamhae.wdb.co.kr [210.92.121.137]) by hub.freebsd.org (Postfix) with ESMTP id 66E1B14D1F for ; Wed, 21 Jul 1999 21:19:43 -0700 (PDT) (envelope-from cjh@hamhae.wdb.co.kr) Received: (from cjh@localhost) by hamhae.wdb.co.kr (8.9.3/8.9.3) id NAA63379; Thu, 22 Jul 1999 13:19:00 +0900 (KST) (envelope-from cjh) Message-Id: <199907220419.NAA63379@hamhae.wdb.co.kr> Date: Thu, 22 Jul 1999 13:19:00 +0900 (KST) From: cjh@kr.freebsd.org Reply-To: cjh@kr.freebsd.org To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/12754: Update port: korean/hanterm-xf86 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 12754 >Category: ports >Synopsis: Update: korean/hanterm-xf86 >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 Jul 21 21:20:03 PDT 1999 >Closed-Date: >Last-Modified: >Originator: CHOI Junho >Release: FreeBSD 3.2-RELEASE i386 >Organization: Webdatabank Co. Seoul, Korea >Environment: FreeBSD hamhae.wdb.co.kr 3.2-RELEASE FreeBSD 3.2-RELEASE #0: Sat Jul 3 17:51:04 KST 1999 root@hamhae.wdb.co.kr:/usr/src/sys/compile/GENERIC i386 >Description: distfiles fix >How-To-Repeat: Build it with a recent FreeBSD system. >Fix: diff -uNr /usr/ports/korean/hanterm-xf86/Makefile ./Makefile --- /usr/ports/korean/hanterm-xf86/Makefile Fri Mar 19 10:15:10 1999 +++ ./Makefile Thu Jul 22 10:43:23 1999 @@ -1,5 +1,5 @@ # New ports collection makefile for: hanterm-xf86 -# Version required: hanterm-xf-p14 +# Version required: hanterm-xf-p16 # Date created: 22 Mar 1997 # Whom: CHOI Junho # @@ -9,7 +9,8 @@ DISTNAME= hanterm-xf-p16 PKGNAME= ko-hanterm-xf-16 CATEGORIES= korean x11 -MASTER_SITES= http://pseudo.snu.ac.kr/~hwang/ +MASTER_SITES= http://pseudo.snu.ac.kr/~hwang/ \ + ftp://ftp.kr.freebsd.org/pub/FreeBSD-kr/distfiles/ MAINTAINER= cjh@kr.freebsd.org >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Jul 21 21:20:16 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 81D1414FCA for ; Wed, 21 Jul 1999 21:20:04 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id VAA53821; Wed, 21 Jul 1999 21:20:04 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from hamhae.wdb.co.kr (hamhae.wdb.co.kr [210.92.121.137]) by hub.freebsd.org (Postfix) with ESMTP id F252714D25 for ; Wed, 21 Jul 1999 21:19:49 -0700 (PDT) (envelope-from cjh@hamhae.wdb.co.kr) Received: (from cjh@localhost) by hamhae.wdb.co.kr (8.9.3/8.9.3) id NAA63499; Thu, 22 Jul 1999 13:19:24 +0900 (KST) (envelope-from cjh) Message-Id: <199907220419.NAA63499@hamhae.wdb.co.kr> Date: Thu, 22 Jul 1999 13:19:24 +0900 (KST) From: cjh@kr.freebsd.org Reply-To: cjh@kr.freebsd.org To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/12755: Update port: korean/mizifont Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 12755 >Category: ports >Synopsis: Update: korean/mizifont >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 Jul 21 21:20:04 PDT 1999 >Closed-Date: >Last-Modified: >Originator: CHOI Junho >Release: FreeBSD 3.2-RELEASE i386 >Organization: Webdatabank Co. Seoul, Korea >Environment: FreeBSD hamhae.wdb.co.kr 3.2-RELEASE FreeBSD 3.2-RELEASE #0: Sat Jul 3 17:51:04 KST 1999 root@hamhae.wdb.co.kr:/usr/src/sys/compile/GENERIC i386 >Description: distfiles fix update maintainer >How-To-Repeat: Build it with recent FreeBSD system >Fix: diff -uNr /usr/ports/korean/mizifont/Makefile ./Makefile --- /usr/ports/korean/mizifont/Makefile Fri Dec 11 00:46:40 1998 +++ ./Makefile Thu Jul 22 10:47:46 1999 @@ -1,7 +1,7 @@ # New ports collection makefile for: mizifonts # Version required: 1.1 # Date created: 16 Mar 1998 -# Whom: CHOI Junho +# Whom: CHOI Junho # # $Id: Makefile,v 1.8 1998/12/10 15:46:40 kuriyama Exp $ # @@ -9,10 +9,10 @@ DISTNAME= xfntmizi-1.1-2.noarch PKGNAME= ko-mizifonts-1.1 CATEGORIES= korean x11-fonts -MASTER_SITES= http://www.mizi.co.kr/packages/ +MASTER_SITES= http://www.mizi.co.kr/packages/hanIM/ EXTRACT_SUFX= .rpm -MAINTAINER= junker@jazz.snu.ac.kr +MAINTAINER= cjh@kr.freebsd.org BUILD_DEPENDS= rpm2cpio:${PORTSDIR}/misc/rpm diff -uNr /usr/ports/korean/mizifont/pkg/DESCR ./pkg/DESCR --- /usr/ports/korean/mizifont/pkg/DESCR Mon May 3 15:15:44 1999 +++ ./pkg/DESCR Thu Jul 22 11:04:28 1999 @@ -9,6 +9,6 @@ For more information, go http://www.mizi.co.kr -- -Ports by CHOI Junho +Ports by CHOI Junho WWW: http://www.mizi.co.kr diff -uNr /usr/ports/korean/mizifont/pkg/MESSAGE ./pkg/MESSAGE --- /usr/ports/korean/mizifont/pkg/MESSAGE Wed Nov 18 22:03:42 1998 +++ ./pkg/MESSAGE Thu Jul 22 11:04:42 1999 @@ -25,4 +25,4 @@ add the correct font path after you reboots X. -- -CHOI Junho +CHOI Junho >Release-Note: >Audit-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 Jul 21 21:20:23 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id E47BC14D25 for ; Wed, 21 Jul 1999 21:20:04 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id VAA53830; Wed, 21 Jul 1999 21:20:04 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from hamhae.wdb.co.kr (hamhae.wdb.co.kr [210.92.121.137]) by hub.freebsd.org (Postfix) with ESMTP id CAC6A14E6A for ; Wed, 21 Jul 1999 21:19:50 -0700 (PDT) (envelope-from cjh@hamhae.wdb.co.kr) Received: (from cjh@localhost) by hamhae.wdb.co.kr (8.9.3/8.9.3) id NAA63619; Thu, 22 Jul 1999 13:19:48 +0900 (KST) (envelope-from cjh) Message-Id: <199907220419.NAA63619@hamhae.wdb.co.kr> Date: Thu, 22 Jul 1999 13:19:48 +0900 (KST) From: cjh@kr.freebsd.org Reply-To: cjh@kr.freebsd.org To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/12756: Update port: korean/pgp.language Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 12756 >Category: ports >Synopsis: Update: korean/pgp.language >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 Jul 21 21:20:04 PDT 1999 >Closed-Date: >Last-Modified: >Originator: CHOI Junho >Release: FreeBSD 3.2-RELEASE i386 >Organization: Webdatabank Co. Seoul, Korea >Environment: FreeBSD hamhae.wdb.co.kr 3.2-RELEASE FreeBSD 3.2-RELEASE #0: Sat Jul 3 17:51:04 KST 1999 root@hamhae.wdb.co.kr:/usr/src/sys/compile/GENERIC i386 >Description: distfiles fix maintainer update >How-To-Repeat: Build it with recent FreeBSD system >Fix: diff -uNr /usr/ports/korean/pgp.language/Makefile ./Makefile --- /usr/ports/korean/pgp.language/Makefile Sat May 1 21:34:32 1999 +++ ./Makefile Thu Jul 22 11:14:31 1999 @@ -1,7 +1,7 @@ # New ports collection makefile for: pgp.language (korean) # Version required: 2.6.3i # Date created: 22 Jul 1998 -# Whom: CHOI Junho +# Whom: CHOI Junho # # $Id: Makefile,v 1.4 1999/05/01 12:34:32 jseger Exp $ # @@ -11,15 +11,16 @@ DISTNAME= pgp263i-${PGP_LANGUAGE} PKGNAME= ko-pgp-2.6.3 CATEGORIES= korean security -MASTER_SITES= http://sparcs.kaist.ac.kr/~firiel/Works/ +MASTER_SITES= http://sparcs.kaist.ac.kr/~firiel/Works/ \ + ftp://ftp.kr.freebsd.org/pub/FreeBSD-kr/distfiles/ -MAINTAINER= junker@jazz.snu.ac.kr +MAINTAINER= cjh@kr.freebsd.org RUN_DEPENDS= pgp:${PORTSDIR}/security/pgp RESTRICTED= "Crypto" -USE_ZIP= yes +USE_ZIP= YES NO_BUILD= YES # version and language specifications diff -uNr /usr/ports/korean/pgp.language/files/md5 ./files/md5 --- /usr/ports/korean/pgp.language/files/md5 Thu Sep 17 23:14:50 1998 +++ ./files/md5 Thu Jul 22 11:43:45 1999 @@ -1 +1 @@ -MD5 (pgp263i-korean.zip) = 89ce52e5a53a09fda105b31925aa14bb +MD5 (pgp263i-korean.zip) = 540ca4722c28d6182ec6375afc922c30 diff -uNr /usr/ports/korean/pgp.language/pkg/DESCR ./pkg/DESCR --- /usr/ports/korean/pgp.language/pkg/DESCR Thu Sep 17 23:14:50 1998 +++ ./pkg/DESCR Thu Jul 22 11:14:53 1999 @@ -9,4 +9,4 @@ (config.txt is modified, language.txt is replaced.) -- -Ports by CHOI Junho +Ports by CHOI Junho >Release-Note: >Audit-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 Jul 21 21:20:25 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id E08DD15023 for ; Wed, 21 Jul 1999 21:20:05 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id VAA53842; Wed, 21 Jul 1999 21:20:05 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from hamhae.wdb.co.kr (hamhae.wdb.co.kr [210.92.121.137]) by hub.freebsd.org (Postfix) with ESMTP id C2B6714D1F for ; Wed, 21 Jul 1999 21:19:58 -0700 (PDT) (envelope-from cjh@hamhae.wdb.co.kr) Received: (from cjh@localhost) by hamhae.wdb.co.kr (8.9.3/8.9.3) id NAA63742; Thu, 22 Jul 1999 13:20:06 +0900 (KST) (envelope-from cjh) Message-Id: <199907220420.NAA63742@hamhae.wdb.co.kr> Date: Thu, 22 Jul 1999 13:20:06 +0900 (KST) From: cjh@kr.freebsd.org Reply-To: cjh@kr.freebsd.org To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/12757: Update port: audio/splay Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 12757 >Category: ports >Synopsis: Update: audio/splay >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 Jul 21 21:20:04 PDT 1999 >Closed-Date: >Last-Modified: >Originator: CHOI Junho >Release: FreeBSD 3.2-RELEASE i386 >Organization: WDB Co. >Environment: FreeBSD hamhae.wdb.co.kr 3.2-RELEASE FreeBSD 3.2-RELEASE #0: Sat Jul 3 17:51:04 KST 1999 root@hamhae.wdb.co.kr:/usr/src/sys/compile/GENERIC i386 >Description: distfiles fix maintainer update typo fix >How-To-Repeat: Build it with recent FreeBSD system >Fix: diff -uNr /usr/ports/audio/splay/Makefile ./Makefile --- /usr/ports/audio/splay/Makefile Mon Mar 8 16:28:19 1999 +++ ./Makefile Thu Jul 22 11:12:28 1999 @@ -1,7 +1,7 @@ # New ports collection makefile for: splay # Version required: 0.8.2 # Date created: 1 Apr 1997 -# Whom: junker@jazz.snu.ac.kr +# Whom: cjh@kr.freebsd.org # # $Id: Makefile,v 1.7 1999/03/08 07:28:19 asami Exp $ # @@ -10,9 +10,10 @@ DISTNAME= splay-0.8.2 CATEGORIES= audio -MASTER_SITES= http://cain.kaist.ac.kr/~jwj95/ +MASTER_SITES= http://cain.kaist.ac.kr/~jwj95/ \ + ftp://ftp.kr.freebsd.org/pub/FreeBSD-kr/distfiles/ -MAINTAINER= junker@jazz.snu.ac.kr +MAINTAINER= cjh@kr.freebsd.org GNU_CONFIGURE= yes CONFIGURE_ARGS= --without-xsplay --without-pthread diff -uNr /usr/ports/audio/splay/pkg/DESCR ./pkg/DESCR --- /usr/ports/audio/splay/pkg/DESCR Mon Apr 20 00:40:54 1998 +++ ./pkg/DESCR Thu Jul 22 11:10:40 1999 @@ -5,10 +5,10 @@ several formats, notably the MPEG audio and Wave format. This early version has only limited functionally and a simplistic user interface. -This program have NO WARRANTY. +This program has NO WARRANTY. You can use this program under GPL. You can use these libraries under Library GPL. * This version of splay was not compiled with pthread library. -- -Port by CHOI Junho +Port by CHOI Junho >Release-Note: >Audit-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 Jul 21 21:21: 3 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 04E8D15669; Wed, 21 Jul 1999 21:20:57 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Received: (from cpiazza@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id VAA54052; Wed, 21 Jul 1999 21:20:57 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Date: Wed, 21 Jul 1999 21:20:57 -0700 (PDT) From: Message-Id: <199907220420.VAA54052@freefall.freebsd.org> To: croyle@gelemna.ft-wayne.in.us, cpiazza@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/12702: Upgrade devel/astyle to 1.10.1 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Upgrade devel/astyle to 1.10.1 State-Changed-From-To: open->closed State-Changed-By: cpiazza State-Changed-When: Wed Jul 21 21:20:47 PDT 1999 State-Changed-Why: Committed, thanks! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Jul 21 21:41:58 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 2CBFB14FBF; Wed, 21 Jul 1999 21:41:56 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Received: (from cpiazza@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id VAA55925; Wed, 21 Jul 1999 21:40:38 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Date: Wed, 21 Jul 1999 21:40:38 -0700 (PDT) From: Message-Id: <199907220440.VAA55925@freefall.freebsd.org> To: cjh@kr.freebsd.org, cpiazza@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/12751: Update: korean/gau Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update: korean/gau State-Changed-From-To: open->closed State-Changed-By: cpiazza State-Changed-When: Wed Jul 21 21:40:29 PDT 1999 State-Changed-Why: Committed, thanks! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Jul 21 21:42:10 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 2D608155D4; Wed, 21 Jul 1999 21:42:00 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Received: (from cpiazza@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id VAA56001; Wed, 21 Jul 1999 21:40:48 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Date: Wed, 21 Jul 1999 21:40:48 -0700 (PDT) From: Message-Id: <199907220440.VAA56001@freefall.freebsd.org> To: cjh@kr.freebsd.org, cpiazza@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/12753: Update: korean/gtk10 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update: korean/gtk10 State-Changed-From-To: open->closed State-Changed-By: cpiazza State-Changed-When: Wed Jul 21 21:40:40 PDT 1999 State-Changed-Why: Committed, thanks! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Jul 21 21:42:15 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 2CD4F15679; Wed, 21 Jul 1999 21:42:13 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Received: (from cpiazza@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id VAA56080; Wed, 21 Jul 1999 21:40:58 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Date: Wed, 21 Jul 1999 21:40:58 -0700 (PDT) From: Message-Id: <199907220440.VAA56080@freefall.freebsd.org> To: cjh@kr.freebsd.org, cpiazza@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/12754: Update: korean/hanterm-xf86 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update: korean/hanterm-xf86 State-Changed-From-To: open->closed State-Changed-By: cpiazza State-Changed-When: Wed Jul 21 21:40:51 PDT 1999 State-Changed-Why: Committed, thanks! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Jul 21 21:42:33 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id EABD914FCA; Wed, 21 Jul 1999 21:42:31 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Received: (from cpiazza@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id VAA56160; Wed, 21 Jul 1999 21:41:11 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Date: Wed, 21 Jul 1999 21:41:11 -0700 (PDT) From: Message-Id: <199907220441.VAA56160@freefall.freebsd.org> To: cjh@kr.freebsd.org, cpiazza@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/12755: Update: korean/mizifont Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update: korean/mizifont State-Changed-From-To: open->closed State-Changed-By: cpiazza State-Changed-When: Wed Jul 21 21:41:00 PDT 1999 State-Changed-Why: Committed, thanks! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Jul 21 21:43: 4 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 49CB414FBF; Wed, 21 Jul 1999 21:43:03 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Received: (from cpiazza@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id VAA56244; Wed, 21 Jul 1999 21:41:25 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Date: Wed, 21 Jul 1999 21:41:25 -0700 (PDT) From: Message-Id: <199907220441.VAA56244@freefall.freebsd.org> To: cjh@kr.freebsd.org, cpiazza@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/12756: Update: korean/pgp.language Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update: korean/pgp.language State-Changed-From-To: open->closed State-Changed-By: cpiazza State-Changed-When: Wed Jul 21 21:41:13 PDT 1999 State-Changed-Why: Committed, thanks! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Jul 21 21:43:22 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id D77DB14FCA; Wed, 21 Jul 1999 21:43:21 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Received: (from cpiazza@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id VAA56332; Wed, 21 Jul 1999 21:42:06 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Date: Wed, 21 Jul 1999 21:42:06 -0700 (PDT) From: Message-Id: <199907220442.VAA56332@freefall.freebsd.org> To: cjh@kr.freebsd.org, cpiazza@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/12757: Update: audio/splay Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update: audio/splay State-Changed-From-To: open->closed State-Changed-By: cpiazza State-Changed-When: Wed Jul 21 21:41:27 PDT 1999 State-Changed-Why: Committed, thanks! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Jul 21 22:46:34 1999 Delivered-To: freebsd-ports@freebsd.org Received: from relay.nuxi.com (nuxi.cs.ucdavis.edu [169.237.7.38]) by hub.freebsd.org (Postfix) with ESMTP id 41D3C14D8C for ; Wed, 21 Jul 1999 22:46:26 -0700 (PDT) (envelope-from obrien@NUXI.com) Received: from dragon.nuxi.com (iras-3-75.ucdavis.edu [169.237.17.75]) by relay.nuxi.com (8.9.3/8.9.3) with ESMTP id WAA52867; Wed, 21 Jul 1999 22:45:44 -0700 (PDT) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.9.3/8.9.1) id WAA02752; Wed, 21 Jul 1999 22:45:42 -0700 (PDT) (envelope-from obrien) Date: Wed, 21 Jul 1999 22:45:41 -0700 From: "David O'Brien" To: Takeshi Morishima Cc: freebsd-ports@freebsd.org Subject: Re: any recommendation for a port using encrypt Message-ID: <19990721224541.A2731@dragon.nuxi.com> Reply-To: obrien@freebsd.org References: <199907211628.LAA08209@timbre.cig.mot.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.3i In-Reply-To: <199907211628.LAA08209@timbre.cig.mot.com>; from Takeshi Morishima on Wed, Jul 21, 1999 at 11:28:56AM -0500 X-Operating-System: FreeBSD 4.0-CURRENT Organization: The NUXI BSD group X-PGP-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Keyid: 34F9F9D5 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > o dynamic link to a crypto library assuming the user has DES package > installed. (how to make dependency to DES package in the port > system?) RESTRICTED=no Can you dynamically link to libscript (ie, our MD5 password hashing)? And do things the same way? Or are you sending the DES hash across the link to the other side? OR, is there a DES lib/function you could add the list of distfiles? Since you are already going to have to restrict this port, what's another restricted file? > BTW, the distribution tarball even includes UFC-crypt source for > SunOS. I assume this implicates the distribution cannot be placed > on cdrom/the freebsd.org ftp servers. That would be correct. You will have to make it RESTRICTED='contains DES code' -- -- David (obrien@NUXI.com -or- obrien@FreeBSD.org) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Jul 22 2: 1: 1 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 7604C14E5E for ; Thu, 22 Jul 1999 02:00:45 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA88102; Thu, 22 Jul 1999 02:00:08 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Thu, 22 Jul 1999 02:00:08 -0700 (PDT) Message-Id: <199907220900.CAA88102@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Marcel Moolenaar Subject: Re: ports/12748: linux_base-5.2 and linux communicator problem Reply-To: Marcel Moolenaar Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/12748; it has been noted by GNATS. From: Marcel Moolenaar To: freebsd-gnats-submit@freebsd.org, girgen@partitur.se Cc: Subject: Re: ports/12748: linux_base-5.2 and linux communicator problem Date: Thu, 22 Jul 1999 08:52:35 +0000 I wasn't able to trigger the problem by simply sending mail. Maybe the problem is also related to specific mails, such as mail with attachment. So far, NC4.61 works as expected (this mail was sent by it). -- Marcel Moolenaar mailto:marcel@scc.nl SCC Internetworking & Databases http://www.scc.nl/ Amsterdam, The Netherlands tel: +31 20 4200655 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Jul 22 2:42:35 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 9B66D155AD for ; Thu, 22 Jul 1999 02:42:33 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA92492; Thu, 22 Jul 1999 02:40:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id C3B8214F21; Thu, 22 Jul 1999 02:33:56 -0700 (PDT) Message-Id: <19990722093356.C3B8214F21@hub.freebsd.org> Date: Thu, 22 Jul 1999 02:33:56 -0700 (PDT) From: ozz@FreeBSD.ORG.ru To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: www-1.0 Subject: ports/12760: update for wmmount Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 12760 >Category: ports >Synopsis: update for wmmount >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 Jul 22 02:40:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Osokin Sergey aka oZZ >Release: 4.0-CURRENT >Organization: >Environment: 4.0-CURRENT FreeBSD 4.0-CURRENT #0: Fri 16 19:36:50 MSD 1999 >Description: fix for unfetchable wmmount. please apply >How-To-Repeat: >Fix: hereis a patch... diff -uNr wmmount-old/Makefile wmmount/Makefile --- wmmount-old/Makefile Thu May 6 05:06:03 1999 +++ wmmount/Makefile Thu Jul 22 13:25:12 1999 @@ -6,7 +6,7 @@ # $Id: Makefile,v 1.3 1999/05/05 03:16:41 kuriyama Exp $ # -DISTNAME= wmmount +DISTNAME= wmmount-1.0-beta1 PKGNAME= wmmount-1.0b1 CATEGORIES= sysutils windowmaker afterstep MASTER_SITES= http://www.geocities.com/SiliconValley/Vista/2471/ diff -uNr wmmount-old/files/md5 wmmount/files/md5 --- wmmount-old/files/md5 Sun Feb 28 14:17:14 1999 +++ wmmount/files/md5 Thu Jul 22 13:22:00 1999 @@ -1 +1 @@ -MD5 (wmmount.tgz) = f77926476c52cda5e52deb731784341a +MD5 (wmmount-1.0-beta1.tgz) = f77926476c52cda5e52deb731784341a >Release-Note: >Audit-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 Jul 22 2:55:13 1999 Delivered-To: freebsd-ports@freebsd.org Received: from hole.etrust.ru (sweet.etrust.ru [195.2.84.115]) by hub.freebsd.org (Postfix) with ESMTP id 9B19014E07 for ; Thu, 22 Jul 1999 02:55:06 -0700 (PDT) (envelope-from osa@freebsd.org.ru) Received: from sweet.etrust.ru (sweet.etrust.ru [195.2.84.115]) by hole.etrust.ru (8.9.3/8.9.3) with ESMTP id NAA63532 for ; Thu, 22 Jul 1999 13:51:10 +0400 (MSD) (envelope-from osa@freebsd.org.ru) Date: Thu, 22 Jul 1999 13:51:10 +0400 (MSD) From: Sergey Osokin X-Sender: osa@hole.etrust.ru To: freebsd-ports@FreeBSD.org Subject: Re: ports/12760: update for wmmount In-Reply-To: <199907220940.CAA92488@freefall.freebsd.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Thu, 22 Jul 1999 gnats-admin@FreeBSD.org wrote: > Thank you very much for your problem report. > It has the internal identification `ports/12760'. > The individual assigned to look at your > report is: freebsd-ports. > > >Category: ports > >Responsible: freebsd-ports > >Synopsis: update for wmmount > >Arrival-Date: Thu Jul 22 02:40:01 PDT 1999 > Oops! Please remove this patch... it not correct Following patch is correct: diff -uNr wmmount-old/Makefile wmmount/Makefile --- wmmount-old/Makefile Thu May 6 05:06:03 1999 +++ wmmount/Makefile Thu Jul 22 13:37:33 1999 @@ -6,10 +6,10 @@ # $Id: Makefile,v 1.3 1999/05/05 03:16:41 kuriyama Exp $ # -DISTNAME= wmmount +DISTNAME= wmmount-1.0-beta1 PKGNAME= wmmount-1.0b1 CATEGORIES= sysutils windowmaker afterstep -MASTER_SITES= http://www.geocities.com/SiliconValley/Vista/2471/ +MASTER_SITES= http://www.geocities.com/SiliconValley/Vista/2471/files/ EXTRACT_SUFX= .tgz MAINTAINER= ozz@FreeBSD.org.ru diff -uNr wmmount-old/files/md5 wmmount/files/md5 --- wmmount-old/files/md5 Sun Feb 28 14:17:14 1999 +++ wmmount/files/md5 Thu Jul 22 13:22:00 1999 @@ -1 +1 @@ -MD5 (wmmount.tgz) = f77926476c52cda5e52deb731784341a +MD5 (wmmount-1.0-beta1.tgz) = f77926476c52cda5e52deb731784341a Sorry again. Rgdz, Sergey Osokin aka oZZ, osa@freebsd.org.ru http://www.freebsd.org.ru To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Jul 22 3:10:16 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 419D7155EC for ; Thu, 22 Jul 1999 03:10:09 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA94248; Thu, 22 Jul 1999 03:10:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from pallas.veritas.com (pallas.veritas.com [204.177.156.25]) by hub.freebsd.org (Postfix) with ESMTP id 69AE8155E3 for ; Thu, 22 Jul 1999 03:09:07 -0700 (PDT) (envelope-from aaron@sigma.veritas.com) Received: from megami.veritas.com (megami.veritas.com [192.203.46.101]) by pallas.veritas.com (8.9.1a/8.9.1) with SMTP id DAA29941; Thu, 22 Jul 1999 03:10:13 -0700 (PDT) Received: from sigma.veritas.com([192.203.46.125]) (1743 bytes) by megami.veritas.com via sendmail with P:esmtp/R:smart_host/T:smtp (sender: ) id for ; Thu, 22 Jul 1999 03:09:06 -0700 (PDT) (Smail-3.2.0.101 1997-Dec-17 #3 built 1999-Jan-25) Received: from sigma (localhost [127.0.0.1]) by sigma.veritas.com (8.9.2/8.9.1) with ESMTP id DAA12862; Thu, 22 Jul 1999 03:09:05 -0700 (PDT) (envelope-from aaron@sigma.veritas.com) Message-Id: <199907221009.DAA12862@sigma.veritas.com> Date: Thu, 22 Jul 1999 03:09:05 -0700 From: aaron@mutex.org Reply-To: aaron@mutex.org To: FreeBSD-gnats-submit@freebsd.org Cc: aaron@mutex.org X-Send-Pr-Version: 3.2 Subject: ports/12761: sysutils/stat fails to properly terminate buffer and can print garbage Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 12761 >Category: ports >Synopsis: sysutils/stat doesn't terminate buffer and can print garbage >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Thu Jul 22 03:10:02 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Aaron Smith >Release: FreeBSD 3.2-RELEASE i386 >Organization: Mutant X >Environment: stat-1.3 Print inode contents >Description: the FmtInode function in stat.fmt.c does not properly null terminate its result in the supplied buffer. this can result in garbage characters and errors. >How-To-Repeat: either put a memset in stat_it or change malloc.conf so that the buffer is explicitly nonzero, and try running stat against a few different files. you should see a garbage char on the final (supposed to be blank) line. >Fix: the following patch makes FmtInode terminate its result. --- stat.fmt.c.orig Sun Feb 16 05:12:33 1997 +++ stat.fmt.c Wed Jul 14 17:20:36 1999 @@ -500,6 +500,7 @@ } } } + *bufp++ = '\0'; } /* ** USAGE -- Display a reminder >Release-Note: >Audit-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 Jul 22 4:32: 2 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 07EDF14CFF for ; Thu, 22 Jul 1999 04:31:58 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id EAA03594; Thu, 22 Jul 1999 04:30:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from pallas.veritas.com (pallas.veritas.com [204.177.156.25]) by hub.freebsd.org (Postfix) with ESMTP id E44FF14C0B for ; Thu, 22 Jul 1999 04:20:42 -0700 (PDT) (envelope-from aaron@sigma.veritas.com) Received: from megami.veritas.com (megami.veritas.com [192.203.46.101]) by pallas.veritas.com (8.9.1a/8.9.1) with SMTP id EAA00735 for ; Thu, 22 Jul 1999 04:20:04 -0700 (PDT) Received: from sigma.veritas.com([192.203.46.125]) (5688 bytes) by megami.veritas.com via sendmail with P:esmtp/R:smart_host/T:smtp (sender: ) id for ; Thu, 22 Jul 1999 04:18:56 -0700 (PDT) (Smail-3.2.0.101 1997-Dec-17 #3 built 1999-Jan-25) Received: from sigma (localhost [127.0.0.1]) by sigma.veritas.com (8.9.2/8.9.1) with ESMTP id EAA13313 for ; Thu, 22 Jul 1999 04:18:56 -0700 (PDT) (envelope-from aaron@sigma.veritas.com) Message-Id: <199907221118.EAA13313@sigma.veritas.com> Date: Thu, 22 Jul 1999 04:18:56 -0700 From: aaron@mutex.org Reply-To: aaron@mutex.org To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/12762: upgrade for devel/boehm-gc from 4.12 to 4.14 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 12762 >Category: ports >Synopsis: upgrade for devel/boehm-gc from 4.12 to 4.14 >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 Jul 22 04:30:00 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Aaron Smith >Release: FreeBSD 3.2-RELEASE i386 >Organization: Mutant X >Environment: >Description: my mail to the MAINTAINER bounced so i am submitting this pr. patches/patch-ad should be removed, it's no longer necessary. here is a unified diff of the changes i made to upgrade the port: Index: Makefile =================================================================== RCS file: /usr/cvs/ports/devel/boehm-gc/Makefile,v retrieving revision 1.5 diff -u -r1.5 Makefile --- Makefile 1999/06/12 21:14:30 1.5 +++ Makefile 1999/07/20 09:00:01 @@ -6,8 +6,8 @@ # $Id: Makefile,v 1.5 1999/06/12 21:14:30 fenner Exp $ # -DISTNAME= gc4.12 -PKGNAME= boehm-gc-4.12 +DISTNAME= gc4.14 +PKGNAME= boehm-gc-4.14 CATEGORIES= devel MASTER_SITES= http://reality.sgi.com/boehm_mti/gc_source/ Index: files/md5 =================================================================== RCS file: /usr/cvs/ports/devel/boehm-gc/files/md5,v retrieving revision 1.2 diff -u -r1.2 md5 --- md5 1998/04/20 11:53:26 1.2 +++ md5 1999/07/20 09:00:27 @@ -1 +1 @@ -MD5 (gc4.12.tar.gz) = 4bd802b9f586cac4a841b4730a6f3449 +MD5 (gc4.14.tar.gz) = 2b852a33443116dbaa163494fd423027 Index: patches/patch-aa =================================================================== RCS file: /usr/cvs/ports/devel/boehm-gc/patches/patch-aa,v retrieving revision 1.2 diff -u -r1.2 patch-aa --- patch-aa 1998/04/20 11:53:27 1.2 +++ patch-aa 1999/07/20 09:17:42 @@ -1,10 +1,11 @@ ---- Makefile.orig Wed Aug 20 17:17:10 1997 -+++ Makefile Mon Apr 6 03:21:15 1998 -@@ -15,7 +15,33 @@ - # Under Irix 6, you will have to specify the ABI for as if you specify - # it for the C compiler. +--- Makefile.orig Tue Jul 20 02:13:46 1999 ++++ Makefile Tue Jul 20 02:17:01 1999 +@@ -16,8 +16,35 @@ + # Under Irix 6, you will have to specify the ABI (-o32, -n32, or -64) + # if you use something other than the default ABI on your machine. --CFLAGS= -O -DNO_SIGNALS -DALL_INTERIOR_POINTERS -DATOMIC_UNCOLLECTABLE -DNO_EXECUTE_PERMISSION -DSILENT +-CFLAGS= -O -DATOMIC_UNCOLLECTABLE -DNO_SIGNALS -DNO_EXECUTE_PERMISSION -DALL_INTERIOR_POINTERS -DSILENT + +# We want this to be a drop-in linkable library, hence the -DREDIRECT. +# The new c++-t and c++-nt (test and notest) are because we don't want +# to fill anyone's log with leak messages! - MMCG @@ -32,19 +33,20 @@ + ${INSTALL_DATA} libleak.a libgc.a ${PREFIX}/lib + ${INSTALL_DATA} gc.h gc_cpp.h ${PREFIX}/include + ${INSTALL_MAN} gc.man ${PREFIX}/man/man3/gc.3 ++ + # For dynamic library builds, it may be necessary to add flags to generate + # PIC code, e.g. -fPIC on Linux. - # Setjmp_test may yield overly optimistic results when compiled - # without optimization. -@@ -162,8 +188,6 @@ +@@ -183,8 +210,6 @@ # not time-critical anyway. # Set SPECIALCFLAGS to -q nodirect_code on Encore. -all: gc.a gctest - - pcr: PCR-Makefile gc_private.h gc_hdrs.h gc.h config.h mach_dep.o $(SRCS) + pcr: PCR-Makefile gc_private.h gc_hdrs.h gc.h gcconfig.h mach_dep.o $(SRCS) make -f PCR-Makefile depend make -f PCR-Makefile -@@ -210,13 +234,18 @@ +@@ -222,13 +247,18 @@ ./if_mach HP_PA "" $(CXX) $(CXXFLAGS) -o test_cpp $(srcdir)/test_cpp.cc gc_cpp.o gc.a -ldld ./if_not_there test_cpp $(CXX) $(CXXFLAGS) -o test_cpp $(srcdir)/test_cpp.cc gc_cpp.o gc.a `./threadlibs` @@ -55,11 +57,11 @@ + @echo "Use ./test_cpp 1 to test the leak library" + c++: gc_cpp.o $(srcdir)/gc_cpp.h test_cpp - rm -f on_sparc_sunos5 - ./if_mach SPARC SUNOS5 touch on_sparc_sunos5 + rm -f on_sparc_sunos5_4 + ./if_mach SPARC SUNOS5 touch on_sparc_sunos5_4 ./if_mach SPARC SUNOS5 $(AR) rus gc.a gc_cpp.o - ./if_not_there on_sparc_sunos5 $(AR) ru gc.a gc_cpp.o - ./if_not_there on_sparc_sunos5 $(RANLIB) gc.a || cat /dev/null + ./if_not_there on_sparc_sunos5_4 $(AR) ru gc.a gc_cpp.o + ./if_not_there on_sparc_sunos5_4 $(RANLIB) gc.a || cat /dev/null - ./test_cpp 1 echo > c++ Index: patches/patch-ac =================================================================== RCS file: /usr/cvs/ports/devel/boehm-gc/patches/patch-ac,v retrieving revision 1.2 diff -u -r1.2 patch-ac --- patch-ac 1998/04/20 11:53:28 1.2 +++ patch-ac 1999/07/20 09:31:55 @@ -1,18 +1,13 @@ ---- gc_priv.h.orig Wed Aug 20 16:22:54 1997 -+++ gc_priv.h Mon Apr 6 03:25:55 1998 -@@ -49,6 +49,10 @@ - # include "gc_hdrs.h" +--- gc_priv.h.orig Mon Mar 22 11:44:53 1999 ++++ gc_priv.h Tue Jul 20 02:31:51 1999 +@@ -50,8 +50,13 @@ # endif + typedef int GC_bool; +# ifdef __cplusplus +# define TRUE true +# define FALSE false +# else - # if !defined(bool) && !defined(__cplusplus) - typedef int bool; - /* This is problematic with C++ implementations that do not define bool. */ -@@ -67,6 +71,7 @@ - # endif # define TRUE 1 # define FALSE 0 +# endif >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Jul 22 6: 0:21 1999 Delivered-To: freebsd-ports@freebsd.org Received: from ftpbox.mot.com (ftpbox.mot.com [129.188.136.101]) by hub.freebsd.org (Postfix) with ESMTP id 3EB861522A; Thu, 22 Jul 1999 06:00:11 -0700 (PDT) (envelope-from morishim@cig.mot.com) Received: [from mothost.mot.com (mothost.mot.com [129.188.137.101]) by ftpbox.mot.com (MOT-ftpbox 1.0) with ESMTP id HAA05249; Thu, 22 Jul 1999 07:59:58 -0500 (CDT)] Received: [from relay1.cig.mot.com (relay1.cig.mot.com [136.182.15.23]) by mothost.mot.com (MOT-mothost 2.0) with ESMTP id HAA27147; Thu, 22 Jul 1999 07:59:58 -0500 (CDT)] Received: from timbre.cig.mot.com (timbre [136.182.116.203]) by relay1.cig.mot.com (8.8.8+Sun/SCERG-RELAY-1.11b) with ESMTP id HAA14612; Thu, 22 Jul 1999 07:57:01 -0500 (CDT) Received: (morishim@localhost) by timbre.cig.mot.com (8.7.5 Motorola CIG/ITS v1.1 (Solaris 2.5)) id HAA04607; Thu, 22 Jul 1999 07:57:00 -0500 (CDT) Date: Thu, 22 Jul 1999 07:57:00 -0500 (CDT) Message-Id: <199907221257.HAA04607@timbre.cig.mot.com> From: Takeshi Morishima References: <199907211628.LAA08209@timbre.cig.mot.com> <199907220549.AAA21806@timbre.cig.mot.com> To: obrien@freebsd.org Cc: morishim@cig.mot.com, freebsd-ports@freebsd.org In-reply-to: "David O'Brien"'s message of "Wed, 21 Jul 1999 22:45:41 -0700" <199907220549.AAA21806@timbre.cig.mot.com> Subject: Re: any recommendation for a port using encrypt Reply-To: morishim@cig.mot.com (Takeshi Morishima) Mime-Version: 1.0 (generated by tm-edit 7.106) Content-Type: text/plain; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org In message "Re: any recommendation for a port using encrypt" on 99/07/21, "David O'Brien" writes: > > > o dynamic link to a crypto library assuming the user has DES package > > installed. (how to make dependency to DES package in the port > > system?) RESTRICTED=no > > Can you dynamically link to libscript (ie, our MD5 password hashing)? > And do things the same way? Or are you sending the DES hash across the > link to the other side? OR, is there a DES lib/function you could add > the list of distfiles? One-way hash would not work in this case. The program sends raw login and password through dynamically generated chat script (i.e. they are not encrypted when used.) Normally such information is statically stored in a chat script file in /etc/ppp without any encryption and its security is maintained by file permission and ownership. The sole reason of using DES is to add additional security. If I give up storing login and password in an encrypted form, i.e. skip the code of encryption/decryption, raw login and password appears on the startup file, and still the program works without DES. (Although it is not prefereable.) > Since you are already going to have to restrict this port, what's > another restricted file? Well, my understanding is that if the final executable uses dynamically linked DES library routines, the program itself can be non-restricted. (My problem is the UFC-crypt source, which is an add-on package included in the distribution at users' convenience.) > > BTW, the distribution tarball even includes UFC-crypt source for > > SunOS. I assume this implicates the distribution cannot be placed > > on cdrom/the freebsd.org ftp servers. > > That would be correct. You will have to make it > RESTRICTED='contains DES code' Assuming my understanding above is correct, is there anyway to work around this? I can make the final executables DES independent, but I do not like to make it restricted just because the UFC-crypt source is included (while it is not really used). (If original author agrees with separating the UFC-crypt part or me creating a subset 'no-crypt' tarball from the original distribution, this is no longer a problem, correct?) Thanks, Takeshi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Jul 22 6: 5: 7 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id DC7E014D08; Thu, 22 Jul 1999 06:05:03 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: (from kris@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA12984; Thu, 22 Jul 1999 06:04:56 -0700 (PDT) (envelope-from kris@FreeBSD.org) Date: Thu, 22 Jul 1999 06:04:56 -0700 (PDT) From: Message-Id: <199907221304.GAA12984@freefall.freebsd.org> To: kris@FreeBSD.org, freebsd-ports@FreeBSD.org, kris@FreeBSD.org Subject: Re: ports/12694: new port: gdict-0.7 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: new port: gdict-0.7 Responsible-Changed-From-To: freebsd-ports->kris Responsible-Changed-By: kris Responsible-Changed-When: Thu Jul 22 06:04:26 PDT 1999 Responsible-Changed-Why: I'll take this.. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Jul 22 8: 9:47 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 8C78815203; Thu, 22 Jul 1999 08:09:46 -0700 (PDT) (envelope-from billf@FreeBSD.org) Received: (from billf@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA25224; Thu, 22 Jul 1999 08:08:42 -0700 (PDT) (envelope-from billf@FreeBSD.org) Date: Thu, 22 Jul 1999 08:08:42 -0700 (PDT) From: Message-Id: <199907221508.IAA25224@freefall.freebsd.org> To: jonny@jonny.eng.br, billf@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/12742: Version upgrade Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Version upgrade State-Changed-From-To: open->closed State-Changed-By: billf State-Changed-When: Thu Jul 22 08:08:10 PDT 1999 State-Changed-Why: Please submit as 'diff -ruN port.old port' ouput as stated 200 times in the handbook. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Jul 22 8:30: 6 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id A44F21535B for ; Thu, 22 Jul 1999 08:30:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA27127; Thu, 22 Jul 1999 08:30:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from fed-ef1.frb.gov (fed.frb.gov [132.200.32.32]) by hub.freebsd.org (Postfix) with ESMTP id 500C914CC1 for ; Thu, 22 Jul 1999 08:28:44 -0700 (PDT) (envelope-from seth@freebie.dp.ny.frb.org) Received: by fed-ef1.frb.gov; id LAA19654; Thu, 22 Jul 1999 11:25:36 -0400 (EDT) Received: from m1pmdf.frb.gov(192.168.3.38) by fed.frb.gov via smap (V4.2) id xmaa18763; Thu, 22 Jul 99 11:24:27 -0400 Message-Id: <199907221522.LAA79046@freebie.dp.ny.frb.org> Date: Thu, 22 Jul 1999 11:22:37 -0400 (EDT) From: Seth Reply-To: seth@freebie.dp.ny.frb.org To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/12763: build fails for port /usr/ports/net/citrix-ica (2 bugs) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 12763 >Category: ports >Synopsis: build fails for port /usr/ports/net/citrix-ica (2 bugs) >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 Jul 22 08:30:00 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Seth >Release: FreeBSD 3.2-STABLE i386 >Organization: >Environment: Ports-stable as of 7/15/1999 From /usr/ports/net/citrix-ica/Makefile: # New ports collection makefile for: Citrix(R) ICA(R) Client # Version required: 2.80.76 # Date created: 20 Sep 1998 # Whom: msmith # # $Id: Makefile,v 1.10 1999/07/09 23:01:42 billf Exp $ # >Description: From a "make" in /usr/ports/net/citrix-ica: ===> citrix_ica-3.0.15 'The distribution file for this port may not be automatically fetched due to licensing restrictions. You MUST fetch the file manually after reading and agreeing to the license at: http://download.citrix.com/download.asp?client=LINUX Once linux.tar.gz has been downloaded, move it to /usr/ports/distfiles/citrix_ica and then restart this build.'. The URL eventually lets you download a linux.tar.Z file. Following this procedure and restaring make generates the same error. The problem seems to be with the following line: EXTRACT_SUFX= .tar.gz This needs to be .tar.Z. Even after changing this, however, the build still fails: ===> Extracting for citrix_ica-3.0.15 >How-To-Repeat: cd /usr/ports/net/citrix-ica && make >Fix: diff -u Makefile.old Makefile: --- Makefile.old Thu Jul 22 11:12:04 1999 +++ Makefile Thu Jul 22 11:12:51 1999 @@ -10,7 +10,7 @@ PKGNAME= citrix_ica-3.0.15 CATEGORIES= comms MASTER_SITES= "Distfile must be fetched manually" -EXTRACT_SUFX= .tar.gz +EXTRACT_SUFX= .tar.Z MAINTAINER= msmith@FreeBSD.ORG >Release-Note: >Audit-Trail: >Unformatted: >> No checksum recorded for citrix_ica/linux.tar.Z. Make sure the Makefile and md5 file (/usr/ports-dist/ports-stable/net/citrix_ica/files/md5) are up to date. If you want to override this check, type "make NO_CHECKSUM=yes [other args]". *** Error code 1 Stop. The checksum for the file should be MD5 (/usr/ports/distfiles/citrix_ica/linux.tar.Z) = 6b322f5fd0db09ab9b5106d292d1863e at least as of 7/22/99 11:13 EDT To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Jul 22 8:59:17 1999 Delivered-To: freebsd-ports@freebsd.org Received: from ezln23.earthbroadcasting.com (ezln23.thedial.com [207.135.131.130]) by hub.freebsd.org (Postfix) with ESMTP id 304DE15487 for ; Thu, 22 Jul 1999 08:59:02 -0700 (PDT) (envelope-from chris@thedial.com) Received: from thedial.com (localhost.earthbroadcasting.com [127.0.0.1]) by ezln23.earthbroadcasting.com (8.9.3/8.9.3) with ESMTP id JAA76359 for ; Thu, 22 Jul 1999 09:58:11 -0600 (MDT) (envelope-from chris@thedial.com) Message-ID: <37973F93.AB9A5446@thedial.com> Date: Thu, 22 Jul 1999 09:58:11 -0600 From: Christopher Taylor X-Mailer: Mozilla 4.61 [en] (X11; I; FreeBSD 3.2-RELEASE i386) X-Accept-Language: en MIME-Version: 1.0 To: ports@freebsd.org Subject: Re: xmms port broken References: <23518.932575085@axl.noc.iafrica.com> <379660A9.1B6F482B@partitur.se> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > > ------- Forwarded Message > > > > Yesterday, I updated my ports tree with cvsup...I then attempted to make > > the audio/xmms port and received the following error... > > > > [root@ezln23 xmms]# make > > ===> Extracting for xmms-0.9.1 > > >> Checksum OK for xmms-0.9.1.tar.gz. > > ===> xmms-0.9.1 depends on executable: libtool - found > > ===> xmms-0.9.1 depends on shared library: gtk12.2 - not found > > ===> Verifying install for gtk12.2 in /usr/ports/x11-toolkits/gtk12 > > ===> Returning to build of xmms-0.9.1 > > Error: shared library "gtk12.2" does not exist > > *** Error code 1 > > > > gtk12.2 _does_ exist on my system... > > after symlinking gtk-config and glib-config to gtk12-config and > > glib12-config, resectively, I was able to compile xmms by hand. However, > > it still gives me the same error if I try and install the xmms port. > > > > A side note...xmms plays audio fine, but the player is slow to respond > > to mouse clicks... > > Hmm... Odd; I just installed the xmms. For me, it worked like a charm. I > have gtk-1.1.16 installed also; cna there be some kind of version > confusion? Well, after deleting the gtk12 and glib12 checks in the Makefile, I was able to make the xmms port and it runs fine...I don't know enough about Makefiles to know why it didn't work, since I do have the requisite libraries... $ gtk12-config --version 1.2.2 $ glib12-config --version 1.2.2 Thanks to everyone who responded... --Chris -- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Christopher Taylor Technical Director Earth Broadcasting Corporation (EBC) 415 East 200 South Salt Lake City, Utah 84111 phone: (801) 322-3949 cell: (801) 541-8287 email: chris@thedial.com ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Jul 22 9:37:39 1999 Delivered-To: freebsd-ports@freebsd.org Received: from relay.nuxi.com (nuxi.cs.ucdavis.edu [169.237.7.38]) by hub.freebsd.org (Postfix) with ESMTP id BD34814DE0 for ; Thu, 22 Jul 1999 09:37:37 -0700 (PDT) (envelope-from obrien@NUXI.com) Received: from dragon.nuxi.com (iras-1-17.ucdavis.edu [169.237.16.17]) by relay.nuxi.com (8.9.3/8.9.3) with ESMTP id JAA55045; Thu, 22 Jul 1999 09:36:07 -0700 (PDT) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.9.3/8.9.1) id JAA10699; Thu, 22 Jul 1999 09:36:05 -0700 (PDT) (envelope-from obrien) Date: Thu, 22 Jul 1999 09:36:03 -0700 From: "David O'Brien" To: Takeshi Morishima Cc: freebsd-ports@freebsd.org Subject: Re: any recommendation for a port using encrypt Message-ID: <19990722093603.A10678@dragon.nuxi.com> Reply-To: obrien@NUXI.com References: <199907211628.LAA08209@timbre.cig.mot.com> <199907220549.AAA21806@timbre.cig.mot.com> <199907221257.HAA04607@timbre.cig.mot.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.3i In-Reply-To: <199907221257.HAA04607@timbre.cig.mot.com>; from Takeshi Morishima on Thu, Jul 22, 1999 at 07:57:00AM -0500 X-Operating-System: FreeBSD 4.0-CURRENT Organization: The NUXI BSD group X-PGP-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Keyid: 34F9F9D5 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > > That would be correct. You will have to make it > > RESTRICTED='contains DES code' ..snip.. > (If original author agrees with separating the UFC-crypt part or me > creating a subset 'no-crypt' tarball from the original distribution, > this is no longer a problem, correct?) These are the only two choices I see. Maybe someone else can find another way. -- -- David (obrien@NUXI.com -or- obrien@FreeBSD.org) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Jul 22 10: 3:58 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id E780F15374; Thu, 22 Jul 1999 10:03:56 -0700 (PDT) (envelope-from billf@FreeBSD.org) Received: (from billf@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA39881; Thu, 22 Jul 1999 10:02:09 -0700 (PDT) (envelope-from billf@FreeBSD.org) Date: Thu, 22 Jul 1999 10:02:09 -0700 (PDT) From: Message-Id: <199907221702.KAA39881@freefall.freebsd.org> To: billf@FreeBSD.org, freebsd-ports@FreeBSD.org, msmith@FreeBSD.org Subject: Re: ports/12763: build fails for port /usr/ports/net/citrix-ica (2 bugs) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: build fails for port /usr/ports/net/citrix-ica (2 bugs) Responsible-Changed-From-To: freebsd-ports->msmith Responsible-Changed-By: billf Responsible-Changed-When: Thu Jul 22 10:01:48 PDT 1999 Responsible-Changed-Why: Over to MAINTAINER. Note: I just installed this port a week ago and it was fine. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Jul 22 11:56: 0 1999 Delivered-To: freebsd-ports@freebsd.org Received: from rover.village.org (rover.village.org [204.144.255.49]) by hub.freebsd.org (Postfix) with ESMTP id D01A414D82 for ; Thu, 22 Jul 1999 11:55:58 -0700 (PDT) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (harmony.village.org [10.0.0.6]) by rover.village.org (8.9.3/8.9.3) with ESMTP id MAA50977 for ; Thu, 22 Jul 1999 12:55:51 -0600 (MDT) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (localhost.village.org [127.0.0.1]) by harmony.village.org (8.9.3/8.8.3) with ESMTP id MAA09883 for ; Thu, 22 Jul 1999 12:56:06 -0600 (MDT) Message-Id: <199907221856.MAA09883@harmony.village.org> To: ports@freebsd.org Subject: Latest gtk/glib mis match Date: Thu, 22 Jul 1999 12:56:06 -0600 From: Warner Losh Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Looks like the latest glib port installs into libglib-12.so.2, while gtk is expecting this to be libglib12.so.2. What's up with that? Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Jul 22 14:32:17 1999 Delivered-To: freebsd-ports@freebsd.org Received: from bachue.usc.unal.edu.co (bachue.usc.unal.edu.co [168.176.3.20]) by hub.freebsd.org (Postfix) with ESMTP id 473CD15642 for ; Thu, 22 Jul 1999 14:30:21 -0700 (PDT) (envelope-from pfgiffun@bachue.usc.unal.edu.co) Received: from bachue.usc.unal.edu.co ([168.176.3.31]) by bachue.usc.unal.edu.co (Netscape Messaging Server 3.6) with ESMTP id AAA367C for ; Sun, 18 Jul 1999 15:55:09 -0400 Message-ID: <37923FC3.F5367BF6@bachue.usc.unal.edu.co> Date: Sun, 18 Jul 1999 15:57:39 -0500 From: "Pedro Fernando Giffuni" Reply-To: giffunip@yahoo.com Organization: Universidad Nacional de Colombia X-Mailer: Mozilla 4.5 [es] (Win95; I) X-Accept-Language: es,en-US,it MIME-Version: 1.0 To: freebsd-ports@FreeBSD.org Subject: Possible bug in Ghostscript port Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org This might be a problem in our ghostscript ports, I don't have time to check it out, but hopefully someone with a HP DeskJet, and the GNU ghostcript port might want to take a look. cheers, Pedro. _______________(Taken from hpdj's homepage) A Ghostscript Bug Affecting hpdj There is a bug in ghostscript's initialization for the undercolour removal and black generation functions which is not yet mentioned in the hpdj distribution. This bug shows up when printing PostScript documents using the RGB colour space (setrgbcolor or sethsbcolor) on a device where the CMYK space is the native colour space; this is the case for hpdj if you specify -sColourMode=CMYK. The bug results in black being printed as a mixture of cyan, magenta, and yellow. On my printer, this is a slightly greenish grey, fuzzy at the edges because the three components are not accurately aligned. You can check for this bug by interactively giving the following command to gs: 0 0 0 setrgbcolor [ currentcmykcolor ] == gs will issue "[1.0 1.0 1.0 0.0]" on standard output if it would print the mixture and "[0.0 0.0 0.0 1.0]" if it would print true black. You should specify a CMYK device like bitcmyk for this test. This bug is present in at least gs 3.33, 4.03, 5.10, and 5.50. To fix it in newer versions, look for the following lines in gs_init.ps (starting at line 1444 in Aladdin gs 5.50): % Set the default screen and BG/UCR based on the device resolution and % process color capability. /.setdefaultbgucr systemdict /setblackgeneration known { { processcolors 1 eq { { } } { { pop 0.0 } } ifelse dup setblackgeneration setundercolorremoval } } { { } } ifelse bind def You should replace the line containing processcolors with the following: {} I have reported this bug to L. Peter Deutsch on 1998-12-09 and he is going to change the behaviour in the next release. ___________________ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Jul 22 14:33:22 1999 Delivered-To: freebsd-ports@freebsd.org Received: from bachue.usc.unal.edu.co (bachue.usc.unal.edu.co [168.176.3.20]) by hub.freebsd.org (Postfix) with ESMTP id 08C4014DCC for ; Thu, 22 Jul 1999 14:31:37 -0700 (PDT) (envelope-from pfgiffun@bachue.usc.unal.edu.co) Received: from bachue.usc.unal.edu.co ([168.176.3.31]) by bachue.usc.unal.edu.co (Netscape Messaging Server 3.6) with ESMTP id AAA367C for ; Sun, 18 Jul 1999 15:55:09 -0400 Message-ID: <37923FC3.F5367BF6@bachue.usc.unal.edu.co> Date: Sun, 18 Jul 1999 15:57:39 -0500 From: "Pedro Fernando Giffuni" Reply-To: giffunip@yahoo.com Organization: Universidad Nacional de Colombia X-Mailer: Mozilla 4.5 [es] (Win95; I) X-Accept-Language: es,en-US,it MIME-Version: 1.0 To: freebsd-ports@FreeBSD.org Subject: Possible bug in Ghostscript port Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org This might be a problem in our ghostscript ports, I don't have time to check it out, but hopefully someone with a HP DeskJet, and the GNU ghostcript port might want to take a look. cheers, Pedro. _______________(Taken from hpdj's homepage) A Ghostscript Bug Affecting hpdj There is a bug in ghostscript's initialization for the undercolour removal and black generation functions which is not yet mentioned in the hpdj distribution. This bug shows up when printing PostScript documents using the RGB colour space (setrgbcolor or sethsbcolor) on a device where the CMYK space is the native colour space; this is the case for hpdj if you specify -sColourMode=CMYK. The bug results in black being printed as a mixture of cyan, magenta, and yellow. On my printer, this is a slightly greenish grey, fuzzy at the edges because the three components are not accurately aligned. You can check for this bug by interactively giving the following command to gs: 0 0 0 setrgbcolor [ currentcmykcolor ] == gs will issue "[1.0 1.0 1.0 0.0]" on standard output if it would print the mixture and "[0.0 0.0 0.0 1.0]" if it would print true black. You should specify a CMYK device like bitcmyk for this test. This bug is present in at least gs 3.33, 4.03, 5.10, and 5.50. To fix it in newer versions, look for the following lines in gs_init.ps (starting at line 1444 in Aladdin gs 5.50): % Set the default screen and BG/UCR based on the device resolution and % process color capability. /.setdefaultbgucr systemdict /setblackgeneration known { { processcolors 1 eq { { } } { { pop 0.0 } } ifelse dup setblackgeneration setundercolorremoval } } { { } } ifelse bind def You should replace the line containing processcolors with the following: {} I have reported this bug to L. Peter Deutsch on 1998-12-09 and he is going to change the behaviour in the next release. ___________________ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Jul 22 14:37:38 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 68370155EB; Thu, 22 Jul 1999 14:37:36 -0700 (PDT) (envelope-from billf@FreeBSD.org) Received: (from billf@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id OAA68332; Thu, 22 Jul 1999 14:36:29 -0700 (PDT) (envelope-from billf@FreeBSD.org) Date: Thu, 22 Jul 1999 14:36:29 -0700 (PDT) From: Message-Id: <199907222136.OAA68332@freefall.freebsd.org> To: mcclain@looneys.net, billf@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/9884: samba does not allow "joes" (username+password match) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: samba does not allow "joes" (username+password match) State-Changed-From-To: open->closed State-Changed-By: billf State-Changed-When: Thu Jul 22 14:36:00 PDT 1999 State-Changed-Why: If you feel this is a pressing problem, please report it to samba (www.samba.org) and not us. We didn't write samba we just provide it to you. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Jul 22 14:40:42 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 4435014F32; Thu, 22 Jul 1999 14:40:41 -0700 (PDT) (envelope-from billf@FreeBSD.org) Received: (from billf@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id OAA68670; Thu, 22 Jul 1999 14:40:10 -0700 (PDT) (envelope-from billf@FreeBSD.org) Date: Thu, 22 Jul 1999 14:40:10 -0700 (PDT) From: Message-Id: <199907222140.OAA68670@freefall.freebsd.org> To: jan@janot.if.sc.usp.br, billf@FreeBSD.org, freebsd-ports@FreeBSD.org, steve@FreeBSD.org Subject: Re: ports/12163: Installed port mxv for FreeBSD3.1 run error - libIV.so.3 not found Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Installed port mxv for FreeBSD3.1 run error - libIV.so.3 not found State-Changed-From-To: open->suspended State-Changed-By: billf State-Changed-When: Thu Jul 22 14:39:12 PDT 1999 State-Changed-Why: It's too late to do anything about the 3.1-RELEASE, however this program looks like it was accidently made with kerbros linked in. Responsible-Changed-From-To: freebsd-ports->steve Responsible-Changed-By: billf Responsible-Changed-When: Thu Jul 22 14:39:12 PDT 1999 Responsible-Changed-Why: Perhaps Steve can shed some light. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Jul 22 15:40:37 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 6C08A1560B for ; Thu, 22 Jul 1999 15:40:36 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA75262; Thu, 22 Jul 1999 15:40:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Thu, 22 Jul 1999 15:40:02 -0700 (PDT) Message-Id: <199907222240.PAA75262@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Palle Girgensohn Subject: Re: ports/12748: linux_base-5.2 and linux communicator problem Reply-To: Palle Girgensohn Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/12748; it has been noted by GNATS. From: Palle Girgensohn To: Marcel Moolenaar Cc: freebsd-gnats-submit@freebsd.org Subject: Re: ports/12748: linux_base-5.2 and linux communicator problem Date: Fri, 23 Jul 1999 00:30:08 +0200 Marcel Moolenaar wrote: > > I wasn't able to trigger the problem by simply sending mail. Maybe the > problem is also related to specific mails, such as mail with attachment. So > far, NC4.61 works as expected (this mail was sent by it). > OK. Sounds good; it's only me having problems. Maybe my system sources are too old? July 7th... I'll check it on a simpler environment (this was with the compat dir nfs mounted). I'll check this week-end, and get back to you. /Palle To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Jul 22 15:54: 7 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 4109B14D85 for ; Thu, 22 Jul 1999 15:54:05 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA76086; Thu, 22 Jul 1999 15:50:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from jade.chc-chimes.com (jade.chc-chimes.com [206.67.97.83]) by hub.freebsd.org (Postfix) with ESMTP id 19DC015661 for ; Thu, 22 Jul 1999 15:47:09 -0700 (PDT) (envelope-from billf@jade.chc-chimes.com) Received: (from billf@localhost) by jade.chc-chimes.com (8.9.3/8.9.3) id RAA21397; Thu, 22 Jul 1999 17:48:23 -0400 (EDT) (envelope-from billf) Message-Id: <199907222148.RAA21397@jade.chc-chimes.com> Date: Thu, 22 Jul 1999 17:48:23 -0400 (EDT) From: Bill Fumerola Reply-To: billf@jade.chc-chimes.com To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/12766: [PATCH] update net/samba to 2.0.5a Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 12766 >Category: ports >Synopsis: [PATCH] update net/samba to 2.0.5a >Confidential: 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 Jul 22 15:50:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Bill Fumerola >Release: FreeBSD 3.2-RELEASE i386 >Organization: Computer Horizons Corp >Environment: Hot in the office, the AC doesn't seem to be effective. This lazy committer wouldn't want to commit over someone elses port. However Hosokawa-san should change his MAINTAINER line so others know that he is a committer, just not part of the JP.FreeBSD.org >Description: The old version of samba wasn't available. I could have just tweaked MASTER_SITE, but there were some interesting fixes in the new version, so I went and updated samba. >How-To-Repeat: $ yes "Theo Sucks" >Fix: diff -ruN --exclude=work --exclude=CVS samba/Makefile samba.new/Makefile --- samba/Makefile Mon Jul 12 04:44:04 1999 +++ samba.new/Makefile Thu Jul 22 17:32:08 1999 @@ -6,8 +6,8 @@ # $Id: Makefile,v 1.38 1999/07/12 08:44:04 hosokawa Exp $ # -DISTNAME= samba-2.0.4b -PKGNAME= samba-2.0.4 +DISTNAME= samba-2.0.5a +PKGNAME= samba-2.0.5 CATEGORIES= net MASTER_SITES= ftp://ftp.samba.org/pub/samba/ \ ftp://ring.asahi-net.or.jp/pub/net/samba/ \ diff -ruN --exclude=work --exclude=CVS samba/files/md5 samba.new/files/md5 --- samba/files/md5 Thu Jun 3 21:44:50 1999 +++ samba.new/files/md5 Thu Jul 22 17:39:30 1999 @@ -1 +1 @@ -MD5 (samba-2.0.4b.tar.gz) = ed2dc0e6531bec9292cc109fbc8b6dcf +MD5 (samba-2.0.5a.tar.gz) = 497e5f98ed9b520b18e926ff2f7307ba diff -ruN --exclude=work --exclude=CVS samba/patches/patch-ag samba.new/patches/patch-ag --- samba/patches/patch-ag Mon Jul 12 04:38:14 1999 +++ samba.new/patches/patch-ag Thu Jul 22 18:16:13 1999 @@ -1,5 +1,5 @@ ---- nmbd/nmbd_winsserver.c.orig Fri Apr 2 05:00:46 1999 -+++ nmbd/nmbd_winsserver.c Mon Jul 12 17:08:28 1999 +--- nmbd/nmbd_winsserver.c.orig Tue Jul 20 21:25:11 1999 ++++ nmbd/nmbd_winsserver.c Thu Jul 22 18:13:30 1999 @@ -152,7 +152,7 @@ start_async_dns(); #endif @@ -15,6 +15,6 @@ - slprintf(fname,sizeof(fname),"%s/%s", lp_lockdir(), WINS_LIST); + slprintf(fname,sizeof(fname),"%s/%s", "/var/db", WINS_LIST); - string_sub(fname,"//", "/"); + all_string_sub(fname,"//", "/", 0); slprintf(fnamenew,sizeof(fnamenew),"%s.%u", fname, (unsigned int)getpid()); >Release-Note: >Audit-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 Jul 22 19:30:14 1999 Delivered-To: freebsd-ports@freebsd.org Received: from cheddar.netmonger.net (cheddar.netmonger.net [209.54.21.140]) by hub.freebsd.org (Postfix) with ESMTP id 63F7F14DC3 for ; Thu, 22 Jul 1999 19:30:11 -0700 (PDT) (envelope-from chris@cheddar.netmonger.net) Received: (from chris@localhost) by cheddar.netmonger.net (8.8.8/8.8.8) id WAA10269; Thu, 22 Jul 1999 22:28:34 -0400 (EDT) Message-ID: <19990722222834.A10146@netmonger.net> Date: Thu, 22 Jul 1999 22:28:34 -0400 From: Christopher Masto To: Christopher Taylor , ports@FreeBSD.ORG Subject: Re: xmms port broken References: <23518.932575085@axl.noc.iafrica.com> <379660A9.1B6F482B@partitur.se> <37973F93.AB9A5446@thedial.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.91.1i In-Reply-To: <37973F93.AB9A5446@thedial.com>; from Christopher Taylor on Thu, Jul 22, 1999 at 09:58:11AM -0600 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Thu, Jul 22, 1999 at 09:58:11AM -0600, Christopher Taylor wrote: > > > ------- Forwarded Message > > > > > > Yesterday, I updated my ports tree with cvsup...I then attempted to make > > > the audio/xmms port and received the following error... > > > > > > [root@ezln23 xmms]# make > > > ===> Extracting for xmms-0.9.1 > > > >> Checksum OK for xmms-0.9.1.tar.gz. > > > ===> xmms-0.9.1 depends on executable: libtool - found > > > ===> xmms-0.9.1 depends on shared library: gtk12.2 - not found > > > ===> Verifying install for gtk12.2 in /usr/ports/x11-toolkits/gtk12 > > > ===> Returning to build of xmms-0.9.1 > > > Error: shared library "gtk12.2" does not exist > > > *** Error code 1 This is the same old problem with libtool. pkg_delete your libtool and rebuild it. There was a defective port floating around for a while. -- Christopher Masto Senior Network Monkey NetMonger Communications chris@netmonger.net info@netmonger.net http://www.netmonger.net Free yourself, free your machine, free the daemon -- http://www.freebsd.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Jul 22 23: 1: 6 1999 Delivered-To: freebsd-ports@freebsd.org Received: from mailgate.hoechst.com (mailgate.hoechst.com [149.250.222.5]) by hub.freebsd.org (Postfix) with ESMTP id 1620914DAA; Thu, 22 Jul 1999 23:01:01 -0700 (PDT) (envelope-from Markus.Wolf@HISERV.COM) Received: from fra28.hiserv.com (fra28.hiserv.com [134.81.81.23]) by mailgate.hoechst.com (8.9.1/8.9.1) with ESMTP id IAA07480; Fri, 23 Jul 1999 08:01:01 +0200 (MET DST) Received: by FRA28 with Internet Mail Service (5.5.2448.0) id <311HHPNA>; Fri, 23 Jul 1999 08:01:01 +0200 Message-ID: From: "Wolf, Markus, HiServ/DE" To: kuriyama@FreeBSD.ORG Cc: ports@FreeBSD.ORG Subject: FreeBSD Port: jfc-1.1 Date: Fri, 23 Jul 1999 08:00:55 +0200 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2448.0) Content-Type: text/plain Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hello, could you please tell me which version of Swing is used in this port? On Sun web site (http://java.sun.com/products/jfc/) there exist two versions of JFC 1.1 (JFC 1.1 with Swing 1.0.3 and JFC 1.1 with Swing 1.1.1). I could not find this information on the FreeBSD web site. Thanks in advance. Kind regards Markus To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Jul 22 23:30: 4 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 58D2F156A2 for ; Thu, 22 Jul 1999 23:30:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id XAA17574; Thu, 22 Jul 1999 23:30:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Thu, 22 Jul 1999 23:30:02 -0700 (PDT) Message-Id: <199907230630.XAA17574@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Marcel Moolenaar Subject: Re: ports/12748: linux_base-5.2 and linux communicator problem Reply-To: Marcel Moolenaar Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/12748; it has been noted by GNATS. From: Marcel Moolenaar To: Palle Girgensohn Cc: freebsd-gnats-submit@freebsd.org Subject: Re: ports/12748: linux_base-5.2 and linux communicator problem Date: Fri, 23 Jul 1999 08:24:59 +0200 Palle Girgensohn wrote: > > Marcel Moolenaar wrote: > > > > I wasn't able to trigger the problem by simply sending mail. Maybe the > > problem is also related to specific mails, such as mail with attachment. So > > far, NC4.61 works as expected (this mail was sent by it). > > OK. Sounds good; it's only me having problems. Maybe my system sources > are too old? July 7th... I'll check it on a simpler environment (this > was with the compat dir nfs mounted). I'll check this week-end, and get > back to you. I don't think your -stable version is too old. If it were, then NC4.61 wouldn't also work with linux_lib. I'm more thinking in the line of LD_LIBRARY_PATH settings and/or linux_base installation issues (such as whether /compat/linux was empty or not). I know there can be problems when nfs behaves badly, so keep that in mind too. As a last remark, Having a RH5.2 installation mounted under /compat/linux is not exactly the same as installing linux_base. The conflicting set of libraries/binaries is much larger for a stock RH5.2 installation (maybe too large)... Anyway, I'll await your mail. -- Marcel Moolenaar mailto:marcel@scc.nl SCC Internetworking & Databases http://www.scc.nl/ Amsterdam, The Netherlands tel: +31 20 4200655 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Jul 23 0:56:35 1999 Delivered-To: freebsd-ports@freebsd.org Received: from kirk.giovannelli.it (kirk.giovannelli.it [194.184.65.4]) by hub.freebsd.org (Postfix) with ESMTP id 15F7C14D21 for ; Fri, 23 Jul 1999 00:56:32 -0700 (PDT) (envelope-from gmarco@giovannelli.it) Received: from suzy (modem32.masternet.it [194.184.65.42]) by kirk.giovannelli.it (8.9.3/8.9.3) with SMTP id HAA00299 for ; Fri, 23 Jul 1999 07:55:01 +0200 (CEST) (envelope-from gmarco@giovannelli.it) Message-Id: <4.1.19990723090813.0137faa0@194.184.65.4> X-Sender: gmarco@194.184.65.4 X-Mailer: QUALCOMM Windows Eudora Pro Version 4.1 Date: Fri, 23 Jul 1999 09:59:18 +0200 To: ports@freebsd.org From: Gianmarco Giovannelli Subject: MySQL problem : missing socket ? Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I have installed MySql 322-2.24 from the ports collection. But it doesn't create the /tmp/mysql.sock. It runs because I can connect (xmysql) to it by host ip address and I see the two databases it come with, but the socket is not there ... I need it, because I have to use a product that interfaces to mysql trough it. Any hints ? I tried to explicit define it in configure args, but the socket doesn't come out... CONFIGURE_ARGS= --with-unix-socket-path=/tmp/mysql.sock \ [...] Any help/hints/tips/ is gladly accepted ... Best Regards, Gianmarco Giovannelli , "Unix expert since yesterday" http://www.giovannelli.it/~gmarco http://www2.masternet.it To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Jul 23 2:14:42 1999 Delivered-To: freebsd-ports@freebsd.org Received: from dfw-ix11.ix.netcom.com (dfw-ix11.ix.netcom.com [206.214.98.11]) by hub.freebsd.org (Postfix) with ESMTP id 16FA715016 for ; Fri, 23 Jul 1999 02:14:37 -0700 (PDT) (envelope-from asami@cs.berkeley.edu) Received: (from smap@localhost) by dfw-ix11.ix.netcom.com (8.8.4/8.8.4) id EAA13691; Fri, 23 Jul 1999 04:12:00 -0500 (CDT) Received: from sji-ca4-70.ix.netcom.com(205.186.212.198) by dfw-ix11.ix.netcom.com via smap (V1.3) id rma013686; Fri Jul 23 04:11:41 1999 Received: (from asami@localhost) by silvia.hip.berkeley.edu (8.9.3/8.6.9) id CAA10769; Fri, 23 Jul 1999 02:11:35 -0700 (PDT) Date: Fri, 23 Jul 1999 02:11:35 -0700 (PDT) Message-Id: <199907230911.CAA10769@silvia.hip.berkeley.edu> X-Authentication-Warning: silvia.hip.berkeley.edu: asami set sender to asami@cs.berkeley.edu using -f To: imp@village.org Cc: ports@freebsd.org In-reply-to: <199907221856.MAA09883@harmony.village.org> (message from Warner Losh on Thu, 22 Jul 1999 12:56:06 -0600) Subject: Re: Latest gtk/glib mis match From: asami@freebsd.org (Satoshi - Ports Wraith - Asami) References: <199907221856.MAA09883@harmony.village.org> Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org * From: Warner Losh * Looks like the latest glib port installs into libglib-12.so.2, while * gtk is expecting this to be libglib12.so.2. What's up with that? === >> grep libglib pkg/PLIST lib/libglib12.a lib/libglib12.so lib/libglib12.so.2 === Just a shot in the dark, but try reinstalling libtool. Speaking of libtool, it's starting to turn into a major headache. How about installing it as something like /usr/local/bin/libtool-x.y and use that in USE_LIBTOOL check in bsd.port.mk. Satoshi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Jul 23 4:41: 8 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 1A4691502E for ; Fri, 23 Jul 1999 04:41:05 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id EAA46110; Fri, 23 Jul 1999 04:40:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from jaga.fujita3.iis.u-tokyo.ac.jp (jaga.fujita3.iis.u-tokyo.ac.jp [157.82.110.23]) by hub.freebsd.org (Postfix) with ESMTP id A01B314FAC for ; Fri, 23 Jul 1999 04:35:22 -0700 (PDT) (envelope-from mita@jaga.fujita3.iis.u-tokyo.ac.jp) Received: (from mita@localhost) by jaga.fujita3.iis.u-tokyo.ac.jp (8.9.3/8.9.3) id UAA41009; Fri, 23 Jul 1999 20:24:42 +0900 (JST) (envelope-from mita) Message-Id: <199907231124.UAA41009@jaga.fujita3.iis.u-tokyo.ac.jp> Date: Fri, 23 Jul 1999 20:24:42 +0900 (JST) From: MITA Yoshio Reply-To: MITA Yoshio To: FreeBSD-gnats-submit@freebsd.org Cc: , MITA Yoshio X-Send-Pr-Version: 3.2 Subject: ports/12774: japanese/vfghostscript5 had been modified without Maintainter's review Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Note: There was a bad value `severe' for the field `>Severity:'. It was set to the default value of `serious'. >Number: 12774 >Category: ports >Synopsis: Some severe inconvenience had been imposed to this 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: Fri Jul 23 04:40:00 PDT 1999 >Closed-Date: >Last-Modified: >Originator: MITA Yoshio >Release: FreeBSD 3.2-RELEASE i386 >Organization: Institute of Industrial Science, the University of TOKYO >Environment: 3.2-R >Description: I, as a maintainer of japanese/vfghostscript5, noticed that some modification to this port had been performed WITH NO INFORMATION to me. Actually, this causes a severe incompatibility of Laser printer from Epson co, therefore it imposes a enormous inconvenience to the users (like myself, 3 days before my Ph.D pre-defence ;-) I strongly recommend to solve the problem immediately by appling the patch attached below to the current japanese/vfghostscript5 >How-To-Repeat: >Fix: diff -ruN japanese/vfghostscript5.current.990712/Makefile japanese/vfghostscript5/Makefile --- japanese/vfghostscript5.current.990712/Makefile Wed Jun 16 22:40:04 1999 +++ japanese/vfghostscript5/Makefile Fri Jul 23 19:48:16 1999 @@ -23,7 +23,9 @@ http://itohws03.ee.noda.sut.ac.jp/~matsuda/VFlib-FT/ \ http://www.necs.co.jp/~umi/ \ http://plaza26.mbn.or.jp/~higamasa/gdevmd2k/ \ - http://www.aial.hiroshima-u.ac.jp/~sakai/Linux/gs5.10/ + http://www.aial.hiroshima-u.ac.jp/~sakai/Linux/gs5.10/ \ + http://www.ceres.dti.ne.jp/~owatanab/gdevnpdl/ \ + ftp://ftp.humblesoft.com/pub/ DISTFILES= ${GS_SOURCES} ${GS_DRIVERS} ${GS_FONTS_STD} ${GS_FONTS_OTHER} MAINTAINER= mita@jp.FreeBSD.org @@ -53,6 +55,8 @@ GS_DRIVERS+= gdevalps-0.2.tar.gz GS_DRIVERS+= gdevmd2k-0.2a.tar.gz GS_DRIVERS+= gdevrpdl-1.2-510.tar.gz +GS_DRIVERS+= gdevnpdl-1.6.2.tar.gz +GS_DRIVERS+= epag-3.08.tar.gz # Note: the following two are real files that have symlinks with # later version numbers pointing to them. To avoid unnecessarily # downloading distfiles, do not change these when upgrading the port @@ -82,6 +86,7 @@ @( ${MKDIR} ${PRINTER} ; \ cd ${PRINTER} ; \ tar xzf ${DISTDIR}/gdevlips-2.3.2-510.tar.gz ; \ + tar xzf ${DISTDIR}/epag-3.08.tar.gz ; \ tar xzf ${DISTDIR}/gdevmjc-0.8.tar.gz ; \ tar xzf ${DISTDIR}/gdev10v.tar.gz ; \ ${MKDIR} ${PRINTER}/gdevdmpr ; \ @@ -89,14 +94,20 @@ tar xzf ${DISTDIR}/gdevalps-0.2.tar.gz ; \ tar xzf ${DISTDIR}/gdevmd2k-0.2a.tar.gz ; \ tar xzf ${DISTDIR}/gdevrpdl-1.2-510.tar.gz ; \ + tar xzf ${DISTDIR}/gdevnpdl-1.6.2.tar.gz ; \ ${CP} gdev10v/gdev10v.c gdev10v/gdev10v.mak ${WRKSRC}; \ ${CP} gdevmjc-0.8/*.[ch] gdevmjc-0.8/gdevmjc.mak ${WRKSRC}; \ - ${CP} gdevlips-2.3.2-510/*.[ch] gdevlips-2.3.2-510/gdevlips.mak ${WRKSRC}; \ + ${CP} gdevlips-2.3.2-510/gdevlips.c gdevlips-2.3.2-510/gdevlips.mak ${WRKSRC}; \ + ${CP} gdevlips-2.3.2-510/gdevl4r.c gdevlips-2.3.2-510/gdevl4v.c gdevlips-2.3.2-510/gdevlips.h ${WRKSRC}; \ + ${CP} gdevlips-2.3.2-510/gdevlprn.c gdevlips-2.3.2-510/gdevlprn.h ${WRKSRC}; \ ${CP} gdevdmpr/gdevdmpr.c gdevdmpr/gdevdmpr.mak ${WRKSRC}; \ ${CP} gdevdmpr/dviprlib.c gdevdmpr/dviprlib.h ${WRKSRC}; \ + ${CP} epag-3.08/gdevepag.c epag-3.08/gdevepag.mak ${WRKSRC}; \ ${CP} gdevalps-0.2/gdevalps.c gdevalps-0.2/gdevalps.mak ${WRKSRC}; \ ${CP} gdevmd2k-0.2a/gdevmd2k.c gdevmd2k-0.2a/gdevmd2k.mak ${WRKSRC}; \ ${CP} gdevrpdl-1.2-510/gdevrpdl.c gdevrpdl-1.2-510/gdevrpdl.mak ${WRKSRC}; \ + ${PATCH} -d gdevnpdl < ${PRINTER}/gdevnpdl/gdevnpdl.patch-gs5.10 ; \ + ${CP} gdevnpdl/gdevnpdl.c gdevnpdl/gdevnpdl.mak ${WRKSRC}; \ ) @${PATCH} ${PATCH_ARGS} < ${FILESDIR}/gdev10v.mak.patch @${PATCH} ${PATCH_ARGS} < ${FILESDIR}/mjc.dev.patch @@ -105,18 +116,24 @@ @${PATCH} ${PATCH_ARGS} < ${FILESDIR}/gdevdmpr.patch @${CAT} ${WRKSRC}/gdev10v.mak >> ${WRKSRC}/unix-gcc.mak @${CAT} ${WRKSRC}/gdevdmpr.mak >> ${WRKSRC}/unix-gcc.mak + @${CAT} ${WRKSRC}/gdevepag.mak >> ${WRKSRC}/unix-gcc.mak @${CAT} ${WRKSRC}/gdevlips.mak >> ${WRKSRC}/unix-gcc.mak @${CAT} ${WRKSRC}/gdevrpdl.mak >> ${WRKSRC}/unix-gcc.mak @${CAT} ${WRKSRC}/gdevmjc.mak >> ${WRKSRC}/unix-gcc.mak @${CAT} ${WRKSRC}/gdevalps.mak >> ${WRKSRC}/unix-gcc.mak @${CAT} ${WRKSRC}/gdevmd2k.mak >> ${WRKSRC}/unix-gcc.mak + @${CAT} ${WRKSRC}/gdevnpdl.mak >> ${WRKSRC}/unix-gcc.mak pre-install: @${MKDIR} ${PREFIX}/share/ghostscript @tar -C ${PREFIX}/share/ghostscript -xzf ${DISTDIR}/${GS_FONTS_STD} @tar -C ${PREFIX}/share/ghostscript/fonts -xzf ${DISTDIR}/${GS_FONTS_OTHER} +post-build: + @(cd ${PRINTER}/epag-3.08 ; ${MAKE}) + post-install: + ${INSTALL_PROGRAM} ${PRINTER}/epag-3.08/ert ${PREFIX}/bin @strip ${PREFIX}/bin/gs @( \ ${CP} ${WRKSRC}/gs5.10-vflib-1.2/README ${DOC_DIR}/README.gs5.10-vflib ; \ @@ -133,15 +150,22 @@ ${CP} ${PRINTER}/gdevmjc-0.8/README.mje ${DOC_DIR}/gdevmjc-0.8/ ; \ ${CP} ${PRINTER}/gdevmjc-0.8/cpem.doc ${DOC_DIR}/gdevmjc-0.8/ ; \ ${CP} ${PRINTER}/gdevmjc-0.8/MJ700V2C.FAQ ${DOC_DIR}/gdevmjc-0.8/ ; \ + ${CP} ${PRINTER}/gdevmjc-0.8/gdevmjc.ps ${GSINST_DIR} ; \ ${CP} ${PRINTER}/gdevalps-0.2/README.gdevalps ${DOC_DIR}/README.gdevalps ; \ ${CP} ${PRINTER}/gdevmd2k-0.2a/README.jis ${DOC_DIR}/gdevmd2k.jis ; \ ${CP} ${PRINTER}/gdevrpdl-1.2-510/gdevrpdl.doc ${DOC_DIR} ; \ ${CP} ${PRINTER}/gdevdmpr/gdevdmpr.sj ${DOC_DIR} ; \ + ${CP} ${PRINTER}/gdevnpdl/gdevnpdl.jis ${DOC_DIR} ; \ ${CP} ${PRINTER}/gdevdmpr/dmp_init.ps ${GSINST_DIR} ; \ ${CP} ${PRINTER}/gdevdmpr/dmp_site.ps ${GSINST_DIR} ; \ ${CP} ${PRINTER}/gdevdmpr/escp_24.src ${GSINST_DIR} ; \ ${CP} ${PRINTER}/gdevdmpr/testpage.ps ${GSINST_DIR} ; \ - ${CP} ${PRINTER}/gdevmjc-0.8/gdevmjc.ps ${GSINST_DIR} ; \ + ${MKDIR} ${DOC_DIR}/epag-3.08 ; \ + ${CP} ${PRINTER}/epag-3.08/FILES ${DOC_DIR}/epag-3.08 ; \ + ${CP} ${PRINTER}/epag-3.08/*.txt ${DOC_DIR}/epag-3.08 ; \ + ${CP} ${PRINTER}/epag-3.08/adjust.ps ${DOC_DIR}/epag-3.08 ; \ + ${CP} ${PRINTER}/epag-3.08/gsepagif.sh ${DOC_DIR}/epag-3.08 ; \ + ${CP} ${PRINTER}/epag-3.08/psprint ${DOC_DIR}/epag-3.08 ; \ ) .if defined(PDFENCRYPT) @${CP} -f ${DISTDIR}/pdf_sec.ps ${GSINST_DIR} diff -ruN japanese/vfghostscript5.current.990712/files/md5 japanese/vfghostscript5/files/md5 --- japanese/vfghostscript5.current.990712/files/md5 Mon Jun 14 10:41:23 1999 +++ japanese/vfghostscript5/files/md5 Fri Jul 23 19:37:23 1999 @@ -11,6 +11,8 @@ MD5 (gdevalps-0.2.tar.gz) = 8690b96eeb79fe770983a86beae84a11 MD5 (gdevmd2k-0.2a.tar.gz) = 5ed2b4218b8f77cb411f3d2e4509ed24 MD5 (gdevrpdl-1.2-510.tar.gz) = c1dda082bc614753e6294e306f3e7914 +MD5 (gdevnpdl-1.6.2.tar.gz) = 07ac0d55a1f941be069074104e22fc11 +MD5 (epag-3.08.tar.gz) = e5e57176f55abc2c5224d405b5c402d1 MD5 (ghostscript-fonts-std-5.50.tar.gz) = 8462a429e2672d332a510da076dca6d2 MD5 (ghostscript-fonts-other-5.10.tar.gz) = fcf3abf81a1b46da9a92942d288020f9 MD5 (pdf_sec.ps) = 92cd6af5b4d7219e91e61b8351f0f7c4 diff -ruN japanese/vfghostscript5.current.990712/pkg/PLIST japanese/vfghostscript5/pkg/PLIST --- japanese/vfghostscript5.current.990712/pkg/PLIST Wed Jun 16 22:40:04 1999 +++ japanese/vfghostscript5/pkg/PLIST Fri Jul 23 19:51:23 1999 @@ -64,10 +64,17 @@ share/ghostscript/5.10vflib/doc/gdevmjc-0.8/README.noz share/ghostscript/5.10vflib/doc/gdevmjc-0.8/MJ700V2C.FAQ share/ghostscript/5.10vflib/doc/gdevmjc-0.8/cpem.doc +share/ghostscript/5.10vflib/doc/gdevnpdl.jis share/ghostscript/5.10vflib/doc/gdevrpdl.doc share/ghostscript/5.10vflib/doc/gs261j.doc share/ghostscript/5.10vflib/doc/gs261j.jis share/ghostscript/5.10vflib/doc/gs_statd.dif +share/ghostscript/5.10vflib/doc/epag-3.08/FILES +share/ghostscript/5.10vflib/doc/epag-3.08/gdevepag.txt +share/ghostscript/5.10vflib/doc/epag-3.08/ert.txt +share/ghostscript/5.10vflib/doc/epag-3.08/adjust.ps +share/ghostscript/5.10vflib/doc/epag-3.08/gsepagif.sh +share/ghostscript/5.10vflib/doc/epag-3.08/psprint share/ghostscript/5.10vflib/doc/helpers.txt share/ghostscript/5.10vflib/doc/hershey.txt share/ghostscript/5.10vflib/doc/history1.txt @@ -393,6 +400,7 @@ share/ghostscript/fonts/z003034l.pfb share/ghostscript/fonts/z003034l.pfm @dirrm share/ghostscript/5.10vflib/doc/gdevmjc-0.8 +@dirrm share/ghostscript/5.10vflib/doc/epag-3.08 @dirrm share/ghostscript/5.10vflib/doc @dirrm share/ghostscript/5.10vflib/examples @dirrm share/ghostscript/5.10vflib/kanji diff -ruN japanese/vfghostscript5.current.990712/scripts/configure japanese/vfghostscript5/scripts/configure --- japanese/vfghostscript5.current.990712/scripts/configure Wed Jun 16 22:40:04 1999 +++ japanese/vfghostscript5/scripts/configure Fri Jul 23 19:41:11 1999 @@ -4,7 +4,7 @@ if [ ! "X"${BATCH} = "X" ] ; then -PRINTER_JAPAN=' mjc180.dev mjc360.dev mjc720.dev mj500c.dev lips2p.dev lips3.dev lips4.dev lips4v.dev bjc880j.dev lp2000.dev escpage.dev npdl.dev nx100f.dev nx100v.dev bj10v.dev bj10vh.dev dmprt.dev md2k.dev md5k.dev' +PRINTER_JAPAN=' mjc180.dev mjc360.dev mjc720.dev mj500c.dev lips2p.dev lips3.dev lips4.dev lips4v.dev bjc880j.dev epag.dev npdl.dev nx100f.dev nx100v.dev bj10v.dev bj10vh.dev dmprt.dev md2k.dev md5k.dev' sed -e "s;XINCLUDE=-I/usr/local/X/include;XINCLUDE=-I/usr/X11R6/include;" \ -e "s;XLIBDIRS=-L/usr/X11/lib;XLIBDIRS=-L/usr/X11R6/lib;" \ @@ -84,8 +84,7 @@ "djet500c" "HP DeskJet 500C alternate driver, not for 550/560C" OFF \ "dmprt" "Generic Printer" ON \ "dnj650c" "HP DesignJet 650C" OFF \ - "escpage" "Epson ESC/Page laser printer 60-600dpi, mono" ON \ - "lp2000" "Epson LP-2000/3000/7000/7000G, mono" ON \ + "epag" "Epson ESC/Page laser printer 60-600dpi, mono" ON \ "md2k" "ALPS MD2000/2010/4000/1300/1500/5000 driver" ON \ "md5k" "ALPS MD5000 driver" ON \ "md50Mono" "ALPS MD5000 monochrome driver" OFF \ >Release-Note: >Audit-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 Jul 23 8:38:30 1999 Delivered-To: freebsd-ports@freebsd.org Received: from ezln23.earthbroadcasting.com (ezln23.thedial.com [207.135.131.130]) by hub.freebsd.org (Postfix) with ESMTP id 40C9214D48 for ; Fri, 23 Jul 1999 08:38:26 -0700 (PDT) (envelope-from chris@thedial.com) Received: from thedial.com (localhost.earthbroadcasting.com [127.0.0.1]) by ezln23.earthbroadcasting.com (8.9.3/8.9.3) with ESMTP id JAA82403; Fri, 23 Jul 1999 09:37:38 -0600 (MDT) (envelope-from chris@thedial.com) Message-ID: <37988C41.D6A9FED3@thedial.com> Date: Fri, 23 Jul 1999 09:37:37 -0600 From: Christopher Taylor X-Mailer: Mozilla 4.61 [en] (X11; I; FreeBSD 3.2-RELEASE i386) X-Accept-Language: en MIME-Version: 1.0 To: Christopher Masto Cc: ports@FreeBSD.ORG Subject: Re: xmms port broken References: <23518.932575085@axl.noc.iafrica.com> <379660A9.1B6F482B@partitur.se> <37973F93.AB9A5446@thedial.com> <19990722222834.A10146@netmonger.net> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Christopher Masto wrote: > > On Thu, Jul 22, 1999 at 09:58:11AM -0600, Christopher Taylor wrote: > > > > ------- Forwarded Message > > > > > > > > Yesterday, I updated my ports tree with cvsup...I then attempted to make > > > > the audio/xmms port and received the following error... > > > > > > > > [root@ezln23 xmms]# make > > > > ===> Extracting for xmms-0.9.1 > > > > >> Checksum OK for xmms-0.9.1.tar.gz. > > > > ===> xmms-0.9.1 depends on executable: libtool - found > > > > ===> xmms-0.9.1 depends on shared library: gtk12.2 - not found > > > > ===> Verifying install for gtk12.2 in /usr/ports/x11-toolkits/gtk12 > > > > ===> Returning to build of xmms-0.9.1 > > > > Error: shared library "gtk12.2" does not exist > > > > *** Error code 1 > > This is the same old problem with libtool. pkg_delete your libtool > and rebuild it. There was a defective port floating around for a while. Someone else suggested this, but it didn't work...I ended up removing the checks for gtk and glib and it compiled fine. --Chris -- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Christopher Taylor Technical Director Earth Broadcasting Corporation (EBC) 415 East 200 South Salt Lake City, Utah 84111 phone: (801) 322-3949 cell: (801) 541-8287 email: chris@thedial.com ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Jul 23 9:50:57 1999 Delivered-To: freebsd-ports@freebsd.org Received: from rover.village.org (rover.village.org [204.144.255.49]) by hub.freebsd.org (Postfix) with ESMTP id BE4E71504D for ; Fri, 23 Jul 1999 09:50:46 -0700 (PDT) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (harmony.village.org [10.0.0.6]) by rover.village.org (8.9.3/8.9.3) with ESMTP id KAA53860 for ; Fri, 23 Jul 1999 10:49:33 -0600 (MDT) (envelope-from imp@harmony.village.org) Received: (from imp@localhost) by harmony.village.org (8.9.3/8.8.3) id KAA19051 for ports@freebsd.org; Fri, 23 Jul 1999 10:50:00 -0600 (MDT) Date: Fri, 23 Jul 1999 10:50:00 -0600 (MDT) From: Warner Losh Message-Id: <199907231650.KAA19051@harmony.village.org> To: ports@freebsd.org Subject: glib12 and FreeBSD 3.2R Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I had to hack the glib 1.2.3 makefile in order for it to compile on what I'm told is a 3.2 RELEASE system with no patches applied. I had to add --disable-threads before it would compile correctly. Is this a known problem? I know that ports are generally only supported on -current and -stable, but I thought I'd ask. I've also seen many libc_r changes in the past few months since 3.2R. If this isn't a known problem, I'll be happy to back out my change and send the errors to someone. Warner P.S. Thanks for the libtool hint. REinstalling libtool fixed the disconnect between glib12 and gtk12. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Jul 23 10: 3: 3 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 0D26E14D34 for ; Fri, 23 Jul 1999 10:03:00 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA77639; Fri, 23 Jul 1999 10:00:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from roma.coe.ufrj.br (roma.coe.ufrj.br [146.164.53.65]) by hub.freebsd.org (Postfix) with ESMTP id 7EC7E14DDE for ; Fri, 23 Jul 1999 09:50:50 -0700 (PDT) (envelope-from jonny@jonny.eng.br) Received: (from jonny@localhost) by roma.coe.ufrj.br (8.8.8/8.8.8) id NAA10217; Fri, 23 Jul 1999 13:49:36 -0300 (EST) (envelope-from jonny) Message-Id: <199907231649.NAA10217@roma.coe.ufrj.br> Date: Fri, 23 Jul 1999 13:49:36 -0300 (EST) From: Joao Carlos Mendes Luis Reply-To: jonny@jonny.eng.br To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/12778: Again: ripenc upgrade... Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 12778 >Category: ports >Synopsis: New version, previous one has been removed from MASTER_SITE >Confidential: 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 Jul 23 10:00:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Joao Carlos Mendes Luis >Release: FreeBSD 2.2.8-STABLE i386 >Organization: >Environment: >Description: >How-To-Repeat: >Fix: diff -ruN /usr/ports/audio/ripenc/Makefile ripenc/Makefile --- /usr/ports/audio/ripenc/Makefile Tue Apr 27 09:57:55 1999 +++ ripenc/Makefile Wed Jul 21 15:07:51 1999 @@ -1,18 +1,20 @@ # New ports collection makefile for: ripenc # URL: http://www.asde.com/~mjparme/index.htm -# Version required: 0.6 +# Version required: 0.7 # Date created: 28 February 1999 # Whom: Joao Carlos Mendes Luis # # $Id: Makefile,v 1.1.1.1 1999/04/27 12:57:55 taoka Exp $ # -DISTNAME= ripenc0.6 -PKGNAME= ripenc-0.6 +DISTNAME= ripenc0.7 +PKGNAME= ripenc-0.7 CATEGORIES= audio MASTER_SITES= http://www.asde.com/~mjparme/ MAINTAINER= jonny@jonny.eng.br + +WRKSRC= ${WRKDIR}/ripenc NO_BUILD= Shell Script diff -ruN /usr/ports/audio/ripenc/files/md5 ripenc/files/md5 --- /usr/ports/audio/ripenc/files/md5 Tue Apr 27 09:57:56 1999 +++ ripenc/files/md5 Wed Jul 21 14:48:49 1999 @@ -1 +1 @@ -MD5 (ripenc0.6.tar.gz) = 3c2051a3b9d77c03056235d434c5fba1 +MD5 (ripenc0.7.tar.gz) = c51ecce28d63d27444437be2d35261a6 diff -ruN /usr/ports/audio/ripenc/patches/patch-aa ripenc/patches/patch-aa --- /usr/ports/audio/ripenc/patches/patch-aa Wed Dec 31 21:00:00 1969 +++ ripenc/patches/patch-aa Fri Jul 23 13:49:02 1999 @@ -0,0 +1,33 @@ +--- ripenc.org Wed Jul 21 14:58:41 1999 ++++ ripenc Wed Jul 21 15:01:22 1999 +@@ -340,6 +340,9 @@ + tosha) + tosha -q -f wav -d ${DEVICE} -t ${num} -o ${SAVETO}/${NAME}.wav + ;; ++ dagrab) ++ dagrab -d ${DEVICE} -f ${SAVETO}/${NAME}.wav ${num} ++ ;; + none) + echo "Not Ripping" + esac +@@ -550,7 +553,8 @@ + echo "1) cdparanoia" + echo "2) cdda2wav" + echo "3) tosha" +- echo "4) none (assume wavs exist and/or wav files need to be encoded)" ++ echo "4) dagrab" ++ echo "5) none (assume wavs exist and/or wav files need to be encoded)" + echo -n "? " ; read ch + if [ "$ch" = "1" ] ; + then +@@ -565,6 +569,10 @@ + RIPPER=tosha + fi + if [ "$ch" = "4" ] ; ++ then ++ RIPPER=dagrab ++ fi ++ if [ "$ch" = "5" ] ; + then + RIPPER=none + fi >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Jul 23 11:29:30 1999 Delivered-To: freebsd-ports@freebsd.org Received: from peloton.physics.montana.edu (peloton.physics.montana.edu [153.90.192.177]) by hub.freebsd.org (Postfix) with ESMTP id 62E2E14F6D; Fri, 23 Jul 1999 11:29:27 -0700 (PDT) (envelope-from brett@peloton.physics.montana.edu) Received: from localhost (brett@localhost) by peloton.physics.montana.edu (8.8.8/8.8.7) with ESMTP id MAA20959; Fri, 23 Jul 1999 12:26:10 -0600 (MDT) (envelope-from brett@peloton.physics.montana.edu) Date: Fri, 23 Jul 1999 12:26:09 -0600 (MDT) From: Brett Taylor To: "Wolf, Markus, HiServ/DE" Cc: kuriyama@FreeBSD.ORG, ports@FreeBSD.ORG Subject: Re: FreeBSD Port: jfc-1.1 In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi, On Fri, 23 Jul 1999, Wolf, Markus, HiServ/DE wrote: > On Sun web site (http://java.sun.com/products/jfc/) there exist two > versions of JFC 1.1 (JFC 1.1 with Swing 1.0.3 and JFC 1.1 with Swing > 1.1.1). I could not find this information on the FreeBSD web site. to find out, cd /usr/ports/java/jfc && more Makefile: swing-1.1 Brett *********************************************************** Brett Taylor brett@peloton.physics.montana.edu * brett@daemonnews.org * * http://www.daemonnews.org/ * *********************************************************** To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Jul 23 11:41:34 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 815C614F6D for ; Fri, 23 Jul 1999 11:41:24 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA84616; Fri, 23 Jul 1999 11:40:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from mta4.odn.ne.jp (mta4.odn.ne.jp [143.90.131.71]) by hub.freebsd.org (Postfix) with ESMTP id F0DC414F6D; Fri, 23 Jul 1999 11:32:13 -0700 (PDT) (envelope-from shigeisp@pop02.odn.ne.jp) Received: from athena.shige.org (KUNcc-01p66.ppp.odn.ad.jp [143.90.235.66]) by mta4.odn.ne.jp (8.8.8+2.7Wbeta7/3.6W/9808281156) with ESMTP id DAA19532; Sat, 24 Jul 1999 03:31:42 +0900 (JST) Received: (from shige@localhost) by aphrodite.shige.org (8.9.3/3.7Wpl1-artemis) id DAA52338; Sat, 24 Jul 1999 03:31:38 +0900 (JST) Message-Id: <199907231831.DAA19532@mta4.odn.ne.jp> Date: Sat, 24 Jul 1999 03:31:38 +0900 (JST) From: shige@FreeBSD.org Reply-To: shige@FreeBSD.org To: FreeBSD-gnats-submit@freebsd.org Cc: shige@FreeBSD.org X-Send-Pr-Version: 3.2 Subject: ports/12779: Update port: editors/emacs20 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 12779 >Category: ports >Synopsis: Update port: editors/emacs20 >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 Jul 23 11:40:00 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Shigeyuki FUKUSHIMA >Release: FreeBSD 4.0-CURRENT i386 >Organization: FreeBSD Ports Term >Environment: FreeBSD 4.0-CURRENT i386 XFree86-3.3.4 >Description: Update port: editors/emacs20 Update to 20.4. Emacs-20.4 is a bug-fix release version for emacs-20.3. Therefore upgrade is recommended. The following fixes are in this port patch: . Update to 20.4. . Change variables: USE_XPGLIB => USE_XPG4. . Split patches/patch-* applied for *.texi Because a patch-* includes some patches for *.texi. When you commit, don't forget this: $ cd editors/emacs20/patches $ cvs remove patch-ab patch-ba $ cvs add patch-al patch-am patch-an patch-ao patch-ap patch-aq $ cvs add patch-ar patch-as patch-at patch-au patch-av patch-aw After you commit this, I will update editors/leim20 port. --- shige >How-To-Repeat: >Fix: diff -urN /usr/ports/editors/emacs20/Makefile emacs20/Makefile --- /usr/ports/editors/emacs20/Makefile Thu Jul 1 22:46:52 1999 +++ emacs20/Makefile Sat Jul 24 02:11:06 1999 @@ -1,12 +1,12 @@ # New ports collection makefile for: GNU emacs -# Version required: 20.3 +# Version required: 20.4 # Date created: 29 October 1994 # Whom: jkh # # $Id: Makefile,v 1.41 1999/06/25 22:05:58 jseger Exp $ # -DISTNAME= emacs-20.3 +DISTNAME= emacs-20.4 CATEGORIES= editors MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= emacs @@ -27,12 +27,18 @@ MAKE_ENV= INSTALL_SCRIPT="${INSTALL_SCRIPT}" MAN1= emacs.1 etags.1 ctags.1 -PLIST_SUB= EMACS_VER=20.3 EMACS_ARCH=${CONFIGURE_TARGET} +PLIST_SUB= EMACS_VER=20.4 EMACS_ARCH=${CONFIGURE_TARGET} -.if defined(USE_XPGLIB) -.if (${USE_XPGLIB} == "YES") +.if defined(USE_XPG4) +.if (${USE_XPG4} == "YES" || ${USE_XPG4} == "yes") CONFIGURE_ARGS+= --with-xpg4 .endif +.endif + +pre-fetch: +.if !defined(USE_XPG4) + @${ECHO_MSG} "NOTE: You can have international locale library support " + @${ECHO_MSG} "by adding \"USE_XPG4=YES\" to argument of make." .endif pre-build: diff -urN /usr/ports/editors/emacs20/files/md5 emacs20/files/md5 --- /usr/ports/editors/emacs20/files/md5 Tue Sep 1 11:29:50 1998 +++ emacs20/files/md5 Sat Jul 24 00:52:48 1999 @@ -1 +1 @@ -MD5 (emacs-20.3.tar.gz) = 5aee43bb7c7267cc24b78011d280ecdc +MD5 (emacs-20.4.tar.gz) = 695614f204d918db617ba3ae849b273d diff -urN /usr/ports/editors/emacs20/patches/patch-aa emacs20/patches/patch-aa --- /usr/ports/editors/emacs20/patches/patch-aa Thu Sep 24 01:13:20 1998 +++ emacs20/patches/patch-aa Sat Jul 24 01:13:11 1999 @@ -1,183 +1,5 @@ ---- man/vip.texi.orig Sun May 17 02:48:50 1998 -+++ man/vip.texi Sat Sep 19 10:53:58 1998 -@@ -2,10 +2,9 @@ - - @setfilename ../info/vip - @settitle VIP -- --@dircategory Editors -+@dircategory The Emacs editor and associated tools - @direntry --* VIP: (vip). An older VI-emulation for Emacs. -+* VIP: (vip). A VI-emulation for Emacs. - @end direntry - - @iftex ---- man/emacs.texi.orig Tue Aug 18 16:45:18 1998 -+++ man/emacs.texi Sat Sep 19 10:54:30 1998 -@@ -6,15 +6,14 @@ - @synindex pg cp - - @ifinfo -+@dircategory The Emacs editor and associated tools -+@direntry -+* Emacs: (emacs). The extensible self-documenting text editor. -+@end direntry - @c The edition number appears in several places in this file - This is the thirteenth edition of the @cite{GNU Emacs Manual}, - updated for Emacs version 20.3 - @c Please REMEMBER to update edition number in *three* places in this file. -- --@dircategory Editors --@direntry --* Emacs: (emacs). The extensible self-documenting text editor. --@end direntry - - Published by the Free Software Foundation - 59 Temple Place, Suite 330 ---- man/viper.texi.orig Tue Jun 9 11:19:18 1998 -+++ man/viper.texi Sat Sep 19 10:55:07 1998 -@@ -5,12 +5,9 @@ - @comment @setfilename viper - @comment @setfilename viper.info - @setfilename ../info/viper -- --@dircategory Editors -+@dircategory The Emacs editor and associated tools - @direntry --* VIPER: (viper). The newest Emacs VI-emulation mode. -- (also, A VI Plan for Emacs Rescue -- or the VI PERil.) -+* VIPER: (viper). The new VI-emulation mode in Emacs-19.29. - @end direntry - - @iftex ---- man/forms.texi.orig Sun May 17 02:49:28 1998 -+++ man/forms.texi Sat Sep 19 10:55:26 1998 -@@ -8,18 +8,17 @@ - @syncodeindex vr cp - @syncodeindex fn cp - @syncodeindex ky cp -+@dircategory The Emacs editor and associated tools -+@direntry -+* Forms: (forms). Emacs package for editing data bases -+ by filling in forms. -+@end direntry - @iftex - @finalout - @setchapternewpage odd - @end iftex - @c @smallbook - @comment %**end of header (This is for running Texinfo on a region.) -- --@dircategory Editors --@direntry --* Forms: (forms). Emacs package for editing data bases -- by filling in forms. --@end direntry - - @ifinfo - This file documents Forms mode, a form-editing major mode for GNU Emacs. ---- man/gnus.texi.orig Sun May 17 02:50:27 1998 -+++ man/gnus.texi Sat Sep 19 10:55:40 1998 -@@ -5,15 +5,15 @@ - @synindex fn cp - @synindex vr cp - @synindex pg cp -+@dircategory The Emacs editor and associated tools -+@direntry -+* GNUS: (gnus). The news reader GNUS. -+@end direntry -+ - @iftex - @finalout - @end iftex - @setchapternewpage odd -- --@dircategory Editors --@direntry --* Gnus: (gnus). The news reader Gnus. --@end direntry - - @ifinfo - ---- man/mh-e.texi.orig Sun May 17 02:51:15 1998 -+++ man/mh-e.texi Sat Sep 19 10:55:53 1998 -@@ -4,13 +4,12 @@ - @setfilename ../info/mh-e - @settitle mh-e - @c %**end of header -- --@setchapternewpage odd -- --@dircategory Editors -+@dircategory The Emacs editor and associated tools - @direntry --* MH-E: (mh-e). Emacs interface to the MH mail system. -+* MH-E: (mh-e). Emacs interface to the MH mail system. - @end direntry -+ -+@setchapternewpage odd - - @c Version variables. - @set EDITION 1.2 ---- man/cl.texi.orig Sun May 17 02:51:46 1998 -+++ man/cl.texi Sat Sep 19 10:56:14 1998 -@@ -2,9 +2,9 @@ - @setfilename ../info/cl - @settitle Common Lisp Extensions - --@dircategory Editors -+@dircategory The Emacs editor and associated tools - @direntry --* CL: (cl). Partial Common Lisp support for Emacs Lisp. -+* CL: (cl). Partial Common Lisp support for Emacs Lisp. - @end direntry - - @iftex ---- man/sc.texi.orig Fri Jul 3 02:48:27 1998 -+++ man/sc.texi Sat Sep 19 10:56:49 1998 -@@ -3,15 +3,15 @@ - @comment %**start of header (This is for running Texinfo on a region.) - @setfilename ../info/sc - @settitle Supercite Version 3.1 User's Manual -+@dircategory The Emacs editor and associated tools -+@direntry -+* SC: (sc). Supercite lets you cite parts of messages -+ you're replying to, in flexible ways. -+@end direntry -+ - @iftex - @finalout - @end iftex -- --@dircategory Editors --@direntry --* SC: (sc). Supercite lets you cite parts of messages you're -- replying to, in flexible ways. --@end direntry - - @c @setchapternewpage odd % For book style double sided manual. - @comment %**end of header (This is for running Texinfo on a region.) ---- man/cc-mode.texi.orig Sun May 17 02:55:23 1998 -+++ man/cc-mode.texi Sat Sep 19 10:57:01 1998 -@@ -8,10 +8,10 @@ - @settitle CC MODE Version 5 Documentation - @footnotestyle end - --@dircategory Editors --@direntry --* CC mode: (ccmode). The GNU Emacs mode for editing C, C++, Objective-C -- and Java code. -+@dircategory The Emacs editor and associated tools -+@direntry -+* CC mode: (ccmode). The GNU Emacs mode for editing C, C++, -+ Objective-C and Java code. - @end direntry - - @comment !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! ---- Makefile.in.orig Sun Aug 2 08:21:22 1998 -+++ Makefile.in Sat Sep 19 10:53:17 1998 +--- Makefile.in.orig Sat Apr 10 04:16:24 1999 ++++ Makefile.in Sat Jul 24 01:03:43 1999 @@ -188,7 +188,7 @@ # Subdirectories to make recursively. `lisp' is not included # because the compiled lisp files are part of the distribution diff -urN /usr/ports/editors/emacs20/patches/patch-ab emacs20/patches/patch-ab --- /usr/ports/editors/emacs20/patches/patch-ab Sun Dec 14 23:52:00 1997 +++ emacs20/patches/patch-ab Thu Jan 1 09:00:00 1970 @@ -1,12 +0,0 @@ ---- man/customize.texi.orig Mon Oct 13 17:08:32 1997 -+++ man/customize.texi Mon Oct 13 17:10:06 1997 -@@ -1,5 +1,9 @@ - \input texinfo - @setfilename ../info/customize -+@dircategory The Emacs editor and associated tools -+@direntry -+* Customization: (customize). Customization Declarations -+@end direntry - - @titlepage - @title Writing Customization Definitions diff -urN /usr/ports/editors/emacs20/patches/patch-ad emacs20/patches/patch-ad --- /usr/ports/editors/emacs20/patches/patch-ad Thu Sep 24 01:13:20 1998 +++ emacs20/patches/patch-ad Sat Jul 24 01:21:05 1999 @@ -1,23 +1,5 @@ ---- man/message.texi.orig Sun May 17 02:50:48 1998 -+++ man/message.texi Sat Sep 19 11:00:29 1998 -@@ -10,12 +10,11 @@ - @end iftex - @setchapternewpage odd - --@dircategory Editors -+@ifinfo -+@dircategory The Emacs editor and associated tools - @direntry --* Message: (message). Mail and news composition mode that goes with Gnus. -+* Message: (message). Message, the Emacs message composition mode. - @end direntry -- --@ifinfo - - This file documents Message, the Emacs message composition mode. - ---- man/dired-x.texi.orig Sat Sep 19 11:19:06 1998 -+++ man/dired-x.texi Sat Sep 19 11:20:22 1998 +--- man/dired-x.texi.orig Sun May 17 03:52:28 1998 ++++ man/dired-x.texi Sat Jul 24 01:19:47 1999 @@ -19,9 +19,9 @@ @c dired-x.el REVISION NUMBER @settitle Dired Extra Version 2 User's Manual @@ -27,20 +9,6 @@ @direntry -* Dired-X: (dired-x). Dired Extra Features. +* Dired-X: (dired-x). Dired Extra Features. - @end direntry - - @iftex ---- man/ediff.texi.orig Sat Sep 19 11:20:38 1998 -+++ man/ediff.texi Sat Sep 19 11:21:14 1998 -@@ -14,9 +14,9 @@ - @synindex fn cp - @synindex pg cp - --@dircategory Editors -+@dircategory The Emacs editor and associated tools - @direntry --* Ediff: (ediff). A visual interface for comparing and merging programs. -+* Ediff: (ediff). A visual interface for comparing and merging programs. @end direntry @iftex diff -urN /usr/ports/editors/emacs20/patches/patch-ag emacs20/patches/patch-ag --- /usr/ports/editors/emacs20/patches/patch-ag Tue Sep 1 11:29:51 1998 +++ emacs20/patches/patch-ag Sat Jul 24 01:25:32 1999 @@ -1,12 +1,12 @@ ---- man/Makefile.in.orig Sat May 16 15:00:22 1998 -+++ man/Makefile.in Sun Aug 23 00:27:15 1998 +--- man/Makefile.in.orig Sat Dec 5 08:33:16 1998 ++++ man/Makefile.in Sat Jul 24 01:25:06 1999 @@ -11,7 +11,7 @@ # The makeinfo program is part of the Texinfo distribution. -MAKEINFO = makeinfo +MAKEINFO = makeinfo --no-split - INFO_TARGETS = ../info/emacs ../info/ccmode ../info/cl ../info/customize \ + INFO_TARGETS = ../info/emacs ../info/ccmode ../info/cl \ ../info/dired-x ../info/ediff ../info/forms ../info/gnus \ ../info/info ../info/message ../info/mh-e ../info/reftex \ @@ -70,6 +70,7 @@ diff -urN /usr/ports/editors/emacs20/patches/patch-al emacs20/patches/patch-al --- /usr/ports/editors/emacs20/patches/patch-al Thu Jan 1 09:00:00 1970 +++ emacs20/patches/patch-al Sat Jul 24 01:14:20 1999 @@ -0,0 +1,17 @@ +--- man/cc-mode.texi.orig Sun May 17 03:55:23 1998 ++++ man/cc-mode.texi Sat Jul 24 01:03:42 1999 +@@ -8,10 +8,10 @@ + @settitle CC MODE Version 5 Documentation + @footnotestyle end + +-@dircategory Editors +-@direntry +-* CC mode: (ccmode). The GNU Emacs mode for editing C, C++, Objective-C +- and Java code. ++@dircategory The Emacs editor and associated tools ++@direntry ++* CC mode: (ccmode). The GNU Emacs mode for editing C, C++, ++ Objective-C and Java code. + @end direntry + + @comment !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! diff -urN /usr/ports/editors/emacs20/patches/patch-am emacs20/patches/patch-am --- /usr/ports/editors/emacs20/patches/patch-am Thu Jan 1 09:00:00 1970 +++ emacs20/patches/patch-am Sat Jul 24 01:14:37 1999 @@ -0,0 +1,14 @@ +--- man/cl.texi.orig Wed Apr 7 03:12:55 1999 ++++ man/cl.texi Sat Jul 24 01:03:42 1999 +@@ -2,9 +2,9 @@ + @setfilename ../info/cl + @settitle Common Lisp Extensions + +-@dircategory Editors ++@dircategory The Emacs editor and associated tools + @direntry +-* CL: (cl). Partial Common Lisp support for Emacs Lisp. ++* CL: (cl). Partial Common Lisp support for Emacs Lisp. + @end direntry + + @iftex diff -urN /usr/ports/editors/emacs20/patches/patch-an emacs20/patches/patch-an --- /usr/ports/editors/emacs20/patches/patch-an Thu Jan 1 09:00:00 1970 +++ emacs20/patches/patch-an Sat Jul 24 01:14:51 1999 @@ -0,0 +1,14 @@ +--- man/emacs.texi.orig Fri Jun 25 02:53:58 1999 ++++ man/emacs.texi Sat Jul 24 01:09:24 1999 +@@ -11,9 +11,9 @@ + updated for Emacs version 20.4 + @c Please REMEMBER to update edition number in *three* places in this file. + +-@dircategory Editors ++@dircategory The Emacs editor and associated tools + @direntry +-* Emacs: (emacs). The extensible self-documenting text editor. ++* Emacs: (emacs). The extensible self-documenting text editor. + @end direntry + + Published by the Free Software Foundation diff -urN /usr/ports/editors/emacs20/patches/patch-ao emacs20/patches/patch-ao --- /usr/ports/editors/emacs20/patches/patch-ao Thu Jan 1 09:00:00 1970 +++ emacs20/patches/patch-ao Sat Jul 24 01:15:07 1999 @@ -0,0 +1,26 @@ +--- man/forms.texi.orig Mon Aug 24 18:43:18 1998 ++++ man/forms.texi Sat Jul 24 01:03:41 1999 +@@ -8,18 +8,17 @@ + @syncodeindex vr cp + @syncodeindex fn cp + @syncodeindex ky cp ++@dircategory The Emacs editor and associated tools ++@direntry ++* Forms: (forms). Emacs package for editing data bases ++ by filling in forms. ++@end direntry + @iftex + @finalout + @setchapternewpage odd + @end iftex + @c @smallbook + @comment %**end of header (This is for running Texinfo on a region.) +- +-@dircategory Editors +-@direntry +-* Forms: (forms). Emacs package for editing data bases +- by filling in forms. +-@end direntry + + @ifinfo + This file documents Forms mode, a form-editing major mode for GNU Emacs. diff -urN /usr/ports/editors/emacs20/patches/patch-ap emacs20/patches/patch-ap --- /usr/ports/editors/emacs20/patches/patch-ap Thu Jan 1 09:00:00 1970 +++ emacs20/patches/patch-ap Sat Jul 24 01:15:24 1999 @@ -0,0 +1,13 @@ +--- man/gnus.texi.orig Wed Apr 7 07:46:41 1999 ++++ man/gnus.texi Sat Jul 24 01:09:33 1999 +@@ -5,8 +5,9 @@ + @synindex fn cp + @synindex vr cp + @synindex pg cp ++@dircategory The Emacs editor and associated tools + @direntry +-* Gnus: (gnus). The newsreader Gnus. ++* Gnus: (gnus). The newsreader Gnus. + @end direntry + @iftex + @finalout diff -urN /usr/ports/editors/emacs20/patches/patch-aq emacs20/patches/patch-aq --- /usr/ports/editors/emacs20/patches/patch-aq Thu Jan 1 09:00:00 1970 +++ emacs20/patches/patch-aq Sat Jul 24 01:15:38 1999 @@ -0,0 +1,20 @@ +--- man/mh-e.texi.orig Sun May 17 03:51:15 1998 ++++ man/mh-e.texi Sat Jul 24 01:03:41 1999 +@@ -4,13 +4,12 @@ + @setfilename ../info/mh-e + @settitle mh-e + @c %**end of header +- +-@setchapternewpage odd +- +-@dircategory Editors ++@dircategory The Emacs editor and associated tools + @direntry +-* MH-E: (mh-e). Emacs interface to the MH mail system. ++* MH-E: (mh-e). Emacs interface to the MH mail system. + @end direntry ++ ++@setchapternewpage odd + + @c Version variables. + @set EDITION 1.2 diff -urN /usr/ports/editors/emacs20/patches/patch-ar emacs20/patches/patch-ar --- /usr/ports/editors/emacs20/patches/patch-ar Thu Jan 1 09:00:00 1970 +++ emacs20/patches/patch-ar Sat Jul 24 01:15:50 1999 @@ -0,0 +1,24 @@ +--- man/sc.texi.orig Fri Jul 3 03:48:27 1998 ++++ man/sc.texi Sat Jul 24 01:03:42 1999 +@@ -3,15 +3,15 @@ + @comment %**start of header (This is for running Texinfo on a region.) + @setfilename ../info/sc + @settitle Supercite Version 3.1 User's Manual ++@dircategory The Emacs editor and associated tools ++@direntry ++* SC: (sc). Supercite lets you cite parts of messages ++ you're replying to, in flexible ways. ++@end direntry ++ + @iftex + @finalout + @end iftex +- +-@dircategory Editors +-@direntry +-* SC: (sc). Supercite lets you cite parts of messages you're +- replying to, in flexible ways. +-@end direntry + + @c @setchapternewpage odd % For book style double sided manual. + @comment %**end of header (This is for running Texinfo on a region.) diff -urN /usr/ports/editors/emacs20/patches/patch-as emacs20/patches/patch-as --- /usr/ports/editors/emacs20/patches/patch-as Thu Jan 1 09:00:00 1970 +++ emacs20/patches/patch-as Sat Jul 24 01:16:02 1999 @@ -0,0 +1,15 @@ +--- man/vip.texi.orig Sun May 17 03:48:50 1998 ++++ man/vip.texi Sat Jul 24 01:03:40 1999 +@@ -2,10 +2,9 @@ + + @setfilename ../info/vip + @settitle VIP +- +-@dircategory Editors ++@dircategory The Emacs editor and associated tools + @direntry +-* VIP: (vip). An older VI-emulation for Emacs. ++* VIP: (vip). A VI-emulation for Emacs. + @end direntry + + @iftex diff -urN /usr/ports/editors/emacs20/patches/patch-at emacs20/patches/patch-at --- /usr/ports/editors/emacs20/patches/patch-at Thu Jan 1 09:00:00 1970 +++ emacs20/patches/patch-at Sat Jul 24 01:16:15 1999 @@ -0,0 +1,17 @@ +--- man/viper.texi.orig Mon Nov 9 02:13:07 1998 ++++ man/viper.texi Sat Jul 24 01:03:41 1999 +@@ -5,12 +5,9 @@ + @comment @setfilename viper + @comment @setfilename viper.info + @setfilename ../info/viper +- +-@dircategory Editors ++@dircategory The Emacs editor and associated tools + @direntry +-* VIPER: (viper). The newest Emacs VI-emulation mode. +- (also, A VI Plan for Emacs Rescue +- or the VI PERil.) ++* VIPER: (viper). The new VI-emulation mode in Emacs-19.29. + @end direntry + + @iftex diff -urN /usr/ports/editors/emacs20/patches/patch-au emacs20/patches/patch-au --- /usr/ports/editors/emacs20/patches/patch-au Thu Jan 1 09:00:00 1970 +++ emacs20/patches/patch-au Sat Jul 24 01:21:40 1999 @@ -0,0 +1,14 @@ +--- man/ediff.texi.orig Tue Jun 9 12:29:49 1998 ++++ man/ediff.texi Sat Jul 24 01:19:48 1999 +@@ -14,9 +14,9 @@ + @synindex fn cp + @synindex pg cp + +-@dircategory Editors ++@dircategory The Emacs editor and associated tools + @direntry +-* Ediff: (ediff). A visual interface for comparing and merging programs. ++* Ediff: (ediff). A visual interface for comparing and merging programs. + @end direntry + + @iftex diff -urN /usr/ports/editors/emacs20/patches/patch-av emacs20/patches/patch-av --- /usr/ports/editors/emacs20/patches/patch-av Thu Jan 1 09:00:00 1970 +++ emacs20/patches/patch-av Sat Jul 24 01:23:51 1999 @@ -0,0 +1,21 @@ +--- man/message.texi.orig Wed Apr 7 07:48:28 1999 ++++ man/message.texi Sat Jul 24 01:23:30 1999 +@@ -5,15 +5,15 @@ + @synindex fn cp + @synindex vr cp + @synindex pg cp ++@ifinfo ++@dircategory The Emacs editor and associated tools + @direntry +-* Message: (message). Mail and news composition mode that goes with Gnus. ++* Message: (message). Message, the Emacs message composition mode. + @end direntry + @iftex + @finalout + @end iftex + @setchapternewpage odd +- +-@ifinfo + + This file documents Message, the Emacs message composition mode. + diff -urN /usr/ports/editors/emacs20/patches/patch-aw emacs20/patches/patch-aw --- /usr/ports/editors/emacs20/patches/patch-aw Thu Jan 1 09:00:00 1970 +++ emacs20/patches/patch-aw Sat Jul 24 02:33:58 1999 @@ -0,0 +1,16 @@ +--- man/reftex.texi.orig Sat Jul 24 02:31:43 1999 ++++ man/reftex.texi Sat Jul 24 02:33:26 1999 +@@ -2,10 +2,10 @@ + @c %**start of header + @setfilename ../info/reftex + @settitle RefTeX User Manual +-@dircategory Editors ++@dircategory The Emacs editor and associated tools + @direntry +-* reftex: (reftex). Support for LaTeX labels, references, and citations +- with Emacs. ++* reftex: (reftex). Support for LaTeX labels, references, ++ and citations with Emacs. + @end direntry + @synindex ky cp + @syncodeindex vr cp diff -urN /usr/ports/editors/emacs20/patches/patch-ba emacs20/patches/patch-ba --- /usr/ports/editors/emacs20/patches/patch-ba Fri Oct 9 23:51:07 1998 +++ emacs20/patches/patch-ba Thu Jan 1 09:00:00 1970 @@ -1,22 +0,0 @@ ---- lib-src/emacsclient.c.orig Thu Apr 9 02:29:18 1998 -+++ lib-src/emacsclient.c Fri Oct 9 23:31:23 1998 -@@ -225,6 +225,8 @@ - struct stat statbfr; - - gethostname (system_name, sizeof (system_name)); -+ system_name[sizeof (system_name) - 1] = '\0'; -+ /* system_name must be null-terminated string */ - sprintf (server.sun_path, "/tmp/esrv%d-%s", geteuid (), system_name); - - if (stat (server.sun_path, &statbfr) == -1) ---- lib-src/emacsserver.c.orig Mon Apr 6 19:18:22 1998 -+++ lib-src/emacsserver.c Fri Oct 9 23:31:23 1998 -@@ -251,6 +251,8 @@ - server.sun_family = AF_UNIX; - #ifndef SERVER_HOME_DIR - gethostname (system_name, sizeof (system_name)); -+ system_name[sizeof (system_name) - 1] = '\0'; -+ /* system_name must be null-terminated string */ - sprintf (server.sun_path, "/tmp/esrv%d-%s", geteuid (), system_name); - - if (unlink (server.sun_path) == -1 && errno != ENOENT) diff -urN /usr/ports/editors/emacs20/patches/patch-cb emacs20/patches/patch-cb --- /usr/ports/editors/emacs20/patches/patch-cb Thu May 13 22:56:52 1999 +++ emacs20/patches/patch-cb Sat Jul 24 01:31:37 1999 @@ -1,5 +1,5 @@ ---- src/s/freebsd.h.orig Wed Aug 19 02:25:36 1998 -+++ src/s/freebsd.h Fri Apr 9 18:19:53 1999 +--- src/s/freebsd.h.orig Tue Apr 13 03:22:12 1999 ++++ src/s/freebsd.h Sat Jul 24 01:30:10 1999 @@ -45,6 +45,13 @@ #define LIBS_SYSTEM -lutil #define LIBS_TERMCAP -ltermcap @@ -31,13 +31,4 @@ +#define UNEXEC unexelf.o #undef LIB_GCC #define LIB_GCC - -@@ -107,7 +121,7 @@ - #define BSD_SYSTEM 199103 - #elif __FreeBSD__ == 2 - #define BSD_SYSTEM 199306 --#elif __FreeBSD__ == 3 -+#elif __FreeBSD__ >= 3 - #define BSD_SYSTEM 199506 - #endif diff -urN /usr/ports/editors/emacs20/patches/patch-cc emacs20/patches/patch-cc --- /usr/ports/editors/emacs20/patches/patch-cc Sat Jan 23 23:28:22 1999 +++ emacs20/patches/patch-cc Sat Jul 24 01:33:45 1999 @@ -1,16 +1,16 @@ ---- configure.in.orig Wed Jul 1 07:15:05 1998 -+++ configure.in Sun Jan 3 21:44:02 1999 -@@ -57,6 +57,9 @@ - AC_ARG_WITH(gssapi, - [ --with-gssapi support GSSAPI-authenticated POP], - [AC_DEFINE(GSSAPI)]) +--- configure.in.orig Sun May 30 04:26:03 1999 ++++ configure.in Sat Jul 24 01:33:18 1999 +@@ -42,6 +42,9 @@ + AC_ARG_WITH(hesiod, + [ --with-hesiod support Hesiod to get the POP server host], + [AC_DEFINE(HESIOD)]) +AC_ARG_WITH(xpg4, +[ --with-xpg4 support XPG4 library on FreeBSD system], +[AC_DEFINE(USE_XPG)]) dnl This should be the last --with option, because --with-x is dnl added later on when we find the path of X, and it's best to dnl keep them together visually. -@@ -162,6 +165,15 @@ +@@ -147,6 +150,15 @@ machine='' opsys='' unported=no case "${canonical}" in @@ -26,7 +26,7 @@ ## NetBSD ports *-*-netbsd* ) opsys=netbsd -@@ -939,7 +951,6 @@ +@@ -943,7 +955,6 @@ ;; *-sysv4.2uw* ) opsys=unixware; NON_GNU_CPP=/lib/cpp ;; *-386bsd* ) opsys=386bsd ;; diff -urN /usr/ports/editors/emacs20/pkg/PLIST emacs20/pkg/PLIST --- /usr/ports/editors/emacs20/pkg/PLIST Mon Jun 14 00:25:22 1999 +++ emacs20/pkg/PLIST Sat Jul 24 02:34:54 1999 @@ -7,7 +7,6 @@ bin/rcs-checkin @unexec install-info --delete %D/info/ccmode %D/info/dir @unexec install-info --delete %D/info/cl %D/info/dir -@unexec install-info --delete %D/info/customize %D/info/dir @unexec install-info --delete %D/info/dired-x %D/info/dir @unexec install-info --delete %D/info/ediff %D/info/dir @unexec install-info --delete %D/info/emacs %D/info/dir @@ -16,13 +15,13 @@ @unexec install-info --delete %D/info/info %D/info/dir @unexec install-info --delete %D/info/message %D/info/dir @unexec install-info --delete %D/info/mh-e %D/info/dir +@unexec install-info --delete %D/info/reftex %D/info/dir @unexec install-info --delete %D/info/sc %D/info/dir @unexec install-info --delete %D/info/vip %D/info/dir @unexec install-info --delete %D/info/viper %D/info/dir @unexec install-info --delete %D/info/widget %D/info/dir info/ccmode info/cl -info/customize info/dired-x info/ediff info/emacs @@ -31,13 +30,13 @@ info/info info/message info/mh-e +info/reftex info/sc info/vip info/viper info/widget @exec install-info %D/info/ccmode %D/info/dir @exec install-info %D/info/cl %D/info/dir -@exec install-info %D/info/customize %D/info/dir @exec install-info %D/info/dired-x %D/info/dir @exec install-info %D/info/ediff %D/info/dir @exec install-info %D/info/emacs %D/info/dir @@ -46,6 +45,7 @@ @exec install-info %D/info/info %D/info/dir @exec install-info %D/info/message %D/info/dir @exec install-info %D/info/mh-e %D/info/dir +@exec install-info %D/info/reftex %D/info/dir @exec install-info %D/info/sc %D/info/dir @exec install-info %D/info/vip %D/info/dir @exec install-info %D/info/viper %D/info/dir @@ -54,6 +54,7 @@ libexec/emacs/%%EMACS_VER%%/%%EMACS_ARCH%%/digest-doc libexec/emacs/%%EMACS_VER%%/%%EMACS_ARCH%%/emacsserver libexec/emacs/%%EMACS_VER%%/%%EMACS_ARCH%%/fakemail +libexec/emacs/%%EMACS_VER%%/%%EMACS_ARCH%%/fns-%%EMACS_VER%%.1.el libexec/emacs/%%EMACS_VER%%/%%EMACS_ARCH%%/hexl libexec/emacs/%%EMACS_VER%%/%%EMACS_ARCH%%/movemail libexec/emacs/%%EMACS_VER%%/%%EMACS_ARCH%%/profile @@ -71,7 +72,7 @@ share/emacs/%%EMACS_VER%%/etc/COPYING share/emacs/%%EMACS_VER%%/etc/DEBUG share/emacs/%%EMACS_VER%%/etc/DISTRIB -share/emacs/%%EMACS_VER%%/etc/DOC-20.3.1 +share/emacs/%%EMACS_VER%%/etc/DOC-%%EMACS_VER%%.1 share/emacs/%%EMACS_VER%%/etc/FAQ share/emacs/%%EMACS_VER%%/etc/FTP share/emacs/%%EMACS_VER%%/etc/GNU @@ -132,7 +133,6 @@ share/emacs/%%EMACS_VER%%/etc/emacstool.1 share/emacs/%%EMACS_VER%%/etc/enriched.doc share/emacs/%%EMACS_VER%%/etc/etags.1 -share/emacs/%%EMACS_VER%%/etc/foo.el share/emacs/%%EMACS_VER%%/etc/future-bug share/emacs/%%EMACS_VER%%/etc/gnu.xpm share/emacs/%%EMACS_VER%%/etc/gnus-tut.txt @@ -508,6 +508,8 @@ share/emacs/%%EMACS_VER%%/lisp/generic.elc share/emacs/%%EMACS_VER%%/lisp/gnus/earcon.el share/emacs/%%EMACS_VER%%/lisp/gnus/earcon.elc +share/emacs/%%EMACS_VER%%/lisp/gnus/gnus-agent.el +share/emacs/%%EMACS_VER%%/lisp/gnus/gnus-agent.elc share/emacs/%%EMACS_VER%%/lisp/gnus/gnus-art.el share/emacs/%%EMACS_VER%%/lisp/gnus/gnus-art.elc share/emacs/%%EMACS_VER%%/lisp/gnus/gnus-async.el @@ -524,6 +526,8 @@ share/emacs/%%EMACS_VER%%/lisp/gnus/gnus-cus.elc share/emacs/%%EMACS_VER%%/lisp/gnus/gnus-demon.el share/emacs/%%EMACS_VER%%/lisp/gnus/gnus-demon.elc +share/emacs/%%EMACS_VER%%/lisp/gnus/gnus-draft.el +share/emacs/%%EMACS_VER%%/lisp/gnus/gnus-draft.elc share/emacs/%%EMACS_VER%%/lisp/gnus/gnus-dup.el share/emacs/%%EMACS_VER%%/lisp/gnus/gnus-dup.elc share/emacs/%%EMACS_VER%%/lisp/gnus/gnus-eform.el @@ -588,6 +592,8 @@ share/emacs/%%EMACS_VER%%/lisp/gnus/message.elc share/emacs/%%EMACS_VER%%/lisp/gnus/messcompat.el share/emacs/%%EMACS_VER%%/lisp/gnus/messcompat.elc +share/emacs/%%EMACS_VER%%/lisp/gnus/nnagent.el +share/emacs/%%EMACS_VER%%/lisp/gnus/nnagent.elc share/emacs/%%EMACS_VER%%/lisp/gnus/nnbabyl.el share/emacs/%%EMACS_VER%%/lisp/gnus/nnbabyl.elc share/emacs/%%EMACS_VER%%/lisp/gnus/nndir.el @@ -606,6 +612,7 @@ share/emacs/%%EMACS_VER%%/lisp/gnus/nnheader.elc share/emacs/%%EMACS_VER%%/lisp/gnus/nnkiboze.el share/emacs/%%EMACS_VER%%/lisp/gnus/nnkiboze.elc +share/emacs/%%EMACS_VER%%/lisp/gnus/nnlistserv.el share/emacs/%%EMACS_VER%%/lisp/gnus/nnmail.el share/emacs/%%EMACS_VER%%/lisp/gnus/nnmail.elc share/emacs/%%EMACS_VER%%/lisp/gnus/nnmbox.el @@ -670,6 +677,8 @@ share/emacs/%%EMACS_VER%%/lisp/international/ccl.elc share/emacs/%%EMACS_VER%%/lisp/international/characters.el share/emacs/%%EMACS_VER%%/lisp/international/characters.elc +share/emacs/%%EMACS_VER%%/lisp/international/codepage.el +share/emacs/%%EMACS_VER%%/lisp/international/codepage.elc share/emacs/%%EMACS_VER%%/lisp/international/encoded-kb.el share/emacs/%%EMACS_VER%%/lisp/international/encoded-kb.elc share/emacs/%%EMACS_VER%%/lisp/international/fontset.el @@ -722,8 +731,6 @@ share/emacs/%%EMACS_VER%%/lisp/isearch.elc share/emacs/%%EMACS_VER%%/lisp/ispell.el share/emacs/%%EMACS_VER%%/lisp/ispell.elc -share/emacs/%%EMACS_VER%%/lisp/ispell4.el -share/emacs/%%EMACS_VER%%/lisp/ispell4.elc share/emacs/%%EMACS_VER%%/lisp/iswitchb.el share/emacs/%%EMACS_VER%%/lisp/iswitchb.elc share/emacs/%%EMACS_VER%%/lisp/jka-compr.el @@ -983,6 +990,8 @@ share/emacs/%%EMACS_VER%%/lisp/progmodes/cc-langs.elc share/emacs/%%EMACS_VER%%/lisp/progmodes/cc-menus.el share/emacs/%%EMACS_VER%%/lisp/progmodes/cc-menus.elc +share/emacs/%%EMACS_VER%%/lisp/progmodes/cc-make.el +share/emacs/%%EMACS_VER%%/lisp/progmodes/cc-make.elc share/emacs/%%EMACS_VER%%/lisp/progmodes/cc-mode.el share/emacs/%%EMACS_VER%%/lisp/progmodes/cc-mode.elc share/emacs/%%EMACS_VER%%/lisp/progmodes/cc-styles.el @@ -1043,10 +1052,16 @@ share/emacs/%%EMACS_VER%%/lisp/progmodes/sh-script.elc share/emacs/%%EMACS_VER%%/lisp/progmodes/simula.el share/emacs/%%EMACS_VER%%/lisp/progmodes/simula.elc +share/emacs/%%EMACS_VER%%/lisp/progmodes/sql.el +share/emacs/%%EMACS_VER%%/lisp/progmodes/sql.elc share/emacs/%%EMACS_VER%%/lisp/progmodes/tcl-mode.el share/emacs/%%EMACS_VER%%/lisp/progmodes/tcl-mode.elc share/emacs/%%EMACS_VER%%/lisp/progmodes/vhdl-mode.el share/emacs/%%EMACS_VER%%/lisp/progmodes/vhdl-mode.elc +share/emacs/%%EMACS_VER%%/lisp/ps-bdf.el +share/emacs/%%EMACS_VER%%/lisp/ps-bdf.elc +share/emacs/%%EMACS_VER%%/lisp/ps-mule.el +share/emacs/%%EMACS_VER%%/lisp/ps-mule.elc share/emacs/%%EMACS_VER%%/lisp/ps-print.el share/emacs/%%EMACS_VER%%/lisp/ps-print.elc share/emacs/%%EMACS_VER%%/lisp/rcompile.el @@ -1091,6 +1106,8 @@ share/emacs/%%EMACS_VER%%/lisp/simple.elc share/emacs/%%EMACS_VER%%/lisp/skeleton.el share/emacs/%%EMACS_VER%%/lisp/skeleton.elc +share/emacs/%%EMACS_VER%%/lisp/snmp-mode.el +share/emacs/%%EMACS_VER%%/lisp/snmp-mode.elc share/emacs/%%EMACS_VER%%/lisp/sort.el share/emacs/%%EMACS_VER%%/lisp/sort.elc share/emacs/%%EMACS_VER%%/lisp/soundex.el >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Jul 23 14: 0:15 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id AC49015691 for ; Fri, 23 Jul 1999 14:00:12 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id OAA94988; Fri, 23 Jul 1999 14:00:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from zen.lovett.com (zen.lovett.com [216.60.121.162]) by hub.freebsd.org (Postfix) with ESMTP id D24C815618 for ; Fri, 23 Jul 1999 13:59:06 -0700 (PDT) (envelope-from ade@lovett.com) Received: from ade by zen.lovett.com with local (Exim 3.02 #1) id 117mOU-0000x8-00 for FreeBSD-gnats-submit@freebsd.org; Fri, 23 Jul 1999 15:58:14 -0500 Message-Id: Date: Fri, 23 Jul 1999 15:58:14 -0500 From: Ade Lovett Reply-To: ade@lovett.com To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/12781: GNOME port updates Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 12781 >Category: ports >Synopsis: GNOME port updates >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 Jul 23 14:00:00 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Ade Lovett >Release: FreeBSD 4.0-CURRENT i386 >Organization: Lovett Network Consultancy >Environment: 4.0-CURRENT (as of 7/21/1999) and 3.2-STABLE (as of 7/19/1999) Fully up-to-date ports tree. >Description: Lots, and lots, and lots of updates (16 in all, including a new port) to the core GNOME system, bringing things into line with what's currently available. The tarball of the patches etc. can be found at: http://www.lovett.com/~ade/freebsd/gnomediff.tar.gz I've attempted to contact the maintainers of all affected ports, sadly only Jeremy Lea responded, and verified that all the updates are ok. If the maintainers (other than Jeremy) happen to come across this PR, I'd be more than happy to take over maintainership of the ports. >How-To-Repeat: >Fix: Grab the tarball, apply 15 patches, add a new port, clean out any previous gnome ports, cd ${PORTSDIR}/x11/gnome, make all install clean and go have a beer or three :) >Release-Note: >Audit-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 Jul 23 14: 9:54 1999 Delivered-To: freebsd-ports@freebsd.org Received: from mail2.netcologne.de (mail2.netcologne.de [194.8.194.103]) by hub.freebsd.org (Postfix) with ESMTP id 6A5C314E53 for ; Fri, 23 Jul 1999 14:09:50 -0700 (PDT) (envelope-from van.woerkom@netcologne.de) Received: from oranje.my.domain (dial4-73.netcologne.de [195.14.233.73]) by mail2.netcologne.de (8.9.3/8.9.3) with ESMTP id XAA18924; Fri, 23 Jul 1999 23:07:22 +0200 (MET DST) Received: (from marc@localhost) by oranje.my.domain (8.9.3/8.9.3) id XAA03283; Fri, 23 Jul 1999 23:05:50 +0200 (CEST) (envelope-from van.woerkom@netcologne.de) Date: Fri, 23 Jul 1999 23:05:50 +0200 (CEST) Message-Id: <199907232105.XAA03283@oranje.my.domain> X-Authentication-Warning: oranje.my.domain: marc set sender to van.woerkom@netcologne.de using -f From: Marc van Woerkom To: freebsd-ports@freebsd.org Subject: 3d - new category? Reply-To: van.woerkom@netcologne.de Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org As hardware acceleration is becoming available for more cards under FreeBSD, I expect to see a *lot* more of 3d software. With the present categorization this stuff will vanish somewhere in the Bermuda of games, graphics and x11. What do you folks think of it? - should 3d applications simply be filed into the present system, - would an opengl category be useful, - or is it better to specialize (games-3d, graphics-3d, x11-3d)? Regards, Marc To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Jul 23 14:27:30 1999 Delivered-To: freebsd-ports@freebsd.org Received: from radius.wavefire.com (radius.workfire.net [139.142.95.252]) by hub.freebsd.org (Postfix) with SMTP id D9ECE14E53 for ; Fri, 23 Jul 1999 14:27:28 -0700 (PDT) (envelope-from swen@wavefire.com) Received: (qmail 29155 invoked from network); 23 Jul 1999 21:38:19 -0000 Received: from unknown (HELO swen) (139.142.95.222) by radius.workfire.net with SMTP; 23 Jul 1999 21:38:19 -0000 Message-Id: <3.0.32.19990723142555.0099dd10@mail.wavefire.com> X-Sender: swen@mail.wavefire.com X-Mailer: Windows Eudora Pro Version 3.0 (32) Date: Fri, 23 Jul 1999 14:25:56 -0700 To: freebsd-ports@freebsd.org From: Swen Kabis Subject: Re: 3d - new category? Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >With the present categorization this stuff will vanish somewhere in >the Bermuda of games, graphics and x11. > >What do you folks think of it? > >- should 3d applications simply be filed into the present system, >- would an opengl category be useful, >- or is it better to specialize (games-3d, graphics-3d, x11-3d)? > >Regards, >Marc why don't we just make a freebsd-3d category. that way we can address all concerns to do with 3d, such as the hardware, graphics, etc etc... Cheers, Swen To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Jul 23 20:36: 5 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 69D0415040; Fri, 23 Jul 1999 20:36:02 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Received: (from cpiazza@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA15495; Fri, 23 Jul 1999 20:34:57 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Date: Fri, 23 Jul 1999 20:34:57 -0700 (PDT) From: Message-Id: <199907240334.UAA15495@freefall.freebsd.org> To: ozz@FreeBSD.ORG.ru, cpiazza@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/12760: update for wmmount Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: update for wmmount State-Changed-From-To: open->closed State-Changed-By: cpiazza State-Changed-When: Fri Jul 23 20:34:45 PDT 1999 State-Changed-Why: Committed, thanks! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Jul 23 20:40:38 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 46F101501D; Fri, 23 Jul 1999 20:40:37 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Received: (from cpiazza@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA15715; Fri, 23 Jul 1999 20:37:51 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Date: Fri, 23 Jul 1999 20:37:51 -0700 (PDT) From: Message-Id: <199907240337.UAA15715@freefall.freebsd.org> To: billf@jade.chc-chimes.com, cpiazza@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/12766: [PATCH] update net/samba to 2.0.5a Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: [PATCH] update net/samba to 2.0.5a State-Changed-From-To: open->closed State-Changed-By: cpiazza State-Changed-When: Fri Jul 23 20:36:16 PDT 1999 State-Changed-Why: hosokawa committed the update without crediting or closing this PR. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Jul 23 20:47: 2 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 9946B1578B; Fri, 23 Jul 1999 20:46:56 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Received: (from cpiazza@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA16057; Fri, 23 Jul 1999 20:44:36 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Date: Fri, 23 Jul 1999 20:44:36 -0700 (PDT) From: Message-Id: <199907240344.UAA16057@freefall.freebsd.org> To: andrew@ugh.net.au, cpiazza@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/12715: pavuk port fails to build Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: pavuk port fails to build State-Changed-From-To: open->closed State-Changed-By: cpiazza State-Changed-When: Fri Jul 23 20:43:43 PDT 1999 State-Changed-Why: Fixed, thanks! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Jul 23 20:59:53 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id B0B8F15785; Fri, 23 Jul 1999 20:59:42 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Received: (from cpiazza@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA16806; Fri, 23 Jul 1999 20:57:56 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Date: Fri, 23 Jul 1999 20:57:56 -0700 (PDT) From: Message-Id: <199907240357.UAA16806@freefall.freebsd.org> To: jonny@jonny.eng.br, cpiazza@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/12778: New version, previous one has been removed from MASTER_SITE Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: New version, previous one has been removed from MASTER_SITE State-Changed-From-To: open->closed State-Changed-By: cpiazza State-Changed-When: Fri Jul 23 20:57:45 PDT 1999 State-Changed-Why: Committed, thanks! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Jul 24 1: 0: 8 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 011471503F for ; Sat, 24 Jul 1999 01:00:06 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA26483; Sat, 24 Jul 1999 01:00:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from praxis.lunabase.org (pool.204.140.175.133.cinenet.net [204.140.175.133]) by hub.freebsd.org (Postfix) with ESMTP id D3D3D14F18 for ; Sat, 24 Jul 1999 00:59:32 -0700 (PDT) (envelope-from faber@praxis.lunabase.org) Received: (from faber@localhost) by praxis.lunabase.org (8.9.3/8.9.3) id AAA35672; Sat, 24 Jul 1999 00:55:54 -0700 (PDT) (envelope-from faber) Message-Id: <199907240755.AAA35672@praxis.lunabase.org> Date: Sat, 24 Jul 1999 00:55:54 -0700 (PDT) From: Ted Faber Reply-To: faber@lunabase.org To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/12786: grap port update Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 12786 >Category: ports >Synopsis: grap port update >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat Jul 24 01:00:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Ted Faber >Release: FreeBSD 3.2-RELEASE i386 >Organization: None >Environment: FreeBSD-3.2-RELEASE >Description: grap port update >How-To-Repeat: n/a >Fix: patch for new port attached. >Release-Note: >Audit-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 Jul 24 2:51:59 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 3A8DD14CEA for ; Sat, 24 Jul 1999 02:51:56 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA30053; Sat, 24 Jul 1999 02:50:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from dipshit.dis.org (dipshit-inside.dis.org [209.157.93.10]) by hub.freebsd.org (Postfix) with ESMTP id C2FE114D5A for ; Sat, 24 Jul 1999 02:45:54 -0700 (PDT) (envelope-from shipley@dipshit.dis.org) Received: (from root@localhost) by dipshit.dis.org (8.9.2/8.9.1) id CAA70521; Sat, 24 Jul 1999 02:43:20 -0700 (PDT) (envelope-from shipley) Message-Id: <199907240943.CAA70521@dipshit.dis.org> Date: Sat, 24 Jul 1999 02:43:20 -0700 (PDT) From: shipley@dis.org Reply-To: shipley@dipshit.dis.org To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/12787: port of GNU's helloworld Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 12787 >Category: ports >Synopsis: port of GNU helloworld >Confidential: 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 Jul 24 02:50:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Peter Shipley >Release: FreeBSD 3.1-RELEASE i386 >Organization: dis.org >Environment: FreeBSD ... >Description: a GNU utility for saying hello to the world and reading email >How-To-Repeat: port not in tree, shar file included >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: # # helloworld # helloworld/Makefile # helloworld/files # helloworld/files/CVS # helloworld/files/md5 # helloworld/patches # helloworld/pkg # helloworld/pkg/CVS # helloworld/pkg/PLIST # helloworld/pkg/DESCR # helloworld/pkg/COMMENT # echo c - helloworld mkdir -p helloworld > /dev/null 2>&1 echo x - helloworld/Makefile sed 's/^X//' >helloworld/Makefile << 'END-of-helloworld/Makefile' X# New ports collection makefile for: oneko X# Ports collection makefile for: hello X# Version required: 1.3 X# Date created: Fri Jul 23, 1999 X# Whom: shipley@dis.org X# X# $Id$ X# X XDISTNAME= hello-1.3 XPKGNAME= hello-1.3.1 XCATEGORIES= misc XMASTER_SITES= ftp://ftp.sun.ac.za/gnu/hello/ \ X ftp://tron.um.u-tokyo.ac.jp/pub/GNU/prep/hello/ \ X ftp://ftp.chg.ru/pub/gnu/hello/\ X ftp://prep.ai.mit.edu/pub/gnu/hello/\ X ftp://gatekeeper.dec.com/pub/GNU/hello/ X XMAINTAINER= shipley@dis.org X X#DISTDIR= /var/tmp/ # for debuging X XWRKSRC= ${WRKDIR}/hello-1.3 X XGNU_CONFIGURE= YES X X.include END-of-helloworld/Makefile echo c - helloworld/files mkdir -p helloworld/files > /dev/null 2>&1 echo c - helloworld/files/CVS mkdir -p helloworld/files/CVS > /dev/null 2>&1 echo x - helloworld/files/md5 sed 's/^X//' >helloworld/files/md5 << 'END-of-helloworld/files/md5' XMD5 (hello-1.3.tar.gz) = eac5f06ee82b09808ddb3d72c795e765 END-of-helloworld/files/md5 echo c - helloworld/patches mkdir -p helloworld/patches > /dev/null 2>&1 echo c - helloworld/pkg mkdir -p helloworld/pkg > /dev/null 2>&1 echo c - helloworld/pkg/CVS mkdir -p helloworld/pkg/CVS > /dev/null 2>&1 echo x - helloworld/pkg/PLIST sed 's/^X//' >helloworld/pkg/PLIST << 'END-of-helloworld/pkg/PLIST' Xbin/hello Xinfo/hello.info END-of-helloworld/pkg/PLIST echo x - helloworld/pkg/DESCR sed 's/^X//' >helloworld/pkg/DESCR << 'END-of-helloworld/pkg/DESCR' XA Utility for saying hello to the world and reading email X XFrom the included Texinfo file: X The GNU hello program produces a familiar, friendly greeting. X It allows nonprogrammers to use a classic computer science X tool which would otherwise be unavailable to them. Because X it is protected by the GNU General Public License, users X are free to share and change it. X X Xsee hello --help for more info END-of-helloworld/pkg/DESCR echo x - helloworld/pkg/COMMENT sed 's/^X//' >helloworld/pkg/COMMENT << 'END-of-helloworld/pkg/COMMENT' XA Utility for saying hello to the world and reading email END-of-helloworld/pkg/COMMENT exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Jul 24 3: 3: 4 1999 Delivered-To: freebsd-ports@freebsd.org Received: from baerenklau.de.freebsd.org (baerenklau.de.freebsd.org [195.185.195.14]) by hub.freebsd.org (Postfix) with ESMTP id A97A814D4B for ; Sat, 24 Jul 1999 03:02:55 -0700 (PDT) (envelope-from wosch@panke.de.freebsd.org) Received: (from uucp@localhost) by baerenklau.de.freebsd.org (8.8.8/8.8.8) with UUCP id MAA17884; Sat, 24 Jul 1999 12:01:17 +0200 (CEST) (envelope-from wosch@panke.de.freebsd.org) Received: (from wosch@localhost) by paula.panke.de.freebsd.org (8.9.3/8.8.8) id LAA01463; Sat, 24 Jul 1999 11:44:02 +0200 (CEST) (envelope-from wosch) Date: Sat, 24 Jul 1999 11:44:02 +0200 (CEST) Message-Id: <199907240944.LAA01463@paula.panke.de.freebsd.org> From: wosch@freebsd.org To: ports@freebsd.org Subject: New ports added/updated last two weeks Reply-To: ports@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org -----BEGIN PGP SIGNED MESSAGE----- Introduction - ------------ The FreeBSD Ports Collection offers a simple way for users and administrators to install applications. Each "port" listed here contains any patches necessary to make the original application source code compile and run on FreeBSD. Installing an application is as simple as downloading the port, unpacking it and typing make in the port directory. The Makefile automatically fetches the application source code, either from a local disk or via ftp, unpacks it on your system, applies the patches, and compiles. If all goes well, simply type make install to install the application. For more information about using ports, see the ports collection http://www.freebsd.org/handbook/ports.html and http://www.freebsd.org/ports/ There are currently 2502 ports in the FreeBSD Ports Collection. New ports added last two weeks - ------------------------------ Category audio (http://www.freebsd.org/ports/audio.html) ================================================================== gogo-19990709 Very fast MP3 encoder with 3D Now! optimization Maintained by: Nacai@iname.com tclmidi-3.1 A language designed for creating and editing standard MIDI files Maintained by: shanee@augusta.de Requires: tcl-8.0.5 Category chinese (http://www.freebsd.org/ports/chinese.html) ================================================================== zh-truetypefonts-1.0 Three Chinese BIG5 TrueType fonts: Kai LiShu Sung Maintained by: jtjang@gcn.net.tw Also listed in: x11-fonts Requires: XFree86-3.3.3.1, freetype-1.2, ja-jcode.pl-2.10, ja-p5-jcode.pl-2.10, perlftlib-1.2, unrar-2.50, xtt-common-1.2.1 Category comms (http://www.freebsd.org/ports/comms.html) ================================================================== mserver-0.23a A network modem sharing server. Maintained by: sobomax@altavista.net Category devel (http://www.freebsd.org/ports/devel.html) ================================================================== libdockapp-0.2 Standard library for Window Maker dock apps Maintained by: jim@phrantic.phear.net Requires: XFree86-3.3.3.1, xpm-3.4k linux-devel-5.2 The set of packages needed for doing development under Linux emulation Maintained by: marcel@FreeBSD.org Also listed in: emulators Requires: linux-base-5.2, rpm-2.5.5 Category editors (http://www.freebsd.org/ports/editors.html) ================================================================== vim-lite-5.3 A vi "workalike", with many additional features Maintained by: obrien@FreeBSD.org Category emulators (http://www.freebsd.org/ports/emulators.html) ================================================================== linux-base-5.2 The base set of packages needed for linux emulation Maintained by: marcel@FreeBSD.org Requires: rpm-2.5.5 Category lang (http://www.freebsd.org/ports/lang.html) ================================================================== irb-0.5.1 Interactive Ruby Maintained by: yasuf@big.or.jp Requires: ruby-1.2.5 Category misc (http://www.freebsd.org/ports/misc.html) ================================================================== bottlerocket-0.04b Home Automation Software for the X10 FireCracker kit Maintained by: msmith@freebsd.org Requires: gmake-3.77 Category textproc (http://www.freebsd.org/ports/textproc.html) ================================================================== freegrep-0.3 An implementation of grep(1) under a BSD-friendly license Maintained by: howardjp@wam.umd.edu Updated ports last two weeks - ----------------------------------- Category audio (http://www.freebsd.org/ports/audio.html) ================================================================== cdrdao-1.1.1 Cdrdao - Write audio CD-Rs in disk-at-once mode Maintained by: futatuki@fureai.or.jp Requires: gmake-3.77, pccts-1.33.19 mikmod-3.1.6 Mod player which plays MTM, STM, XM, MOD, S3M, ULT, UNI and IT mods Maintained by: yoshiaki@kt.rim.or.jp Requires: esound-0.2.8, gmake-3.77, libaudiofile-0.1.6, libmikmod-3.1.7 rosegarden-2.1 The Rosegarden Editor and Sequencer suite Maintained by: shanee@augusta.de Requires: XFree86-3.3.3.1, autoconf-2.13, m4-1.4, tcl-8.0.5, tclmidi-3.1 sox-12.16 SOund eXchange - universal sound sample translator Maintained by: dnelson@emsphone.com xhippo-1.05 A Generic music player for UNIX systems Maintained by: tr49986@rcc.on.ca Requires: XFree86-3.3.3.1, gettext-0.10.35, glib-1.2.3, gtk-1.2.3, mpg123-0.59q Category benchmarks (http://www.freebsd.org/ports/benchmarks.html) ================================================================== iozone-3.0 Performance Test of Sequential File I/O Maintained by: jmz@FreeBSD.org Category databases (http://www.freebsd.org/ports/databases.html) ================================================================== db-2.7.5 The Berkeley DB package, revision 2 Maintained by: josh@ican.net p5-DBI-1.12 The perl5 Database Interface. Required for DBD::* modules Maintained by: vanilla@FreeBSD.ORG Also listed in: perl5 Requires: p5-pRPC-modules-0.1005 Category deskutils (http://www.freebsd.org/ports/deskutils.html) ================================================================== plan-1.8.2 An X/Motif schedule planner with calendar Maintained by: deischen@iworks.InterWorks.org Requires: XFree86-3.3.3.1, xpm-3.4k Category devel (http://www.freebsd.org/ports/devel.html) ================================================================== indent-2.1.1 GNU indent Maintained by: kchowksey@hss.hns.com pth-1.0.0 GNU Portable Threads Maintained by: rse@engelschall.com shtool-1.4.4 The GNU Portable Shell Tool Maintained by: rse@engelschall.com Category editors (http://www.freebsd.org/ports/editors.html) ================================================================== le-1.5.2 LE text editor Maintained by: andy@icc.surw.chel.su Category games (http://www.freebsd.org/ports/games.html) ================================================================== bnetd-0.4.9 A game server for StarCraft Maintained by: ijliao@csie.nctu.edu.tw Also listed in: net freeciv-1.8.1 A civilisation clone for x; multiplayer Maintained by: ada@bsd.org Requires: XFree86-3.3.3.1, bzip2-0.9.0c, gettext-0.10.35, giflib-3.0, glib-1.2.3, gtk-1.2.3, imlib-1.9.4, jpeg-6b, png-1.0.3, tiff-3.4b37, xpm-3.4k xskat-3.1 Play the card game Skat Maintained by: tg@FreeBSD.org Requires: XFree86-3.3.3.1 Category graphics (http://www.freebsd.org/ports/graphics.html) ================================================================== ImageMagick-4.2.7 An X11 package for display and interactive manipulation of images Maintained by: jseger@FreeBSD.org Also listed in: perl5 Requires: XFree86-3.3.3.1, freetype-1.2, ghostscript-5.10, gsfonts-5.10, jbigkit-1.0, jpeg-6b, mpeg2codec-1.2, netpbm-94.3.1, png-1.0.3, tiff-3.4b37, transfig-3.2.1, xpm-3.4k xsane-0.29 XSANE is a gtk based X11 frontend for SANE (Scanner Access Now Easy) Maintained by: domi@saargate.de Requires: XFree86-3.3.3.1, gettext-0.10.35, glib-1.2.3, gmake-3.77, gtk-1.2.3, jpeg-6b, png-1.0.3, sane-1.0.1, tiff-3.4b37 Category irc (http://www.freebsd.org/ports/irc.html) ================================================================== irssi-0.7.12 Irssi is an IRC client that uses GTK+ and (optionally) GNOME Maintained by: jim@phrantic.phear.net Requires: XFree86-3.3.3.1, bzip2-0.9.0c, gettext-0.10.35, glib-1.2.3, gmake-3.77, gtk-1.2.3, libtool-1.3 trickyirc-1.1.0 Allows client independent detaching and reattaching of IRC sessions. Maintained by: troll@digitalspark.net Requires: gmake-3.77 xchat-1.1.2 X-Chat is a X11 (X Window System) IRC client, using the GTK+ toolkit Maintained by: jim@phrantic.phear.net Requires: XFree86-3.3.3.1, bzip2-0.9.0c, gettext-0.10.35, glib-1.2.3, gmake-3.77, gtk-1.2.3 Category japanese (http://www.freebsd.org/ports/japanese.html) ================================================================== ja-edict-19990714 Japanse-English dictionaries with access and maintenance utilities Maintained by: jhanna@home.com Requires: unzip-5.40 ja-micq-0.4.0 Text-based ICQ implementation Maintained by: flathill@FreeBSD.ORG Also listed in: net ja-plan-1.8.2 An X/Motif schedule planner with calendar Maintained by: obrien@FreeBSD.org Requires: XFree86-3.3.3.1, xpm-3.4k ja-tcsh-nls-asuka-6.08.05 Japanese NLS catalog for TCSH. ("Soryu Asuka Langley" taste) Maintained by: issei@jp.FreeBSD.ORG Also listed in: shells Requires: ja-nkf-1.62, ja-tcsh-6.08.05 ja-tcsh-nls-ayanami-6.08.05 Japanese NLS catalog for TCSH. ("Ayanami Rei" taste) Maintained by: issei@jp.FreeBSD.ORG Also listed in: shells Requires: ja-nkf-1.62, ja-tcsh-6.08.05 ja-tcsh-nls-generic-6.08.05 Japanese NLS catalog for TCSH. ("Generic Japanese" taste) Maintained by: issei@jp.FreeBSD.ORG Also listed in: shells Requires: ja-nkf-1.62, ja-tcsh-6.08.05 ja-tcsh-nls-koshiki-6.08.05 Japanese NLS catalog for TCSH. ("Koshiki Yukari" taste) Maintained by: issei@jp.FreeBSD.ORG Also listed in: shells Requires: ja-nkf-1.62, ja-tcsh-6.08.05 ja-tcsh-nls-merril-6.08.05 Japanese NLS catalog for TCSH. ("Merril" taste) Maintained by: issei@jp.FreeBSD.ORG Also listed in: shells Requires: ja-nkf-1.62, ja-tcsh-6.08.05 ja-tcsh-nls-miyakonjo-6.08.05 Japanese NLS catalog for TCSH. ("Miyakonjo" taste) Maintained by: issei@jp.FreeBSD.ORG Also listed in: shells Requires: ja-nkf-1.62, ja-tcsh-6.08.05 ja-tcsh-nls-multi-6.08.05 Japanese NLS catalog for TCSH. ("Multi" taste) Maintained by: issei@jp.FreeBSD.ORG Also listed in: shells Requires: ja-nkf-1.62, ja-tcsh-6.08.05 ja-tcsh-nls-rishu-6.08.05 Japanese NLS catalog for TCSH. ("Rishu" taste) Maintained by: issei@jp.FreeBSD.ORG Also listed in: shells Requires: ja-nkf-1.62, ja-tcsh-6.08.05 ja-tcsh-nls-roomi-6.08.05 Japanese NLS catalog for TCSH. ("Roomi" taste) Maintained by: issei@jp.FreeBSD.ORG Also listed in: shells Requires: ja-nkf-1.62, ja-tcsh-6.08.05 ja-tcsh-nls-ruri2-6.08.05 Japanese NLS catalog for TCSH. ("Hoshino Ruri" taste) Maintained by: issei@jp.FreeBSD.ORG Also listed in: shells Requires: ja-nkf-1.62, ja-tcsh-6.08.05 ja-tcsh-6.08.05 An extended C-shell with many useful features with multibyte support Maintained by: issei@jp.FreeBSD.ORG Also listed in: shells Category lang (http://www.freebsd.org/ports/lang.html) ================================================================== egcs-devel-19990712 EGCS enhanced version of the GNU compiler suite (inprogress version) Maintained by: obrien@FreeBSD.org Requires: gmake-3.77 swi-pl-3.2.8 Edinburgh-style Prolog compiler Maintained by: max@FreeBSD.ORG Requires: gmake-3.77 Category mail (http://www.freebsd.org/ports/mail.html) ================================================================== asmail-0.54 Biff-type program, designed to match AfterStep Maintained by: brett@peloton.physics.montana.edu Also listed in: afterstep Requires: XFree86-3.3.3.1, xpm-3.4k metamail-2.7 Implementation of MIME, the Multipurpose Internet Mail Extensions Maintained by: torstenb@FreeBSD.ORG Requires: XFree86-3.3.3.1 rlytest-1.16 Test an SMTP host for third-party relay Maintained by: paul@it.ca Also listed in: security spruce-0.4.8a A simple GTK based email client Maintained by: cpiazza@FreeBSD.org Requires: XFree86-3.3.3.1, gettext-0.10.35, glib-1.2.3, gmake-3.77, gtk-1.2.3 wmpop3-0.5.5a A POP3 mail check for the Window Maker dock Maintained by: jim@phrantic.phear.net Also listed in: windowmaker Requires: XFree86-3.3.3.1, gmake-3.77, xpm-3.4k Category misc (http://www.freebsd.org/ports/misc.html) ================================================================== pinfo-0.5.5 Ncurses based, lynx style info documentation browser Maintained by: ports@FreeBSD.ORG Requires: gettext-0.10.35, ncurses-4.2 Category net (http://www.freebsd.org/ports/net.html) ================================================================== ethereal-0.6.3 A network analyzer that lets you capture Maintained by: billf@FreeBSD.ORG Requires: XFree86-3.3.3.1, gettext-0.10.35, glib-1.2.3, gtk-1.2.3 mtr-0.39 Traceroute and ping in a single graphical network diagnostic tool Maintained by: billf@FreeBSD.org xwhois-0.3.6 A GTK-based frontend to the whois service (RFC954) Maintained by: kris@FreeBSD.ORG Requires: XFree86-3.3.3.1, gettext-0.10.35, glib-1.2.3, gtk-1.2.3 zebra-0.73 Free multithreaded RIPv1, RIPv2, OSPFv2, BGP4 route software (server/reflector) Maintained by: andreas@FreeBSD.ORG Category news (http://www.freebsd.org/ports/news.html) ================================================================== slrn-0.9.5.7 SLang-based newsreader Maintained by: xaa@xaa.iae.nl Requires: bzip2-0.9.0c, libslang-1.2.2 Category shells (http://www.freebsd.org/ports/shells.html) ================================================================== pdksh-5.2.14 The Public Domain Korn Shell Maintained by: tg@FreeBSD.org Category textproc (http://www.freebsd.org/ports/textproc.html) ================================================================== dsssl-docbook-modular-1.42 DSSSL stylesheets for the DocBook DTD by Norman Walsh Maintained by: kuriyama@FreeBSD.ORG Requires: docbook-3.0, iso8879-1986, unzip-5.40 Category www (http://www.freebsd.org/ports/www.html) ================================================================== apache+mod_ssl-1.3.6+2.3.6 The Apache 1.3 webserver with SSL/TLS functionality Maintained by: rse@engelschall.com Also listed in: security Requires: mm-1.0.9, openssl-0.9.3a tidy-0.7.99.2 Fixes and tidies up HTML files Maintained by: saken@hotel.rmta.org Category x11-clocks (http://www.freebsd.org/ports/x11-clocks.html) ================================================================== wmdate-0.7 Date app for the WindowMaker dock Maintained by: jim@phrantic.phear.net Also listed in: windowmaker afterstep Requires: XFree86-3.3.3.1, libdockapp-0.2, xpm-3.4k Category x11-toolkits (http://www.freebsd.org/ports/x11-toolkits.html) ================================================================== gtkstep-1.6 A theme module to make GTK+ look like the NeXTSTEP(tm) interface Maintained by: ports@FreeBSD.org Requires: XFree86-3.3.3.1, bzip2-0.9.0c, gettext-0.10.35, glib-1.2.3, gtk-1.2.3, libtool-1.3 lesstif-0.88.9 API compatible clone of the Motif toolkit Maintained by: kargl@troutmask.apl.washington.edu Requires: XFree86-3.3.3.1 Category x11-wm (http://www.freebsd.org/ports/x11-wm.html) ================================================================== windowmaker-i18n-0.60.0 A GNUStep-compliant NeXTStep clone window manager with i18n extention Maintained by: mac@jp.freebsd.org Also listed in: windowmaker Requires: XFree86-3.3.3.1, bzip2-0.9.0c, gettext-0.10.35, giflib-3.0, ja-nkf-1.62, jpeg-6b, libproplist-0.8.3, libtool-1.3, png-1.0.3, tiff-3.4b37, wmicons-1.0, xpm-3.4k _________________________________________________________________ © 1996-1998 by Wolfram Schneider. All rights reserved. Please direct questions about this service to www@FreeBSD.org General questions about FreeBSD ports should be sent to ports@FreeBSD.org Last database update: 1999-07-18 09:58:13 UTC; based on revision 1.232 _________________________________________________________________ This information was produced by http://www.freebsd.org/cgi/ports.cgi -----BEGIN PGP SIGNATURE----- Version: 2.6.3ia Charset: noconv iQCVAwUBN5mKtTmN/mkrcYGtAQENLAP9ECJhLq5mu95bsisku71Y+1tcS0l5YrzK rac4zEkqJww2bXaifJXY3fxUjvhyV6wMpNdNboeosegOpq0icV0dW3NNTSI79sR+ 5TQm0FB3JuPEgcSOMDi7LSC22oDghqsqhOEWZrF2BGT0tCMQUpfmyjrAe/37SLzn krWag5p+QjQ= =avp/ -----END PGP SIGNATURE----- -- Wolfram Schneider http://wolfram.schneider.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Jul 24 5:51:38 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 3B80414E98 for ; Sat, 24 Jul 1999 05:51:35 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA42114; Sat, 24 Jul 1999 05:50:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from icc.surw.chel.su (surw.chel.su [195.54.2.162]) by hub.freebsd.org (Postfix) with ESMTP id D682A14D4D for ; Sat, 24 Jul 1999 05:46:56 -0700 (PDT) (envelope-from andy@icc.surw.chel.su) Received: (from andy@localhost) by icc.surw.chel.su (8.9.2/8.8.8) id QAA54407; Sat, 24 Jul 1999 16:46:42 +0400 (MSD) (envelope-from andy) Message-Id: <199907241246.QAA54407@icc.surw.chel.su> Date: Sat, 24 Jul 1999 16:46:42 +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/12788: New port: gltron-0.31 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 12788 >Category: ports >Synopsis: New port: gltron-0.31 >Confidential: 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 Jul 24 05:50:03 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Andrey Zakhvatov >Release: FreeBSD 3.1-RELEASE i386 >Organization: South Ural Railway ICC >Environment: >Description: This is a port of 3D worm game for two players for X Window System Objective for game is not to drive into a wall. # 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: # # gltron-0.31 # gltron-0.31/Makefile # gltron-0.31/files # gltron-0.31/files/md5 # gltron-0.31/pkg # gltron-0.31/pkg/PLIST # gltron-0.31/pkg/COMMENT # gltron-0.31/pkg/DESCR # gltron-0.31/patches # gltron-0.31/patches/patch-aa # gltron-0.31/patches/patch-ab # echo c - gltron-0.31 mkdir -p gltron-0.31 > /dev/null 2>&1 echo x - gltron-0.31/Makefile sed 's/^X//' >gltron-0.31/Makefile << 'END-of-gltron-0.31/Makefile' X# New ports collection makefile for: gltron X# Version required: 0.31 X# Date created: 24 July 1999 X# Whom: Andrey Zakhvatov X# X# $Id$ X# X XDISTNAME= glTron-0.31 XPKGNAME= gltron-0.31 XCATEGORIES= games XMASTER_SITES= http://www.ards.net/Andreas/ X XMAINTAINER= andy@icc.surw.chel.su X XLIB_DEPENDS= MesaGL\\.14\\.:${PORTSDIR}/graphics/Mesa3 \ X MesaGLU\\.14\\.:${PORTSDIR}/graphics/Mesa3 \ X glut\\.3\\.:${PORTSDIR}/graphics/Mesa3 X XUSE_X11= yes X Xdo-install: X @ ${INSTALL_PROGRAM} ${WRKSRC}/gltron ${PREFIX}/bin X Xpost-install: X.if !defined(NOPORTDOCS) X @ ${MKDIR} ${PREFIX}/share/doc/gltron X @ ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/gltron X.endif X X.include END-of-gltron-0.31/Makefile echo c - gltron-0.31/files mkdir -p gltron-0.31/files > /dev/null 2>&1 echo x - gltron-0.31/files/md5 sed 's/^X//' >gltron-0.31/files/md5 << 'END-of-gltron-0.31/files/md5' XMD5 (glTron-0.31.tar.gz) = e521ed8e2ddcbad9b98ea42f0167b95f END-of-gltron-0.31/files/md5 echo c - gltron-0.31/pkg mkdir -p gltron-0.31/pkg > /dev/null 2>&1 echo x - gltron-0.31/pkg/PLIST sed 's/^X//' >gltron-0.31/pkg/PLIST << 'END-of-gltron-0.31/pkg/PLIST' Xbin/gltron Xshare/doc/gltron/README X@dirrm share/doc/gltron END-of-gltron-0.31/pkg/PLIST echo x - gltron-0.31/pkg/COMMENT sed 's/^X//' >gltron-0.31/pkg/COMMENT << 'END-of-gltron-0.31/pkg/COMMENT' XA 3D worm game for two players for X Window System END-of-gltron-0.31/pkg/COMMENT echo x - gltron-0.31/pkg/DESCR sed 's/^X//' >gltron-0.31/pkg/DESCR << 'END-of-gltron-0.31/pkg/DESCR' XObjective for game is not to drive into a wall. X XWWW: http://www.ards.net/Andreas/gltron.html END-of-gltron-0.31/pkg/DESCR echo c - gltron-0.31/patches mkdir -p gltron-0.31/patches > /dev/null 2>&1 echo x - gltron-0.31/patches/patch-aa sed 's/^X//' >gltron-0.31/patches/patch-aa << 'END-of-gltron-0.31/patches/patch-aa' X--- Makefile Fri Jul 23 14:02:24 1999 X+++ /home/andy/tmp/wrk/Makefile Sat Jul 24 16:30:58 1999 X@@ -1,12 +1,12 @@ X # Makefile for gltron X X-XLIBS = -L/usr/X11/lib -L/usr/X11R6/lib -lX11 -lXext -lXmu -lXt -lXi -lSM -lICE -lm X+XLIBS = -L$(X11BASE)/lib -lX11 -lXext -lXmu -lXt -lXi -lSM -lICE -lm X X-GL_LIBS = -lMesaGL -lMesaGLU -lglut $(XLIBS) X+GL_LIBS = -lMesaGL -lMesaGLU -lglut X X-CC = gcc -g X+#CC = gcc -g X X all: gltron X X gltron: gltron.c gltron.h X- $(CC) -o gltron gltron.c $(GL_LIBS) $(XLIBS) X+ $(CC) -o gltron gltron.c -I$(X11BASE)/include $(GL_LIBS) $(XLIBS) END-of-gltron-0.31/patches/patch-aa echo x - gltron-0.31/patches/patch-ab sed 's/^X//' >gltron-0.31/patches/patch-ab << 'END-of-gltron-0.31/patches/patch-ab' X--- gltron.c Fri Jul 23 14:29:57 1999 X+++ /home/andy/tmp/wrk/gltron.c Sat Jul 24 16:32:48 1999 X@@ -17,6 +17,9 @@ X */ X X #include "gltron.h" X+#ifdef __FreeBSD__ X+#include X+#endif X X void setCol(int x, int y) { X int offset, mask; X@@ -669,6 +672,9 @@ X X int win_id; X X+#ifdef __FreeBSD__ X+ fpsetmask(0); X+#endif X glutInit(&argc, argv); X glutInitWindowSize(WIN_WIDTH, WIN_HEIGHT); X glutInitWindowPosition(0, 0); END-of-gltron-0.31/patches/patch-ab exit >How-To-Repeat: >Fix: Please, check and commit this port. >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Jul 24 6:34: 7 1999 Delivered-To: freebsd-ports@freebsd.org Received: from shale.csir.co.za (shale.csir.co.za [146.64.46.5]) by hub.freebsd.org (Postfix) with ESMTP id D1B04150A1 for ; Sat, 24 Jul 1999 06:33:59 -0700 (PDT) (envelope-from reg@shale.csir.co.za) Received: (from reg@localhost) by shale.csir.co.za (8.9.3/8.9.3) id PAA23387; Sat, 24 Jul 1999 15:31:45 +0200 (SAT) (envelope-from reg) Date: Sat, 24 Jul 1999 15:31:45 +0200 From: Jeremy Lea To: Warner Losh Cc: ports@FreeBSD.ORG Subject: Re: glib12 and FreeBSD 3.2R Message-ID: <19990724153145.F11593@shale.csir.co.za> References: <199907231650.KAA19051@harmony.village.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.4i In-Reply-To: <199907231650.KAA19051@harmony.village.org>; from Warner Losh on Fri, Jul 23, 1999 at 10:50:00AM -0600 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi, On Fri, Jul 23, 1999 at 10:50:00AM -0600, Warner Losh wrote: > I had to hack the glib 1.2.3 makefile in order for it to compile on what I'm > told is a 3.2 RELEASE system with no patches applied. > > I had to add --disable-threads before it would compile correctly. > > Is this a known problem? I know that ports are generally only supported on > -current and -stable, but I thought I'd ask. I've also seen many libc_r > changes in the past few months since 3.2R. If this isn't a known problem, > I'll be happy to back out my change and send the errors to someone. I'd like to see the error messages. It should compile on 3.2 without problems, since the port ws done before all the recent changes. Regards, -Jeremy -- | "I could be anything I wanted to, but one things true --+-- Never gonna be as big as Jesus, never gonna hold the world in my hand | Never gonna be as big as Jesus, never gonna build a promised land | But that's, that's all right, OK with me..." -Audio Adrenaline To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Jul 24 8:26: 9 1999 Delivered-To: freebsd-ports@freebsd.org Received: from rover.village.org (rover.village.org [204.144.255.49]) by hub.freebsd.org (Postfix) with ESMTP id 70B9E14DD7 for ; Sat, 24 Jul 1999 08:26:06 -0700 (PDT) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (harmony.village.org [10.0.0.6]) by rover.village.org (8.9.3/8.9.3) with ESMTP id JAA58120; Sat, 24 Jul 1999 09:24:26 -0600 (MDT) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (localhost.village.org [127.0.0.1]) by harmony.village.org (8.9.3/8.8.3) with ESMTP id JAA27878; Sat, 24 Jul 1999 09:25:03 -0600 (MDT) Message-Id: <199907241525.JAA27878@harmony.village.org> To: Jeremy Lea Subject: Re: glib12 and FreeBSD 3.2R Cc: ports@FreeBSD.ORG In-reply-to: Your message of "Sat, 24 Jul 1999 15:31:45 +0200." <19990724153145.F11593@shale.csir.co.za> References: <19990724153145.F11593@shale.csir.co.za> <199907231650.KAA19051@harmony.village.org> Date: Sat, 24 Jul 1999 09:25:03 -0600 From: Warner Losh Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org In message <19990724153145.F11593@shale.csir.co.za> Jeremy Lea writes: : I'd like to see the error messages. It should compile on 3.2 without : problems, since the port ws done before all the recent changes. OK. I'll send them along shortly. Basically, the link in configure to find threads things failed with two undefined symbols starting with __. I'll send along the .log files when I get access to them again. Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Jul 24 10:41:44 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 2F52F150F5 for ; Sat, 24 Jul 1999 10:41:40 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA61171; Sat, 24 Jul 1999 10:40:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Sat, 24 Jul 1999 10:40:01 -0700 (PDT) Message-Id: <199907241740.KAA61171@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Ade Lovett Subject: Re: ports/12781: GNOME port updates Reply-To: Ade Lovett Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/12781; it has been noted by GNATS. From: Ade Lovett To: FreeBSD-gnats-submit@freebsd.org Cc: Subject: Re: ports/12781: GNOME port updates Date: Sat, 24 Jul 1999 12:33:26 -0500 On Fri, Jul 23, 1999 at 03:58:14PM -0500, Ade Lovett wrote: > > >Number: 12781 > >Category: ports > >Synopsis: GNOME port updates > > [snip] Please hold off on this PR for a few days. gnome-core-1.0.8 gnome-pim-1.0.9 and gnome-libs-1.0.12 have just been released (I love rapidly moving targets :) I'll do the necessary updates, put up a new tarball in the same location, and submit another followup to this PR when they're ready. Thanks, -aDe -- Ade Lovett, Austin, TX. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Jul 24 12:26:19 1999 Delivered-To: freebsd-ports@freebsd.org Received: from hp9000.chc-chimes.com (hp9000.chc-chimes.com [206.67.97.84]) by hub.freebsd.org (Postfix) with ESMTP id D56E814BDD for ; Sat, 24 Jul 1999 12:26:16 -0700 (PDT) (envelope-from billf@chc-chimes.com) Received: from localhost by hp9000.chc-chimes.com with SMTP (1.39.111.2/16.2) id AA062022604; Sat, 24 Jul 1999 06:36:44 -0400 Date: Sat, 24 Jul 1999 06:36:44 -0400 (EDT) From: Bill Fumerola To: shipley@dipshit.dis.org Cc: ports@FreeBSD.org Subject: wacky logic. In-Reply-To: <199907240943.CAA70521@dipshit.dis.org> Message-Id: Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Sat, 24 Jul 1999 shipley@dis.org wrote: > >Number: 12787 > >Category: ports > >Synopsis: port of GNU helloworld > >Confidential: 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 Jul 24 02:50:01 PDT 1999 > >Closed-Date: > >Last-Modified: > >Originator: Peter Shipley > >Release: FreeBSD 3.1-RELEASE i386 > >Organization: > dis.org > >Environment: > > FreeBSD ... > > >Description: > > a GNU utility for saying hello to the world and reading email > > > >How-To-Repeat: > > port not in tree, shar file included > > >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: > # > # helloworld > # helloworld/Makefile > # helloworld/files > # helloworld/files/CVS > # helloworld/files/md5 > # helloworld/patches > # helloworld/pkg > # helloworld/pkg/CVS > # helloworld/pkg/PLIST > # helloworld/pkg/DESCR > # helloworld/pkg/COMMENT > # > echo c - helloworld > mkdir -p helloworld > /dev/null 2>&1 > echo x - helloworld/Makefile > sed 's/^X//' >helloworld/Makefile << 'END-of-helloworld/Makefile' > X# New ports collection makefile for: oneko > X# Ports collection makefile for: hello > X# Version required: 1.3 > X# Date created: Fri Jul 23, 1999 > X# Whom: shipley@dis.org > X# > X# $Id$ > X# > X > XDISTNAME= hello-1.3 > XPKGNAME= hello-1.3.1 Why set PKGNAME? hello-1.3 is just fine. > XWRKSRC= ${WRKDIR}/hello-1.3 This is not needed. > X it is protected by the GNU General Public License, users > X are free to share and change it. "Because it is restricted by the GNU General Public License, users aren't free to change and not share it" - bill fumerola - billf@chc-chimes.com - BF1560 - computer horizons corp - - ph:(800) 252-2421 - bfumerol@computerhorizons.com - billf@FreeBSD.org - To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Jul 24 14:10:15 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 8804C14F19 for ; Sat, 24 Jul 1999 14:10:13 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id OAA74351; Sat, 24 Jul 1999 14:10:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from mail10.svr.pol.co.uk (mail10.svr.pol.co.uk [195.92.193.214]) by hub.freebsd.org (Postfix) with ESMTP id 48E9E14FDD for ; Sat, 24 Jul 1999 14:08:35 -0700 (PDT) (envelope-from tom@eborcom.com) Received: from modem-23.lamivudine.dialup.pol.co.uk ([62.136.75.23] ident=[nx2V3mGqQyZLBk5pj6JcF6ZmwTbYfBbG]) by mail10.svr.pol.co.uk with esmtp (Exim 2.12 #1) id 1188zo-0003Tj-00 for FreeBSD-gnats-submit@freebsd.org; Sat, 24 Jul 1999 22:06:17 +0100 Received: (qmail 27863 invoked by uid 5000); 24 Jul 1999 18:46:35 -0000 Message-Id: <19990724184635.27862.qmail@eborcom.com> Date: 24 Jul 1999 18:46:35 -0000 From: Tom Hukins To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/12790: Update Port: maildrop Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 12790 >Category: ports >Synopsis: Update Port: maildrop >Confidential: 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 Jul 24 14:10:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Tom Hukins >Release: FreeBSD 2.2.8-STABLE i386 >Organization: >Environment: >Description: The following patch upgrades the Maildrop port from 0.63 0.64. I am the port's maintainer. No files have been added or removed to/from the port. I would appreciate it if someone would review the changes below. >How-To-Repeat: >Fix: diff -ruN maildrop.old/Makefile maildrop/Makefile --- maildrop.old/Makefile Sat Apr 10 17:02:43 1999 +++ maildrop/Makefile Sat Jul 24 14:35:09 1999 @@ -1,18 +1,18 @@ # New ports collection makefile for: maildrop -# Version required: 0.63 +# Version required: 0.64 # Date created: 16 November 1998 # Whom: Tom Hukins # # $Id: Makefile,v 1.3 1999/04/07 14:08:05 kris Exp $ # -DISTNAME= maildrop-0.63 +DISTNAME= maildrop-0.64 CATEGORIES= mail MASTER_SITES= http://www.flounder.net/~mrsam/maildrop/ \ ${MASTER_SITE_SUNSITE} MASTER_SITE_SUBDIR= system/mail/mailhandlers -MAINTAINER= tom@eborcom.com +MAINTAINER= tom@FreeBSD.org # Maildrop is usually installed with gdbm extensions. If you do not # want these extensions installed, NO_GDBM must be defined. @@ -21,7 +21,8 @@ BUILD_DEPENDS= ${PREFIX}/lib/libgdbm.a:${PORTSDIR}/databases/gdbm .endif -ALL_TARGET= autoconf.h config.h all +ALL_TARGET= config.h xconfig.h all +INSTALL_TARGET= install-strip # Maildrop will be installed with suid permissions for MAILDROP_SUID, # and sgid permissions for MAILDROP_SGID. If undefined, these values diff -ruN maildrop.old/files/md5 maildrop/files/md5 --- maildrop.old/files/md5 Sat Apr 10 17:02:44 1999 +++ maildrop/files/md5 Sat Jul 24 14:33:00 1999 @@ -1 +1 @@ -MD5 (maildrop-0.63.tar.gz) = b88306f0d2fdc67ffac5e1df7efe5022 +MD5 (maildrop-0.64.tar.gz) = b12005e0edf74ea33e289bd7a5de6e95 >Release-Note: >Audit-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 Jul 24 14:34: 8 1999 Delivered-To: freebsd-ports@freebsd.org Received: from mail2.netcologne.de (mail2.netcologne.de [194.8.194.103]) by hub.freebsd.org (Postfix) with ESMTP id 4F48B151DB for ; Sat, 24 Jul 1999 14:34:05 -0700 (PDT) (envelope-from van.woerkom@netcologne.de) Received: from oranje.my.domain (dial1-31.netcologne.de [194.8.196.31]) by mail2.netcologne.de (8.9.3/8.9.3) with ESMTP id XAA27098; Sat, 24 Jul 1999 23:33:58 +0200 (MET DST) Received: (from marc@localhost) by oranje.my.domain (8.9.3/8.9.3) id XAA02190; Sat, 24 Jul 1999 23:32:30 +0200 (CEST) (envelope-from van.woerkom@netcologne.de) Date: Sat, 24 Jul 1999 23:32:30 +0200 (CEST) Message-Id: <199907242132.XAA02190@oranje.my.domain> X-Authentication-Warning: oranje.my.domain: marc set sender to van.woerkom@netcologne.de using -f From: Marc van Woerkom To: billf@chc-chimes.com Cc: shipley@dipshit.dis.org, ports@FreeBSD.ORG In-reply-to: (message from Bill Fumerola on Sat, 24 Jul 1999 06:36:44 -0400 (EDT)) Subject: Re: wacky logic. Reply-To: van.woerkom@netcologne.de References: Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I rather keep my flames ready for the next certain-to-come holy war on Slashdot.. :) Besides that, the last time I looked at GNU hello, I thought it was just a demo to show GNU coding and packaging standards - does it have a use as an application? Regards, Marc To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Jul 24 17:51:29 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id B9D0E14EA2 for ; Sat, 24 Jul 1999 17:51:27 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id RAA83606; Sat, 24 Jul 1999 17:50:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from maile.telia.com (maile.telia.com [194.22.190.16]) by hub.freebsd.org (Postfix) with ESMTP id EF93514E1F for ; Sat, 24 Jul 1999 17:49:41 -0700 (PDT) (envelope-from girgen@partitur.se) Received: from stordatan.telia.com (t2o62p31.telia.com [195.198.198.91]) by maile.telia.com (8.8.5/8.8.8) with ESMTP id CAA25901; Sun, 25 Jul 1999 02:48:04 +0200 (CEST) Received: (from girgen@localhost) by stordatan.telia.com (8.9.3/8.9.1) id CAA48163; Sun, 25 Jul 1999 02:47:48 +0200 (CEST) (envelope-from girgen@partitur.se) Message-Id: <199907250047.CAA48163@stordatan.telia.com> Date: Sun, 25 Jul 1999 02:47:48 +0200 (CEST) From: Palle Girgensohn Reply-To: Palle Girgensohn To: FreeBSD-gnats-submit@freebsd.org Cc: alexlh@funk.org X-Send-Pr-Version: 3.2 Subject: ports/12795: security/sslproxy fails Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 12795 >Category: ports >Synopsis: security/sslproxy fails >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sat Jul 24 17:50:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Palle Girgensohn >Release: FreeBSD 3.2-STABLE i386 >Organization: Partitur >Environment: FreeBSD 3.2-STABLE i386 >Description: patch-aa of the sslproxy port is expecting openssl include files in ${PREFIX}/include/openssl, but does this by setting CFLAGS=-I${PREFIX}/include/openssl, which fails because openssl expects -i${PREFIX}/include, and seaches for its include files with #include >How-To-Repeat: make the port security/sslproxy >Fix: This patch will fix it, and also honour user CFLAGS settings and install some docs: diff -urN sslproxy/Makefile sslproxy.new/Makefile --- sslproxy/Makefile Sun Jun 6 19:49:44 1999 +++ sslproxy.new/Makefile Sun Jul 25 02:38:31 1999 @@ -18,5 +18,10 @@ do-install: ${INSTALL_PROGRAM} ${WRKSRC}/sslproxy ${PREFIX}/bin/sslproxy +.if !defined(NOPORTDOCS) + ${MKDIR} ${PREFIX}/share/doc/sslproxy + ${INSTALL_DATA} ${WRKSRC}/README.txt ${WRKSRC}/dummyCert.pem \ + ${PREFIX}/share/doc/sslproxy +.endif .include diff -urN sslproxy/patches/patch-aa sslproxy.new/patches/patch-aa --- sslproxy/patches/patch-aa Sun Jun 6 19:49:47 1999 +++ sslproxy.new/patches/patch-aa Sun Jul 25 02:30:27 1999 @@ -8,7 +8,7 @@ +SSLROOT= /usr/local -CFLAGS= -Wall -I$(SSLROOT)/include -O -+CFLAGS= -Wall -I$(SSLROOT)/include/openssl -O ++CFLAGS+= -I$(SSLROOT)/include # for Solaris 2.x add -DSOLARIS2, for SunOS add -DSUNOS and for HP-UX add # -DHP to the CFLAGS variable diff -urN sslproxy/patches/patch-ab sslproxy.new/patches/patch-ab --- sslproxy/patches/patch-ab Thu Jan 1 01:00:00 1970 +++ sslproxy.new/patches/patch-ab Sun Jul 25 02:30:27 1999 @@ -0,0 +1,13 @@ +--- sslproxy.c.orig Sun Jul 25 02:20:01 1999 ++++ sslproxy.c Sun Jul 25 02:20:31 1999 +@@ -12,8 +12,8 @@ + + + #include "stdheaders.h" +-#include +-#include ++#include ++#include + + /* ------------------------------------------------------------------------- */ + diff -urN sslproxy/pkg/PLIST sslproxy.new/pkg/PLIST --- sslproxy/pkg/PLIST Sun Jun 6 19:49:45 1999 +++ sslproxy.new/pkg/PLIST Sun Jul 25 02:39:32 1999 @@ -1 +1,4 @@ bin/sslproxy +share/doc/sslproxy/README.txt +share/doc/sslproxy/dummyCert.pem +@dirrm share/doc/sslproxy >Release-Note: >Audit-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 Jul 24 18:18:54 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id E62641500E; Sat, 24 Jul 1999 18:18:52 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: (from kris@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA84686; Sat, 24 Jul 1999 18:17:07 -0700 (PDT) (envelope-from kris@FreeBSD.org) Date: Sat, 24 Jul 1999 18:17:07 -0700 (PDT) From: Message-Id: <199907250117.SAA84686@freefall.freebsd.org> To: kris@FreeBSD.org, freebsd-ports@FreeBSD.org, kris@FreeBSD.org Subject: Re: ports/12790: Update Port: maildrop Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update Port: maildrop Responsible-Changed-From-To: freebsd-ports->kris Responsible-Changed-By: kris Responsible-Changed-When: Sat Jul 24 18:16:49 PDT 1999 Responsible-Changed-Why: I'll take this one. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Jul 24 19:20:15 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id EE1D815071 for ; Sat, 24 Jul 1999 19:20:13 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA86663; Sat, 24 Jul 1999 19:20:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from germanium.xtalwind.net (germanium.xtalwind.net [205.160.242.5]) by hub.freebsd.org (Postfix) with ESMTP id 6268514D45 for ; Sat, 24 Jul 1999 19:19:46 -0700 (PDT) (envelope-from jack@germanium.xtalwind.net) Received: (from jack@localhost) by germanium.xtalwind.net (8.9.3/8.9.3) id WAA20826; Sat, 24 Jul 1999 22:18:56 -0400 (EDT) Message-Id: <199907250218.WAA20826@germanium.xtalwind.net> Date: Sat, 24 Jul 1999 22:18:56 -0400 (EDT) From: jack@germanium.xtalwind.net Reply-To: jack@germanium.xtalwind.net To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/12796: Update of asmem port to version 1.3 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 12796 >Category: ports >Synopsis: Update of asmem port to version 1.3 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat Jul 24 19:20:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: >Release: FreeBSD 3.2-STABLE i386 >Organization: >Environment: >Description: Update asmem from 1.2 to 1.3 and add another master_site. I am the maintainer. >How-To-Repeat: >Fix: diff -ruN asmem_1.2/Makefile asmem/Makefile --- asmem_1.2/Makefile Mon Jun 14 16:00:35 1999 +++ asmem/Makefile Sat Jul 24 22:03:38 1999 @@ -5,9 +5,10 @@ # # $Id: Makefile,v 1.1.1.1 1999/06/14 20:00:35 taoka Exp $ -DISTNAME= asmem-1.2 +DISTNAME= asmem-1.3 CATEGORIES= sysutils afterstep -MASTER_SITES= http://www.bewoner.dma.be/Albert/software/ +MASTER_SITES= ftp://ftp.afterstep.org/apps/asmem/ \ + http://www.bewoner.dma.be/Albert/software/ MAINTAINER= jack@germnaium.xtalwind.net diff -ruN asmem_1.2/files/md5 asmem/files/md5 --- asmem_1.2/files/md5 Mon Jun 14 16:00:36 1999 +++ asmem/files/md5 Sat Jul 24 22:05:31 1999 @@ -1 +1 @@ -MD5 (asmem-1.2.tar.gz) = 895a23c917ffaa66567890df1d6f01aa +MD5 (asmem-1.3.tar.gz) = b6277b66051350c00fccc092af7e3941 >Release-Note: >Audit-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 Jul 24 19:42: 7 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 5612A150C8 for ; Sat, 24 Jul 1999 19:42:05 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA87551; Sat, 24 Jul 1999 19:40:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from blues.ghis.net (pppc2-87.eisa.net.au [203.166.251.207]) by hub.freebsd.org (Postfix) with ESMTP id DC1B715012 for ; Sat, 24 Jul 1999 19:30:51 -0700 (PDT) (envelope-from jim@blues.ghis.net) Received: (from jim@localhost) by blues.ghis.net (8.9.3/8.9.3) id MAA91898; Sun, 25 Jul 1999 12:29:41 +1000 (EST) (envelope-from jim) Message-Id: <199907250229.MAA91898@blues.ghis.net> Date: Sun, 25 Jul 1999 12:29:41 +1000 (EST) From: jim@blues.ghis.net Reply-To: jim@blues.ghis.net To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/12797: update port: asbutton-0.2 to 0.3 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 12797 >Category: ports >Synopsis: update port: asbutton-0.2 to 0.3 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat Jul 24 19:40:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Jim Mock >Release: FreeBSD 3.2-STABLE i386 >Organization: >Environment: >Description: Patch updates asbutton port to the latest version. Cleaned up Makefile a bit and updated my email address in the MAINTAINER line. Also updated the PLIST to go along with additional xpms the new version installs. I am the maintainer of this port. >How-To-Repeat: >Fix: Apply the following diff.. diff -ruN /usr/ports/misc/asbutton/Makefile asbutton/Makefile --- /usr/ports/misc/asbutton/Makefile Tue May 11 02:44:06 1999 +++ asbutton/Makefile Sun Jul 25 12:15:35 1999 @@ -6,11 +6,12 @@ # $Id: Makefile,v 1.1.1.1 1999/05/10 16:44:06 flathill Exp $ # -DISTNAME= asbutton-0.2 +DISTNAME= asbutton-0.3 CATEGORIES= misc windowmaker afterstep -MASTER_SITES= http://www.tigr.net/afterstep/as-apps/download/asbutton/ +MASTER_SITES= http://www.tigr.net/afterstep/as-apps/download/asbutton/ \ + ftp://ftp.afterstep.org/apps/asbutton/ -MAINTAINER= jim@phrantic.phear.net +MAINTAINER= jim@blues.ghis.net LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm @@ -20,21 +21,16 @@ (cd ${WRKSRC} && make) do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/asbutton ${PREFIX}/bin - @${ECHO} " " - @${ECHO} "===> Installing icons in ${PREFIX}/share/asbutton" - @${ECHO} " " + @${INSTALL_PROGRAM} ${WRKSRC}/asbutton ${PREFIX}/bin + @${ECHO} "===> Installing icons in ${PREFIX}/share/asbutton" @${MKDIR} ${PREFIX}/share/asbutton && chmod a+rx ${PREFIX}/share/asbutton - ${INSTALL_DATA} ${WRKSRC}/icons/*.xpm ${PREFIX}/share/asbutton + @${INSTALL_DATA} ${WRKSRC}/icons/*.xpm ${PREFIX}/share/asbutton post-install: - @${ECHO} " " - @${ECHO} "===> Installing sample asbuttonrc in ${PREFIX}/share/examples/asbutton" - @${ECHO} "===> Copy to ~/.asbuttonrc and modify to desired config." - @${ECHO} " " + @${ECHO} "===> Installing sample asbuttonrc in ${PREFIX}/share/examples/asbutton" + @${ECHO} "===> Copy to ~/.asbuttonrc and modify to desired config." @${MKDIR} ${PREFIX}/share/examples/asbutton && chmod a+rx ${PREFIX}/share/examples/asbutton - ${INSTALL_DATA} ${WRKSRC}/.asbuttonrc ${PREFIX}/share/examples/asbutton/asbuttonrc && chmod u+rw ${PREFIX}/share/examples/asbutton/asbuttonrc - @${ECHO} " " - @${ECHO} "===> Use 'asbutton -h' for help." + @${INSTALL_DATA} ${WRKSRC}/.asbuttonrc ${PREFIX}/share/examples/asbutton/asbuttonrc && chmod u+rw ${PREFIX}/share/examples/asbutton/asbuttonrc + @${ECHO} "===> Use 'asbutton -h' for help." .include diff -ruN /usr/ports/misc/asbutton/files/md5 asbutton/files/md5 --- /usr/ports/misc/asbutton/files/md5 Tue May 11 02:44:06 1999 +++ asbutton/files/md5 Sun Jul 25 12:06:49 1999 @@ -1 +1 @@ -MD5 (asbutton-0.2.tar.gz) = 70b6ef9037352161dcd8e4b36f7c939e +MD5 (asbutton-0.3.tar.gz) = febcc9db3eb615856bbebdc966ea4f27 diff -ruN /usr/ports/misc/asbutton/pkg/PLIST asbutton/pkg/PLIST --- /usr/ports/misc/asbutton/pkg/PLIST Tue May 11 02:44:06 1999 +++ asbutton/pkg/PLIST Sun Jul 25 12:14:30 1999 @@ -5,10 +5,12 @@ share/asbutton/asb4-4.xpm share/asbutton/asb4-blank.xpm share/asbutton/asb4-bullethole.xpm +share/asbutton/asb4-corel.xpm share/asbutton/asb4-filingcabinet.xpm share/asbutton/asb4-gear.xpm share/asbutton/asb4-gnu-button-thang.xpm share/asbutton/asb4-gnu-defaultapp.xpm +share/asbutton/asb4-gqview.xpm share/asbutton/asb4-gv.xpm share/asbutton/asb4-info.xpm share/asbutton/asb4-info2.xpm @@ -19,7 +21,9 @@ share/asbutton/asb4-term-bsd.xpm share/asbutton/asb4-term-linux.xpm share/asbutton/asb4-turn.xpm +share/asbutton/asb4-vim.xpm share/asbutton/asb4-wilbur.xpm +share/asbutton/asb4-xmms.xpm share/asbutton/asb4-xv.xpm share/asbutton/asb9-1.xpm share/asbutton/asb9-2.xpm @@ -32,10 +36,12 @@ share/asbutton/asb9-9.xpm share/asbutton/asb9-blank.xpm share/asbutton/asb9-bullethole.xpm +share/asbutton/asb9-corel.xpm share/asbutton/asb9-filecabinet.xpm share/asbutton/asb9-gear.xpm share/asbutton/asb9-gnu-button-thang.xpm share/asbutton/asb9-gnu-defaultapp.xpm +share/asbutton/asb9-gqview.xpm share/asbutton/asb9-gv.xpm share/asbutton/asb9-info.xpm share/asbutton/asb9-info2.xpm @@ -46,7 +52,9 @@ share/asbutton/asb9-term-bsd.xpm share/asbutton/asb9-term-linux.xpm share/asbutton/asb9-turn.xpm +share/asbutton/asb9-vim.xpm share/asbutton/asb9-wilbur.xpm +share/asbutton/asb9-xmms.xpm share/asbutton/asb9-xv.xpm share/examples/asbutton/asbuttonrc @dirrm share/asbutton >Release-Note: >Audit-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 Jul 24 19:50:16 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 1A860150C8 for ; Sat, 24 Jul 1999 19:50:14 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA87842; Sat, 24 Jul 1999 19:50:00 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from blues.ghis.net (pppc2-87.eisa.net.au [203.166.251.207]) by hub.freebsd.org (Postfix) with ESMTP id 3BD5114F63 for ; Sat, 24 Jul 1999 19:49:47 -0700 (PDT) (envelope-from jim@blues.ghis.net) Received: (from jim@localhost) by blues.ghis.net (8.9.3/8.9.3) id MAA97598; Sun, 25 Jul 1999 12:48:53 +1000 (EST) (envelope-from jim) Message-Id: <199907250248.MAA97598@blues.ghis.net> Date: Sun, 25 Jul 1999 12:48:53 +1000 (EST) From: jim@blues.ghis.net Reply-To: jim@blues.ghis.net To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/12798: update port: xchat-1.1.3 to 1.1.4 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 12798 >Category: ports >Synopsis: update port: xchat-1.1.3 to 1.1.4 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat Jul 24 19:50:00 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Jim Mock >Release: FreeBSD 3.2-STABLE i386 >Organization: >Environment: >Description: Patch updates the ever-changing xchat port to the latest version. Also updated my email address.. the old one won't be around much longer. >How-To-Repeat: >Fix: Apply the following diff.. diff -ruN /usr/ports/irc/xchat/Makefile xchat/Makefile --- /usr/ports/irc/xchat/Makefile Wed Jul 21 16:11:16 1999 +++ xchat/Makefile Sun Jul 25 12:32:50 1999 @@ -6,12 +6,12 @@ # $Id: Makefile,v 1.19 1999/07/21 05:24:44 cpiazza Exp $ # -DISTNAME= xchat-1.1.3 +DISTNAME= xchat-1.1.4 CATEGORIES= irc MASTER_SITES= http://xchat.org/files/beta/ \ http://xchat.linuxpower.org/files/beta/ -MAINTAINER= jim@phrantic.phear.net +MAINTAINER= jim@blues.ghis.net LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 diff -ruN /usr/ports/irc/xchat/files/md5 xchat/files/md5 --- /usr/ports/irc/xchat/files/md5 Mon Jul 19 16:59:22 1999 +++ xchat/files/md5 Sun Jul 25 12:31:18 1999 @@ -1 +1 @@ -MD5 (xchat-1.1.3.tar.bz2) = 3c88def396eb9a0eadf37b6b4cb0f6e0 +MD5 (xchat-1.1.4.tar.bz2) = 036241d9bee20a3e553fabab54e9d2a2 >Release-Note: >Audit-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 Jul 24 20: 1:42 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id F23CB15394 for ; Sat, 24 Jul 1999 20:01:34 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA88223; Sat, 24 Jul 1999 20:00:00 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from blues.ghis.net (pppc2-87.eisa.net.au [203.166.251.207]) by hub.freebsd.org (Postfix) with ESMTP id C5195150C8 for ; Sat, 24 Jul 1999 19:56:13 -0700 (PDT) (envelope-from jim@blues.ghis.net) Received: (from jim@localhost) by blues.ghis.net (8.9.3/8.9.3) id MAA97750; Sun, 25 Jul 1999 12:56:11 +1000 (EST) (envelope-from jim) Message-Id: <199907250256.MAA97750@blues.ghis.net> Date: Sun, 25 Jul 1999 12:56:11 +1000 (EST) From: jim@blues.ghis.net Reply-To: jim@blues.ghis.net To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/12799: new port: bluefish-0.3.2 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 12799 >Category: ports >Synopsis: new port: bluefish-0.3.2 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat Jul 24 20:00:00 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Jim Mock >Release: FreeBSD 3.2-STABLE i386 >Organization: >Environment: >Description: New port of bluefish, which is an HTML editor that uses gtk. Future versions will possibly include gnome support and it will be added to the Makefile if/when it happens. >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: # # bluefish # bluefish/pkg # bluefish/pkg/PLIST # bluefish/pkg/COMMENT # bluefish/pkg/DESCR # bluefish/patches # bluefish/patches/patch-aa # bluefish/Makefile # bluefish/files # bluefish/files/md5 # echo c - bluefish mkdir -p bluefish > /dev/null 2>&1 echo c - bluefish/pkg mkdir -p bluefish/pkg > /dev/null 2>&1 echo x - bluefish/pkg/PLIST sed 's/^X//' >bluefish/pkg/PLIST << 'END-of-bluefish/pkg/PLIST' Xbin/bluefish Xlib/bluefish/php3_functions Xlib/bluefish/ssi_functions Xlib/bluefish/rxml_functions Xshare/doc/bluefish/README X@dirrm lib/bluefish X@dirrm share/doc/bluefish END-of-bluefish/pkg/PLIST echo x - bluefish/pkg/COMMENT sed 's/^X//' >bluefish/pkg/COMMENT << 'END-of-bluefish/pkg/COMMENT' XBluefish is an HTML editor designed for the experienced web designer END-of-bluefish/pkg/COMMENT echo x - bluefish/pkg/DESCR sed 's/^X//' >bluefish/pkg/DESCR << 'END-of-bluefish/pkg/DESCR' XBluefish is an advanced HTML editor that contains functionality for XPHP, SSI, and RXML. It is designed for the experienced web designer. X XWWW: http://bluefish.linuxbox.com/ X X- Jim END-of-bluefish/pkg/DESCR echo c - bluefish/patches mkdir -p bluefish/patches > /dev/null 2>&1 echo x - bluefish/patches/patch-aa sed 's/^X//' >bluefish/patches/patch-aa << 'END-of-bluefish/patches/patch-aa' X--- configure.orig Tue Jul 6 16:57:38 1999 X+++ configure Sun Jul 25 09:46:50 1999 X@@ -841,8 +841,8 @@ X x_includes="/usr/include" X fi X X-LIBS=`gtk-config --libs` X-CFLAGS=`gtk-config --cflags` X+LIBS=`${GTK_CONFIG} --libs` X+CFLAGS=`${GTK_CONFIG} --cflags` X X # Check whether --with-gtk-prefix or --without-gtk-prefix was given. X if test "${with_gtk_prefix+set}" = set; then X@@ -872,18 +872,18 @@ X if test x$gtk_config_exec_prefix != x ; then X gtk_config_args="$gtk_config_args --exec-prefix=$gtk_config_exec_prefix" X if test x${GTK_CONFIG+set} != xset ; then X- GTK_CONFIG=$gtk_config_exec_prefix/bin/gtk-config X+ GTK_CONFIG=$gtk_config_exec_prefix/bin/${GTK_CONFIG} X fi X fi X if test x$gtk_config_prefix != x ; then X gtk_config_args="$gtk_config_args --prefix=$gtk_config_prefix" X if test x${GTK_CONFIG+set} != xset ; then X- GTK_CONFIG=$gtk_config_prefix/bin/gtk-config X+ GTK_CONFIG=$gtk_config_prefix/bin/${GTK_CONFIG} X fi X fi X X- # Extract the first word of "gtk-config", so it can be a program name with args. X-set dummy gtk-config; ac_word=$2 X+ # Extract the first word of "${GTK_CONFIG}", so it can be a program name with args. X+set dummy ${GTK_CONFIG}; ac_word=$2 X echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 X echo "configure:889: checking for $ac_word" >&5 X if eval "test \"`echo '$''{'ac_cv_path_GTK_CONFIG'+set}'`\" = set"; then X@@ -1019,10 +1019,10 @@ X else X echo "$ac_t""no" 1>&6 X # if test "$GTK_CONFIG" = "no" ; then X-# echo "*** The gtk-config script installed by GTK could not be found" X+# echo "*** The ${GTK_CONFIG} script installed by GTK could not be found" X # echo "*** If GTK was installed in PREFIX, make sure PREFIX/bin is in" X # echo "*** your path, or set the GTK_CONFIG environment variable to the" X-# echo "*** full path to gtk-config." X+# echo "*** full path to ${GTK_CONFIG}." X # else X # if test -f conf.gtktest ; then X # : X@@ -1051,7 +1051,7 @@ X # [ echo "*** The test program failed to compile or link. See the file config.log for the" X # echo "*** exact error that occured. This usually means GTK was incorrectly installed" X # echo "*** or that you have moved GTK since it was installed. In the latter case, you" X-# echo "*** may want to edit the gtk-config script: $GTK_CONFIG" ]) X+# echo "*** may want to edit the ${GTK_CONFIG} script: $GTK_CONFIG" ]) X # CFLAGS="$ac_save_CFLAGS" X # LIBS="$ac_save_LIBS" X # fi X@@ -1070,7 +1070,7 @@ X fi X X echo -n "checking where to put bluefish library files... " X-install_location=/usr/local/lib/bluefish X+install_location=/usr/X11R6/lib/bluefish X # Check whether --with-install-location or --without-install-location was given. X if test "${with_install_location+set}" = set; then X withval="$with_install_location" END-of-bluefish/patches/patch-aa echo x - bluefish/Makefile sed 's/^X//' >bluefish/Makefile << 'END-of-bluefish/Makefile' X# New ports collection makefile for: bluefish X# Version required: 0.3.2 X# Date created: 25 July 1999 X# Whom: Jim Mock X# X# $Id$ X# X XDISTNAME= bluefish-0.3.2 XCATEGORIES= www editors XMASTER_SITES= http://bluefish.linuxbox.com/download/ \ X http://student.wau.nl/~olivier/bluefish/download/ \ X http://ha-pc.cheque.uq.edu.au/download/ X XMAINTAINER= jim@blues.ghis.net X XLIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 X XGTK_CONFIG?= ${X11BASE}/bin/gtk12-config X XUSE_X_PREFIX= yes XGNU_CONFIGURE= yes XCONFIGURE_ENV= GTK_CONFIG="${GTK_CONFIG}" X Xpost-install: X @strip ${PREFIX}/bin/bluefish X.if !defined(NOPORTDOCS) X @${ECHO} "===> Installing bluefish docs in ${PREFIX}/share/doc/bluefish" X @${ECHO} "===> A manual is available online at http://bluefish.linuxbox.com/manual/" X @${MKDIR} ${PREFIX}/share/doc/bluefish && chmod a+rx ${PREFIX}/share/doc/bluefish X @${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/bluefish X.endif X X.include END-of-bluefish/Makefile echo c - bluefish/files mkdir -p bluefish/files > /dev/null 2>&1 echo x - bluefish/files/md5 sed 's/^X//' >bluefish/files/md5 << 'END-of-bluefish/files/md5' XMD5 (bluefish-0.3.2.tar.gz) = 4debcd19a28b715056384af44cba9c5a END-of-bluefish/files/md5 exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message