From owner-freebsd-ports Sun Jul 1 8:30:22 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C0E9837B406 for ; Sun, 1 Jul 2001 08:30:10 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f61FUAD57042; Sun, 1 Jul 2001 08:30:10 -0700 (PDT) (envelope-from gnats) Received: from electron.databits.net (montserat.netreach.net [209.152.221.28]) by hub.freebsd.org (Postfix) with ESMTP id DCF0E37B405 for ; Sun, 1 Jul 2001 08:28:57 -0700 (PDT) (envelope-from petef@electron.databits.net) Received: (from petef@localhost) by electron.databits.net (8.11.4/8.11.4) id f61FRmS01076; Sun, 1 Jul 2001 11:27:48 -0400 (EDT) (envelope-from petef) Message-Id: <200107011527.f61FRmS01076@electron.databits.net> Date: Sun, 1 Jul 2001 11:27:48 -0400 (EDT) From: Pete Fritchman Reply-To: Pete Fritchman To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/28568: Update graphics/mtv to 1.2.5 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 28568 >Category: ports >Synopsis: Update graphics/mtv to 1.2.5 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Sun Jul 01 08:30:09 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Pete Fritchman >Release: FreeBSD 4.3-STABLE i386 >Organization: Databits Network Services, Inc. >Environment: System: FreeBSD electron.databits.net 4.3-STABLE FreeBSD 4.3-STABLE #7: Mon Jun 11 10:15:45 EDT 2001 root@electron.databits.net:/usr/obj/usr/src/sys/ELECTRON i386 >Description: - update to version 1.2.5 - install documentation into ${PREFIX}/share/doc/mtv instead of share/mtv - support NOPORTDOCS - add @ to some commands >How-To-Repeat: >Fix: Index: Makefile =================================================================== RCS file: /home/ncvs/ports/graphics/mtv/Makefile,v retrieving revision 1.9 diff -u -r1.9 Makefile --- Makefile 2001/02/26 02:13:36 1.9 +++ Makefile 2001/07/01 14:18:26 @@ -6,7 +6,7 @@ # PORTNAME= mtv -PORTVERSION= 1.2.1 +PORTVERSION= 1.2.5 CATEGORIES= graphics linux MASTER_SITES= ftp://ftp.mpegtv.com/pub/mpeg/mpegtv/player/x86-unknown-linux-glibc/packages/TGZ/ DISTFILES= ${PORTNAME}-${PORTVERSION}.tar.gz libSDLx11.so.tar.gz @@ -26,20 +26,21 @@ MAN1= mtv.1 do-install: - ${MKDIR} ${WRKDIR}/libSDLx11 - ${EXTRACT_CMD} ${EXTRACT_BEFORE_ARGS} ${DISTDIR}/libSDLx11.so.tar.gz \ + @${MKDIR} ${WRKDIR}/libSDLx11 + @${EXTRACT_CMD} ${EXTRACT_BEFORE_ARGS} ${DISTDIR}/libSDLx11.so.tar.gz \ ${EXTRACT_AFTER_ARGS} -C ${WRKDIR}/libSDLx11 ${INSTALL_DATA} ${WRKDIR}/libSDLx11/libSDLx11.so.0.9.9 \ - /compat/linux/usr/X11R6/lib - /compat/linux/sbin/ldconfig + ${LINUXBASE}/usr/X11R6/lib + ${LINUXbASE}/sbin/ldconfig ${INSTALL_SCRIPT} ${WRKSRC}/mtv ${PREFIX}/bin ${INSTALL_SCRIPT} ${WRKSRC}/mtvp ${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/mtv.1 ${PREFIX}/man/man1 - ${MKDIR} ${PREFIX}/share/mtv - ${INSTALL_DATA} ${WRKSRC}/LICENSE ${PREFIX}/share/mtv - ${INSTALL_DATA} ${WRKSRC}/release-notes.html ${PREFIX}/share/mtv - ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/mtv - ${INSTALL_DATA} ${WRKSRC}/README-Fullscreen ${PREFIX}/share/mtv - ${INSTALL_DATA} ${WRKSRC}/README-mtv-redhat ${PREFIX}/share/mtv +.if !defined(NOPORTDOCS) + @${MKDIR} ${PREFIX}/share/doc/mtv +.for file in LICENSE README README-Fullscreen README-mtv-redhat \ + release-notes.html + ${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/share/doc/mtv +.endfor +.endif .include Index: distinfo =================================================================== RCS file: /home/ncvs/ports/graphics/mtv/distinfo,v retrieving revision 1.7 diff -u -r1.7 distinfo --- distinfo 2001/02/26 02:13:36 1.7 +++ distinfo 2001/07/01 13:12:53 @@ -1,2 +1,2 @@ -MD5 (mtv-1.2.1.tar.gz) = c0d7a1ee85ef11386fea697d5464905f +MD5 (mtv-1.2.5.tar.gz) = 862ceb5fcf7a5956414bd613c9504f36 MD5 (libSDLx11.so.tar.gz) = 3b84f7200010b56c08b8608d5fba2cdb Index: pkg-plist =================================================================== RCS file: /home/ncvs/ports/graphics/mtv/pkg-plist,v retrieving revision 1.2 diff -u -r1.2 pkg-plist --- pkg-plist 2000/03/19 08:57:09 1.2 +++ pkg-plist 2001/07/01 15:20:17 @@ -1,8 +1,8 @@ bin/mtv bin/mtvp -share/mtv/LICENSE -share/mtv/README -share/mtv/README-Fullscreen -share/mtv/README-mtv-redhat -share/mtv/release-notes.html -@dirrm share/mtv +%%PORTDOCS%%share/doc/mtv/LICENSE +%%PORTDOCS%%share/doc/mtv/README +%%PORTDOCS%%share/doc/mtv/README-Fullscreen +%%PORTDOCS%%share/doc/mtv/README-mtv-redhat +%%PORTDOCS%%share/doc/mtv/release-notes.html +%%PORTDOCS%%@dirrm share/doc/mtv >Release-Note: >Audit-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 1 8:32: 5 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 61A6137B403; Sun, 1 Jul 2001 08:32:03 -0700 (PDT) (envelope-from kevlo@FreeBSD.org) Received: (from kevlo@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f61FW3p57183; Sun, 1 Jul 2001 08:32:03 -0700 (PDT) (envelope-from kevlo) Date: Sun, 1 Jul 2001 08:32:03 -0700 (PDT) From: Message-Id: <200107011532.f61FW3p57183@freefall.freebsd.org> To: petef@databits.net, kevlo@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/28560: Update games/eboard to 0.3.0 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: Update games/eboard to 0.3.0 State-Changed-From-To: open->closed State-Changed-By: kevlo State-Changed-When: Sun Jul 1 08:31:51 PDT 2001 State-Changed-Why: Committed, thanks. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=28560 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Jul 1 8:37: 9 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 52F6B37B405; Sun, 1 Jul 2001 08:37:06 -0700 (PDT) (envelope-from kevlo@FreeBSD.org) Received: (from kevlo@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f61Fb6I57557; Sun, 1 Jul 2001 08:37:06 -0700 (PDT) (envelope-from kevlo) Date: Sun, 1 Jul 2001 08:37:06 -0700 (PDT) From: Message-Id: <200107011537.f61Fb6I57557@freefall.freebsd.org> To: anders@fix.no, kevlo@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/28559: Update port: sysutils/msyslog Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: Update port: sysutils/msyslog State-Changed-From-To: open->closed State-Changed-By: kevlo State-Changed-When: Sun Jul 1 08:36:50 PDT 2001 State-Changed-Why: Committed, thanks. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=28559 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Jul 1 8:40:13 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6D7BE37B406 for ; Sun, 1 Jul 2001 08:40:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f61Fe3N57728; Sun, 1 Jul 2001 08:40:03 -0700 (PDT) (envelope-from gnats) Received: from electron.databits.net (montserat.netreach.net [209.152.221.28]) by hub.freebsd.org (Postfix) with ESMTP id 2CECC37B419 for ; Sun, 1 Jul 2001 08:39:47 -0700 (PDT) (envelope-from petef@electron.databits.net) Received: (from petef@localhost) by electron.databits.net (8.11.4/8.11.4) id f61FcbX05215; Sun, 1 Jul 2001 11:38:37 -0400 (EDT) (envelope-from petef) Message-Id: <200107011538.f61FcbX05215@electron.databits.net> Date: Sun, 1 Jul 2001 11:38:37 -0400 (EDT) From: Pete Fritchman Reply-To: Pete Fritchman To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/28570: Update devel/devtodo to 0.1.7 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 28570 >Category: ports >Synopsis: Update devel/devtodo to 0.1.7 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Sun Jul 01 08:40:02 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Pete Fritchman >Release: FreeBSD 4.3-STABLE i386 >Organization: Databits Network Services, Inc. >Environment: System: FreeBSD electron.databits.net 4.3-STABLE FreeBSD 4.3-STABLE #7: Mon Jun 11 10:15:45 EDT 2001 root@electron.databits.net:/usr/obj/usr/src/sys/ELECTRON i386 >Description: - update to version 0.1.7 - don't install etc/todorc by default; there is an example in ${PREFIX}/share/examples/devtodo already. >How-To-Repeat: >Fix: Index: Makefile =================================================================== RCS file: /home/ncvs/ports/devel/devtodo/Makefile,v retrieving revision 1.1 diff -u -r1.1 Makefile --- Makefile 2001/06/09 12:38:27 1.1 +++ Makefile 2001/07/01 15:38:01 @@ -6,26 +6,26 @@ # PORTNAME= devtodo -PORTVERSION= 0.1.6.1 +PORTVERSION= 0.1.7 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} -DISTNAME= ${PORTNAME}-0.1.6-1 MAINTAINER= petef@databits.net -WRKSRC= ${WRKDIR}/devtodo-0.1.6 - GNU_CONFIGURE= Yes MAN1= devtodo.1 MLINKS= devtodo.1 tda.1 devtodo.1 tdd.1 devtodo.1 tde.1 devtodo.1 tdr.1 \ devtodo.1 todo.1 +post-patch: + @${PERL} -pi -e 's/^\ttest -f.*todorc.*\n//' ${WRKSRC}/doc/Makefile.in + post-install: @${MKDIR} ${PREFIX}/share/examples/devtodo -.for file in doc/scripts.sh doc/scripts.tcsh doc/todorc.example - ${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/share/examples/devtodo +.for file in scripts.sh scripts.tcsh todorc.example + ${INSTALL_DATA} ${WRKSRC}/doc/${file} ${PREFIX}/share/examples/devtodo .endfor .include Index: distinfo =================================================================== RCS file: /home/ncvs/ports/devel/devtodo/distinfo,v retrieving revision 1.1 diff -u -r1.1 distinfo --- distinfo 2001/06/09 12:38:27 1.1 +++ distinfo 2001/07/01 15:38:01 @@ -1 +1 @@ -MD5 (devtodo-0.1.6-1.tar.gz) = 7c96b5401cc64a3dc9a8b57083273c6f +MD5 (devtodo-0.1.7.tar.gz) = 5b22666f8b845095c823fbfeee37299b Index: pkg-plist =================================================================== RCS file: /home/ncvs/ports/devel/devtodo/pkg-plist,v retrieving revision 1.1 diff -u -r1.1 pkg-plist --- pkg-plist 2001/06/09 12:38:27 1.1 +++ pkg-plist 2001/07/01 15:38:01 @@ -4,7 +4,6 @@ bin/tde bin/tdr bin/todo -etc/todorc share/examples/devtodo/scripts.sh share/examples/devtodo/scripts.tcsh share/examples/devtodo/todorc.example >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Jul 1 8:42:10 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7B3A037B401; Sun, 1 Jul 2001 08:42:07 -0700 (PDT) (envelope-from kevlo@FreeBSD.org) Received: (from kevlo@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f61Fg7T57901; Sun, 1 Jul 2001 08:42:07 -0700 (PDT) (envelope-from kevlo) Date: Sun, 1 Jul 2001 08:42:07 -0700 (PDT) From: Message-Id: <200107011542.f61Fg7T57901@freefall.freebsd.org> To: anders@fix.no, kevlo@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/28556: Update port: security/fpm Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: Update port: security/fpm State-Changed-From-To: open->closed State-Changed-By: kevlo State-Changed-When: Sun Jul 1 08:41:56 PDT 2001 State-Changed-Why: Committed, thanks. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=28556 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Jul 1 8:50:55 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 004BF37B401; Sun, 1 Jul 2001 08:50:53 -0700 (PDT) (envelope-from kevlo@FreeBSD.org) Received: (from kevlo@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f61Forv58723; Sun, 1 Jul 2001 08:50:53 -0700 (PDT) (envelope-from kevlo) Date: Sun, 1 Jul 2001 08:50:53 -0700 (PDT) From: Message-Id: <200107011550.f61Forv58723@freefall.freebsd.org> To: petef@databits.net, kevlo@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/28564: New port: mail/pgen Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: New port: mail/pgen State-Changed-From-To: open->closed State-Changed-By: kevlo State-Changed-When: Sun Jul 1 08:50:42 PDT 2001 State-Changed-Why: Committed, thanks. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=28564 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Jul 1 8:59:55 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3F82D37B401; Sun, 1 Jul 2001 08:59:50 -0700 (PDT) (envelope-from kevlo@FreeBSD.org) Received: (from kevlo@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f61Fxon59411; Sun, 1 Jul 2001 08:59:50 -0700 (PDT) (envelope-from kevlo) Date: Sun, 1 Jul 2001 08:59:50 -0700 (PDT) From: Message-Id: <200107011559.f61Fxon59411@freefall.freebsd.org> To: petef@databits.net, kevlo@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/28565: New port: devel/p5-Config-Setting Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: New port: devel/p5-Config-Setting State-Changed-From-To: open->closed State-Changed-By: kevlo State-Changed-When: Sun Jul 1 08:59:38 PDT 2001 State-Changed-Why: Committed, thanks. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=28565 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Jul 1 9: 0:31 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D4DF037B409 for ; Sun, 1 Jul 2001 09:00:19 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f61G0JJ59522; Sun, 1 Jul 2001 09:00:19 -0700 (PDT) (envelope-from gnats) Received: from electron.databits.net (montserat.netreach.net [209.152.221.28]) by hub.freebsd.org (Postfix) with ESMTP id C529F37B406 for ; Sun, 1 Jul 2001 08:55:45 -0700 (PDT) (envelope-from petef@electron.databits.net) Received: (from petef@localhost) by electron.databits.net (8.11.4/8.11.4) id f61Fsa114941; Sun, 1 Jul 2001 11:54:36 -0400 (EDT) (envelope-from petef) Message-Id: <200107011554.f61Fsa114941@electron.databits.net> Date: Sun, 1 Jul 2001 11:54:36 -0400 (EDT) From: Pete Fritchman Reply-To: Pete Fritchman To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/28572: Update mail/maildrop to 1.3.3 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 28572 >Category: ports >Synopsis: Update mail/maildrop to 1.3.3 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Sun Jul 01 09:00:19 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Pete Fritchman >Release: FreeBSD 4.3-STABLE i386 >Organization: Databits Network Services, Inc. >Environment: System: FreeBSD electron.databits.net 4.3-STABLE FreeBSD 4.3-STABLE #7: Mon Jun 11 10:15:45 EDT 2001 root@electron.databits.net:/usr/obj/usr/src/sys/ELECTRON i386 >Description: - update to version 1.3.3 - NO_GDBM -> WITHOUT_GDBM - make CONFIGURE_ARGS += instead of = >How-To-Repeat: >Fix: Index: Makefile =================================================================== RCS file: /home/ncvs/ports/mail/maildrop/Makefile,v retrieving revision 1.13 diff -u -r1.13 Makefile --- Makefile 2001/05/23 17:04:49 1.13 +++ Makefile 2001/07/01 15:54:24 @@ -6,17 +6,17 @@ # PORTNAME= maildrop -PORTVERSION= 1.3.2 +PORTVERSION= 1.3.3 CATEGORIES= mail MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= courier +MASTER_SITE_SUBDIR= courier MAINTAINER= petef@databits.net # Maildrop is usually installed with gdbm extensions. If you do not -# want these extensions installed, NO_GDBM must be defined. +# want these extensions installed, define WITHOUT_GDBM. # -.if !defined(NO_GDBM) +.if !defined(WITHOUT_GDBM) LIB_DEPENDS= gdbm.2:${PORTSDIR}/databases/gdbm .endif @@ -30,7 +30,7 @@ MAILDROP_SUID?= root MAILDROP_SGID?= mail -CONFIGURE_ARGS= --enable-syslog=1 \ +CONFIGURE_ARGS+= --enable-syslog=1 \ --enable-use-flock \ --with-etcdir="${PREFIX}/etc" \ --enable-maildrop-uid="${MAILDROP_SUID}" \ @@ -49,7 +49,7 @@ MAN5= maildropex.5 maildropfilter.5 maildropgdbm.5 MAN8= maildirquota.8 deliverquota.8 -.if defined(NO_GDBM) +.if defined(WITHOUT_GDBM) CONFIGURE_ARGS+= --without-db .endif Index: distinfo =================================================================== RCS file: /home/ncvs/ports/mail/maildrop/distinfo,v retrieving revision 1.6 diff -u -r1.6 distinfo --- distinfo 2001/05/23 17:04:49 1.6 +++ distinfo 2001/07/01 15:54:24 @@ -1 +1 @@ -MD5 (maildrop-1.3.2.tar.gz) = c2d194c41dc07330c9a89f0b8b933c6b +MD5 (maildrop-1.3.3.tar.gz) = 87054c86f9dd7d3c17497bed95ae562d >Release-Note: >Audit-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 1 9:49:56 2001 Delivered-To: freebsd-ports@freebsd.org Received: from embelia.wanadoo.fr (smtp-rt-7.wanadoo.fr [193.252.19.161]) by hub.freebsd.org (Postfix) with ESMTP id C4A3D37B401; Sun, 1 Jul 2001 09:49:29 -0700 (PDT) (envelope-from pcasidy@casidy.com) Received: from amyris.wanadoo.fr (193.252.19.150) by embelia.wanadoo.fr; 1 Jul 2001 18:49:24 +0200 Received: from greatoak.home (193.250.3.126) by amyris.wanadoo.fr; 1 Jul 2001 18:48:58 +0200 Received: (from pcasidy@localhost) by greatoak.home (8.11.4/8.11.3) id f61Gb9C95469; Sun, 1 Jul 2001 18:37:09 +0200 (CEST) (envelope-from pcasidy) Message-Id: <200107011637.f61Gb9C95469@greatoak.home> Date: Sun, 1 Jul 2001 18:37:07 +0200 (CEST) From: Philippe Casidy Subject: Re: ports/28510: Can't make ports readmes if categories missing. To: jeff-ml@mountin.net Cc: roam@orbitel.bg, freebsd-ports@FreeBSD.ORG, portmgr@FreeBSD.ORG In-Reply-To: <4.3.2.20010629114653.0248c510@207.227.119.2> MIME-Version: 1.0 Content-Type: TEXT/plain; charset=us-ascii Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On 29 Jun, Jeffrey J. Mountin wrote: > At 05:58 PM 6/29/01 +0300, Peter Pentchev wrote: > >>The PR itself has another patch. I haven't tried either. > > True, but that only fixes one target. > > ISTR there was some issue with $SUBDIR that made it easier to fix in the > Makefile's. > Thanks for your reactions regarding my patch commitment. In fatch, I wanted to be have the least impact on the tree that is why I only fixed the target for which the problem occurs for me. IMHO, one of the best solution would be hate to set (or unset) which language we want in /etc/make.conf in a way that world and ports would be impacted. There is also a DOC_LANG variable for docs. Why not a variable for ports categories, man pages... Anyway, I do not want to start a new discussion if it has already happened but I would like something to be done and eventually improved. Thanks. Phil. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Jul 1 10:20: 9 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A605337B407 for ; Sun, 1 Jul 2001 10:20:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f61HK2u69721; Sun, 1 Jul 2001 10:20:02 -0700 (PDT) (envelope-from gnats) Received: from wlgrv1.pa.home.com (cc92687-a.wlgrv1.pa.home.com [24.5.63.190]) by hub.freebsd.org (Postfix) with ESMTP id D231637B403 for ; Sun, 1 Jul 2001 10:16:01 -0700 (PDT) (envelope-from pat@wlgrv1.pa.home.com) Received: (from root@localhost) by wlgrv1.pa.home.com (8.11.4/8.11.4) id f61HG1o75773; Sun, 1 Jul 2001 13:16:01 -0400 (EDT) (envelope-from pat) Message-Id: <200107011716.f61HG1o75773@wlgrv1.pa.home.com> Date: Sun, 1 Jul 2001 13:16:01 -0400 (EDT) From: pat@databits.net Reply-To: pat@databits.net To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/28574: Fix pkg-plist for archivers/lzo Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 28574 >Category: ports >Synopsis: Fix pkg-plist for archivers/lzo >Confidential: 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 01 10:20:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Patrick Li >Release: FreeBSD 4.3-STABLE i386 >Organization: N/A >Environment: System: FreeBSD bottlenek 4.3-STABLE FreeBSD 4.3-STABLE #0: Tue Jun 26 15:02:11 EDT 2001 pat@bottlenek:/usr/src/sys/compile/BOTTLENEK i386 >Description: Fix pkg-plist to give NOPORTDOCS support to pkg-plist >How-To-Repeat: N/A >Fix: diff -ruN /usr/ports/archivers/lzo/pkg-plist archivers/lzo/pkg-plist --- /usr/ports/archivers/lzo/pkg-plist Fri Jun 16 04:48:07 2000 +++ archivers/lzo/pkg-plist Sat Jun 30 01:36:00 2001 @@ -13,8 +13,8 @@ lib/liblzo.a lib/liblzo.so lib/liblzo.so.1 -share/doc/lzo/LTEST.TXT -share/doc/lzo/LZO.FAQ -share/doc/lzo/LZO.TXT -share/doc/lzo/LZOAPI.TXT -@dirrm share/doc/lzo +%%PORTDOCS%%share/doc/lzo/LTEST.TXT +%%PORTDOCS%%share/doc/lzo/LZO.FAQ +%%PORTDOCS%%share/doc/lzo/LZO.TXT +%%PORTDOCS%%share/doc/lzo/LZOAPI.TXT +%%PORTDOCS%%@dirrm share/doc/lzo >Release-Note: >Audit-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 1 10:20:12 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E604637B408 for ; Sun, 1 Jul 2001 10:20:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f61HK2o69730; Sun, 1 Jul 2001 10:20:02 -0700 (PDT) (envelope-from gnats) Received: from wlgrv1.pa.home.com (cc92687-a.wlgrv1.pa.home.com [24.5.63.190]) by hub.freebsd.org (Postfix) with ESMTP id 1C67637B406 for ; Sun, 1 Jul 2001 10:20:01 -0700 (PDT) (envelope-from pat@wlgrv1.pa.home.com) Received: (from root@localhost) by wlgrv1.pa.home.com (8.11.4/8.11.4) id f61HK0N75892; Sun, 1 Jul 2001 13:20:00 -0400 (EDT) (envelope-from pat) Message-Id: <200107011720.f61HK0N75892@wlgrv1.pa.home.com> Date: Sun, 1 Jul 2001 13:20:00 -0400 (EDT) From: pat@databits.net Reply-To: pat@databits.net To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/28575: Fix pkg-plist for archivers/macutils Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 28575 >Category: ports >Synopsis: Fix pkg-plist for archivers/macutils >Confidential: 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 01 10:20:02 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Patrick Li >Release: FreeBSD 4.3-STABLE i386 >Organization: N/A >Environment: System: FreeBSD bottlenek 4.3-STABLE FreeBSD 4.3-STABLE #0: Tue Jun 26 15:02:11 EDT 2001 pat@bottlenek:/usr/src/sys/compile/BOTTLENEK i386 >Description: Fix pkg-plist to give NOPORTDOCS support to pkg-plist >How-To-Repeat: N/A >Fix: diff -ruN /usr/ports/archivers/macutils/Makefile archivers/macutils/Makefile --- /usr/ports/archivers/macutils/Makefile Sun Oct 29 01:31:19 2000 +++ archivers/macutils/Makefile Sat Jun 30 01:38:25 2001 @@ -49,7 +49,7 @@ ${INSTALL_MAN} ${WRKSRC}/man/macutil.1 ${MANPREFIX}/man/man1 .if !defined(NOPORTDOCS) @${ECHO_MSG} "===> Installing supplementary documents..." - -${MKDIR} ${DOCDIR} + @${MKDIR} ${DOCDIR} .for file in ${DOCFILES} ${INSTALL_DATA} ${WRKSRC}/doc/${file} ${DOCDIR}/ .endfor diff -ruN /usr/ports/archivers/macutils/pkg-plist archivers/macutils/pkg-plist --- /usr/ports/archivers/macutils/pkg-plist Mon Jun 12 03:43:07 2000 +++ archivers/macutils/pkg-plist Sat Jun 30 01:38:50 2001 @@ -5,14 +5,14 @@ bin/macstream bin/macunpack bin/tomac -share/doc/macutils/README -share/doc/macutils/README.crc -share/doc/macutils/README.crc.orig -share/doc/macutils/README.hexbin -share/doc/macutils/README.macget -share/doc/macutils/README.macput -share/doc/macutils/README.scan -share/doc/macutils/README.unpit -share/doc/macutils/README.unsit -share/doc/macutils/README.zoom -@dirrm share/doc/macutils +%%PORTDOCS%%share/doc/macutils/README +%%PORTDOCS%%share/doc/macutils/README.crc +%%PORTDOCS%%share/doc/macutils/README.crc.orig +%%PORTDOCS%%share/doc/macutils/README.hexbin +%%PORTDOCS%%share/doc/macutils/README.macget +%%PORTDOCS%%share/doc/macutils/README.macput +%%PORTDOCS%%share/doc/macutils/README.scan +%%PORTDOCS%%share/doc/macutils/README.unpit +%%PORTDOCS%%share/doc/macutils/README.unsit +%%PORTDOCS%%share/doc/macutils/README.zoom +%%PORTDOCS%%@dirrm share/doc/macutils >Release-Note: >Audit-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 1 10:30: 8 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A933137B405 for ; Sun, 1 Jul 2001 10:30:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f61HU2J70119; Sun, 1 Jul 2001 10:30:02 -0700 (PDT) (envelope-from gnats) Received: from wlgrv1.pa.home.com (cc92687-a.wlgrv1.pa.home.com [24.5.63.190]) by hub.freebsd.org (Postfix) with ESMTP id AE2B437B403 for ; Sun, 1 Jul 2001 10:20:54 -0700 (PDT) (envelope-from pat@wlgrv1.pa.home.com) Received: (from root@localhost) by wlgrv1.pa.home.com (8.11.4/8.11.4) id f61HKsM75992; Sun, 1 Jul 2001 13:20:54 -0400 (EDT) (envelope-from pat) Message-Id: <200107011720.f61HKsM75992@wlgrv1.pa.home.com> Date: Sun, 1 Jul 2001 13:20:54 -0400 (EDT) From: pat@databits.net Reply-To: pat@databits.net To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/28576: Fix pkg-plist for archivers/ucl Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 28576 >Category: ports >Synopsis: Fix pkg-plist for archivers/ucl >Confidential: 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 01 10:30:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Patrick Li >Release: FreeBSD 4.3-STABLE i386 >Organization: N/A >Environment: System: FreeBSD bottlenek 4.3-STABLE FreeBSD 4.3-STABLE #0: Tue Jun 26 15:02:11 EDT 2001 pat@bottlenek:/usr/src/sys/compile/BOTTLENEK i386 >Description: Fix pkg-plist to give NOPORTDOCS support to pkg-plist >How-To-Repeat: N/A >Fix: diff -ruN /usr/ports/archivers/ucl/pkg-plist archivers/ucl/pkg-plist --- /usr/ports/archivers/ucl/pkg-plist Mon Jan 29 14:39:15 2001 +++ archivers/ucl/pkg-plist Sat Jun 30 01:52:19 2001 @@ -5,7 +5,7 @@ lib/libucl.a lib/libucl.so lib/libucl.so.0 -share/doc/ucl/COPYING -share/doc/ucl/README -@dirrm share/doc/ucl +%%PORTDOCS%%share/doc/ucl/COPYING +%%PORTDOCS%%share/doc/ucl/README +%%PORTDOCS%%@dirrm share/doc/ucl @dirrm include/ucl >Release-Note: >Audit-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 1 10:30: 8 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C3FC837B403 for ; Sun, 1 Jul 2001 10:30:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f61HU2R70128; Sun, 1 Jul 2001 10:30:02 -0700 (PDT) (envelope-from gnats) Received: from wlgrv1.pa.home.com (cc92687-a.wlgrv1.pa.home.com [24.5.63.190]) by hub.freebsd.org (Postfix) with ESMTP id 397F437B403 for ; Sun, 1 Jul 2001 10:21:35 -0700 (PDT) (envelope-from pat@wlgrv1.pa.home.com) Received: (from root@localhost) by wlgrv1.pa.home.com (8.11.4/8.11.4) id f61HLYb76089; Sun, 1 Jul 2001 13:21:34 -0400 (EDT) (envelope-from pat) Message-Id: <200107011721.f61HLYb76089@wlgrv1.pa.home.com> Date: Sun, 1 Jul 2001 13:21:34 -0400 (EDT) From: pat@databits.net Reply-To: pat@databits.net To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/28577: Fix pkg-plist for archivers/unzip Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 28577 >Category: ports >Synopsis: Fix pkg-plist for archivers/unzip >Confidential: 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 01 10:30:02 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Patrick Li >Release: FreeBSD 4.3-STABLE i386 >Organization: N/A >Environment: System: FreeBSD bottlenek 4.3-STABLE FreeBSD 4.3-STABLE #0: Tue Jun 26 15:02:11 EDT 2001 pat@bottlenek:/usr/src/sys/compile/BOTTLENEK i386 >Description: Fix pkg-plist to give NOPORTDOCS support to pkg-plist >How-To-Repeat: N/A >Fix: diff -ruN /usr/ports/archivers/unzip/pkg-plist archivers/unzip/pkg-plist --- /usr/ports/archivers/unzip/pkg-plist Wed Feb 7 13:48:58 2001 +++ archivers/unzip/pkg-plist Sat Jun 30 01:52:45 2001 @@ -4,6 +4,6 @@ bin/funzip bin/unzipsfx bin/zipgrep -share/doc/unzip/README -share/doc/unzip/WHERE -@dirrm share/doc/unzip +%%PORTDOCS%%share/doc/unzip/README +%%PORTDOCS%%share/doc/unzip/WHERE +%%PORTDOCS%%@dirrm share/doc/unzip >Release-Note: >Audit-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 1 10:56:26 2001 Delivered-To: freebsd-ports@freebsd.org Received: from carbon.btinternet.com (carbon.btinternet.com [194.73.73.92]) by hub.freebsd.org (Postfix) with ESMTP id 2E7C137B401 for ; Sun, 1 Jul 2001 10:56:23 -0700 (PDT) (envelope-from john.toon@btinternet.com) Received: from host213-122-167-11.btinternet.com ([213.122.167.11] helo=btinternet.com) by carbon.btinternet.com with esmtp (Exim 3.22 #9) id 15GlSF-0005pc-00; Sun, 01 Jul 2001 18:56:20 +0100 X-Mozilla-Status: 0801 Message-ID: <3B3F722E.6090209@btinternet.com> Date: Sun, 01 Jul 2001 18:55:42 +0000 From: John Toon User-Agent: Mozilla/5.0 (X11; U; FreeBSD 4.1-RELEASE i386; en-US; rv:0.9.1) Gecko/20010621 X-Accept-Language: en-gb, en-us MIME-Version: 1.0 To: "Luis A. Burgos" Cc: ports@freebsd.org Subject: Re: FreeBSD Port: linux_base-6.1 References: <01b201c101b2$e9f2bb50$a0cf3cd0@pollux> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Luis A. Burgos wrote: > Hi Marcel, > > > > I'm sorry I'm taking away some of you valuable time, but couldn't find a > better person to ask, after all my posts in the newsgroups has remained > unanswered. > > > > I want to install Borland Kylix on FreeBSD stable. The current linux > emulation distributed with 4.3-stable has the right kernel, but kylix > requires glibc 2.2 or greater (or a custom patched version of 2.1) as > well s libjpeg version 2.6 or greater. > > My question is: is is possible to upgrade glibc and libjpeg for the > linux emulation on 4.3 stable? If so, how? Yes, it's annoying, linux-base-6.1 is now badly out of date - can someone update it please? My solution was to update via rpm. Because of "circular dependencies" the way to update is using the --nodeps option initially e.g. rpm -Uv --nodeps --ignoreos --ignorearch --root /compat/linux glibc-2.2.3-11.i386.rpm To find the necessary dependencies, firt run without the --nodeps option, and it will tell you which files it depends on. Make sure you install all the dependencies as well, and you'll end up with a nicely updated system! Once you've updated the "base" system (e.g. the glibc/libc's, etc.) don't use the --nodeps option. rpm is in the ports collection if you haven't already got it installed. John. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Jul 1 11: 0:15 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id F1FFE37B406 for ; Sun, 1 Jul 2001 11:00:07 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f61I07B71953; Sun, 1 Jul 2001 11:00:07 -0700 (PDT) (envelope-from gnats) Received: from wlgrv1.pa.home.com (cc92687-a.wlgrv1.pa.home.com [24.5.63.190]) by hub.freebsd.org (Postfix) with ESMTP id 4270037B401 for ; Sun, 1 Jul 2001 10:59:43 -0700 (PDT) (envelope-from pat@wlgrv1.pa.home.com) Received: (from root@localhost) by wlgrv1.pa.home.com (8.11.4/8.11.4) id f61Hxgi82011; Sun, 1 Jul 2001 13:59:42 -0400 (EDT) (envelope-from pat) Message-Id: <200107011759.f61Hxgi82011@wlgrv1.pa.home.com> Date: Sun, 1 Jul 2001 13:59:42 -0400 (EDT) From: pat@databits.net Reply-To: pat@databits.net To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/28579: Fix pkg-plist for audio/cdrdao Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 28579 >Category: ports >Synopsis: Fix pkg-plist for audio/cdrdao >Confidential: 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 01 11:00:07 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Patrick Li >Release: FreeBSD 4.3-STABLE i386 >Organization: N/A >Environment: System: FreeBSD bottlenek 4.3-STABLE FreeBSD 4.3-STABLE #0: Tue Jun 26 15:02:11 EDT 2001 pat@bottlenek:/usr/src/sys/compile/BOTTLENEK i386 >Description: Fix pkg-plist to give NOPORTDOCS support to pkg-plist >How-To-Repeat: N/A >Fix: diff -ruN /usr/ports/audio/cdrdao/pkg-plist audio/cdrdao/pkg-plist --- /usr/ports/audio/cdrdao/pkg-plist Sun May 27 08:48:35 2001 +++ audio/cdrdao/pkg-plist Sat Jun 30 01:27:46 2001 @@ -1,15 +1,15 @@ bin/cdrdao bin/toc2cue share/cdrdao/drivers -share/doc/cdrdao/COPYING -share/doc/cdrdao/CREDITS -share/doc/cdrdao/INSTALL -share/doc/cdrdao/README -share/doc/cdrdao/README.FreeBSD -share/doc/cdrdao/README.PlexDAE -share/doc/cdrdao/Release-1.1.0 -share/doc/cdrdao/Release-1.1.2 -share/doc/cdrdao/Release-1.1.3 -share/doc/cdrdao/Release-1.1.4 +%%PORTDOCS%%share/doc/cdrdao/COPYING +%%PORTDOCS%%share/doc/cdrdao/CREDITS +%%PORTDOCS%%share/doc/cdrdao/INSTALL +%%PORTDOCS%%share/doc/cdrdao/README +%%PORTDOCS%%share/doc/cdrdao/README.FreeBSD +%%PORTDOCS%%share/doc/cdrdao/README.PlexDAE +%%PORTDOCS%%share/doc/cdrdao/Release-1.1.0 +%%PORTDOCS%%share/doc/cdrdao/Release-1.1.2 +%%PORTDOCS%%share/doc/cdrdao/Release-1.1.3 +%%PORTDOCS%%share/doc/cdrdao/Release-1.1.4 @dirrm share/cdrdao -@dirrm share/doc/cdrdao +%%PORTDOCS%%@dirrm share/doc/cdrdao >Release-Note: >Audit-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 1 11: 0:20 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A80AF37B405 for ; Sun, 1 Jul 2001 11:00:07 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f61I07Y71944; Sun, 1 Jul 2001 11:00:07 -0700 (PDT) (envelope-from gnats) Received: from electron.databits.net (montserat.netreach.net [209.152.221.28]) by hub.freebsd.org (Postfix) with ESMTP id D6F7237B405 for ; Sun, 1 Jul 2001 10:57:16 -0700 (PDT) (envelope-from petef@electron.databits.net) Received: (from petef@localhost) by electron.databits.net (8.11.4/8.11.4) id f61Hu8915363; Sun, 1 Jul 2001 13:56:08 -0400 (EDT) (envelope-from petef) Message-Id: <200107011756.f61Hu8915363@electron.databits.net> Date: Sun, 1 Jul 2001 13:56:08 -0400 (EDT) From: Pete Fritchman Reply-To: Pete Fritchman To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/28578: New port: graphics/p5-Graphics-ColorNames Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 28578 >Category: ports >Synopsis: New port: graphics/p5-Graphics-ColorNames >Confidential: 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 01 11:00:07 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Pete Fritchman >Release: FreeBSD 4.3-STABLE i386 >Organization: Databits Network Services, Inc. >Environment: System: FreeBSD electron.databits.net 4.3-STABLE FreeBSD 4.3-STABLE #7: Mon Jun 11 10:15:45 EDT 2001 root@electron.databits.net:/usr/obj/usr/src/sys/ELECTRON i386 >Description: This module provides an interface to retrieve the RGB values for common color names. This prevents authors from having to redefine these colors in their perl script, and also makes an easy interface to let a user pick their own color. WWW: http://search.cpan.org/search?dist=Graphics-ColorNames >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: # # p5-Graphics-ColorNames # p5-Graphics-ColorNames/pkg-plist # p5-Graphics-ColorNames/pkg-descr # p5-Graphics-ColorNames/pkg-comment # p5-Graphics-ColorNames/distinfo # p5-Graphics-ColorNames/Makefile # echo c - p5-Graphics-ColorNames mkdir -p p5-Graphics-ColorNames > /dev/null 2>&1 echo x - p5-Graphics-ColorNames/pkg-plist sed 's/^X//' >p5-Graphics-ColorNames/pkg-plist << 'END-of-p5-Graphics-ColorNames/pkg-plist' Xlib/perl5/site_perl/%%PERL_VER%%/Graphics/ColorNames.pm Xlib/perl5/site_perl/%%PERL_VER%%/Graphics/ColorNames/HTML.pm Xlib/perl5/site_perl/%%PERL_VER%%/Graphics/ColorNames/Netscape.pm Xlib/perl5/site_perl/%%PERL_VER%%/Graphics/ColorNames/Windows.pm Xlib/perl5/site_perl/%%PERL_VER%%/Graphics/ColorNames/X.pm Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Graphics/ColorNames/.packlist X@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Graphics/ColorNames X@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Graphics 2>/dev/null || true X@dirrm lib/perl5/site_perl/%%PERL_VER%%/Graphics/ColorNames X@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Graphics 2>/dev/null || true END-of-p5-Graphics-ColorNames/pkg-plist echo x - p5-Graphics-ColorNames/pkg-descr sed 's/^X//' >p5-Graphics-ColorNames/pkg-descr << 'END-of-p5-Graphics-ColorNames/pkg-descr' XThis module provides an interface to retrieve the RGB values for Xcommon color names. This prevents authors from having to redefine Xthese colors in their perl script, and also makes an easy interface Xto let a user pick their own color. X XWWW: http://search.cpan.org/search?dist=Graphics-ColorNames X X- Pete Xpetef@databits.net END-of-p5-Graphics-ColorNames/pkg-descr echo x - p5-Graphics-ColorNames/pkg-comment sed 's/^X//' >p5-Graphics-ColorNames/pkg-comment << 'END-of-p5-Graphics-ColorNames/pkg-comment' XA perl class that defines RGB values for common color names END-of-p5-Graphics-ColorNames/pkg-comment echo x - p5-Graphics-ColorNames/distinfo sed 's/^X//' >p5-Graphics-ColorNames/distinfo << 'END-of-p5-Graphics-ColorNames/distinfo' XMD5 (Graphics-ColorNames-0.24.tar.gz) = 9a018536e31dd2f034402659686a477c END-of-p5-Graphics-ColorNames/distinfo echo x - p5-Graphics-ColorNames/Makefile sed 's/^X//' >p5-Graphics-ColorNames/Makefile << 'END-of-p5-Graphics-ColorNames/Makefile' X# New ports collection makefile for: p5-Graphics-ColorNames X# Date Created: 1 July 2001 X# Whom: Pete Fritchman X# X# $FreeBSD$ X# X XPORTNAME= Graphics-ColorNames XPORTVERSION= 0.24 XCATEGORIES= graphics perl5 XMASTER_SITES= ${MASTER_SITE_PERL_CPAN} XMASTER_SITE_SUBDIR= Graphics XPKGNAMEPREFIX= p5- X XMAINTAINER= petef@databits.net X XPERL_CONFIGURE= yes X XMANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} XMAN3= Graphics::ColorNames.3 \ X Graphics::HTML.3 \ X Graphics::Netscape.3 \ X Graphics::Windows.3 \ X Graphics::X.3 X X.include END-of-p5-Graphics-ColorNames/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 1 11: 1:31 2001 Delivered-To: freebsd-ports@freebsd.org Received: from femail12.sdc1.sfba.home.com (femail12.sdc1.sfba.home.com [24.0.95.108]) by hub.freebsd.org (Postfix) with ESMTP id F202537B401 for ; Sun, 1 Jul 2001 11:01:27 -0700 (PDT) (envelope-from stephen@math.missouri.edu) Received: from math.missouri.edu ([24.12.197.197]) by femail12.sdc1.sfba.home.com (InterMail vM.4.01.03.20 201-229-121-120-20010223) with ESMTP id <20010701180127.DQJR2743.femail12.sdc1.sfba.home.com@math.missouri.edu> for ; Sun, 1 Jul 2001 11:01:27 -0700 Message-ID: <3B3F6575.5E006727@math.missouri.edu> Date: Sun, 01 Jul 2001 13:01:25 -0500 From: Stephen Montgomery-Smith X-Mailer: Mozilla 4.77 [en] (X11; U; Linux 2.2.12 i386) X-Accept-Language: en MIME-Version: 1.0 To: ports@FreeBSD.ORG Subject: Re: FreeBSD Port: linux_base-6.1 References: <01b201c101b2$e9f2bb50$a0cf3cd0@pollux> <3B3F722E.6090209@btinternet.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org I myself would be upset if the linux_base ports was updated without further changes. It causes breakage to linux netscape. (I know that a symlink was suggested as a solution, but that is only a partial solution.) How about instead if there is a new port - linux_base-current or something like that. That way if people wish to risk the breakage or need the updates, they can do it. http://www.freebsd.org/cgi/query-pr.cgi?pr=26976 http://www.freebsd.org/cgi/query-pr.cgi?pr=27019 John Toon wrote: > > Luis A. Burgos wrote: > > > Hi Marcel, > > > > > > > > I'm sorry I'm taking away some of you valuable time, but couldn't find a > > better person to ask, after all my posts in the newsgroups has remained > > unanswered. > > > > > > > > I want to install Borland Kylix on FreeBSD stable. The current linux > > emulation distributed with 4.3-stable has the right kernel, but kylix > > requires glibc 2.2 or greater (or a custom patched version of 2.1) as > > well s libjpeg version 2.6 or greater. > > > > > My question is: is is possible to upgrade glibc and libjpeg for the > > linux emulation on 4.3 stable? If so, how? > > Yes, it's annoying, linux-base-6.1 is now badly out of date - can > someone update it please? > > My solution was to update via rpm. Because of "circular dependencies" > the way to update is using the --nodeps option initially e.g. > > rpm -Uv --nodeps --ignoreos --ignorearch --root /compat/linux > glibc-2.2.3-11.i386.rpm > > To find the necessary dependencies, firt run without the --nodeps > option, and it will tell you which files it depends on. Make sure you > install all the dependencies as well, and you'll end up with a nicely > updated system! Once you've updated the "base" system (e.g. the > glibc/libc's, etc.) don't use the --nodeps option. > > rpm is in the ports collection if you haven't already got it installed. > > John. > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-ports" in the body of the message -- Stephen Montgomery-Smith stephen@math.missouri.edu http://www.math.missouri.edu/~stephen To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Jul 1 11:10: 8 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 46C1237B406 for ; Sun, 1 Jul 2001 11:10:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f61IA1o75215; Sun, 1 Jul 2001 11:10:01 -0700 (PDT) (envelope-from gnats) Received: from wlgrv1.pa.home.com (cc92687-a.wlgrv1.pa.home.com [24.5.63.190]) by hub.freebsd.org (Postfix) with ESMTP id 649A037B410 for ; Sun, 1 Jul 2001 11:00:20 -0700 (PDT) (envelope-from pat@wlgrv1.pa.home.com) Received: (from root@localhost) by wlgrv1.pa.home.com (8.11.4/8.11.4) id f61I0KU82123; Sun, 1 Jul 2001 14:00:20 -0400 (EDT) (envelope-from pat) Message-Id: <200107011800.f61I0KU82123@wlgrv1.pa.home.com> Date: Sun, 1 Jul 2001 14:00:20 -0400 (EDT) From: pat@databits.net Reply-To: pat@databits.net To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/28580: Fix pkg-plist for audio/cmp3 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 28580 >Category: ports >Synopsis: Fix pkg-plist for audio/cmp3 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun Jul 01 11:10:00 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Patrick Li >Release: FreeBSD 4.3-STABLE i386 >Organization: N/A >Environment: System: FreeBSD bottlenek 4.3-STABLE FreeBSD 4.3-STABLE #0: Tue Jun 26 15:02:11 EDT 2001 pat@bottlenek:/usr/src/sys/compile/BOTTLENEK i386 >Description: Fix pkg-plist to give NOPORTDOCS support to pkg-plist >How-To-Repeat: N/A >Fix: diff -ruN /usr/ports/audio/cmp3/pkg-plist audio/cmp3/pkg-plist --- /usr/ports/audio/cmp3/pkg-plist Tue Dec 26 10:07:51 2000 +++ audio/cmp3/pkg-plist Sat Jun 30 01:28:17 2001 @@ -1,5 +1,5 @@ bin/cmp3 bin/rnmp3 -share/doc/cmp3/README -share/doc/cmp3/sample.cmp3rc -@dirrm share/doc/cmp3 +%%PORTDOCS%%share/doc/cmp3/README +%%PORTDOCS%%share/doc/cmp3/sample.cmp3rc +%%PORTDOCS%%@dirrm share/doc/cmp3 >Release-Note: >Audit-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 1 11:10:18 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8AC4937B409 for ; Sun, 1 Jul 2001 11:10:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f61IA1P75233; Sun, 1 Jul 2001 11:10:01 -0700 (PDT) (envelope-from gnats) Received: from wlgrv1.pa.home.com (cc92687-a.wlgrv1.pa.home.com [24.5.63.190]) by hub.freebsd.org (Postfix) with ESMTP id EA8AF37B403 for ; Sun, 1 Jul 2001 11:04:30 -0700 (PDT) (envelope-from pat@wlgrv1.pa.home.com) Received: (from root@localhost) by wlgrv1.pa.home.com (8.11.4/8.11.4) id f61I4U582405; Sun, 1 Jul 2001 14:04:30 -0400 (EDT) (envelope-from pat) Message-Id: <200107011804.f61I4U582405@wlgrv1.pa.home.com> Date: Sun, 1 Jul 2001 14:04:30 -0400 (EDT) From: pat@databits.net Reply-To: pat@databits.net To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/28582: Fix pkg-plist for audio/fcplay Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 28582 >Category: ports >Synopsis: Fix pkg-plist for audio/fcplay >Confidential: 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 01 11:10:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Patrick Li >Release: FreeBSD 4.3-STABLE i386 >Organization: N/A >Environment: System: FreeBSD bottlenek 4.3-STABLE FreeBSD 4.3-STABLE #0: Tue Jun 26 15:02:11 EDT 2001 pat@bottlenek:/usr/src/sys/compile/BOTTLENEK i386 >Description: + Add NOPORTDOCS support to pkg-plist >How-To-Repeat: N/A >Fix: diff -ruN /usr/ports/audio/fcplay/pkg-plist audio/fcplay/pkg-plist --- /usr/ports/audio/fcplay/pkg-plist Tue Jan 2 10:25:37 2001 +++ audio/fcplay/pkg-plist Sat Jun 30 01:29:02 2001 @@ -1,4 +1,4 @@ bin/fcplay -share/doc/fcplay/ABOUT -share/doc/fcplay/POINTER -@dirrm share/doc/fcplay +%%PORTDOCS%%share/doc/fcplay/ABOUT +%%PORTDOCS%%share/doc/fcplay/POINTER +%%PORTDOCS%%@dirrm share/doc/fcplay >Release-Note: >Audit-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 1 11:10:28 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C766E37B40C for ; Sun, 1 Jul 2001 11:10:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f61IA1o75251; Sun, 1 Jul 2001 11:10:01 -0700 (PDT) (envelope-from gnats) Received: from wlgrv1.pa.home.com (cc92687-a.wlgrv1.pa.home.com [24.5.63.190]) by hub.freebsd.org (Postfix) with ESMTP id A448537B403 for ; Sun, 1 Jul 2001 11:05:47 -0700 (PDT) (envelope-from pat@wlgrv1.pa.home.com) Received: (from root@localhost) by wlgrv1.pa.home.com (8.11.4/8.11.4) id f61I5lh82605; Sun, 1 Jul 2001 14:05:47 -0400 (EDT) (envelope-from pat) Message-Id: <200107011805.f61I5lh82605@wlgrv1.pa.home.com> Date: Sun, 1 Jul 2001 14:05:47 -0400 (EDT) From: pat@databits.net Reply-To: pat@databits.net To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/28584: Fix pkg-plist for audio/grip Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 28584 >Category: ports >Synopsis: Fix pkg-plist for audio/grip >Confidential: 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 01 11:10:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Patrick Li >Release: FreeBSD 4.3-STABLE i386 >Organization: N/A >Environment: System: FreeBSD bottlenek 4.3-STABLE FreeBSD 4.3-STABLE #0: Tue Jun 26 15:02:11 EDT 2001 pat@bottlenek:/usr/src/sys/compile/BOTTLENEK i386 >Description: + Add NOPORTDOCS support to pkg-plist >How-To-Repeat: N/A >Fix: diff -ruN /usr/ports/audio/grip/pkg-plist audio/grip/pkg-plist --- /usr/ports/audio/grip/pkg-plist Sat Jul 15 13:16:05 2000 +++ audio/grip/pkg-plist Sat Jun 30 01:29:50 2001 @@ -1,7 +1,7 @@ bin/gcd bin/grip -share/doc/grip/CHANGES -share/doc/grip/CREDITS -share/doc/grip/README -share/doc/grip/TODO -@dirrm share/doc/grip +%%PORTDOCS%%share/doc/grip/CHANGES +%%PORTDOCS%%share/doc/grip/CREDITS +%%PORTDOCS%%share/doc/grip/README +%%PORTDOCS%%share/doc/grip/TODO +%%PORTDOCS%%@dirrm share/doc/grip >Release-Note: >Audit-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 1 11:10:40 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id AD46237B40A for ; Sun, 1 Jul 2001 11:10:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f61IA1P75242; Sun, 1 Jul 2001 11:10:01 -0700 (PDT) (envelope-from gnats) Received: from wlgrv1.pa.home.com (cc92687-a.wlgrv1.pa.home.com [24.5.63.190]) by hub.freebsd.org (Postfix) with ESMTP id 540A137B401 for ; Sun, 1 Jul 2001 11:05:11 -0700 (PDT) (envelope-from pat@wlgrv1.pa.home.com) Received: (from root@localhost) by wlgrv1.pa.home.com (8.11.4/8.11.4) id f61I5AB82507; Sun, 1 Jul 2001 14:05:10 -0400 (EDT) (envelope-from pat) Message-Id: <200107011805.f61I5AB82507@wlgrv1.pa.home.com> Date: Sun, 1 Jul 2001 14:05:10 -0400 (EDT) From: pat@databits.net Reply-To: pat@databits.net To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/28583: Fix pkg-plist for audio/gogo Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 28583 >Category: ports >Synopsis: Fix pkg-plist for audio/gogo >Confidential: 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 01 11:10:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Patrick Li >Release: FreeBSD 4.3-STABLE i386 >Organization: N/A >Environment: System: FreeBSD bottlenek 4.3-STABLE FreeBSD 4.3-STABLE #0: Tue Jun 26 15:02:11 EDT 2001 pat@bottlenek:/usr/src/sys/compile/BOTTLENEK i386 >Description: + Add NOPORTDOCS support to pkg-plist >How-To-Repeat: N/A >Fix: diff -ruN /usr/ports/audio/gogo/pkg-plist audio/gogo/pkg-plist --- /usr/ports/audio/gogo/pkg-plist Mon Jun 5 06:19:39 2000 +++ audio/gogo/pkg-plist Sat Jun 30 01:29:30 2001 @@ -1,5 +1,5 @@ bin/cdda2mp3.gogo bin/gogo -share/doc/gogo/cdda2mp3.gogo.en -share/doc/gogo/cdda2mp3.gogo.ja -@dirrm share/doc/gogo +%%PORTDOCS%%share/doc/gogo/cdda2mp3.gogo.en +%%PORTDOCS%%share/doc/gogo/cdda2mp3.gogo.ja +%%PORTDOCS%%@dirrm share/doc/gogo >Release-Note: >Audit-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 1 11:10:42 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 65B0537B408 for ; Sun, 1 Jul 2001 11:10:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f61IA1w75224; Sun, 1 Jul 2001 11:10:01 -0700 (PDT) (envelope-from gnats) Received: from wlgrv1.pa.home.com (cc92687-a.wlgrv1.pa.home.com [24.5.63.190]) by hub.freebsd.org (Postfix) with ESMTP id 795DD37B405 for ; Sun, 1 Jul 2001 11:02:12 -0700 (PDT) (envelope-from pat@wlgrv1.pa.home.com) Received: (from root@localhost) by wlgrv1.pa.home.com (8.11.4/8.11.4) id f61I2CS82221; Sun, 1 Jul 2001 14:02:12 -0400 (EDT) (envelope-from pat) Message-Id: <200107011802.f61I2CS82221@wlgrv1.pa.home.com> Date: Sun, 1 Jul 2001 14:02:12 -0400 (EDT) From: pat@databits.net Reply-To: pat@databits.net To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/28581: Fix pkg-plist and version update for audio/dap Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 28581 >Category: ports >Synopsis: Fix pkg-plist and version update for audio/dap >Confidential: 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 01 11:10:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Patrick Li >Release: FreeBSD 4.3-STABLE i386 >Organization: N/A >Environment: System: FreeBSD bottlenek 4.3-STABLE FreeBSD 4.3-STABLE #0: Tue Jun 26 15:02:11 EDT 2001 pat@bottlenek:/usr/src/sys/compile/BOTTLENEK i386 >Description: Fix pkg-plist to give NOPORTDOCS support to pkg-plist Update port to 2.1.2 >How-To-Repeat: N/A >Fix: diff -ruN /usr/ports/audio/dap/Makefile audio/dap/Makefile --- /usr/ports/audio/dap/Makefile Thu Aug 3 05:22:25 2000 +++ audio/dap/Makefile Sun Jul 1 13:55:48 2001 @@ -6,7 +6,7 @@ # PORTNAME= dap -PORTVERSION= 2.1.1 +PORTVERSION= 2.1.2 CATEGORIES= audio MASTER_SITES= http://www.cee.hw.ac.uk/~richardk/ EXTRACT_SUFX=.tgz @@ -15,6 +15,7 @@ LIB_DEPENDS= xforms.0:${PORTSDIR}/x11-toolkits/xforms +MAKEFILE= Makefile.linux USE_X_PREFIX= yes USE_XPM= yes @@ -25,7 +26,5 @@ ${INSTALL_MAN} ${WRKSRC}/COPYING ${WRKSRC}/README \ ${WRKSRC}/THANKS ${WRKSRC}/TODO ${PREFIX}/share/doc/DAP/ .endif -post-install: - strip ${PREFIX}/bin/DAP .include diff -ruN /usr/ports/audio/dap/distinfo audio/dap/distinfo --- /usr/ports/audio/dap/distinfo Wed Jun 28 09:43:00 2000 +++ audio/dap/distinfo Sun Jul 1 13:25:23 2001 @@ -1 +1 @@ -MD5 (dap-2.1.1.tgz) = 513b11421fd78cdd1f9bf45e7348191a +MD5 (dap-2.1.2.tgz) = 1a291cd774660580213764c2b58109c2 diff -ruN /usr/ports/audio/dap/files/patch-aa audio/dap/files/patch-aa --- /usr/ports/audio/dap/files/patch-aa Wed Jun 28 09:43:01 2000 +++ audio/dap/files/patch-aa Wed Dec 31 19:00:00 1969 @@ -1,105 +0,0 @@ -diff -urN ../dap-2.1.1.orig/Makefile ./Makefile ---- ../dap-2.1.1.orig/Makefile Thu Jan 1 09:00:00 1970 -+++ ./Makefile Sat Jun 10 21:12:24 2000 -@@ -0,0 +1,101 @@ -+BACKDIR = ./bak -+HOMEDIR = $(HOME) -+DAPVER = dap-2.1.1 -+ -+all: DAP -+ -+DAP: -+ (cd tooltips; make -f Makefile.linux); -+ (cd libaudio; make -f Makefile.linux); -+ (cd libaudiofile; make -f Makefile.linux); -+ (cd spkit/spkit; make -f Makefile.linux); -+ (cd main; make -f Makefile.linux); -+ -+release: DAP -+ strip main/DAP -+ (cd ..; tar -cf $(HOMEDIR)/bin-linux-$(DAPVER).tar $(DAPVER)/main/DAP $(DAPVER)/main/effects \ -+ $(DAPVER)/README $(DAPVER)/INSTALL $(DAPVER)/COPYING $(DAPVER)/CHANGES $(DAPVER)/TODO $(DAPVER)/THANKS); -+ gzip $(HOMEDIR)/bin-linux-$(DAPVER).tar; \ -+ mv $(HOMEDIR)/bin-linux-$(DAPVER).tar.gz $(HOMEDIR)/bin-linux-$(DAPVER).tgz -+ -+source: -+ (cd ..; tar -cf $(HOMEDIR)/$(DAPVER).tar $(DAPVER)/main/effects \ -+ $(DAPVER)/README $(DAPVER)/INSTALL $(DAPVER)/COPYING $(DAPVER)/CHANGES $(DAPVER)/TODO $(DAPVER)/THANKS \ -+ $(DAPVER)/Makefile.* $(DAPVER)/main/*.c $(DAPVER)/main/*.cc $(DAPVER)/main/*.h $(DAPVER)/main/*.fd \ -+ $(DAPVER)/main/icons/*.gif $(DAPVER)/main/icons/*.xpm $(DAPVER)/main/Makefile.* \ -+ $(DAPVER)/main/effects $(DAPVER)/sound/*.h $(DAPVER)/sound/*.cc $(DAPVER)/sound/*.inl \ -+ $(DAPVER)/sound/Makefile.* $(DAPVER)/spkit/spkit/*.cc $(DAPVER)/spkit/spkit/*.h \ -+ $(DAPVER)/libaudio/*.c $(DAPVER)/libaudio/*.h $(DAPVER)/libaudio/Makefile.* \ -+ $(DAPVER)/libaudiofile/*.c $(DAPVER)/libaudiofile/*.h $(DAPVER)/libaudiofile/Makefile.* \ -+ $(DAPVER)/spkit/spkit/Makefile.* $(DAPVER)/tooltips/CHANGES $(DAPVER)/tooltips/COPYING \ -+ $(DAPVER)/tooltips/Makefile.* $(DAPVER)/tooltips/README $(DAPVER)/tooltips/THANKS \ -+ $(DAPVER)/tooltips/TODO $(DAPVER)/tooltips/*.c $(DAPVER)/tooltips/*.h $(DAPVER)/tooltips/*.fd \ -+ $(DAPVER)/tooltips/examples/menu/Makefile $(DAPVER)/tooltips/examples/menu/*.c \ -+ $(DAPVER)/tooltips/examples/menu/*.h $(DAPVER)/tooltips/examples/menu/*.fd); -+ gzip $(HOMEDIR)/$(DAPVER).tar; \ -+ mv $(HOMEDIR)/$(DAPVER).tar.gz $(HOMEDIR)/$(DAPVER).tgz -+ -+cleanall: -+ (cd tooltips; make -f Makefile.linux clean); -+ (cd libaudio; make -f Makefile.linux clean); -+ (cd libaudiofile; make -f Makefile.linux clean); -+ (cd sound; make -f Makefile.linux clean); -+ (cd spkit/spkit; make -f Makefile.linux clean); -+ (cd main; make -f Makefile.linux clean); -+ -+emptyall: -+ (cd tooltips; make -f Makefile.linux empty); -+ (cd libaudio; make -f Makefile.linux empty); -+ (cd libaudiofile; make -f Makefile.linux empty); -+ (cd sound; make -f Makefile.linux empty); -+ (cd spkit/spkit; make -f Makefile.linux empty); -+ (cd main; make -f Makefile.linux empty); -+ -+backall: back -+ (cd tooltips; make -f Makefile.linux back); -+ (cd libaudio; make -f Makefile.linux back); -+ (cd libaudiofile; make -f Makefile.linux back); -+ (cd sound; make -f Makefile.linux back); -+ (cd spkit/spkit; make -f Makefile.linux back); -+ (cd main; make -f Makefile.linux back); -+ -+back: -+ "cp" README $(BACKDIR) -+ "cp" INSTALL $(BACKDIR) -+ "cp" COPYING $(BACKDIR) -+ "cp" CHANGES $(BACKDIR) -+ "cp" TODO $(BACKDIR) -+ "cp" THANKS $(BACKDIR) -+ "cp" Makefile.* $(BACKDIR) -+ lha a $(HOMEDIR)/tich4.lzh \ -+ README INSTALL COPYING CHANGES TODO THANKS Makefile.* -+ -+restoreall: restore -+ (cd tooltips; make -f Makefile.linux restore); -+ (cd libaudio; make -f Makefile.linux restore); -+ (cd libaudiofile; make -f Makefile.linux restore); -+ (cd sound; make -f Makefile.linux restore); -+ (cd spkit/spkit; make -f Makefile.linux restore); -+ (cd main; make -f Makefile.linux restore); -+ -+restore: -+ lha x $(HOMEDIR)/tich4.lzh -+ -+printall: print -+ (cd tooltips; make -f Makefile.linux print); -+ (cd libaudio; make -f Makefile.linux print); -+ (cd libaudiofile; make -f Makefile.linux print); -+ (cd sound; make -f Makefile.linux print); -+ (cd spkit/spkit; make -f Makefile.linux print); -+ (cd main; make -f Makefile.linux print); -+ -+print: -+ a2ps \ -+ README \ -+ INSTALL \ -+ COPYING \ -+ CHANGES \ -+ TODO \ -+ THANKS \ -+ Makefile.* \ -+ >$(HOMEDIR)/tich4.ps diff -ruN /usr/ports/audio/dap/files/patch-ab audio/dap/files/patch-ab --- /usr/ports/audio/dap/files/patch-ab Wed Jun 28 09:43:01 2000 +++ audio/dap/files/patch-ab Wed Dec 31 19:00:00 1969 @@ -1,15 +0,0 @@ -diff -urN ../dap-2.1.1.orig/libaudio/audio.h ./libaudio/audio.h ---- ../dap-2.1.1.orig/libaudio/audio.h Tue Feb 29 10:16:06 2000 -+++ ./libaudio/audio.h Sun Jun 11 14:22:12 2000 -@@ -20,7 +20,11 @@ - #define _audio_h - - #include -+#ifdef __FreeBSD__ -+#include -+#else - #include -+#endif - #include - #include - #include diff -ruN /usr/ports/audio/dap/files/patch-ac audio/dap/files/patch-ac --- /usr/ports/audio/dap/files/patch-ac Sun Jul 16 15:53:07 2000 +++ audio/dap/files/patch-ac Sun Jul 1 13:49:40 2001 @@ -1,6 +1,5 @@ -diff -urN ../dap-2.1.1.orig/libaudio/Makefile.linux ./libaudio/Makefile.linux ---- ../dap-2.1.1.orig/libaudio/Makefile.linux Tue Feb 22 09:28:50 2000 -+++ ./libaudio/Makefile.linux Sun Jun 11 13:51:44 2000 +--- libaudio/Makefile.linux.orig Wed Aug 9 18:23:25 2000 ++++ libaudio/Makefile.linux Sun Jul 1 13:48:53 2001 @@ -1,11 +1,11 @@ -CC = gcc -CXX = g++ @@ -10,18 +9,10 @@ HOMEDIR = $(HOME) INCDIR = -I. -CCFLAGS = $(INCDIR) $(DEBUG) $(OPTIM) -DLINUX -DBIGENDIAN -DUSINGGCC -Wall -Wno-unused -+CCFLAGS = $(INCDIR) $(OPTIM) -DLINUX -DBIGENDIAN -DUSINGGCC -Wall -Wno-unused ++CCFLAGS += $(INCDIR) $(OPTIM) -DLINUX -DBIGENDIAN -DUSINGGCC -Wall -Wno-unused DEBUG = -g3 -OPTIM = -O1 +OPTIM = ${CXXFLAGS} LIBNAME = libaudio.a OBJS = audio.o -@@ -21,6 +21,7 @@ - libaudio.a: $(OBJS) - rm -f $(LIBNAME) - ar ruv $(LIBNAME) $(OBJS) -+ ranlib $(LIBNAME) - - clean: - -rm -f $(OBJS) core diff -ruN /usr/ports/audio/dap/files/patch-ad audio/dap/files/patch-ad --- /usr/ports/audio/dap/files/patch-ad Wed Jun 28 09:43:01 2000 +++ audio/dap/files/patch-ad Sun Jul 1 13:39:00 2001 @@ -1,7 +1,6 @@ -diff -urN ../dap-2.1.1.orig/spkit/spkit/Makefile.linux ./spkit/spkit/Makefile.linux ---- ../dap-2.1.1.orig/spkit/spkit/Makefile.linux Tue Feb 22 09:28:14 2000 -+++ ./spkit/spkit/Makefile.linux Sun Jun 11 13:52:20 2000 -@@ -1,5 +1,5 @@ +--- spkit/spkit/Makefile.linux.orig Sun Jul 1 13:36:58 2001 ++++ spkit/spkit/Makefile.linux Sun Jul 1 13:38:17 2001 +@@ -1,16 +1,16 @@ -CC = gcc -CXX = g++ +CC ?= gcc @@ -9,23 +8,17 @@ FORMS = ../../../xforms/FORMS SOUND = ../../sound TOOLTIP = ../../tooltips -@@ -8,9 +8,9 @@ + BACKDIR = ../../bak/spkit/spkit + MAINDIR = ../../main HOMEDIR = $(HOME) - X11DIR = /usr/X11R6 +-X11DIR = /usr/X11R6 ++X11DIR = ${X11BASE} INCDIR = -I. -I.. -I../.. -I$(SOUND) -I$(FORMS) -I$(MAINDIR) -I$(TOOLTIP) -I$(X11DIR)/include -CCFLAGS = $(INCDIR) $(DEBUG) $(OPTIM) -DLINUX -DBIGENDIAN -DUSINGGCC -Wall -Wno-unused -+CCFLAGS = $(INCDIR) $(OPTIM) -DLINUX -DBIGENDIAN -DUSINGGCC -Wall -Wno-unused ++CCFLAGS += $(INCDIR) $(OPTIM) -DLINUX -DBIGENDIAN -DUSINGGCC -Wall -Wno-unused DEBUG = -g3 -OPTIM = -O2 +OPTIM = ${CXXFLAGS} .c.o: $(CC) $(CCFLAGS) -c $*.c -o $*.o -@@ -65,6 +65,7 @@ - libdsp.a: $(OBJS) - rm -f $(LIBNAME) - ar ruv $(LIBNAME) $(OBJS) -+ ranlib $(LIBNAME) - - clean: - rm -f $(OBJS) diff -ruN /usr/ports/audio/dap/files/patch-ae audio/dap/files/patch-ae --- /usr/ports/audio/dap/files/patch-ae Sun Jul 16 15:53:07 2000 +++ audio/dap/files/patch-ae Sun Jul 1 13:43:27 2001 @@ -1,6 +1,5 @@ -diff -urN ../dap-2.1.1.orig/main/Makefile.linux ./main/Makefile.linux ---- ../dap-2.1.1.orig/main/Makefile.linux Thu May 25 17:52:37 2000 -+++ ./main/Makefile.linux Sun Jun 11 13:51:02 2000 +--- main/Makefile.linux.orig Sun Jul 1 13:42:55 2001 ++++ main/Makefile.linux Sun Jul 1 13:42:31 2001 @@ -1,5 +1,5 @@ -CC = gcc -CXX = g++ @@ -9,11 +8,15 @@ FORMS = ../../xforms/FORMS SOUND = ../sound SPKIT = ../spkit -@@ -11,10 +11,10 @@ - X11DIR = /usr/X11R6 +@@ -8,13 +8,13 @@ + AUDIOF = ../libaudiofile + BACKDIR = ../bak/main + HOMEDIR = $(HOME) +-X11DIR = /usr/X11R6 ++X11DIR = ${X11BASE} INCDIR = -I. -I.. -I$(SOUND) -I$(SPKIT) -I$(FORMS) -I$(TOOLTIP) -I$(X11DIR)/include LIBDIR = -L$(SPKIT)/spkit -L$(FORMS) -L$(AUDIO) -L$(AUDIOF) -L$(TOOLTIP) -L$(X11DIR)/lib --CCFLAGS = $(INCDIR) $(DEBUG) $(OPTIM) -DLINUX -DBIGENDIAN -DUSINGGCC -DSIGNALWORKAROUND -Wall -Wno-unused +-CCFLAGS = $(INCDIR) $(DEBUG) $(OPTIM) -DLINUX -DBIGENDIAN -DUSINGGCC -Wall -Wno-unused +CCFLAGS = $(INCDIR) $(OPTIM) -DLINUX -DBIGENDIAN -DUSINGGCC -Wall -Wno-unused DEBUG = -g3 -OPTIM = -O1 diff -ruN /usr/ports/audio/dap/files/patch-af audio/dap/files/patch-af --- /usr/ports/audio/dap/files/patch-af Sun Jul 16 15:53:07 2000 +++ audio/dap/files/patch-af Sun Jul 1 13:45:28 2001 @@ -1,6 +1,13 @@ -diff -urN ../dap-2.1.1.orig/sound/Makefile.linux ./sound/Makefile.linux ---- ../dap-2.1.1.orig/sound/Makefile.linux Tue Feb 22 09:27:33 2000 -+++ ./sound/Makefile.linux Sun Jun 11 13:54:11 2000 +--- sound/Makefile.linux.orig Sun Jul 1 13:44:27 2001 ++++ sound/Makefile.linux Sun Jul 1 13:45:00 2001 +@@ -1,5 +1,5 @@ +-CC = gcc +-CXX = g++ ++CC ?= gcc ++CXX ?= g++ + FORMS = ../../xforms/FORMS + SPKIT = ../spkit + AUDIO = ../libaudio @@ -9,9 +9,9 @@ HOMEDIR = $(HOME) INCDIR = -I. -I.. -I$(SPKIT) -I$(MAINDIR) diff -ruN /usr/ports/audio/dap/files/patch-ag audio/dap/files/patch-ag --- /usr/ports/audio/dap/files/patch-ag Sun Jul 16 15:53:07 2000 +++ audio/dap/files/patch-ag Sun Jul 1 13:46:58 2001 @@ -1,6 +1,5 @@ -diff -urN ../dap-2.1.1.orig/libaudiofile/Makefile.linux ./libaudiofile/Makefile.linux ---- ../dap-2.1.1.orig/libaudiofile/Makefile.linux Tue Feb 29 08:49:10 2000 -+++ ./libaudiofile/Makefile.linux Sun Jun 11 14:27:36 2000 +--- libaudiofile/Makefile.linux.orig Sun Jul 1 13:45:51 2001 ++++ libaudiofile/Makefile.linux Sun Jul 1 13:46:27 2001 @@ -1,11 +1,11 @@ -CC = gcc -CXX = g++ @@ -17,11 +16,3 @@ LIBNAME = libaudiofile.a OBJS = audiofile.o ieee.o macros.o raw.o wav.o -@@ -21,6 +21,7 @@ - libaudiofile.a: $(OBJS) - rm -f $(LIBNAME) - ar ruv $(LIBNAME) $(OBJS) -+ ranlib $(LIBNAME) - - clean: - -rm -f $(OBJS) core diff -ruN /usr/ports/audio/dap/pkg-plist audio/dap/pkg-plist --- /usr/ports/audio/dap/pkg-plist Wed Sep 16 08:54:00 1998 +++ audio/dap/pkg-plist Sat Jun 30 01:28:44 2001 @@ -1,6 +1,6 @@ bin/DAP -share/doc/DAP/COPYING -share/doc/DAP/README -share/doc/DAP/THANKS -share/doc/DAP/TODO -@dirrm share/doc/DAP +%%PORTDOCS%%share/doc/DAP/COPYING +%%PORTDOCS%%share/doc/DAP/README +%%PORTDOCS%%share/doc/DAP/THANKS +%%PORTDOCS%%share/doc/DAP/TODO +%%PORTDOCS%%@dirrm share/doc/DAP >Release-Note: >Audit-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 1 11:10:54 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1041437B403 for ; Sun, 1 Jul 2001 11:10:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f61IA1Y75260; Sun, 1 Jul 2001 11:10:01 -0700 (PDT) (envelope-from gnats) Received: from wlgrv1.pa.home.com (cc92687-a.wlgrv1.pa.home.com [24.5.63.190]) by hub.freebsd.org (Postfix) with ESMTP id 4EF0D37B401 for ; Sun, 1 Jul 2001 11:07:22 -0700 (PDT) (envelope-from pat@wlgrv1.pa.home.com) Received: (from root@localhost) by wlgrv1.pa.home.com (8.11.4/8.11.4) id f61I7Mi82706; Sun, 1 Jul 2001 14:07:22 -0400 (EDT) (envelope-from pat) Message-Id: <200107011807.f61I7Mi82706@wlgrv1.pa.home.com> Date: Sun, 1 Jul 2001 14:07:22 -0400 (EDT) From: pat@databits.net Reply-To: pat@databits.net To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/28585: Fix pkg-plist for audio/lame Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 28585 >Category: ports >Synopsis: Fix pkg-plist for audio/lame >Confidential: 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 01 11:10:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Patrick Li >Release: FreeBSD 4.3-STABLE i386 >Organization: N/A >Environment: System: FreeBSD bottlenek 4.3-STABLE FreeBSD 4.3-STABLE #0: Tue Jun 26 15:02:11 EDT 2001 pat@bottlenek:/usr/src/sys/compile/BOTTLENEK i386 >Description: + Add NOPORTDOCS support to pkg-plist >How-To-Repeat: N/A >Fix: diff -ruN /usr/ports/audio/lame/pkg-plist audio/lame/pkg-plist --- /usr/ports/audio/lame/pkg-plist Sun Jan 7 19:54:29 2001 +++ audio/lame/pkg-plist Sat Jun 30 01:30:23 2001 @@ -1,12 +1,12 @@ bin/lame -share/doc/lame/contributors.html -share/doc/lame/examples.html -share/doc/lame/history.html -share/doc/lame/id3.html -share/doc/lame/index.html -share/doc/lame/lame.css -share/doc/lame/node5.html -share/doc/lame/node6.html -share/doc/lame/node7.html -share/doc/lame/switchs.html -@dirrm share/doc/lame +%%PORTDOCS%%share/doc/lame/contributors.html +%%PORTDOCS%%share/doc/lame/examples.html +%%PORTDOCS%%share/doc/lame/history.html +%%PORTDOCS%%share/doc/lame/id3.html +%%PORTDOCS%%share/doc/lame/index.html +%%PORTDOCS%%share/doc/lame/lame.css +%%PORTDOCS%%share/doc/lame/node5.html +%%PORTDOCS%%share/doc/lame/node6.html +%%PORTDOCS%%share/doc/lame/node7.html +%%PORTDOCS%%share/doc/lame/switchs.html +%%PORTDOCS%%@dirrm share/doc/lame >Release-Note: >Audit-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 1 11:11: 4 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 59D1437B40D for ; Sun, 1 Jul 2001 11:10:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f61IA2Y75278; Sun, 1 Jul 2001 11:10:02 -0700 (PDT) (envelope-from gnats) Received: from wlgrv1.pa.home.com (cc92687-a.wlgrv1.pa.home.com [24.5.63.190]) by hub.freebsd.org (Postfix) with ESMTP id 989CE37B401 for ; Sun, 1 Jul 2001 11:09:24 -0700 (PDT) (envelope-from pat@wlgrv1.pa.home.com) Received: (from root@localhost) by wlgrv1.pa.home.com (8.11.4/8.11.4) id f61I9O982903; Sun, 1 Jul 2001 14:09:24 -0400 (EDT) (envelope-from pat) Message-Id: <200107011809.f61I9O982903@wlgrv1.pa.home.com> Date: Sun, 1 Jul 2001 14:09:24 -0400 (EDT) From: pat@databits.net Reply-To: pat@databits.net To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/28587: Fix pkg-plist for audio/litestream Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 28587 >Category: ports >Synopsis: Fix pkg-plist for audio/litestream >Confidential: 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 01 11:10:02 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Patrick Li >Release: FreeBSD 4.3-STABLE i386 >Organization: N/A >Environment: System: FreeBSD bottlenek 4.3-STABLE FreeBSD 4.3-STABLE #0: Tue Jun 26 15:02:11 EDT 2001 pat@bottlenek:/usr/src/sys/compile/BOTTLENEK i386 >Description: + Add NOPORTDOCS support to pkg-plist >How-To-Repeat: N/A >Fix: diff -ruN /usr/ports/audio/litestream/pkg-plist audio/litestream/pkg-plist --- /usr/ports/audio/litestream/pkg-plist Tue Dec 19 05:02:06 2000 +++ audio/litestream/pkg-plist Sat Jun 30 01:35:10 2001 @@ -1,8 +1,8 @@ bin/litestream bin/literestream bin/source -share/doc/litestream/README -share/doc/litestream/ABOUT -share/doc/litestream/LICENSE -share/doc/litestream/MAKEITGO -@dirrm share/doc/litestream +%%PORTDOCS%%share/doc/litestream/README +%%PORTDOCS%%share/doc/litestream/ABOUT +%%PORTDOCS%%share/doc/litestream/LICENSE +%%PORTDOCS%%share/doc/litestream/MAKEITGO +%%PORTDOCS%%@dirrm share/doc/litestream >Release-Note: >Audit-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 1 11:11:10 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7A74437B410 for ; Sun, 1 Jul 2001 11:10:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f61IA2o75287; Sun, 1 Jul 2001 11:10:02 -0700 (PDT) (envelope-from gnats) Received: from wlgrv1.pa.home.com (cc92687-a.wlgrv1.pa.home.com [24.5.63.190]) by hub.freebsd.org (Postfix) with ESMTP id E783637B403 for ; Sun, 1 Jul 2001 11:09:58 -0700 (PDT) (envelope-from pat@wlgrv1.pa.home.com) Received: (from root@localhost) by wlgrv1.pa.home.com (8.11.4/8.11.4) id f61I9wu83002; Sun, 1 Jul 2001 14:09:58 -0400 (EDT) (envelope-from pat) Message-Id: <200107011809.f61I9wu83002@wlgrv1.pa.home.com> Date: Sun, 1 Jul 2001 14:09:58 -0400 (EDT) From: pat@databits.net Reply-To: pat@databits.net To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/28588: Fix pkg-plist for audio/maplay Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 28588 >Category: ports >Synopsis: Fix pkg-plist for audio/maplay >Confidential: 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 01 11:10:02 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Patrick Li >Release: FreeBSD 4.3-STABLE i386 >Organization: N/A >Environment: System: FreeBSD bottlenek 4.3-STABLE FreeBSD 4.3-STABLE #0: Tue Jun 26 15:02:11 EDT 2001 pat@bottlenek:/usr/src/sys/compile/BOTTLENEK i386 >Description: + Add NOPORTDOCS support to pkg-plist >How-To-Repeat: N/A >Fix: diff -ruN /usr/ports/audio/maplay/pkg-plist audio/maplay/pkg-plist --- /usr/ports/audio/maplay/pkg-plist Sat Jul 17 10:43:55 1999 +++ audio/maplay/pkg-plist Sat Jun 30 01:39:29 2001 @@ -1,3 +1,3 @@ bin/maplay -share/doc/maplay/README -@dirrm share/doc/maplay +%%PORTDOCS%%share/doc/maplay/README +%%PORTDOCS%%@dirrm share/doc/maplay >Release-Note: >Audit-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 1 11:11:21 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3147737B40E for ; Sun, 1 Jul 2001 11:10:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f61IA2t75269; Sun, 1 Jul 2001 11:10:02 -0700 (PDT) (envelope-from gnats) Received: from wlgrv1.pa.home.com (cc92687-a.wlgrv1.pa.home.com [24.5.63.190]) by hub.freebsd.org (Postfix) with ESMTP id 6E20437B403 for ; Sun, 1 Jul 2001 11:08:19 -0700 (PDT) (envelope-from pat@wlgrv1.pa.home.com) Received: (from root@localhost) by wlgrv1.pa.home.com (8.11.4/8.11.4) id f61I8Jg82804; Sun, 1 Jul 2001 14:08:19 -0400 (EDT) (envelope-from pat) Message-Id: <200107011808.f61I8Jg82804@wlgrv1.pa.home.com> Date: Sun, 1 Jul 2001 14:08:19 -0400 (EDT) From: pat@databits.net Reply-To: pat@databits.net To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/28586: Fix pkg-plist for audio/linux-realplayer Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 28586 >Category: ports >Synopsis: Fix pkg-plist for audio/linux-realplayer >Confidential: 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 01 11:10:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Patrick Li >Release: FreeBSD 4.3-STABLE i386 >Organization: N/A >Environment: System: FreeBSD bottlenek 4.3-STABLE FreeBSD 4.3-STABLE #0: Tue Jun 26 15:02:11 EDT 2001 pat@bottlenek:/usr/src/sys/compile/BOTTLENEK i386 >Description: + Add NOPORTDOCS support to pkg-plist >How-To-Repeat: N/A >Fix: diff -ruN /usr/ports/audio/linux-realplayer/pkg-plist audio/linux-realplayer/pkg-plist --- /usr/ports/audio/linux-realplayer/pkg-plist Mon May 28 20:05:29 2001 +++ audio/linux-realplayer/pkg-plist Sat Jun 30 01:34:45 2001 @@ -79,236 +79,236 @@ lib/RealPlayer8/rp7doc.xpm lib/RealPlayer8/rp7mini.xpm lib/RealPlayer8/rpnp.so -share/doc/RealPlayer8/readme -share/doc/RealPlayer8/realplay.htm -share/doc/RealPlayer8/realplay/aud_play.htm -share/doc/RealPlayer8/realplay/buffered.htm -share/doc/RealPlayer8/realplay/cinfobar.htm -share/doc/RealPlayer8/realplay/clip_bar.htm -share/doc/RealPlayer8/realplay/clipinfo.htm -share/doc/RealPlayer8/realplay/clipwork.htm -share/doc/RealPlayer8/realplay/compact.htm -share/doc/RealPlayer8/realplay/con_pref.htm -share/doc/RealPlayer8/realplay/configur.htm -share/doc/RealPlayer8/realplay/cont_menu.htm -share/doc/RealPlayer8/realplay/disp_hlp.htm -share/doc/RealPlayer8/realplay/display.htm -share/doc/RealPlayer8/realplay/distort.htm -share/doc/RealPlayer8/realplay/error690.htm -share/doc/RealPlayer8/realplay/error693.htm -share/doc/RealPlayer8/realplay/error698.htm -share/doc/RealPlayer8/realplay/file_menu.htm -share/doc/RealPlayer8/realplay/filetype.htm -share/doc/RealPlayer8/realplay/gen_pref.htm -share/doc/RealPlayer8/realplay/glossary.htm -share/doc/RealPlayer8/realplay/gotoreal.htm -share/doc/RealPlayer8/realplay/help_menu.htm -share/doc/RealPlayer8/realplay/how_to.htm -share/doc/RealPlayer8/realplay/index.htm -share/doc/RealPlayer8/realplay/inner.htm -share/doc/RealPlayer8/realplay/intrface.htm -share/doc/RealPlayer8/realplay/introduction.htm -share/doc/RealPlayer8/realplay/jump_to.htm -share/doc/RealPlayer8/realplay/keyshort.htm -share/doc/RealPlayer8/realplay/loadclip.htm -share/doc/RealPlayer8/realplay/manually.htm -share/doc/RealPlayer8/realplay/menubar.htm -share/doc/RealPlayer8/realplay/menus.htm -share/doc/RealPlayer8/realplay/mute.htm -share/doc/RealPlayer8/realplay/notice.htm -share/doc/RealPlayer8/realplay/panels.htm -share/doc/RealPlayer8/realplay/pause.htm -share/doc/RealPlayer8/realplay/per_pref.htm -share/doc/RealPlayer8/realplay/pics/DOCUMENTB.gif -share/doc/RealPlayer8/realplay/pics/RealLogo.gif -share/doc/RealPlayer8/realplay/pics/RealNetx.gif -share/doc/RealPlayer8/realplay/pics/SHED-EXAMPLE.gif -share/doc/RealPlayer8/realplay/pics/back.gif -share/doc/RealPlayer8/realplay/pics/backbutt.gif -share/doc/RealPlayer8/realplay/pics/bckbutt.gif -share/doc/RealPlayer8/realplay/pics/brightness.gif -share/doc/RealPlayer8/realplay/pics/btn_a.gif -share/doc/RealPlayer8/realplay/pics/btn_b.gif -share/doc/RealPlayer8/realplay/pics/btn_c.gif -share/doc/RealPlayer8/realplay/pics/btn_d.gif -share/doc/RealPlayer8/realplay/pics/btn_e.gif -share/doc/RealPlayer8/realplay/pics/btn_f.gif -share/doc/RealPlayer8/realplay/pics/btn_g.gif -share/doc/RealPlayer8/realplay/pics/btn_h.gif -share/doc/RealPlayer8/realplay/pics/btn_i.gif -share/doc/RealPlayer8/realplay/pics/btn_j.gif -share/doc/RealPlayer8/realplay/pics/btn_k.gif -share/doc/RealPlayer8/realplay/pics/btn_l.gif -share/doc/RealPlayer8/realplay/pics/btn_m.gif -share/doc/RealPlayer8/realplay/pics/btn_n.gif -share/doc/RealPlayer8/realplay/pics/btn_o.gif -share/doc/RealPlayer8/realplay/pics/btn_p.gif -share/doc/RealPlayer8/realplay/pics/btn_q.gif -share/doc/RealPlayer8/realplay/pics/btn_r.gif -share/doc/RealPlayer8/realplay/pics/btn_s.gif -share/doc/RealPlayer8/realplay/pics/btn_t.gif -share/doc/RealPlayer8/realplay/pics/btn_u.gif -share/doc/RealPlayer8/realplay/pics/btn_v.gif -share/doc/RealPlayer8/realplay/pics/btn_w.gif -share/doc/RealPlayer8/realplay/pics/btn_x.gif -share/doc/RealPlayer8/realplay/pics/btn_y.gif -share/doc/RealPlayer8/realplay/pics/btn_z.gif -share/doc/RealPlayer8/realplay/pics/callouts.gif -share/doc/RealPlayer8/realplay/pics/channelstab.gif -share/doc/RealPlayer8/realplay/pics/closed2.gif -share/doc/RealPlayer8/realplay/pics/cnt0.gif -share/doc/RealPlayer8/realplay/pics/cnt1.gif -share/doc/RealPlayer8/realplay/pics/colorcontrol.gif -share/doc/RealPlayer8/realplay/pics/compbutt.gif -share/doc/RealPlayer8/realplay/pics/contrast.gif -share/doc/RealPlayer8/realplay/pics/creditroll.gif -share/doc/RealPlayer8/realplay/pics/cursor_hand.gif -share/doc/RealPlayer8/realplay/pics/delete3.gif -share/doc/RealPlayer8/realplay/pics/do-it.gif -share/doc/RealPlayer8/realplay/pics/dropdwnarrow.gif -share/doc/RealPlayer8/realplay/pics/eq-autogainadj.gif -share/doc/RealPlayer8/realplay/pics/eq-on-off.gif -share/doc/RealPlayer8/realplay/pics/eq-onbutton.gif -share/doc/RealPlayer8/realplay/pics/eq-restoredefault.gif -share/doc/RealPlayer8/realplay/pics/eq-slider3.gif -share/doc/RealPlayer8/realplay/pics/eq-smarteq.gif -share/doc/RealPlayer8/realplay/pics/equalizer3.gif -share/doc/RealPlayer8/realplay/pics/favicon.gif -share/doc/RealPlayer8/realplay/pics/favoritestab.gif -share/doc/RealPlayer8/realplay/pics/forward.gif -share/doc/RealPlayer8/realplay/pics/forwardbutt.gif -share/doc/RealPlayer8/realplay/pics/fullplayershed.gif -share/doc/RealPlayer8/realplay/pics/fulltoc.gif -share/doc/RealPlayer8/realplay/pics/fwdbutt.gif -share/doc/RealPlayer8/realplay/pics/g2-status.gif -share/doc/RealPlayer8/realplay/pics/glossary.gif -share/doc/RealPlayer8/realplay/pics/index.gif -share/doc/RealPlayer8/realplay/pics/index_a.gif -share/doc/RealPlayer8/realplay/pics/index_b.gif -share/doc/RealPlayer8/realplay/pics/index_c.gif -share/doc/RealPlayer8/realplay/pics/index_d.gif -share/doc/RealPlayer8/realplay/pics/index_e.gif -share/doc/RealPlayer8/realplay/pics/index_f.gif -share/doc/RealPlayer8/realplay/pics/index_g.gif -share/doc/RealPlayer8/realplay/pics/index_h.gif -share/doc/RealPlayer8/realplay/pics/index_i.gif -share/doc/RealPlayer8/realplay/pics/index_j.gif -share/doc/RealPlayer8/realplay/pics/index_k.gif -share/doc/RealPlayer8/realplay/pics/index_l.gif -share/doc/RealPlayer8/realplay/pics/index_m.gif -share/doc/RealPlayer8/realplay/pics/index_n.gif -share/doc/RealPlayer8/realplay/pics/index_o.gif -share/doc/RealPlayer8/realplay/pics/index_p.gif -share/doc/RealPlayer8/realplay/pics/index_q.gif -share/doc/RealPlayer8/realplay/pics/index_r.gif -share/doc/RealPlayer8/realplay/pics/index_s.gif -share/doc/RealPlayer8/realplay/pics/index_t.gif -share/doc/RealPlayer8/realplay/pics/index_u.gif -share/doc/RealPlayer8/realplay/pics/index_v.gif -share/doc/RealPlayer8/realplay/pics/index_w.gif -share/doc/RealPlayer8/realplay/pics/index_x.gif -share/doc/RealPlayer8/realplay/pics/index_y.gif -share/doc/RealPlayer8/realplay/pics/index_z.gif -share/doc/RealPlayer8/realplay/pics/led-buffer-gauge.gif -share/doc/RealPlayer8/realplay/pics/led-connect-wds.gif -share/doc/RealPlayer8/realplay/pics/led-kbps-wds.gif -share/doc/RealPlayer8/realplay/pics/led-live.gif -share/doc/RealPlayer8/realplay/pics/led-nettraffic-red.gif -share/doc/RealPlayer8/realplay/pics/led-nettrafficgreen.gif -share/doc/RealPlayer8/realplay/pics/led-nettrafficyellow.gif -share/doc/RealPlayer8/realplay/pics/led-pause.gif -share/doc/RealPlayer8/realplay/pics/led-play.gif -share/doc/RealPlayer8/realplay/pics/led-stop.gif -share/doc/RealPlayer8/realplay/pics/led-surestreamdown.gif -share/doc/RealPlayer8/realplay/pics/led-surestreamup.gif -share/doc/RealPlayer8/realplay/pics/led-timeleft.gif -share/doc/RealPlayer8/realplay/pics/led-timer.gif -share/doc/RealPlayer8/realplay/pics/moreinfo.gif -share/doc/RealPlayer8/realplay/pics/mute.gif -share/doc/RealPlayer8/realplay/pics/mute3.gif -share/doc/RealPlayer8/realplay/pics/newchannels.gif -share/doc/RealPlayer8/realplay/pics/next.gif -share/doc/RealPlayer8/realplay/pics/next0.gif -share/doc/RealPlayer8/realplay/pics/next1.gif -share/doc/RealPlayer8/realplay/pics/notice.gif -share/doc/RealPlayer8/realplay/pics/optionsbutt.gif -share/doc/RealPlayer8/realplay/pics/pause.gif -share/doc/RealPlayer8/realplay/pics/play.gif -share/doc/RealPlayer8/realplay/pics/plus2.gif -share/doc/RealPlayer8/realplay/pics/pregain3.gif -share/doc/RealPlayer8/realplay/pics/prev0.gif -share/doc/RealPlayer8/realplay/pics/prev1.gif -share/doc/RealPlayer8/realplay/pics/readme.gif -share/doc/RealPlayer8/realplay/pics/real.gif -share/doc/RealPlayer8/realplay/pics/realplay00000000.gif -share/doc/RealPlayer8/realplay/pics/realplay00000013.gif -share/doc/RealPlayer8/realplay/pics/realplay00000046.gif -share/doc/RealPlayer8/realplay/pics/realplay00000071.gif -share/doc/RealPlayer8/realplay/pics/realplay00090000.gif -share/doc/RealPlayer8/realplay/pics/realplay00090001.gif -share/doc/RealPlayer8/realplay/pics/recbutt.gif -share/doc/RealPlayer8/realplay/pics/recbuttondwn.gif -share/doc/RealPlayer8/realplay/pics/reverb3.gif -share/doc/RealPlayer8/realplay/pics/roomsize3.gif -share/doc/RealPlayer8/realplay/pics/saturation.gif -share/doc/RealPlayer8/realplay/pics/savesettings3.gif -share/doc/RealPlayer8/realplay/pics/scan.gif -share/doc/RealPlayer8/realplay/pics/search.gif -share/doc/RealPlayer8/realplay/pics/settings4.gif -share/doc/RealPlayer8/realplay/pics/sharpness.gif -share/doc/RealPlayer8/realplay/pics/shortcut.gif -share/doc/RealPlayer8/realplay/pics/shorttoc.gif -share/doc/RealPlayer8/realplay/pics/stationstab.gif -share/doc/RealPlayer8/realplay/pics/stop.gif -share/doc/RealPlayer8/realplay/pics/tint.gif -share/doc/RealPlayer8/realplay/pics/unixplay.jpg -share/doc/RealPlayer8/realplay/pics/videocontrols3.gif -share/doc/RealPlayer8/realplay/pics/volslider.gif -share/doc/RealPlayer8/realplay/pics/zoom.gif -share/doc/RealPlayer8/realplay/pics/zoomtest -share/doc/RealPlayer8/realplay/play.htm -share/doc/RealPlayer8/realplay/play_menu.htm -share/doc/RealPlayer8/realplay/playclip.htm -share/doc/RealPlayer8/realplay/position.htm -share/doc/RealPlayer8/realplay/prx_pref.htm -share/doc/RealPlayer8/realplay/real_wrk.htm -share/doc/RealPlayer8/realplay/rollcred.htm -share/doc/RealPlayer8/realplay/set_pref.htm -share/doc/RealPlayer8/realplay/size.htm -share/doc/RealPlayer8/realplay/slider.htm -share/doc/RealPlayer8/realplay/snd_set.htm -share/doc/RealPlayer8/realplay/stat_bar.htm -share/doc/RealPlayer8/realplay/statist.htm -share/doc/RealPlayer8/realplay/status.htm -share/doc/RealPlayer8/realplay/stop.htm -share/doc/RealPlayer8/realplay/streams.htm -share/doc/RealPlayer8/realplay/sup_pref.htm -share/doc/RealPlayer8/realplay/surestrm.htm -share/doc/RealPlayer8/realplay/sync_snd.htm -share/doc/RealPlayer8/realplay/takefive.htm -share/doc/RealPlayer8/realplay/toc.htm -share/doc/RealPlayer8/realplay/toc_full.htm -share/doc/RealPlayer8/realplay/toc_menu.htm -share/doc/RealPlayer8/realplay/toc_pref.htm -share/doc/RealPlayer8/realplay/toc_strt.htm -share/doc/RealPlayer8/realplay/toc_trbl.htm -share/doc/RealPlayer8/realplay/trn_pref.htm -share/doc/RealPlayer8/realplay/trn_set.htm -share/doc/RealPlayer8/realplay/trouble.htm -share/doc/RealPlayer8/realplay/use_real.htm -share/doc/RealPlayer8/realplay/vid_play.htm -share/doc/RealPlayer8/realplay/video.htm -share/doc/RealPlayer8/realplay/view_menu.htm -share/doc/RealPlayer8/realplay/volume.htm -share/doc/RealPlayer8/realplay/win_ctrl.htm -share/doc/RealPlayer8/realplay/zoom.htm -share/doc/RealPlayer8/realplay/zoomhelp.htm +%%PORTDOCS%%share/doc/RealPlayer8/readme +%%PORTDOCS%%share/doc/RealPlayer8/realplay.htm +%%PORTDOCS%%share/doc/RealPlayer8/realplay/aud_play.htm +%%PORTDOCS%%share/doc/RealPlayer8/realplay/buffered.htm +%%PORTDOCS%%share/doc/RealPlayer8/realplay/cinfobar.htm +%%PORTDOCS%%share/doc/RealPlayer8/realplay/clip_bar.htm +%%PORTDOCS%%share/doc/RealPlayer8/realplay/clipinfo.htm +%%PORTDOCS%%share/doc/RealPlayer8/realplay/clipwork.htm +%%PORTDOCS%%share/doc/RealPlayer8/realplay/compact.htm +%%PORTDOCS%%share/doc/RealPlayer8/realplay/con_pref.htm +%%PORTDOCS%%share/doc/RealPlayer8/realplay/configur.htm +%%PORTDOCS%%share/doc/RealPlayer8/realplay/cont_menu.htm +%%PORTDOCS%%share/doc/RealPlayer8/realplay/disp_hlp.htm +%%PORTDOCS%%share/doc/RealPlayer8/realplay/display.htm +%%PORTDOCS%%share/doc/RealPlayer8/realplay/distort.htm +%%PORTDOCS%%share/doc/RealPlayer8/realplay/error690.htm +%%PORTDOCS%%share/doc/RealPlayer8/realplay/error693.htm +%%PORTDOCS%%share/doc/RealPlayer8/realplay/error698.htm +%%PORTDOCS%%share/doc/RealPlayer8/realplay/file_menu.htm +%%PORTDOCS%%share/doc/RealPlayer8/realplay/filetype.htm +%%PORTDOCS%%share/doc/RealPlayer8/realplay/gen_pref.htm +%%PORTDOCS%%share/doc/RealPlayer8/realplay/glossary.htm +%%PORTDOCS%%share/doc/RealPlayer8/realplay/gotoreal.htm +%%PORTDOCS%%share/doc/RealPlayer8/realplay/help_menu.htm +%%PORTDOCS%%share/doc/RealPlayer8/realplay/how_to.htm +%%PORTDOCS%%share/doc/RealPlayer8/realplay/index.htm +%%PORTDOCS%%share/doc/RealPlayer8/realplay/inner.htm +%%PORTDOCS%%share/doc/RealPlayer8/realplay/intrface.htm +%%PORTDOCS%%share/doc/RealPlayer8/realplay/introduction.htm +%%PORTDOCS%%share/doc/RealPlayer8/realplay/jump_to.htm +%%PORTDOCS%%share/doc/RealPlayer8/realplay/keyshort.htm +%%PORTDOCS%%share/doc/RealPlayer8/realplay/loadclip.htm +%%PORTDOCS%%share/doc/RealPlayer8/realplay/manually.htm +%%PORTDOCS%%share/doc/RealPlayer8/realplay/menubar.htm +%%PORTDOCS%%share/doc/RealPlayer8/realplay/menus.htm +%%PORTDOCS%%share/doc/RealPlayer8/realplay/mute.htm +%%PORTDOCS%%share/doc/RealPlayer8/realplay/notice.htm +%%PORTDOCS%%share/doc/RealPlayer8/realplay/panels.htm +%%PORTDOCS%%share/doc/RealPlayer8/realplay/pause.htm +%%PORTDOCS%%share/doc/RealPlayer8/realplay/per_pref.htm +%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/DOCUMENTB.gif +%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/RealLogo.gif +%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/RealNetx.gif +%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/SHED-EXAMPLE.gif +%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/back.gif +%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/backbutt.gif +%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/bckbutt.gif +%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/brightness.gif +%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/btn_a.gif +%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/btn_b.gif +%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/btn_c.gif +%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/btn_d.gif +%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/btn_e.gif +%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/btn_f.gif +%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/btn_g.gif +%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/btn_h.gif +%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/btn_i.gif +%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/btn_j.gif +%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/btn_k.gif +%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/btn_l.gif +%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/btn_m.gif +%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/btn_n.gif +%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/btn_o.gif +%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/btn_p.gif +%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/btn_q.gif +%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/btn_r.gif +%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/btn_s.gif +%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/btn_t.gif +%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/btn_u.gif +%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/btn_v.gif +%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/btn_w.gif +%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/btn_x.gif +%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/btn_y.gif +%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/btn_z.gif +%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/callouts.gif +%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/channelstab.gif +%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/closed2.gif +%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/cnt0.gif +%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/cnt1.gif +%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/colorcontrol.gif +%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/compbutt.gif +%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/contrast.gif +%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/creditroll.gif +%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/cursor_hand.gif +%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/delete3.gif +%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/do-it.gif +%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/dropdwnarrow.gif +%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/eq-autogainadj.gif +%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/eq-on-off.gif +%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/eq-onbutton.gif +%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/eq-restoredefault.gif +%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/eq-slider3.gif +%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/eq-smarteq.gif +%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/equalizer3.gif +%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/favicon.gif +%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/favoritestab.gif +%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/forward.gif +%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/forwardbutt.gif +%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/fullplayershed.gif +%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/fulltoc.gif +%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/fwdbutt.gif +%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/g2-status.gif +%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/glossary.gif +%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/index.gif +%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/index_a.gif +%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/index_b.gif +%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/index_c.gif +%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/index_d.gif +%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/index_e.gif +%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/index_f.gif +%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/index_g.gif +%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/index_h.gif +%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/index_i.gif +%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/index_j.gif +%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/index_k.gif +%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/index_l.gif +%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/index_m.gif +%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/index_n.gif +%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/index_o.gif +%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/index_p.gif +%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/index_q.gif +%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/index_r.gif +%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/index_s.gif +%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/index_t.gif +%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/index_u.gif +%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/index_v.gif +%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/index_w.gif +%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/index_x.gif +%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/index_y.gif +%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/index_z.gif +%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/led-buffer-gauge.gif +%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/led-connect-wds.gif +%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/led-kbps-wds.gif +%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/led-live.gif +%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/led-nettraffic-red.gif +%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/led-nettrafficgreen.gif +%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/led-nettrafficyellow.gif +%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/led-pause.gif +%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/led-play.gif +%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/led-stop.gif +%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/led-surestreamdown.gif +%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/led-surestreamup.gif +%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/led-timeleft.gif +%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/led-timer.gif +%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/moreinfo.gif +%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/mute.gif +%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/mute3.gif +%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/newchannels.gif +%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/next.gif +%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/next0.gif +%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/next1.gif +%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/notice.gif +%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/optionsbutt.gif +%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/pause.gif +%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/play.gif +%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/plus2.gif +%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/pregain3.gif +%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/prev0.gif +%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/prev1.gif +%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/readme.gif +%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/real.gif +%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/realplay00000000.gif +%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/realplay00000013.gif +%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/realplay00000046.gif +%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/realplay00000071.gif +%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/realplay00090000.gif +%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/realplay00090001.gif +%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/recbutt.gif +%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/recbuttondwn.gif +%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/reverb3.gif +%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/roomsize3.gif +%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/saturation.gif +%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/savesettings3.gif +%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/scan.gif +%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/search.gif +%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/settings4.gif +%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/sharpness.gif +%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/shortcut.gif +%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/shorttoc.gif +%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/stationstab.gif +%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/stop.gif +%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/tint.gif +%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/unixplay.jpg +%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/videocontrols3.gif +%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/volslider.gif +%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/zoom.gif +%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/zoomtest +%%PORTDOCS%%share/doc/RealPlayer8/realplay/play.htm +%%PORTDOCS%%share/doc/RealPlayer8/realplay/play_menu.htm +%%PORTDOCS%%share/doc/RealPlayer8/realplay/playclip.htm +%%PORTDOCS%%share/doc/RealPlayer8/realplay/position.htm +%%PORTDOCS%%share/doc/RealPlayer8/realplay/prx_pref.htm +%%PORTDOCS%%share/doc/RealPlayer8/realplay/real_wrk.htm +%%PORTDOCS%%share/doc/RealPlayer8/realplay/rollcred.htm +%%PORTDOCS%%share/doc/RealPlayer8/realplay/set_pref.htm +%%PORTDOCS%%share/doc/RealPlayer8/realplay/size.htm +%%PORTDOCS%%share/doc/RealPlayer8/realplay/slider.htm +%%PORTDOCS%%share/doc/RealPlayer8/realplay/snd_set.htm +%%PORTDOCS%%share/doc/RealPlayer8/realplay/stat_bar.htm +%%PORTDOCS%%share/doc/RealPlayer8/realplay/statist.htm +%%PORTDOCS%%share/doc/RealPlayer8/realplay/status.htm +%%PORTDOCS%%share/doc/RealPlayer8/realplay/stop.htm +%%PORTDOCS%%share/doc/RealPlayer8/realplay/streams.htm +%%PORTDOCS%%share/doc/RealPlayer8/realplay/sup_pref.htm +%%PORTDOCS%%share/doc/RealPlayer8/realplay/surestrm.htm +%%PORTDOCS%%share/doc/RealPlayer8/realplay/sync_snd.htm +%%PORTDOCS%%share/doc/RealPlayer8/realplay/takefive.htm +%%PORTDOCS%%share/doc/RealPlayer8/realplay/toc.htm +%%PORTDOCS%%share/doc/RealPlayer8/realplay/toc_full.htm +%%PORTDOCS%%share/doc/RealPlayer8/realplay/toc_menu.htm +%%PORTDOCS%%share/doc/RealPlayer8/realplay/toc_pref.htm +%%PORTDOCS%%share/doc/RealPlayer8/realplay/toc_strt.htm +%%PORTDOCS%%share/doc/RealPlayer8/realplay/toc_trbl.htm +%%PORTDOCS%%share/doc/RealPlayer8/realplay/trn_pref.htm +%%PORTDOCS%%share/doc/RealPlayer8/realplay/trn_set.htm +%%PORTDOCS%%share/doc/RealPlayer8/realplay/trouble.htm +%%PORTDOCS%%share/doc/RealPlayer8/realplay/use_real.htm +%%PORTDOCS%%share/doc/RealPlayer8/realplay/vid_play.htm +%%PORTDOCS%%share/doc/RealPlayer8/realplay/video.htm +%%PORTDOCS%%share/doc/RealPlayer8/realplay/view_menu.htm +%%PORTDOCS%%share/doc/RealPlayer8/realplay/volume.htm +%%PORTDOCS%%share/doc/RealPlayer8/realplay/win_ctrl.htm +%%PORTDOCS%%share/doc/RealPlayer8/realplay/zoom.htm +%%PORTDOCS%%share/doc/RealPlayer8/realplay/zoomhelp.htm @unexec rm -f %D/lib/netscape-linux/plugins/raclass.zip %D/lib/netscape-linux/plugins/rpnp.so @dirrm lib/RealPlayer8/Plugins/ExtResources @dirrm lib/RealPlayer8/Plugins @dirrm lib/RealPlayer8/Common @dirrm lib/RealPlayer8/Codecs @dirrm lib/RealPlayer8 -@dirrm share/doc/RealPlayer8/realplay/pics -@dirrm share/doc/RealPlayer8/realplay -@dirrm share/doc/RealPlayer8 +%%PORTDOCS%%@dirrm share/doc/RealPlayer8/realplay/pics +%%PORTDOCS%%@dirrm share/doc/RealPlayer8/realplay +%%PORTDOCS%%@dirrm share/doc/RealPlayer8 >Release-Note: >Audit-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 1 11:20:11 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9682137B40E for ; Sun, 1 Jul 2001 11:20:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f61IK2i75875; Sun, 1 Jul 2001 11:20:02 -0700 (PDT) (envelope-from gnats) Received: from wlgrv1.pa.home.com (cc92687-a.wlgrv1.pa.home.com [24.5.63.190]) by hub.freebsd.org (Postfix) with ESMTP id BDC4F37B406 for ; Sun, 1 Jul 2001 11:10:56 -0700 (PDT) (envelope-from pat@wlgrv1.pa.home.com) Received: (from root@localhost) by wlgrv1.pa.home.com (8.11.4/8.11.4) id f61IAuQ83112; Sun, 1 Jul 2001 14:10:56 -0400 (EDT) (envelope-from pat) Message-Id: <200107011810.f61IAuQ83112@wlgrv1.pa.home.com> Date: Sun, 1 Jul 2001 14:10:56 -0400 (EDT) From: pat@databits.net Reply-To: pat@databits.net To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/28589: Fix pkg-plist for audio/mp3info Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 28589 >Category: ports >Synopsis: Fix pkg-plist for audio/mp3info >Confidential: 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 01 11:20:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Patrick Li >Release: FreeBSD 4.3-STABLE i386 >Organization: N/A >Environment: System: FreeBSD bottlenek 4.3-STABLE FreeBSD 4.3-STABLE #0: Tue Jun 26 15:02:11 EDT 2001 pat@bottlenek:/usr/src/sys/compile/BOTTLENEK i386 >Description: + Add NOPORTDOCS support to pkg-plist >How-To-Repeat: N/A >Fix: diff -ruN /usr/ports/audio/mp3info/pkg-plist audio/mp3info/pkg-plist --- /usr/ports/audio/mp3info/pkg-plist Tue Apr 6 18:42:01 1999 +++ audio/mp3info/pkg-plist Sat Jun 30 01:39:56 2001 @@ -1,4 +1,4 @@ bin/mp3info -share/doc/mp3info/ChangeLog -share/doc/mp3info/README -@dirrm share/doc/mp3info +%%PORTDOCS%%share/doc/mp3info/ChangeLog +%%PORTDOCS%%share/doc/mp3info/README +%%PORTDOCS%%@dirrm share/doc/mp3info >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Jul 1 11:20:14 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C2D5E37B410 for ; Sun, 1 Jul 2001 11:20:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f61IK2175884; Sun, 1 Jul 2001 11:20:02 -0700 (PDT) (envelope-from gnats) Received: from wlgrv1.pa.home.com (cc92687-a.wlgrv1.pa.home.com [24.5.63.190]) by hub.freebsd.org (Postfix) with ESMTP id 6495037B403 for ; Sun, 1 Jul 2001 11:11:35 -0700 (PDT) (envelope-from pat@wlgrv1.pa.home.com) Received: (from root@localhost) by wlgrv1.pa.home.com (8.11.4/8.11.4) id f61IBZ383211; Sun, 1 Jul 2001 14:11:35 -0400 (EDT) (envelope-from pat) Message-Id: <200107011811.f61IBZ383211@wlgrv1.pa.home.com> Date: Sun, 1 Jul 2001 14:11:35 -0400 (EDT) From: pat@databits.net Reply-To: pat@databits.net To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/28590: Fix pkg-plist for audio/napster Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 28590 >Category: ports >Synopsis: Fix pkg-plist for audio/napster >Confidential: 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 01 11:20:02 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Patrick Li >Release: FreeBSD 4.3-STABLE i386 >Organization: N/A >Environment: System: FreeBSD bottlenek 4.3-STABLE FreeBSD 4.3-STABLE #0: Tue Jun 26 15:02:11 EDT 2001 pat@bottlenek:/usr/src/sys/compile/BOTTLENEK i386 >Description: + Add NOPORTDOCS support to pkg-plist >How-To-Repeat: N/A >Fix: diff -ruN /usr/ports/audio/napster/pkg-plist audio/napster/pkg-plist --- /usr/ports/audio/napster/pkg-plist Thu Mar 29 16:55:27 2001 +++ audio/napster/pkg-plist Sat Jun 30 01:41:03 2001 @@ -1,6 +1,6 @@ bin/nap share/nap/nap.conf.dist +%%PORTDOCS%%share/doc/nap/NEWS +%%PORTDOCS%%share/doc/nap/README +%%PORTDOCS%%@dirrm share/doc/nap @dirrm share/nap -share/doc/nap/NEWS -share/doc/nap/README -@dirrm share/doc/nap >Release-Note: >Audit-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 1 11:20:24 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id EFD0837B40D for ; Sun, 1 Jul 2001 11:20:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f61IK2c75893; Sun, 1 Jul 2001 11:20:02 -0700 (PDT) (envelope-from gnats) Received: from wlgrv1.pa.home.com (cc92687-a.wlgrv1.pa.home.com [24.5.63.190]) by hub.freebsd.org (Postfix) with ESMTP id 849D037B403 for ; Sun, 1 Jul 2001 11:12:17 -0700 (PDT) (envelope-from pat@wlgrv1.pa.home.com) Received: (from root@localhost) by wlgrv1.pa.home.com (8.11.4/8.11.4) id f61ICH783310; Sun, 1 Jul 2001 14:12:17 -0400 (EDT) (envelope-from pat) Message-Id: <200107011812.f61ICH783310@wlgrv1.pa.home.com> Date: Sun, 1 Jul 2001 14:12:17 -0400 (EDT) From: pat@databits.net Reply-To: pat@databits.net To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/28591: Fix pkg-plist for audio/opennap Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 28591 >Category: ports >Synopsis: Fix pkg-plist for audio/opennap >Confidential: 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 01 11:20:02 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Patrick Li >Release: FreeBSD 4.3-STABLE i386 >Organization: N/A >Environment: System: FreeBSD bottlenek 4.3-STABLE FreeBSD 4.3-STABLE #0: Tue Jun 26 15:02:11 EDT 2001 pat@bottlenek:/usr/src/sys/compile/BOTTLENEK i386 >Description: + Add NOPORTDOCS support to pkg-plist >How-To-Repeat: N/A >Fix: diff -ruN /usr/ports/audio/opennap/pkg-plist audio/opennap/pkg-plist --- /usr/ports/audio/opennap/pkg-plist Sat Jan 6 03:38:55 2001 +++ audio/opennap/pkg-plist Sat Jun 30 01:44:59 2001 @@ -8,9 +8,9 @@ share/opennap/examples/sample.motd share/opennap/examples/sample.servers share/opennap/examples/sample.users -share/doc/opennap/README -share/doc/opennap/napster.txt +%%PORTDOCS%%share/doc/opennap/README +%%PORTDOCS%%share/doc/opennap/napster.txt @dirrm share/opennap/examples @dirrm share/opennap -@dirrm share/doc/opennap +%%PORTDOCS%%@dirrm share/doc/opennap etc/rc.d/opennap.sh >Release-Note: >Audit-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 1 11:20:32 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 65AF637B414 for ; Sun, 1 Jul 2001 11:20:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f61IK2l75911; Sun, 1 Jul 2001 11:20:02 -0700 (PDT) (envelope-from gnats) Received: from wlgrv1.pa.home.com (cc92687-a.wlgrv1.pa.home.com [24.5.63.190]) by hub.freebsd.org (Postfix) with ESMTP id 463DC37B401 for ; Sun, 1 Jul 2001 11:13:46 -0700 (PDT) (envelope-from pat@wlgrv1.pa.home.com) Received: (from root@localhost) by wlgrv1.pa.home.com (8.11.4/8.11.4) id f61IDgg83413; Sun, 1 Jul 2001 14:13:42 -0400 (EDT) (envelope-from pat) Message-Id: <200107011813.f61IDgg83413@wlgrv1.pa.home.com> Date: Sun, 1 Jul 2001 14:13:42 -0400 (EDT) From: pat@databits.net Reply-To: pat@databits.net To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/28593: Fix pkg-plist for audio/raproxy Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 28593 >Category: ports >Synopsis: Fix pkg-plist for audio/raproxy >Confidential: 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 01 11:20:02 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Patrick Li >Release: FreeBSD 4.3-STABLE i386 >Organization: N/A >Environment: System: FreeBSD bottlenek 4.3-STABLE FreeBSD 4.3-STABLE #0: Tue Jun 26 15:02:11 EDT 2001 pat@bottlenek:/usr/src/sys/compile/BOTTLENEK i386 >Description: + Add NOPORTDOCS support to pkg-plist >How-To-Repeat: N/A >Fix: diff -ruN /usr/ports/audio/raproxy/Makefile audio/raproxy/Makefile --- /usr/ports/audio/raproxy/Makefile Sun Dec 31 09:42:19 2000 +++ audio/raproxy/Makefile Sat Jun 30 01:45:56 2001 @@ -27,10 +27,10 @@ ${INSTALL_MAN} ${WRKSRC}/raproxy.man ${PREFIX}/man/man8/raproxy.8 .if !defined(NOPORTDOCS) - -${MKDIR} ${PREFIX}/share/doc/raproxy - ${INSTALL_DATA} ${WRKSRC}/*.html ${WRKSRC}/*.pdf \ + @${MKDIR} ${PREFIX}/share/doc/raproxy + @${INSTALL_DATA} ${WRKSRC}/*.html ${WRKSRC}/*.pdf \ ${PREFIX}/share/doc/raproxy .endif - -cat ${PKGMESSAGE} + @${CAT} ${PKGMESSAGE} .include diff -ruN /usr/ports/audio/raproxy/pkg-plist audio/raproxy/pkg-plist --- /usr/ports/audio/raproxy/pkg-plist Wed Nov 3 12:54:50 1999 +++ audio/raproxy/pkg-plist Sat Jun 30 01:46:33 2001 @@ -1,13 +1,13 @@ libexec/raproxy -share/doc/raproxy/about.html -share/doc/raproxy/advanced.html -share/doc/raproxy/contents.html -share/doc/raproxy/generic.html -share/doc/raproxy/index.html -share/doc/raproxy/moreinfo.html -share/doc/raproxy/player.html -share/doc/raproxy/raproxy.pdf -share/doc/raproxy/thrdprty.html -share/doc/raproxy/tproxy.pdf -share/doc/raproxy/usekit.html -@dirrm share/doc/raproxy +%%PORTDOCS%%share/doc/raproxy/about.html +%%PORTDOCS%%share/doc/raproxy/advanced.html +%%PORTDOCS%%share/doc/raproxy/contents.html +%%PORTDOCS%%share/doc/raproxy/generic.html +%%PORTDOCS%%share/doc/raproxy/index.html +%%PORTDOCS%%share/doc/raproxy/moreinfo.html +%%PORTDOCS%%share/doc/raproxy/player.html +%%PORTDOCS%%share/doc/raproxy/raproxy.pdf +%%PORTDOCS%%share/doc/raproxy/thrdprty.html +%%PORTDOCS%%share/doc/raproxy/tproxy.pdf +%%PORTDOCS%%share/doc/raproxy/usekit.html +%%PORTDOCS%%@dirrm share/doc/raproxy >Release-Note: >Audit-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 1 11:20:35 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9442E37B417 for ; Sun, 1 Jul 2001 11:20:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f61IK3t75929; Sun, 1 Jul 2001 11:20:03 -0700 (PDT) (envelope-from gnats) Received: from wlgrv1.pa.home.com (cc92687-a.wlgrv1.pa.home.com [24.5.63.190]) by hub.freebsd.org (Postfix) with ESMTP id A110737B401 for ; Sun, 1 Jul 2001 11:15:22 -0700 (PDT) (envelope-from pat@wlgrv1.pa.home.com) Received: (from root@localhost) by wlgrv1.pa.home.com (8.11.4/8.11.4) id f61IFMq83615; Sun, 1 Jul 2001 14:15:22 -0400 (EDT) (envelope-from pat) Message-Id: <200107011815.f61IFMq83615@wlgrv1.pa.home.com> Date: Sun, 1 Jul 2001 14:15:22 -0400 (EDT) From: pat@databits.net Reply-To: pat@databits.net To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/28595: Fix pkg-plist for audio/spiralsynth Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 28595 >Category: ports >Synopsis: Fix pkg-plist for audio/spiralsynth >Confidential: 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 01 11:20:03 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Patrick Li >Release: FreeBSD 4.3-STABLE i386 >Organization: N/A >Environment: System: FreeBSD bottlenek 4.3-STABLE FreeBSD 4.3-STABLE #0: Tue Jun 26 15:02:11 EDT 2001 pat@bottlenek:/usr/src/sys/compile/BOTTLENEK i386 >Description: + Add NOPORTDOCS support to pkg-plist >How-To-Repeat: N/A >Fix: diff -ruN /usr/ports/audio/spiralsynth/pkg-plist audio/spiralsynth/pkg-plist --- /usr/ports/audio/spiralsynth/pkg-plist Sat Sep 16 15:02:06 2000 +++ audio/spiralsynth/pkg-plist Sat Jun 30 01:48:07 2001 @@ -1,5 +1,5 @@ bin/SpiralSynth -share/doc/spiralsynth/CHANGES -share/doc/spiralsynth/COPYING -share/doc/spiralsynth/README -@dirrm share/doc/spiralsynth +%%PORTDOCS%%share/doc/spiralsynth/CHANGES +%%PORTDOCS%%share/doc/spiralsynth/COPYING +%%PORTDOCS%%share/doc/spiralsynth/README +%%PORTDOCS%%@dirrm share/doc/spiralsynth >Release-Note: >Audit-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 1 11:20:44 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8BB7137B415 for ; Sun, 1 Jul 2001 11:20:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f61IK2C75920; Sun, 1 Jul 2001 11:20:02 -0700 (PDT) (envelope-from gnats) Received: from wlgrv1.pa.home.com (cc92687-a.wlgrv1.pa.home.com [24.5.63.190]) by hub.freebsd.org (Postfix) with ESMTP id DE41737B403 for ; Sun, 1 Jul 2001 11:14:37 -0700 (PDT) (envelope-from pat@wlgrv1.pa.home.com) Received: (from root@localhost) by wlgrv1.pa.home.com (8.11.4/8.11.4) id f61IEW483510; Sun, 1 Jul 2001 14:14:32 -0400 (EDT) (envelope-from pat) Message-Id: <200107011814.f61IEW483510@wlgrv1.pa.home.com> Date: Sun, 1 Jul 2001 14:14:32 -0400 (EDT) From: pat@databits.net Reply-To: pat@databits.net To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/28594: Fix pkg-plist for audio/snowstar Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 28594 >Category: ports >Synopsis: Fix pkg-plist for audio/snowstar >Confidential: 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 01 11:20:02 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Patrick Li >Release: FreeBSD 4.3-STABLE i386 >Organization: N/A >Environment: System: FreeBSD bottlenek 4.3-STABLE FreeBSD 4.3-STABLE #0: Tue Jun 26 15:02:11 EDT 2001 pat@bottlenek:/usr/src/sys/compile/BOTTLENEK i386 >Description: + Add NOPORTDOCS support to pkg-plist >How-To-Repeat: N/A >Fix: diff -ruN /usr/ports/audio/snowstar/Makefile audio/snowstar/Makefile --- /usr/ports/audio/snowstar/Makefile Sun Jan 7 12:49:44 2001 +++ audio/snowstar/Makefile Sat Jun 30 01:47:21 2001 @@ -10,7 +10,7 @@ MASTER_SITES= http://www.daft.com/~armadilo/projects/snowstar/ EXTRACT_SUFX= .tar -MAINTAINER= fenner@FreeBSD.Org +MAINTAINER= fenner@FreeBSD.org RUN_DEPENDS= rio:${PORTSDIR}/audio/rio \ wish8.2:${PORTSDIR}/x11-toolkits/tk82 diff -ruN /usr/ports/audio/snowstar/pkg-plist audio/snowstar/pkg-plist --- /usr/ports/audio/snowstar/pkg-plist Wed Apr 21 19:27:16 1999 +++ audio/snowstar/pkg-plist Sat Jun 30 01:47:34 2001 @@ -1,6 +1,6 @@ bin/snowstar -share/doc/snowstar/README_Snowstar -share/doc/snowstar/TODO -share/doc/snowstar/LICENSE -share/doc/snowstar/CHANGES -@dirrm share/doc/snowstar +%%PORTDOCS%%share/doc/snowstar/README_Snowstar +%%PORTDOCS%%share/doc/snowstar/TODO +%%PORTDOCS%%share/doc/snowstar/LICENSE +%%PORTDOCS%%share/doc/snowstar/CHANGES +%%PORTDOCS%%@dirrm share/doc/snowstar >Release-Note: >Audit-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 1 11:20:46 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A3F8437B419 for ; Sun, 1 Jul 2001 11:20:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f61IK3i75938; Sun, 1 Jul 2001 11:20:03 -0700 (PDT) (envelope-from gnats) Received: from wlgrv1.pa.home.com (cc92687-a.wlgrv1.pa.home.com [24.5.63.190]) by hub.freebsd.org (Postfix) with ESMTP id 2A0AD37B405 for ; Sun, 1 Jul 2001 11:16:20 -0700 (PDT) (envelope-from pat@wlgrv1.pa.home.com) Received: (from root@localhost) by wlgrv1.pa.home.com (8.11.4/8.11.4) id f61IGJ583713; Sun, 1 Jul 2001 14:16:19 -0400 (EDT) (envelope-from pat) Message-Id: <200107011816.f61IGJ583713@wlgrv1.pa.home.com> Date: Sun, 1 Jul 2001 14:16:19 -0400 (EDT) From: pat@databits.net Reply-To: pat@databits.net To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/28596: Fix pkg-plist for audio/tempest_for_eliza Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 28596 >Category: ports >Synopsis: Fix pkg-plist for audio/tempest_for_eliza >Confidential: 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 01 11:20:03 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Patrick Li >Release: FreeBSD 4.3-STABLE i386 >Organization: N/A >Environment: System: FreeBSD bottlenek 4.3-STABLE FreeBSD 4.3-STABLE #0: Tue Jun 26 15:02:11 EDT 2001 pat@bottlenek:/usr/src/sys/compile/BOTTLENEK i386 >Description: + Add NOPORTDOCS support to pkg-plist >How-To-Repeat: N/A >Fix: diff -ruN /usr/ports/audio/tempest_for_eliza/pkg-plist audio/tempest_for_eliza/pkg-plist --- /usr/ports/audio/tempest_for_eliza/pkg-plist Fri Mar 30 23:08:26 2001 +++ audio/tempest_for_eliza/pkg-plist Sat Jun 30 01:48:45 2001 @@ -1,10 +1,10 @@ bin/tempest_for_eliza -share/doc/tempest/README +%%PORTDOCS%%share/doc/tempest/README share/tempest/forelise share/tempest/fruehling share/tempest/jonny share/tempest/oldmacdonald share/tempest/saints share/tempest/ungarian -@dirrm share/doc/tempest +%%PORTDOCS%%@dirrm share/doc/tempest @dirrm share/tempest >Release-Note: >Audit-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 1 11:21: 4 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0360137B416 for ; Sun, 1 Jul 2001 11:20:04 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f61IK3875965; Sun, 1 Jul 2001 11:20:03 -0700 (PDT) (envelope-from gnats) Received: from wlgrv1.pa.home.com (cc92687-a.wlgrv1.pa.home.com [24.5.63.190]) by hub.freebsd.org (Postfix) with ESMTP id 3946E37B401 for ; Sun, 1 Jul 2001 11:18:39 -0700 (PDT) (envelope-from pat@wlgrv1.pa.home.com) Received: (from root@localhost) by wlgrv1.pa.home.com (8.11.4/8.11.4) id f61IIcb84010; Sun, 1 Jul 2001 14:18:38 -0400 (EDT) (envelope-from pat) Message-Id: <200107011818.f61IIcb84010@wlgrv1.pa.home.com> Date: Sun, 1 Jul 2001 14:18:38 -0400 (EDT) From: pat@databits.net Reply-To: pat@databits.net To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/28599: Fix pkg-plist for audio/xhippo Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 28599 >Category: ports >Synopsis: Fix pkg-plist for audio/xhippo >Confidential: 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 01 11:20:03 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Patrick Li >Release: FreeBSD 4.3-STABLE i386 >Organization: N/A >Environment: System: FreeBSD bottlenek 4.3-STABLE FreeBSD 4.3-STABLE #0: Tue Jun 26 15:02:11 EDT 2001 pat@bottlenek:/usr/src/sys/compile/BOTTLENEK i386 >Description: + Add NOPORTDOCS support to pkg-plist >How-To-Repeat: N/A >Fix: diff -ruN /usr/ports/audio/xhippo/pkg-plist audio/xhippo/pkg-plist --- /usr/ports/audio/xhippo/pkg-plist Fri Jun 8 04:43:28 2001 +++ audio/xhippo/pkg-plist Sat Jun 30 01:58:21 2001 @@ -2,11 +2,12 @@ @unexec if cmp -s %D/etc/xhippo.config %D/etc/xhippo.config.default; then rm -f %D/etc/xhippo.config; fi etc/xhippo.config.default @exec test -f %B/xhippo.config || cp %B/%f %B/xhippo.config -share/doc/xhippo/ChangeLog -share/doc/xhippo/gnu-xhippo.html -share/doc/xhippo/screenshot.jpeg -share/doc/xhippo/xhippo.info.gz -share/doc/xhippo/xhippo.ps.gz -share/doc/xhippo/xhippo.sgml -share/doc/xhippo/xhippo.txt.gz +%%PORTDOCS%%share/doc/xhippo/ChangeLog +%%PORTDOCS%%share/doc/xhippo/gnu-xhippo.html +%%PORTDOCS%%share/doc/xhippo/screenshot.jpeg +%%PORTDOCS%%share/doc/xhippo/xhippo.info.gz +%%PORTDOCS%%share/doc/xhippo/xhippo.ps.gz +%%PORTDOCS%%share/doc/xhippo/xhippo.sgml +%%PORTDOCS%%share/doc/xhippo/xhippo.txt.gz share/locale/de/LC_MESSAGES/xhippo.mo +%%PORTDOCS%%@dirrm share/doc/xhippo >Release-Note: >Audit-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 1 11:21:11 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 04FE137B41B for ; Sun, 1 Jul 2001 11:20:04 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f61IK3V75956; Sun, 1 Jul 2001 11:20:03 -0700 (PDT) (envelope-from gnats) Received: from wlgrv1.pa.home.com (cc92687-a.wlgrv1.pa.home.com [24.5.63.190]) by hub.freebsd.org (Postfix) with ESMTP id D89F537B408 for ; Sun, 1 Jul 2001 11:18:01 -0700 (PDT) (envelope-from pat@wlgrv1.pa.home.com) Received: (from root@localhost) by wlgrv1.pa.home.com (8.11.4/8.11.4) id f61II1A83910; Sun, 1 Jul 2001 14:18:01 -0400 (EDT) (envelope-from pat) Message-Id: <200107011818.f61II1A83910@wlgrv1.pa.home.com> Date: Sun, 1 Jul 2001 14:18:01 -0400 (EDT) From: pat@databits.net Reply-To: pat@databits.net To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/28598: Fix pkg-plist for audio/wmmp3 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 28598 >Category: ports >Synopsis: Fix pkg-plist for audio/wmmp3 >Confidential: 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 01 11:20:03 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Patrick Li >Release: FreeBSD 4.3-STABLE i386 >Organization: N/A >Environment: System: FreeBSD bottlenek 4.3-STABLE FreeBSD 4.3-STABLE #0: Tue Jun 26 15:02:11 EDT 2001 pat@bottlenek:/usr/src/sys/compile/BOTTLENEK i386 >Description: + Add NOPORTDOCS support to pkg-plist >How-To-Repeat: N/A >Fix: diff -ruN /usr/ports/audio/wmmp3/pkg-plist audio/wmmp3/pkg-plist --- /usr/ports/audio/wmmp3/pkg-plist Sat Nov 11 05:06:05 2000 +++ audio/wmmp3/pkg-plist Sat Jun 30 01:53:43 2001 @@ -1,5 +1,5 @@ bin/wmmp3 share/examples/wmmp3/sample.wmmp3 -share/doc/wmmp3/README +%%PORTDOCS%%share/doc/wmmp3/README @dirrm share/examples/wmmp3 -@dirrm share/doc/wmmp3 +%%PORTDOCS%%@dirrm share/doc/wmmp3 >Release-Note: >Audit-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 1 11:21:16 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id CCD8537B408 for ; Sun, 1 Jul 2001 11:20:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f61IK3t75947; Sun, 1 Jul 2001 11:20:03 -0700 (PDT) (envelope-from gnats) Received: from wlgrv1.pa.home.com (cc92687-a.wlgrv1.pa.home.com [24.5.63.190]) by hub.freebsd.org (Postfix) with ESMTP id 80EA937B401 for ; Sun, 1 Jul 2001 11:17:09 -0700 (PDT) (envelope-from pat@wlgrv1.pa.home.com) Received: (from root@localhost) by wlgrv1.pa.home.com (8.11.4/8.11.4) id f61IH9Y83810; Sun, 1 Jul 2001 14:17:09 -0400 (EDT) (envelope-from pat) Message-Id: <200107011817.f61IH9Y83810@wlgrv1.pa.home.com> Date: Sun, 1 Jul 2001 14:17:09 -0400 (EDT) From: pat@databits.net Reply-To: pat@databits.net To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/28597: Fix pkg-plist for audio/tracker Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 28597 >Category: ports >Synopsis: Fix pkg-plist for audio/tracker >Confidential: 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 01 11:20:03 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Patrick Li >Release: FreeBSD 4.3-STABLE i386 >Organization: N/A >Environment: System: FreeBSD bottlenek 4.3-STABLE FreeBSD 4.3-STABLE #0: Tue Jun 26 15:02:11 EDT 2001 pat@bottlenek:/usr/src/sys/compile/BOTTLENEK i386 >Description: + Add NOPORTDOCS support to pkg-plist >How-To-Repeat: N/A >Fix: diff -ruN /usr/ports/audio/tracker/pkg-plist audio/tracker/pkg-plist --- /usr/ports/audio/tracker/pkg-plist Tue Jan 11 08:01:01 2000 +++ audio/tracker/pkg-plist Sat Jun 30 01:51:30 2001 @@ -7,84 +7,84 @@ info/tracker.info-2 info/tracker.info-3 @exec install-info %D/info/tracker.info %D/info/dir -share/doc/tracker/FAQ -share/doc/tracker/html/Accessing_Aminet_on_the_Internet.html -share/doc/tracker/html/Accessing_Aminet_without_Internet.html -share/doc/tracker/html/Aix.html -share/doc/tracker/html/Amiga.html -share/doc/tracker/html/Amiga_audio_hardware.html -share/doc/tracker/html/Amiga_implementation.html -share/doc/tracker/html/Architecture_dependent_problems.html -share/doc/tracker/html/Arpeggio.html -share/doc/tracker/html/Availability.html -share/doc/tracker/html/Background_information.html -share/doc/tracker/html/Base_effects.html -share/doc/tracker/html/Concept_Index.html -share/doc/tracker/html/Configure_tracker.html -share/doc/tracker/html/Copyright_status_and_disclaimer.html -share/doc/tracker/html/Credits.html -share/doc/tracker/html/Cut_note.html -share/doc/tracker/html/DECstation.html -share/doc/tracker/html/Decoding_pattern_information.html -share/doc/tracker/html/Delay_note.html -share/doc/tracker/html/Delay_pattern.html -share/doc/tracker/html/Far_jump.html -share/doc/tracker/html/Finding_a_specific_file.html -share/doc/tracker/html/Fine_portamento_down.html -share/doc/tracker/html/Fine_portamento_up.html -share/doc/tracker/html/Fine_volume_slide_down.html -share/doc/tracker/html/Fine_volume_slide_up.html -share/doc/tracker/html/Generic_problems.html -share/doc/tracker/html/Glissando_control.html -share/doc/tracker/html/HP$2fUX.html -share/doc/tracker/html/History.html -share/doc/tracker/html/Installation.html -share/doc/tracker/html/Introduction.html -share/doc/tracker/html/Invert_loop.html -share/doc/tracker/html/Linux$2fFreeBSD.html -share/doc/tracker/html/Loop_pattern.html -share/doc/tracker/html/MM1$2fOS9.html -share/doc/tracker/html/Mirror_sites_of_Aminet.html -share/doc/tracker/html/NAS.html -share/doc/tracker/html/NeXtStep.html -share/doc/tracker/html/NextStep.html -share/doc/tracker/html/OS$2f2.html -share/doc/tracker/html/Pattern_break.html -share/doc/tracker/html/Performance_issues.html -share/doc/tracker/html/Portamento_down.html -share/doc/tracker/html/Portamento_up.html -share/doc/tracker/html/Porting_tracker.html -share/doc/tracker/html/Protracker_extended_effects.html -share/doc/tracker/html/Protracker_finetunes.html -share/doc/tracker/html/Registration.html -share/doc/tracker/html/Reporting_bugs.html -share/doc/tracker/html/Resampling_details.html -share/doc/tracker/html/Retrig_note.html -share/doc/tracker/html/Sample_numbers_and_note_periods.html -share/doc/tracker/html/Set_filter.html -share/doc/tracker/html/Set_finetune.html -share/doc/tracker/html/Set_sample_offset.html -share/doc/tracker/html/Set_tempo.html -share/doc/tracker/html/Set_tremolo_waveform.html -share/doc/tracker/html/Set_vibrato_waveform.html -share/doc/tracker/html/Set_volume.html -share/doc/tracker/html/Silicon_Graphics.html -share/doc/tracker/html/Slide_volume.html -share/doc/tracker/html/Soundtracker_and_Protracker_tempo.html -share/doc/tracker/html/Sparc.html -share/doc/tracker/html/Technical_Information.html -share/doc/tracker/html/The_Protracker_file_format.html -share/doc/tracker/html/The_Protracker_format.html -share/doc/tracker/html/Tone_portamento.html -share/doc/tracker/html/Tone_portamento_$2b_Volume_slide.html -share/doc/tracker/html/Top.html -share/doc/tracker/html/Tracker_memory_consumption.html -share/doc/tracker/html/Tremolo.html -share/doc/tracker/html/Usage.html -share/doc/tracker/html/Vibrato.html -share/doc/tracker/html/Vibrato_$2b_Volume_slide.html -share/doc/tracker/html/aminet.html -share/doc/tracker/readme -share/doc/tracker/tracker.doc -@dirrm share/doc/tracker/html -@dirrm share/doc/tracker +%%PORTDOCS%%share/doc/tracker/FAQ +%%PORTDOCS%%share/doc/tracker/html/Accessing_Aminet_on_the_Internet.html +%%PORTDOCS%%share/doc/tracker/html/Accessing_Aminet_without_Internet.html +%%PORTDOCS%%share/doc/tracker/html/Aix.html +%%PORTDOCS%%share/doc/tracker/html/Amiga.html +%%PORTDOCS%%share/doc/tracker/html/Amiga_audio_hardware.html +%%PORTDOCS%%share/doc/tracker/html/Amiga_implementation.html +%%PORTDOCS%%share/doc/tracker/html/Architecture_dependent_problems.html +%%PORTDOCS%%share/doc/tracker/html/Arpeggio.html +%%PORTDOCS%%share/doc/tracker/html/Availability.html +%%PORTDOCS%%share/doc/tracker/html/Background_information.html +%%PORTDOCS%%share/doc/tracker/html/Base_effects.html +%%PORTDOCS%%share/doc/tracker/html/Concept_Index.html +%%PORTDOCS%%share/doc/tracker/html/Configure_tracker.html +%%PORTDOCS%%share/doc/tracker/html/Copyright_status_and_disclaimer.html +%%PORTDOCS%%share/doc/tracker/html/Credits.html +%%PORTDOCS%%share/doc/tracker/html/Cut_note.html +%%PORTDOCS%%share/doc/tracker/html/DECstation.html +%%PORTDOCS%%share/doc/tracker/html/Decoding_pattern_information.html +%%PORTDOCS%%share/doc/tracker/html/Delay_note.html +%%PORTDOCS%%share/doc/tracker/html/Delay_pattern.html +%%PORTDOCS%%share/doc/tracker/html/Far_jump.html +%%PORTDOCS%%share/doc/tracker/html/Finding_a_specific_file.html +%%PORTDOCS%%share/doc/tracker/html/Fine_portamento_down.html +%%PORTDOCS%%share/doc/tracker/html/Fine_portamento_up.html +%%PORTDOCS%%share/doc/tracker/html/Fine_volume_slide_down.html +%%PORTDOCS%%share/doc/tracker/html/Fine_volume_slide_up.html +%%PORTDOCS%%share/doc/tracker/html/Generic_problems.html +%%PORTDOCS%%share/doc/tracker/html/Glissando_control.html +%%PORTDOCS%%share/doc/tracker/html/HP$2fUX.html +%%PORTDOCS%%share/doc/tracker/html/History.html +%%PORTDOCS%%share/doc/tracker/html/Installation.html +%%PORTDOCS%%share/doc/tracker/html/Introduction.html +%%PORTDOCS%%share/doc/tracker/html/Invert_loop.html +%%PORTDOCS%%share/doc/tracker/html/Linux$2fFreeBSD.html +%%PORTDOCS%%share/doc/tracker/html/Loop_pattern.html +%%PORTDOCS%%share/doc/tracker/html/MM1$2fOS9.html +%%PORTDOCS%%share/doc/tracker/html/Mirror_sites_of_Aminet.html +%%PORTDOCS%%share/doc/tracker/html/NAS.html +%%PORTDOCS%%share/doc/tracker/html/NeXtStep.html +%%PORTDOCS%%share/doc/tracker/html/NextStep.html +%%PORTDOCS%%share/doc/tracker/html/OS$2f2.html +%%PORTDOCS%%share/doc/tracker/html/Pattern_break.html +%%PORTDOCS%%share/doc/tracker/html/Performance_issues.html +%%PORTDOCS%%share/doc/tracker/html/Portamento_down.html +%%PORTDOCS%%share/doc/tracker/html/Portamento_up.html +%%PORTDOCS%%share/doc/tracker/html/Porting_tracker.html +%%PORTDOCS%%share/doc/tracker/html/Protracker_extended_effects.html +%%PORTDOCS%%share/doc/tracker/html/Protracker_finetunes.html +%%PORTDOCS%%share/doc/tracker/html/Registration.html +%%PORTDOCS%%share/doc/tracker/html/Reporting_bugs.html +%%PORTDOCS%%share/doc/tracker/html/Resampling_details.html +%%PORTDOCS%%share/doc/tracker/html/Retrig_note.html +%%PORTDOCS%%share/doc/tracker/html/Sample_numbers_and_note_periods.html +%%PORTDOCS%%share/doc/tracker/html/Set_filter.html +%%PORTDOCS%%share/doc/tracker/html/Set_finetune.html +%%PORTDOCS%%share/doc/tracker/html/Set_sample_offset.html +%%PORTDOCS%%share/doc/tracker/html/Set_tempo.html +%%PORTDOCS%%share/doc/tracker/html/Set_tremolo_waveform.html +%%PORTDOCS%%share/doc/tracker/html/Set_vibrato_waveform.html +%%PORTDOCS%%share/doc/tracker/html/Set_volume.html +%%PORTDOCS%%share/doc/tracker/html/Silicon_Graphics.html +%%PORTDOCS%%share/doc/tracker/html/Slide_volume.html +%%PORTDOCS%%share/doc/tracker/html/Soundtracker_and_Protracker_tempo.html +%%PORTDOCS%%share/doc/tracker/html/Sparc.html +%%PORTDOCS%%share/doc/tracker/html/Technical_Information.html +%%PORTDOCS%%share/doc/tracker/html/The_Protracker_file_format.html +%%PORTDOCS%%share/doc/tracker/html/The_Protracker_format.html +%%PORTDOCS%%share/doc/tracker/html/Tone_portamento.html +%%PORTDOCS%%share/doc/tracker/html/Tone_portamento_$2b_Volume_slide.html +%%PORTDOCS%%share/doc/tracker/html/Top.html +%%PORTDOCS%%share/doc/tracker/html/Tracker_memory_consumption.html +%%PORTDOCS%%share/doc/tracker/html/Tremolo.html +%%PORTDOCS%%share/doc/tracker/html/Usage.html +%%PORTDOCS%%share/doc/tracker/html/Vibrato.html +%%PORTDOCS%%share/doc/tracker/html/Vibrato_$2b_Volume_slide.html +%%PORTDOCS%%share/doc/tracker/html/aminet.html +%%PORTDOCS%%share/doc/tracker/readme +%%PORTDOCS%%share/doc/tracker/tracker.doc +%%PORTDOCS%%@dirrm share/doc/tracker/html +%%PORTDOCS%%@dirrm share/doc/tracker >Release-Note: >Audit-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 1 11:21:21 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2CBFE37B411 for ; Sun, 1 Jul 2001 11:20:04 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f61IK4Y75974; Sun, 1 Jul 2001 11:20:04 -0700 (PDT) (envelope-from gnats) Received: from wlgrv1.pa.home.com (cc92687-a.wlgrv1.pa.home.com [24.5.63.190]) by hub.freebsd.org (Postfix) with ESMTP id AAF4C37B408 for ; Sun, 1 Jul 2001 11:19:11 -0700 (PDT) (envelope-from pat@wlgrv1.pa.home.com) Received: (from root@localhost) by wlgrv1.pa.home.com (8.11.4/8.11.4) id f61IJBK84113; Sun, 1 Jul 2001 14:19:11 -0400 (EDT) (envelope-from pat) Message-Id: <200107011819.f61IJBK84113@wlgrv1.pa.home.com> Date: Sun, 1 Jul 2001 14:19:11 -0400 (EDT) From: pat@databits.net Reply-To: pat@databits.net To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/28600: Fix pkg-plist for audio/xwave Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 28600 >Category: ports >Synopsis: Fix pkg-plist for audio/xwave >Confidential: 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 01 11:20:03 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Patrick Li >Release: FreeBSD 4.3-STABLE i386 >Organization: N/A >Environment: System: FreeBSD bottlenek 4.3-STABLE FreeBSD 4.3-STABLE #0: Tue Jun 26 15:02:11 EDT 2001 pat@bottlenek:/usr/src/sys/compile/BOTTLENEK i386 >Description: + Add NOPORTDOCS support to pkg-plist >How-To-Repeat: N/A >Fix: diff -ruN /usr/ports/audio/xwave/pkg-plist audio/xwave/pkg-plist --- /usr/ports/audio/xwave/pkg-plist Thu Jul 13 09:32:27 2000 +++ audio/xwave/pkg-plist Sat Jun 30 01:59:16 2001 @@ -1,7 +1,7 @@ bin/xwave lib/X11/app-defaults/XWave -share/doc/xwave/README -share/doc/xwave/README-XWAVE2 -share/doc/xwave/README.v06 -share/doc/xwave/INSTALL -@dirrm share/doc/xwave +%%PORTDOCS%%share/doc/xwave/README +%%PORTDOCS%%share/doc/xwave/README-XWAVE2 +%%PORTDOCS%%share/doc/xwave/README.v06 +%%PORTDOCS%%share/doc/xwave/INSTALL +%%PORTDOCS%%@dirrm share/doc/xwave >Release-Note: >Audit-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 1 11:21:26 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4BA3637B40F for ; Sun, 1 Jul 2001 11:20:04 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f61IK4d75983; Sun, 1 Jul 2001 11:20:04 -0700 (PDT) (envelope-from gnats) Received: from wlgrv1.pa.home.com (cc92687-a.wlgrv1.pa.home.com [24.5.63.190]) by hub.freebsd.org (Postfix) with ESMTP id 25A2737B40B for ; Sun, 1 Jul 2001 11:19:54 -0700 (PDT) (envelope-from pat@wlgrv1.pa.home.com) Received: (from root@localhost) by wlgrv1.pa.home.com (8.11.4/8.11.4) id f61IJrb84214; Sun, 1 Jul 2001 14:19:53 -0400 (EDT) (envelope-from pat) Message-Id: <200107011819.f61IJrb84214@wlgrv1.pa.home.com> Date: Sun, 1 Jul 2001 14:19:53 -0400 (EDT) From: pat@databits.net Reply-To: pat@databits.net To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/28601: Fix pkg-plist for benchmarks/nbench Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 28601 >Category: ports >Synopsis: Fix pkg-plist for benchmarks/nbench >Confidential: 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 01 11:20:04 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Patrick Li >Release: FreeBSD 4.3-STABLE i386 >Organization: N/A >Environment: System: FreeBSD bottlenek 4.3-STABLE FreeBSD 4.3-STABLE #0: Tue Jun 26 15:02:11 EDT 2001 pat@bottlenek:/usr/src/sys/compile/BOTTLENEK i386 >Description: + Add NOPORTDOCS support to pkg-plist >How-To-Repeat: N/A >Fix: diff -ruN /usr/ports/benchmarks/nbench/pkg-plist benchmarks/nbench/pkg-plist --- /usr/ports/benchmarks/nbench/pkg-plist Fri Mar 27 07:26:47 1998 +++ benchmarks/nbench/pkg-plist Sat Jun 30 01:43:48 2001 @@ -1,8 +1,8 @@ bin/nbench share/nbench/NNET.DAT -share/doc/nbench/README -share/doc/nbench/README.submit -share/doc/nbench/RESULTS -share/doc/nbench/bdoc.txt +%%PORTDOCS%%share/doc/nbench/README +%%PORTDOCS%%share/doc/nbench/README.submit +%%PORTDOCS%%share/doc/nbench/RESULTS +%%PORTDOCS%%share/doc/nbench/bdoc.txt +%%PORTDOCS%%@dirrm share/doc/nbench @dirrm share/nbench -@dirrm share/doc/nbench >Release-Note: >Audit-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 1 11:30: 6 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0F26737B408 for ; Sun, 1 Jul 2001 11:30:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f61IU1e76606; Sun, 1 Jul 2001 11:30:01 -0700 (PDT) (envelope-from gnats) Received: from wlgrv1.pa.home.com (cc92687-a.wlgrv1.pa.home.com [24.5.63.190]) by hub.freebsd.org (Postfix) with ESMTP id 2DFAA37B419 for ; Sun, 1 Jul 2001 11:21:03 -0700 (PDT) (envelope-from pat@wlgrv1.pa.home.com) Received: (from root@localhost) by wlgrv1.pa.home.com (8.11.4/8.11.4) id f61IL2E84418; Sun, 1 Jul 2001 14:21:02 -0400 (EDT) (envelope-from pat) Message-Id: <200107011821.f61IL2E84418@wlgrv1.pa.home.com> Date: Sun, 1 Jul 2001 14:21:02 -0400 (EDT) From: pat@databits.net Reply-To: pat@databits.net To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/28603: Fix pkg-plist for benchmarks/xengine Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 28603 >Category: ports >Synopsis: Fix pkg-plist for benchmarks/xengine >Confidential: 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 01 11:30:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Patrick Li >Release: FreeBSD 4.3-STABLE i386 >Organization: N/A >Environment: System: FreeBSD bottlenek 4.3-STABLE FreeBSD 4.3-STABLE #0: Tue Jun 26 15:02:11 EDT 2001 pat@bottlenek:/usr/src/sys/compile/BOTTLENEK i386 >Description: + Add NOPORTDOCS support to pkg-plist >How-To-Repeat: N/A >Fix: diff -ruN /usr/ports/benchmarks/xengine/pkg-plist benchmarks/xengine/pkg-plist --- /usr/ports/benchmarks/xengine/pkg-plist Sat Sep 26 19:43:34 1998 +++ benchmarks/xengine/pkg-plist Sat Jun 30 01:54:23 2001 @@ -1,3 +1,3 @@ bin/xengine -share/doc/xengine/README -@dirrm share/doc/xengine +%%PORTDOCS%%share/doc/xengine/README +%%PORTDOCS%%@dirrm share/doc/xengine >Release-Note: >Audit-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 1 11:30:10 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D5CBB37B406 for ; Sun, 1 Jul 2001 11:30:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f61IU1876597; Sun, 1 Jul 2001 11:30:01 -0700 (PDT) (envelope-from gnats) Received: from wlgrv1.pa.home.com (cc92687-a.wlgrv1.pa.home.com [24.5.63.190]) by hub.freebsd.org (Postfix) with ESMTP id 53EC637B409 for ; Sun, 1 Jul 2001 11:20:23 -0700 (PDT) (envelope-from pat@wlgrv1.pa.home.com) Received: (from root@localhost) by wlgrv1.pa.home.com (8.11.4/8.11.4) id f61IKMi84314; Sun, 1 Jul 2001 14:20:22 -0400 (EDT) (envelope-from pat) Message-Id: <200107011820.f61IKMi84314@wlgrv1.pa.home.com> Date: Sun, 1 Jul 2001 14:20:22 -0400 (EDT) From: pat@databits.net Reply-To: pat@databits.net To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/28602: Fix pkg-plist for benchmarks/netperf Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 28602 >Category: ports >Synopsis: Fix pkg-plist for benchmarks/netperf >Confidential: 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 01 11:30:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Patrick Li >Release: FreeBSD 4.3-STABLE i386 >Organization: N/A >Environment: System: FreeBSD bottlenek 4.3-STABLE FreeBSD 4.3-STABLE #0: Tue Jun 26 15:02:11 EDT 2001 pat@bottlenek:/usr/src/sys/compile/BOTTLENEK i386 >Description: + Add NOPORTDOCS support to pkg-plist >How-To-Repeat: N/A >Fix: diff -ruN /usr/ports/benchmarks/netperf/pkg-plist benchmarks/netperf/pkg-plist --- /usr/ports/benchmarks/netperf/pkg-plist Thu Aug 13 17:10:39 1998 +++ benchmarks/netperf/pkg-plist Sat Jun 30 01:43:29 2001 @@ -6,6 +6,6 @@ netperf/udp_stream_script netperf/udp_rr_script netperf/snapshot_script -share/doc/netperf/netperf.ps.gz +%%PORTDOCS%%share/doc/netperf/netperf.ps.gz +%%PORTDOCS%%@dirrm share/doc/netperf @dirrm netperf -@dirrm share/doc/netperf >Release-Note: >Audit-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 1 11:33:51 2001 Delivered-To: freebsd-ports@freebsd.org Received: from femail11.sdc1.sfba.home.com (femail11.sdc1.sfba.home.com [24.0.95.107]) by hub.freebsd.org (Postfix) with ESMTP id 8631D37B401; Sun, 1 Jul 2001 11:33:49 -0700 (PDT) (envelope-from pat@databits.net) Received: from bsod ([24.5.63.190]) by femail11.sdc1.sfba.home.com (InterMail vM.4.01.03.20 201-229-121-120-20010223) with SMTP id <20010701183349.KPXD2828.femail11.sdc1.sfba.home.com@bsod>; Sun, 1 Jul 2001 11:33:49 -0700 Message-ID: <000901c1025c$5eaa7240$0200a8c0@bsod> From: "Patrick Li" To: "Ying-Chieh Liao" Cc: References: <200107011819.f61IJrb84214@wlgrv1.pa.home.com> <20010702022955.A3833@terry.dragon2.net> Subject: Re: ports/28601: Fix pkg-plist for benchmarks/nbench Date: Sun, 1 Jul 2001 14:33:48 -0400 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2501.0001 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2501.0001 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org > how about fix all the plist in ONE pr with ONE patch ? :) Well some belong to other maintainers and some belong to ports@FreeBSD.org but yeah I should have put all the ones that belong to ports all in one. Regards, Patrick Li To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Jul 1 11:40: 6 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C9D0637B406 for ; Sun, 1 Jul 2001 11:40:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f61Ie2n77160; Sun, 1 Jul 2001 11:40:02 -0700 (PDT) (envelope-from gnats) Date: Sun, 1 Jul 2001 11:40:02 -0700 (PDT) Message-Id: <200107011840.f61Ie2n77160@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Ying-Chieh Liao Subject: Re: ports/28601: Fix pkg-plist for benchmarks/nbench Reply-To: Ying-Chieh Liao Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR ports/28601; it has been noted by GNATS. From: Ying-Chieh Liao To: pat@databits.net Cc: FreeBSD-gnats-submit@FreeBSD.ORG Subject: Re: ports/28601: Fix pkg-plist for benchmarks/nbench Date: Mon, 2 Jul 2001 02:29:55 +0800 --ZGiS0Q5IWpPtfppv Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable how about fix all the plist in ONE pr with ONE patch ? :) --=20 Allocate four digits for the year part of a date : a new millennium is comi= ng. --- David Huber --ZGiS0Q5IWpPtfppv Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (FreeBSD) Comment: For info see http://www.gnupg.org iD8DBQE7P2whrMYBZRHAI4IRAk3BAKDUAshdyJt9+dyOl6cbdiY2lWy9YACdGdLk YirVhqdbWq7bZkjeYk7M2TE= =sgqV -----END PGP SIGNATURE----- --ZGiS0Q5IWpPtfppv-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Jul 1 12:17:13 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E5C5137B405; Sun, 1 Jul 2001 12:17:09 -0700 (PDT) (envelope-from lioux@FreeBSD.org) Received: (from lioux@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f61JH9g81668; Sun, 1 Jul 2001 12:17:09 -0700 (PDT) (envelope-from lioux) Date: Sun, 1 Jul 2001 12:17:09 -0700 (PDT) From: Message-Id: <200107011917.f61JH9g81668@freefall.freebsd.org> To: lioux@FreeBSD.org, freebsd-ports@FreeBSD.org, sobomax@FreeBSD.org Subject: Re: ports/28576: Fix pkg-plist for archivers/ucl Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: Fix pkg-plist for archivers/ucl Responsible-Changed-From-To: freebsd-ports->sobomax Responsible-Changed-By: lioux Responsible-Changed-When: Sun Jul 1 12:16:45 PDT 2001 Responsible-Changed-Why: Over to maintainer. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=28576 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Jul 1 12:17:41 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 09D4B37B401; Sun, 1 Jul 2001 12:17:39 -0700 (PDT) (envelope-from lioux@FreeBSD.org) Received: (from lioux@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f61JHcg81752; Sun, 1 Jul 2001 12:17:39 -0700 (PDT) (envelope-from lioux) Date: Sun, 1 Jul 2001 12:17:39 -0700 (PDT) From: Message-Id: <200107011917.f61JHcg81752@freefall.freebsd.org> To: lioux@FreeBSD.org, freebsd-ports@FreeBSD.org, ache@FreeBSD.org Subject: Re: ports/28577: Fix pkg-plist for archivers/unzip Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: Fix pkg-plist for archivers/unzip Responsible-Changed-From-To: freebsd-ports->ache Responsible-Changed-By: lioux Responsible-Changed-When: Sun Jul 1 12:17:27 PDT 2001 Responsible-Changed-Why: Over to maintainer. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=28577 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Jul 1 12:19:32 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3612137B403; Sun, 1 Jul 2001 12:19:29 -0700 (PDT) (envelope-from lioux@FreeBSD.org) Received: (from lioux@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f61JJTB81956; Sun, 1 Jul 2001 12:19:29 -0700 (PDT) (envelope-from lioux) Date: Sun, 1 Jul 2001 12:19:29 -0700 (PDT) From: Message-Id: <200107011919.f61JJTB81956@freefall.freebsd.org> To: lioux@FreeBSD.org, freebsd-ports@FreeBSD.org, nakai@FreeBSD.org Subject: Re: ports/28583: Fix pkg-plist for audio/gogo Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: Fix pkg-plist for audio/gogo Responsible-Changed-From-To: freebsd-ports->nakai Responsible-Changed-By: lioux Responsible-Changed-When: Sun Jul 1 12:19:09 PDT 2001 Responsible-Changed-Why: Over to maintainer. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=28583 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Jul 1 12:20:17 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C29BE37B407 for ; Sun, 1 Jul 2001 12:20:04 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f61JK4d82038; Sun, 1 Jul 2001 12:20:04 -0700 (PDT) (envelope-from gnats) Received: from electron.databits.net (montserat.netreach.net [209.152.221.28]) by hub.freebsd.org (Postfix) with ESMTP id 5123F37B403 for ; Sun, 1 Jul 2001 12:19:35 -0700 (PDT) (envelope-from petef@electron.databits.net) Received: (from petef@localhost) by electron.databits.net (8.11.4/8.11.4) id f61JIQS17051; Sun, 1 Jul 2001 15:18:26 -0400 (EDT) (envelope-from petef) Message-Id: <200107011918.f61JIQS17051@electron.databits.net> Date: Sun, 1 Jul 2001 15:18:26 -0400 (EDT) From: Pete Fritchman Reply-To: Pete Fritchman To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/28606: Update net/p5-SNMP_Session to 0.87 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 28606 >Category: ports >Synopsis: Update net/p5-SNMP_Session to 0.87 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Sun Jul 01 12:20:04 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Pete Fritchman >Release: FreeBSD 4.3-STABLE i386 >Organization: Databits Network Services, Inc. >Environment: System: FreeBSD electron.databits.net 4.3-STABLE FreeBSD 4.3-STABLE #7: Mon Jun 11 10:15:45 EDT 2001 root@electron.databits.net:/usr/obj/usr/src/sys/ELECTRON i386 >Description: - update to version 0.87 - install an extra doc >How-To-Repeat: >Fix: Index: Makefile =================================================================== RCS file: /home/ncvs/ports/net/p5-SNMP_Session/Makefile,v retrieving revision 1.12 diff -u -r1.12 Makefile --- Makefile 2001/06/07 18:55:53 1.12 +++ Makefile 2001/07/01 19:18:17 @@ -6,7 +6,7 @@ # PORTNAME= SNMP_Session -PORTVERSION= 0.86 +PORTVERSION= 0.87 CATEGORIES= net perl5 MASTER_SITES= ftp://ftp.switch.ch/software/sources/network/snmp/perl/ PKGNAMEPREFIX= p5- @@ -20,6 +20,7 @@ @${MKDIR} ${PREFIX}/share/doc/p5-SNMP_Session ${INSTALL_DATA} ${WRKSRC}/README.SNMP_util \ ${PREFIX}/share/doc/p5-SNMP_Session + ${INSTALL_DATA} ${WRKSRC}/index.html ${PREFIX}/share/doc/p5-SNMP_Session .endif .include Index: distinfo =================================================================== RCS file: /home/ncvs/ports/net/p5-SNMP_Session/distinfo,v retrieving revision 1.5 diff -u -r1.5 distinfo --- distinfo 2001/06/07 18:55:53 1.5 +++ distinfo 2001/07/01 19:18:17 @@ -1 +1 @@ -MD5 (SNMP_Session-0.86.tar.gz) = 2352bdc848d9a4be64a24f2d06a3b793 +MD5 (SNMP_Session-0.87.tar.gz) = 4f856df8c93b3faa67e14c0b48ca5bd9 Index: pkg-plist =================================================================== RCS file: /home/ncvs/ports/net/p5-SNMP_Session/pkg-plist,v retrieving revision 1.2 diff -u -r1.2 pkg-plist --- pkg-plist 2001/05/03 08:41:58 1.2 +++ pkg-plist 2001/07/01 19:18:17 @@ -3,5 +3,6 @@ lib/perl5/site_perl/%%PERL_VER%%/SNMP_util.pm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/SNMP_Session/.packlist %%PORTDOCS%%share/doc/p5-SNMP_Session/README.SNMP_util +%%PORTDOCS%%share/doc/p5-SNMP_Session/index.html @dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/SNMP_Session %%PORTDOCS%%@dirrm share/doc/p5-SNMP_Session >Release-Note: >Audit-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 1 12:20:38 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3F89437B403; Sun, 1 Jul 2001 12:20:36 -0700 (PDT) (envelope-from lioux@FreeBSD.org) Received: (from lioux@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f61JKae82126; Sun, 1 Jul 2001 12:20:36 -0700 (PDT) (envelope-from lioux) Date: Sun, 1 Jul 2001 12:20:36 -0700 (PDT) From: Message-Id: <200107011920.f61JKae82126@freefall.freebsd.org> To: lioux@FreeBSD.org, freebsd-ports@FreeBSD.org, dburr@FreeBSD.org Subject: Re: ports/28590: Fix pkg-plist for audio/napster Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: Fix pkg-plist for audio/napster Responsible-Changed-From-To: freebsd-ports->dburr Responsible-Changed-By: lioux Responsible-Changed-When: Sun Jul 1 12:20:12 PDT 2001 Responsible-Changed-Why: Over to maintainer. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=28590 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Jul 1 12:21: 8 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 27FDA37B405; Sun, 1 Jul 2001 12:21:06 -0700 (PDT) (envelope-from lioux@FreeBSD.org) Received: (from lioux@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f61JL6k82212; Sun, 1 Jul 2001 12:21:06 -0700 (PDT) (envelope-from lioux) Date: Sun, 1 Jul 2001 12:21:06 -0700 (PDT) From: Message-Id: <200107011921.f61JL6k82212@freefall.freebsd.org> To: lioux@FreeBSD.org, freebsd-ports@FreeBSD.org, dburr@FreeBSD.org Subject: Re: ports/28591: Fix pkg-plist for audio/opennap Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: Fix pkg-plist for audio/opennap Responsible-Changed-From-To: freebsd-ports->dburr Responsible-Changed-By: lioux Responsible-Changed-When: Sun Jul 1 12:20:54 PDT 2001 Responsible-Changed-Why: Over to maintainer. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=28591 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Jul 1 12:21:41 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6EDF137B401; Sun, 1 Jul 2001 12:21:39 -0700 (PDT) (envelope-from lioux@FreeBSD.org) Received: (from lioux@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f61JLdr82319; Sun, 1 Jul 2001 12:21:39 -0700 (PDT) (envelope-from lioux) Date: Sun, 1 Jul 2001 12:21:39 -0700 (PDT) From: Message-Id: <200107011921.f61JLdr82319@freefall.freebsd.org> To: lioux@FreeBSD.org, freebsd-ports@FreeBSD.org, fenner@FreeBSD.org Subject: Re: ports/28594: Fix pkg-plist for audio/snowstar Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: Fix pkg-plist for audio/snowstar Responsible-Changed-From-To: freebsd-ports->fenner Responsible-Changed-By: lioux Responsible-Changed-When: Sun Jul 1 12:21:23 PDT 2001 Responsible-Changed-Why: Over to maintainer. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=28594 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Jul 1 12:22:11 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 285D937B405; Sun, 1 Jul 2001 12:22:10 -0700 (PDT) (envelope-from lioux@FreeBSD.org) Received: (from lioux@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f61JMAU82408; Sun, 1 Jul 2001 12:22:10 -0700 (PDT) (envelope-from lioux) Date: Sun, 1 Jul 2001 12:22:10 -0700 (PDT) From: Message-Id: <200107011922.f61JMAU82408@freefall.freebsd.org> To: lioux@FreeBSD.org, freebsd-ports@FreeBSD.org, trevor@FreeBSD.org Subject: Re: ports/28595: Fix pkg-plist for audio/spiralsynth Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: Fix pkg-plist for audio/spiralsynth Responsible-Changed-From-To: freebsd-ports->trevor Responsible-Changed-By: lioux Responsible-Changed-When: Sun Jul 1 12:21:57 PDT 2001 Responsible-Changed-Why: Over to maintainer. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=28595 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Jul 1 12:23: 0 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6DC8037B406; Sun, 1 Jul 2001 12:22:59 -0700 (PDT) (envelope-from lioux@FreeBSD.org) Received: (from lioux@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f61JMxC82510; Sun, 1 Jul 2001 12:22:59 -0700 (PDT) (envelope-from lioux) Date: Sun, 1 Jul 2001 12:22:59 -0700 (PDT) From: Message-Id: <200107011922.f61JMxC82510@freefall.freebsd.org> To: lioux@FreeBSD.org, freebsd-ports@FreeBSD.org, jim@FreeBSD.org Subject: Re: ports/28598: Fix pkg-plist for audio/wmmp3 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: Fix pkg-plist for audio/wmmp3 Responsible-Changed-From-To: freebsd-ports->jim Responsible-Changed-By: lioux Responsible-Changed-When: Sun Jul 1 12:22:34 PDT 2001 Responsible-Changed-Why: Over to maintainer. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=28598 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Jul 1 12:23:31 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C487C37B401; Sun, 1 Jul 2001 12:23:29 -0700 (PDT) (envelope-from lioux@FreeBSD.org) Received: (from lioux@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f61JNTQ82588; Sun, 1 Jul 2001 12:23:29 -0700 (PDT) (envelope-from lioux) Date: Sun, 1 Jul 2001 12:23:29 -0700 (PDT) From: Message-Id: <200107011923.f61JNTQ82588@freefall.freebsd.org> To: lioux@FreeBSD.org, freebsd-ports@FreeBSD.org, kevlo@FreeBSD.org Subject: Re: ports/28599: Fix pkg-plist for audio/xhippo Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: Fix pkg-plist for audio/xhippo Responsible-Changed-From-To: freebsd-ports->kevlo Responsible-Changed-By: lioux Responsible-Changed-When: Sun Jul 1 12:23:18 PDT 2001 Responsible-Changed-Why: Over to maintainer. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=28599 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Jul 1 12:26: 0 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 36EC837B403; Sun, 1 Jul 2001 12:25:58 -0700 (PDT) (envelope-from lioux@FreeBSD.org) Received: (from lioux@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f61JPwg82753; Sun, 1 Jul 2001 12:25:58 -0700 (PDT) (envelope-from lioux) Date: Sun, 1 Jul 2001 12:25:58 -0700 (PDT) From: Message-Id: <200107011925.f61JPwg82753@freefall.freebsd.org> To: lioux@FreeBSD.org, freebsd-ports@FreeBSD.org, kris@FreeBSD.org Subject: Re: ports/28568: Update graphics/mtv to 1.2.5 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: Update graphics/mtv to 1.2.5 Responsible-Changed-From-To: freebsd-ports->kris Responsible-Changed-By: lioux Responsible-Changed-When: Sun Jul 1 12:25:41 PDT 2001 Responsible-Changed-Why: Over to maintainer. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=28568 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Jul 1 12:27:13 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E0AC937B401; Sun, 1 Jul 2001 12:27:11 -0700 (PDT) (envelope-from lioux@FreeBSD.org) Received: (from lioux@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f61JRBx82850; Sun, 1 Jul 2001 12:27:11 -0700 (PDT) (envelope-from lioux) Date: Sun, 1 Jul 2001 12:27:11 -0700 (PDT) From: Message-Id: <200107011927.f61JRBx82850@freefall.freebsd.org> To: lioux@FreeBSD.org, freebsd-ports@FreeBSD.org, nakai@FreeBSD.org Subject: Re: ports/28526: x11-wm/icewm can't show the CPU status window (TaskBarShowCPUStatus=1) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: x11-wm/icewm can't show the CPU status window (TaskBarShowCPUStatus=1) Responsible-Changed-From-To: freebsd-ports->nakai Responsible-Changed-By: lioux Responsible-Changed-When: Sun Jul 1 12:26:58 PDT 2001 Responsible-Changed-Why: Over to maintainer. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=28526 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Jul 1 12:28:10 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E5AD237B401; Sun, 1 Jul 2001 12:28:08 -0700 (PDT) (envelope-from lioux@FreeBSD.org) Received: (from lioux@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f61JS8f82941; Sun, 1 Jul 2001 12:28:08 -0700 (PDT) (envelope-from lioux) Date: Sun, 1 Jul 2001 12:28:08 -0700 (PDT) From: Message-Id: <200107011928.f61JS8f82941@freefall.freebsd.org> To: lioux@FreeBSD.org, freebsd-ports@FreeBSD.org, gnome@FreeBSD.org Subject: Re: ports/28509: zh-dia is broken Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: zh-dia is broken Responsible-Changed-From-To: freebsd-ports->gnome Responsible-Changed-By: lioux Responsible-Changed-When: Sun Jul 1 12:27:51 PDT 2001 Responsible-Changed-Why: OVer to maintainer. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=28509 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Jul 1 12:50: 5 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 75B0F37B405 for ; Sun, 1 Jul 2001 12:50:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f61Jo2Z84078; Sun, 1 Jul 2001 12:50:02 -0700 (PDT) (envelope-from gnats) Received: from wlgrv1.pa.home.com (cc92687-a.wlgrv1.pa.home.com [24.5.63.190]) by hub.freebsd.org (Postfix) with ESMTP id 07A9337B405; Sun, 1 Jul 2001 12:47:26 -0700 (PDT) (envelope-from pat@wlgrv1.pa.home.com) Received: (from root@localhost) by wlgrv1.pa.home.com (8.11.4/8.11.4) id f61JlLb90635; Sun, 1 Jul 2001 15:47:21 -0400 (EDT) (envelope-from pat) Message-Id: <200107011947.f61JlLb90635@wlgrv1.pa.home.com> Date: Sun, 1 Jul 2001 15:47:21 -0400 (EDT) From: pat@databits.net Reply-To: pat@databits.net To: FreeBSD-gnats-submit@freebsd.org Cc: jim@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/28607: Update port: net/everybuddy Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 28607 >Category: ports >Synopsis: Update port: net/everybuddy >Confidential: 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 01 12:50:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Patrick Li >Release: FreeBSD 4.3-STABLE i386 >Organization: N/A >Environment: System: FreeBSD bottlenek 4.3-STABLE FreeBSD 4.3-STABLE #0: Tue Jun 26 15:02:11 EDT 2001 pat@bottlenek:/usr/src/sys/compile/BOTTLENEK i386 >Description: New version of everybuddy out >How-To-Repeat: N/A >Fix: diff -ruN /usr/ports/net/everybuddy/Makefile everybuddy/Makefile --- /usr/ports/net/everybuddy/Makefile Mon Jun 18 14:05:35 2001 +++ everybuddy/Makefile Sun Jul 1 15:39:24 2001 @@ -6,7 +6,7 @@ # PORTNAME= everybuddy -PORTVERSION= 0.2.1b5 +PORTVERSION= 0.2.1b6 CATEGORIES= net MASTER_SITES= http://www.everybuddy.com/files/ DISTNAME= ${PORTNAME}-${PORTVERSION:S/b/beta/} diff -ruN /usr/ports/net/everybuddy/distinfo everybuddy/distinfo --- /usr/ports/net/everybuddy/distinfo Mon Jun 18 14:05:35 2001 +++ everybuddy/distinfo Sun Jul 1 15:39:48 2001 @@ -1 +1 @@ -MD5 (everybuddy-0.2.1beta5.tar.gz) = 12e4f0a074b2d452dd84a73bfc40d9e4 +MD5 (everybuddy-0.2.1beta6.tar.gz) = f9f020a184459a9289fbdd9b62cf0bfb >Release-Note: >Audit-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 1 13: 0:46 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 20D8D37B405; Sun, 1 Jul 2001 13:00:45 -0700 (PDT) (envelope-from lioux@FreeBSD.org) Received: (from lioux@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f61K0jL84798; Sun, 1 Jul 2001 13:00:45 -0700 (PDT) (envelope-from lioux) Date: Sun, 1 Jul 2001 13:00:45 -0700 (PDT) From: Message-Id: <200107012000.f61K0jL84798@freefall.freebsd.org> To: lioux@FreeBSD.org, freebsd-ports@FreeBSD.org, jim@FreeBSD.org Subject: Re: ports/28607: Update port: net/everybuddy Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: Update port: net/everybuddy Responsible-Changed-From-To: freebsd-ports->jim Responsible-Changed-By: lioux Responsible-Changed-When: Sun Jul 1 13:00:30 PDT 2001 Responsible-Changed-Why: Over to maintainer. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=28607 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Jul 1 13:22:40 2001 Delivered-To: freebsd-ports@freebsd.org Received: from mail.gmx.net (pop.gmx.net [194.221.183.20]) by hub.freebsd.org (Postfix) with SMTP id 67F8237B401 for ; Sun, 1 Jul 2001 13:22:36 -0700 (PDT) (envelope-from turbo23@gmx.net) Received: (qmail 15327 invoked by uid 0); 1 Jul 2001 20:18:38 -0000 Received: from pop-ls-9-4-1-dialup-141.freesurf.ch (HELO game.gmx.net) (194.230.243.141) by mail.gmx.net (mp006-rz3) with SMTP; 1 Jul 2001 20:18:38 -0000 Message-Id: <5.1.0.14.2.20010701221839.02589280@pop.gmx.net> X-Sender: turbo23@gmx.net@pop.gmx.net (Unverified) X-Mailer: QUALCOMM Windows Eudora Version 5.1 Date: Sun, 01 Jul 2001 22:23:31 +0200 To: freebsd-ports@freebsd.org From: turbo Subject: Re: FreeBSD Port: linux_base-6.1 Cc: Stephen Montgomery-Smith In-Reply-To: <3B3F6575.5E006727@math.missouri.edu> References: <01b201c101b2$e9f2bb50$a0cf3cd0@pollux> <3B3F722E.6090209@btinternet.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Hello How can I patch the linux_base port? I've downloaded the linux_base-7.patch. But after a "patch < Makefile linux_base-7.patch" it try download the nw files. It has updated something in the Makefile. But it tries still to download all old files from linux_base for rh 6.1. Whats wrong? regards thomas >I myself would be upset if the linux_base ports was updated without >further changes. It causes breakage to linux netscape. (I know that a >symlink was suggested as a solution, but that is only a partial >solution.) > >How about instead if there is a new port - linux_base-current or >something like that. That way if people wish to risk the breakage or >need the updates, they can do it. > >http://www.freebsd.org/cgi/query-pr.cgi?pr=26976 >http://www.freebsd.org/cgi/query-pr.cgi?pr=27019 > >John Toon wrote: > > > > Luis A. Burgos wrote: > > > > > Hi Marcel, > > > > > > > > > > > > I'm sorry I'm taking away some of you valuable time, but couldn't find a > > > better person to ask, after all my posts in the newsgroups has remained > > > unanswered. > > > > > > > > > > > > I want to install Borland Kylix on FreeBSD stable. The current linux > > > emulation distributed with 4.3-stable has the right kernel, but kylix > > > requires glibc 2.2 or greater (or a custom patched version of 2.1) as > > > well s libjpeg version 2.6 or greater. > > > > > > > > My question is: is is possible to upgrade glibc and libjpeg for the > > > linux emulation on 4.3 stable? If so, how? > > > > Yes, it's annoying, linux-base-6.1 is now badly out of date - can > > someone update it please? > > > > My solution was to update via rpm. Because of "circular dependencies" > > the way to update is using the --nodeps option initially e.g. > > > > rpm -Uv --nodeps --ignoreos --ignorearch --root /compat/linux > > glibc-2.2.3-11.i386.rpm > > > > To find the necessary dependencies, firt run without the --nodeps > > option, and it will tell you which files it depends on. Make sure you > > install all the dependencies as well, and you'll end up with a nicely > > updated system! Once you've updated the "base" system (e.g. the > > glibc/libc's, etc.) don't use the --nodeps option. > > > > rpm is in the ports collection if you haven't already got it installed. > > > > John. > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > with "unsubscribe freebsd-ports" in the body of the message > >-- >Stephen Montgomery-Smith >stephen@math.missouri.edu >http://www.math.missouri.edu/~stephen > >To Unsubscribe: send mail to majordomo@FreeBSD.org >with "unsubscribe freebsd-ports" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Jul 1 14:10: 9 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 156BC37B407 for ; Sun, 1 Jul 2001 14:10:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f61LA2294762; Sun, 1 Jul 2001 14:10:02 -0700 (PDT) (envelope-from gnats) Received: from wlgrv1.pa.home.com (cc92687-a.wlgrv1.pa.home.com [24.5.63.190]) by hub.freebsd.org (Postfix) with ESMTP id 07BFF37B405 for ; Sun, 1 Jul 2001 14:09:13 -0700 (PDT) (envelope-from pat@wlgrv1.pa.home.com) Received: (from root@localhost) by wlgrv1.pa.home.com (8.11.4/8.11.4) id f61L96D26300; Sun, 1 Jul 2001 17:09:06 -0400 (EDT) (envelope-from pat) Message-Id: <200107012109.f61L96D26300@wlgrv1.pa.home.com> Date: Sun, 1 Jul 2001 17:09:06 -0400 (EDT) From: pat@databits.net Reply-To: pat@databits.net To: FreeBSD-gnats-submit@freebsd.org Cc: pfeifer@dbai.tuwien.ac.at X-Send-Pr-Version: 3.113 Subject: ports/28608: Update port: emulators/wine Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 28608 >Category: ports >Synopsis: Update port: emulators/wine >Confidential: 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 01 14:10:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Patrick Li >Release: FreeBSD 4.3-STABLE i386 >Organization: N/A >Environment: System: FreeBSD bottlenek 4.3-STABLE FreeBSD 4.3-STABLE #0: Tue Jun 26 15:02:11 EDT 2001 pat@bottlenek:/usr/src/sys/compile/BOTTLENEK i386 >Description: o Update emulators/wine o Add NOPORTDOCS support to pkg-plist o Place docs in standard ${PREFIX}/share/doc/${PORTNAME} >How-To-Repeat: N/A >Fix: diff -ruN /usr/ports/emulators/wine/Makefile wine/Makefile --- /usr/ports/emulators/wine/Makefile Sun May 13 20:27:51 2001 +++ wine/Makefile Sun Jul 1 16:43:40 2001 @@ -7,7 +7,7 @@ # PORTNAME= wine -PORTVERSION= 2001.05.10 +PORTVERSION= 2001.06.29 CATEGORIES= emulators MASTER_SITES= ${MASTER_SITE_SUNSITE} MASTER_SITE_SUBDIR= ALPHA/wine/development @@ -69,17 +69,17 @@ ${INSTALL_DATA} ${WRKSRC}/documentation/samples/config ${PREFIX}/etc/wine.conf.sample [ -f ${PREFIX}/etc/wine.conf ] \ || ${INSTALL_DATA} ${PREFIX}/etc/wine.conf.sample ${PREFIX}/etc/wine.conf - ${INSTALL_DATA} ${WRKSRC}/documentation/wine.man ${PREFIX}/man/man1/wine.1 - ${INSTALL_DATA} ${WRKSRC}/documentation/wine.conf.man ${PREFIX}/man/man5/wine.conf.5 + @${INSTALL_MAN} ${WRKSRC}/documentation/wine.man ${PREFIX}/man/man1/wine.1 + @${INSTALL_MAN} ${WRKSRC}/documentation/wine.conf.man ${PREFIX}/man/man5/wine.conf.5 .if !defined(NOPORTDOCS) - -@${MKDIR} ${PREFIX}/lib/wine/documentation + @${MKDIR} ${PREFIX}/share/doc/${PORTNAME} .for i in README ANNOUNCE AUTHORS LICENSE WARRANTY documentation/psdrv.reg - ${INSTALL_DATA} ${WRKSRC}/${i} ${PREFIX}/lib/wine/documentation + @${INSTALL_DATA} ${WRKSRC}/${i} ${PREFIX}/share/doc/${PORTNAME} .endfor ${INSTALL_DATA} ${WRKSRC}/debugger/README \ - ${PREFIX}/lib/wine/documentation/README.debugger + ${PREFIX}/share/doc/${PORTNAME}/README.debugger ${INSTALL_DATA} ${WRKSRC}/programs/regapi/README \ - ${PREFIX}/lib/wine/documentation/README.regapi + ${PREFIX}/share/doc/${PORTNAME}/README.regapi .endif ${INSTALL_SCRIPT} ${WRKSRC}/tools/bug_report.pl \ ${PREFIX}/lib/wine diff -ruN /usr/ports/emulators/wine/distinfo wine/distinfo --- /usr/ports/emulators/wine/distinfo Sun May 13 20:27:51 2001 +++ wine/distinfo Sun Jul 1 16:03:00 2001 @@ -1 +1 @@ -MD5 (Wine-20010510.tar.gz) = 6e1840a294845fa0db85704b1fc6728e +MD5 (Wine-20010629.tar.gz) = c81c4abdbe76c93a4d4c30829a128571 diff -ruN /usr/ports/emulators/wine/files/patch-gg wine/files/patch-gg --- /usr/ports/emulators/wine/files/patch-gg Sun May 13 20:27:51 2001 +++ wine/files/patch-gg Wed Dec 31 19:00:00 1969 @@ -1,38 +0,0 @@ ---- dlls/wineps/afm.c 2001/05/09 17:11:59 1.13 -+++ dlls/wineps/afm.c 2001/05/11 11:51:52 -@@ -683,7 +683,7 @@ static BOOL SortFontMetrics() - - qsort(aglCopy, PSDRV_AdobeGlyphList.size, - sizeof(UNICODEGLYPH), -- (__compar_fn_t)UnicodeGlyphByNameIndex); -+ UnicodeGlyphByNameIndex); - } - - for (i = 0; i < afm->NumofMetrics; ++i) -@@ -695,7 +695,7 @@ static BOOL SortFontMetrics() - - pug = bsearch(&ug, aglCopy, PSDRV_AdobeGlyphList.size, - sizeof(UNICODEGLYPH), -- (__compar_fn_t)UnicodeGlyphByNameIndex); -+ UnicodeGlyphByNameIndex); - if (pug == NULL) - { - WARN("Glyph '%s' in font '%s' does not have a UV\n", -@@ -715,7 +715,7 @@ static BOOL SortFontMetrics() - - /* typecast avoids compiler warning */ - qsort((void *)(afm->Encoding->glyphs), afm->Encoding->size, -- sizeof(UNICODEGLYPH), (__compar_fn_t)UnicodeGlyphByUV); -+ sizeof(UNICODEGLYPH), UnicodeGlyphByUV); - - for (i = 0; i < afm->Encoding->size; ++i) - if (afm->Encoding->glyphs[i].UV >= 0) -@@ -726,7 +726,7 @@ static BOOL SortFontMetrics() - } - - qsort(afm->Metrics, afm->NumofMetrics, sizeof(AFMMETRICS), -- (__compar_fn_t)AFMMetricsByUV); -+ AFMMetricsByUV); - - for (i = 0; i < afm->NumofMetrics; ++i) - if (afm->Metrics[i].UV >= 0) diff -ruN /usr/ports/emulators/wine/pkg-plist wine/pkg-plist --- /usr/ports/emulators/wine/pkg-plist Sun May 13 20:27:51 2001 +++ wine/pkg-plist Sun Jul 1 16:41:08 2001 @@ -184,14 +184,6 @@ lib/wine/bug_report.pl lib/wine/reg/regFixer.pl lib/wine/reg/regRestorer.pl -lib/wine/documentation/ANNOUNCE -lib/wine/documentation/AUTHORS -lib/wine/documentation/LICENSE -lib/wine/documentation/WARRANTY -lib/wine/documentation/README -lib/wine/documentation/psdrv.reg -lib/wine/documentation/README.debugger -lib/wine/documentation/README.regapi lib/wine/libadvapi32.so lib/wine/libavifil32.so lib/wine/libavifile.so @@ -311,10 +303,18 @@ lib/wine/libwprocs.so lib/wine/libwsock32.so lib/wine/libx11drv.so +%%PORTDOCS%%share/doc/wine/ANNOUNCE +%%PORTDOCS%%share/doc/wine/AUTHORS +%%PORTDOCS%%share/doc/wine/LICENSE +%%PORTDOCS%%share/doc/wine/WARRANTY +%%PORTDOCS%%share/doc/wine/README +%%PORTDOCS%%share/doc/wine/psdrv.reg +%%PORTDOCS%%share/doc/wine/README.debugger +%%PORTDOCS%%share/doc/wine/README.regapi @dirrm include/wine/msvcrt/sys @dirrm include/wine/msvcrt @dirrm include/wine/wine @dirrm include/wine @dirrm lib/wine/reg -@dirrm lib/wine/documentation +%%PORTDOCS%%@dirrm share/doc/wine @dirrm lib/wine >Release-Note: >Audit-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 1 14:40: 5 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B8FDE37B406 for ; Sun, 1 Jul 2001 14:40:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f61Le1L98834; Sun, 1 Jul 2001 14:40:01 -0700 (PDT) (envelope-from gnats) Received: from cielo.eece.unm.edu (cielo.eece.unm.edu [129.24.24.11]) by hub.freebsd.org (Postfix) with ESMTP id D71B637B405 for ; Sun, 1 Jul 2001 14:33:08 -0700 (PDT) (envelope-from dbader@eece.unm.edu) Received: from pequin.eece.unm.edu ([129.24.24.132]) by cielo.eece.unm.edu with esmtp (Exim 3.22 #1) id 15Gopr-0007Qu-00 for FreeBSD-gnats-submit@freebsd.org; Sun, 01 Jul 2001 15:32:55 -0600 Received: (from dbader@localhost) by pequin.eece.unm.edu (8.9.3+Sun/8.9.3) id PAA04878; Sun, 1 Jul 2001 15:32:54 -0600 (MDT) Message-Id: <200107012132.PAA04878@pequin.eece.unm.edu> Date: Sun, 1 Jul 2001 15:32:54 -0600 (MDT) From: dbader@eece.unm.edu Reply-To: dbader@eece.unm.edu To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/28609: updated port: biology/clustalw Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 28609 >Category: ports >Synopsis: updated port clustalw version 1.81 -> 1.82 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Sun Jul 01 14:40:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: David A. Bader >Release: FreeBSD 4.3-RELEASE i386 >Organization: The University of New Mexico >Environment: System: FreeBSD bean.eece.unm.edu 4.3-RELEASE FreeBSD 4.3-RELEASE #1: Wed May 2 06:51:32 MDT 2001 root@bean.eece.unm.edu:/usr/obj/usr/src/sys/BEAN4 i386 >Description: >How-To-Repeat: >Fix: Please apply these patches to /usr/ports/biology/clustalw begin 644 clustalw.patches M+2TM("]U2]C;'5S=&%L=R]-86ME9FEL92YOU!/4E1615)324].?2Y53DE8"BTM+2`O=7-R+W!OBD@ C/2`X,3Release-Note: >Audit-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 1 15: 8:13 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 56C8137B401; Sun, 1 Jul 2001 15:08:11 -0700 (PDT) (envelope-from greid@FreeBSD.org) Received: (from greid@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f61M8BD07008; Sun, 1 Jul 2001 15:08:11 -0700 (PDT) (envelope-from greid) Date: Sun, 1 Jul 2001 15:08:11 -0700 (PDT) From: Message-Id: <200107012208.f61M8BD07008@freefall.freebsd.org> To: greid@FreeBSD.org, freebsd-ports@FreeBSD.org, greid@FreeBSD.org Subject: Re: ports/28596: Fix pkg-plist for audio/tempest_for_eliza Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: Fix pkg-plist for audio/tempest_for_eliza Responsible-Changed-From-To: freebsd-ports->greid Responsible-Changed-By: greid Responsible-Changed-When: Sun Jul 1 15:07:36 PDT 2001 Responsible-Changed-Why: My port http://www.FreeBSD.org/cgi/query-pr.cgi?pr=28596 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Jul 1 15:40:10 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 24F6437B406 for ; Sun, 1 Jul 2001 15:40:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f61Me2212872; Sun, 1 Jul 2001 15:40:02 -0700 (PDT) (envelope-from gnats) Received: from electron.databits.net (montserat.netreach.net [209.152.221.28]) by hub.freebsd.org (Postfix) with ESMTP id E66A237B403 for ; Sun, 1 Jul 2001 15:33:20 -0700 (PDT) (envelope-from petef@electron.databits.net) Received: (from petef@localhost) by electron.databits.net (8.11.4/8.11.4) id f61MWD318393; Sun, 1 Jul 2001 18:32:13 -0400 (EDT) (envelope-from petef) Message-Id: <200107012232.f61MWD318393@electron.databits.net> Date: Sun, 1 Jul 2001 18:32:13 -0400 (EDT) From: Pete Fritchman Reply-To: Pete Fritchman To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/28611: Update www/p5-CGI-Application to 2.0 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 28611 >Category: ports >Synopsis: Update www/p5-CGI-Application to 2.0 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Sun Jul 01 15:40:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Pete Fritchman >Release: FreeBSD 4.3-STABLE i386 >Organization: Databits Network Services, Inc. >Environment: System: FreeBSD electron.databits.net 4.3-STABLE FreeBSD 4.3-STABLE #7: Mon Jun 11 10:15:45 EDT 2001 root@electron.databits.net:/usr/obj/usr/src/sys/ELECTRON i386 >Description: - update to version 2.0 - fix up pkg-plist >How-To-Repeat: >Fix: Index: Makefile =================================================================== RCS file: /home/ncvs/ports/www/p5-CGI-Application/Makefile,v retrieving revision 1.4 diff -u -r1.4 Makefile --- Makefile 2001/06/07 20:22:39 1.4 +++ Makefile 2001/07/01 22:32:30 @@ -6,7 +6,7 @@ # PORTNAME= CGI-Application -PORTVERSION= 1.31 +PORTVERSION= 2.0 CATEGORIES= www perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= CGI Index: distinfo =================================================================== RCS file: /home/ncvs/ports/www/p5-CGI-Application/distinfo,v retrieving revision 1.3 diff -u -r1.3 distinfo --- distinfo 2001/06/07 20:22:39 1.3 +++ distinfo 2001/07/01 22:32:30 @@ -1 +1 @@ -MD5 (CGI-Application-1.31.tar.gz) = 5397cd17e426fd87297cb54c5b1c4ba5 +MD5 (CGI-Application-2.0.tar.gz) = d923dbb1fe117dc9a9bf3afcadbd4b2c Index: pkg-plist =================================================================== RCS file: /home/ncvs/ports/www/p5-CGI-Application/pkg-plist,v retrieving revision 1.1 diff -u -r1.1 pkg-plist --- pkg-plist 2001/01/03 23:24:01 1.1 +++ pkg-plist 2001/07/01 22:32:30 @@ -1,3 +1,5 @@ lib/perl5/site_perl/%%PERL_VER%%/CGI/Application.pm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/CGI/Application/.packlist @dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/CGI/Application +@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/CGI 2>/dev/null || true +@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/CGI 2>/dev/null || true >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Jul 1 15:40:18 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 99E7737B405 for ; Sun, 1 Jul 2001 15:40:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f61Me1h12862; Sun, 1 Jul 2001 15:40:01 -0700 (PDT) (envelope-from gnats) Received: from quack.kfu.com (quack.kfu.com [205.178.90.194]) by hub.freebsd.org (Postfix) with ESMTP id 2B98F37B40A; Sun, 1 Jul 2001 15:30:12 -0700 (PDT) (envelope-from nsayer@quack.kfu.com) Received: from medusa.kfu.com (medusa.kfu.com [3ffe:1200:301b:0:290:27ff:fed1:576b]) by quack.kfu.com (8.11.3/8.11.3) with ESMTP id f61MU5a36964 (using TLSv1/SSLv3 with cipher EDH-RSA-DES-CBC3-SHA (168 bits) verified OK); Sun, 1 Jul 2001 15:30:11 -0700 (PDT) (envelope-from nsayer@quack.kfu.com) Received: (from nsayer@localhost) by medusa.kfu.com (8.11.4/8.11.3) id f61MU5e46945; Sun, 1 Jul 2001 15:30:05 -0700 (PDT) (envelope-from nsayer) Message-Id: <200107012230.f61MU5e46945@medusa.kfu.com> Date: Sun, 1 Jul 2001 15:30:05 -0700 (PDT) From: nsayer@quack.kfu.com Reply-To: nsayer@quack.kfu.com To: FreeBSD-gnats-submit@freebsd.org, gnome@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/28610: Update mozilla to 0.9.2 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 28610 >Category: ports >Synopsis: Update mozilla to 0.9.2 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Sun Jul 01 15:40:00 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Nick Sayer >Release: FreeBSD 4.3-RELEASE i386 >Organization: Just me >Environment: System: FreeBSD medusa.kfu.com 4.3-RELEASE FreeBSD 4.3-RELEASE #6: Sat Apr 21 08:52:25 PDT 2001 nsayer@medusa.kfu.com:/usr/obj/usr/src/sys/MEDUSA i386 >Description: mozilla 0.9.2 is out. I took the liberty of updating the port to 0.9.2 for my own benefit and thought I'd share the result. >How-To-Repeat: >Fix: Index: Makefile =================================================================== RCS file: /home/ncvs/ports/www/mozilla/Makefile,v retrieving revision 1.67 diff -u -r1.67 Makefile --- Makefile 2001/06/13 09:15:58 1.67 +++ Makefile 2001/07/01 22:27:45 @@ -6,7 +6,7 @@ # PORTNAME= mozilla -PORTVERSION= 0.9.1 +PORTVERSION= 0.9.2 PORTEPOCH= 1 CATEGORIES= www MASTER_SITES= ${MASTER_SITE_MOZILLA} Index: distinfo =================================================================== RCS file: /home/ncvs/ports/www/mozilla/distinfo,v retrieving revision 1.38 diff -u -r1.38 distinfo --- distinfo 2001/06/19 14:19:57 1.38 +++ distinfo 2001/07/01 22:27:45 @@ -1 +1 @@ -MD5 (mozilla-source-0.9.1.tar.bz2) = 21d313a471e6bee622c7bb009a18faf5 +MD5 (mozilla-source-0.9.2.tar.bz2) = a71fcbaf10ca0855f146526fbb76203e Index: pkg-plist =================================================================== RCS file: /home/ncvs/ports/www/mozilla/pkg-plist,v retrieving revision 1.39 diff -u -r1.39 pkg-plist --- pkg-plist 2001/06/13 09:15:58 1.39 +++ pkg-plist 2001/07/01 22:27:46 @@ -201,7 +201,6 @@ lib/mozilla/components/libregviewer.so lib/mozilla/components/libsample.so lib/mozilla/components/libshistory.so -lib/mozilla/components/libsmime.so lib/mozilla/components/libstrres.so lib/mozilla/components/libtestdynamic.so lib/mozilla/components/libtimer_gtk.so @@ -374,10 +373,6 @@ lib/mozilla/nsTestSample lib/mozilla/nsinstall lib/mozilla/plugins/libnullplugin.so -lib/mozilla/profile/defaults/profile/US/chrome/userChrome.css -lib/mozilla/profile/defaults/profile/US/chrome/userContent.css -lib/mozilla/profile/defaults/profile/chrome/userChrome.css -lib/mozilla/profile/defaults/profile/chrome/userContent.css lib/mozilla/proxytests lib/mozilla/rdfcat lib/mozilla/rdfpoll Index: files/patch-qt =================================================================== RCS file: /home/ncvs/ports/www/mozilla/files/patch-qt,v retrieving revision 1.9 diff -u -r1.9 patch-qt --- files/patch-qt 2001/05/22 08:11:38 1.9 +++ files/patch-qt 2001/07/01 22:27:46 @@ -1,18 +1,15 @@ - -$FreeBSD: ports/www/mozilla/files/patch-qt,v 1.9 2001/05/22 08:11:38 sobomax Exp $ - ---- configure.orig Tue Apr 24 01:59:58 2001 -+++ configure Mon May 14 21:48:26 2001 -@@ -6596,7 +6596,7 @@ - fi +--- configure.orig Tue Jun 26 15:21:19 2001 ++++ configure Sun Jul 1 04:16:56 2001 +@@ -6623,7 +6623,7 @@ - -- QT_CFLAGS="-I${QTDIR}/include -DQT_GENUINE_STR" -+ QT_CFLAGS="-I${QTDIR}/include/X11/qt -DQT_GENUINE_STR" - QT_LIBS="-L/usr/X11R6/lib -L${QTDIR}/lib -lqt -lXext -lX11" - - # Check whether --with-static-qt or --without-static-qt was given. -@@ -8703,6 +8703,9 @@ + if test "$MOZ_ENABLE_QT" + then +- QTINCDIR="/include" ++ QTINCDIR="/include/x11/qt" + # Check whether --with-qtdir or --without-qtdir was given. + if test "${with_qtdir+set}" = set; then + withval="$with_qtdir" +@@ -8777,6 +8777,9 @@ os2*) LIBS= ;; @@ -22,7 +19,7 @@ esac for ac_hdr in sys/byteorder.h compat.h getopt.h do -@@ -9392,8 +9395,6 @@ +@@ -9506,8 +9509,6 @@ if test $? -eq 0; then if test -z "`egrep -i '(unrecognize|unknown)' conftest.out | grep pthread`" && test -z "`egrep -i '(error|incorrect)' conftest.out`" ; then ac_cv_have_dash_pthread=yes @@ -31,7 +28,7 @@ fi fi rm -f conftest* -@@ -9427,7 +9428,7 @@ +@@ -9541,7 +9542,7 @@ EOF if test "$ac_cv_have_dash_pthread" = "yes"; then @@ -40,7 +37,7 @@ else _PTHREAD_LDFLAGS="-lc_r" fi -@@ -13902,6 +13903,7 @@ +@@ -14107,6 +14108,7 @@ ;; *) NSPR_LIBS=`./nsprpub/config/nspr-config --prefix=$MOZ_BUILD_ROOT/dist --exec-prefix=$MOZ_BUILD_ROOT/dist --libs` >Release-Note: >Audit-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 1 15:40:24 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id ACF7437B403 for ; Sun, 1 Jul 2001 15:40:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f61Me2J12881; Sun, 1 Jul 2001 15:40:02 -0700 (PDT) (envelope-from gnats) Received: from mail5.speakeasy.net (mail5.speakeasy.net [216.254.0.205]) by hub.freebsd.org (Postfix) with SMTP id 05BB537B403 for ; Sun, 1 Jul 2001 15:38:03 -0700 (PDT) (envelope-from sygnus@speakeasy.net) Received: (qmail 16860 invoked from network); 1 Jul 2001 22:38:01 -0000 Received: from unknown (HELO Cherokee.geek.lan) ([64.81.97.41]) (envelope-sender ) by mail5.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 1 Jul 2001 22:38:01 -0000 Message-Id: <20010701223803.05BB537B403@hub.freebsd.org> Date: Sun, 1 Jul 2001 16:39:24 -0600 From: Chris To: FreeBSD-gnats-submit@freebsd.org Subject: ports/28612: New port: nettoe Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 28612 >Category: ports >Synopsis: New port: nettoe: A tic-tac-toe game playable over the network >Confidential: 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 01 15:40:02 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Christopher Preston >Release: FreeBSD 4.3-STABLE i386 >Organization: GayTeenResources >Environment: n/a >Description: netToe is a Tic Tac Toe-like game for the console written in C using UNIX sockets. It is playable by 2 players over the network, against computer AI, or against another player on the same machine. WWW: http://nettoe.sourceforge.net/ - Christopher Preston rbg@gayteenresource.org >How-To-Repeat: n/a >Fix: # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # nettoe # nettoe/pkg-plist # nettoe/Makefile # nettoe/distinfo # nettoe/pkg-comment # nettoe/pkg-descr # echo c - nettoe mkdir -p nettoe > /dev/null 2>&1 echo x - nettoe/pkg-plist sed 's/^X//' >nettoe/pkg-plist << 'END-of-nettoe/pkg-plist' Xbin/nettoe X%%PORTDOCS%%share/doc/nettoe/AUTHORS X%%PORTDOCS%%share/doc/nettoe/BUGS X%%PORTDOCS%%share/doc/nettoe/COPYING X%%PORTDOCS%%share/doc/nettoe/ChangeLog X%%PORTDOCS%%share/doc/nettoe/INSTALL X%%PORTDOCS%%share/doc/nettoe/NEWS X%%PORTDOCS%%share/doc/nettoe/README X%%PORTDOCS%%share/doc/nettoe/TO-DO X%%PORTDOCS%%@dirrm share/doc/nettoe END-of-nettoe/pkg-plist echo x - nettoe/Makefile sed 's/^X//' >nettoe/Makefile << 'END-of-nettoe/Makefile' X# New ports collection makefile for: nettoe X# Date created: 01 July 2001 X# Whom: Christopher Preston X# X# $FreeBSD$ X# X XPORTNAME= nettoe XPORTVERSION= 1.0.6 XCATEGORIES= games XMASTER_SITES= ${MASTER_SITE_SOURCEFORGE} XMASTER_SITE_SUBDIR= nettoe X XMAINTAINER= rbg@gayteenresource.org X XMAN6= nettoe.6 X XUSE_GMAKE= yes XGNU_CONFIGURE= yes X Xpost-install: X.if !defined(NOPORTDOCS) X ${MKDIR} ${PREFIX}/share/doc/nettoe X.for I in AUTHORS BUGS COPYING ChangeLog INSTALL NEWS README TO-DO X ${INSTALL_DATA} ${WRKSRC}/$I ${PREFIX}/share/doc/nettoe X.endfor X.endif X X.include END-of-nettoe/Makefile echo x - nettoe/distinfo sed 's/^X//' >nettoe/distinfo << 'END-of-nettoe/distinfo' XMD5 (nettoe-1.0.6.tar.gz) = 37b005e05ab28a7092fd6a02d77a8765 END-of-nettoe/distinfo echo x - nettoe/pkg-comment sed 's/^X//' >nettoe/pkg-comment << 'END-of-nettoe/pkg-comment' XA tic-tac-toe game playable over the network END-of-nettoe/pkg-comment echo x - nettoe/pkg-descr sed 's/^X//' >nettoe/pkg-descr << 'END-of-nettoe/pkg-descr' XnetToe is a Tic Tac Toe-like game for the console written in C using XUNIX sockets. XIt is playable by 2 players over the network, against computer AI, or Xagainst another player on the same machine. X XWWW: http://nettoe.sourceforge.net/ X X- Christopher Preston Xrbg@gayteenresource.org END-of-nettoe/pkg-descr exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Jul 1 15:44: 9 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4F01137B401; Sun, 1 Jul 2001 15:44:06 -0700 (PDT) (envelope-from greid@FreeBSD.org) Received: (from greid@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f61Mi6U13834; Sun, 1 Jul 2001 15:44:06 -0700 (PDT) (envelope-from greid) Date: Sun, 1 Jul 2001 15:44:06 -0700 (PDT) From: Message-Id: <200107012244.f61Mi6U13834@freefall.freebsd.org> To: sygnus@speakeasy.net, greid@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/28612: New port: nettoe: A tic-tac-toe game playable over the network Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: New port: nettoe: A tic-tac-toe game playable over the network State-Changed-From-To: open->closed State-Changed-By: greid State-Changed-When: Sun Jul 1 15:43:51 PDT 2001 State-Changed-Why: Committed, thanks! http://www.FreeBSD.org/cgi/query-pr.cgi?pr=28612 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Jul 1 15:54:13 2001 Delivered-To: freebsd-ports@freebsd.org Received: from k0r3.reflektor.cz (k0r3.reflektor.cz [212.24.129.54]) by hub.freebsd.org (Postfix) with SMTP id E42E737B403 for ; Sun, 1 Jul 2001 15:54:07 -0700 (PDT) (envelope-from cynic@mail.cz) Received: (qmail 21361 invoked by uid 202); 1 Jul 2001 22:54:06 -0000 Received: from unknown (HELO zvahlav.mail.cz) (212.24.143.100) by k0r3.reflektor.cz with SMTP; 1 Jul 2001 22:54:06 -0000 Message-Id: <5.1.0.14.2.20010701231030.020399d0@mail.cz> X-Sender: cynic@mail.cz X-Mailer: QUALCOMM Windows Eudora Version 5.1 Date: Mon, 02 Jul 2001 01:02:22 +0200 To: freebsd-ports@freebsd.org, dwcjr@FreeBSD.org From: Cynic Subject: samba port install failure... general question Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Hi there, (I'm sending this to dwcjr because this is a "your port is broken" mail, and to freebsd-ports@ because it deviated into general ports discussion. Apologies if this is a misbehavior.) excuse me if this question is stupid, but here it is: is there a reason for a port to assume it's installed in /usr/local? I just tried to build samba-devel, and it failed, because there's no /usr/local/samba/share/ (the command line was # make PREFIX="/usr/local/samba" install, Makefile contains post-install: ${MKDIR} ${PREFIX}/share/examples/samba and other things like that, and # make install failed with Installing SWAT in /usr/local/samba/share/swat Installing the Samba Web Administration Tool mkdir: /usr/local/samba/share: No such file or directory Failed to make directory /usr/local/samba/share/swat, does root have privileges? I tried to workaround the limitation with this: [toor(root)@freepuppy samba-devel]# mkdir /usr/local/samba/share [toor(root)@freepuppy samba-devel]# make clean [toor(root)@freepuppy samba-devel]# make PREFIX="/usr/local/samba" build [toor(root)@freepuppy samba-devel]# make install (...) ===> Generating temporary packing list /bin/mkdir -p /usr/local/share/examples/samba /bin/cp -rp /usr/ports/net/samba-devel/work/samba-2.2.0a/examples/* /usr/local/share/examples/samba Installing /usr/local/etc/rc.d/samba.sh.sample startup file. install -c -o root -g wheel -m 555 /usr/ports/net/samba-devel/work/samba-2.2.0a/source/script/mksmbpasswd.sh /usr/local/bin/make_smbpasswd if [ ! -d /usr/local/private ] ; then /bin/mkdir -p /usr/local/private ; /usr/sbin/chown root:wheel /usr/local/private ; fi /bin/chmod 700 /usr/local/private if [ ! -f /usr/local/private/smbpasswd ] ; then /bin/cat /etc/passwd | /usr/local/bin/make_smbpasswd > /usr/local/private/smbpasswd ; /bin/chmod 600 /usr/local/private/smbpasswd ; fi /bin/chmod 500 /usr/local/private /usr/sbin/chown root:wheel /usr/local/bin/smbpasswd chown: /usr/local/bin/smbpasswd: No such file or directory *** Error code 1 Stop in /usr/ports/net/samba-devel. *** Error code 1 Stop in /usr/ports/net/samba-devel. *** Error code 1 Stop in /usr/ports/net/samba-devel. So, as you can see, it relies on /usr/local heavily all over the place. Should I patch the Makefile? I'm no expert, but I can try. If it'd be welcome, do you know of any port that does it the "right" way, so that I can look at an example? Note: I read http://www.freebsd.org/doc/en_US.ISO8859-1/books/porters-handbook/porting-prefix.html and instead of clarification I'm confused even more. It says that ports' makefiles should be written relative to ${PREFIX}, but this means that instead installing man pages etc. in /usr/local/man and share/doc/ (as specified in hier(7)) these will be installed in ${PREFIX} subdirs, and that only if the install doesn't break... So... I'm confused - should port documentation be installed in /usr/local/share/doc/ or in ${PREFIX}/share/doc/, no matter what ${PREFIX} contains? Even if the latter was true, I think that /urs/ports/Mk/bsd.port.mk should check whether ${PREFIX} already contains name of the software, and modify the paths accordingly (i. e. instead of /usr/local/samba/share/doc/samba it should install stuff in /usr/local/samba/share/doc). Of course, this would mean one would have to modify their environment, or the framework would have to append to /etc/manpath.config etc... Which doesn't look very nice. BTW, samba-devel and samba aren't the only two ports assuming you install them with default PREFIX (="/usr/local"). Another one I can say this about for sure is ngrep. cynic@mail.cz ------------- And the eyes of them both were opened and they saw that their files were world readable and writable, so they chmoded 600 their files. - Book of Installation chapt 3 sec 7 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Jul 1 16:17:12 2001 Delivered-To: freebsd-ports@freebsd.org Received: from leviathan.inethouston.net (leviathan.inethouston.net [66.64.12.249]) by hub.freebsd.org (Postfix) with ESMTP id CFC6A37B403; Sun, 1 Jul 2001 16:17:09 -0700 (PDT) (envelope-from dwcjr@inethouston.net) Received: from dwcjr (unknown [66.64.12.254]) by leviathan.inethouston.net (Postfix) with ESMTP id 8EB5510F40F; Sun, 1 Jul 2001 18:17:14 -0500 (CDT) Message-ID: <014b01c10283$f944ede0$fe0c4042@inethouston.net> From: "David W. Chapman Jr." To: , , "Cynic" References: <5.1.0.14.2.20010701231030.020399d0@mail.cz> Subject: Re: samba port install failure... general question Date: Sun, 1 Jul 2001 18:17:18 -0500 X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4522.1200 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org > is there a reason for a port to assume it's installed in > /usr/local? I just tried to build samba-devel, and it failed, > because there's no /usr/local/samba/share/ (the command line > was # make PREFIX="/usr/local/samba" install, Makefile contains > > post-install: > ${MKDIR} ${PREFIX}/share/examples/samba > PREFIX is not always /usr/local, but you can assume that the ports system wants to install into a PREFIX that looks like /usr/local or it will try to make your PREFIX look like /usr/local basically. > and other things like that, and # make install failed with > > Installing SWAT in /usr/local/samba/share/swat > Installing the Samba Web Administration Tool > mkdir: /usr/local/samba/share: No such file or directory > Failed to make directory /usr/local/samba/share/swat, does root > have privileges? > This would be because ports can't modify directories under /usr/local or create them for that matter(to the best of my knowledge, I"m sure someone more knowledgeable could comment). If you want it installed in /usr/local/samba, just download the tarball and compile it to avoid this problem if you absolutely need it in /usr/local/samba, but that's not the best place for it, where the port puts it is probably the place you would want it 95% of the time. > I tried to workaround the limitation with this: > > [toor(root)@freepuppy samba-devel]# mkdir /usr/local/samba/share > [toor(root)@freepuppy samba-devel]# make clean > [toor(root)@freepuppy samba-devel]# make PREFIX="/usr/local/samba" build > [toor(root)@freepuppy samba-devel]# make install > If you run mkdir /tmp/samba make clean install PREFIX=/tmp/samba that will prove that they don't assume PREFIX=/usr/local From my understanding ports can't modify anything under /usr/local that doesn't already exist and that's where your problem lies. So a solution for you would be to let it install it where it wants or compile it from the source. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Jul 1 16:20: 8 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id ED1CA37B405 for ; Sun, 1 Jul 2001 16:20:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f61NK2319504; Sun, 1 Jul 2001 16:20:02 -0700 (PDT) (envelope-from gnats) Received: from electron.databits.net (montserat.netreach.net [209.152.221.28]) by hub.freebsd.org (Postfix) with ESMTP id 6044D37B401 for ; Sun, 1 Jul 2001 16:11:31 -0700 (PDT) (envelope-from petef@electron.databits.net) Received: (from petef@localhost) by electron.databits.net (8.11.4/8.11.4) id f61NANk19080; Sun, 1 Jul 2001 19:10:23 -0400 (EDT) (envelope-from petef) Message-Id: <200107012310.f61NANk19080@electron.databits.net> Date: Sun, 1 Jul 2001 19:10:23 -0400 (EDT) From: Pete Fritchman Reply-To: Pete Fritchman To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/28613: Update net/ipcalc to 0.34 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 28613 >Category: ports >Synopsis: Update net/ipcalc to 0.34 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Sun Jul 01 16:20:02 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Pete Fritchman >Release: FreeBSD 4.3-STABLE i386 >Organization: Databits Network Services, Inc. >Environment: System: FreeBSD electron.databits.net 4.3-STABLE FreeBSD 4.3-STABLE #7: Mon Jun 11 10:15:45 EDT 2001 root@electron.databits.net:/usr/obj/usr/src/sys/ELECTRON i386 >Description: - update to version 0.34 - take over as maintainer >How-To-Repeat: >Fix: Index: Makefile =================================================================== RCS file: /home/ncvs/ports/net/ipcalc/Makefile,v retrieving revision 1.2 diff -u -r1.2 Makefile --- Makefile 2001/05/26 04:44:49 1.2 +++ Makefile 2001/07/01 23:08:54 @@ -6,15 +6,16 @@ # $FreeBSD: ports/net/ipcalc/Makefile,v 1.1 2001/05/21 06:30:15 ijliao Exp $ PORTNAME= ipcalc -PORTVERSION= 0.33 +PORTVERSION= 0.34 CATEGORIES= net MASTER_SITES= http://jodies.de/ DISTFILES= ipcalc.pl -EXTRACT_ONLY= +EXTRACT_ONLY= # empty -MAINTAINER= ports@FreeBSD.org +MAINTAINER= petef@databits.net NO_BUILD= yes +USE_PERL5= yes do-install: ${INSTALL_SCRIPT} ${DISTDIR}/${DISTFILES} ${PREFIX}/bin/${PORTNAME} Index: distinfo =================================================================== RCS file: /home/ncvs/ports/net/ipcalc/distinfo,v retrieving revision 1.1 diff -u -r1.1 distinfo --- distinfo 2001/05/21 06:30:15 1.1 +++ distinfo 2001/07/01 23:08:39 @@ -1 +1 @@ -MD5 (ipcalc.pl) = 69cabe6175621afaf3397a6b9e2e4bb5 +MD5 (ipcalc.pl) = 38e75c33243ed566dc71cf0266e8ba03 Index: pkg-descr =================================================================== RCS file: /home/ncvs/ports/net/ipcalc/pkg-descr,v retrieving revision 1.1 diff -u -r1.1 pkg-descr --- pkg-descr 2001/05/21 06:30:15 1.1 +++ pkg-descr 2001/07/01 23:09:04 @@ -7,3 +7,6 @@ (255.255.255.0). Inverse netmasks are recognized. WWW: http://jodies.de/ipcalc/ + +- Pete +petef@databits.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 1 16:46:40 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id BEE1137B403; Sun, 1 Jul 2001 16:46:38 -0700 (PDT) (envelope-from lioux@FreeBSD.org) Received: (from lioux@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f61NkcC21724; Sun, 1 Jul 2001 16:46:38 -0700 (PDT) (envelope-from lioux) Date: Sun, 1 Jul 2001 16:46:38 -0700 (PDT) From: Message-Id: <200107012346.f61NkcC21724@freefall.freebsd.org> To: lioux@FreeBSD.org, freebsd-ports@FreeBSD.org, gnome@FreeBSD.org Subject: Re: ports/28610: Update mozilla to 0.9.2 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: Update mozilla to 0.9.2 Responsible-Changed-From-To: freebsd-ports->gnome Responsible-Changed-By: lioux Responsible-Changed-When: Sun Jul 1 16:46:07 PDT 2001 Responsible-Changed-Why: OVer to maintainer. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=28610 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Jul 1 17:20: 5 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9295437B403 for ; Sun, 1 Jul 2001 17:20:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f620K1q26892; Sun, 1 Jul 2001 17:20:01 -0700 (PDT) (envelope-from gnats) Received: from cielo.eece.unm.edu (cielo.eece.unm.edu [129.24.24.11]) by hub.freebsd.org (Postfix) with ESMTP id 297B237B401 for ; Sun, 1 Jul 2001 17:12:32 -0700 (PDT) (envelope-from dbader@eece.unm.edu) Received: from pequin.eece.unm.edu ([129.24.24.132]) by cielo.eece.unm.edu with esmtp (Exim 3.22 #1) id 15GrK5-0000z2-00 for FreeBSD-gnats-submit@freebsd.org; Sun, 01 Jul 2001 18:12:17 -0600 Received: (from dbader@localhost) by pequin.eece.unm.edu (8.9.3+Sun/8.9.3) id SAA05030; Sun, 1 Jul 2001 18:12:14 -0600 (MDT) Message-Id: <200107020012.SAA05030@pequin.eece.unm.edu> Date: Sun, 1 Jul 2001 18:12:14 -0600 (MDT) From: dbader@eece.unm.edu Reply-To: dbader@eece.unm.edu To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/28614: updated port biology/paml Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 28614 >Category: ports >Synopsis: updated port biology/paml 3.03 -> 3.04 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Sun Jul 01 17:20:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: David A. Bader >Release: FreeBSD 4.3-RELEASE i386 >Organization: The University of New Mexico >Environment: System: FreeBSD bean.eece.unm.edu 4.3-RELEASE FreeBSD 4.3-RELEASE #1: Wed May 2 06:51:32 MDT 2001 root@bean.eece.unm.edu:/usr/obj/usr/src/sys/BEAN4 i386 >Description: >How-To-Repeat: >Fix: begin 644 paml.patches M+2TM("]U2]P86UL+TUA:V5F:6QE+F]R:6<)5'5E M($IU;B`R-B`R,#HS-#HQ-2`R,#`Q"BLK*R`O=7-R+W!O0H@34%35$527U-)5$53/0EF='`Z+R]A8F%C=7,N9V5N92YU8VPN86,N=6LO M<'5B+W!A;6PO"BU$25-43D%-13T)<&%M;#,N,&,**T1)4U1.04U%/0EP86UL M,RXP9`H@15A44D%#5%]35498/0DN=&%R+EH*(`H@34%)3E1!24Y%4CT)9&)A M9&5R0&5E8V4N=6YM+F5D=0HM+2T@+W5SRelease-Note: >Audit-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 1 17:46:44 2001 Delivered-To: freebsd-ports@freebsd.org Received: from bankrupt.com (cc508428-b.trntn1.nj.home.com [24.9.94.105]) by hub.freebsd.org (Postfix) with SMTP id 1C36A37B401 for ; Sun, 1 Jul 2001 17:46:41 -0700 (PDT) (envelope-from mars@cannoncreek.com) Received: (qmail 1779 invoked from network); 2 Jul 2001 00:38:09 -0000 Received: from unknown (HELO hellraiser.cannoncreek.com) (202.78.79.4) by cc508428-b.trntn1.nj.home.com with SMTP; 2 Jul 2001 00:38:09 -0000 Content-Type: text/plain; charset="iso-8859-1" From: Mars G Miro Reply-To: mars@cannoncreek.com To: freebsd-ports@freebsd.org Subject: clarification on P5-CGI port Date: Mon, 2 Jul 2001 08:55:47 +0800 X-Mailer: KMail [version 1.2] Received: from the Dark Corners of Oblivion (172.16.1.254) X-Sender-Ip: 172.16.1.254 X-Copyright: 2001, Mars G. Miro, All Rights Reserved X-Notice: Redistribution and Duplication prohibited without proper consent of the Author MIME-Version: 1.0 Message-Id: <01070208554700.10103@hellraiser.cannoncreek.com> Content-Transfer-Encoding: 8bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Greetings, I installed the p5-CGI port (CGI.pm) and it installed w/o errors whatsoever. But I'm stomped, because: $ perl -MCGI -e 'print $CGI::VERSION' 2.46 Any ideas? TIA cheers mars To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Jul 1 18: 0:16 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0E51437B407 for ; Sun, 1 Jul 2001 18:00:11 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f6210Ab29907; Sun, 1 Jul 2001 18:00:10 -0700 (PDT) (envelope-from gnats) Received: from wlgrv1.pa.home.com (cc92687-a.wlgrv1.pa.home.com [24.5.63.190]) by hub.freebsd.org (Postfix) with ESMTP id 2A60237B403 for ; Sun, 1 Jul 2001 17:55:11 -0700 (PDT) (envelope-from pat@wlgrv1.pa.home.com) Received: (from root@localhost) by wlgrv1.pa.home.com (8.11.4/8.11.4) id f620t9F29260; Sun, 1 Jul 2001 20:55:09 -0400 (EDT) (envelope-from pat) Message-Id: <200107020055.f620t9F29260@wlgrv1.pa.home.com> Date: Sun, 1 Jul 2001 20:55:09 -0400 (EDT) From: pat@databits.net Reply-To: pat@databits.net To: FreeBSD-gnats-submit@freebsd.org Cc: pelle@fukt.bth.se X-Send-Pr-Version: 3.113 Subject: ports/28615: Update port: x11/temperature.app Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 28615 >Category: ports >Synopsis: Update port: x11/temperature.app >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun Jul 01 18:00:10 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Patrick Li >Release: FreeBSD 4.3-STABLE i386 >Organization: N/A >Environment: System: FreeBSD bottlenek 4.3-STABLE FreeBSD 4.3-STABLE #0: Tue Jun 26 15:02:11 EDT 2001 pat@bottlenek:/usr/src/sys/compile/BOTTLENEK i386 >Description: o Update port x11/temperature.app o Properly install docs + NOPORTDOCS support in Makefile and pkg-plist. >How-To-Repeat: N/A >Fix: diff -ruN /usr/ports/x11/temperature.app/Makefile temperature.app/Makefile --- /usr/ports/x11/temperature.app/Makefile Sun May 27 15:03:50 2001 +++ temperature.app/Makefile Sun Jul 1 20:44:44 2001 @@ -6,7 +6,7 @@ # PORTNAME= temperature.app -PORTVERSION= 1.0 +PORTVERSION= 1.3 CATEGORIES= x11 windowmaker MASTER_SITES= http://www.fukt.bth.se/~per/temperature/ DISTNAME= Temperature.app-${PORTVERSION} @@ -19,8 +19,11 @@ USE_X_PREFIX= yes do-install: - ${MKDIR} ${PREFIX}/share/doc/${PORTNAME} - ${INSTALL_PROGRAM} ${WRKSRC}/Temperature.app ${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/README ${PREFIX}/share/doc/${PORTNAME} + @${INSTALL_PROGRAM} ${WRKSRC}/Temperature.app ${PREFIX}/bin +.ifndef(NOPORTDOCS) + @${INSTALL} -d -o ${SHAREOWN} -g ${SHAREGRP} -m ${SHAREMODE} \ + ${PREFIX}/share/doc/${PORTNAME} + @${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/${PORTNAME} +.endif .include diff -ruN /usr/ports/x11/temperature.app/distinfo temperature.app/distinfo --- /usr/ports/x11/temperature.app/distinfo Sun May 27 15:03:50 2001 +++ temperature.app/distinfo Sun Jul 1 20:45:13 2001 @@ -1 +1 @@ -MD5 (Temperature.app-1.0.tar.gz) = 9b09c940be3da5eddd6fa95b2b365978 +MD5 (Temperature.app-1.3.tar.gz) = ee47fab0f27c8f5e702f95179ff6e9d8 diff -ruN /usr/ports/x11/temperature.app/files/patch-Makefile temperature.app/files/patch-Makefile --- /usr/ports/x11/temperature.app/files/patch-Makefile Sun May 27 15:03:50 2001 +++ temperature.app/files/patch-Makefile Sun Jul 1 20:47:50 2001 @@ -1,10 +1,13 @@ - -$FreeBSD: ports/x11/temperature.app/files/patch-Makefile,v 1.1 2001/05/27 19:03:50 sobomax Exp $ - ---- Makefile 2001/05/27 11:50:22 1.1 -+++ Makefile 2001/05/27 11:51:42 -@@ -7,8 +7,8 @@ - X11_BINDIR = /usr/X11R6/bin +--- Makefile.orig Mon Jun 25 12:03:07 2001 ++++ Makefile Sun Jul 1 20:47:36 2001 +@@ -3,12 +3,12 @@ + # + + DESTDIR = +-GNUSTEP_BINDIR = /usr/local/GNUstep/Apps/Temperature.app +-X11_BINDIR = /usr/X11R6/bin ++GNUSTEP_BINDIR = $(X11BASE)/GNUstep/Apps/Temperature.app ++X11_BINDIR = $(X11BASE)/bin CXX=c++ -CXXFLAGS += -Wall -pedantic -fno-rtti -fno-exceptions -O2 -I/usr/X11R6/include diff -ruN /usr/ports/x11/temperature.app/pkg-plist temperature.app/pkg-plist --- /usr/ports/x11/temperature.app/pkg-plist Sun May 27 15:03:50 2001 +++ temperature.app/pkg-plist Sun Jul 1 20:44:11 2001 @@ -1,3 +1,3 @@ bin/Temperature.app -share/doc/temperature.app/README -@dirrm share/doc/temperature.app +%%PORTDOCS%%share/doc/temperature.app/README +%%PORTDOCS%%@dirrm share/doc/temperature.app >Release-Note: >Audit-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 1 18: 4: 3 2001 Delivered-To: freebsd-ports@freebsd.org Received: from guenni.private.de (pD9E4A917.dip.t-dialin.net [217.228.169.23]) by hub.freebsd.org (Postfix) with ESMTP id 253CF37B403; Sun, 1 Jul 2001 18:04:00 -0700 (PDT) (envelope-from guenther.schmidt@bigfoot.de) Received: from guenni.private.de (localhost.private.de [127.0.0.1]) by guenni.private.de (8.11.4/8.11.4) with SMTP id f6213uF32824; Mon, 2 Jul 2001 03:03:57 +0200 (CEST) (envelope-from guenther.schmidt@bigfoot.de) Content-Type: text/plain; charset="iso-8859-1" From: User & To: 3d@freebsd.org Subject: FreeBSD Port: linux_glx-991127 Date: Sun, 1 Jul 2001 00:22:01 +0200 X-Mailer: KMail [version 1.2] Cc: ports@freebsd.org MIME-Version: 1.0 Message-Id: <01070100184901.30415@guenni.private.de> Content-Transfer-Encoding: 8bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Hi all, I'm running FreeBSD 4.3 STABLE and XFree86 4.1.0 with DRI working according to glxinfo. (What a pain that was). Have installed Quake III Arena in /usr/compat/linux/usr/local/games/quake3. According to FreeBSD Handbook, Linux Binary Compatability, a Linux Binary will search for libs in /usr/compat/linux/LD_PATH first and then in FreeBSD root/LD_PATH for shared libs. (Quake 3 Linux Binary looks for libGL.so). In order to get Hardware Acceleration of my ATI Rage Pro I want Quake 3 to find the FreeBSD native libGL.so which it actually does. Unfortunately another problem occurs: ELF file OS ABI invalid. From what I've read in the FreeBSD Handbook / Linux Binary Compatablity / Advanced Topics section the Linux Binary should do just fine with FreeBSD native shared libs. What am I missing? Guenther To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Jul 1 19:20:10 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2963C37B403 for ; Sun, 1 Jul 2001 19:20:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f622K1x42238; Sun, 1 Jul 2001 19:20:01 -0700 (PDT) (envelope-from gnats) Received: from wlgrv1.pa.home.com (cc92687-a.wlgrv1.pa.home.com [24.5.63.190]) by hub.freebsd.org (Postfix) with ESMTP id 0647B37B405 for ; Sun, 1 Jul 2001 19:13:15 -0700 (PDT) (envelope-from pat@wlgrv1.pa.home.com) Received: (from root@localhost) by wlgrv1.pa.home.com (8.11.4/8.11.4) id f622DEO34275; Sun, 1 Jul 2001 22:13:14 -0400 (EDT) (envelope-from pat) Message-Id: <200107020213.f622DEO34275@wlgrv1.pa.home.com> Date: Sun, 1 Jul 2001 22:13:14 -0400 (EDT) From: pat@databits.net Reply-To: pat@databits.net To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/28618: Fix (MASTERSITES): games/hlserver-dmc Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 28618 >Category: ports >Synopsis: Fix (MASTERSITES): games/hlserver-dmc >Confidential: 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 01 19:20:00 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Patrick Li >Release: FreeBSD 4.3-STABLE i386 >Organization: N/A >Environment: FreeBSD bottlenek 4.3-STABLE FreeBSD 4.3-STABLE #0: Tue Jun 26 15:02:11 EDT 2001 pat@bottlenek:/usr/src/sys/compile/BOTTLENEK i386 >Description: + Add site to top of MASTER SITES to achieve optimum download speeds >How-To-Repeat: N/A >Fix: diff -ruN /usr/ports/games/hlserver-dmc/Makefile hlserver-dmc/Makefile --- /usr/ports/games/hlserver-dmc/Makefile Sat Jun 9 15:52:59 2001 +++ hlserver-dmc/Makefile Sun Jul 1 21:14:02 2001 @@ -7,7 +7,8 @@ PORTNAME= dmc PORTVERSION= 1.0 -MASTER_SITES= ftp://ftp.bluesnews.com/half-life/dmc/ \ +MASTER_SITES= http://games.velocity.net/files/Halflife/ \ + ftp://ftp.bluesnews.com/half-life/dmc/ \ http://www.smidge.com/data/files/17/ \ http://www.planetmirror.com/pub/bluesnews/half-life/dmc/ DISTNAME= ${PORTNAME}_v1_i386 >Release-Note: >Audit-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 1 19:20:11 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 48D6537B401 for ; Sun, 1 Jul 2001 19:20:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f622K1442247; Sun, 1 Jul 2001 19:20:01 -0700 (PDT) (envelope-from gnats) Received: from wlgrv1.pa.home.com (cc92687-a.wlgrv1.pa.home.com [24.5.63.190]) by hub.freebsd.org (Postfix) with ESMTP id 32CBA37B401; Sun, 1 Jul 2001 19:15:29 -0700 (PDT) (envelope-from pat@wlgrv1.pa.home.com) Received: (from root@localhost) by wlgrv1.pa.home.com (8.11.4/8.11.4) id f622FSc34386; Sun, 1 Jul 2001 22:15:28 -0400 (EDT) (envelope-from pat) Message-Id: <200107020215.f622FSc34386@wlgrv1.pa.home.com> Date: Sun, 1 Jul 2001 22:15:28 -0400 (EDT) From: pat@databits.net Reply-To: pat@databits.net To: FreeBSD-gnats-submit@freebsd.org Cc: lioux@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/28619: Fix (MASTERSITES): games/hlserver-opfor Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 28619 >Category: ports >Synopsis: Fix (MASTERSITES): games/hlserver-opfor >Confidential: 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 01 19:20:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Patrick Li >Release: FreeBSD 4.3-STABLE i386 >Organization: N/A >Environment: FreeBSD bottlenek 4.3-STABLE FreeBSD 4.3-STABLE #0: Tue Jun 26 15:02:11 EDT 2001 pat@bottlenek:/usr/src/sys/compile/BOTTLENEK i386 >Description: + Add new site to top of MASTER SITES to achieve optimum download speeds >How-To-Repeat: N/A >Fix: diff -ruN /usr/ports/games/hlserver-opfor/Makefile hlserver-opfor/Makefile --- /usr/ports/games/hlserver-opfor/Makefile Sun May 20 23:14:49 2001 +++ hlserver-opfor/Makefile Sun Jul 1 21:16:22 2001 @@ -7,7 +7,8 @@ PORTNAME= opfor PORTVERSION= 1.1.0.6 -MASTER_SITES= http://fileplanet.games-world.net/dl/ftp1.gamespy.com/fpnew/action/half-life/official/ \ +MASTER_SITES= http://www.planetmirror.com/pub/bluesnews/half-life/opfor/ \ + http://fileplanet.games-world.net/dl/ftp1.gamespy.com/fpnew/action/half-life/official/ \ http://ftp1download.gamespy.com/fileplanet/fpnew/action/half-life/official/ DISTNAME= op4-linux-${PORTVERSION:S/.//g} >Release-Note: >Audit-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 1 19:30: 9 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B1CA637B403 for ; Sun, 1 Jul 2001 19:30:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f622U1a43113; Sun, 1 Jul 2001 19:30:01 -0700 (PDT) (envelope-from gnats) Received: from wlgrv1.pa.home.com (cc92687-a.wlgrv1.pa.home.com [24.5.63.190]) by hub.freebsd.org (Postfix) with ESMTP id 2DE7837B401 for ; Sun, 1 Jul 2001 19:20:26 -0700 (PDT) (envelope-from pat@wlgrv1.pa.home.com) Received: (from root@localhost) by wlgrv1.pa.home.com (8.11.4/8.11.4) id f622KPo34530; Sun, 1 Jul 2001 22:20:25 -0400 (EDT) (envelope-from pat) Message-Id: <200107020220.f622KPo34530@wlgrv1.pa.home.com> Date: Sun, 1 Jul 2001 22:20:25 -0400 (EDT) From: pat@databits.net Reply-To: pat@databits.net To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/28621: New port: games/hlserver-oz Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 28621 >Category: ports >Synopsis: New port: games/hlserver-oz >Confidential: 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 01 19:30:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Patrick Li >Release: FreeBSD 4.3-STABLE i386 >Organization: N/A >Environment: FreeBSD bottlenek 4.3-STABLE FreeBSD 4.3-STABLE #0: Tue Jun 26 15:02:11 EDT 2001 pat@bottlenek:/usr/src/sys/compile/BOTTLENEK i386 >Description: + New port Oz Deathmatch Mod for Half Life Dedicated Server (note this is a slave port for games/halflifeserver check games/hlserver-cs for more info) >How-To-Repeat: N/A >Fix: # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # hlserver-oz # hlserver-oz/Makefile # hlserver-oz/distinfo # hlserver-oz/pkg-comment # hlserver-oz/pkg-descr # hlserver-oz/pkg-plist # echo c - hlserver-oz mkdir -p hlserver-oz > /dev/null 2>&1 echo x - hlserver-oz/Makefile sed 's/^X//' >hlserver-oz/Makefile << 'END-of-hlserver-oz/Makefile' X# New ports collection makefile for: HLDS: Oz Deathmatch Mod X# Date created: Sun Jul 1 21:22:19 EDT 2001 X# Whom: pat@databits.net X# X# $FreeBSD$ X# X XPORTNAME= oz XPORTVERSION= 2.1 XMASTER_SITES= ftp://216.105.166.48/pub2/halflife/mods/oz_deathmatch/ XDISTNAME= Oz-Linux-${PORTVERSION} X XWRKSRC= ${WRKDIR}/${PORTNAME} X XHALFLIFE_COUNTERSTRIKE_MASTER= ${.CURDIR}/../hlserver-cs X X.include "${HALFLIFE_COUNTERSTRIKE_MASTER}/Makefile" END-of-hlserver-oz/Makefile echo x - hlserver-oz/distinfo sed 's/^X//' >hlserver-oz/distinfo << 'END-of-hlserver-oz/distinfo' XMD5 (Oz-Linux-2.1.tar.gz) = 2c1b2beb520d7a51b58aa0614babe72f END-of-hlserver-oz/distinfo echo x - hlserver-oz/pkg-comment sed 's/^X//' >hlserver-oz/pkg-comment << 'END-of-hlserver-oz/pkg-comment' XHalf-Life mod Oz Deathmatch full server package for Linux END-of-hlserver-oz/pkg-comment echo x - hlserver-oz/pkg-descr sed 's/^X//' >hlserver-oz/pkg-descr << 'END-of-hlserver-oz/pkg-descr' XThis package contains the files to run a FreeBSD Half-Life XOz Deathmatch server under Linux emulation. X XWWW: http://www.planethalflife.com/oz/ X X- Patrick Li END-of-hlserver-oz/pkg-descr echo x - hlserver-oz/pkg-plist sed 's/^X//' >hlserver-oz/pkg-plist << 'END-of-hlserver-oz/pkg-plist' X%%HLDSDIR%%oz/cached.wad X%%HLDSDIR%%oz/cfg/colors.cfg X%%HLDSDIR%%oz/cfg/grapple.cfg X%%HLDSDIR%%oz/cfg/multiplayer.cfg X%%HLDSDIR%%oz/cfg/player.cfg X%%HLDSDIR%%oz/cfg/special.cfg X%%HLDSDIR%%oz/cfg/weapons.cfg X%%HLDSDIR%%oz/dlls/mp_i386.so X%%HLDSDIR%%oz/events/gauss.sc X%%HLDSDIR%%oz/events/gaussspin.sc X%%HLDSDIR%%oz/events/glock1.sc X%%HLDSDIR%%oz/events/glock2.sc X%%HLDSDIR%%oz/events/mp5.sc X%%HLDSDIR%%oz/events/python.sc X%%HLDSDIR%%oz/events/shotgun1.sc X%%HLDSDIR%%oz/events/shotgun2.sc X%%HLDSDIR%%oz/events/train.sc X%%HLDSDIR%%oz/gfx/shell/CONS.BMP X%%HLDSDIR%%oz/gfx/shell/DEDICATE.BMP X%%HLDSDIR%%oz/gfx/shell/DIVIDER.BMP X%%HLDSDIR%%oz/gfx/shell/DNARROWD.BMP X%%HLDSDIR%%oz/gfx/shell/DNARROWF.BMP X%%HLDSDIR%%oz/gfx/shell/DNARROWP.BMP X%%HLDSDIR%%oz/gfx/shell/DOWN.BMP X%%HLDSDIR%%oz/gfx/shell/FAVORITE.BMP X%%HLDSDIR%%oz/gfx/shell/HEAD_LAN.BMP X%%HLDSDIR%%oz/gfx/shell/KB_ACT.LST X%%HLDSDIR%%oz/gfx/shell/KB_DEF.LST X%%HLDSDIR%%oz/gfx/shell/LINUX.BMP X%%HLDSDIR%%oz/gfx/shell/LISTEN.BMP X%%HLDSDIR%%oz/gfx/shell/LOCK.BMP X%%HLDSDIR%%oz/gfx/shell/NONFAV.BMP X%%HLDSDIR%%oz/gfx/shell/PCG.BMP X%%HLDSDIR%%oz/gfx/shell/SPLASH.BMP X%%HLDSDIR%%oz/gfx/shell/THUMB.BMP X%%HLDSDIR%%oz/gfx/shell/UNLOCK.BMP X%%HLDSDIR%%oz/gfx/shell/UP.BMP X%%HLDSDIR%%oz/gfx/shell/UPARROWP.BMP X%%HLDSDIR%%oz/gfx/shell/Uparrowd.bmp X%%HLDSDIR%%oz/gfx/shell/Uparrowf.bmp X%%HLDSDIR%%oz/gfx/shell/WINDOWS.BMP X%%HLDSDIR%%oz/gfx/shell/btns_main.bmp X%%HLDSDIR%%oz/gfx/shell/head_advanced.BMP X%%HLDSDIR%%oz/gfx/shell/head_advoptions.bmp X%%HLDSDIR%%oz/gfx/shell/head_audio.BMP X%%HLDSDIR%%oz/gfx/shell/head_config.bmp X%%HLDSDIR%%oz/gfx/shell/head_controls.BMP X%%HLDSDIR%%oz/gfx/shell/head_creategame.bmp X%%HLDSDIR%%oz/gfx/shell/head_createroom.bmp X%%HLDSDIR%%oz/gfx/shell/head_custom.bmp X%%HLDSDIR%%oz/gfx/shell/head_customize.BMP X%%HLDSDIR%%oz/gfx/shell/head_filter.BMP X%%HLDSDIR%%oz/gfx/shell/head_gameopts.BMP X%%HLDSDIR%%oz/gfx/shell/head_gore.bmp X%%HLDSDIR%%oz/gfx/shell/head_inetgames.BMP X%%HLDSDIR%%oz/gfx/shell/head_keyboard.BMP X%%HLDSDIR%%oz/gfx/shell/head_load.bmp X%%HLDSDIR%%oz/gfx/shell/head_multi.bmp X%%HLDSDIR%%oz/gfx/shell/head_newgame.bmp X%%HLDSDIR%%oz/gfx/shell/head_readme.BMP X%%HLDSDIR%%oz/gfx/shell/head_room.BMP X%%HLDSDIR%%oz/gfx/shell/head_rooms.BMP X%%HLDSDIR%%oz/gfx/shell/head_save.bmp X%%HLDSDIR%%oz/gfx/shell/head_saveload.bmp X%%HLDSDIR%%oz/gfx/shell/head_single.BMP X%%HLDSDIR%%oz/gfx/shell/head_video.BMP X%%HLDSDIR%%oz/gfx/shell/head_vidmodes.BMP X%%HLDSDIR%%oz/gfx/shell/head_vidoptions.bmp X%%HLDSDIR%%oz/liblist.gam X%%HLDSDIR%%oz/listenserver.cfg X%%HLDSDIR%%oz/mapcycle.txt X%%HLDSDIR%%oz/media/logo.avi X%%HLDSDIR%%oz/motd.txt X%%HLDSDIR%%oz/pak0.pak X%%PORTDOCS%%%%HLDSDIR%%oz/readme.txt X%%HLDSDIR%%oz/server.cfg X%%HLDSDIR%%oz/settings.scr X%%HLDSDIR%%oz/sound/ambience/mechwine.wav X%%HLDSDIR%%oz/sound/misc/talk.wav X@dirrm %%HLDSDIR%%oz/sound/misc X@dirrm %%HLDSDIR%%oz/sound/ambience X@dirrm %%HLDSDIR%%oz/sound X@dirrm %%HLDSDIR%%oz/media X@dirrm %%HLDSDIR%%oz/gfx/shell X@dirrm %%HLDSDIR%%oz/gfx X@dirrm %%HLDSDIR%%oz/events X@dirrm %%HLDSDIR%%oz/dlls X@dirrm %%HLDSDIR%%oz/cfg X@unexec rmdir %D/%%HLDSDIR%%oz 2>/dev/null || echo "If you are permanently removing this port, you should do a ``rm -Rf ${PKG_PREFIX}/%%HLDSDIR%%oz`` to remove any configuration files and logs left." | fmt END-of-hlserver-oz/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 1 22:26: 3 2001 Delivered-To: freebsd-ports@freebsd.org Received: from london.physics.purdue.edu (london.physics.purdue.edu [128.210.67.35]) by hub.freebsd.org (Postfix) with ESMTP id BF43637B401; Sun, 1 Jul 2001 22:26:00 -0700 (PDT) (envelope-from will@physics.purdue.edu) Received: from bohr.physics.purdue.edu (bohr.physics.purdue.edu [128.210.67.12]) by london.physics.purdue.edu (8.8.8/8.8.8) with ESMTP id AAA00121; Mon, 2 Jul 2001 00:25:49 -0500 (EST) Received: by bohr.physics.purdue.edu (Postfix, from userid 12409) id A0E515BB5; Mon, 2 Jul 2001 00:25:49 -0500 (EST) Date: Mon, 2 Jul 2001 00:25:49 -0500 From: Will Andrews To: Steve Price Cc: Jimmy Olgeni , freebsd-ports@FreeBSD.ORG, "Jordan K. Hubbard" Subject: Re: CFR: Proposal for print-cdrom-packages.sh Message-ID: <20010702002549.N97456@bohr.physics.purdue.edu> Reply-To: Will Andrews Mail-Followup-To: Steve Price , Jimmy Olgeni , freebsd-ports@FreeBSD.ORG, "Jordan K. Hubbard" References: <20010630195538.E893-100000@olgeni.olgeni> <20010630222008.D70508@bsd.havk.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.3.17i In-Reply-To: <20010630222008.D70508@bsd.havk.org>; from steve@FreeBSD.ORG on Sat, Jun 30, 2001 at 10:20:08PM -0500 X-Operating-System: FreeBSD 4.3-STABLE i386 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Sat, Jun 30, 2001 at 10:20:08PM -0500, Steve Price (steve@FreeBSD.ORG) wrote: > Have you actually tested this to ensure that all of these packages > and their dependencies will actually fit on the first disc? Also > the space on disc 2 is very limited since that is where the CVS > repository has usually gone. You might consider moving those > packages to disc 3 or 4 where you have a whole disc's worth of > space. The repository hasn't been shipped on the CD set since FreeBSD 3.2R as I recall. You are most likely thinking of the live fs. -- wca To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Jul 1 22:32:35 2001 Delivered-To: freebsd-ports@freebsd.org Received: from onet2.cup.hp.com (onet2.cup.hp.com [15.255.208.3]) by hub.freebsd.org (Postfix) with ESMTP id D2B2537B403 for ; Sun, 1 Jul 2001 22:32:27 -0700 (PDT) (envelope-from marcel@p1000180.nsr.hp.com) Received: from kayak.xcllnt.net (p1000180.nsr.hp.com [15.109.0.180]) by onet2.cup.hp.com (Postfix) with ESMTP id E2DF418C98; Sun, 1 Jul 2001 22:32:26 -0700 (PDT) Received: from dhcp11.xcllnt.net (dhcp11.xcllnt.net [192.168.4.211]) by kayak.xcllnt.net (8.11.3/8.11.3) with ESMTP id f625WQ411201; Sun, 1 Jul 2001 22:32:26 -0700 (PDT) (envelope-from marcel@kayak.xcllnt.net) Received: (from marcel@localhost) by dhcp11.xcllnt.net (8.11.4/8.11.3) id f625XQO00905; Sun, 1 Jul 2001 22:33:26 -0700 (PDT) (envelope-from marcel) Date: Sun, 1 Jul 2001 22:33:25 -0700 From: Marcel Moolenaar To: "Luis A. Burgos" Cc: ports@FreeBSD.org Subject: Re: FreeBSD Port: linux_base-6.1 Message-ID: <20010701223325.A755@dhcp11.xcllnt.net> References: <01b201c101b2$e9f2bb50$a0cf3cd0@pollux> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <01b201c101b2$e9f2bb50$a0cf3cd0@pollux>; from burgosl@bellsouth.net on Sat, Jun 30, 2001 at 06:20:46PM -0400 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Sat, Jun 30, 2001 at 06:20:46PM -0400, Luis A. Burgos wrote: > My question is: is is possible to upgrade glibc and libjpeg for the linux emulation on 4.3 stable? If so, how? In principle, you can upgrade the glibc and libjpeg libraries by installing more recent versions. You can download the rpm's from any RH mirror and use either the rpm port or the installed Linux version to query the versions you have now and install new ones. Of course, expect some trouble. You may need to upgrade other packages before you can install a new glibc or libjpeg. The principle is the same, including upgrading dependent packages. Also, a new glibc is likely to depend on new syscalls, not currently emulated by the Linuxulator. If this happens, a lot more work needs to be done. > I'm not a unix guru, so unless it's a straightforward task, I don't think I can do it. If so, are you planning to upgrade the linux emulation anytime soon, or are you waiting for the release of 5.0 to include a newer version. At this time, I hardly assign any time to FreeBSD. I stopped making plans I fail to execute anyway. Yes, it's about time we upgraded our ports (linux_base and linux_devtools), but I don't know when it happens and who will be doing it... HTH, -- Marcel Moolenaar mail: marcel@cup.hp.com / marcel@FreeBSD.org tel: (408) 447-4222 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Jul 1 23:10:10 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3068137B405 for ; Sun, 1 Jul 2001 23:10:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f626A2L83281; Sun, 1 Jul 2001 23:10:02 -0700 (PDT) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6BA8E37B412 for ; Sun, 1 Jul 2001 23:02:46 -0700 (PDT) (envelope-from nobody@FreeBSD.org) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f6262kj79496; Sun, 1 Jul 2001 23:02:46 -0700 (PDT) (envelope-from nobody) Message-Id: <200107020602.f6262kj79496@freefall.freebsd.org> Date: Sun, 1 Jul 2001 23:02:46 -0700 (PDT) From: Paul Marquis To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/28622: Update port: textproc/isearch Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 28622 >Category: ports >Synopsis: Update port: textproc/isearch >Confidential: 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 01 23:10:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Paul Marquis >Release: FreeBSD 4.3-STABLE i386 >Organization: >Environment: System: FreeBSD sboy.pmarquis.com 4.3-STABLE FreeBSD 4.3-STABLE #1: Fri Jun 22 13:47:33 EDT 2001 pmarquis@sboy.pmarquis.com:/usr/obj/usr/src/sys/SBOY i386 >Description: This is an upgrade of the Isearch port from 1.14 to 1.47d. A shar file is included in the Fix section of the PR. >How-To-Repeat: >Fix: # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # /usr/ports/textproc/isearch # /usr/ports/textproc/isearch/pkg-plist # /usr/ports/textproc/isearch/pkg-descr # /usr/ports/textproc/isearch/pkg-comment # /usr/ports/textproc/isearch/distinfo # /usr/ports/textproc/isearch/Makefile # echo c - /usr/ports/textproc/isearch mkdir -p /usr/ports/textproc/isearch > /dev/null 2>&1 echo x - /usr/ports/textproc/isearch/pkg-plist sed 's/^X//' >/usr/ports/textproc/isearch/pkg-plist << 'END-of-/usr/ports/textproc/isearch/pkg-plist' Xbin/Iindex Xbin/Isearch Xbin/Iutil Xshare/doc/Isearch/QuickStart.html Xshare/doc/Isearch/IsearchFeatures.html Xshare/doc/Isearch/IsearchTutorial.html Xshare/doc/Isearch/Isearch-cgi-tutorial.html X@dirrm share/doc/Isearch END-of-/usr/ports/textproc/isearch/pkg-plist echo x - /usr/ports/textproc/isearch/pkg-descr sed 's/^X//' >/usr/ports/textproc/isearch/pkg-descr << 'END-of-/usr/ports/textproc/isearch/pkg-descr' XIsearch is an open source software package for indexing and searching Xtext documents. It supports full text and field based searching, Xrelevance ranked results, and Boolean queries, and it can index many Xkinds of documents, including HTML, mail folders, list digests, and Xtext with SGML-style mark up. Additional document types can be added Xas C++ modules. Isearch also includes CGI tools to provide a web Xinterface for searching X XWWW: http://www.etymon.com/Isearch/index.html X XPaul Marquis Xpmarquis@pobox.com END-of-/usr/ports/textproc/isearch/pkg-descr echo x - /usr/ports/textproc/isearch/pkg-comment sed 's/^X//' >/usr/ports/textproc/isearch/pkg-comment << 'END-of-/usr/ports/textproc/isearch/pkg-comment' XText Search Engine by CNIDR END-of-/usr/ports/textproc/isearch/pkg-comment echo x - /usr/ports/textproc/isearch/distinfo sed 's/^X//' >/usr/ports/textproc/isearch/distinfo << 'END-of-/usr/ports/textproc/isearch/distinfo' XMD5 (Isearch-1.47d.tar.gz) = 12373e0e54bfc4e195dcaa14554f354b END-of-/usr/ports/textproc/isearch/distinfo echo x - /usr/ports/textproc/isearch/Makefile sed 's/^X//' >/usr/ports/textproc/isearch/Makefile << 'END-of-/usr/ports/textproc/isearch/Makefile' X# New ports collection makefile for: isearch X# Date created: 21 Sept 1996 X# Whom: Pedro X# X# $FreeBSD: ports/textproc/isearch/Makefile,v 1.11 2001/04/02 06:31:58 mharo Exp $ X# X XPORTNAME= isearch XPORTVERSION= 1.47d XCATEGORIES= textproc databases XMASTER_SITES= http://www.etymon.com/pub/Isearch/ XDISTNAME= Isearch-${PORTVERSION} X XMAINTAINER= giffunip@asme.org X XGNU_CONFIGURE= yes X Xpost-install: X strip ${PREFIX}/bin/Isearch X strip ${PREFIX}/bin/Iindex X strip ${PREFIX}/bin/Iutil X.if !defined(NOPORTDOCS) X ${MKDIR} ${PREFIX}/share/doc/Isearch X ${INSTALL_MAN} ${WRKSRC}/html/*.html ${PREFIX}/share/doc/Isearch X.endif X X.include END-of-/usr/ports/textproc/isearch/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 Mon Jul 2 1:27:30 2001 Delivered-To: freebsd-ports@freebsd.org Received: from ringworld.nanolink.com (ringworld.nanolink.com [195.24.48.13]) by hub.freebsd.org (Postfix) with SMTP id 9A5DA37B401 for ; Mon, 2 Jul 2001 01:27:26 -0700 (PDT) (envelope-from roam@orbitel.bg) Received: (qmail 11677 invoked by uid 1000); 2 Jul 2001 08:32:02 -0000 Date: Mon, 2 Jul 2001 11:32:02 +0300 From: Peter Pentchev To: User & Cc: 3d@freebsd.org, ports@freebsd.org Subject: Re: FreeBSD Port: linux_glx-991127 Message-ID: <20010702113202.C10345@ringworld.oblivion.bg> Mail-Followup-To: User & , 3d@freebsd.org, ports@freebsd.org References: <01070100184901.30415@guenni.private.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <01070100184901.30415@guenni.private.de>; from guenni@guenni.private.de on Sun, Jul 01, 2001 at 12:22:01AM +0200 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Sun, Jul 01, 2001 at 12:22:01AM +0200, User & wrote: > Hi all, > > I'm running FreeBSD 4.3 STABLE and XFree86 4.1.0 with DRI working according > to glxinfo. (What a pain that was). Have installed Quake III Arena in > /usr/compat/linux/usr/local/games/quake3. > > According to FreeBSD Handbook, Linux Binary Compatability, a Linux Binary > will search for libs in /usr/compat/linux/LD_PATH first and then in FreeBSD > root/LD_PATH for shared libs. (Quake 3 Linux Binary looks for libGL.so). > > In order to get Hardware Acceleration of my ATI Rage Pro I want Quake 3 to > find the FreeBSD native libGL.so which it actually does. > > Unfortunately another problem occurs: ELF file OS ABI invalid. > > From what I've read in the FreeBSD Handbook / Linux Binary Compatablity / > Advanced Topics section the Linux Binary should do just fine with FreeBSD > native shared libs. > > What am I missing? man 1 brandelf Find the file that has an ELF type brand of 0 (unspecified, the default for much too many binaries compiled on Linux), and run brandelf -t Linux on it. G'luck, Peter -- If this sentence didn't exist, somebody would have invented it. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Jul 2 1:29: 9 2001 Delivered-To: freebsd-ports@freebsd.org Received: from ringworld.nanolink.com (ringworld.nanolink.com [195.24.48.13]) by hub.freebsd.org (Postfix) with SMTP id 775F337B401 for ; Mon, 2 Jul 2001 01:29:06 -0700 (PDT) (envelope-from roam@orbitel.bg) Received: (qmail 11730 invoked by uid 1000); 2 Jul 2001 08:33:42 -0000 Date: Mon, 2 Jul 2001 11:33:42 +0300 From: Peter Pentchev To: Gunther Schmidt Cc: ports@freebsd.org Subject: Re: FreeBSD Port: linux_glx-991127 Message-ID: <20010702113342.D10345@ringworld.oblivion.bg> Mail-Followup-To: Gunther Schmidt , ports@freebsd.org References: <200106302349.f5UNnFF02322@mailgate3.cinetic.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200106302349.f5UNnFF02322@mailgate3.cinetic.de>; from gue.schmidt@web.de on Sun, Jul 01, 2001 at 01:49:15AM +0200 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Sun, Jul 01, 2001 at 01:49:15AM +0200, Gunther Schmidt wrote: > Hi all, > > I'm running FreeBSD 4.3 STABLE and XFree86 4.1.0 with DRI working according > to glxinfo. (What a pain that was). Have installed Quake III Arena in > /usr/compat/linux/usr/local/games/quake3. [snip] > > Unfortunately another problem occurs: ELF file OS ABI invalid. I see you posted this twice. If you did not get my reply to the previous message, man 1 brandelf. Find the executable binary that is incorrectly branded as ELF type 0 (a much too common mistake with programs compiled under Linux), and run brandelf -t Linux on it. G'luck, Peter -- What would this sentence be like if pi were 3? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Jul 2 1:33:44 2001 Delivered-To: freebsd-ports@freebsd.org Received: from mail13.bigmailbox.com (mail13.bigmailbox.com [209.132.220.44]) by hub.freebsd.org (Postfix) with ESMTP id 89BB137B405 for ; Mon, 2 Jul 2001 01:33:42 -0700 (PDT) (envelope-from mujahidin@egypt.net) Received: œby mail13.bigmailbox.com (8.8.7/8.8.7) id BAA25674; Mon, 2 Jul 2001 01:33:42 -0700 Date: Mon, 2 Jul 2001 01:33:42 -0700 Message-Id: <200107020833.BAA25674@mail13.bigmailbox.com> Content-Type: text/plain Content-Disposition: inline Content-Transfer-Encoding: binary X-Mailer: MIME-tools 4.104 (Entity 4.116) Mime-Version: 1.0 X-Originating-Ip: [212.116.158.36] From: "Cheffo Izroda" To: ports@freebsd.org Subject: smbfs problem Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org when i installing smbfs-1.4.1 in /var/db/pkg/smbfs-1.4.1/+CONNTENTS I have : /modules/smbfs.ko but this file does not exist. someone to know where is the problem also when compiling kernel with option smbfs,netsmb,netsmbcrypto I have a lot of error and compilation can't end P.S please replay me in CC because I'm not subscribed for -ports -= Cheffo =- ------------------------------------------------------------ ------------------------------------------------------------ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Jul 2 1:34:39 2001 Delivered-To: freebsd-ports@freebsd.org Received: from ringworld.nanolink.com (ringworld.nanolink.com [195.24.48.13]) by hub.freebsd.org (Postfix) with SMTP id D20A137B403 for ; Mon, 2 Jul 2001 01:34:36 -0700 (PDT) (envelope-from roam@orbitel.bg) Received: (qmail 11774 invoked by uid 1000); 2 Jul 2001 08:39:12 -0000 Date: Mon, 2 Jul 2001 11:39:12 +0300 From: Peter Pentchev To: Mars G Miro Cc: freebsd-ports@freebsd.org Subject: Re: clarification on P5-CGI port Message-ID: <20010702113912.E10345@ringworld.oblivion.bg> Mail-Followup-To: Mars G Miro , freebsd-ports@freebsd.org References: <01070208554700.10103@hellraiser.cannoncreek.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <01070208554700.10103@hellraiser.cannoncreek.com>; from mars@cannoncreek.com on Mon, Jul 02, 2001 at 08:55:47AM +0800 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Mon, Jul 02, 2001 at 08:55:47AM +0800, Mars G Miro wrote: > Greetings, > > I installed the p5-CGI port (CGI.pm) and it installed w/o errors whatsoever. > But I'm stomped, because: > $ perl -MCGI -e 'print $CGI::VERSION' > 2.46 > > Any ideas? I think your problem might be that the Perl 5 that is part of the FreeBSD base system comes with its own (outdated) version of the CGI module. You might want to run perl with an appropriate -I option to locate the newly-installed CGI module. G'luck, Peter -- What would this sentence be like if pi were 3? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Jul 2 1:40: 7 2001 Delivered-To: freebsd-ports@freebsd.org Received: from burka.carrier.kiev.ua (burka.carrier.kiev.ua [193.193.193.107]) by hub.freebsd.org (Postfix) with ESMTP id 3B8BF37B403 for ; Mon, 2 Jul 2001 01:40:03 -0700 (PDT) (envelope-from netch@lucky.net) Received: from netch@localhost (netch@localhost) by burka.carrier.kiev.ua id LOW73780; Mon, 2 Jul 2001 11:38:37 +0300 (EEST) (envelope-from netch) Date: Mon, 2 Jul 2001 11:38:37 +0300 (EEST) Message-Id: <200107020838.LOW73780@burka.carrier.kiev.ua> From: netch@segfault.kiev.ua (Valentin Nechayev) To: mars@cannoncreek.com Cc: ports@freebsd.org Subject: Re: clarification on P5-CGI port In-Reply-To: <01070208554700.10103@hellraiser.cannoncreek.com> Organization: Lucky Netch Incorporated User-Agent: tin/1.4.1-19991201 ("Polish") (UNIX) (FreeBSD/4.3-BETA (i386)) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org At Mon, 2 Jul 2001 00:46:57 +0000 (UTC), in article <01070208554700.10103@hellraiser.cannoncreek.com> you wrote to lucky.freebsd.ports: MGM> I installed the p5-CGI port (CGI.pm) and it installed w/o errors MGM> whatsoever. MGM> But I'm stomped, because: MGM> $ perl -MCGI -e 'print $CGI::VERSION' MGM> 2.46 MGM> Any ideas? 2.46 is in base system. /netch To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Jul 2 1:50:15 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A73FC37B40B for ; Mon, 2 Jul 2001 01:50:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f628o1O10296; Mon, 2 Jul 2001 01:50:01 -0700 (PDT) (envelope-from gnats) Received: from osku.suutari.iki.fi (osku.syncrontech.com [213.28.98.4]) by hub.freebsd.org (Postfix) with ESMTP id D5DA437B405 for ; Mon, 2 Jul 2001 01:42:24 -0700 (PDT) (envelope-from ari@osku.suutari.iki.fi) Received: (from ari@localhost) by osku.suutari.iki.fi (8.11.3/8.9.3) id f628fl310963; Mon, 2 Jul 2001 11:41:47 +0300 (EEST) (envelope-from ari) Message-Id: <200107020841.f628fl310963@osku.suutari.iki.fi> Date: Mon, 2 Jul 2001 11:41:47 +0300 (EEST) From: ari@suutari.iki.fi Reply-To: ar@suutari.iki.fi To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/28623: New port: Sun's java communication API Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 28623 >Category: ports >Synopsis: New port: Sun's Java Communication API >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Jul 02 01:50:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Ari Suutari >Release: FreeBSD 4.3-RELEASE i386 >Organization: Syncron Tech Oy >Environment: >Description: This new port allows serial and paraller communication for java programs using native FreeBSD jdk. It requires another port to work (freebsd-commapi), which contains FreeBSD-specific support for commapi (I'll submit that after this). >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: # # commapi # commapi/files # commapi/pkg-descr # commapi/pkg-comment # commapi/distinfo # commapi/Makefile # commapi/pkg-plist # echo c - commapi mkdir -p commapi > /dev/null 2>&1 echo c - commapi/files mkdir -p commapi/files > /dev/null 2>&1 echo x - commapi/pkg-descr sed 's/^X//' >commapi/pkg-descr << 'END-of-commapi/pkg-descr' XThe JavaTM Communications API can be used to write platform-independent Xcommunications applications for technologies such as Xvoice mail, fax, and smartcards. X XThis version of the Java Communications API contains support for XRS232 serial ports and IEEE 1284 parallel ports. XWith updated functionality, one can: X XEnumerate ports available on the system. XOpen and claim ownership of ports. XResolve port ownership contention between multiple applications. XPerform asynchronous and synchronous I/O on ports. XReceive Beans-style events describing communication port state changes. END-of-commapi/pkg-descr echo x - commapi/pkg-comment sed 's/^X//' >commapi/pkg-comment << 'END-of-commapi/pkg-comment' XSun's Java Communication API END-of-commapi/pkg-comment echo x - commapi/distinfo sed 's/^X//' >commapi/distinfo << 'END-of-commapi/distinfo' XMD5 (javax_comm-2_0_2-solsparc.tar.Z) = 00d3920f0587bf07efe52acb6b8ac842 END-of-commapi/distinfo echo x - commapi/Makefile sed 's/^X//' >commapi/Makefile << 'END-of-commapi/Makefile' X# New ports collection makefile for: Java Commapi X# Date created: 2001/07/01 X# Whom: Ari Suutari X# X# $FreeBSD$ X# X XPORTNAME= commapi XPORTVERSION= 2.0.2 XCATEGORIES= java XMASTER_SITES= XDISTNAME= javax_comm-2_0_2-solsparc XEXTRACT_SUFX= .tar.Z X XMAINTAINER= ari.suutari@syncrontech.com X XRUN_DEPENDS= ${PREFIX}/jdk1.2.2/bin/java:${PORTSDIR}/java/jdk12-beta X XNO_CDROM= "Sun has a funky license for this software" XRESTRICTED= "no commercial use" X XWRKSRC= ${WRKDIR}/commapi X X.if defined(BATCH) || defined(PACKAGE_BUILDING) XIGNORE= "Should be fetched manually" X.endif X Xdo-fetch: X @if [ ! -f ${DISTDIR}/${DISTNAME}${EXTRACT_SUFX} ]; then \ X ${ECHO} "=========================================================="; \ X ${ECHO} " You must a fetch the Java Communications API 2.0.2"; \ X ${ECHO} " (for Solaris/SPARC) archive from"; \ X ${ECHO} ""; \ X ${ECHO} " http://www.javasoft.com/products/javacomm/index.html"; \ X ${ECHO} ""; \ X ${ECHO} " And copy into ${DISTDIR}"; \ X ${ECHO} "=========================================================="; \ X fi X Xdo-build: X Xdo-install: X @${INSTALL_DATA} ${WRKSRC}/comm.jar ${PREFIX}/jdk1.2.2/jre/lib/ext X X.include END-of-commapi/Makefile echo x - commapi/pkg-plist sed 's/^X//' >commapi/pkg-plist << 'END-of-commapi/pkg-plist' Xjdk1.2.2/jre/lib/ext/comm.jar END-of-commapi/pkg-plist exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Jul 2 1:50:22 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D047B37B40C for ; Mon, 2 Jul 2001 01:50:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f628o1010305; Mon, 2 Jul 2001 01:50:01 -0700 (PDT) (envelope-from gnats) Received: from osku.suutari.iki.fi (osku.syncrontech.com [213.28.98.4]) by hub.freebsd.org (Postfix) with ESMTP id D62EC37B401 for ; Mon, 2 Jul 2001 01:43:02 -0700 (PDT) (envelope-from ari@osku.suutari.iki.fi) Received: (from ari@localhost) by osku.suutari.iki.fi (8.11.3/8.9.3) id f628gQe11085; Mon, 2 Jul 2001 11:42:26 +0300 (EEST) (envelope-from ari) Message-Id: <200107020842.f628gQe11085@osku.suutari.iki.fi> Date: Mon, 2 Jul 2001 11:42:26 +0300 (EEST) From: ari@suutari.iki.fi Reply-To: ari@suutari.iki.fi To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/28624: New port: FreeBSD support for java commapi Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 28624 >Category: ports >Synopsis: New port: FreeBSD-specific support for Sun java commapi. >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Jul 02 01:50:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Ari Suutari >Release: FreeBSD 4.3-RELEASE i386 >Organization: Syncron Tech Oy >Environment: >Description: This port contains FreeBSD-specific support for using Java Communications API with FreeBSD native JDK. It is based on 'official' FreeBSD commapi at http://student.ulb.ac.be/~jdricot/commapi/. >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: # # freebsd-commapi # freebsd-commapi/files # freebsd-commapi/files/patch-aa # freebsd-commapi/files/patch-ab # freebsd-commapi/pkg-descr # freebsd-commapi/pkg-comment # freebsd-commapi/distinfo # freebsd-commapi/Makefile # freebsd-commapi/pkg-plist # echo c - freebsd-commapi mkdir -p freebsd-commapi > /dev/null 2>&1 echo c - freebsd-commapi/files mkdir -p freebsd-commapi/files > /dev/null 2>&1 echo x - freebsd-commapi/files/patch-aa sed 's/^X//' >freebsd-commapi/files/patch-aa << 'END-of-freebsd-commapi/files/patch-aa' X*** Makefile.old Fri Jul 23 20:58:57 1999 X--- Makefile Mon Jul 2 09:49:54 2001 X*************** X*** 4,15 **** X obj/org/freebsd/io/comm/FreebsdParallel.class \ X X X! JAVAC=javac X OBJDIR= obj X JARFILE=jar/CommDriver.jar X JFLAGS= X! LIBDIR=/usr/local/lib X! CFLAGS= -O2 -shared -I /usr/java/include -I /usr/java/include/freebsd -L /usr/java/lib/i386/green_threads/ X obj/%.class: src/%.java X cd src;\ X $(JAVAC) ../$< $(JFLAGS) -d ../obj X--- 4,16 ---- X obj/org/freebsd/io/comm/FreebsdParallel.class \ X X X! JDKDIR=/usr/local/jdk1.2.2 X! JAVAC=$(JDKDIR)/bin/javac X OBJDIR= obj X JARFILE=jar/CommDriver.jar X JFLAGS= X! LIBDIR=$(JDKDIR)/jre/lib/i386 X! CFLAGS= -O2 -shared -I $(JDKDIR)/include -I $(JDKDIR)/include/freebsd X obj/%.class: src/%.java X cd src;\ X $(JAVAC) ../$< $(JFLAGS) -d ../obj X*************** X*** 18,24 **** X X $(JARFILE): $(OBJ) X cd obj; \ X! jar -cvf0 ../$(JARFILE) org/freebsd/io/comm/ X cp jar/* tests/sun/ X cp jar/* tests/java/ X X--- 19,25 ---- X X $(JARFILE): $(OBJ) X cd obj; \ X! $(JDKDIR)/bin/jar -cvf0 ../$(JARFILE) org/freebsd/io/comm/ X cp jar/* tests/sun/ X cp jar/* tests/java/ X X*************** X*** 44,54 **** X X src/org/freebsd/io/comm/org_freebsd_io_comm_FreebsdParallel.h: src/org/freebsd/io/comm/libParallel.c X cd obj; \ X! javah -jni -d ../src/org/freebsd/io/comm/ org.freebsd.io.comm.FreebsdParallel X X src/org/freebsd/io/comm/org_freebsd_io_comm_FreebsdSerial.h: src/org/freebsd/io/comm/libSerial.c X cd obj; \ X! javah -jni -d ../src/org/freebsd/io/comm/ org.freebsd.io.comm.FreebsdSerial X X lib/libParallel.so: src/org/freebsd/io/comm/libParallel.c src/org/freebsd/io/comm/org_freebsd_io_comm_FreebsdParallel.h X gcc $(CFLAGS) -o lib/libParallel.so src/org/freebsd/io/comm/libParallel.c X--- 45,55 ---- X X src/org/freebsd/io/comm/org_freebsd_io_comm_FreebsdParallel.h: src/org/freebsd/io/comm/libParallel.c X cd obj; \ X! $(JDKDIR)/bin/javah -classpath .:$(JDKDIR)/jre/lib/ext/comm.jar -jni -d ../src/org/freebsd/io/comm/ org.freebsd.io.comm.FreebsdParallel X X src/org/freebsd/io/comm/org_freebsd_io_comm_FreebsdSerial.h: src/org/freebsd/io/comm/libSerial.c X cd obj; \ X! $(JDKDIR)/bin/javah -classpath .:$(JDKDIR)/jre/lib/ext/comm.jar -jni -d ../src/org/freebsd/io/comm/ org.freebsd.io.comm.FreebsdSerial X X lib/libParallel.so: src/org/freebsd/io/comm/libParallel.c src/org/freebsd/io/comm/org_freebsd_io_comm_FreebsdParallel.h X gcc $(CFLAGS) -o lib/libParallel.so src/org/freebsd/io/comm/libParallel.c X*************** X*** 62,65 **** X--- 63,68 ---- X install: libs X install -c -o bin -g bin -m 0444 lib/libParallel.so $(LIBDIR) X install -c -o bin -g bin -m 0444 lib/libSerial.so $(LIBDIR) X+ install -c -o bin -g bin -m 0444 jar/CommDriver.jar $(JDKDIR)/jre/lib/ext X+ install -c -o bin -g bin -m 0444 javax.comm.properties $(JDKDIR)/jre/lib X END-of-freebsd-commapi/files/patch-aa echo x - freebsd-commapi/files/patch-ab sed 's/^X//' >freebsd-commapi/files/patch-ab << 'END-of-freebsd-commapi/files/patch-ab' X*** src.orig/org/freebsd/io/comm/libSerial.c Mon Jul 19 08:45:04 1999 X--- src/org/freebsd/io/comm/libSerial.c Mon Jul 2 09:46:38 2001 X*************** X*** 42,47 **** X--- 42,48 ---- X #include X #include X #include X+ #include X X #define IOEXCEPTION "java/io/IOException" X #define USCOEXCEPTION "javax/comm/UnsupportedCommOperationException" X*************** X*** 579,586 **** X { X int state,old_state; X int fd; X! fd_set rfds; X! struct timeval sleep; X int size; X int ret; X X--- 580,586 ---- X { X int state,old_state; X int fd; X! struct pollfd pollfds; X int size; X int ret; X X*************** X*** 595,605 **** X jthread = (*env)->FindClass( env, "java/lang/Thread" ); X interrupt = (*env)->GetStaticMethodID( env, jthread, "interrupted", "()Z" ); X X! FD_ZERO( &rfds ); X! FD_SET( fd, &rfds ); X! sleep.tv_sec = 1; /* Check every 1 second, or on receive data */ X! sleep.tv_usec = 0; X! X /* Initialization of the current tty state */ X ioctl( fd, TIOCMGET, &old_state); X X--- 595,604 ---- X jthread = (*env)->FindClass( env, "java/lang/Thread" ); X interrupt = (*env)->GetStaticMethodID( env, jthread, "interrupted", "()Z" ); X X! pollfds.fd = fd; X! pollfds.events = POLLIN; X! pollfds.revents = 0; X! X /* Initialization of the current tty state */ X ioctl( fd, TIOCMGET, &old_state); X X*************** X*** 607,613 **** X { X do X { X! ret=select( fd + 1, &rfds, NULL, NULL, &sleep ); X } X while ( (ret < 0) && (errno==EINTR)); X X--- 606,612 ---- X { X do X { X! ret=poll(&pollfds, 1, 1000); X } X while ( (ret < 0) && (errno==EINTR)); X END-of-freebsd-commapi/files/patch-ab echo x - freebsd-commapi/pkg-descr sed 's/^X//' >freebsd-commapi/pkg-descr << 'END-of-freebsd-commapi/pkg-descr' XThis is the offical port of Sun's Java Comm API for FreeBSD. XThis API allows communications across RS-232 and XParallel lines using JAVA's technology under FreeBSD. X X END-of-freebsd-commapi/pkg-descr echo x - freebsd-commapi/pkg-comment sed 's/^X//' >freebsd-commapi/pkg-comment << 'END-of-freebsd-commapi/pkg-comment' XJAVA Comm API for FreeBSD X END-of-freebsd-commapi/pkg-comment echo x - freebsd-commapi/distinfo sed 's/^X//' >freebsd-commapi/distinfo << 'END-of-freebsd-commapi/distinfo' XMD5 (CommAPI.tgz) = 9c462f5a5ea081a6a559f4a9f4fb06be END-of-freebsd-commapi/distinfo echo x - freebsd-commapi/Makefile sed 's/^X//' >freebsd-commapi/Makefile << 'END-of-freebsd-commapi/Makefile' X# New ports collection makefile for: java freebsd-commapi X# Date created: 2001/07/01 X# Whom: Ari Suutari X# X# $FreeBSD$ X# X XPORTNAME= freebsd-commapi XPORTVERSION= 0.1 XCATEGORIES= java XMASTER_SITES= http://homepages.ulb.ac.be/~jdricot/commapi/ XDISTNAME= CommAPI XEXTRACT_SUFX= .tgz X XMAINTAINER= ari.suutari@syncrontech.com X XBUILD_DEPENDS= ${LOCALBASE}/jdk1.2.2/bin/javac:${PORTSDIR}/java/jdk12-beta\ X ${LOCALBASE}/jdk1.2.2/jre/lib/ext/comm.jar:${PORTSDIR}/java/commapi XRUN_DEPENDS= ${LOCALBASE}/jdk1.2.2/bin/java:${PORTSDIR}/java/jdk12-beta\ X ${LOCALBASE}/jdk1.2.2/jre/lib/ext/comm.jar:${PORTSDIR}/java/commapi X XWRKSRC= ${WRKDIR}/FreeBSD_CommAPI XUSE_GMAKE= yes X X.include END-of-freebsd-commapi/Makefile echo x - freebsd-commapi/pkg-plist sed 's/^X//' >freebsd-commapi/pkg-plist << 'END-of-freebsd-commapi/pkg-plist' Xjdk1.2.2/jre/lib/ext/CommDriver.jar Xjdk1.2.2/jre/lib/i386/libSerial.so Xjdk1.2.2/jre/lib/i386/libParallel.so Xjdk1.2.2/jre/lib/javax.comm.properties END-of-freebsd-commapi/pkg-plist exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Jul 2 2: 0: 5 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5ED8F37B408 for ; Mon, 2 Jul 2001 02:00:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f62903V11037; Mon, 2 Jul 2001 02:00:03 -0700 (PDT) (envelope-from gnats) Date: Mon, 2 Jul 2001 02:00:03 -0700 (PDT) Message-Id: <200107020900.f62903V11037@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: "Ari Suutari" Subject: Re: ports/28623: New port: Sun's Java Communication API Reply-To: "Ari Suutari" Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR ports/28623; it has been noted by GNATS. From: "Ari Suutari" To: Cc: Subject: Re: ports/28623: New port: Sun's Java Communication API Date: Mon, 2 Jul 2001 11:55:36 +0300 Whoops, there is a typo in Originator mail address. The correct one is ari@suutari.iki.fi Ari S. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Jul 2 2: 5:19 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 984D337B403; Mon, 2 Jul 2001 02:05:17 -0700 (PDT) (envelope-from demon@FreeBSD.org) Received: (from demon@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f6295Hw12523; Mon, 2 Jul 2001 02:05:17 -0700 (PDT) (envelope-from demon) Date: Mon, 2 Jul 2001 02:05:17 -0700 (PDT) From: Message-Id: <200107020905.f6295Hw12523@freefall.freebsd.org> To: alex@kapran.bitmcnit.bryansk.su, demon@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/28535: [new port] russian/PSCyr Cyrillic Type1 Fonts for TeXing Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: [new port] russian/PSCyr Cyrillic Type1 Fonts for TeXing State-Changed-From-To: open->closed State-Changed-By: demon State-Changed-When: Mon Jul 2 02:04:49 PDT 2001 State-Changed-Why: New port committed, thanks! http://www.FreeBSD.org/cgi/query-pr.cgi?pr=28535 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Jul 2 2:30: 8 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C603837B405 for ; Mon, 2 Jul 2001 02:30:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f629U1I16495; Mon, 2 Jul 2001 02:30:01 -0700 (PDT) (envelope-from gnats) Received: from freebsd.org.ru (sweet.etrust.ru [194.84.67.5]) by hub.freebsd.org (Postfix) with ESMTP id 7AE3C37B409 for ; Mon, 2 Jul 2001 02:20:07 -0700 (PDT) (envelope-from osa@freebsd.org.ru) Received: by freebsd.org.ru (Postfix, from userid 1000) id 30863137; Mon, 2 Jul 2001 13:20:05 +0400 (MSD) Message-Id: <20010702092005.30863137@freebsd.org.ru> Date: Mon, 2 Jul 2001 13:20:05 +0400 (MSD) From: "Sergey A.Osokin" Reply-To: "Sergey A.Osokin" To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/28625: update databases/gigabase from 2.33 to 2.34 (by maintainer) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 28625 >Category: ports >Synopsis: update databases/gigabase from 2.33 to 2.34 (by maintainer) >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Mon Jul 02 02:30:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Sergey A. Osokin >Release: FreeBSD 4.3-STABLE i386 >Organization: Russian FreeBSD Team >Environment: System: FreeBSD hole.etrust.ru 4.3-STABLE FreeBSD 4.3-STABLE #0: Tue Jun 26 17:24:39 MSD 2001 root@hole.etrust.ru:/usr/src/sys/compile/SWEET i386 >Description: update databases/gigabase from 2.33 to 2.34 (by maintainer) >How-To-Repeat: >Fix: diff -ruN gigabase.old/Makefile gigabase/Makefile --- gigabase.old/Makefile Mon Jul 2 12:58:53 2001 +++ gigabase/Makefile Mon Jul 2 12:59:05 2001 @@ -6,7 +6,7 @@ # PORTNAME= gigabase -PORTVERSION= 2.33 +PORTVERSION= 2.34 CATEGORIES= databases MASTER_SITES= http://www.ispras.ru/~knizhnik/ diff -ruN gigabase.old/distinfo gigabase/distinfo --- gigabase.old/distinfo Mon Jul 2 12:58:53 2001 +++ gigabase/distinfo Mon Jul 2 13:00:14 2001 @@ -1 +1 @@ -MD5 (gigabase-2.33.tar.gz) = 7e143937a67421bbd9ccf13ed215e31c +MD5 (gigabase-2.34.tar.gz) = 588b767aaf795a3b01c2dc0947744cc4 >Release-Note: >Audit-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 2 2:32:45 2001 Delivered-To: freebsd-ports@freebsd.org Received: from tungsten.btinternet.com (tungsten.btinternet.com [194.73.73.81]) by hub.freebsd.org (Postfix) with ESMTP id CF6F937B403 for ; Mon, 2 Jul 2001 02:32:42 -0700 (PDT) (envelope-from john.toon@btinternet.com) Received: from host213-122-50-43.btinternet.com ([213.122.50.43] helo=btinternet.com) by tungsten.btinternet.com with esmtp (Exim 3.22 #9) id 15H04P-0007AX-00 for freebsd-ports@freebsd.org; Mon, 02 Jul 2001 10:32:41 +0100 X-Mozilla-Status: 0801 Message-ID: <3B404DB5.30007@btinternet.com> Date: Mon, 02 Jul 2001 10:32:21 +0000 From: John Toon User-Agent: Mozilla/5.0 (X11; U; FreeBSD 4.1-RELEASE i386; en-US; rv:0.9.1) Gecko/20010621 X-Accept-Language: en-gb, en-us MIME-Version: 1.0 To: freebsd-ports@freebsd.org Subject: KDE2 Package/binary packages? Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Hi, Is there any possiblity that someone could submit a binary package for kdebase-2.1.x since I just cannot get the port to build (or build directly from source)? I've been cracking my head over it for a couple of days, consulting with the KDE mailing list, with still no success. Incidentally, as a side question, why is it that some ports simply don't have a binary package available, or only get one many months later? John. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Jul 2 2:51: 0 2001 Delivered-To: freebsd-ports@freebsd.org Received: from bankrupt.com (cc508428-b.trntn1.nj.home.com [24.9.94.105]) by hub.freebsd.org (Postfix) with SMTP id 446D237B405 for ; Mon, 2 Jul 2001 02:50:56 -0700 (PDT) (envelope-from mars@cannoncreek.com) Received: (qmail 1376 invoked from network); 2 Jul 2001 09:42:22 -0000 Received: from unknown (HELO hellraiser.cannoncreek.com) (202.78.79.201) by cc508428-b.trntn1.nj.home.com with SMTP; 2 Jul 2001 09:42:22 -0000 Content-Type: text/plain; charset="iso-8859-1" From: Mars G Miro Reply-To: mars@cannoncreek.com To: "Peter Pentchev" , "Valentin Nechayev" , freebsd-ports@freebsd.org Subject: Re: clarification on P5-CGI port Date: Mon, 2 Jul 2001 18:00:13 +0800 X-Mailer: KMail [version 1.2] Received: from the Dark Corners of Oblivion (172.16.1.254) X-Sender-Ip: 172.16.1.254 X-Copyright: 2001, Mars G. Miro, All Rights Reserved X-Notice: Redistribution and Duplication prohibited without proper consent of the Author MIME-Version: 1.0 Message-Id: <01070217564300.13276@hellraiser.cannoncreek.com> Content-Transfer-Encoding: 8bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Thanks for the response, guys, but: > MGM> I installed the p5-CGI port (CGI.pm) and it installed w/o errors > MGM> whatsoever. > MGM> But I'm stomped, because: > MGM> $ perl -MCGI -e 'print $CGI::VERSION' > MGM> 2.46 > MGM> Any ideas? Peter Wrote: > I think your problem might be that the Perl 5 that is part of the FreeBSD > base system comes with its own (outdated) version of the CGI module. > You might want to run perl with an appropriate -I option to locate > the newly-installed CGI module. > there is no new CGI.pm: ===> Installing for p5-CGI-2.76 Installing /usr/local/lib/perl5/site_perl/5.005/CGI/Base.pm Installing /usr/local/lib/perl5/site_perl/5.005/CGI/Form.pm Installing /usr/local/lib/perl5/site_perl/5.005/CGI/Carp.pm Installing /usr/local/lib/perl5/site_perl/5.005/CGI/BasePlus.pm Installing /usr/local/lib/perl5/site_perl/5.005/CGI/test.pl Installing /usr/local/lib/perl5/site_perl/5.005/CGI/MiniSvr.pm Installing /usr/local/lib/perl5/site_perl/5.005/CGI/Request.pm Installing /usr/local/lib/perl5/5.00503/man/man3/CGI::Base.3 Installing /usr/local/lib/perl5/5.00503/man/man3/CGI::Form.3 Installing /usr/local/lib/perl5/5.00503/man/man3/CGI::Carp.3 Installing /usr/local/lib/perl5/5.00503/man/man3/CGI::BasePlus.3 Installing /usr/local/lib/perl5/5.00503/man/man3/CGI::MiniSvr.3 Installing /usr/local/lib/perl5/5.00503/man/man3/CGI::Request.3 Writing /usr/local/lib/perl5/site_perl/5.005/i386-freebsd/auto/CGI/.packlist ## Differing version of CGI/Carp.pm found. You might like to rm /usr/libdata/perl/5.00503/CGI/Carp.pm ## Running 'make install UNINST=1' will unlink this file for you. Appending installation info to /usr/libdata/perl/5.00503/mach/perllocal.pod ===> Generating temporary packing list ===> Compressing manual pages for p5-CGI-2.76 ===> Registering installation for p5-CGI-2.76 The original CGI.pm is installed in: /usr/libdata/perl/5.00503/CGI.pm > G'luck, > Peter > Netch Wrote: > > 2.46 is in base system. > > And yes, that's why I'm stomped -- why installing the CGI.pm 2.76 (p5-CGI port) doesn't really install (though a successful install, no errors), and still is v2.46 of the base system ;-( Has anybody really successfully installed CGI.pm v2.76 from the ports? > /netch > TIA cheers mars To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Jul 2 3: 7:29 2001 Delivered-To: freebsd-ports@freebsd.org Received: from ringworld.nanolink.com (ringworld.nanolink.com [195.24.48.13]) by hub.freebsd.org (Postfix) with SMTP id 0F04E37B405 for ; Mon, 2 Jul 2001 03:07:17 -0700 (PDT) (envelope-from roam@orbitel.bg) Received: (qmail 13953 invoked by uid 1000); 2 Jul 2001 10:11:52 -0000 Date: Mon, 2 Jul 2001 13:11:52 +0300 From: Peter Pentchev To: Mars G Miro Cc: Valentin Nechayev , freebsd-ports@freebsd.org Subject: Re: clarification on P5-CGI port Message-ID: <20010702131152.F10345@ringworld.oblivion.bg> Mail-Followup-To: Mars G Miro , Valentin Nechayev , freebsd-ports@freebsd.org References: <01070217564300.13276@hellraiser.cannoncreek.com> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1251 Content-Disposition: inline Content-Transfer-Encoding: 8bit User-Agent: Mutt/1.2.5i In-Reply-To: <01070217564300.13276@hellraiser.cannoncreek.com>; from mars@cannoncreek.com on Mon, Jul 02, 2001 at 06:00:13PM +0800 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Mon, Jul 02, 2001 at 06:00:13PM +0800, Mars G Miro wrote: > > Thanks for the response, guys, but: > > > MGM> I installed the p5-CGI port (CGI.pm) and it installed w/o errors > > MGM> whatsoever. > > MGM> But I'm stomped, because: > > MGM> $ perl -MCGI -e 'print $CGI::VERSION' > > MGM> 2.46 > > MGM> Any ideas? > > Peter Wrote: > > I think your problem might be that the Perl 5 that is part of the FreeBSD > > base system comes with its own (outdated) version of the CGI module. > > You might want to run perl with an appropriate -I option to locate > > the newly-installed CGI module. > > > > there is no new CGI.pm: > > ===> Installing for p5-CGI-2.76 > Installing /usr/local/lib/perl5/site_perl/5.005/CGI/Base.pm > Installing /usr/local/lib/perl5/site_perl/5.005/CGI/Form.pm > Installing /usr/local/lib/perl5/site_perl/5.005/CGI/Carp.pm > Installing /usr/local/lib/perl5/site_perl/5.005/CGI/BasePlus.pm > Installing /usr/local/lib/perl5/site_perl/5.005/CGI/test.pl > Installing /usr/local/lib/perl5/site_perl/5.005/CGI/MiniSvr.pm > Installing /usr/local/lib/perl5/site_perl/5.005/CGI/Request.pm > Installing /usr/local/lib/perl5/5.00503/man/man3/CGI::Base.3 > Installing /usr/local/lib/perl5/5.00503/man/man3/CGI::Form.3 > Installing /usr/local/lib/perl5/5.00503/man/man3/CGI::Carp.3 > Installing /usr/local/lib/perl5/5.00503/man/man3/CGI::BasePlus.3 > Installing /usr/local/lib/perl5/5.00503/man/man3/CGI::MiniSvr.3 > Installing /usr/local/lib/perl5/5.00503/man/man3/CGI::Request.3 > Writing /usr/local/lib/perl5/site_perl/5.005/i386-freebsd/auto/CGI/.packlist > ## Differing version of CGI/Carp.pm found. You might like to > rm /usr/libdata/perl/5.00503/CGI/Carp.pm > ## Running 'make install UNINST=1' will unlink this file for you. > Appending installation info to /usr/libdata/perl/5.00503/mach/perllocal.pod > ===> Generating temporary packing list > ===> Compressing manual pages for p5-CGI-2.76 > ===> Registering installation for p5-CGI-2.76 > > The original CGI.pm is installed in: > /usr/libdata/perl/5.00503/CGI.pm > > > G'luck, > > Peter > > > > Netch Wrote: > > > > 2.46 is in base system. > > > > > > And yes, that's why I'm stomped -- why installing the CGI.pm 2.76 (p5-CGI > port) doesn't really install (though a successful install, no errors), and > still is v2.46 of the base system ;-( > > Has anybody really successfully installed CGI.pm v2.76 from the ports? Why do you think the new CGI module should have an actual CGI.pm module? :) I seem to remember somebody stating that as one of the differences along the upgrade path - that the new p5-CGI module does not have a CGI module per se, but it is broken into parts. G'luck, Peter -- Nostalgia ain't what it used to be. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Jul 2 3:19:20 2001 Delivered-To: freebsd-ports@freebsd.org Received: from bankrupt.com (cc508428-b.trntn1.nj.home.com [24.9.94.105]) by hub.freebsd.org (Postfix) with SMTP id 153EC37B406 for ; Mon, 2 Jul 2001 03:19:14 -0700 (PDT) (envelope-from mars@cannoncreek.com) Received: (qmail 1403 invoked from network); 2 Jul 2001 10:10:49 -0000 Received: from unknown (HELO hellraiser.cannoncreek.com) (202.78.79.201) by cc508428-b.trntn1.nj.home.com with SMTP; 2 Jul 2001 10:10:49 -0000 Content-Type: text/plain; charset="windows-1251" From: Mars G Miro Reply-To: mars@cannoncreek.com To: "Peter Pentchev" , freebsd-ports@freebsd.org Subject: Re: Fw: clarification on P5-CGI port Date: Mon, 2 Jul 2001 18:28:46 +0800 X-Mailer: KMail [version 1.2] References: <013401c102e3$9d2ba700$4500a8c0@nomad> In-Reply-To: <013401c102e3$9d2ba700$4500a8c0@nomad> Received: from the Dark Corners of Oblivion (172.16.1.254) X-Sender-Ip: 172.16.1.254 X-Copyright: 2001, Mars G. Miro, All Rights Reserved X-Notice: Redistribution and Duplication prohibited without proper consent of the Author MIME-Version: 1.0 Message-Id: <01070218284600.13468@hellraiser.cannoncreek.com> Content-Transfer-Encoding: 8bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Monday 02 July 2001 18:41, you wrote: > > > Thanks for the response, guys, but: .. .. > > and > > > > still is v2.46 of the base system ;-( > > > > > > Has anybody really successfully installed CGI.pm v2.76 from the ports? > > > > Why do you think the new CGI module should have an actual CGI.pm module? > > > :) I dunno, maybe because there's an original CGI.pm installed in /usr/libdata/perl/5.00503/CGI.pm and that installing a new version should over write it or install it (new CGI.pm) in /usr/local/lib/path/to/perl/modules..... > : > > I seem to remember somebody stating that as one of the differences along > > the upgrade path - that the new p5-CGI module does not have a CGI module > > per se, but it is broken into parts. > > Ohh, w/c definitely means that my CGI.pm is now v2.76? I'll see whether it gives some of the functionality. > > G'luck, > > Peter > > Thanks! > > -- > > Nostalgia ain't what it used to be. cheers mars To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Jul 2 3:20: 7 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B1D6837B403 for ; Mon, 2 Jul 2001 03:20:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f62AK1K23557; Mon, 2 Jul 2001 03:20:01 -0700 (PDT) (envelope-from gnats) Received: from cathbad.happygiraffe.net (choke.semantico.com [212.74.15.98]) by hub.freebsd.org (Postfix) with ESMTP id 2FC4337B405 for ; Mon, 2 Jul 2001 03:15:30 -0700 (PDT) (envelope-from dom@happygiraffe.net) Received: by cathbad.happygiraffe.net (Postfix, from userid 1001) id 4FDA23FE4; Mon, 2 Jul 2001 11:09:47 +0100 (BST) Message-Id: <20010702100947.4FDA23FE4@cathbad.happygiraffe.net> Date: Mon, 2 Jul 2001 11:09:47 +0100 (BST) From: Dominic Mitchell Reply-To: Dominic Mitchell To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/28626: port mail/pgen has wrong www address Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 28626 >Category: ports >Synopsis: port mail/pgen has wrong www address >Confidential: 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 02 03:20:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Dominic Mitchell >Release: FreeBSD 4.3-STABLE i386 >Organization: >Environment: System: FreeBSD cathbad.happygiraffe.net 4.3-STABLE FreeBSD 4.3-STABLE #10: Thu Jun 28 11:51:51 BST 2001 root@cathbad.happygiraffe.net:/usr/obj/usr/src/sys/CATHBAD i386 FreeBSD cathbad.happygiraffe.net 4.3-STABLE FreeBSD 4.3-STABLE #10: Thu Jun 28 11:51:51 BST 2001 root@cathbad.happygiraffe.net:/usr/obj/usr/src/sys/CATHBAD i386 >Description: The WWW address in the port is incorrect. >How-To-Repeat: n/a >Fix: Here's the patch: --- pkg-descr.orig Mon Jul 2 11:08:52 2001 +++ pkg-descr Mon Jul 2 11:09:04 2001 @@ -7,7 +7,7 @@ but for simple cases, it can make life a lot more convenient (and amenable to further postprocessing). -WWW: http://probiers.net/projects/rmoldmail/ +WWW: http://www.myrddin.demon.co.uk/pgen.html - Pete petef@databits.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 Mon Jul 2 3:40: 5 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A757B37B403 for ; Mon, 2 Jul 2001 03:40:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f62Ae2J25149; Mon, 2 Jul 2001 03:40:02 -0700 (PDT) (envelope-from gnats) Received: from boggy.acest.tutrp.tut.ac.jp (boggy.acest.tutrp.tut.ac.jp [133.15.67.40]) by hub.freebsd.org (Postfix) with ESMTP id C81D137B401 for ; Mon, 2 Jul 2001 03:39:03 -0700 (PDT) (envelope-from nakaji@boggy.acest.tutrp.tut.ac.jp) Received: (from nakaji@localhost) by boggy.acest.tutrp.tut.ac.jp (8.11.4+3.4W/8.11.4) id f624Uv267136; Mon, 2 Jul 2001 13:30:57 +0900 (JST) Message-Id: <200107020430.f624Uv267136@boggy.acest.tutrp.tut.ac.jp> Date: Mon, 2 Jul 2001 13:30:57 +0900 (JST) From: NAKAJI Hiroyuki Reply-To: NAKAJI Hiroyuki To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/28627: [security fix] japanese/samba Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 28627 >Category: ports >Synopsis: [security fix] japanese/samba >Confidential: no >Severity: serious >Priority: high >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon Jul 02 03:40:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: NAKAJI Hiroyuki >Release: FreeBSD 5.0-CURRENT i386 >Organization: >Environment: System: FreeBSD boggy.acest.tutrp.tut.ac.jp 5.0-CURRENT FreeBSD 5.0-CURRENT #25: Fri Jun 8 11:38:06 JST 2001 root@boggy.acest.tutrp.tut.ac.jp:/usr/obj/usr/src/sys/NAKAJI i386 >Description: To avoid the 'macro exploit' problem mantioned at http://us1.samba.org/samba/whatsnew/macroexploit.html the SAMBA team released samba-2.0.10. But samba-ja based on samba-2.0.10 is not released yet. It will be out soon. For a while, one patch should be added. I made it as japanese/samba/files/patch-eb. >How-To-Repeat: >Fix: One patch (patch-eb) to source/smbd/reply.c is following. --- smbd/reply.c.orig Fri May 4 04:11:44 2001 +++ smbd/reply.c Mon Jul 2 13:11:28 2001 @@ -101,6 +101,7 @@ trim_string( remote_machine, strlen( remote_machine )+1, " ", sizeof( " " ), " ", sizeof( " " )); strlower(remote_machine); + alpha_strcpy(remote_machine,remote_machine,sizeof(remote_machine)-1); fstrcpy(local_machine,name1); len = strlen(local_machine); @@ -111,6 +112,7 @@ trim_string( local_machine, strlen( local_machine )+1, " ", sizeof( " " ), " ", sizeof( " " )); strlower(local_machine); + alpha_strcpy(local_machine,local_machine,sizeof(local_machine)-1); if (name_type == 'R') { /* We are being asked for a pathworks session --- >Release-Note: >Audit-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 2 3:50:11 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5103837B406 for ; Mon, 2 Jul 2001 03:50:08 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f62Ao8F25899; Mon, 2 Jul 2001 03:50:08 -0700 (PDT) (envelope-from gnats) Date: Mon, 2 Jul 2001 03:50:08 -0700 (PDT) Message-Id: <200107021050.f62Ao8F25899@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Gerald Pfeifer Subject: Re: ports/28608: Update port: emulators/wine Reply-To: Gerald Pfeifer Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR ports/28608; it has been noted by GNATS. From: Gerald Pfeifer To: Cc: Subject: Re: ports/28608: Update port: emulators/wine Date: Mon, 2 Jul 2001 12:48:18 +0200 (CEST) [ ports@freebsd.org, I'm the maintainer of this port, can someone please install the patch at the end of this message for me? ] Thanks! Parts of your patch match what I had prepared (but not submitted yet), however there are two potential problems. Can someone please install the modified patch at the end of this message, and can you (Patrik) then please submit a possibly updated patch with the remaining issues then? (And thanks for Cc:ing me when submitting the PR, I really appreciate that!) Makefile: > - -@${MKDIR} ${PREFIX}/lib/wine/documentation > + @${MKDIR} ${PREFIX}/share/doc/${PORTNAME} pkg-plist: > +%%PORTDOCS%%@dirrm share/doc/wine This can't be correct, can it? Have you really tested this? Gerald PS: Finally, here's the patch. When installing this, please also remove ports/emulators/wine/files/patch-gg. Index: Makefile =================================================================== RCS file: /sw/FreeBSD/CVSUP/ports/emulators/wine/Makefile,v retrieving revision 1.108 diff -u -3 -p -r1.108 Makefile --- Makefile 2001/05/14 00:27:51 1.108 +++ Makefile 2001/07/02 10:34:18 @@ -7,7 +7,7 @@ # PORTNAME= wine -PORTVERSION= 2001.05.10 +PORTVERSION= 2001.06.29 CATEGORIES= emulators MASTER_SITES= ${MASTER_SITE_SUNSITE} MASTER_SITE_SUBDIR= ALPHA/wine/development @@ -69,8 +69,8 @@ do-install: ${INSTALL_DATA} ${WRKSRC}/documentation/samples/config ${PREFIX}/etc/wine.conf.sample [ -f ${PREFIX}/etc/wine.conf ] \ || ${INSTALL_DATA} ${PREFIX}/etc/wine.conf.sample ${PREFIX}/etc/wine.conf - ${INSTALL_DATA} ${WRKSRC}/documentation/wine.man ${PREFIX}/man/man1/wine.1 - ${INSTALL_DATA} ${WRKSRC}/documentation/wine.conf.man ${PREFIX}/man/man5/wine.conf.5 + ${INSTALL_MAN} ${WRKSRC}/documentation/wine.man ${PREFIX}/man/man1/wine.1 + ${INSTALL_MAN} ${WRKSRC}/documentation/wine.conf.man ${PREFIX}/man/man5/wine.conf.5 .if !defined(NOPORTDOCS) -@${MKDIR} ${PREFIX}/lib/wine/documentation .for i in README ANNOUNCE AUTHORS LICENSE WARRANTY documentation/psdrv.reg Index: distinfo =================================================================== RCS file: /sw/FreeBSD/CVSUP/ports/emulators/wine/distinfo,v retrieving revision 1.62 diff -u -3 -p -r1.62 distinfo --- distinfo 2001/05/14 00:27:51 1.62 +++ distinfo 2001/06/30 20:32:40 @@ -1 +1 @@ -MD5 (Wine-20010510.tar.gz) = 6e1840a294845fa0db85704b1fc6728e +MD5 (Wine-20010629.tar.gz) = c81c4abdbe76c93a4d4c30829a128571 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Jul 2 4:52:10 2001 Delivered-To: freebsd-ports@freebsd.org Received: from cip1.melaten.rwth-aachen.de (cip1.melaten.RWTH-Aachen.DE [134.130.92.100]) by hub.freebsd.org (Postfix) with ESMTP id 9F54D37B406 for ; Mon, 2 Jul 2001 04:52:07 -0700 (PDT) (envelope-from tg@melaten.rwth-aachen.de) Received: from cip12.melaten.rwth-aachen.de (cip12.melaten.RWTH-Aachen.DE [134.130.92.12]) by cip1.melaten.rwth-aachen.de (8.11.3/8.11.1) with ESMTP id f62Bpfi01488; Mon, 2 Jul 2001 13:51:41 +0200 (CEST) (envelope-from tg@melaten.rwth-aachen.de) Received: (from tg@localhost) by cip12.melaten.rwth-aachen.de (8.11.3/8.9.3) id f62Bq0w00546; Mon, 2 Jul 2001 13:52:01 +0200 (CEST) (envelope-from tg@melaten.rwth-aachen.de) X-Authentication-Warning: cip12.melaten.rwth-aachen.de: tg set sender to tg@melaten.rwth-aachen.de using -f To: Magnus Lundquist Cc: Subject: Re: installation of /x11-toolkits/gnustep-gui fails. References: <20010629162611.L83730-100000@kyle.frozen.nu> From: Thomas Gellekum In-Reply-To: Magnus Lundquist's message of "Fri, 29 Jun 2001 16:28:28 +0200 (CEST)" Date: 02 Jul 2001 13:52:00 +0200 Message-ID: Lines: 10 User-Agent: Gnus/5.0807 (Gnus v5.8.7) XEmacs/21.1 (Channel Islands) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Magnus Lundquist writes: > Hi -- > > Anyone else have problems with installing this port? Should be fixed now. Please try the latest version when it's updated on the mirrors. tg To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Jul 2 5:32:46 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 877B537B401; Mon, 2 Jul 2001 05:32:44 -0700 (PDT) (envelope-from kevlo@FreeBSD.org) Received: (from kevlo@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f62CWiw44932; Mon, 2 Jul 2001 05:32:44 -0700 (PDT) (envelope-from kevlo) Date: Mon, 2 Jul 2001 05:32:44 -0700 (PDT) From: Message-Id: <200107021232.f62CWiw44932@freefall.freebsd.org> To: osa@FreeBSD.org.ru, kevlo@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/28625: update databases/gigabase from 2.33 to 2.34 (by maintainer) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: update databases/gigabase from 2.33 to 2.34 (by maintainer) State-Changed-From-To: open->closed State-Changed-By: kevlo State-Changed-When: Mon Jul 2 05:32:29 PDT 2001 State-Changed-Why: Committed, thanks. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=28625 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Jul 2 6: 1:45 2001 Delivered-To: freebsd-ports@freebsd.org Received: from ringworld.nanolink.com (ringworld.nanolink.com [195.24.48.13]) by hub.freebsd.org (Postfix) with SMTP id E494C37B408 for ; Mon, 2 Jul 2001 06:01:41 -0700 (PDT) (envelope-from roam@orbitel.bg) Received: (qmail 15795 invoked by uid 1000); 2 Jul 2001 13:06:17 -0000 Date: Mon, 2 Jul 2001 16:06:17 +0300 From: Peter Pentchev To: Mars G Miro Cc: freebsd-ports@freebsd.org Subject: Re: Fw: clarification on P5-CGI port Message-ID: <20010702160617.B15691@ringworld.oblivion.bg> Mail-Followup-To: Mars G Miro , freebsd-ports@freebsd.org References: <013401c102e3$9d2ba700$4500a8c0@nomad> <01070218284600.13468@hellraiser.cannoncreek.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <01070218284600.13468@hellraiser.cannoncreek.com>; from mars@cannoncreek.com on Mon, Jul 02, 2001 at 06:28:46PM +0800 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Mon, Jul 02, 2001 at 06:28:46PM +0800, Mars G Miro wrote: > On Monday 02 July 2001 18:41, you wrote: > > > > Thanks for the response, guys, but: > .. > > .. > > > > and > > > > > > still is v2.46 of the base system ;-( > > > > > > > > Has anybody really successfully installed CGI.pm v2.76 from the ports? > > > > > > Why do you think the new CGI module should have an actual CGI.pm module? > > > > > :) > > > I dunno, maybe because there's an original CGI.pm installed in > > /usr/libdata/perl/5.00503/CGI.pm > > and that installing a new version should over write it or install it (new > CGI.pm) in /usr/local/lib/path/to/perl/modules..... No, it shouldn't, for several reasons. First, the ports are not allowed to touch anything outside of their PREFIX, usually /usr/local. If a Perl module is installed under /usr/local/libdata/perl, I think that Perl would pick it up first when searching for a .pm file by name. Second, no, the p5-CGI module should not deinstall a CGI.pm, if there is no CGI.pm file in the module itself. The fact that the module is called 'CGI' does not necessarily mean that it has to include a file named CGI.pm, which you include with 'use CGI'. It might as well contain several files in a common CGI subdir, which you include with 'use CGI::Base' and such. > > > I seem to remember somebody stating that as one of the differences along > > > the upgrade path - that the new p5-CGI module does not have a CGI module > > > per se, but it is broken into parts. > > > > > > Ohh, w/c definitely means that my CGI.pm is now v2.76? I'll see whether it > gives some of the functionality. Not your CGI.pm. Your Perl CGI module, yes. But not the actual module that you use by 'use CGI'. To use the new functionality, you have to use the new module's parts by 'use CGI::Base' or similar. G'luck, Peter -- No language can express every thought unambiguously, least of all this one. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Jul 2 7:10:11 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A840037B403 for ; Mon, 2 Jul 2001 07:10:06 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f62EA6l61015; Mon, 2 Jul 2001 07:10:06 -0700 (PDT) (envelope-from gnats) Received: from fling.sanbi.ac.za (fling.sanbi.ac.za [196.38.142.119]) by hub.freebsd.org (Postfix) with ESMTP id 6276837B405 for ; Mon, 2 Jul 2001 07:06:56 -0700 (PDT) (envelope-from pvh@industrial.egenetics.com) Received: from industrial.egenetics.com ([196.38.142.71] ident=root) by fling.sanbi.ac.za with esmtp (Exim 3.13 #4) id 15H4Lj-000DeJ-00 for FreeBSD-gnats-submit@freebsd.org; Mon, 02 Jul 2001 16:06:51 +0200 Received: (from root@localhost) by industrial.egenetics.com (8.11.4/8.11.4) id f62E6mO83521; Mon, 2 Jul 2001 16:06:48 +0200 (SAST) (envelope-from pvh) Message-Id: <200107021406.f62E6mO83521@industrial.egenetics.com> Date: Mon, 2 Jul 2001 16:06:48 +0200 (SAST) From: Peter van Heusden Reply-To: Peter van Heusden To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/28631: Updated port: lang/p5-Error misc bugfixes Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 28631 >Category: ports >Synopsis: Updated port: lang/p5-Error misc bugfixes >Confidential: 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 02 07:10:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Peter van Heusden >Release: FreeBSD 4.3-STABLE i386 >Organization: Electric Genetics >Environment: System: FreeBSD industrial.egenetics.com 4.3-STABLE FreeBSD 4.3-STABLE #0: Tue Jun 26 13:03:48 SAST 2001 pvh@industrial.egenetics.com:/usr/src/sys/compile/MINIMAL i386 >Description: Update to p5-Error - fixes small number of bugs >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: # # p5-Error # p5-Error/pkg-comment # p5-Error/Makefile # p5-Error/distinfo # p5-Error/pkg-descr # p5-Error/pkg-plist # echo c - p5-Error mkdir -p p5-Error > /dev/null 2>&1 echo x - p5-Error/pkg-comment sed 's/^X//' >p5-Error/pkg-comment << 'END-of-p5-Error/pkg-comment' XPerl module to provide Error/exception support for perl: Error END-of-p5-Error/pkg-comment echo x - p5-Error/Makefile sed 's/^X//' >p5-Error/Makefile << 'END-of-p5-Error/Makefile' X# New ports collection makefile for: p5-Error X# Date created: 24-May-2000 X# Whom: Peter van Heusden X# X# $FreeBSD$ X# X XPORTNAME= Error XPORTVERSION= 0.14 XCATEGORIES= lang perl5 XMASTER_SITES= ${MASTER_SITE_PERL_CPAN} XMASTER_SITE_SUBDIR=Error XPKGNAMEPREFIX= p5- X XMAINTAINER= pvh@egenetics.com X XPERL_CONFIGURE= YES X XMAN3= Error.3 XMANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} X X.include END-of-p5-Error/Makefile echo x - p5-Error/distinfo sed 's/^X//' >p5-Error/distinfo << 'END-of-p5-Error/distinfo' XMD5 (Error-0.14.tar.gz) = 99084390d3268e2bb81e6c7c05a032b5 END-of-p5-Error/distinfo echo x - p5-Error/pkg-descr sed 's/^X//' >p5-Error/pkg-descr << 'END-of-p5-Error/pkg-descr' XError - Error/exception handling in an OO-ish way X XThis module, which provides support for throwing and catching Error X(i.e. exception) objects. END-of-p5-Error/pkg-descr echo x - p5-Error/pkg-plist sed 's/^X//' >p5-Error/pkg-plist << 'END-of-p5-Error/pkg-plist' Xlib/perl5/site_perl/%%PERL_VER%%/Error.pm Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Error/.packlist X@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Error 2>/dev/null || true END-of-p5-Error/pkg-plist exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Jul 2 7:30: 9 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B2A1537B401 for ; Mon, 2 Jul 2001 07:30:07 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f62EU7E63094; Mon, 2 Jul 2001 07:30:07 -0700 (PDT) (envelope-from gnats) Date: Mon, 2 Jul 2001 07:30:07 -0700 (PDT) Message-Id: <200107021430.f62EU7E63094@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Peter Pentchev Subject: Re: ports/28631: Updated port: lang/p5-Error misc bugfixes Reply-To: Peter Pentchev Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR ports/28631; it has been noted by GNATS. From: Peter Pentchev To: Peter van Heusden Cc: FreeBSD-gnats-submit@freebsd.org Subject: Re: ports/28631: Updated port: lang/p5-Error misc bugfixes Date: Mon, 2 Jul 2001 17:27:52 +0300 On Mon, Jul 02, 2001 at 04:06:48PM +0200, Peter van Heusden wrote: > > >Number: 28631 > >Category: ports > >Synopsis: Updated port: lang/p5-Error misc bugfixes > >Originator: Peter van Heusden > > > >Description: > Update to p5-Error - fixes small number of bugs > >How-To-Repeat: > > >Fix: > # This is a shell archive. Save it in a file, remove anything before Could you please send a diff against the current port, instead of a whole new sharball? G'luck, Peter -- What would this sentence be like if it weren't self-referential? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Jul 2 7:40: 8 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9570237B406 for ; Mon, 2 Jul 2001 07:40:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f62Ee1k64479; Mon, 2 Jul 2001 07:40:01 -0700 (PDT) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id DC1FF37B406 for ; Mon, 2 Jul 2001 07:36:11 -0700 (PDT) (envelope-from nobody@FreeBSD.org) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f62EaBg63976; Mon, 2 Jul 2001 07:36:11 -0700 (PDT) (envelope-from nobody) Message-Id: <200107021436.f62EaBg63976@freefall.freebsd.org> Date: Mon, 2 Jul 2001 07:36:11 -0700 (PDT) From: Dale Weber To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/28632: NEWPORT: PyMaint - System Maintenance Aid for FreeBSD Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 28632 >Category: ports >Synopsis: NEWPORT: PyMaint - System Maintenance Aid for FreeBSD >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 02 07:40:00 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Dale Weber >Release: 4.3-STABLE >Organization: The Dynaplex Network >Environment: FreeBSD defiant.dynaplexhome.org 4.3-STABLE FreeBSD 4.3-STABLE #3: Sat Jun 30 11:05:01 PDT 2001 root@defiant.dynaplexhome.org:/usr/src/sys/compile/DEFIANT i386 >Description: PyMaint is a REPLACEMENT for sysutils/maint - Please DELETE the port sysutils/maint as it will no longer be updated. This is a system maintenance aid for FreeBSD, written mostly in Python and some csh. It automates common tasks such as buidling the OS, kernel, updating ports and source trees, etc, and can run batch 'scripts' which are cronable. >How-To-Repeat: N/A >Fix: # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # /usr/ports/sysutils/pymaint # /usr/ports/sysutils/pymaint/Makefile # /usr/ports/sysutils/pymaint/distinfo # /usr/ports/sysutils/pymaint/pkg-comment # /usr/ports/sysutils/pymaint/pkg-descr # /usr/ports/sysutils/pymaint/pkg-plist # echo c - /usr/ports/sysutils/pymaint mkdir -p /usr/ports/sysutils/pymaint > /dev/null 2>&1 echo x - /usr/ports/sysutils/pymaint/Makefile sed 's/^X//' >/usr/ports/sysutils/pymaint/Makefile << 'END-of-/usr/ports/sysutils/pymaint/Makefile' X# New ports collection makefile for: maint X# Date created: 02-May-2001 X# Whom: Dale Weber X# X# $FreeBSD$ X# X XPORTNAME= pymaint XPORTVERSION= 0.1.3 XCATEGORIES= sysutils python XMASTER_SITES= http://www.dynaplex.net/opensource/software/pymaint X XMAINTAINER= netman@dynaplex.net X XBUILD_DEPENDS= cvsup:${PORTSDIR}/net/cvsup-bin XRUN_DEPENDS= cvsup:${PORTSDIR}/net/cvsup-bin X XUSE_PYTHON= yes XNO_BUILD= yes X XBINDIR= ${PREFIX}/bin XMYCONFDIR= ${PREFIX}/etc/pymaint XMYSCRIPTDIR= ${MYCONFDIR}/scripts XMYSUPFILESDIR= ${MYCONFDIR}/supfiles XMYSHAREDIR= ${PREFIX}/share/pymaint XMYDATADIR= ${MYSHAREDIR}/data XMYLOGSDIR= ${MYSHAREDIR}/logs XMYDOCDIR= ${MYSHAREDIR}/doc X Xdo-install: X ${MKDIR} ${MYCONFDIR} X ${MKDIR} ${MYSCRIPTDIR} X ${MKDIR} ${MYSUPFILESDIR} X ${MKDIR} ${MYSHAREDIR} X ${MKDIR} ${MYDOCDIR} X ${MKDIR} ${MYDATADIR} X ${MKDIR} ${MYLOGSDIR} X ${INSTALL_SCRIPT} ${WRKSRC}/pymaint* ${BINDIR} X ${INSTALL_DATA} ${WRKSRC}/share/pymaint/data/* ${MYDATADIR} X ${INSTALL_DATA} ${WRKSRC}/etc/pymaint/*.sample ${MYCONFDIR} X ${INSTALL_DATA} ${WRKSRC}/etc/pymaint/scripts/* ${MYSCRIPTDIR} X ${INSTALL_DATA} ${WRKSRC}/etc/pymaint/supfiles/* ${MYSUPFILESDIR} X ${INSTALL_DATA} ${WRKSRC}/share/pymaint/logs/* ${MYLOGSDIR} X ${INSTALL_MAN} ${WRKSRC}/share/pymaint/doc/* ${MYDOCDIR} X ${INSTALL_SCRIPT} ${BINDIR}/pymaint.py ${BINDIR}/pymaint X X.include END-of-/usr/ports/sysutils/pymaint/Makefile echo x - /usr/ports/sysutils/pymaint/distinfo sed 's/^X//' >/usr/ports/sysutils/pymaint/distinfo << 'END-of-/usr/ports/sysutils/pymaint/distinfo' XMD5 (pymaint-0.1.3.tar.gz) = 420a7279f0a774030890668a8e9300ec END-of-/usr/ports/sysutils/pymaint/distinfo echo x - /usr/ports/sysutils/pymaint/pkg-comment sed 's/^X//' >/usr/ports/sysutils/pymaint/pkg-comment << 'END-of-/usr/ports/sysutils/pymaint/pkg-comment' XSystem maintenance package written in Python and CSH END-of-/usr/ports/sysutils/pymaint/pkg-comment echo x - /usr/ports/sysutils/pymaint/pkg-descr sed 's/^X//' >/usr/ports/sysutils/pymaint/pkg-descr << 'END-of-/usr/ports/sysutils/pymaint/pkg-descr' X Maint is a system maintenance script wrapper package written in Python and CSH Xto handle common tasks, such as updating ports and source trees, building the XOS, readmes, cleaning ports and source trees, and other common tasks. Maint Xis very modular and easy to extend and/or add new functions to. Maint also Xincludes a batch facility to allow creating batch files for the most often Xdone or special sequences of commands - and is cronable. X X A fully automatic system build facility is in the works, which will include Xbuilding the OS and kernel, as well as software from the ports collection. XThis will make duplicating or restoring a system setup extremely easy. X XWWW: http://www.dynaplex.net/opensource/software X X- Dale Weber END-of-/usr/ports/sysutils/pymaint/pkg-descr echo x - /usr/ports/sysutils/pymaint/pkg-plist sed 's/^X//' >/usr/ports/sysutils/pymaint/pkg-plist << 'END-of-/usr/ports/sysutils/pymaint/pkg-plist' Xbin/pymaint Xbin/pymaint.py Xbin/pymaint-backup.py Xbin/pymaint-build.py Xbin/pymaint-build-kde2.csh Xbin/pymaint-build-system.csh Xbin/pymaint-build-system2.csh Xbin/pymaint-clean.py Xbin/pymai >Release-Note: >Audit-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 2 7:50:11 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 50D7137B403 for ; Mon, 2 Jul 2001 07:50:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f62Eo1p65733; Mon, 2 Jul 2001 07:50:01 -0700 (PDT) (envelope-from gnats) Received: from fling.sanbi.ac.za (fling.sanbi.ac.za [196.38.142.119]) by hub.freebsd.org (Postfix) with ESMTP id B23AA37B40F for ; Mon, 2 Jul 2001 07:40:10 -0700 (PDT) (envelope-from pvh@industrial.egenetics.com) Received: from industrial.egenetics.com ([196.38.142.71] ident=root) by fling.sanbi.ac.za with esmtp (Exim 3.13 #4) id 15H4rt-000DsD-00 for FreeBSD-gnats-submit@freebsd.org; Mon, 02 Jul 2001 16:40:05 +0200 Received: (from root@localhost) by industrial.egenetics.com (8.11.4/8.11.4) id f62Ee4J95443; Mon, 2 Jul 2001 16:40:04 +0200 (SAST) (envelope-from pvh) Message-Id: <200107021440.f62Ee4J95443@industrial.egenetics.com> Date: Mon, 2 Jul 2001 16:40:04 +0200 (SAST) From: Peter van Heusden Reply-To: Peter van Heusden To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/28633: Update port: devel/zthread updata from 1.4.1: minor bug fixes Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 28633 >Category: ports >Synopsis: Update port: devel/zthread updata from 1.4.1: minor bug fixes >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Jul 02 07:50:00 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Peter van Heusden >Release: FreeBSD 4.3-STABLE i386 >Organization: Electric Genetics >Environment: System: FreeBSD industrial.egenetics.com 4.3-STABLE FreeBSD 4.3-STABLE #0: Tue Jun 26 13:03:48 SAST 2001 pvh@industrial.egenetics.com:/usr/src/sys/compile/MINIMAL i386 >Description: ChangeLog for 1.4.2 and 1.4.3: VERSION 1.4.3: Moved the headers to a more standandard directory, everyone asked me for it. Fixed a timeout oversight the ThreadImpl. - Blocking with a timeout was not responding correctly. - Added one more thread state, JOINING. Prevents multiple joins, while allowing the rest of the logic to function correctly. Improved the GNU autoconf/automake builds. - Added 'make rpm' - Added 'make docs' - Fixed 'make dist'; previously, I had intended ppl only to use 'make' & and 'make install' - You learn more about autoconf every time you have to update this stuff. Good tool, big learning curve :) VERSION 1.4.2: Fixed a typo in the AutoPtr class template >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: # # zthread # zthread/Makefile # zthread/distinfo # zthread/pkg-comment # zthread/pkg-descr # zthread/pkg-plist # zthread/files # zthread/files/patch-aa # echo c - zthread mkdir -p zthread > /dev/null 2>&1 echo x - zthread/Makefile sed 's/^X//' >zthread/Makefile << 'END-of-zthread/Makefile' X# New ports collection makefile for: ZThread X# Date created: 23 May 2001 X# Whom: pvh@egenetics.com X# X# $FreeBSD$ X# X XPORTNAME= zthread XPORTVERSION= 1.4.3 XCATEGORIES= devel XMASTER_SITES= http://www.cs.buffalo.edu/%7Ecrahen/projects/zthread/ \ X ${MASTER_SITE_SOURCEFORGE} XMASTER_SITE_SUBDIR= ${PORTNAME} XDISTNAME= ZThread-${PORTVERSION} X XMAINTAINER= pvh@egenetics.com X XHAS_CONFIGURE= yes X XUSE_GMAKE= yes XUSE_LIBTOOL= yes X X.include END-of-zthread/Makefile echo x - zthread/distinfo sed 's/^X//' >zthread/distinfo << 'END-of-zthread/distinfo' XMD5 (ZThread-1.4.3.tar.gz) = ec91d808b16bf591c365466b65c2717b END-of-zthread/distinfo echo x - zthread/pkg-comment sed 's/^X//' >zthread/pkg-comment << 'END-of-zthread/pkg-comment' XZThreads: a platform-independent object-oriented threading package END-of-zthread/pkg-comment echo x - zthread/pkg-descr sed 's/^X//' >zthread/pkg-descr << 'END-of-zthread/pkg-descr' XThe ZThread package is an advanced object-oriented, cross-platform, XC++ threading and synchronization library. It provides a high level Xabstraction of the native threading mechanisms to offer a great deal of Xflexibility and control. X XMore information is available at the ZThreads homepage: XWWW: http://zthread.sourceforge.net/ END-of-zthread/pkg-descr echo x - zthread/pkg-plist sed 's/^X//' >zthread/pkg-plist << 'END-of-zthread/pkg-plist' Xlib/libZThread-1.4.so.3 Xlib/libZThread.so Xlib/libZThread.a Xinclude/zthread/AbstractExecutor.h Xinclude/zthread/Worker.h Xinclude/zthread/AsyncExecutor.h Xinclude/zthread/FastMutex.h Xinclude/zthread/RWLock.h Xinclude/zthread/AutoPtr.h Xinclude/zthread/FastRecursiveMutex.h Xinclude/zthread/RecursiveMutex.h Xinclude/zthread/Barrier.h Xinclude/zthread/Guard.h Xinclude/zthread/Semaphore.h Xinclude/zthread/BiasedRWLock.h Xinclude/zthread/Latch.h Xinclude/zthread/SharedInstance.h Xinclude/zthread/BlockingQueue.h Xinclude/zthread/Lockable.h Xinclude/zthread/Singleton.h Xinclude/zthread/BufferedQueue.h Xinclude/zthread/LockedQueue.h Xinclude/zthread/SynchronizationExceptions.h Xinclude/zthread/Cancelable.h Xinclude/zthread/SyncExecutor.h Xinclude/zthread/CheckedMutex.h Xinclude/zthread/MonitoredQueue.h Xinclude/zthread/Thread.h Xinclude/zthread/Condition.h Xinclude/zthread/Mutex.h Xinclude/zthread/ThreadLocal.h Xinclude/zthread/AbstractThreadLocal.h Xinclude/zthread/InheritableThreadLocal.h Xinclude/zthread/FastThreadLocal.h Xinclude/zthread/CountingSemaphore.h Xinclude/zthread/POSIX_FastMutex.h Xinclude/zthread/WIN32_FastMutex.h Xinclude/zthread/POSIX_FastRecursiveMutex.h Xinclude/zthread/WIN32_FastRecursiveMutex.h Xinclude/zthread/Executor.h Xinclude/zthread/PoolExecutor.h Xinclude/zthread/ZThread.h Xinclude/zthread/FairRWLock.h Xinclude/zthread/Queue.h Xinclude/zthread/Timer.h Xinclude/zthread/SimpleQueue.h Xinclude/zthread/NullMutex.h Xinclude/zthread/Observable.h Xinclude/zthread/Factory.h Xinclude/zthread/TimerThread.h Xbin/zthread-config Xshare/aclocal/zthread.m4 Xshare/aclocal/pthread.m4 X@dirrm include/zthread END-of-zthread/pkg-plist echo c - zthread/files mkdir -p zthread/files > /dev/null 2>&1 echo x - zthread/files/patch-aa sed 's/^X//' >zthread/files/patch-aa << 'END-of-zthread/files/patch-aa' X*** Makefile.in.old Mon Jul 2 16:27:25 2001 X--- Makefile.in Mon Jul 2 16:27:58 2001 X*************** X*** 378,384 **** X X install-exec-hook: X $(mkinstalldirs) $(bindir) X! $(INSTALL_PROGRAM) share/zthread-config $(bindir) X X install-data-hook: X $(mkinstalldirs) $(datadir)/aclocal X--- 378,384 ---- X X install-exec-hook: X $(mkinstalldirs) $(bindir) X! $(INSTALL_SCRIPT) share/zthread-config $(bindir) X X install-data-hook: X $(mkinstalldirs) $(datadir)/aclocal END-of-zthread/files/patch-aa exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Jul 2 8: 9:57 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 51C9D37B401; Mon, 2 Jul 2001 08:09:53 -0700 (PDT) (envelope-from roam@FreeBSD.org) Received: (from roam@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f62F9rw70563; Mon, 2 Jul 2001 08:09:53 -0700 (PDT) (envelope-from roam) Date: Mon, 2 Jul 2001 08:09:53 -0700 (PDT) From: Message-Id: <200107021509.f62F9rw70563@freefall.freebsd.org> To: pvh@egenetics.com, roam@FreeBSD.org, freebsd-ports@FreeBSD.org, roam@FreeBSD.org Subject: Re: ports/28631: Updated port: lang/p5-Error misc bugfixes Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: Updated port: lang/p5-Error misc bugfixes State-Changed-From-To: open->analyzed State-Changed-By: roam State-Changed-When: Mon Jul 2 08:09:04 PDT 2001 State-Changed-Why: The submitter sent me a patch, I'll check it out. Responsible-Changed-From-To: freebsd-ports->roam Responsible-Changed-By: roam Responsible-Changed-When: Mon Jul 2 08:09:04 PDT 2001 Responsible-Changed-Why: I'll handle this. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=28631 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Jul 2 8:10:13 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1300737B408 for ; Mon, 2 Jul 2001 08:10:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f62FA3M70615; Mon, 2 Jul 2001 08:10:03 -0700 (PDT) (envelope-from gnats) Received: from yertle.kciLink.com (yertle.kcilink.com [216.194.193.105]) by hub.freebsd.org (Postfix) with ESMTP id 07E2137B401 for ; Mon, 2 Jul 2001 08:01:55 -0700 (PDT) (envelope-from khera@kciLink.com) Received: from onceler.kciLink.com (onceler.kciLink.com [216.194.193.106]) by yertle.kciLink.com (Postfix) with ESMTP id 6E99A2E45F for ; Mon, 2 Jul 2001 11:01:53 -0400 (EDT) Received: (from khera@localhost) by onceler.kciLink.com (8.11.4/8.11.3) id f62F1ri25752; Mon, 2 Jul 2001 11:01:53 -0400 (EDT) (envelope-from khera) Message-Id: <200107021501.f62F1ri25752@onceler.kciLink.com> Date: Mon, 2 Jul 2001 11:01:53 -0400 (EDT) From: Reply-To: khera@kciLink.com To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/28635: mysql323-client fails configure with WITH_LINUXTHREADS Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 28635 >Category: ports >Synopsis: mysql323-client fails to configure if WITH_LINUXTHREADS is on, and linuxthreds are not already installed. >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon Jul 02 08:10:02 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Vivek Khera >Release: FreeBSD 4.3-STABLE i386 >Organization: >Environment: System: FreeBSD onceler.kciLink.com 4.3-STABLE FreeBSD 4.3-STABLE #6: Mon Jun 11 12:39:31 EDT 2001 khera@yertle.kciLink.com:/u/yertle2/usr.obj/amd/onceler/u/onceler1/usr/src/sys/ONCELER i386 >Description: mysql323-client fails during configure if linuxthreads are not installed and the WITH_LINUXTHREADS option is selected. >How-To-Repeat: >Fix: install linuxthreads first and/or fix the port to make linuxthreads a build dependency. >Release-Note: >Audit-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 2 8:20:19 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E500137B407 for ; Mon, 2 Jul 2001 08:20:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f62FK2771996; Mon, 2 Jul 2001 08:20:02 -0700 (PDT) (envelope-from gnats) Received: from fling.sanbi.ac.za (fling.sanbi.ac.za [196.38.142.119]) by hub.freebsd.org (Postfix) with ESMTP id 4785537B401 for ; Mon, 2 Jul 2001 08:17:39 -0700 (PDT) (envelope-from pvh@industrial.egenetics.com) Received: from industrial.egenetics.com ([196.38.142.71] ident=root) by fling.sanbi.ac.za with esmtp (Exim 3.13 #4) id 15H5SC-000E7h-00 for FreeBSD-gnats-submit@freebsd.org; Mon, 02 Jul 2001 17:17:36 +0200 Received: (from root@localhost) by industrial.egenetics.com (8.11.4/8.11.4) id f62FHaR96729; Mon, 2 Jul 2001 17:17:36 +0200 (SAST) (envelope-from pvh) Message-Id: <200107021517.f62FHaR96729@industrial.egenetics.com> Date: Mon, 2 Jul 2001 17:17:36 +0200 (SAST) From: Peter van Heusden Reply-To: Peter van Heusden To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/28637: New-port: gkrellweather: GKrellM plugin which shows weather info from the US National Weather Service Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 28637 >Category: ports >Synopsis: New-port: gkrellweather: GKrellM plugin which shows weather info from the US National Weather Service >Confidential: 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 02 08:20:02 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Peter van Heusden >Release: FreeBSD 4.3-STABLE i386 >Organization: Electric Genetics >Environment: System: FreeBSD industrial.egenetics.com 4.3-STABLE FreeBSD 4.3-STABLE #0: Tue Jun 26 13:03:48 SAST 2001 pvh@industrial.egenetics.com:/usr/src/sys/compile/MINIMAL i386 >Description: GKrellM plugin which shows weather info from the US National Weather Service Features - Choose your own location by 4-letter METAR station identifier code. - Monitor temperature, dew point, pressure, relative humidity, sky condition, wind direction and speed - Display using imperial units (degrees Fareheight, inches of Mercury, miles per hour) - Display using metric units (degrees Celsius, millimeters of Mercury, kilometers per hour) - Display pressure in kPa, hPa and mmHg - Display wind speeds in kmph, mps and beaufort scale Author: Franky Lam WWW: http://www.cse.unsw.edu.au/~flam/programs/gkrellweather.html >How-To-Repeat: >Fix: # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # gkrellweather # gkrellweather/Makefile # gkrellweather/distinfo # gkrellweather/files # gkrellweather/files/patch-aa # gkrellweather/pkg-plist # gkrellweather/pkg-comment # gkrellweather/pkg-descr # echo c - gkrellweather mkdir -p gkrellweather > /dev/null 2>&1 echo x - gkrellweather/Makefile sed 's/^X//' >gkrellweather/Makefile << 'END-of-gkrellweather/Makefile' X# New ports collection makefile for: gkrellweather X# Date Created: 2 July 2001 X# Whom: Peter van Heusden X# X# $FreeBSD$ X# X XPORTNAME= gkrellweather XPORTVERSION= 0.2.7 XCATEGORIES= misc XMASTER_SITES= http://www.cse.unsw.edu.au/~flam/repository/c/gkrellm/ X XMAINTAINER= pvh@egenetics.com X XBUILD_DEPENDS= ${X11BASE}/include/gkrellm/gkrellm.h:${PORTSDIR}/sysutils/gkrellm XRUN_DEPENDS= gkrellm:${PORTSDIR}/sysutils/gkrellm XRUN_DEPENDS= wget:${PORTSDIR}/ftp/wget X XALL_TARGET= gkrellweather.so XUSE_X_PREFIX= yes XUSE_IMLIB= yes X Xdo-install: X ${MKDIR} ${PREFIX}/libexec/gkrellm/plugins X ${INSTALL_PROGRAM} ${WRKSRC}/gkrellweather.so ${PREFIX}/libexec/gkrellm/plugins X ${INSTALL_SCRIPT} ${WRKSRC}/GrabWeather ${PREFIX}/bin X X.include END-of-gkrellweather/Makefile echo x - gkrellweather/distinfo sed 's/^X//' >gkrellweather/distinfo << 'END-of-gkrellweather/distinfo' XMD5 (gkrellweather-0.2.7.tar.gz) = 2e69ff084063bbfba57fdeb42ad628c1 END-of-gkrellweather/distinfo echo c - gkrellweather/files mkdir -p gkrellweather/files > /dev/null 2>&1 echo x - gkrellweather/files/patch-aa sed 's/^X//' >gkrellweather/files/patch-aa << 'END-of-gkrellweather/files/patch-aa' X*** Makefile.old Mon Jul 2 15:33:41 2001 X--- Makefile Mon Jul 2 15:35:54 2001 X*************** X*** 1,11 **** X! GTK_INCLUDE = `gtk-config --cflags` X! GTK_LIB = `gtk-config --libs` X X IMLIB_INCLUDE = `imlib-config --cflags-gdk` X IMLIB_LIB = `imlib-config --libs-gdk` X X X! FLAGS = -O2 -Wall -fPIC $(GTK_INCLUDE) $(IMLIB_INCLUDE) X LIBS = $(GTK_LIB) $(IMLIB_LIB) X LFLAGS = -shared X X--- 1,11 ---- X! GTK_INCLUDE = `gtk12-config --cflags` X! GTK_LIB = `gtk12-config --libs` X X IMLIB_INCLUDE = `imlib-config --cflags-gdk` X IMLIB_LIB = `imlib-config --libs-gdk` X X X! FLAGS = -pthread -O2 -Wall -fPIC $(GTK_INCLUDE) $(IMLIB_INCLUDE) X LIBS = $(GTK_LIB) $(IMLIB_LIB) X LFLAGS = -shared X X*************** X*** 14,20 **** X OBJS = gkrellweather.o X X gkrellweather.so: $(OBJS) X! $(CC) $(OBJS) -o gkrellweather.so $(LFLAGS) $(LIBS) -lpthread X X clean: X rm -f *.o core *.so* *.bak *~ X--- 14,20 ---- X OBJS = gkrellweather.o X X gkrellweather.so: $(OBJS) X! $(CC) $(OBJS) -o gkrellweather.so $(LFLAGS) $(LIBS) X X clean: X rm -f *.o core *.so* *.bak *~ END-of-gkrellweather/files/patch-aa echo x - gkrellweather/pkg-plist sed 's/^X//' >gkrellweather/pkg-plist << 'END-of-gkrellweather/pkg-plist' Xlibexec/gkrellm/plugins/gkrellweather.so Xbin/GrabWeather END-of-gkrellweather/pkg-plist echo x - gkrellweather/pkg-comment sed 's/^X//' >gkrellweather/pkg-comment << 'END-of-gkrellweather/pkg-comment' XGKrellM plugin which shows weather info from the US National Weather Service END-of-gkrellweather/pkg-comment echo x - gkrellweather/pkg-descr sed 's/^X//' >gkrellweather/pkg-descr << 'END-of-gkrellweather/pkg-descr' XGKrellM plugin which shows weather info from the US National Weather Service X XFeatures X - Choose your own location by 4-letter METAR station identifier code. X - Monitor temperature, dew point, pressure, relative humidity, X sky condition, wind direction and speed X - Display using imperial units (degrees Fareheight, inches of Mercury, X miles per hour) X - Display using metric units (degrees Celsius, millimeters of Mercury, X kilometers per hour) X - Display pressure in kPa, hPa and mmHg X - Display wind speeds in kmph, mps and beaufort scale X XAuthor: Franky Lam XWWW: http://www.cse.unsw.edu.au/~flam/programs/gkrellweather.html END-of-gkrellweather/pkg-descr exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Jul 2 8:20:25 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id BA58F37B405 for ; Mon, 2 Jul 2001 08:20:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f62FK2D71987; Mon, 2 Jul 2001 08:20:02 -0700 (PDT) (envelope-from gnats) Received: from fling.sanbi.ac.za (fling.sanbi.ac.za [196.38.142.119]) by hub.freebsd.org (Postfix) with ESMTP id 46C0F37B409 for ; Mon, 2 Jul 2001 08:14:51 -0700 (PDT) (envelope-from pvh@industrial.egenetics.com) Received: from industrial.egenetics.com ([196.38.142.71] ident=root) by fling.sanbi.ac.za with esmtp (Exim 3.13 #4) id 15H5PU-000E6L-00 for FreeBSD-gnats-submit@freebsd.org; Mon, 02 Jul 2001 17:14:48 +0200 Received: (from root@localhost) by industrial.egenetics.com (8.11.4/8.11.4) id f62FEkB96495; Mon, 2 Jul 2001 17:14:46 +0200 (SAST) (envelope-from pvh) Message-Id: <200107021514.f62FEkB96495@industrial.egenetics.com> Date: Mon, 2 Jul 2001 17:14:46 +0200 (SAST) From: Peter van Heusden Reply-To: Peter van Heusden To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/28636: New-port: icukrell: GKrellM plugin which shows status of gnomeICU Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 28636 >Category: ports >Synopsis: New-port: icukrell: GKrellM plugin which shows status of gnomeICU >Confidential: 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 02 08:20:02 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Peter van Heusden >Release: FreeBSD 4.3-STABLE i386 >Organization: Electric Genetics >Environment: System: FreeBSD industrial.egenetics.com 4.3-STABLE FreeBSD 4.3-STABLE #0: Tue Jun 26 13:03:48 SAST 2001 pvh@industrial.egenetics.com:/usr/src/sys/compile/MINIMAL i386 >Description: GKrellM plugin which shows status of gnomeICU A plugin for gkrellm, that keeps track of the status of gnomeICU, the gnome ICQ client. Author: drJeckyll WWW: http://icukrell.sourceforge.net/ >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: # # icukrell # icukrell/Makefile # icukrell/distinfo # icukrell/files # icukrell/files/patch-aa # icukrell/files/patch-ab # icukrell/files/patch-ac # icukrell/pkg-plist # icukrell/pkg-comment # icukrell/pkg-descr # echo c - icukrell mkdir -p icukrell > /dev/null 2>&1 echo x - icukrell/Makefile sed 's/^X//' >icukrell/Makefile << 'END-of-icukrell/Makefile' X# New ports collection makefile for: icukrell X# Date Created: 2 July 2001 X# Whom: Peter van Heusden X# X# $FreeBSD$ X# X XPORTNAME= icukrell XPORTVERSION= 0.1.3 XCATEGORIES= net XMASTER_SITES= ${MASTER_SITE_SOURCEFORGE} XMASTER_SITE_SUBDIR=icukrell X XMAINTAINER= pvh@egenetics.com X XBUILD_DEPENDS= ${X11BASE}/include/gkrellm/gkrellm.h:${PORTSDIR}/sysutils/gkrellm XRUN_DEPENDS= gkrellm:${PORTSDIR}/sysutils/gkrellm XRUN_DEPENDS= gnomeicu:${PORTSDIR}/net/gnomeicu X XUSE_X_PREFIX= yes XUSE_IMLIB= yes X Xdo-install: X ${MKDIR} ${PREFIX}/libexec/gkrellm/plugins X ${INSTALL_PROGRAM} ${WRKSRC}/icukrell.so ${PREFIX}/libexec/gkrellm/plugins X ${INSTALL_PROGRAM} ${WRKSRC}/icukrell-client ${PREFIX}/bin X X.include END-of-icukrell/Makefile echo x - icukrell/distinfo sed 's/^X//' >icukrell/distinfo << 'END-of-icukrell/distinfo' XMD5 (icukrell-0.1.3.tar.gz) = 8f442cec0a00d490ccc30ce89bf4a90b END-of-icukrell/distinfo echo c - icukrell/files mkdir -p icukrell/files > /dev/null 2>&1 echo x - icukrell/files/patch-aa sed 's/^X//' >icukrell/files/patch-aa << 'END-of-icukrell/files/patch-aa' X*** Makefile.orig Sun May 6 23:03:34 2001 X--- Makefile Mon Jul 2 10:37:34 2001 X*************** X*** 2,9 **** X # Makefile for IcuKrell 0.1.3 X # X X! GTK_INCLUDE = `gtk-config --cflags` X! GTK_LIB = `gtk-config --libs` X X GNOME_INCLUDE = `gnome-config --cflags gnorba gnomeui` X GNOME_LIB = `gnome-config --libs gnorba gnomeui` X--- 2,9 ---- X # Makefile for IcuKrell 0.1.3 X # X X! GTK_INCLUDE = `gtk12-config --cflags` X! GTK_LIB = `gtk12-config --libs` X X GNOME_INCLUDE = `gnome-config --cflags gnorba gnomeui` X GNOME_LIB = `gnome-config --libs gnorba gnomeui` X*************** X*** 11,25 **** X IMLIB_INCLUDE = `imlib-config --cflags-gdk` X IMLIB_LIBS = `imlib-config --libs-gdk` X X! CFLAGS = -O2 -Wall -fPIC $(GTK_INCLUDE) $(GNOME_INCLUDE) $(IMLIB_INCLUDE) X LIBS = $(GTK_LIB) $(GNOME_LIBS) $(IMLIB_LIBS) X! LFLAGS = -shared -lpthread X X CC = gcc $(CFLAGS) $(FLAGS) X X! OBJS = src/action.o src/options.o src/icukrell.o src/themes.o X CLIENT_OBJS = client/icukrell-client.c X X ICUKRELL_PROGS = icukrell.so icukrell-client X X all: $(ICUKRELL_PROGS) X--- 11,26 ---- X IMLIB_INCLUDE = `imlib-config --cflags-gdk` X IMLIB_LIBS = `imlib-config --libs-gdk` X X! CFLAGS = -pthread -g -O2 -Wall -fPIC $(GTK_INCLUDE) $(GNOME_INCLUDE) $(IMLIB_INCLUDE) X LIBS = $(GTK_LIB) $(GNOME_LIBS) $(IMLIB_LIBS) X! LFLAGS = -shared X X CC = gcc $(CFLAGS) $(FLAGS) X X! OBJS = action.o options.o icukrell.o themes.o X CLIENT_OBJS = client/icukrell-client.c X X+ VPATH=src X ICUKRELL_PROGS = icukrell.so icukrell-client X X all: $(ICUKRELL_PROGS) END-of-icukrell/files/patch-aa echo x - icukrell/files/patch-ab sed 's/^X//' >icukrell/files/patch-ab << 'END-of-icukrell/files/patch-ab' X*** src/themes.c.old Mon Jul 2 12:53:48 2001 X--- src/themes.c Mon Jul 2 12:54:56 2001 X*************** X*** 43,48 **** X--- 43,50 ---- X #endif X make_file_name("gnomeicu-offline.png"); X im = gdk_imlib_load_image(full_file); X+ if (im == NULL) X+ return FALSE; X gdk_imlib_render(im, im->rgb_width, im->rgb_height); X offline_pixmap = gdk_imlib_copy_image(im); X offline_bitmap = gdk_imlib_copy_mask(im); X*************** X*** 53,58 **** X--- 55,62 ---- X #endif X make_file_name("gnomeicu-online.png"); X im = gdk_imlib_load_image(full_file); X+ if (im == NULL) X+ return FALSE; X gdk_imlib_render(im, im->rgb_width, im->rgb_height); X online_pixmap = gdk_imlib_copy_image(im); X online_bitmap = gdk_imlib_copy_mask(im); X*************** X*** 63,68 **** X--- 67,74 ---- X #endif X make_file_name("gnomeicu-inv.png"); X im = gdk_imlib_load_image(full_file); X+ if (im == NULL) X+ return FALSE; X gdk_imlib_render(im, im->rgb_width, im->rgb_height); X inv_pixmap = gdk_imlib_copy_image(im); X inv_bitmap = gdk_imlib_copy_mask(im); X*************** X*** 73,78 **** X--- 79,86 ---- X #endif X make_file_name("gnomeicu-na.png"); X im = gdk_imlib_load_image(full_file); X+ if (im == NULL) X+ return FALSE; X gdk_imlib_render(im, im->rgb_width, im->rgb_height); X na_pixmap = gdk_imlib_copy_image(im); X na_bitmap = gdk_imlib_copy_mask(im); X*************** X*** 83,88 **** X--- 91,98 ---- X #endif X make_file_name("gnomeicu-ffc.png"); X im = gdk_imlib_load_image(full_file); X+ if (im == NULL) X+ return FALSE; X gdk_imlib_render(im, im->rgb_width, im->rgb_height); X chat_pixmap = gdk_imlib_copy_image(im); X chat_bitmap = gdk_imlib_copy_mask(im); X*************** X*** 93,98 **** X--- 103,110 ---- X #endif X make_file_name("gnomeicu-occ.png"); X im = gdk_imlib_load_image(full_file); X+ if (im == NULL) X+ return FALSE; X gdk_imlib_render(im, im->rgb_width, im->rgb_height); X occ_pixmap = gdk_imlib_copy_image(im); X occ_bitmap = gdk_imlib_copy_mask(im); X*************** X*** 103,108 **** X--- 115,122 ---- X #endif X make_file_name("gnomeicu-away.png"); X im = gdk_imlib_load_image(full_file); X+ if (im == NULL) X+ return FALSE; X gdk_imlib_render(im, im->rgb_width, im->rgb_height); X away_pixmap = gdk_imlib_copy_image(im); X away_bitmap = gdk_imlib_copy_mask(im); X*************** X*** 113,118 **** X--- 127,134 ---- X #endif X make_file_name("gnomeicu-dnd.png"); X im = gdk_imlib_load_image(full_file); X+ if (im == NULL) X+ return FALSE; X gdk_imlib_render(im, im->rgb_width, im->rgb_height); X dnd_pixmap = gdk_imlib_copy_image(im); X dnd_bitmap = gdk_imlib_copy_mask(im); X*************** X*** 123,128 **** X--- 139,146 ---- X #endif X make_file_name("gnomeicu-message.png"); X im = gdk_imlib_load_image(full_file); X+ if (im == NULL) X+ return FALSE; X gdk_imlib_render(im, im->rgb_width, im->rgb_height); X message_pixmap = gdk_imlib_copy_image(im); X message_bitmap = gdk_imlib_copy_mask(im); END-of-icukrell/files/patch-ab echo x - icukrell/files/patch-ac sed 's/^X//' >icukrell/files/patch-ac << 'END-of-icukrell/files/patch-ac' X*** config.h.old Mon Jul 2 13:02:35 2001 X--- config.h Mon Jul 2 13:03:03 2001 X*************** X*** 5,11 **** X /* Some Config you may want to change */ X X // where gnomeICU share files are X! #define GNOMEICU_INSTALL_DIR "/usr/local/share/gnomeicu" X X // timeout when starting gnomeICU with autohide before hide main window X #define ICUKRELL_TIMEOUT_BEFORE_HIDE 3 X--- 5,11 ---- X /* Some Config you may want to change */ X X // where gnomeICU share files are X! #define GNOMEICU_INSTALL_DIR "/usr/X11R6/share/gnome/gnomeicu" X X // timeout when starting gnomeICU with autohide before hide main window X #define ICUKRELL_TIMEOUT_BEFORE_HIDE 3 END-of-icukrell/files/patch-ac echo x - icukrell/pkg-plist sed 's/^X//' >icukrell/pkg-plist << 'END-of-icukrell/pkg-plist' Xlibexec/gkrellm/plugins/icukrell.so Xbin/icukrell-client END-of-icukrell/pkg-plist echo x - icukrell/pkg-comment sed 's/^X//' >icukrell/pkg-comment << 'END-of-icukrell/pkg-comment' XGKrellM plugin which shows status of gnomeICU END-of-icukrell/pkg-comment echo x - icukrell/pkg-descr sed 's/^X//' >icukrell/pkg-descr << 'END-of-icukrell/pkg-descr' XGKrellM plugin which shows status of gnomeICU X XA plugin for gkrellm, that keeps track of the status of gnomeICU, Xthe gnome ICQ client. X XAuthor: drJeckyll XWWW: http://icukrell.sourceforge.net/ END-of-icukrell/pkg-descr exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Jul 2 8:40: 6 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C4BB937B403 for ; Mon, 2 Jul 2001 08:40:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f62Fe2V73893; Mon, 2 Jul 2001 08:40:02 -0700 (PDT) (envelope-from gnats) Received: from laptop.irrelevant.org (adamantite.global.net.uk [194.126.80.200]) by hub.freebsd.org (Postfix) with ESMTP id 4738237B401 for ; Mon, 2 Jul 2001 08:37:53 -0700 (PDT) (envelope-from simond@laptop.irrelevant.org) Received: (from simond@localhost) by laptop.irrelevant.org (8.11.4/8.11.4) id f62Fbfm04408; Mon, 2 Jul 2001 16:37:41 +0100 (BST) (envelope-from simond) Message-Id: <200107021537.f62Fbfm04408@laptop.irrelevant.org> Date: Mon, 2 Jul 2001 16:37:41 +0100 (BST) From: Simon Dick Reply-To: Simon Dick To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/28638: Maintainer Update port: x11-fm/worker Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 28638 >Category: ports >Synopsis: Maintainer Update port: x11-fm/worker >Confidential: 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 02 08:40:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Simon Dick >Release: FreeBSD 4.3-STABLE i386 >Organization: N/A >Environment: System: FreeBSD laptop.irrelevant.org 4.3-STABLE FreeBSD 4.3-STABLE #19: Thu Jun 14 10:06:42 BST 2001 root@laptop.irrelevant.org:/usr/obj/usr/src/sys/LAPTOP i386 >Description: Update x11-fm/worker from 2.2.0 to 2.2.1 >How-To-Repeat: >Fix: diff -ruN worker.orig/Makefile worker/Makefile --- worker.orig/Makefile Mon Apr 2 14:37:05 2001 +++ worker/Makefile Mon Jul 2 16:30:15 2001 @@ -6,7 +6,7 @@ # PORTNAME= worker -PORTVERSION= 2.2.0 +PORTVERSION= 2.2.1 CATEGORIES= x11-fm MASTER_SITES= http://www.boomerangsworld.de/worker/downloads/ \ http://www.informatik.uni-halle.de/~hoffmanr/worker/downloads/ diff -ruN worker.orig/distinfo worker/distinfo --- worker.orig/distinfo Mon Apr 2 14:37:05 2001 +++ worker/distinfo Mon Jul 2 16:30:41 2001 @@ -1 +1 @@ -MD5 (worker-2.2.0.tar.gz) = a8ae89748d501abf54218e09bfe9be6f +MD5 (worker-2.2.1.tar.gz) = 03b37672b0bc61f4af85152823d94276 >Release-Note: >Audit-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 2 8:50:19 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id DBC7437B40B for ; Mon, 2 Jul 2001 08:50:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f62Fo1W75168; Mon, 2 Jul 2001 08:50:01 -0700 (PDT) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 24F0D37B403 for ; Mon, 2 Jul 2001 08:40:54 -0700 (PDT) (envelope-from nobody@FreeBSD.org) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f62FesP74008; Mon, 2 Jul 2001 08:40:54 -0700 (PDT) (envelope-from nobody) Message-Id: <200107021540.f62FesP74008@freefall.freebsd.org> Date: Mon, 2 Jul 2001 08:40:54 -0700 (PDT) From: Hye-Shik Chang To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/28639: New port: ftp/py-curl Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 28639 >Category: ports >Synopsis: New port: ftp/py-curl >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Jul 02 08:50:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Hye-Shik Chang >Release: FreeBSD 4.3 >Organization: Yonsei University >Environment: FreeBSD akaraka.yonsei.ac.kr 4.3-STABLE FreeBSD 4.3-STABLE #0: Sat May 12 18:17:07 KST 2001 root@free.yonsei.ac.kr:/usr/src/sys/compile/RYOKO i386 >Description: Just a Python interface to curl. Pretty simple and clean to use. Thank you. :-) Related Ports: ftp/curl, ftp/ruby-curl, www/mod_php4 >How-To-Repeat: >Fix: # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # py-curl # py-curl/distinfo # py-curl/Makefile # py-curl/pkg-comment # py-curl/pkg-plist # py-curl/pkg-descr # echo c - py-curl mkdir -p py-curl > /dev/null 2>&1 echo x - py-curl/distinfo sed 's/^X//' >py-curl/distinfo << 'END-of-py-curl/distinfo' XMD5 (pycurl-0.3.3.tar.gz) = 4a1455cb8fc9279239114940fc2269ef END-of-py-curl/distinfo echo x - py-curl/Makefile sed 's/^X//' >py-curl/Makefile << 'END-of-py-curl/Makefile' X# New ports collection makefile for: py-curl X# Date created: 2 July 2001 X# Whom: Hye-Shik Chang X# X# $FreeBSD$ X# X XPORTNAME= curl XPORTVERSION= 0.3.3 XCATEGORIES= ftp python XMASTER_SITES= http://pycurl.sourceforge.net/ XPKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} XDISTNAME= py${PORTNAME}-${PORTVERSION} X XMAINTAINER= perky@python.or.kr X XBUILD_DEPENDS= ${PYDISTUTILS} XLIB_DEPENDS= curl.2:${PORTSDIR}/ftp/curl X XUSE_PYTHON= yes XPLIST_SUB+= PYTHON_SITELIBDIR=${PYTHON_SITELIBDIR:S,^${LOCALBASE}/,,g} \ X SHARE_SUBDIR=${SHARE_SUBDIR} XSHARE_SUBDIR= ${PKGNAMEPREFIX}${PORTNAME} XPYDIST_SETUP= cd ${WRKSRC} && ${PYTHON_CMD} setup.py X XREPATCH= cd ${WRKSRC} && ${SED} XREPATCHSUBST= -e 's@"include"@"${LOCALBASE}/include"],library_dirs=["${LOCALBASE}/lib"@' XREPATCHFILES= setup.py XTMPSUFFIX= .temp X Xpost-patch: X.for file in ${REPATCHFILES} X ${REPATCH} ${REPATCHSUBST} ${file} > ${file}${TMPSUFFIX} && \ X ${CAT} ${file}${TMPSUFFIX} > ${file} X.endfor X Xdo-build: X ${PYDIST_SETUP} build X Xdo-install: X ${PYDIST_SETUP} install X.if !defined(NOPORTDOCS) X ${MKDIR} ${PREFIX}/share/examples/${SHARE_SUBDIR} X cd ${WRKSRC} && ${INSTALL_DATA} tests/* ${PREFIX}/share/examples/${SHARE_SUBDIR} X.endif X X.include END-of-py-curl/Makefile echo x - py-curl/pkg-comment sed 's/^X//' >py-curl/pkg-comment << 'END-of-py-curl/pkg-comment' XPython interface to libcurl END-of-py-curl/pkg-comment echo x - py-curl/pkg-plist sed 's/^X//' >py-curl/pkg-plist << 'END-of-py-curl/pkg-plist' X%%PYTHON_SITELIBDIR%%/curl.so X%%PORTDOCS%%share/examples/%%SHARE_SUBDIR%%/test.py X%%PORTDOCS%%share/examples/%%SHARE_SUBDIR%%/test_cb.py X%%PORTDOCS%%share/examples/%%SHARE_SUBDIR%%/test_getinfo.py X%%PORTDOCS%%@dirrm share/examples/%%SHARE_SUBDIR%% END-of-py-curl/pkg-plist echo x - py-curl/pkg-descr sed 's/^X//' >py-curl/pkg-descr << 'END-of-py-curl/pkg-descr' XPython module interface to the cURL library which is Xa tool for transferring files with URL syntax, supporting Xmany protocols. X XWWW: http://sourceforge.net/projects/pycurl/ END-of-py-curl/pkg-descr exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Jul 2 8:53:46 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 89D5237B405; Mon, 2 Jul 2001 08:53:41 -0700 (PDT) (envelope-from lioux@FreeBSD.org) Received: (from lioux@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f62Frf575650; Mon, 2 Jul 2001 08:53:41 -0700 (PDT) (envelope-from lioux) Date: Mon, 2 Jul 2001 08:53:41 -0700 (PDT) From: Message-Id: <200107021553.f62Frf575650@freefall.freebsd.org> To: pat@databits.net, lioux@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/28618: Fix (MASTERSITES): games/hlserver-dmc Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: Fix (MASTERSITES): games/hlserver-dmc State-Changed-From-To: open->closed State-Changed-By: lioux State-Changed-When: Mon Jul 2 08:53:06 PDT 2001 State-Changed-Why: Committed, thanks! http://www.FreeBSD.org/cgi/query-pr.cgi?pr=28618 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Jul 2 8:56:36 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A987E37B408; Mon, 2 Jul 2001 08:56:32 -0700 (PDT) (envelope-from lioux@FreeBSD.org) Received: (from lioux@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f62FuWs76030; Mon, 2 Jul 2001 08:56:32 -0700 (PDT) (envelope-from lioux) Date: Mon, 2 Jul 2001 08:56:32 -0700 (PDT) From: Message-Id: <200107021556.f62FuWs76030@freefall.freebsd.org> To: pat@databits.net, lioux@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/28619: Fix (MASTERSITES): games/hlserver-opfor Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: Fix (MASTERSITES): games/hlserver-opfor State-Changed-From-To: open->closed State-Changed-By: lioux State-Changed-When: Mon Jul 2 08:56:14 PDT 2001 State-Changed-Why: Committed, thanks! http://www.FreeBSD.org/cgi/query-pr.cgi?pr=28619 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Jul 2 9: 5:26 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7D42837B401; Mon, 2 Jul 2001 09:05:24 -0700 (PDT) (envelope-from lioux@FreeBSD.org) Received: (from lioux@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f62G5O580980; Mon, 2 Jul 2001 09:05:24 -0700 (PDT) (envelope-from lioux) Date: Mon, 2 Jul 2001 09:05:24 -0700 (PDT) From: Message-Id: <200107021605.f62G5O580980@freefall.freebsd.org> To: lioux@FreeBSD.org, freebsd-ports@FreeBSD.org, lioux@FreeBSD.org Subject: Re: ports/28621: New port: games/hlserver-oz Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: New port: games/hlserver-oz Responsible-Changed-From-To: freebsd-ports->lioux Responsible-Changed-By: lioux Responsible-Changed-When: Mon Jul 2 09:04:37 PDT 2001 Responsible-Changed-Why: I'll handle this. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=28621 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Jul 2 9:20: 9 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 30A6337B406 for ; Mon, 2 Jul 2001 09:20:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f62GK1g85782; Mon, 2 Jul 2001 09:20:01 -0700 (PDT) (envelope-from gnats) Received: from freebsd.org.ru (sweet.etrust.ru [194.84.67.5]) by hub.freebsd.org (Postfix) with ESMTP id 6F70337B41E for ; Mon, 2 Jul 2001 09:13:18 -0700 (PDT) (envelope-from osa@freebsd.org.ru) Received: by freebsd.org.ru (Postfix, from userid 1000) id D811112F; Mon, 2 Jul 2001 20:13:14 +0400 (MSD) Message-Id: <20010702161314.D811112F@freebsd.org.ru> Date: Mon, 2 Jul 2001 20:13:14 +0400 (MSD) From: "Sergey A.Osokin" Reply-To: "Sergey A.Osokin" To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/28640: databases/gigabase checksum change at MASTER_SITE Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 28640 >Category: ports >Synopsis: databases/gigabase checksum change at MASTER_SITE >Confidential: no >Severity: critical >Priority: high >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Mon Jul 02 09:20:00 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Sergey A. Osokin >Release: FreeBSD 4.3-STABLE i386 >Organization: Russian FreeBSD Team >Environment: System: FreeBSD hole.etrust.ru 4.3-STABLE FreeBSD 4.3-STABLE #0: Tue Jun 26 17:24:39 MSD 2001 root@hole.etrust.ru:/usr/src/sys/compile/SWEET i386 >Description: databases/gigabase checksum change at MASTER_SITE >How-To-Repeat: cd /usr/ports/databases/gigabase && make extract >Fix: diff -ruN gigabase.old/distinfo gigabase/distinfo --- gigabase.old/distinfo Mon Jul 2 20:09:56 2001 +++ gigabase/distinfo Mon Jul 2 20:10:27 2001 @@ -1 +1 @@ -MD5 (gigabase-2.34.tar.gz) = 588b767aaf795a3b01c2dc0947744cc4 +MD5 (gigabase-2.34.tar.gz) = 5456ad4ffd062ad8f9dc6cf47edd8540 >Release-Note: >Audit-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 2 9:20:13 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E2F3037B408 for ; Mon, 2 Jul 2001 09:20:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f62GK1l85792; Mon, 2 Jul 2001 09:20:01 -0700 (PDT) (envelope-from gnats) Received: from pinochet.cityline.ru (pinochet.cityline.ru [195.46.160.34]) by hub.freebsd.org (Postfix) with ESMTP id 0809437B405 for ; Mon, 2 Jul 2001 09:19:19 -0700 (PDT) (envelope-from root@3wgraphics.com) Received: from 3wgraphics.com (8c1e990c3c8c0f3b00a922918356c856@26.169.05.dn.dialup.cityline.ru [195.46.169.26]) by pinochet.cityline.ru (8.10.2/t/08-Oct-1998) with ESMTP id f62GEqV79007 for ; Mon, 2 Jul 2001 20:14:53 +0400 (MSD) Received: from root by 3wgraphics.com with local (Exim 3.30 #1) id 15H6LU-000ICb-00 for FreeBSD-gnats-submit@freebsd.org; Mon, 02 Jul 2001 20:14:44 +0400 Message-Id: Date: Mon, 02 Jul 2001 20:14:44 +0400 From: skv@protey.ru Reply-To: skv@protey.ru To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/28641: Update port: Sablot-0.60 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 28641 >Category: ports >Synopsis: Update port: Sablot-0.60 >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Mon Jul 02 09:20:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Sergey Skvortsov >Release: FreeBSD 4.3-STABLE i386 >Organization: >Environment: >Description: Update port: Sablot-0.60 - apply patch 0.60.1 >How-To-Repeat: >Fix: diff -crN sablotron/Makefile sablotron.0.60.1/Makefile *** sablotron/Makefile Mon Jun 18 22:13:11 2001 --- sablotron.0.60.1/Makefile Mon Jul 2 19:52:00 2001 *************** *** 10,15 **** --- 10,19 ---- CATEGORIES= textproc MASTER_SITES= http://download.gingerall.cz/sablot/ + PATCH_SITES= http://www.gingerall.com/download/ + PATCHFILES= Sablot-0.60.1.patch + PATCH_DIST_STRIP= -p1 + MAINTAINER= skv@protey.ru LIB_DEPENDS= iconv.2:${PORTSDIR}/converters/iconv \ diff -crN sablotron/distinfo sablotron.0.60.1/distinfo *** sablotron/distinfo Mon Jun 18 22:13:11 2001 --- sablotron.0.60.1/distinfo Mon Jul 2 19:51:10 2001 *************** *** 1 **** --- 1,2 ---- MD5 (Sablot-0.60.tar.gz) = 2938b6c301355f832eb0f6be98f12570 + MD5 (Sablot-0.60.1.patch) = 65881887cc28755d780b84483f99aede >Release-Note: >Audit-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 2 9:23:40 2001 Delivered-To: freebsd-ports@freebsd.org Received: from ashburn.skiltech.com (ashburn.skiltech.com [216.235.79.239]) by hub.freebsd.org (Postfix) with ESMTP id 7249237B401 for ; Mon, 2 Jul 2001 09:23:38 -0700 (PDT) (envelope-from minter@ashburn.skiltech.com) Received: (from minter@localhost) by ashburn.skiltech.com (8.11.3/8.11.1) id f62GNbO23174; Mon, 2 Jul 2001 12:23:37 -0400 (EDT) (envelope-from minter) Date: Mon, 2 Jul 2001 12:23:37 -0400 (EDT) From: "H. Wade Minter" X-X-Sender: To: Subject: [Q] Submitting new port Message-ID: <20010702122148.Q22588-100000@ashburn.skiltech.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org I used send-pr to submit a couple of new ports over the weekend. My question is: should newly-submitted ports via send-pr show up immediately via http://www.freebsd.org/cgi/query-pr-summary.cgi?query , or is there more that needs to be done. I don't see either of the new ports listed in that query, and am suspecting that the mail didn't get to where it needs to be. Thanks, Wade To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Jul 2 9:32:29 2001 Delivered-To: freebsd-ports@freebsd.org Received: from ringworld.nanolink.com (ringworld.nanolink.com [195.24.48.13]) by hub.freebsd.org (Postfix) with SMTP id 4EDEE37B407 for ; Mon, 2 Jul 2001 09:32:26 -0700 (PDT) (envelope-from roam@orbitel.bg) Received: (qmail 20039 invoked by uid 1000); 2 Jul 2001 16:37:01 -0000 Date: Mon, 2 Jul 2001 19:37:01 +0300 From: Peter Pentchev To: "H. Wade Minter" Cc: freebsd-ports@freebsd.org Subject: Re: [Q] Submitting new port Message-ID: <20010702193701.C16463@ringworld.oblivion.bg> Mail-Followup-To: "H. Wade Minter" , freebsd-ports@freebsd.org References: <20010702122148.Q22588-100000@ashburn.skiltech.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20010702122148.Q22588-100000@ashburn.skiltech.com>; from minter@lunenburg.org on Mon, Jul 02, 2001 at 12:23:37PM -0400 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Mon, Jul 02, 2001 at 12:23:37PM -0400, H. Wade Minter wrote: > I used send-pr to submit a couple of new ports over the weekend. My > question is: should newly-submitted ports via send-pr show up immediately > via http://www.freebsd.org/cgi/query-pr-summary.cgi?query , or is there > more that needs to be done. > > I don't see either of the new ports listed in that query, and am > suspecting that the mail didn't get to where it needs to be. If you have received a mail message from GNATS to the e-mail address you specified (if you used the WWW form), or to the e-mail address you sent the mail to (if you just sent mail), or to the e-mail address you specified in the Reply-To field (both cases), then yes, the PR should show in the GNATS CGI script. It might not show there, if you have selected not to see closed PR's (which is the default), and somebody has already closed it :) In any case, you may use http://www.FreeBSD.org/cgi/query-pr.cgi?pr=10000 (substitute your PR number for 10000 ;) G'luck, Peter -- This sentence no verb. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Jul 2 9:33:42 2001 Delivered-To: freebsd-ports@freebsd.org Received: from ashburn.skiltech.com (ashburn.skiltech.com [216.235.79.239]) by hub.freebsd.org (Postfix) with ESMTP id 7FED037B401 for ; Mon, 2 Jul 2001 09:33:40 -0700 (PDT) (envelope-from minter@ashburn.skiltech.com) Received: (from minter@localhost) by ashburn.skiltech.com (8.11.3/8.11.1) id f62GXbw25695; Mon, 2 Jul 2001 12:33:37 -0400 (EDT) (envelope-from minter) Date: Mon, 2 Jul 2001 12:33:37 -0400 (EDT) From: "H. Wade Minter" X-X-Sender: To: Peter Pentchev Cc: Subject: Re: [Q] Submitting new port In-Reply-To: <20010702193701.C16463@ringworld.oblivion.bg> Message-ID: <20010702123323.E25612-100000@ashburn.skiltech.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Ok - I never got a message from GNATS, so I guess it didn't go through. --Wade On Mon, 2 Jul 2001, Peter Pentchev wrote: > On Mon, Jul 02, 2001 at 12:23:37PM -0400, H. Wade Minter wrote: > > I used send-pr to submit a couple of new ports over the weekend. My > > question is: should newly-submitted ports via send-pr show up immediately > > via http://www.freebsd.org/cgi/query-pr-summary.cgi?query , or is there > > more that needs to be done. > > > > I don't see either of the new ports listed in that query, and am > > suspecting that the mail didn't get to where it needs to be. > > If you have received a mail message from GNATS to the e-mail address > you specified (if you used the WWW form), or to the e-mail address > you sent the mail to (if you just sent mail), or to the e-mail address > you specified in the Reply-To field (both cases), then yes, the PR > should show in the GNATS CGI script. > > It might not show there, if you have selected not to see closed PR's > (which is the default), and somebody has already closed it :) > > In any case, you may use http://www.FreeBSD.org/cgi/query-pr.cgi?pr=10000 > (substitute your PR number for 10000 ;) > > G'luck, > Peter > > -- > This sentence no verb. > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Jul 2 10: 0:15 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1C6C937B406 for ; Mon, 2 Jul 2001 10:00:10 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f62H0Av93266; Mon, 2 Jul 2001 10:00:10 -0700 (PDT) (envelope-from gnats) Received: from sclp3.sclp.com (sclp3.sclp.com [209.196.61.66]) by hub.freebsd.org (Postfix) with SMTP id 68FAF37B403 for ; Mon, 2 Jul 2001 09:58:11 -0700 (PDT) (envelope-from jason@mastaler.com) Received: (qmail 5524 invoked from network); 2 Jul 2001 16:58:10 -0000 Received: from localhost (HELO nightshade.la.mastaler.com) (jason@127.0.0.1) by localhost with SMTP; 2 Jul 2001 16:58:10 -0000 Received: (qmail 19377 invoked by uid 666); 2 Jul 2001 16:58:07 -0000 Message-Id: <20010702165807.19376.qmail@nightshade.la.mastaler.com> Date: 2 Jul 2001 16:58:07 -0000 From: jason-dated-995302556.c5a9d8@mastaler.com Reply-To: jason-dated-995302556.c5a9d8@mastaler.com To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/28642: Update port: mail/tmda Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 28642 >Category: ports >Synopsis: Update mail/tmda to better support NOPORTDOCS >Confidential: 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 02 10:00:09 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Jason R. Mastaler >Release: FreeBSD 4.3-RELEASE i386 >Organization: >Environment: System: FreeBSD nightshade.la.mastaler.com 4.3-RELEASE FreeBSD 4.3-RELEASE #0: Tue May 22 10:44:59 MDT 2001 root@nightshade.la.mastaler.com:/usr/src/sys/compile/NIGHTSHADE i386 >Description: Update mail/tmda to better support NOPORTDOCS. >How-To-Repeat: >Fix: diff -ruN /usr/ports/mail/tmda/distinfo /root/ports/tmda/distinfo --- /usr/ports/mail/tmda/distinfo Mon Jul 2 10:00:37 2001 +++ /root/ports/tmda/distinfo Thu Jun 28 13:29:51 2001 @@ -1 +1 @@ -MD5 (tmda-0.22.tgz) = 07ea1181fb548761f6b39fb5f9d39ba6MD5 +MD5 (tmda-0.22.tgz) = 07ea1181fb548761f6b39fb5f9d39ba6 diff -ruN /usr/ports/mail/tmda/pkg-plist /root/ports/tmda/pkg-plist --- /usr/ports/mail/tmda/pkg-plist Tue Jun 26 20:56:36 2001 +++ /root/ports/tmda/pkg-plist Mon Jul 2 10:48:51 2001 @@ -15,21 +15,21 @@ lib/%%PYTHON_VERSION%%/site-packages/TMDA/__init__.pyc share/tmda/bounce_dated.txt share/tmda/bounce_sender.txt -share/doc/tmda/COPYRIGHT -share/doc/tmda/CRYPTO -share/doc/tmda/ChangeLog -share/doc/tmda/FAQ -share/doc/tmda/INSTALL -share/doc/tmda/README -share/doc/tmda/README.RELAY -share/doc/tmda/THANKS -share/doc/tmda/TODO -share/doc/tmda/UPGRADE -share/doc/tmda/qmail-smtpd_auth.patch -share/doc/tmda/sample.tmdarc -share/doc/tmda/tmda.spec -share/doc/tmda/tmda-server-flow.gif -share/doc/tmda/tmda.html -@dirrm lib/%%PYTHON_VERSION%%/site-packages/TMDA +%%PORTDOCS%%share/doc/tmda/COPYRIGHT +%%PORTDOCS%%share/doc/tmda/CRYPTO +%%PORTDOCS%%share/doc/tmda/ChangeLog +%%PORTDOCS%%share/doc/tmda/FAQ +%%PORTDOCS%%share/doc/tmda/INSTALL +%%PORTDOCS%%share/doc/tmda/README +%%PORTDOCS%%share/doc/tmda/README.RELAY +%%PORTDOCS%%share/doc/tmda/THANKS +%%PORTDOCS%%share/doc/tmda/TODO +%%PORTDOCS%%share/doc/tmda/UPGRADE +%%PORTDOCS%%share/doc/tmda/qmail-smtpd_auth.patch +%%PORTDOCS%%share/doc/tmda/sample.tmdarc +%%PORTDOCS%%share/doc/tmda/tmda.spec +%%PORTDOCS%%share/doc/tmda/tmda-server-flow.gif +%%PORTDOCS%%share/doc/tmda/tmda.html @dirrm share/tmda -@dirrm share/doc/tmda +%%PORTDOCS%%@dirrm share/doc/tmda +@dirrm lib/%%PYTHON_VERSION%%/site-packages/TMDA >Release-Note: >Audit-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 2 11: 0: 8 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 43DFB37B410 for ; Mon, 2 Jul 2001 11:00:04 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f62I04H01697; Mon, 2 Jul 2001 11:00:04 -0700 (PDT) (envelope-from gnats) Date: Mon, 2 Jul 2001 11:00:04 -0700 (PDT) Message-Id: <200107021800.f62I04H01697@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: "Patrick Li" Subject: Re: ports/28637: New-port: gkrellweather: GKrellM plugin which shows weather info from the US National Weather Service Reply-To: "Patrick Li" Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR ports/28637; it has been noted by GNATS. From: "Patrick Li" To: , Cc: Subject: Re: ports/28637: New-port: gkrellweather: GKrellM plugin which shows weather info from the US National Weather Service Date: Mon, 2 Jul 2001 13:57:16 -0400 This is a multi-part message in MIME format. ------=_NextPart_000_0003_01C102FE.E7342EB0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Hi Peter, I submitted this port to the committer I am working with = (lioux@FreeBSD.org) last week waiting for him to review/commit. I didn't submit as a PR however. Regards, Patrick Li ------=_NextPart_000_0003_01C102FE.E7342EB0 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
Hi Peter,
 
I submitted this port to the committer I am working with (lioux@FreeBSD.org) last week = waiting
for him to review/commit. I didn't submit as a PR however.
 
Regards,
 
Patrick Li <pat@databits.net>
------=_NextPart_000_0003_01C102FE.E7342EB0-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Jul 2 11: 0:42 2001 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1CDD337B407 for ; Mon, 2 Jul 2001 11:00:18 -0700 (PDT) (envelope-from owner-bugmaster@freebsd.org) Received: (from peter@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f62I0GL01760 for freebsd-ports@freebsd.org; Mon, 2 Jul 2001 11:00:16 -0700 (PDT) (envelope-from owner-bugmaster@freebsd.org) Date: Mon, 2 Jul 2001 11:00:16 -0700 (PDT) Message-Id: <200107021800.f62I0GL01760@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 List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Current FreeBSD problem reports The following is a listing of current problems submitted by FreeBSD users. These represent problem reports covering all versions including experimental development code and obsolete releases. Bugs can be in one of several states: o - open A problem report has been submitted, no sanity checking performed. a - analyzed The report has been examined by a team member and evaluated. f - feedback The problem has been solved, and the originator has been given a patch or a fix has been committed. The PR remains in this state pending a response from the originator. s - suspended The problem is not being worked on. This is a prime candidate for somebody who is looking for a project to do. If the problem cannot be solved at all, it will be closed, rather than suspended. c - closed A problem report is closed when any changes have been integrated, documented, and tested. Critical problems S Submitted Tracker Resp. Description ------------------------------------------------------------------------------- o [2001/05/07] ports/27186 ports Firebird's gbak failed at make install f [2001/06/16] ports/28201 ports althea hangs on startup o [2001/07/02] ports/28640 ports databases/gigabase checksum change at MAS 3 problems total. Serious problems S Submitted Tracker Resp. Description ------------------------------------------------------------------------------- a [2000/10/30] ports/22421 ports New port: Enhydra 3.1 beta 1 o [2000/11/26] ports/23125 ports Successful emulation of StarOffice depend o [2000/12/07] ports/23357 ports New port: java/jakarta-regexp o [2000/12/07] ports/23358 ports New port: java/jakarta-oro o [2000/12/09] ports/23401 ports NetHack 3.3.1 with GNOME support a [2001/01/09] ports/24190 ports [NEW PORT] kde-18n polish internationaliz o [2001/01/31] ports/24753 ports Pipsecd may get a tun device with the IFH a [2001/02/08] ports/24948 ports New port: Orchard - innovative, lightweig s [2001/02/16] ports/25155 ports `ASSERTION FAILED' errors with security/p o [2001/04/09] ports/26464 ports Citrix client no longer reads files in lo o [2001/04/27] ports/26891 ports Star Office 5.2 doesn't run after install o [2001/04/27] ports/26894 ports omniORB 3.0.3 servers die when using Free o [2001/05/04] ports/27073 ports devel/jakarta-ant doesn't work out of the o [2001/05/08] ports/27204 ports rplayd complains about pcm mixer device o o [2001/05/15] ports/27358 ports Naming scheme for JDK ports (java) o [2001/05/28] ports/27705 ports The p5-Tcl port is broken due to wrong in a [2001/05/29] ports/27739 ports Broken Port: textproc/pspell-ispell -- co o [2001/05/30] ports/27769 ports New port: p5-XML-LibXSLT - Interface to G o [2001/06/03] ports/27865 ports mod_python port is broken o [2001/06/04] ports/27875 ports invoked on boot, SIGHUP is delivered and o [2001/06/11] ports/28030 ports VMware requires block device for linux /d o [2001/06/11] ports/28092 ports New port: p5-Net-DLookup o [2001/06/19] ports/28279 ports Some X applications freeze the system o [2001/06/20] ports/28301 ports Isakmpd port hogs 99% of cpu capacity. o [2001/06/21] ports/28326 ports xmms fails to build on FreeBSD4.3 RELEASE o [2001/06/23] ports/28378 ports p5-Net-IRC-0.70_1 eats irc text with col o [2001/06/24] ports/28392 ports gaspell-0.30_1 searches for obsolete aspe o [2001/06/24] ports/28394 ports p5-TclTk-b2 fails to build with a syntax o [2001/06/24] ports/28398 ports ja-dvips cannot find tex.pro o [2001/06/24] ports/28400 ports New Port: o [2001/06/26] ports/28438 ports gawk-3.0.6 coredumps building guile-1.4 o [2001/06/27] ports/28458 ports Gnome-1.4's use of Xalf out of sync with o [2001/06/28] ports/28474 ports incorrect permissions on log files create o [2001/07/02] ports/28623 ports New port: Sun's Java Communication API o [2001/07/02] ports/28624 ports New port: FreeBSD-specific support for Su o [2001/07/02] ports/28627 ports [security fix] japanese/samba o [2001/07/02] ports/28641 ports Update port: Sablot-0.60 37 problems total. Non-critical problems S Submitted Tracker Resp. Description ------------------------------------------------------------------------------- o [2000/03/19] ports/17489 ports Zephyr port is broken with Kerberos enabl o [2000/08/14] ports/20601 ports DESTDIR and /etc/shells a [2000/08/14] ports/20610 ports New port of cgoban2 f [2000/09/02] ports/21003 ports New Port, modification of tcopy a [2000/09/04] ports/21021 ports graphics/quickpics bogus colorspace error f [2000/09/10] ports/21179 ports New port: math/gul-vdog-qt f [2000/09/16] ports/21313 ports vmwarIPv6 and vmware2 panic: Fatal trap 1 f [2000/10/17] ports/22047 ports New port: lang/t3x-680 f [2000/10/21] ports/22205 ports /ports/misc/moviedb core dumps when Title o [2000/10/25] ports/22288 ports mod_perl dependancy missing from p5-HTML- f [2000/10/28] ports/22379 ports New port: libudbc o [2000/11/04] ports/22605 ports xmcd port depends on mailx port f [2000/11/07] ports/22683 ports New port net/dnip-update f [2000/11/20] ports/22970 ports New Port : textproc/py2html f [2000/11/28] ports/23151 ports NEW PORT : sysutils/wake-on-lan a [2000/12/02] ports/23232 ports gettext/xview port collision o [2000/12/05] ports/23298 ports New port: lame-devel 3.87 a [2000/12/12] ports/23499 ports [NEW PORT]: Two LaTeX macro package ports f [2000/12/22] ports/23753 ports [PATCH] audio/mxv has unfetchable distfil a [2000/12/22] ports/23780 ports New port (audio/ecawave): Simple graphica a [2001/01/10] ports/24237 ports new port: kde-i18n-pl o [2001/01/12] ports/24299 ports Configure the synaptics touchpad. f [2001/01/16] ports/24395 ports Date object is not deserialized correct a [2001/01/26] ports/24660 ports New port: Xerces-C 1.3.0 o [2001/01/27] ports/24687 ports QUAKE FORGE & SVGALIB a [2001/01/29] ports/24713 ports New port: xmotd - message-of-the-day brow a [2001/01/30] ports/24736 ports New port: SGI's open inventor (graphics/i o [2001/01/30] ports/24747 ports new port: MicroEmacs 4.0/PK-TOY o [2001/02/10] ports/24991 ports New port: eudc-emacs20 a [2001/02/13] ports/25091 ports new port: net/yahoo-transport a [2001/02/17] ports/25177 ports New port: java/jdbcpool-current f [2001/02/19] ports/25219 ports New port: plist-builder o [2001/02/24] ports/25342 ports saint: user authentication fails in remot o [2001/02/27] ports/25419 ports Difficulties installing print/teTeX port o [2001/02/28] ports/25448 ports mpmf20 fails to correctly display the dir a [2001/03/05] ports/25560 ports New port: ftp/kbear: An ftp client for KD o [2001/03/11] ports/25710 ports New port: news/slrn-pl, slrn with polish o [2001/03/13] ports/25773 ports omniORB-Notify update to 3.0.3 a [2001/03/21] ports/25983 ports New port: databases/py-bsddb3 o [2001/03/22] ports/25993 ports New port editors/gnuserv-emacs20 o [2001/03/23] ports/26039 ports The port of tidy dumped core s [2001/03/26] ports/26092 ports ksh93 port not installing properly o [2001/03/28] ports/26192 ports apel appeared both in xemacs/site-package f [2001/03/29] ports/26200 ports Update port: devel/py-coro a [2001/04/01] ports/26274 ports New port: Perl/TK Jabber client a [2001/04/02] ports/26292 ports New port: Version 3 of Squeak, the Smallt a [2001/04/02] ports/26297 ports New port: devel/florist a [2001/04/03] ports/26313 ports New Port: german/eagle: A tool for design o [2001/04/06] ports/26387 ports numerous fixes and improvements to micq-0 o [2001/04/12] ports/26511 ports New port: mail/emh-emacs20,emh-xemacs21-m a [2001/04/16] ports/26628 ports New port: audio/qtecasound, well done o [2001/04/17] ports/26642 ports (Corrected) New port: russian/tac+ia o [2001/04/23] ports/26801 ports cyrus port should add periodic file to pr o [2001/04/24] ports/26825 ports port xmms-avi won't compile libavixmms.so o [2001/04/26] ports/26884 ports new port for visualworks 5i.3 o [2001/04/30] ports/26997 ports Update/New port: math/scilab 2.6 o [2001/04/30] ports/26998 ports japanese/chasen is old a [2001/05/03] ports/27065 ports databases/db3 shared libraries & symbolic o [2001/05/06] ports/27167 ports ETHOberonV4 won't run o [2001/05/07] ports/27189 ports ports/comms/hylafax completely broken o [2001/05/08] ports/27206 ports ports/astro/xtide missing harmonics.gz f a [2001/05/11] ports/27272 ports New Port: John McCalpin's STREAM Benchmar o [2001/05/14] ports/27313 ports New port to ports collection: Geheimnis-2 o [2001/05/15] ports/27332 ports New port: swedish/staroffice52 a [2001/05/23] ports/27569 ports bootup error problem with Apache 2 o [2001/05/23] ports/27573 ports The port of ascd dumped core o [2001/05/24] ports/27610 ports www/apache-jserv: some docs are installed a [2001/05/27] ports/27700 ports editors/nano 1.0.2 cut/paste patch needed o [2001/05/28] ports/27725 ports du reports halfsizes of shlight mounts f [2001/05/29] ports/27740 ports new port: isoqlog Qmail Log Analyzer o [2001/05/31] ports/27805 ports New port: SQL-Ledger Accounting o [2001/06/01] ports/27824 ports New port: pdftohtml and pdftops-converter o [2001/06/06] ports/27916 ports pptpclient doesne't work with 4.3 Stable o [2001/06/06] ports/27918 ports Update to textproc/p5-XML-LibXML o [2001/06/07] ports/27927 ports new port: textproc/p5-XML-LibXSLT o [2001/06/07] ports/27928 ports new port: www/p5-AxKit o [2001/06/07] ports/27931 ports devel/pth vs. native pthreads conflict fi o [2001/06/07] ports/27935 ports New port: palm/plucker o [2001/06/07] ports/27951 ports Update port: linux-lesstif-ns o [2001/06/08] ports/27956 ports New port:A messenging client supporting A o [2001/06/08] ports/27981 ports New port: xmakemol - a motif molecule vie o [2001/06/09] ports/27993 ports New Ports: bcwip o [2001/06/10] ports/28009 ports New port : libkmsn o [2001/06/10] ports/28010 ports New port - kmsn - MSN instant messenger c o [2001/06/10] ports/28020 ports New port: print/pcal - PostScript calenda o [2001/06/10] ports/28025 ports New port: net/spread o [2001/06/11] ports/28036 ports New port nylon a socks 5 proxy o [2001/06/11] ports/28067 ports New port: news/newsgrab o [2001/06/11] ports/28075 ports Fix Depends for news/glitter o [2001/06/11] ports/28090 ports New port: p5-Net-XWhois o [2001/06/12] ports/28106 ports New port: libCxClient-0.10 - Citadel/UX C o [2001/06/12] ports/28110 ports new port : P4DB, perforce web interface o [2001/06/12] ports/28115 ports New Port - textproc/htmldoc o [2001/06/15] ports/28183 ports JDK Documentation ports for JDK 1.1, 1.2, o [2001/06/16] ports/28195 ports New port for the jdresolve program o [2001/06/16] ports/28196 ports New port: security/gpgme GnuPG Made Easy o [2001/06/16] ports/28220 ports Update port: devel/py-coro o [2001/06/17] ports/28225 ports [New Port] net/xipdump - displays ip pack o [2001/06/17] ports/28240 ports New port: Perl interface to Windows .ini o [2001/06/17] ports/28244 ports New port: mail/dkimap4 o [2001/06/17] ports/28246 ports New port: devel/cvspadm o [2001/06/18] ports/28252 ports New port: xpp: A tool for choosing and co o [2001/06/18] ports/28256 ports New port: citadel-5.74 a [2001/06/19] ports/28272 ports Update port: net/libsocket++ o [2001/06/19] ports/28282 ports secure majordomo install o [2001/06/20] ports/28305 ports New Port: Semi-useful file listing utilit o [2001/06/20] ports/28307 ports Updated port - opendx o [2001/06/20] ports/28309 ports Updated port - opendx-samples o [2001/06/21] ports/28332 ports Gimp manual port 1-2 years out of date, m o [2001/06/23] ports/28363 ports New port: audacity-0.95 - a graphical wav o [2001/06/23] ports/28366 ports New port: ac3dec-0.6.1 o [2001/06/23] ports/28382 ports makeself 1.5.3 MASTER_SITES is not valid o [2001/06/25] ports/28408 ports Update port: graphics/xfig o [2001/06/25] ports/28410 ports New port: libdvdread o [2001/06/25] ports/28414 ports New port: mod_put o [2001/06/26] ports/28428 ports New port: graphics/xmms-xvs o [2001/06/26] ports/28437 ports new port p5-Proc-ProcessTable . o [2001/06/26] ports/28441 ports Fix pkg-plist for ftp/afd o [2001/06/27] ports/28443 ports new port: net/p5-IC-Radius o [2001/06/27] ports/28445 ports libwmf 0.1.21 port fails to make o [2001/06/27] ports/28450 ports New ports: sword bible library, sword-mod o [2001/06/27] ports/28454 ports updated to version 2.1.1 o [2001/06/27] ports/28461 ports New NTP Port from Maintainer o [2001/06/27] ports/28464 ports New port: www/orion-current o [2001/06/28] ports/28473 ports New Port: BlueJ 1.1.4 o [2001/06/28] ports/28482 ports PostgreSQL Compile problem o [2001/06/28] ports/28502 ports New port: astro/fooseti o [2001/06/28] ports/28503 ports New port: devel/p5-Class-Date o [2001/06/28] ports/28504 ports netsaint port is slightly out of date o [2001/06/29] ports/28517 ports Update security/zebedee to 2.2.2 o [2001/06/29] ports/28521 ports inconsistency: daemontools and serialmail o [2001/06/29] ports/28523 ports Fix pkg-plist for archivers/p5-Compress-Z o [2001/06/29] ports/28530 ports new port: net/wakeonlan o [2001/06/30] ports/28540 ports PORTDOCS with dvipdfm o [2001/06/30] ports/28541 ports new port: biology/grappa o [2001/06/30] ports/28551 ports ports/mail/faces doesn't build (linking w o [2001/06/30] ports/28557 ports New port: mail/tlb o [2001/07/01] ports/28570 ports Update devel/devtodo to 0.1.7 o [2001/07/01] ports/28572 ports Update mail/maildrop to 1.3.3 o [2001/07/01] ports/28574 ports Fix pkg-plist for archivers/lzo o [2001/07/01] ports/28575 ports Fix pkg-plist for archivers/macutils o [2001/07/01] ports/28578 ports New port: graphics/p5-Graphics-ColorNames o [2001/07/01] ports/28579 ports Fix pkg-plist for audio/cdrdao o [2001/07/01] ports/28580 ports Fix pkg-plist for audio/cmp3 o [2001/07/01] ports/28581 ports Fix pkg-plist and version update for audi o [2001/07/01] ports/28582 ports Fix pkg-plist for audio/fcplay o [2001/07/01] ports/28584 ports Fix pkg-plist for audio/grip o [2001/07/01] ports/28585 ports Fix pkg-plist for audio/lame o [2001/07/01] ports/28586 ports Fix pkg-plist for audio/linux-realplayer o [2001/07/01] ports/28587 ports Fix pkg-plist for audio/litestream o [2001/07/01] ports/28588 ports Fix pkg-plist for audio/maplay o [2001/07/01] ports/28589 ports Fix pkg-plist for audio/mp3info o [2001/07/01] ports/28593 ports Fix pkg-plist for audio/raproxy o [2001/07/01] ports/28597 ports Fix pkg-plist for audio/tracker o [2001/07/01] ports/28600 ports Fix pkg-plist for audio/xwave o [2001/07/01] ports/28601 ports Fix pkg-plist for benchmarks/nbench o [2001/07/01] ports/28602 ports Fix pkg-plist for benchmarks/netperf o [2001/07/01] ports/28603 ports Fix pkg-plist for benchmarks/xengine o [2001/07/01] ports/28606 ports Update net/p5-SNMP_Session to 0.87 o [2001/07/01] ports/28608 ports Update port: emulators/wine o [2001/07/01] ports/28609 ports updated port clustalw version 1.81 -> 1.8 o [2001/07/01] ports/28611 ports Update www/p5-CGI-Application to 2.0 o [2001/07/01] ports/28613 ports Update net/ipcalc to 0.34 o [2001/07/01] ports/28614 ports updated port biology/paml 3.03 -> 3.04 o [2001/07/01] ports/28615 ports Update port: x11/temperature.app o [2001/07/01] ports/28622 ports Update port: textproc/isearch o [2001/07/02] ports/28626 ports port mail/pgen has wrong www address o [2001/07/02] ports/28632 ports NEWPORT: PyMaint - System Maintenance Aid o [2001/07/02] ports/28633 ports Update port: devel/zthread updata from 1. o [2001/07/02] ports/28635 ports mysql323-client fails to configure if WIT o [2001/07/02] ports/28636 ports New-port: icukrell: GKrellM plugin which o [2001/07/02] ports/28637 ports New-port: gkrellweather: GKrellM plugin w o [2001/07/02] ports/28638 ports Maintainer Update port: x11-fm/worker o [2001/07/02] ports/28639 ports New port: ftp/py-curl o [2001/07/02] ports/28642 ports Update mail/tmda to better support NOPORT 175 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 2 11: 1:55 2001 Delivered-To: freebsd-ports@freebsd.org Received: from femail12.sdc1.sfba.home.com (femail12.sdc1.sfba.home.com [24.0.95.108]) by hub.freebsd.org (Postfix) with ESMTP id 2736037B408 for ; Mon, 2 Jul 2001 11:01:44 -0700 (PDT) (envelope-from pat@databits.net) Received: from bsod ([24.5.63.190]) by femail12.sdc1.sfba.home.com (InterMail vM.4.01.03.20 201-229-121-120-20010223) with SMTP id <20010702180142.YLKA2743.femail12.sdc1.sfba.home.com@bsod>; Mon, 2 Jul 2001 11:01:43 -0700 Message-ID: <000e01c10321$0d23ab10$0200a8c0@bsod> From: "Patrick Li" To: "Gerald Pfeifer" Cc: References: <200107021050.f62Ao8F25899@freefall.freebsd.org> Subject: Re: ports/28608: Update port: emulators/wine Date: Mon, 2 Jul 2001 14:01:40 -0400 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2501.0001 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2501.0001 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Hi Gerald, The patch I sent is similar to yours except that the common place to store port docs is ${PREFIX}/share/doc/${PORTNAME} as almost all documents are stored there to make it easier on the user not to look all over for it. Regards, Patrick Li ----- Original Message ----- From: "Gerald Pfeifer" To: Sent: Monday, July 02, 2001 6:50 AM Subject: Re: ports/28608: Update port: emulators/wine > The following reply was made to PR ports/28608; it has been noted by GNATS. > > From: Gerald Pfeifer > To: > Cc: > Subject: Re: ports/28608: Update port: emulators/wine > Date: Mon, 2 Jul 2001 12:48:18 +0200 (CEST) > > [ ports@freebsd.org, I'm the maintainer of this port, can someone please > install the patch at the end of this message for me? ] > > Thanks! Parts of your patch match what I had prepared (but not submitted > yet), however there are two potential problems. > > Can someone please install the modified patch at the end of this message, > and can you (Patrik) then please submit a possibly updated patch with the > remaining issues then? > > (And thanks for Cc:ing me when submitting the PR, I really appreciate > that!) > > Makefile: > > - -@${MKDIR} ${PREFIX}/lib/wine/documentation > > + @${MKDIR} ${PREFIX}/share/doc/${PORTNAME} > > pkg-plist: > > +%%PORTDOCS%%@dirrm share/doc/wine > > This can't be correct, can it? Have you really tested this? > > Gerald > > > PS: Finally, here's the patch. When installing this, please also remove > ports/emulators/wine/files/patch-gg. > > Index: Makefile > =================================================================== > RCS file: /sw/FreeBSD/CVSUP/ports/emulators/wine/Makefile,v > retrieving revision 1.108 > diff -u -3 -p -r1.108 Makefile > --- Makefile 2001/05/14 00:27:51 1.108 > +++ Makefile 2001/07/02 10:34:18 > @@ -7,7 +7,7 @@ > # > > PORTNAME= wine > -PORTVERSION= 2001.05.10 > +PORTVERSION= 2001.06.29 > CATEGORIES= emulators > MASTER_SITES= ${MASTER_SITE_SUNSITE} > MASTER_SITE_SUBDIR= ALPHA/wine/development > @@ -69,8 +69,8 @@ do-install: > ${INSTALL_DATA} ${WRKSRC}/documentation/samples/config ${PREFIX}/etc/wine.conf.sample > [ -f ${PREFIX}/etc/wine.conf ] \ > || ${INSTALL_DATA} ${PREFIX}/etc/wine.conf.sample ${PREFIX}/etc/wine.conf > - ${INSTALL_DATA} ${WRKSRC}/documentation/wine.man ${PREFIX}/man/man1/wine.1 > - ${INSTALL_DATA} ${WRKSRC}/documentation/wine.conf.man ${PREFIX}/man/man5/wine.conf.5 > + ${INSTALL_MAN} ${WRKSRC}/documentation/wine.man ${PREFIX}/man/man1/wine.1 > + ${INSTALL_MAN} ${WRKSRC}/documentation/wine.conf.man ${PREFIX}/man/man5/wine.conf.5 > .if !defined(NOPORTDOCS) > -@${MKDIR} ${PREFIX}/lib/wine/documentation > .for i in README ANNOUNCE AUTHORS LICENSE WARRANTY documentation/psdrv.reg > Index: distinfo > =================================================================== > RCS file: /sw/FreeBSD/CVSUP/ports/emulators/wine/distinfo,v > retrieving revision 1.62 > diff -u -3 -p -r1.62 distinfo > --- distinfo 2001/05/14 00:27:51 1.62 > +++ distinfo 2001/06/30 20:32:40 > @@ -1 +1 @@ > -MD5 (Wine-20010510.tar.gz) = 6e1840a294845fa0db85704b1fc6728e > +MD5 (Wine-20010629.tar.gz) = c81c4abdbe76c93a4d4c30829a128571 > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-ports" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Jul 2 11: 5:37 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id ECAAA37B408; Mon, 2 Jul 2001 11:05:34 -0700 (PDT) (envelope-from greid@FreeBSD.org) Received: (from greid@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f62I5Yl05738; Mon, 2 Jul 2001 11:05:34 -0700 (PDT) (envelope-from greid) Date: Mon, 2 Jul 2001 11:05:34 -0700 (PDT) From: Message-Id: <200107021805.f62I5Yl05738@freefall.freebsd.org> To: greid@FreeBSD.org, gnats-admin@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/28420: Update port: chinese/qe Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: Update port: chinese/qe Responsible-Changed-From-To: gnats-admin->freebsd-ports Responsible-Changed-By: greid Responsible-Changed-When: Mon Jul 2 11:05:17 PDT 2001 Responsible-Changed-Why: Port PR http://www.FreeBSD.org/cgi/query-pr.cgi?pr=28420 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Jul 2 11:10: 8 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7479537B403 for ; Mon, 2 Jul 2001 11:10:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f62IA2D06747; Mon, 2 Jul 2001 11:10:02 -0700 (PDT) (envelope-from gnats) Date: Mon, 2 Jul 2001 11:10:02 -0700 (PDT) Message-Id: <200107021810.f62IA2D06747@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: "Patrick Li" Subject: Re: ports/28608: Update port: emulators/wine Reply-To: "Patrick Li" Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR ports/28608; it has been noted by GNATS. From: "Patrick Li" To: , Cc: Subject: Re: ports/28608: Update port: emulators/wine Date: Mon, 2 Jul 2001 14:01:31 -0400 This is a multi-part message in MIME format. ------=_NextPart_000_000A_01C102FF.7ED5EE70 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Hi Gerald, The patch I sent is similar to yours except that the common place to = store port docs is ${PREFIX}/share/doc/${PORTNAME} as almost all documents are stored = there to make it easier on the user not to look all over for it. Regards, Patrick Li ------=_NextPart_000_000A_01C102FF.7ED5EE70 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
Hi Gerald,
 
The patch I sent is similar to yours except that the common = place to=20 store port docs
is ${PREFIX}/share/doc/${PORTNAME} as almost all documents are = stored=20 there
to make it easier on the user not to look all over for it.
 
Regards,
 
Patrick Li <pat@databits.net>
------=_NextPart_000_000A_01C102FF.7ED5EE70-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Jul 2 11:10:11 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E456737B407 for ; Mon, 2 Jul 2001 11:10:04 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f62IA4806757; Mon, 2 Jul 2001 11:10:04 -0700 (PDT) (envelope-from gnats) Date: Mon, 2 Jul 2001 11:10:04 -0700 (PDT) Message-Id: <200107021810.f62IA4806757@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: "Patrick Li" Subject: Re: ports/28608: Update port: emulators/wine Reply-To: "Patrick Li" Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR ports/28608; it has been noted by GNATS. From: "Patrick Li" To: , Cc: Subject: Re: ports/28608: Update port: emulators/wine Date: Mon, 2 Jul 2001 14:05:54 -0400 This is a multi-part message in MIME format. ------=_NextPart_000_003C_01C10300.1C01AE00 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Gerald wrote: > This can't be correct, can it? Have you really tested this? Yes I tested my patch twice. Took a looooong time to compile though :) ------=_NextPart_000_003C_01C10300.1C01AE00 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
Gerald wrote:
> This can't be correct, can it? Have you really tested = this?
 
Yes I tested my patch twice. Took a looooong time to compile though = :)
------=_NextPart_000_003C_01C10300.1C01AE00-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Jul 2 11:10:19 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4D7FE37B409 for ; Mon, 2 Jul 2001 11:10:05 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f62IA5x06766; Mon, 2 Jul 2001 11:10:05 -0700 (PDT) (envelope-from gnats) Received: from m-net.arbornet.org (m-net.arbornet.org [209.142.209.161]) by hub.freebsd.org (Postfix) with ESMTP id 0653F37B406 for ; Mon, 2 Jul 2001 11:07:08 -0700 (PDT) (envelope-from jp2@m-net.arbornet.org) Received: (from jp2@localhost) by m-net.arbornet.org (8.11.2/8.11.2) id f62I8iS85964; Mon, 2 Jul 2001 14:08:44 -0400 (EDT) (envelope-from jp2) Message-Id: <200107021808.f62I8iS85964@m-net.arbornet.org> Date: Mon, 2 Jul 2001 14:08:44 -0400 (EDT) From: howardjp@well.com Reply-To: howardjp@well.com To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/28643: Improved version of samba.sh.sample that includes restart Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 28643 >Category: ports >Synopsis: Improved version of samba.sh.sample that includes restart >Confidential: 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 02 11:10:04 PDT 2001 >Closed-Date: >Last-Modified: >Originator: James Howard >Release: FreeBSD 4.2-STABLE i386 >Organization: Wavix, Inc. >Environment: N/A >Description: The Samba startup file, samba.sh.sample, does not include a restart command. I took the idled start command and modified it for Samba. An appropriate diff has been attatched. >How-To-Repeat: N/A >Fix: --- samba.sh.sample.orig Mon Jul 2 09:57:14 2001 +++ samba.sh.sample Mon Jul 2 09:57:50 2001 @@ -4,19 +4,31 @@ smbd=/usr/local/sbin/smbd nmbd=/usr/local/sbin/nmbd -# start -if [ "x$1" = "x" -o "x$1" = "xstart" ]; then - if [ -f $smbd ]; then +case "$1" in + stop) + killall -TERM smbd + killall -TERM nmbd + echo "Samba stopped" + ;; + restart) + killall -TERM smbd + killall -TERM nmbd if [ -d $smbspool ]; then rm -f $smbspool/* fi - echo -n ' Samba' $smbd -D $nmbd -D - fi - -# stop -elif [ "x$1" = "xstop" ]; then - kill `cat $pidfiledir/smbd.pid` - kill `cat $pidfiledir/nmbd.pid` -fi + echo "Samba restarted" + ;; + -h) + echo "Usage: `basename $0` { start | stop | restart }" + ;; + *) + if [ -d $smbspool ]; then + rm -f $smbspool/* + fi + $smbd -D + $nmbd -D + echo -n ' Samba' + ;; +esac >Release-Note: >Audit-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 2 11:24:39 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id EFA1C37B403; Mon, 2 Jul 2001 11:24:34 -0700 (PDT) (envelope-from greid@FreeBSD.org) Received: (from greid@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f62IOYW08420; Mon, 2 Jul 2001 11:24:34 -0700 (PDT) (envelope-from greid) Date: Mon, 2 Jul 2001 11:24:34 -0700 (PDT) From: Message-Id: <200107021824.f62IOYW08420@freefall.freebsd.org> To: perky@python.or.kr, greid@FreeBSD.org, gnats-admin@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/28165: Re: Update port: devel/py-coro Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: Re: Update port: devel/py-coro State-Changed-From-To: open->closed State-Changed-By: greid State-Changed-When: Mon Jul 2 11:23:47 PDT 2001 State-Changed-Why: Duplicate of 28105, 28125 etc Responsible-Changed-From-To: gnats-admin->freebsd-ports Responsible-Changed-By: greid Responsible-Changed-When: Mon Jul 2 11:23:47 PDT 2001 Responsible-Changed-Why: Misfiled http://www.FreeBSD.org/cgi/query-pr.cgi?pr=28165 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Jul 2 11:25:40 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 941E237B403; Mon, 2 Jul 2001 11:25:38 -0700 (PDT) (envelope-from greid@FreeBSD.org) Received: (from greid@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f62IPc408603; Mon, 2 Jul 2001 11:25:38 -0700 (PDT) (envelope-from greid) Date: Mon, 2 Jul 2001 11:25:38 -0700 (PDT) From: Message-Id: <200107021825.f62IPc408603@freefall.freebsd.org> To: perky@python.or.kr, greid@FreeBSD.org, gnats-admin@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/28105: Re: Update port: devel/py-coro Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: Re: Update port: devel/py-coro State-Changed-From-To: open->closed State-Changed-By: greid State-Changed-When: Mon Jul 2 11:25:00 PDT 2001 State-Changed-Why: Yet another duplicate of other misfiled PRs Responsible-Changed-From-To: gnats-admin->freebsd-ports Responsible-Changed-By: greid Responsible-Changed-When: Mon Jul 2 11:25:00 PDT 2001 Responsible-Changed-Why: Misfiled http://www.FreeBSD.org/cgi/query-pr.cgi?pr=28105 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Jul 2 11:33: 1 2001 Delivered-To: freebsd-ports@freebsd.org Received: from heechee.tobez.org (254.adsl0.ryv.worldonline.dk [213.237.10.254]) by hub.freebsd.org (Postfix) with ESMTP id ED1B137B406 for ; Mon, 2 Jul 2001 11:32:47 -0700 (PDT) (envelope-from tobez@tobez.org) Received: by heechee.tobez.org (Postfix, from userid 1001) id C4047543F; Mon, 2 Jul 2001 20:32:29 +0200 (CEST) Date: Mon, 2 Jul 2001 20:32:29 +0200 From: Anton Berezin To: Peter Pentchev Cc: Mars G Miro , Valentin Nechayev , freebsd-ports@freebsd.org Subject: Re: clarification on P5-CGI port Message-ID: <20010702203229.D84382@heechee.tobez.org> Mail-Followup-To: Anton Berezin , Peter Pentchev , Mars G Miro , Valentin Nechayev , freebsd-ports@freebsd.org References: <01070217564300.13276@hellraiser.cannoncreek.com> <20010702131152.F10345@ringworld.oblivion.bg> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20010702131152.F10345@ringworld.oblivion.bg>; from roam@orbitel.bg on Mon, Jul 02, 2001 at 01:11:52PM +0300 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Mon, Jul 02, 2001 at 01:11:52PM +0300, Peter Pentchev wrote: > > And yes, that's why I'm stomped -- why installing the CGI.pm 2.76 > > (p5-CGI port) doesn't really install (though a successful install, > > no errors), and still is v2.46 of the base system ;-( > > > > Has anybody really successfully installed CGI.pm v2.76 from the > > ports? > > Why do you think the new CGI module should have an actual CGI.pm > module? :) I seem to remember somebody stating that as one of the > differences along the upgrade path - that the new p5-CGI module does > not have a CGI module per se, but it is broken into parts. It is not quite like this. To put it simply, p5-CGI port has basically nothing to do with CGI.pm as such. www/p5-CGI has a wrong name, it should have been called www/p5-CGI-modules, since that what it is. At some point in the past, there used to be a www/p5-CGI.pm port, which was removed when a version of perl containing CGI.pm was imported into the base system. I would go as far as to claim that that was a mistake. The forthcoming import of 5.6.1 into -current (and then into -stable) is supposed to solve the biggest problem with ports containing newer versions of PM files which are in the base system - currently, even if such a port exists, and is installed, the older version of a module will be used if care is not taken, since the perl system path (/usr/libdata/perl/...) precedes perl local path (/usr/local/lib/perl5/... in the default @INC array. This is going to change. That said, the revival of the www/p5-CGI.pm port is in order, as well as the renaming of www/p5-CGI to www/p5-CGI-modules. \Anton. -- May the tuna salad be with you. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Jul 2 11:59:12 2001 Delivered-To: freebsd-ports@freebsd.org Received: from london.physics.purdue.edu (london.physics.purdue.edu [128.210.67.35]) by hub.freebsd.org (Postfix) with ESMTP id B877E37B401 for ; Mon, 2 Jul 2001 11:59:08 -0700 (PDT) (envelope-from will@physics.purdue.edu) Received: from bohr.physics.purdue.edu (bohr.physics.purdue.edu [128.210.67.12]) by london.physics.purdue.edu (8.8.8/8.8.8) with ESMTP id NAA03789; Mon, 2 Jul 2001 13:59:06 -0500 (EST) Received: by bohr.physics.purdue.edu (Postfix, from userid 12409) id 76E5D5BB5; Mon, 2 Jul 2001 13:59:06 -0500 (EST) Date: Mon, 2 Jul 2001 13:59:06 -0500 From: Will Andrews To: John Toon Cc: freebsd-ports@FreeBSD.ORG Subject: Re: KDE2 Package/binary packages? Message-ID: <20010702135906.T97456@bohr.physics.purdue.edu> Reply-To: Will Andrews Mail-Followup-To: John Toon , freebsd-ports@FreeBSD.ORG References: <3B404DB5.30007@btinternet.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="XsQoSWH+UP9D9v3l" Content-Disposition: inline User-Agent: Mutt/1.3.17i In-Reply-To: <3B404DB5.30007@btinternet.com>; from john.toon@btinternet.com on Mon, Jul 02, 2001 at 10:32:21AM +0000 X-Operating-System: FreeBSD 4.3-STABLE i386 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org --XsQoSWH+UP9D9v3l Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Jul 02, 2001 at 10:32:21AM +0000, John Toon (john.toon@btinternet.c= om) wrote: > Is there any possiblity that someone could submit a binary package for=20 > kdebase-2.1.x since I just cannot get the port to build (or build=20 > directly from source)? I've been cracking my head over it for a couple=20 > of days, consulting with the KDE mailing list, with still no success. [...] > Incidentally, as a side question, why is it that some ports simply don't= =20 > have a binary package available, or only get one many months later? Hello John, I am the maintainer of the core KDE2 ports/packages for FreeBSD. I hadn't noticed, but it appears that some things are missing from the packing list for the kdelibs2 package. I will fix this tonight, since this is causing kdelibs2 dependencies (e.g. kdebase2) not to build.. I'm not sure why there isn't any kdebase2 package but apparently it didn't successfully build on the package cluster with the current version of the kdelibs2 pkg. Thanks, --=20 wca --XsQoSWH+UP9D9v3l Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (FreeBSD) Comment: For info see http://www.gnupg.org iD8DBQE7QMR5F47idPgWcsURAkLWAJ9ItPJl9arp4+BcFLH42NekIszEawCfULEU trR35AaUD+zu7BWd3VU7XjI= =YRn2 -----END PGP SIGNATURE----- --XsQoSWH+UP9D9v3l-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Jul 2 12:10: 7 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A643137B403 for ; Mon, 2 Jul 2001 12:10:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f62JA2v16201; Mon, 2 Jul 2001 12:10:02 -0700 (PDT) (envelope-from gnats) Received: from postfix1-2.free.fr (postfix1-2.free.fr [213.228.0.130]) by hub.freebsd.org (Postfix) with ESMTP id 4CE1A37B403 for ; Mon, 2 Jul 2001 12:05:26 -0700 (PDT) (envelope-from thierry@thomas.as) Received: from graf.pompo.net (unknown [213.228.34.1]) by postfix1-2.free.fr (Postfix) with ESMTP id C8437102A11 for ; Mon, 2 Jul 2001 21:05:23 +0200 (CEST) Received: by graf.pompo.net (Postfix, from userid 1001) id 2B59676C3; Mon, 2 Jul 2001 20:53:07 +0200 (CEST) Message-Id: <20010702185307.2B59676C3@graf.pompo.net> Date: Mon, 2 Jul 2001 20:53:07 +0200 (CEST) From: thierry@thomas.as Reply-To: thierry@thomas.as To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/28644: Make error when rebuilding xdvi Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 28644 >Category: ports >Synopsis: Make error when rebuilding xdvi >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon Jul 02 12:10:02 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Thierry Thomas >Release: FreeBSD 4.3-STABLE i386 >Organization: Kabbale Eros >Environment: System: FreeBSD graf.pompo.net 4.3-STABLE FreeBSD 4.3-STABLE #0: Sun Jun 10 18:38:46 CEST 2001 root@graf.pompo.net:/usr/obj/mntsrc/src/sys/GRAF010429 i386 >Description: print/xdvi: error when re-building xdvi from a current port-tree ===> Building for xdvi-pl20 Makefile:852: Makefile.cfg: No such file or directory Makefile:988: *** target file `distclean' has both : and :: entries. Stop. >How-To-Repeat: cd /usr/ports/print/xdvi && make (with a current port tree, imake 4.10, etc.) >Fix: just add a ":" on post-extract for distclean --- work/xdvi-20/Makefile.orig Mon Jul 2 20:39:13 2001 +++ work/xdvi-20/Makefile Mon Jul 2 20:49:42 2001 @@ -937,7 +937,7 @@ mostlyclean: $(RM) *.o xdvi xdvi.man core sedscript *~ -distclean: cleandir +distclean:: cleandir $(RM) Makefile.cfg veryclean: distclean >Release-Note: >Audit-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 2 12:10:23 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7C79637B405; Mon, 2 Jul 2001 12:10:20 -0700 (PDT) (envelope-from lioux@FreeBSD.org) Received: (from lioux@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f62JAKp16237; Mon, 2 Jul 2001 12:10:20 -0700 (PDT) (envelope-from lioux) Date: Mon, 2 Jul 2001 12:10:20 -0700 (PDT) From: Message-Id: <200107021910.f62JAKp16237@freefall.freebsd.org> To: lioux@FreeBSD.org, freebsd-ports@FreeBSD.org, lioux@FreeBSD.org Subject: Re: ports/28637: New-port: gkrellweather: GKrellM plugin which shows weather info from the US National Weather Service Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: New-port: gkrellweather: GKrellM plugin which shows weather info from the US National Weather Service Responsible-Changed-From-To: freebsd-ports->lioux Responsible-Changed-By: lioux Responsible-Changed-When: Mon Jul 2 12:08:46 PDT 2001 Responsible-Changed-Why: I am already handling a port of this program from another submitter. Work them together. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=28637 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Jul 2 12:52:45 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 37EB937B406; Mon, 2 Jul 2001 12:52:44 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: (from kris@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f62Jqi119478; Mon, 2 Jul 2001 12:52:44 -0700 (PDT) (envelope-from kris) Date: Mon, 2 Jul 2001 12:52:44 -0700 (PDT) From: Message-Id: <200107021952.f62Jqi119478@freefall.freebsd.org> To: dl@tyfon.net, kris@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/25155: `ASSERTION FAILED' errors with security/pgp6 on FreeBSD-4.2 STABLE Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: `ASSERTION FAILED' errors with security/pgp6 on FreeBSD-4.2 STABLE State-Changed-From-To: suspended->closed State-Changed-By: kris State-Changed-When: Mon Jul 2 12:52:14 PDT 2001 State-Changed-Why: No response from submitter http://www.FreeBSD.org/cgi/query-pr.cgi?pr=25155 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Jul 2 13:40:19 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 51B8A37B409 for ; Mon, 2 Jul 2001 13:40:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f62Ke1o26498; Mon, 2 Jul 2001 13:40:01 -0700 (PDT) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E6BDF37B403 for ; Mon, 2 Jul 2001 13:37:03 -0700 (PDT) (envelope-from nobody@FreeBSD.org) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f62Kb3p26173; Mon, 2 Jul 2001 13:37:03 -0700 (PDT) (envelope-from nobody) Message-Id: <200107022037.f62Kb3p26173@freefall.freebsd.org> Date: Mon, 2 Jul 2001 13:37:03 -0700 (PDT) From: KATO Tsuguru To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/28646: Update port: cad/xcircuit to 2.3.3 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 28646 >Category: ports >Synopsis: Update port: cad/xcircuit to 2.3.3 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Jul 02 13:40:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: 4.3-RELEASE i386 >Organization: >Environment: >Description: - Update to version 2.3.3 >How-To-Repeat: >Fix: diff -urN /usr/ports/cad/xcircuit/Makefile cad/xcircuit/Makefile --- /usr/ports/cad/xcircuit/Makefile Wed Jun 13 03:28:48 2001 +++ cad/xcircuit/Makefile Sat Jun 30 12:43:25 2001 @@ -6,7 +6,7 @@ # PORTNAME= xcircuit -PORTVERSION= 2.3 +PORTVERSION= 2.3.3 CATEGORIES= cad MASTER_SITES= http://bach.ece.jhu.edu/~tim/programs/xcircuit/archive/ diff -urN /usr/ports/cad/xcircuit/distinfo cad/xcircuit/distinfo --- /usr/ports/cad/xcircuit/distinfo Wed Jun 13 03:28:50 2001 +++ cad/xcircuit/distinfo Sat Jun 30 12:44:37 2001 @@ -1 +1 @@ -MD5 (xcircuit-2.3.tar.bz2) = accf7f6f915e304c8c0e40986e959add +MD5 (xcircuit-2.3.3.tar.bz2) = 8e9870969c55691909775ad87cdcabae diff -urN /usr/ports/cad/xcircuit/files/patch-aa cad/xcircuit/files/patch-aa --- /usr/ports/cad/xcircuit/files/patch-aa Wed Jun 13 03:28:50 2001 +++ cad/xcircuit/files/patch-aa Sat Jun 30 12:43:14 2001 @@ -1,5 +1,5 @@ -*** Imakefile.orig Wed May 16 02:27:29 2001 ---- Imakefile Sat May 26 05:53:06 2001 +*** Imakefile.orig Wed Jun 13 00:43:27 2001 +--- Imakefile Sat Jun 16 09:43:29 2001 *************** *** 28,46 **** #CCOPTIONS = -O2 @@ -14,7 +14,7 @@ #------------------------------------------------------------------------ # ! PREFIX = /usr/local - # XCIRCUIT_LIB_DIR = $(PREFIX)/src/xcircuit-2.3.0/psfiles + # XCIRCUIT_LIB_DIR = $(PREFIX)/src/xcircuit-2.3.1/psfiles ! XCIRCUIT_LIB_DIR = $(PREFIX)/lib/xcircuit-2.3 ! XCIRCUIT_BIN_DIR = $(PREFIX)/bin ! XCIRCUIT_MAN_DIR = $(PREFIX)/man/man1 @@ -35,7 +35,7 @@ #------------------------------------------------------------------------ # ! #PREFIX = /usr/local - # XCIRCUIT_LIB_DIR = $(PREFIX)/src/xcircuit-2.3.0/psfiles + # XCIRCUIT_LIB_DIR = $(PREFIX)/src/xcircuit-2.3.1/psfiles ! XCIRCUIT_LIB_DIR = $(LIBDIR)/xcircuit ! XCIRCUIT_BIN_DIR = $(BINDIR) ! XCIRCUIT_MAN_DIR = $(MANDIR) @@ -55,24 +55,24 @@ # Support for background rendering through ghostscript. Change this # to the path where gs can be found. # GS_EXEC= /usr/local/src/gs5.50/obj/gs -! GS_EXEC= ${LOCALBASE}/bin/gs +! GS_EXEC=${LOCALBASE}/bin/gs #------------------------------------------------------------------------ # Window manager bug workaround---If you don't like xcircuit grabbing kbd *************** -*** 85,91 **** - #------------------------------------------------------------------------ - # Support for embedded Python interpreter (requires libpython2.0.a) +*** 86,92 **** + # Support for embedded Python interpreter + # (requires libpython${PYTHON_VERSION}.a) # ! #define HAVE_PYTHON - PYTHON_VERSION=2.0 + PYTHON_VERSION=2.1 PYTHON_LIB_DIR=/usr/local/lib ---- 86,92 ---- - #------------------------------------------------------------------------ - # Support for embedded Python interpreter (requires libpython2.0.a) +--- 87,93 ---- + # Support for embedded Python interpreter + # (requires libpython${PYTHON_VERSION}.a) # ! /* #define HAVE_PYTHON */ - PYTHON_VERSION=2.0 + PYTHON_VERSION=2.1 PYTHON_LIB_DIR=/usr/local/lib diff -urN /usr/ports/cad/xcircuit/files/patch-ab cad/xcircuit/files/patch-ab --- /usr/ports/cad/xcircuit/files/patch-ab Wed Feb 14 21:41:36 2001 +++ cad/xcircuit/files/patch-ab Sat Jun 30 12:53:09 2001 @@ -1,11 +1,11 @@ -*** xcircuit.c.orig Fri Feb 9 23:51:53 2001 ---- xcircuit.c Wed Feb 14 04:21:20 2001 +*** xcircuit.c.orig Tue Jun 26 22:34:15 2001 +--- xcircuit.c Sat Jun 30 12:53:00 2001 *************** -*** 20,25 **** ---- 20,28 ---- - #include +*** 21,26 **** +--- 21,29 ---- #include #include + #include /* for unlink() */ + #ifdef __FreeBSD__ + #include + #endif @@ -13,8 +13,8 @@ #include #include *************** -*** 1650,1655 **** ---- 1653,1662 ---- +*** 1685,1690 **** +--- 1688,1697 ---- char *argv0; /* find root of argv[0] */ short initargc = argc; /* because XtInitialize() absorbs the */ /* -schem flag and renumbers argc! (bug?) */ diff -urN /usr/ports/cad/xcircuit/pkg-plist cad/xcircuit/pkg-plist --- /usr/ports/cad/xcircuit/pkg-plist Wed Jun 13 03:28:50 2001 +++ cad/xcircuit/pkg-plist Sat Jun 30 13:11:57 2001 @@ -36,6 +36,7 @@ lib/X11/xcircuit/startup.script lib/X11/xcircuit/xcircps2.pro share/examples/xcircuit/.xcircuitrc +share/examples/xcircuit/FlareLED.ps share/examples/xcircuit/USAflag.ps share/examples/xcircuit/analog1.ps share/examples/xcircuit/analog2.ps >Release-Note: >Audit-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 2 13:40:32 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 76D5637B40B for ; Mon, 2 Jul 2001 13:40:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f62Ke1s26507; Mon, 2 Jul 2001 13:40:01 -0700 (PDT) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id EB84537B403 for ; Mon, 2 Jul 2001 13:37:47 -0700 (PDT) (envelope-from nobody@FreeBSD.org) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f62Kblm26225; Mon, 2 Jul 2001 13:37:47 -0700 (PDT) (envelope-from nobody) Message-Id: <200107022037.f62Kblm26225@freefall.freebsd.org> Date: Mon, 2 Jul 2001 13:37:47 -0700 (PDT) From: KATO Tsuguru To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/28647: Update port: graphics/ImageMagick to 5.3.5 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 28647 >Category: ports >Synopsis: Update port: graphics/ImageMagick to 5.3.5 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Jul 02 13:40:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: 4.3-RELEASE i386 >Organization: >Environment: >Description: - Update to version 5.3.5 >How-To-Repeat: >Fix: diff -urN /usr/ports/graphics/ImageMagick/Makefile graphics/ImageMagick/Makefile --- /usr/ports/graphics/ImageMagick/Makefile Mon Jun 25 18:56:09 2001 +++ graphics/ImageMagick/Makefile Wed Jun 27 20:27:56 2001 @@ -6,16 +6,15 @@ # PORTNAME= ImageMagick -PORTVERSION= 5.3.4 +PORTVERSION= 5.3.5 CATEGORIES= graphics perl5 -MASTER_SITES= ftp://ftp.yggdrasil.com/mirrors/site/ftp.simplesystems.org/pub/%SUBDIR%/ \ +MASTER_SITES= http://imagemagick.sourceforge.net/http/ \ + ftp://ftp.yggdrasil.com/mirrors/site/ftp.simplesystems.org/pub/%SUBDIR%/ \ ftp://gd.tuwien.ac.at/pub/graphics/%SUBDIR%/ \ ftp://ftp.sunet.se/pub/multimedia/graphics/%SUBDIR%/ \ ${MASTER_SITE_RINGSERVER:S,%SUBDIR%,graphics/ImageMagick,} \ - ftp://ftp.simplesystems.org/pub/%SUBDIR%/ \ ftp://ftp.crc.ca/pub/packages/graphics/imagemagick/ \ ftp://ftp.imagemagick.org/pub/%SUBDIR%/ \ - http://imagemagick.sourceforge.net/ \ ftp://ftp.planetmirror.com/pub/%SUBDIR%/ \ ftp://ftp.fu-berlin.de/unix/X11/graphics/%SUBDIR%/ \ ftp://zoffy.asahi-net.or.jp/pub/graphics/%SUBDIR%/ \ @@ -25,7 +24,7 @@ ftp://ftp.icm.edu.pl/pub/graphics/%SUBDIR%/ \ ftp://giswitch.sggw.waw.pl/pub/graphics/%SUBDIR%/ \ ftp://ftp.fifi.org/pub/%SUBDIR%/ \ - ${MASTER_SITE_SOURCEFORGE:S,%SUBDIR%,imagemagick,} + ftp://ftp.simplesystems.org/pub/%SUBDIR%/ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= ports@FreeBSD.org diff -urN /usr/ports/graphics/ImageMagick/distinfo graphics/ImageMagick/distinfo --- /usr/ports/graphics/ImageMagick/distinfo Wed Jun 13 03:31:57 2001 +++ graphics/ImageMagick/distinfo Wed Jun 27 20:26:44 2001 @@ -1 +1 @@ -MD5 (ImageMagick-5.3.4.tar.gz) = d1abe4750e0bde262f71a6d47571d35f +MD5 (ImageMagick-5.3.5.tar.gz) = 5cfaeb312c15dca709685a490c5ea869 diff -urN /usr/ports/graphics/ImageMagick/pkg-plist graphics/ImageMagick/pkg-plist --- /usr/ports/graphics/ImageMagick/pkg-plist Wed Jun 13 03:31:58 2001 +++ graphics/ImageMagick/pkg-plist Wed Jun 27 23:35:41 2001 @@ -32,16 +32,18 @@ include/magick/cache.h include/magick/cache_view.h include/magick/classify.h +include/magick/colors.h include/magick/compress.h include/magick/config.h include/magick/delegates.h include/magick/draw.h include/magick/error.h -include/magick/font.h +include/magick/fonts.h include/magick/gems.h include/magick/image.h include/magick/magic.h include/magick/magick.h +include/magick/modules.h include/magick/monitor.h include/magick/quantize.h include/magick/semaphore.h @@ -51,6 +53,7 @@ include/magick/widget.h include/magick/xwindows.h lib/ImageMagick/delegates.mgk +lib/ImageMagick/fonts.mgk %%MODULES%%lib/ImageMagick/modules/coders/8bim.la %%MODULES%%lib/ImageMagick/modules/coders/8bim.so %%MODULES%%lib/ImageMagick/modules/coders/art.la @@ -230,7 +233,7 @@ share/ImageMagick/Copyright.txt share/ImageMagick/ImageMagick.html share/ImageMagick/QuickStart.txt -share/ImageMagick/fonts.mgk +share/ImageMagick/colors.mgk share/ImageMagick/images/appligent.jpg share/ImageMagick/images/authentica.jpg share/ImageMagick/images/ball.png >Release-Note: >Audit-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 2 13:40:39 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9A9EE37B407 for ; Mon, 2 Jul 2001 13:40:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f62Ke1G26516; Mon, 2 Jul 2001 13:40:01 -0700 (PDT) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6A1A737B403 for ; Mon, 2 Jul 2001 13:38:20 -0700 (PDT) (envelope-from nobody@FreeBSD.org) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f62KcKD26282; Mon, 2 Jul 2001 13:38:20 -0700 (PDT) (envelope-from nobody) Message-Id: <200107022038.f62KcKD26282@freefall.freebsd.org> Date: Mon, 2 Jul 2001 13:38:20 -0700 (PDT) From: KATO Tsuguru To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/28648: Update port: graphics/sane-backends to 1.0.5 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 28648 >Category: ports >Synopsis: Update port: graphics/sane-backends to 1.0.5 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Jul 02 13:40:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: 4.3-RELEASE i386 >Organization: >Environment: >Description: - Update to version 5.3.5 >How-To-Repeat: >Fix: - Update to version 1.0.5 New file: files/patch-doc_Makefile.in Remove file: files/patch-ad files/patch-ae >Release-Note: >Audit-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 2 13:40:59 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2704537B405 for ; Mon, 2 Jul 2001 13:40:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f62Ke1R26489; Mon, 2 Jul 2001 13:40:01 -0700 (PDT) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6463A37B403 for ; Mon, 2 Jul 2001 13:36:18 -0700 (PDT) (envelope-from nobody@FreeBSD.org) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f62KaIC26114; Mon, 2 Jul 2001 13:36:18 -0700 (PDT) (envelope-from nobody) Message-Id: <200107022036.f62KaIC26114@freefall.freebsd.org> Date: Mon, 2 Jul 2001 13:36:18 -0700 (PDT) From: KATO Tsuguru To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/28645: Update port: audio/freeamp Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 28645 >Category: ports >Synopsis: Update port: audio/freeamp >Confidential: 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 02 13:40:00 PDT 2001 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: 4.3-RELEASE i386 >Organization: >Environment: >Description: - Fix dependency stuff - Support CXXFLAGS/PREFIX properly - Supoprt PTHREAD_CFLAGS/PTHREAD_LIBS Add file: files/patch-ac Remove file: files/patch-aa >How-To-Repeat: >Fix: diff -urN /usr/ports/audio/freeamp/Makefile audio/freeamp/Makefile --- /usr/ports/audio/freeamp/Makefile Mon Jul 2 19:04:32 2001 +++ audio/freeamp/Makefile Mon Jul 2 21:58:53 2001 @@ -7,39 +7,54 @@ PORTNAME= freeamp PORTVERSION= 2.1.0 -PORTREVISION= 1 -CATEGORIES= audio gnome +PORTREVISION= 2 +CATEGORIES= audio MASTER_SITES= http://www.freeamp.org/download/src/ MAINTAINER= ports@FreeBSD.org BUILD_DEPENDS= nasm:${PORTSDIR}/devel/nasm LIB_DEPENDS= musicbrainz.1:${PORTSDIR}/audio/musicbrainz \ - id3:${PORTSDIR}/audio/id3lib \ + ORBit.2:${PORTSDIR}/devel/ORBit \ + gdk_pixbuf.2:${PORTSDIR}/graphics/gdk-pixbuf \ ttf.4:${PORTSDIR}/print/freetype WRKSRC= ${WRKDIR}/${PORTNAME} USE_BZIP2= yes -USE_XLIB= yes -USE_GNOMECTRL= yes +WANT_ESOUND= yes +USE_GTK= yes USE_GMAKE= yes -USE_AUTOCONF =yes - -CONFIGURE_ARGS+= --prefix=${PREFIX} +USE_AUTOCONF= yes +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \ + LDFLAGS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}" .include .if ${ARCH} == "i386" -CONFIGURE_ENV= CFLAGS="${CFLAGS} -D_M_IX86" +CFLAGS+= "-D_M_IX86" .elif ${ARCH} == "alpha" -CONFIGURE_ENV= CFLAGS="${CFLAGS} -D_M_ALPHA" +CFLAGS+= "-D_M_ALPHA" +.endif + +.if defined(HAVE_ESOUND) +USE_ESOUND= yes +PLIST_SUB+= ESOUND="" +.else +CONFIGURE_ARGS+= --disable-esd +PLIST_SUB+= ESOUND="@comment " +.endif + +.if defined(WITH_LIBARTS) +LIB_DEPENDS= libartsc.0:${PORTSDIR}/x11/kdelibs2 +PLIST_SUB+= LIBARTS="" +.else +CONFIGURE_ARGS+= --disable-arts +PLIST_SUB+= LIBARTS="@comment " .endif post-install: - if [ ! -d ... ]; then \ - ${MKDIR} ${LOCALBASE}/etc/sdr/plugins; \ - fi;\ + @${MKDIR} ${PREFIX}/etc/sdr/plugins ${INSTALL_DATA} ${FILESDIR}/sdr2.plugin.S100.audio.rtp.mpa.freeamp \ - ${LOCALBASE}/etc/sdr/plugins/ + ${PREFIX}/etc/sdr/plugins .include diff -urN /usr/ports/audio/freeamp/files/patch-aa audio/freeamp/files/patch-aa --- /usr/ports/audio/freeamp/files/patch-aa Mon Jul 2 17:24:09 2001 +++ audio/freeamp/files/patch-aa Mon Jul 2 21:43:58 2001 @@ -1,19 +1,175 @@ -*** configure.in.orig Sun Jul 1 15:31:13 2001 ---- configure.in Sun Jul 1 15:32:03 2001 -*************** -*** 928,934 **** - AC_LANG_SAVE - AC_LANG_CPLUSPLUS - AC_CHECK_LIB(musicbrainz, mb_New, , -! AC_MSG_ERROR([FreeAmp requires that the MusicBrainz client library be installed.]),-ldl) - AC_LANG_RESTORE - - AC_CONFIG_HEADER(config/config.h) ---- 928,934 ---- - AC_LANG_SAVE - AC_LANG_CPLUSPLUS - AC_CHECK_LIB(musicbrainz, mb_New, , -! AC_MSG_ERROR([FreeAmp requires that the MusicBrainz client library be installed.])) - AC_LANG_RESTORE - - AC_CONFIG_HEADER(config/config.h) +--- configure.in.orig Sat Apr 14 02:44:47 2001 ++++ configure.in Mon Jul 2 21:43:50 2001 +@@ -174,8 +174,8 @@ + ;; + freebsd*) + host_os="freebsd" +- CFLAGS="$CFLAGS -D_THREAD_SAFE -pthread -I/usr/local/include" +- LDFLAGS="$LDFLAGS -Wl,-export-dynamic -L/usr/local/lib" ++ CFLAGS="$CFLAGS" ++ LDFLAGS="$LDFLAGS -Wl,-export-dynamic" + ;; + netbsd*) + host_os="freebsd" +@@ -326,9 +326,9 @@ + sed 's/\([[0-9]]*\).\([[0-9]]*\).\([[0-9]]*\)/\2/'` + esd_micro_version=`$ESD_CONFIG $esd_config_args --version | \ + sed 's/\([[0-9]]*\).\([[0-9]]*\).\([[0-9]]*\)/\3/'` +- ac_save_CFLAGS="$CFLAGS" ++ ac_save_CPPFLAGS="$CPPFLAGS" + ac_save_LIBS="$LIBS" +- CFLAGS="$CFLAGS $ESD_CFLAGS" ++ CPPFLAGS="$CPPFLAGS $ESD_CFLAGS" + LIBS="$LIBS $ESD_LIBS" + rm -f conf.esdtest + AC_MSG_CHECKING(for ESD - version >= $min_esd_version) +@@ -387,7 +387,7 @@ + } + + ],, have_esound=false, have_esound=false) +- CFLAGS="$ac_save_CFLAGS" ++ CPPFLAGS="$ac_save_CPPFLAGS" + LIBS="$ac_save_LIBS" + AC_LANG_RESTORE + rm -f conf.esdtest +@@ -460,9 +460,9 @@ + gtk_config_major=`$GTK_CONFIG --version | sed 's/\([[0-9]]*\).\([[0-9]]*\).\([[0-9]]*\)/\1/'` + gtk_config_minor=`$GTK_CONFIG --version | sed 's/\([[0-9]]*\).\([[0-9]]*\).\([[0-9]]*\)/\2/'` + gtk_config_micro=`$GTK_CONFIG --version | sed 's/\([[0-9]]*\).\([[0-9]]*\).\([[0-9]]*\)/\3/'` +- ac_save_CFLAGS="$CFLAGS" ++ ac_save_CPPFLAGS="$CPPFLAGS" + ac_save_LIBS="$LIBS" +- CFLAGS="$CFLAGS $GTK_CFLAGS" ++ CPPFLAGS="$CPPFLAGS $GTK_CFLAGS" + LIBS="$GTK_LIBS $LIBS" + + AC_TRY_RUN([ +@@ -489,7 +489,7 @@ + gtk_major_version, gtk_minor_version, gtk_micro_version); + return 1; + }], , have_gtk=false, have_gtk=false]) +- CFLAGS="$ac_save_CFLAGS" ++ CPPFLAGS="$ac_save_CPPFLAGS" + LIBS="$ac_save_LIBS" + if test "$have_gtk" = "false"; then + AC_MSG_RESULT(no) +@@ -510,7 +510,7 @@ + OSINC="$OSINC -I$srcdir/ui/download/unix/include" + OSINC="$OSINC -I$srcdir/ui/musicbrowser/include" + OSINC="$OSINC -I$srcdir/ftc/kjofol" +- CFLAGS="$CFLAGS $GTK_CFLAGS" ++ CPPFLAGS="$CPPFLAGS $GTK_CFLAGS" + AC_DEFINE(HAVE_GTK) + elif test "$host_os" = "beos"; then + OSDEPPLUGINS="$OSDEPPLUGINS plugins/musicbrowser.ui" +@@ -536,7 +536,7 @@ + AC_SUBST(GTK_LIBS) + AC_SUBST(EXTRALIBS) + +-AC_SUBST(CFLAGS) ++AC_SUBST(CPPFLAGS) + + dnl orbit crap + save_CPPFLAGS="$CPPFLAGS" +@@ -656,7 +656,7 @@ + alsa_min_major_version=0 + alsa_min_minor_version=5 + alsa_min_micro_version=0 +- ac_save_CFLAGS="$CFLAGS" ++ ac_save_CPPFLAGS="$CPPFLAGS" + ac_save_LIBS="$LIBS" + + LIBS="$LIBS -lasound" +@@ -701,7 +701,7 @@ + ], , have_alsa=false, have_alsa=false + ) + AC_LANG_RESTORE +- CFLAGS="$ac_save_CFLAGS" ++ CPPFLAGS="$ac_save_CPPFLAGS" + LIBS="$ac_save_LIBS" + if test "$have_alsa" = "false"; then + AC_MSG_RESULT(no) +@@ -748,13 +748,21 @@ + have_arts="false") + fi + ++AC_ARG_ENABLE(arts, [ --disable-arts Don't compile the libArts output plugin], enable_arts=no, enable_arts=yes) ++ ++if test "x$enable_arts" = "xno"; then ++ have_arts="false"; ++fi ++ + ARTS_LIBS="" +-AC_CHECK_LIB(artsc, arts_init, +- OSDEPPLUGINS="$OSDEPPLUGINS plugins/arts.pmo"; +- OSINC="$OSINC -I$srcdir/io/arts/include" +- ARTS_LIBS="-lartsc -laudiofile" +- AC_MSG_RESULT([compiling arts pmo plugin]) +-) ++if test "$have_arts" = "true"; then ++ AC_CHECK_LIB(artsc, arts_init, ++ OSDEPPLUGINS="$OSDEPPLUGINS plugins/arts.pmo"; ++ OSINC="$OSINC -I$srcdir/io/arts/include" ++ ARTS_LIBS="-lartsc -laudiofile" ++ AC_MSG_RESULT([compiling arts pmo plugin]) ++ ) ++fi + + AC_SUBST(ARTS_LIBS) + AC_SUBST(EXTRALIBS) +@@ -808,9 +816,9 @@ + gdk_pixbuf_micro_version=`$GDK_PIXBUF_CONFIG $gdk_pixbuf_config_args --version | \ + sed 's/\([[0-9]]*\).\([[0-9]]*\).\([[0-9]]*\)/\3/'` + if test "x$enable_gdk_pixbuftest" = "xyes" ; then +- ac_save_CFLAGS="$CFLAGS" ++ ac_save_CPPFLAGS="$CPPFLAGS" + ac_save_LIBS="$LIBS" +- CFLAGS="$CFLAGS $GDK_PIXBUF_CFLAGS" ++ CPPFLAGS="$CPPFLAGS $GDK_PIXBUF_CFLAGS" + LIBS="$LIBS $GDK_PIXBUF_LIBS" + dnl + dnl Now check if the installed GDK_PIXBUF is sufficiently new. (Also sanity +@@ -872,7 +880,7 @@ + } + + ],, no_gdk_pixbuf=yes,[echo $ac_n "cross compiling; assumed OK... $ac_c"]) +- CFLAGS="$ac_save_CFLAGS" ++ CPPFLAGS="$ac_save_CPPFLAGS" + LIBS="$ac_save_LIBS" + fi + fi +@@ -891,7 +899,7 @@ + : + else + echo "*** Could not run GDK_PIXBUF test program, checking why..." +- CFLAGS="$CFLAGS $GDK_PIXBUF_CFLAGS" ++ CPPFLAGS="$CPPFLAGS $GDK_PIXBUF_CFLAGS" + LIBS="$LIBS $GDK_PIXBUF_LIBS" + AC_TRY_LINK([ + #include +@@ -910,7 +918,7 @@ + echo "*** exact error that occured. This usually means GDK_PIXBUF was incorrectly installed" + echo "*** or that you have moved GDK_PIXBUF since it was installed. In the latter case, you" + echo "*** may want to edit the gdk-pixbuf-config script: $GDK_PIXBUF_CONFIG" ]) +- CFLAGS="$ac_save_CFLAGS" ++ CPPFLAGS="$ac_save_CPPFLAGS" + LIBS="$ac_save_LIBS" + fi + fi +@@ -922,13 +930,13 @@ + AC_SUBST(GDK_PIXBUF_LIBS) + rm -f conf.gdk_pixbuftest + +-CFLAGS="$CFLAGS $GDK_PIXBUF_CFLAGS" +-AC_SUBST(CFLAGS) ++CPPFLAGS="$CPPFLAGS $GDK_PIXBUF_CFLAGS" ++AC_SUBST(CPPFLAGS) + + AC_LANG_SAVE + AC_LANG_CPLUSPLUS + AC_CHECK_LIB(musicbrainz, mb_New, , +- AC_MSG_ERROR([FreeAmp requires that the MusicBrainz client library be installed.]),-ldl) ++ AC_MSG_ERROR([FreeAmp requires that the MusicBrainz client library be installed.])) + AC_LANG_RESTORE + + AC_CONFIG_HEADER(config/config.h) diff -urN /usr/ports/audio/freeamp/files/patch-ab audio/freeamp/files/patch-ab --- /usr/ports/audio/freeamp/files/patch-ab Mon Jul 2 17:24:09 2001 +++ audio/freeamp/files/patch-ab Thu Jan 1 09:00:00 1970 @@ -1,19 +0,0 @@ -*** config/config.h.in.orig Sun Jul 1 18:51:35 2001 ---- config/config.h.in Sun Jul 1 18:51:49 2001 -*************** -*** 46,52 **** - #define BRANDING_UPDATE_SERVER "fatman.freeamp.org" - #define BRANDING_UPDATE_PATH "/update/freeamp/" - #define BRANDING_DEFAULT_THEME "FreeAmp.fat" -! #define BRANDING_SHARE_PATH "/../share/freeamp" - #define BRANDING_APP_NAME "freeamp" - - #define FREEAMP_PATH_ENV "FREEAMP_PATH" ---- 46,52 ---- - #define BRANDING_UPDATE_SERVER "fatman.freeamp.org" - #define BRANDING_UPDATE_PATH "/update/freeamp/" - #define BRANDING_DEFAULT_THEME "FreeAmp.fat" -! #define BRANDING_SHARE_PATH "/../share/gnome/freeamp" - #define BRANDING_APP_NAME "freeamp" - - #define FREEAMP_PATH_ENV "FREEAMP_PATH" diff -urN /usr/ports/audio/freeamp/files/patch-ac audio/freeamp/files/patch-ac --- /usr/ports/audio/freeamp/files/patch-ac Thu Jan 1 09:00:00 1970 +++ audio/freeamp/files/patch-ac Sat Jun 30 07:34:09 2001 @@ -0,0 +1,22 @@ +--- Makefile.header.in.orig Sun Jan 28 15:43:24 2001 ++++ Makefile.header.in Sat Jun 30 07:33:57 2001 +@@ -71,7 +71,7 @@ + + INCLUDES = -I. -I$(srcdir)/lib/gdbm -I$(srcdir)/base/include -I$(srcdir)/config -I$(srcdir)/io/include -I$(srcdir)/ui/include -I$(srcdir)/lmc/include -I$(srcdir)/io/soundcard/unix/$(UNIX_AUDIO_API)/include -I$(srcdir)/lmc/xingmp3/include -I$(srcdir)/lmc/cd/include -I$(srcdir)/plm/portable/pmp300/sba -I$(srcdir)/lib/xml/include -I$(srcdir)/lib/zlib/include -I$(srcdir)/lib/unzip/include -I$(srcdir)/io/cd/unix/include -I$(srcdir)/base/aps -I$(srcdir)/io/wavout/include -I$(srcdir)/ui/lcd/include -I$(srcdir)/ui/irman/include -I$(srcdir)/lib/http/include -I$(srcdir)/io/signature/include -I$(srcdir)/plm/metadata/id3v2 $(OSINC) + +-CXXFLAGS = $(EXTRA_CXXFLAGS) ++CXXFLAGS = @CXXFLAGS@ -D_REENTRANT + ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 + mkinstalldirs = $(SHELL) $(srcdir)/config/mkinstalldirs + CONFIG_HEADER = ./config/config.h +@@ -87,8 +87,8 @@ + X_EXTRA_LIBS = @X_EXTRA_LIBS@ + X_PRE_LIBS = @X_PRE_LIBS@ + +-COMPILE = $(CC) $(DEFS) $(INCLUDES) $(CFLAGS) $(RELOC) +-CXXCOMPILE = $(CXX) $(DEFS) $(INCLUDES) $(CFLAGS) $(CPPFLAGS) $(CXXFLAGS) ++COMPILE = $(CC) $(DEFS) $(INCLUDES) $(CFLAGS) $(CPPFLAGS) $(RELOC) ++CXXCOMPILE = $(CXX) $(DEFS) $(INCLUDES) $(CXXFLAGS) $(CPPFLAGS) + CXXCOMPILE += $(RELOC) + + CXXLINK = $(CXXLD) $(CXXFLAGS) $(LDFLAGS) $(RELOC) -o $@ diff -urN /usr/ports/audio/freeamp/pkg-plist audio/freeamp/pkg-plist --- /usr/ports/audio/freeamp/pkg-plist Mon Jul 2 19:04:40 2001 +++ audio/freeamp/pkg-plist Tue Jul 3 01:27:35 2001 @@ -1,15 +1,11 @@ bin/freeamp etc/sdr/plugins/sdr2.plugin.S100.audio.rtp.mpa.freeamp -share/gnome/freeamp/themes/Aquatica.fat -share/gnome/freeamp/themes/EMusic.fat -share/gnome/freeamp/themes/FreeAmp.fat -share/gnome/freeamp/themes/FreeAmpClassic.fat -share/gnome/freeamp/themes/Relatable.fat -share/gnome/freeamp/themes/Tommy.fat +%%LIBARTS%%lib/freeamp/plugins/arts.pmo lib/freeamp/plugins/cd.lmc lib/freeamp/plugins/cd.pmo lib/freeamp/plugins/corba.ui lib/freeamp/plugins/download.ui +%%ESOUND%%lib/freeamp/plugins/esound.pmo lib/freeamp/plugins/freeamp.ui lib/freeamp/plugins/freeampcmd.ui lib/freeamp/plugins/httpinput.pmi @@ -34,171 +30,179 @@ lib/freeamp/plugins/vorbis.mdf lib/freeamp/plugins/wavout.pmo lib/freeamp/plugins/winamp.ftf -lib/freeamp/plugins/xingmp3.lmc lib/freeamp/plugins/winamp_theme.xml -share/gnome/freeamp/help/getting_help.html -share/gnome/freeamp/help/keyboard_shortcuts.html -share/gnome/freeamp/help/adding_items_to_the_bottom_of_the_playlist_queue.html -share/gnome/freeamp/help/adding_items_to_the_playlist_for_immediate_playback.html -share/gnome/freeamp/help/adding_music_to_your_music_collection.html -share/gnome/freeamp/help/adding_tracks_to_a_playlist.html -share/gnome/freeamp/help/adjusting_the_playback_volume.html -share/gnome/freeamp/help/appearance_topics.html -share/gnome/freeamp/help/bw_logo.gif -share/gnome/freeamp/help/changing_information_about_a_track.html -share/gnome/freeamp/help/changing_the_order_of_tracks_in_a_playlist.html -share/gnome/freeamp/help/changing_the_player_theme.html -share/gnome/freeamp/help/changing_the_tool_view_in_my_music.html -share/gnome/freeamp/help/clearing_a_playlist.html -share/gnome/freeamp/help/configuring_player_settings.html -share/gnome/freeamp/help/configuring_settings_topics.html -share/gnome/freeamp/help/Copy of configuring_settings_topics.html -share/gnome/freeamp/help/musicbro.gif -share/gnome/freeamp/help/creating_a_new_playlist.html -share/gnome/freeamp/help/creating_and_managing_topics.html -share/gnome/freeamp/help/creating_and_modifying_topics.html -share/gnome/freeamp/help/creating_custom_themes.html -share/gnome/freeamp/help/creating_relatable_playlists.html -share/gnome/freeamp/help/currentlylisten.gif -share/gnome/freeamp/help/deleting_an_mp3_file_from_your_computer.html -share/gnome/freeamp/help/download.gif -share/gnome/freeamp/help/download_manager.html -share/gnome/freeamp/help/download_manager_entry.html -share/gnome/freeamp/help/downloading_mp3_files_from_a_web_site.html -share/gnome/freeamp/help/drive_selection_entry.html -share/gnome/freeamp/help/edit_info_entry.html -share/gnome/freeamp/help/edit_track_info.html -share/gnome/freeamp/help/editing_the_currently_playing_playlist.html -share/gnome/freeamp/help/ejecting_audio_cds.html -share/gnome/freeamp/help/equal.gif -share/gnome/freeamp/help/files.gif -share/gnome/freeamp/help/freeampmain_eq.jpg -share/gnome/freeamp/help/freeampmain_eqclosed.gif -share/gnome/freeamp/help/freeampmain_eqopen.gif -share/gnome/freeamp/help/help.html -share/gnome/freeamp/help/glossary.html -share/gnome/freeamp/help/help.gif -share/gnome/freeamp/help/helpstyle.css -share/gnome/freeamp/help/adding_a_custom_theme.html -share/gnome/freeamp/help/menu_topics.html -share/gnome/freeamp/help/min.gif -share/gnome/freeamp/help/moving_to_the_next_track.html -share/gnome/freeamp/help/moving_to_the_previous_track.html -share/gnome/freeamp/help/music_browser_entry.html -share/gnome/freeamp/help/my_music.html -share/gnome/freeamp/help/mymusic.gif -share/gnome/freeamp/help/mymusicfolders.gif -share/gnome/freeamp/help/nextrack.gif -share/gnome/freeamp/help/opening_a_playlist.html -share/gnome/freeamp/help/options.gif -share/gnome/freeamp/help/overview_topics.html -share/gnome/freeamp/help/pause.gif -share/gnome/freeamp/help/pause2.gif -share/gnome/freeamp/help/pausing_downloading.html -share/gnome/freeamp/help/pausing_playback.html -share/gnome/freeamp/help/play.gif -share/gnome/freeamp/help/playing_audio_cds.html -share/gnome/freeamp/help/playing_mp3_files.html -share/gnome/freeamp/help/playing_streams.html -share/gnome/freeamp/help/playing_topics.html -share/gnome/freeamp/help/playing_tracks_in_random_order.html -share/gnome/freeamp/help/postit.gif -share/gnome/freeamp/help/preferences_about.html -share/gnome/freeamp/help/preferences_about_entry.html -share/gnome/freeamp/help/preferences_advanced.html -share/gnome/freeamp/help/preferences_advanced_entry.html -share/gnome/freeamp/help/preferences_directory_entry.html -share/gnome/freeamp/help/preferences_folders.html -share/gnome/freeamp/help/preferences_general.html -share/gnome/freeamp/help/preferences_general_entry.html -share/gnome/freeamp/help/preferences_plugins.html -share/gnome/freeamp/help/preferences_plugins_entry.html -share/gnome/freeamp/help/preferences_relatable.html -share/gnome/freeamp/help/preferences_relatable_entry.html -share/gnome/freeamp/help/preferences_streaming.html -share/gnome/freeamp/help/preferences_streaming_entry.html -share/gnome/freeamp/help/preferences_themes.html -share/gnome/freeamp/help/preferences_themes_entry.html -share/gnome/freeamp/help/what_are_relatable_features_entry.html -share/gnome/freeamp/help/prev_track.gif -share/gnome/freeamp/help/prevtrack.gif -share/gnome/freeamp/help/quit.gif -share/gnome/freeamp/help/random1.gif -share/gnome/freeamp/help/random2.gif -share/gnome/freeamp/help/relatable_button.gif -share/gnome/freeamp/help/relatable_entry.html -share/gnome/freeamp/help/relatable_eqclosed.gif -share/gnome/freeamp/help/relatable_equopen.gif -share/gnome/freeamp/help/relatable_profile.html -share/gnome/freeamp/help/relatable_streams.html -share/gnome/freeamp/help/relatable_suggest.gif -share/gnome/freeamp/help/relatablelogo.gif -share/gnome/freeamp/help/relatablesig.gif -share/gnome/freeamp/help/removing_a_playlist_from_your_music_collection.html -share/gnome/freeamp/help/removing_a_track_from_the_playlist.html -share/gnome/freeamp/help/removing_a_track_from_your_music_collection.html -share/gnome/freeamp/help/repeat1.gif -share/gnome/freeamp/help/repeatall.gif -share/gnome/freeamp/help/repeating_playback.html -share/gnome/freeamp/help/repeatno.gif -share/gnome/freeamp/help/resuming_downloading.html -share/gnome/freeamp/help/resuming_playback.html -share/gnome/freeamp/help/saving_a_playlist.html -share/gnome/freeamp/help/saving_a_stream_on_your_computer.html -share/gnome/freeamp/help/scroll.gif -share/gnome/freeamp/help/search_computer_for_music.html -share/gnome/freeamp/help/searching_for_music_on_your_computer.html -share/gnome/freeamp/help/seeking_in_the_current_track.html -share/gnome/freeamp/help/setting_file_associations_or_mime_types.html -share/gnome/freeamp/help/setting_the_default_playlist_queue_option.html -share/gnome/freeamp/help/setting_the_folder_location_to_save_your_music.html -share/gnome/freeamp/help/Shortcut to preferences_advanced.html.lnk -share/gnome/freeamp/help/stop.gif -share/gnome/freeamp/help/spacetravel.gif -share/gnome/freeamp/help/sorting_tracks_in_the_playlist.html -share/gnome/freeamp/help/spacetravel_ret.gif -share/gnome/freeamp/help/spacetraveleq.gif -share/gnome/freeamp/help/spacetraveleq_ret.gif -share/gnome/freeamp/help/spacetravelmed.gif -share/gnome/freeamp/help/spacetravelsm.gif -share/gnome/freeamp/help/stopping_playback.html -share/gnome/freeamp/help/streaming_topics.html -share/gnome/freeamp/help/taddfiles.gif -share/gnome/freeamp/help/tadditems.gif -share/gnome/freeamp/help/technical_support.html -share/gnome/freeamp/help/teditinfo.gif -share/gnome/freeamp/help/the_page_could_not_be_found.html -share/gnome/freeamp/help/timportitems.gif -share/gnome/freeamp/help/tnewplaylist.gif -share/gnome/freeamp/help/tremoveitems.gif -share/gnome/freeamp/help/tsaveplaylist.gif -share/gnome/freeamp/help/update_topics.html -share/gnome/freeamp/help/updating_the_player.html -share/gnome/freeamp/help/view.gif -share/gnome/freeamp/help/viewing_id3_topics.html -share/gnome/freeamp/help/viewing_the_track_duration.html -share/gnome/freeamp/help/viewing_the_track_name.html -share/gnome/freeamp/help/volume.gif -share/gnome/freeamp/help/what_are_id3_tags.html -share/gnome/freeamp/help/what_are_relatable_features.html -share/gnome/freeamp/help/what_are_themes.html -share/gnome/freeamp/help/what_is_a_playlist.html -share/gnome/freeamp/help/what_is_my_music.html -share/gnome/freeamp/help/what_is_streaming.html -share/gnome/freeamp/help/what_is_the_player.html -share/gnome/freeamp/help/what_kind_of_mp3_files_can_i_play.html -share/gnome/freeamp/help/working_with_the_my_music_collection_folders.html -share/gnome/freeamp/help/main_window.html -share/gnome/freeamp/help/contents.html -share/gnome/freeamp/help/preferences_musicbrowser.html -share/gnome/freeamp/help/preferences_musicbrowser_entry.html -share/gnome/freeamp/help/setting_the_playlist_display_information.html -share/gnome/freeamp/help/freeampmain_eq.gif -share/gnome/freeamp/help/what_are_bitzi_features.html -share/gnome/freeamp/help/preferences_musicbrainz.html -share/gnome/freeamp/help/bitzilogo.gif -@dirrm share/gnome/freeamp/help -@dirrm share/gnome/freeamp/themes -@dirrm share/gnome/freeamp +lib/freeamp/plugins/xingmp3.lmc +share/freeamp/help/Copy of configuring_settings_topics.html +share/freeamp/help/Shortcut to preferences_advanced.html.lnk +share/freeamp/help/adding_a_custom_theme.html +share/freeamp/help/adding_items_to_the_bottom_of_the_playlist_queue.html +share/freeamp/help/adding_items_to_the_playlist_for_immediate_playback.html +share/freeamp/help/adding_music_to_your_music_collection.html +share/freeamp/help/adding_tracks_to_a_playlist.html +share/freeamp/help/adjusting_the_playback_volume.html +share/freeamp/help/appearance_topics.html +share/freeamp/help/bitzilogo.gif +share/freeamp/help/bw_logo.gif +share/freeamp/help/changing_information_about_a_track.html +share/freeamp/help/changing_the_order_of_tracks_in_a_playlist.html +share/freeamp/help/changing_the_player_theme.html +share/freeamp/help/changing_the_tool_view_in_my_music.html +share/freeamp/help/clearing_a_playlist.html +share/freeamp/help/configuring_player_settings.html +share/freeamp/help/configuring_settings_topics.html +share/freeamp/help/contents.html +share/freeamp/help/creating_a_new_playlist.html +share/freeamp/help/creating_and_managing_topics.html +share/freeamp/help/creating_and_modifying_topics.html +share/freeamp/help/creating_custom_themes.html +share/freeamp/help/creating_relatable_playlists.html +share/freeamp/help/currentlylisten.gif +share/freeamp/help/deleting_an_mp3_file_from_your_computer.html +share/freeamp/help/download.gif +share/freeamp/help/download_manager.html +share/freeamp/help/download_manager_entry.html +share/freeamp/help/downloading_mp3_files_from_a_web_site.html +share/freeamp/help/drive_selection_entry.html +share/freeamp/help/edit_info_entry.html +share/freeamp/help/edit_track_info.html +share/freeamp/help/editing_the_currently_playing_playlist.html +share/freeamp/help/ejecting_audio_cds.html +share/freeamp/help/equal.gif +share/freeamp/help/files.gif +share/freeamp/help/freeampmain_eq.gif +share/freeamp/help/freeampmain_eq.jpg +share/freeamp/help/freeampmain_eqclosed.gif +share/freeamp/help/freeampmain_eqopen.gif +share/freeamp/help/getting_help.html +share/freeamp/help/glossary.html +share/freeamp/help/help.gif +share/freeamp/help/help.html +share/freeamp/help/helpstyle.css +share/freeamp/help/keyboard_shortcuts.html +share/freeamp/help/main_window.html +share/freeamp/help/menu_topics.html +share/freeamp/help/min.gif +share/freeamp/help/moving_to_the_next_track.html +share/freeamp/help/moving_to_the_previous_track.html +share/freeamp/help/music_browser_entry.html +share/freeamp/help/musicbro.gif +share/freeamp/help/my_music.html +share/freeamp/help/mymusic.gif +share/freeamp/help/mymusicfolders.gif +share/freeamp/help/nextrack.gif +share/freeamp/help/opening_a_playlist.html +share/freeamp/help/options.gif +share/freeamp/help/overview_topics.html +share/freeamp/help/pause.gif +share/freeamp/help/pause2.gif +share/freeamp/help/pausing_downloading.html +share/freeamp/help/pausing_playback.html +share/freeamp/help/play.gif +share/freeamp/help/playing_audio_cds.html +share/freeamp/help/playing_mp3_files.html +share/freeamp/help/playing_streams.html +share/freeamp/help/playing_topics.html +share/freeamp/help/playing_tracks_in_random_order.html +share/freeamp/help/postit.gif +share/freeamp/help/preferences_about.html +share/freeamp/help/preferences_about_entry.html +share/freeamp/help/preferences_advanced.html +share/freeamp/help/preferences_advanced_entry.html +share/freeamp/help/preferences_directory_entry.html +share/freeamp/help/preferences_folders.html +share/freeamp/help/preferences_general.html +share/freeamp/help/preferences_general_entry.html +share/freeamp/help/preferences_musicbrainz.html +share/freeamp/help/preferences_musicbrowser.html +share/freeamp/help/preferences_musicbrowser_entry.html +share/freeamp/help/preferences_plugins.html +share/freeamp/help/preferences_plugins_entry.html +share/freeamp/help/preferences_relatable.html +share/freeamp/help/preferences_relatable_entry.html +share/freeamp/help/preferences_streaming.html +share/freeamp/help/preferences_streaming_entry.html +share/freeamp/help/preferences_themes.html +share/freeamp/help/preferences_themes_entry.html +share/freeamp/help/prev_track.gif +share/freeamp/help/prevtrack.gif +share/freeamp/help/quit.gif +share/freeamp/help/random1.gif +share/freeamp/help/random2.gif +share/freeamp/help/relatable_button.gif +share/freeamp/help/relatable_entry.html +share/freeamp/help/relatable_eqclosed.gif +share/freeamp/help/relatable_equopen.gif +share/freeamp/help/relatable_profile.html +share/freeamp/help/relatable_streams.html +share/freeamp/help/relatable_suggest.gif +share/freeamp/help/relatablelogo.gif +share/freeamp/help/relatablesig.gif +share/freeamp/help/removing_a_playlist_from_your_music_collection.html +share/freeamp/help/removing_a_track_from_the_playlist.html +share/freeamp/help/removing_a_track_from_your_music_collection.html +share/freeamp/help/repeat1.gif +share/freeamp/help/repeatall.gif +share/freeamp/help/repeating_playback.html +share/freeamp/help/repeatno.gif +share/freeamp/help/resuming_downloading.html +share/freeamp/help/resuming_playback.html +share/freeamp/help/saving_a_playlist.html +share/freeamp/help/saving_a_stream_on_your_computer.html +share/freeamp/help/scroll.gif +share/freeamp/help/search_computer_for_music.html +share/freeamp/help/searching_for_music_on_your_computer.html +share/freeamp/help/seeking_in_the_current_track.html +share/freeamp/help/setting_file_associations_or_mime_types.html +share/freeamp/help/setting_the_default_playlist_queue_option.html +share/freeamp/help/setting_the_folder_location_to_save_your_music.html +share/freeamp/help/setting_the_playlist_display_information.html +share/freeamp/help/sorting_tracks_in_the_playlist.html +share/freeamp/help/spacetravel.gif +share/freeamp/help/spacetravel_ret.gif +share/freeamp/help/spacetraveleq.gif +share/freeamp/help/spacetraveleq_ret.gif +share/freeamp/help/spacetravelmed.gif +share/freeamp/help/spacetravelsm.gif +share/freeamp/help/stop.gif +share/freeamp/help/stopping_playback.html +share/freeamp/help/streaming_topics.html +share/freeamp/help/taddfiles.gif +share/freeamp/help/tadditems.gif +share/freeamp/help/technical_support.html +share/freeamp/help/teditinfo.gif +share/freeamp/help/the_page_could_not_be_found.html +share/freeamp/help/timportitems.gif +share/freeamp/help/tnewplaylist.gif +share/freeamp/help/tremoveitems.gif +share/freeamp/help/tsaveplaylist.gif +share/freeamp/help/update_topics.html +share/freeamp/help/updating_the_player.html +share/freeamp/help/view.gif +share/freeamp/help/viewing_id3_topics.html +share/freeamp/help/viewing_the_track_duration.html +share/freeamp/help/viewing_the_track_name.html +share/freeamp/help/volume.gif +share/freeamp/help/what_are_bitzi_features.html +share/freeamp/help/what_are_id3_tags.html +share/freeamp/help/what_are_relatable_features.html +share/freeamp/help/what_are_relatable_features_entry.html +share/freeamp/help/what_are_themes.html +share/freeamp/help/what_is_a_playlist.html +share/freeamp/help/what_is_my_music.html +share/freeamp/help/what_is_streaming.html +share/freeamp/help/what_is_the_player.html +share/freeamp/help/what_kind_of_mp3_files_can_i_play.html +share/freeamp/help/working_with_the_my_music_collection_folders.html +share/freeamp/themes/Aquatica.fat +share/freeamp/themes/EMusic.fat +share/freeamp/themes/FreeAmp.fat +share/freeamp/themes/FreeAmpClassic.fat +share/freeamp/themes/Relatable.fat +share/freeamp/themes/Tommy.fat +@dirrm share/freeamp/themes +@dirrm share/freeamp/help +@dirrm share/freeamp @dirrm lib/freeamp/plugins @dirrm lib/freeamp +@unexec rmdir %D/etc/sdr/plugins 2>/dev/null || true +@unexec rmdir %D/etc/sdr 2&>/dev/null || true >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Jul 2 13:50:16 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0544737B408 for ; Mon, 2 Jul 2001 13:50:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f62Ko1W27700; Mon, 2 Jul 2001 13:50:01 -0700 (PDT) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 689AD37B401 for ; Mon, 2 Jul 2001 13:42:06 -0700 (PDT) (envelope-from nobody@FreeBSD.org) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f62Kg6i26689; Mon, 2 Jul 2001 13:42:06 -0700 (PDT) (envelope-from nobody) Message-Id: <200107022042.f62Kg6i26689@freefall.freebsd.org> Date: Mon, 2 Jul 2001 13:42:06 -0700 (PDT) From: KATO Tsuguru To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/28650: Update port: graphics/sane-frontends to 1.0.5 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 28650 >Category: ports >Synopsis: Update port: graphics/sane-frontends to 1.0.5 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Jul 02 13:50:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: 4.3-RELEASE i386 >Organization: >Environment: >Description: - Update to version 1.0.5 >How-To-Repeat: >Fix: diff -urN /usr/ports/graphics/sane-frontends/Makefile graphics/sane-frontends/Makefile --- /usr/ports/graphics/sane-frontends/Makefile Sun Apr 1 01:09:05 2001 +++ graphics/sane-frontends/Makefile Mon Jul 2 22:09:44 2001 @@ -6,12 +6,12 @@ # PORTNAME= sane-frontends -PORTVERSION= 1.0.4 -PORTREVISION= 1 +PORTVERSION= 1.0.5 CATEGORIES= graphics -MASTER_SITES= ftp://ftp.mostang.com/pub/sane/ \ - ftp://ftp.de.mostang.com/pub/sane/ \ - ftp://ftp.no.mostang.com/pub/sane/ +MASTER_SITES= ftp://ftp.mostang.com/pub/sane/%SUBDIR%/ \ + ftp://ftp.de.mostang.com/pub/sane/%SUBDIR%/ \ + ftp://ftp.no.mostang.com/pub/sane/%SUBDIR%/ +MASTER_SITE_SUBDIR= sane-${PORTVERSION} MAINTAINER= ports@FreeBSD.org diff -urN /usr/ports/graphics/sane-frontends/distinfo graphics/sane-frontends/distinfo --- /usr/ports/graphics/sane-frontends/distinfo Thu Mar 22 21:59:21 2001 +++ graphics/sane-frontends/distinfo Mon Jul 2 22:10:23 2001 @@ -1 +1 @@ -MD5 (sane-frontends-1.0.4.tar.gz) = f8d1d0afba88f1d1604c67e14738b74d +MD5 (sane-frontends-1.0.5.tar.gz) = e4fd24b671d2d95fadef05660dbb1759 diff -urN /usr/ports/graphics/sane-frontends/files/patch-src_Makefile.in graphics/sane-frontends/files/patch-src_Makefile.in --- /usr/ports/graphics/sane-frontends/files/patch-src_Makefile.in Tue Mar 27 08:16:24 2001 +++ graphics/sane-frontends/files/patch-src_Makefile.in Mon Jul 2 22:13:03 2001 @@ -1,9 +1,9 @@ ---- src/Makefile.in.orig Fri Dec 1 04:58:38 2000 -+++ src/Makefile.in Wed Feb 7 00:14:03 2001 -@@ -59,12 +59,12 @@ - all: $(PROGRAMS) - - install: $(PROGRAMS) +--- src/Makefile.in.orig Tue May 29 07:16:55 2001 ++++ src/Makefile.in Mon Jul 2 22:12:55 2001 +@@ -65,12 +65,12 @@ + echo "*** maybe the GTK libraries weren't found?" ; \ + exit 1 ; \ + fi - $(MKDIR) $(bindir) $(datadir) + $(MKDIR) $(bindir) $(sanedatadir) @for program in $(BINPROGS); do \ @@ -13,5 +13,5 @@ - $(INSTALL_DATA) $(srcdir)/sane-style.rc $(datadir)/sane-style.rc + $(INSTALL_DATA) $(srcdir)/sane-style.rc $(sanedatadir)/sane-style.rc - xscanimage: $(XSCAN_OBJS) $(LIBSANEI) $(LIBLIB) - $(LINK) $(XSCAN_OBJS) $(LIBSANEI) \ + uninstall: + @for program in $(BINPROGS); do \ diff -urN /usr/ports/graphics/sane-frontends/pkg-message graphics/sane-frontends/pkg-message --- /usr/ports/graphics/sane-frontends/pkg-message Sun Apr 1 01:09:05 2001 +++ graphics/sane-frontends/pkg-message Tue Jul 3 05:13:13 2001 @@ -1,6 +1,6 @@ Congratulations, SANE-FRONTENDS is now installed. -If you built it with GIMP packages/ports installed, you can use +If you built it with WITH_GIMP set to yes, you can use xscanimage as a GIMP plug-in. To do this, type: ln -sf /usr/local/bin/xscanimage ~/.gimp-1.2/plug-ins/xscanimage >Release-Note: >Audit-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 2 13:50:29 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id CACD937B407 for ; Mon, 2 Jul 2001 13:50:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f62Ko1i27691; Mon, 2 Jul 2001 13:50:01 -0700 (PDT) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E4F8D37B405 for ; Mon, 2 Jul 2001 13:41:28 -0700 (PDT) (envelope-from nobody@FreeBSD.org) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f62KfSW26639; Mon, 2 Jul 2001 13:41:28 -0700 (PDT) (envelope-from nobody) Message-Id: <200107022041.f62KfSW26639@freefall.freebsd.org> Date: Mon, 2 Jul 2001 13:41:28 -0700 (PDT) From: KATO Tsuguru To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/28649: Update port: graphics/sane-backends to 1.0.5 (fix ports/28648) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 28649 >Category: ports >Synopsis: Update port: graphics/sane-backends to 1.0.5 (fix ports/28648) >Confidential: 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 02 13:50:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: 4.3-RELEASE i386 >Organization: >Environment: >Description: - Update to version 1.0.5 New file: files/patch-doc_Makefile.in Remove file: files/patch-ad files/patch-ae This PR supersedes ports/28648. >How-To-Repeat: >Fix: diff -urN /usr/ports/graphics/sane-backends/Makefile graphics/sane-backends/Makefile --- /usr/ports/graphics/sane-backends/Makefile Tue Mar 27 08:14:23 2001 +++ graphics/sane-backends/Makefile Tue Jul 3 04:30:25 2001 @@ -6,12 +6,12 @@ # PORTNAME= sane-backends -PORTVERSION= 1.0.4 -PORTREVISION= 1 +PORTVERSION= 1.0.5 CATEGORIES= graphics -MASTER_SITES= ftp://ftp.mostang.com/pub/sane/ \ - ftp://ftp.de.mostang.com/pub/sane/ \ - ftp://ftp.no.mostang.com/pub/sane/ +MASTER_SITES= ftp://ftp.mostang.com/pub/sane/%SUBDIR%/ \ + ftp://ftp.de.mostang.com/pub/sane/%SUBDIR/ \ + ftp://ftp.no.mostang.com/pub/sane/%SUBDIR%/ +MASTER_SITE_SUBDIR= sane-${PORTVERSION} MAINTAINER= ports@FreeBSD.org @@ -19,18 +19,21 @@ USE_GMAKE= yes USE_LIBTOOL= yes -INSTALLS_SHLIB= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib" +MAKE_ENV= NOPORTDOCS=${NOPORTDOCS} +INSTALLS_SHLIB= yes -MAN1= saned.1 scanimage.1 +MAN1= sane-find-scanner.1 saned.1 scanimage.1 MAN5= sane-abaton.5 sane-agfafocus.5 sane-apple.5 sane-artec.5 \ - sane-as6e.5 sane-avision.5 sane-canon.5 sane-coolscan.5 \ - sane-dc210.5 sane-dc25.5 sane-dll.5 sane-dmc.5 sane-epson.5 \ - sane-fujitsu.5 sane-hp.5 sane-microtek.5 sane-microtek2.5 \ - sane-mustek.5 sane-mustek_pp.5 sane-nec.5 sane-net.5 sane-pie.5 \ - sane-pint.5 sane-plustek.5 sane-pnm.5 sane-qcam.5 sane-ricoh.5 \ - sane-s9036.5 sane-scsi.5 sane-sharp.5 sane-snapscan.5 \ - sane-st400.5 sane-tamarack.5 sane-umax.5 sane-v4l.5 + sane-as6e.5 sane-avision.5 sane-bh.5 sane-canon.5 sane-coolscan.5 \ + sane-dc210.5 sane-dc240.5 sane-dc25.5 sane-dll.5 sane-dmc.5 \ + sane-epson.5 sane-fujitsu.5 sane-hp.5 sane-microtek.5 \ + sane-microtek2.5 sane-mustek.5 sane-mustek_pp.5 sane-nec.5 \ + sane-net.5 sane-pie.5 sane-pint.5 sane-plustek.5 sane-pnm.5 \ + sane-qcam.5 sane-ricoh.5 sane-s9036.5 sane-scsi.5 sane-sharp.5 \ + sane-sm3600.5 sane-snapscan.5 sane-st400.5 sane-tamarack.5 \ + sane-umax.5 sane-umax_pp.5 sane-v4l.5 +MAN7= sane.7 .include diff -urN /usr/ports/graphics/sane-backends/distinfo graphics/sane-backends/distinfo --- /usr/ports/graphics/sane-backends/distinfo Thu Mar 22 18:13:25 2001 +++ graphics/sane-backends/distinfo Mon Jul 2 22:02:29 2001 @@ -1 +1 @@ -MD5 (sane-backends-1.0.4.tar.gz) = 9c265548bc5b628e6cc614124d49b00e +MD5 (sane-backends-1.0.5.tar.gz) = 4e95675d474609b2b5d8eebdef2e0915 diff -urN /usr/ports/graphics/sane-backends/files/patch-ad graphics/sane-backends/files/patch-ad --- /usr/ports/graphics/sane-backends/files/patch-ad Sun Apr 30 08:44:20 2000 +++ graphics/sane-backends/files/patch-ad Thu Jan 1 09:00:00 1970 @@ -1,19 +0,0 @@ ---- tools/Makefile.in.orig Sun Mar 5 22:45:19 2000 -+++ tools/Makefile.in Wed Apr 19 06:00:00 2000 -@@ -25,6 +25,7 @@ - MKDIR = $(top_srcdir)/mkinstalldirs - INSTALL = @INSTALL@ - INSTALL_PROGRAM = @INSTALL_PROGRAM@ -+INSTALL_SCRIPT = @INSTALL_SCRIPT@ - INSTALL_DATA = @INSTALL_DATA@ - RANLIB = @RANLIB@ - -@@ -65,7 +66,7 @@ - all: $(DESTINATIONS) - - install: sane-config -- $(INSTALL_PROGRAM) sane-config $(bindir)/sane-config -+ $(INSTALL_SCRIPT) sane-config $(bindir)/sane-config - - sane-config: sane-config.in $(top_builddir)/config.status - cd $(top_builddir) \ diff -urN /usr/ports/graphics/sane-backends/files/patch-ae graphics/sane-backends/files/patch-ae --- /usr/ports/graphics/sane-backends/files/patch-ae Thu Mar 22 18:13:26 2001 +++ graphics/sane-backends/files/patch-ae Thu Jan 1 09:00:00 1970 @@ -1,172 +0,0 @@ ---- sanei/sanei_scsi.c.orig Fri Dec 1 05:02:30 2000 -+++ sanei/sanei_scsi.c Sat Dec 23 04:14:27 2000 -@@ -2425,6 +2425,169 @@ - cam_freeccb(ccb); - return SANE_STATUS_GOOD; - } -+ -+#define WE_HAVE_FIND_DEVICES -+ -+int -+cam_compare_inquiry(int fd, path_id_t path_id, -+ target_id_t target_id, lun_id_t target_lun, -+ const char *vendor, const char *product, const char *type) -+{ -+ struct ccb_dev_match cdm; -+ struct device_match_pattern *pattern; -+ struct scsi_inquiry_data *inq; -+ int retval = 0; -+ -+ /* build ccb for device match */ -+ bzero(&cdm, sizeof(cdm)); -+ cdm.ccb_h.func_code = XPT_DEV_MATCH; -+ -+ /* result buffer */ -+ cdm.match_buf_len = sizeof(struct dev_match_result); -+ cdm.matches = (struct dev_match_result *)malloc(cdm.match_buf_len); -+ cdm.num_matches = 0; -+ -+ /* pattern buffer */ -+ cdm.num_patterns = 1; -+ cdm.pattern_buf_len = sizeof(struct dev_match_pattern); -+ cdm.patterns = (struct dev_match_pattern *)malloc(cdm.pattern_buf_len); -+ -+ /* assemble conditions */ -+ cdm.patterns[0].type = DEV_MATCH_DEVICE; -+ pattern = &cdm.patterns[0].pattern.device_pattern; -+ pattern->flags = DEV_MATCH_PATH | DEV_MATCH_TARGET | DEV_MATCH_LUN; -+ pattern->path_id = path_id; -+ pattern->target_id = target_id; -+ pattern->target_lun = target_lun; -+ -+ if (ioctl(fd, CAMIOCOMMAND, &cdm) == -1) { -+ DBG (1, "error sending CAMIOCOMMAND ioctl"); -+ retval = -1; -+ goto ret; -+ } -+ -+ if ((cdm.ccb_h.status != CAM_REQ_CMP) -+ || ((cdm.status != CAM_DEV_MATCH_LAST) -+ && (cdm.status != CAM_DEV_MATCH_MORE))) { -+ DBG (1, "got CAM error %#x, CDM error %d\n", -+ cdm.ccb_h.status, cdm.status); -+ retval = -1; -+ goto ret; -+ } -+ -+ if (cdm.num_matches == 0) { -+ DBG (1, "not found\n"); -+ retval = -1; -+ goto ret; -+ } -+ -+ if (cdm.matches[0].type != DEV_MATCH_DEVICE) { -+ DBG (1, "no device match\n"); -+ retval = -1; -+ goto ret; -+ } -+ -+ inq = &cdm.matches[0].result.device_result.inq_data; -+ if ((vendor && cam_strmatch(inq->vendor, vendor, SID_VENDOR_SIZE)) || -+ (product && cam_strmatch(inq->product, product, SID_PRODUCT_SIZE))) -+ retval = 1; -+ -+ ret: -+ free(cdm.patterns); -+ free(cdm.matches); -+ return(retval); -+} -+ -+void -+sanei_scsi_find_devices (const char *findvendor, const char *findmodel, -+ const char *findtype, -+ int findbus, int findchannel, int findid, int findlun, -+ SANE_Status (*attach) (const char *dev)) -+{ -+ int fd; -+ struct ccb_dev_match cdm; -+ struct periph_match_pattern *pattern; -+ struct periph_match_result *result; -+ int i; -+ char devname[16]; -+ -+ DBG_INIT(); -+ -+ if ((fd = open(XPT_DEVICE, O_RDWR)) == -1) { -+ DBG (1, "could not open %s\n", XPT_DEVICE); -+ return; -+ } -+ -+ /* build ccb for device match */ -+ bzero(&cdm, sizeof(cdm)); -+ cdm.ccb_h.func_code = XPT_DEV_MATCH; -+ -+ /* result buffer */ -+ cdm.match_buf_len = sizeof(struct dev_match_result) * 100; -+ cdm.matches = (struct dev_match_result *)malloc(cdm.match_buf_len); -+ cdm.num_matches = 0; -+ -+ /* pattern buffer */ -+ cdm.num_patterns = 1; -+ cdm.pattern_buf_len = sizeof(struct dev_match_pattern); -+ cdm.patterns = (struct dev_match_pattern *)malloc(cdm.pattern_buf_len); -+ -+ /* assemble conditions ... findchannel is ignored */ -+ cdm.patterns[0].type = DEV_MATCH_PERIPH; -+ pattern = &cdm.patterns[0].pattern.periph_pattern; -+ pattern->flags = PERIPH_MATCH_NAME; -+ strcpy(pattern->periph_name, "pass"); -+ if (findbus != -1) { -+ pattern->path_id = findbus; -+ pattern->flags |= PERIPH_MATCH_PATH; -+ } -+ if (findid != -1) { -+ pattern->target_id = findid; -+ pattern->flags |= PERIPH_MATCH_TARGET; -+ } -+ if (findlun != -1) { -+ pattern->target_lun = findlun; -+ pattern->flags |= PERIPH_MATCH_LUN; -+ } -+ -+ /* result loop */ -+ do { -+ if (ioctl(fd, CAMIOCOMMAND, &cdm) == -1) { -+ DBG (1, "error sending CAMIOCOMMAND ioctl"); -+ break; -+ } -+ -+ if ((cdm.ccb_h.status != CAM_REQ_CMP) -+ || ((cdm.status != CAM_DEV_MATCH_LAST) -+ && (cdm.status != CAM_DEV_MATCH_MORE))) { -+ DBG (1, "got CAM error %#x, CDM error %d\n", -+ cdm.ccb_h.status, cdm.status); -+ break; -+ } -+ -+ for (i = 0; i < cdm.num_matches; i++) { -+ if (cdm.matches[i].type != DEV_MATCH_PERIPH) -+ continue; -+ result = &cdm.matches[i].result.periph_result; -+ DBG (4, "%s%d on scbus%d %d:%d\n", -+ result->periph_name, result->unit_number, -+ result->path_id, result->target_id, result->target_lun); -+ if (cam_compare_inquiry(fd, result->path_id, -+ result->target_id, result->target_lun, -+ findvendor, findmodel, findtype) == 0) { -+ sprintf(devname, "/dev/%s%d", result->periph_name, result->unit_number); -+ (*attach) (devname); -+ } -+ } -+ } while ((cdm.ccb_h.status == CAM_REQ_CMP) -+ && (cdm.status == CAM_DEV_MATCH_MORE)); -+ -+ free(cdm.patterns); -+ free(cdm.matches); -+ close(fd); -+ return; -+} -+ - #endif - - diff -urN /usr/ports/graphics/sane-backends/files/patch-doc_Makefile.in graphics/sane-backends/files/patch-doc_Makefile.in --- /usr/ports/graphics/sane-backends/files/patch-doc_Makefile.in Thu Jan 1 09:00:00 1970 +++ graphics/sane-backends/files/patch-doc_Makefile.in Tue Jul 3 04:49:14 2001 @@ -0,0 +1,36 @@ +--- doc/Makefile.in.orig Mon Jun 11 03:20:55 2001 ++++ doc/Makefile.in Tue Jul 3 04:48:46 2001 +@@ -20,7 +20,7 @@ + includedir = @includedir@ + oldincludedir = /usr/include + configdir = ${sysconfdir}/sane.d +-docdir=$(prefix)/doc/sane-@VERSION@ ++docdir=$(datadir)/doc/sane + + MKDIR = $(top_srcdir)/mkinstalldirs + INSTALL = @INSTALL@ +@@ -55,7 +55,7 @@ + EMACS = xemacs + WWW_PATH= /home/httpd/html/sane/ + +-all: sane.ps $(MANPAGES) ++all: $(MANPAGES) + + %.1 %.5 %.7: %.man + @sed -e 's|@DATADIR@|$(datadir)|g' \ +@@ -80,6 +80,7 @@ + echo installing $${page} in $(mandir)/man7/$${page}...; \ + $(INSTALL_DATA) $${page} $(mandir)/man7/$${page} || exit 1; \ + done ++ifndef NOPORTDOCS + $(MKDIR) $(docdir) + @for readme in $(READMES); do \ + echo installing $${readme} in $(docdir)/$${readme}...; \ +@@ -99,6 +100,7 @@ + echo installing $${doc} in $(docdir)/$${doc}...; \ + $(INSTALL_DATA) $${doc} $(docdir)/$${doc}; \ + done ++endif + + uninstall: + @for page in $(SECT1); do \ diff -urN /usr/ports/graphics/sane-backends/pkg-plist graphics/sane-backends/pkg-plist --- /usr/ports/graphics/sane-backends/pkg-plist Fri Apr 6 00:15:10 2001 +++ graphics/sane-backends/pkg-plist Tue Jul 3 04:35:45 2001 @@ -1,12 +1,16 @@ bin/sane-config +bin/sane-find-scanner bin/scanimage etc/sane.d/abaton.conf etc/sane.d/agfafocus.conf etc/sane.d/apple.conf etc/sane.d/artec.conf etc/sane.d/avision.conf +etc/sane.d/bh.conf +etc/sane.d/canon.conf etc/sane.d/coolscan.conf etc/sane.d/dc210.conf +etc/sane.d/dc240.conf etc/sane.d/dc25.conf etc/sane.d/dll.conf etc/sane.d/dmc.conf @@ -30,6 +34,7 @@ etc/sane.d/st400.conf etc/sane.d/tamarack.conf etc/sane.d/umax.conf +etc/sane.d/umax_pp.conf include/sane/sane.h include/sane/saneopts.h lib/libsane.a @@ -53,6 +58,9 @@ lib/sane/libsane-avision.a lib/sane/libsane-avision.so lib/sane/libsane-avision.so.1 +lib/sane/libsane-bh.a +lib/sane/libsane-bh.so +lib/sane/libsane-bh.so.1 lib/sane/libsane-canon.a lib/sane/libsane-canon.so lib/sane/libsane-canon.so.1 @@ -62,6 +70,9 @@ lib/sane/libsane-dc210.a lib/sane/libsane-dc210.so lib/sane/libsane-dc210.so.1 +lib/sane/libsane-dc240.a +lib/sane/libsane-dc240.so +lib/sane/libsane-dc240.so.1 lib/sane/libsane-dc25.a lib/sane/libsane-dc25.so lib/sane/libsane-dc25.so.1 @@ -104,9 +115,6 @@ lib/sane/libsane-plustek.a lib/sane/libsane-plustek.so lib/sane/libsane-plustek.so.1 -lib/sane/libsane-pnm.a -lib/sane/libsane-pnm.so -lib/sane/libsane-pnm.so.1 lib/sane/libsane-ricoh.a lib/sane/libsane-ricoh.so lib/sane/libsane-ricoh.so.1 @@ -131,7 +139,69 @@ lib/sane/libsane-umax.a lib/sane/libsane-umax.so lib/sane/libsane-umax.so.1 +lib/sane/libsane-umax_pp.a +lib/sane/libsane-umax_pp.so +lib/sane/libsane-umax_pp.so.1 sbin/saned +%%PORTDOCS%%share/doc/sane/AUTHORS +%%PORTDOCS%%share/doc/sane/COPYING +%%PORTDOCS%%share/doc/sane/ChangeLog +%%PORTDOCS%%share/doc/sane/LEVEL2 +%%PORTDOCS%%share/doc/sane/LICENSE +%%PORTDOCS%%share/doc/sane/NEWS +%%PORTDOCS%%share/doc/sane/PROBLEMS +%%PORTDOCS%%share/doc/sane/PROJECTS +%%PORTDOCS%%share/doc/sane/README +%%PORTDOCS%%share/doc/sane/README.aix +%%PORTDOCS%%share/doc/sane/README.hp-ux +%%PORTDOCS%%share/doc/sane/README.linux +%%PORTDOCS%%share/doc/sane/README.os2 +%%PORTDOCS%%share/doc/sane/README.solaris +%%PORTDOCS%%share/doc/sane/README.unixware2 +%%PORTDOCS%%share/doc/sane/README.unixware7 +%%PORTDOCS%%share/doc/sane/TODO +%%PORTDOCS%%share/doc/sane/backend-writing.txt +%%PORTDOCS%%share/doc/sane/canon/canon.changes +%%PORTDOCS%%share/doc/sane/canon/canon.install2700F.txt +%%PORTDOCS%%share/doc/sane/mustek/mustek.CHANGES +%%PORTDOCS%%share/doc/sane/umax/negative-types.txt +%%PORTDOCS%%share/doc/sane/umax/sane-logo.jpg +%%PORTDOCS%%share/doc/sane/umax/sane-logo2.jpg +%%PORTDOCS%%share/doc/sane/umax/sane-umax-advanced-options-doc.html +%%PORTDOCS%%share/doc/sane/umax/sane-umax-advanced.jpg +%%PORTDOCS%%share/doc/sane/umax/sane-umax-astra-doc.html +%%PORTDOCS%%share/doc/sane/umax/sane-umax-config-doc.html +%%PORTDOCS%%share/doc/sane/umax/sane-umax-doc.dvi +%%PORTDOCS%%share/doc/sane/umax/sane-umax-doc.html +%%PORTDOCS%%share/doc/sane/umax/sane-umax-doc.tex +%%PORTDOCS%%share/doc/sane/umax/sane-umax-histogram.jpg +%%PORTDOCS%%share/doc/sane/umax/sane-umax-mailinglist.html +%%PORTDOCS%%share/doc/sane/umax/sane-umax-mirage-doc.html +%%PORTDOCS%%share/doc/sane/umax/sane-umax-not-listed-doc.html +%%PORTDOCS%%share/doc/sane/umax/sane-umax-old-scanners-doc.html +%%PORTDOCS%%share/doc/sane/umax/sane-umax-options-doc.html +%%PORTDOCS%%share/doc/sane/umax/sane-umax-others-doc.html +%%PORTDOCS%%share/doc/sane/umax/sane-umax-parport-doc.html +%%PORTDOCS%%share/doc/sane/umax/sane-umax-powerlook-doc.html +%%PORTDOCS%%share/doc/sane/umax/sane-umax-scanner-clones-doc.html +%%PORTDOCS%%share/doc/sane/umax/sane-umax-scanners-doc.html +%%PORTDOCS%%share/doc/sane/umax/sane-umax-speed-doc.html +%%PORTDOCS%%share/doc/sane/umax/sane-umax-standard-options-doc.html +%%PORTDOCS%%share/doc/sane/umax/sane-umax-standard.jpg +%%PORTDOCS%%share/doc/sane/umax/sane-umax-text.jpg +%%PORTDOCS%%share/doc/sane/umax/sane-umax-text2.jpg +%%PORTDOCS%%share/doc/sane/umax/sane-umax-text4.jpg +%%PORTDOCS%%share/doc/sane/umax/sane-umax-uc-doc.html +%%PORTDOCS%%share/doc/sane/umax/sane-umax-vista-doc.html +%%PORTDOCS%%share/doc/sane/umax/sane-umax.jpg +%%PORTDOCS%%share/doc/sane/umax/umax.BUGS +%%PORTDOCS%%share/doc/sane/umax/umax.CHANGES +%%PORTDOCS%%share/doc/sane/umax/umax.FAQ +%%PORTDOCS%%share/doc/sane/umax/umax.TODO +%%PORTDOCS%%@dirrm share/doc/sane/umax +%%PORTDOCS%%@dirrm share/doc/sane/mustek +%%PORTDOCS%%@dirrm share/doc/sane/canon +%%PORTDOCS%%@dirrm share/doc/sane @dirrm lib/sane @dirrm include/sane @dirrm etc/sane.d >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Jul 2 14: 9: 5 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id BF71B37B401; Mon, 2 Jul 2001 14:09:03 -0700 (PDT) (envelope-from okazaki@FreeBSD.org) Received: (from okazaki@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f62L93332871; Mon, 2 Jul 2001 14:09:03 -0700 (PDT) (envelope-from okazaki) Date: Mon, 2 Jul 2001 14:09:03 -0700 (PDT) From: Message-Id: <200107022109.f62L93332871@freefall.freebsd.org> To: tkato@prontomail.com, okazaki@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/28648: Update port: graphics/sane-backends to 1.0.5 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: Update port: graphics/sane-backends to 1.0.5 State-Changed-From-To: open->closed State-Changed-By: okazaki State-Changed-When: Mon Jul 2 14:07:08 PDT 2001 State-Changed-Why: Superseded by ports/28648. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=28648 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Jul 2 14:14:17 2001 Delivered-To: freebsd-ports@freebsd.org Received: from mailgw2.be.to (mailgw2.be.to [210.235.212.6]) by hub.freebsd.org (Postfix) with ESMTP id 2174237B406 for ; Mon, 2 Jul 2001 14:14:14 -0700 (PDT) (envelope-from okazaki@be.to) Received: from mail1.be.to (mail1.be.to [210.235.212.2]) by mailgw2.be.to (8.11.0+3.3W/8.11.0/BETO3.11-20000910123456) with ESMTP id f62LECc20658 for ; Tue, 3 Jul 2001 06:14:12 +0900 (envelope-from okazaki@be.to) Received: from pc10 (mbra0143.ppp.infoweb.ne.jp [202.219.229.107]) by mail1.be.to (8.9.3+3.2W/BETO.2.0-2000090621000000) with SMTP id GAA31236 for ; Tue, 3 Jul 2001 06:14:10 +0900 Received: (qmail 62499 invoked from network); 2 Jul 2001 21:10:03 -0000 Received: from pc10.localnet (192.168.1.3) by pc10.localnet with SMTP; 2 Jul 2001 21:10:03 -0000 Date: Tue, 03 Jul 2001 06:10:02 +0900 Message-ID: <86lmm711hx.wl@dolphin.be.to> From: Okazaki Tetsurou To: tkato@prontomail.com, okazaki@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/28648: Update port: graphics/sane-backends to 1.0.5 In-Reply-To: <200107022109.f62L93332871@freefall.freebsd.org> References: <200107022109.f62L93332871@freefall.freebsd.org> User-Agent: Wanderlust/2.5.8 (Smooth) SEMI/1.14.3 (Ushinoya) FLIM/1.14.2 (Yagi-Nishiguchi) APEL/10.3 Emacs/20.7 (i386--freebsd) MULE/4.0 (HANANOEN) Organization: Unknown MIME-Version: 1.0 (generated by SEMI 1.14.3 - "Ushinoya") Content-Type: text/plain; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org In the message <200107022109.f62L93332871@freefall.freebsd.org> okazaki@FreeBSD.org wrote: > Synopsis: Update port: graphics/sane-backends to 1.0.5 > State-Changed-From-To: open->closed > State-Changed-By: okazaki > State-Changed-When: Mon Jul 2 14:07:08 PDT 2001 > State-Changed-Why: > Superseded by ports/28648. Oops, "Superseded by ports/28649." is right. -- Tetsurou To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Jul 2 14:53:43 2001 Delivered-To: freebsd-ports@freebsd.org Received: from jamus.xpert.com (jamus.xpert.com [199.203.132.17]) by hub.freebsd.org (Postfix) with ESMTP id EDAFE37B401 for ; Mon, 2 Jul 2001 14:53:37 -0700 (PDT) (envelope-from roman@xpert.com) Received: from roman (helo=localhost) by jamus.xpert.com with local-esmtp (Exim 3.13 #1) id 15HBeC-0007al-00; Tue, 03 Jul 2001 00:54:24 +0300 Date: Tue, 3 Jul 2001 00:54:24 +0300 (IDT) From: Roman Shterenzon To: Alter Indigo Cc: Subject: Re: FreeBSD Port: xmms-avi-1.2.2 In-Reply-To: <3B40C57A.61738831@speednet.cl> Message-ID: Organization: Xpert UNIX Systems Ltd. MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org 1. You're using an old version of libSDL 2. If you upgrade the ports (via cvsup perhaps), you'll find that avifile is not compatible with xmms-avifile. Thus, if you'd like to use it, you need the latest libSDL1.2, and avifile 0.53.x . Sorry if it doesn't help. On Mon, 2 Jul 2001, Alter Indigo wrote: > no work :) > i do everything fine > but the plugin no work > > in /usr/ports/graphics/xmm-avi > > su-2.05# make > .... > .... > b -Wl,-E -lgmodule12 -lgthread12 -lglib12 -pthread -lintl -lxpg4 -lXext > -lX11 -lm > mkdir .libs > > *** Warning: This library needs some functionality provided by > -lXxf86vm. > *** I have the capability to make that library automatically link in > when > *** you link to this library. But I can only do this if you have a > *** shared version of the library, which you do not appear to have. > > *** Warning: This library needs some functionality provided by > -lXxf86dga. > *** I have the capability to make that library automatically link in > when > *** you link to this library. But I can only do this if you have a > *** shared version of the library, which you do not appear to have. > > *** Warning: libtool could not satisfy all declared inter-library > *** dependencies of module libavixmms. Therefore, libtool will create > *** a static module, that should work as long as the dlopening > *** application is linked with the -dlopen flag. > ar cru .libs/libavixmms.a caviplay.lo avi-xmms.lo zoomer.lo cfgvalues.lo > intgtk.lo keyproc.lo ctrackbar.lo > ranlib .libs/libavixmms.a > creating libavixmms.la > (cd .libs && rm -f libavixmms.la && ln -s ../libavixmms.la > libavixmms.la) > > > su-2.05# make install > ===> Installing for xmms-avi-1.2.2 > ===> xmms-avi-1.2.2 depends on executable: xmms - found > ===> xmms-avi-1.2.2 depends on shared library: aviplay.0 - found > ===> xmms-avi-1.2.2 depends on shared library: X11.6 - found > ===> xmms-avi-1.2.2 depends on shared library: glib12.3 - found > ===> xmms-avi-1.2.2 depends on shared library: gtk12.2 - found > install -c -s -o root -g wheel -m 555 > /usr/ports/graphics/xmms-avi/work/avi-xmms-1.2.2/src/.libs/libavixmms.so > /usr/X11R6/lib/xmms/Input > install: > /usr/ports/graphics/xmms-avi/work/avi-xmms-1.2.2/src/.libs/libavixmms.so: > No such file or directory > *** Error code 71 > > Stop in /usr/ports/graphics/xmms-avi. > *** Error code 1 > > Stop in /usr/ports/graphics/xmms-avi. > *** Error code 1 > > Stop in /usr/ports/graphics/xmms-avi. > su-2.05# > > i try with the source code not from ports , but the library is installed > with extention .a > the input plugin NO WORK > u can help me ? > > > --Roman Shterenzon, UNIX System Administrator and Consultant [ Xpert UNIX Systems Ltd., Herzlia, Israel. Tel: +972-9-9522361 ] To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Jul 2 16: 0:35 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 30F8B37B406 for ; Mon, 2 Jul 2001 16:00:20 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f62N0KT64682; Mon, 2 Jul 2001 16:00:20 -0700 (PDT) (envelope-from gnats) Received: from anestad.com (anestad.com [64.67.201.200]) by hub.freebsd.org (Postfix) with ESMTP id 2873E37B401 for ; Mon, 2 Jul 2001 16:00:07 -0700 (PDT) (envelope-from danestad@anestad.com) Received: (from root@localhost) by anestad.com (8.11.4/8.11.4) id f5UMRLc26534; Sat, 30 Jun 2001 18:27:21 -0400 (EDT) (envelope-from danestad) Message-Id: <200106302227.f5UMRLc26534@anestad.com> Date: Sat, 30 Jun 2001 18:27:21 -0400 (EDT) From: Douglas Anestad Reply-To: Douglas Anestad To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/28651: New port: gprolog, A free Prolog compiler Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 28651 >Category: ports >Synopsis: New port: gprolog, A free Prolog compiler >Confidential: 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 02 16:00:19 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Douglas Anestad >Release: FreeBSD 4.3-STABLE i386 >Organization: >Environment: >Description: A free Prolog compiler developed by Daniel Diaz >How-To-Repeat: >Fix: # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # /usr/ports/lang/gprolog/ # /usr/ports/lang/gprolog/Makefile # /usr/ports/lang/gprolog/pkg-comment # /usr/ports/lang/gprolog/pkg-descr # /usr/ports/lang/gprolog/pkg-plist # /usr/ports/lang/gprolog/distinfo # /usr/ports/lang/gprolog/files # /usr/ports/lang/gprolog/files/patch-ix86_any.c # echo c - /usr/ports/lang/gprolog/ mkdir -p /usr/ports/lang/gprolog/ > /dev/null 2>&1 echo x - /usr/ports/lang/gprolog/Makefile sed 's/^X//' >/usr/ports/lang/gprolog/Makefile << 'END-of-/usr/ports/lang/gprolog/Makefile' X# New ports collection makefile for: gprolog X# Date created: 30 June 2001 X# Whom: Douglas Anestad X# X# $FreeBSD$ X# X XPORTNAME= gprolog XPORTVERSION= 1.2.1 XCATEGORIES= lang XMASTER_SITES= ${MASTER_SITE_GNU} XMASTER_SITE_SUBDIR= ${PORTNAME} X XMAINTAINER= yotta@dougdidit.com X X.include X XCONFIGURE_ARGS= --disable-linedit XUSE_AUTOCONF= yes XWRKSRC= ${WRKDIR}/${DISTNAME}/src XUSE_GMAKE= yes X X.include END-of-/usr/ports/lang/gprolog/Makefile echo x - /usr/ports/lang/gprolog/pkg-comment sed 's/^X//' >/usr/ports/lang/gprolog/pkg-comment << 'END-of-/usr/ports/lang/gprolog/pkg-comment' XA free Prolog compiler developed by Daniel Diaz END-of-/usr/ports/lang/gprolog/pkg-comment echo x - /usr/ports/lang/gprolog/pkg-descr sed 's/^X//' >/usr/ports/lang/gprolog/pkg-descr << 'END-of-/usr/ports/lang/gprolog/pkg-descr' XGNU Prolog is a free Prolog compiler with constraint solving over finite Xdomains developed by Daniel Diaz. X XGNU Prolog accepts Prolog+constraint programs and produces native binaries X(like gcc does from a C source). The obtained executable is then stand-alone. XThe size of this executable can be quite small since GNU Prolog can avoid to Xlink the code of most unused built-in predicates. The performances of GNU XProlog are very encouraging (comparable to commercial systems). X XBeside the native-code compilation, GNU Prolog offers a classical interactive Xinterpreter (top-level) with a debugger. X XThe Prolog part conforms to the ISO standard for Prolog with many extensions Xvery useful in practice (global variables, OS interface, sockets,...). X XGNU Prolog also includes an efficient constraint solver over Finite Domains X(FD). This opens contraint logic pogramming to the user combining the power Xof constraint programming to the declarativity of logic programming. X XWWW: http://gnu-prolog.inria.fr X XDouglas Anestad Xdoug@anestad.com END-of-/usr/ports/lang/gprolog/pkg-descr echo x - /usr/ports/lang/gprolog/pkg-plist sed 's/^X//' >/usr/ports/lang/gprolog/pkg-plist << 'END-of-/usr/ports/lang/gprolog/pkg-plist' Xbin/fd2c Xbin/gplc Xbin/gprolog Xbin/hexgplc Xbin/ma2asm Xbin/pl2wam Xbin/wam2ma Xgprolog-1.2.1/bin/gplc Xgprolog-1.2.1/bin/hexgplc Xgprolog-1.2.1/bin/gprolog Xgprolog-1.2.1/bin/pl2wam Xgprolog-1.2.1/bin/wam2ma Xgprolog-1.2.1/bin/ma2asm Xgprolog-1.2.1/bin/fd2c Xgprolog-1.2.1/include/gprolog.h Xgprolog-1.2.1/lib/obj_begin.o Xgprolog-1.2.1/lib/obj_end.o Xgprolog-1.2.1/lib/top_level.o Xgprolog-1.2.1/lib/all_pl_bips.o Xgprolog-1.2.1/lib/debugger.o Xgprolog-1.2.1/lib/all_fd_bips.o Xgprolog-1.2.1/lib/libengine_pl.a Xgprolog-1.2.1/lib/libbips_pl.a Xgprolog-1.2.1/lib/libengine_fd.a Xgprolog-1.2.1/lib/libbips_fd.a Xgprolog-1.2.1/doc/manual.dvi Xgprolog-1.2.1/doc/manual.ps Xgprolog-1.2.1/doc/compil-scheme.pdf Xgprolog-1.2.1/doc/debug-box.pdf Xgprolog-1.2.1/doc/manual.pdf Xgprolog-1.2.1/doc/Html/index.html Xgprolog-1.2.1/doc/Html/manual-idx.html Xgprolog-1.2.1/doc/Html/manual001.html Xgprolog-1.2.1/doc/Html/manual002.html Xgprolog-1.2.1/doc/Html/manual003.html Xgprolog-1.2.1/doc/Html/manual004.html Xgprolog-1.2.1/doc/Html/manual005.html Xgprolog-1.2.1/doc/Html/manual006.html Xgprolog-1.2.1/doc/Html/manual007.html Xgprolog-1.2.1/doc/Html/manual008.html Xgprolog-1.2.1/doc/Html/manual009.html Xgprolog-1.2.1/doc/Html/manual010.html Xgprolog-1.2.1/doc/Html/manual011.html Xgprolog-1.2.1/doc/Html/manual012.html Xgprolog-1.2.1/doc/Html/manual013.html Xgprolog-1.2.1/doc/Html/manual014.html Xgprolog-1.2.1/doc/Html/manual015.html Xgprolog-1.2.1/doc/Html/manual016.html Xgprolog-1.2.1/doc/Html/manual017.html Xgprolog-1.2.1/doc/Html/manual018.html Xgprolog-1.2.1/doc/Html/manual019.html Xgprolog-1.2.1/doc/Html/manual020.html Xgprolog-1.2.1/doc/Html/manual021.html Xgprolog-1.2.1/doc/Html/manual022.html Xgprolog-1.2.1/doc/Html/manual023.html Xgprolog-1.2.1/doc/Html/manual024.html Xgprolog-1.2.1/doc/Html/manual025.html Xgprolog-1.2.1/doc/Html/manual026.html Xgprolog-1.2.1/doc/Html/manual027.html Xgprolog-1.2.1/doc/Html/manual028.html Xgprolog-1.2.1/doc/Html/manual029.html Xgprolog-1.2.1/doc/Html/manual030.html Xgprolog-1.2.1/doc/Html/manual031.html Xgprolog-1.2.1/doc/Html/manual032.html Xgprolog-1.2.1/doc/Html/manual033.html Xgprolog-1.2.1/doc/Html/manual034.html Xgprolog-1.2.1/doc/Html/manual035.html Xgprolog-1.2.1/doc/Html/manual036.html Xgprolog-1.2.1/doc/Html/manual037.html Xgprolog-1.2.1/doc/Html/manual038.html Xgprolog-1.2.1/doc/Html/manual039.html Xgprolog-1.2.1/doc/Html/manual040.html Xgprolog-1.2.1/doc/Html/manual041.html Xgprolog-1.2.1/doc/Html/manual042.html Xgprolog-1.2.1/doc/Html/manual043.html Xgprolog-1.2.1/doc/Html/manual044.html Xgprolog-1.2.1/doc/Html/manual045.html Xgprolog-1.2.1/doc/Html/manual046.html Xgprolog-1.2.1/doc/Html/manual047.html Xgprolog-1.2.1/doc/Html/manual048.html Xgprolog-1.2.1/doc/Html/manual049.html Xgprolog-1.2.1/doc/Html/manual050.html Xgprolog-1.2.1/doc/Html/manual051.html Xgprolog-1.2.1/doc/Html/manual052.html Xgprolog-1.2.1/doc/Html/manual053.html Xgprolog-1.2.1/doc/Html/manual054.html Xgprolog-1.2.1/doc/Html/manual055.html Xgprolog-1.2.1/doc/Html/manual056.html Xgprolog-1.2.1/doc/Html/manual057.html Xgprolog-1.2.1/doc/Html/manual058.html Xgprolog-1.2.1/doc/Html/manual059.html Xgprolog-1.2.1/doc/Html/manual060.html Xgprolog-1.2.1/doc/Html/manual061.html Xgprolog-1.2.1/doc/Html/manual062.html Xgprolog-1.2.1/doc/Html/manual063.html Xgprolog-1.2.1/doc/Html/manual064.html Xgprolog-1.2.1/doc/Html/manual065.html Xgprolog-1.2.1/doc/Html/manual066.html Xgprolog-1.2.1/doc/Html/manual067.html Xgprolog-1.2.1/doc/Html/manual068.html Xgprolog-1.2.1/doc/Html/manual069.html Xgprolog-1.2.1/doc/Html/compil-scheme.gif Xgprolog-1.2.1/doc/Html/contents_motif.gif Xgprolog-1.2.1/doc/Html/debug-box.gif Xgprolog-1.2.1/doc/Html/next_motif.gif Xgprolog-1.2.1/doc/Html/previous_motif.gif Xgprolog-1.2.1/ExamplesPl/Makefile Xgprolog-1.2.1/ExamplesPl/boyer.pl Xgprolog-1.2.1/ExamplesPl/browse.pl Xgprolog-1.2.1/ExamplesPl/cal.pl Xgprolog-1.2.1/ExamplesPl/chat_parser.pl Xgprolog-1.2.1/ExamplesPl/crypt.pl Xgprolog-1.2.1/ExamplesPl/ham.pl Xgprolog-1.2.1/ExamplesPl/meta_qsort.pl Xgprolog-1.2.1/ExamplesPl/nand.pl Xgprolog-1.2.1/ExamplesPl/nrev.pl Xgprolog-1.2.1/ExamplesPl/poly_10.pl Xgprolog-1.2.1/ExamplesPl/queens.pl Xgprolog-1.2.1/ExamplesPl/queens8.pl Xgprolog-1.2.1/ExamplesPl/reducer.pl Xgprolog-1.2.1/ExamplesPl/sdda.pl Xgprolog-1.2.1/ExamplesPl/sendmore.pl Xgprolog-1.2.1/ExamplesPl/tak.pl Xgprolog-1.2.1/ExamplesPl/tak_gvar.pl Xgprolog-1.2.1/ExamplesPl/zebra.pl Xgprolog-1.2.1/ExamplesFD/Makefile Xgprolog-1.2.1/ExamplesFD/alpha.pl Xgprolog-1.2.1/ExamplesFD/array.pl Xgprolog-1.2.1/ExamplesFD/bdiag.pl Xgprolog-1.2.1/ExamplesFD/bdonald.pl Xgprolog-1.2.1/ExamplesFD/bpigeon.pl Xgprolog-1.2.1/ExamplesFD/bqueens.pl Xgprolog-1.2.1/ExamplesFD/bramsey.pl Xgprolog-1.2.1/ExamplesFD/bridge.pl Xgprolog-1.2.1/ExamplesFD/bridge1.pl Xgprolog-1.2.1/ExamplesFD/bschur.pl Xgprolog-1.2.1/ExamplesFD/bsend.pl Xgprolog-1.2.1/ExamplesFD/cars.pl Xgprolog-1.2.1/ExamplesFD/crypta.pl Xgprolog-1.2.1/ExamplesFD/digit8.pl Xgprolog-1.2.1/ExamplesFD/donald.pl Xgprolog-1.2.1/ExamplesFD/eq10.pl Xgprolog-1.2.1/ExamplesFD/eq20.pl Xgprolog-1.2.1/ExamplesFD/five.pl Xgprolog-1.2.1/ExamplesFD/gardner.pl Xgprolog-1.2.1/ExamplesFD/magic.pl Xgprolog-1.2.1/ExamplesFD/magsq.pl Xgprolog-1.2.1/ExamplesFD/multipl.pl Xgprolog-1.2.1/ExamplesFD/partit.pl Xgprolog-1.2.1/ExamplesFD/qg5.pl Xgprolog-1.2.1/ExamplesFD/queens.pl Xgprolog-1.2.1/ExamplesFD/send.pl Xgprolog-1.2.1/ExamplesFD/square.pl Xgprolog-1.2.1/ExamplesFD/srq.pl Xgprolog-1.2.1/ExamplesFD/queens_fd.fd X@dirrm gprolog-1.2.1/ExamplesFD X@dirrm gprolog-1.2.1/ExamplesPl X@dirrm gprolog-1.2.1/doc/Html X@dirrm gprolog-1.2.1/doc X@dirrm gprolog-1.2.1/lib X@dirrm gprolog-1.2.1/include X@dirrm gprolog-1.2.1/bin X@dirrm gprolog-1.2.1 END-of-/usr/ports/lang/gprolog/pkg-plist echo x - /usr/ports/lang/gprolog/distinfo sed 's/^X//' >/usr/ports/lang/gprolog/distinfo << 'END-of-/usr/ports/lang/gprolog/distinfo' XMD5 (gprolog-1.2.1.tar.gz) = 8858c7b3dcf297cc9c7233c085e844c5 END-of-/usr/ports/lang/gprolog/distinfo echo c - /usr/ports/lang/gprolog/files mkdir -p /usr/ports/lang/gprolog/files > /dev/null 2>&1 echo x - /usr/ports/lang/gprolog/files/patch-ix86_any.c sed 's/^X//' >/usr/ports/lang/gprolog/files/patch-ix86_any.c << 'END-of-/usr/ports/lang/gprolog/files/patch-ix86_any.c' X--- Ma2Asm/ix86_any.c.orig Sat Jun 30 12:19:37 2001 X+++ Ma2Asm/ix86_any.c Sat Jun 30 12:20:04 2001 X@@ -39,7 +39,7 @@ X X #define MAX_C_ARGS_IN_C_CODE 32 X X-#if defined(M_ix86_cygwin) || defined(M_ix86_bsd) X+#if defined(M_ix86_cygwin) || (defined(M_ix86_bsd) && !defined(__FreeBSD__)) X X #define UN "_" X END-of-/usr/ports/lang/gprolog/files/patch-ix86_any.c exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Jul 2 18: 0: 8 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id EF59237B405 for ; Mon, 2 Jul 2001 18:00:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f63101q81233; Mon, 2 Jul 2001 18:00:01 -0700 (PDT) (envelope-from gnats) Received: from ashburn.skiltech.com (ashburn.skiltech.com [216.235.79.239]) by hub.freebsd.org (Postfix) with ESMTP id BF2A337B405 for ; Mon, 2 Jul 2001 17:54:49 -0700 (PDT) (envelope-from minter@ashburn.skiltech.com) Received: (from minter@localhost) by ashburn.skiltech.com (8.11.3/8.11.1) id f630sjr42570; Mon, 2 Jul 2001 20:54:45 -0400 (EDT) (envelope-from minter) Message-Id: <200107030054.f630sjr42570@ashburn.skiltech.com> Date: Mon, 2 Jul 2001 20:54:45 -0400 (EDT) From: minter@lunenburg.org Reply-To: minter@lunenburg.org To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/28652: New port: p5-Tk-FileDialog Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 28652 >Category: ports >Synopsis: New port for the FileDialog perl/Tk module >Confidential: 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 02 18:00:00 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Wade Minter >Release: FreeBSD 4.3-RELEASE i386 >Organization: None >Environment: System: FreeBSD ashburn.skiltech.com 4.3-RELEASE FreeBSD 4.3-RELEASE #0: Thu Jun 14 14:47:14 EDT 2001 root@ashburn.skiltech.com:/usr/obj/usr/src/sys/ASHBURN i386 >Description: A File Dialog module for perl/Tk. Provides a "file-select" box. >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: # # x11-toolkits/p5-Tk-FileDialog/ # x11-toolkits/p5-Tk-FileDialog/Makefile # x11-toolkits/p5-Tk-FileDialog/pkg-comment # x11-toolkits/p5-Tk-FileDialog/pkg-descr # x11-toolkits/p5-Tk-FileDialog/pkg-plist # x11-toolkits/p5-Tk-FileDialog/distinfo # echo c - x11-toolkits/p5-Tk-FileDialog/ mkdir -p x11-toolkits/p5-Tk-FileDialog/ > /dev/null 2>&1 echo x - x11-toolkits/p5-Tk-FileDialog/Makefile sed 's/^X//' >x11-toolkits/p5-Tk-FileDialog/Makefile << 'END-of-x11-toolkits/p5-Tk-FileDialog/Makefile' X# New ports collection makefile for: p5-Tk-FileDialog X# Date created: 1 July 2001 X# Whom: minter X# X# $FreeBSD$ X XPORTNAME= Tk-FileDialog XPORTVERSION= 1.3 XCATEGORIES= x11-toolkits perl5 XMASTER_SITES= ${MASTER_SITE_PERL_CPAN} XMASTER_SITE_SUBDIR= Tk X XMAINTAINER= minter@lunenburg.org X XBUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Tk.pm:${PORTSDIR}/x11-toolkits/p5-Tk X XPERL_CONFIGURE= yes XMAN3PREFIX= ${LOCALBASE}/lib/perl5/${PERL_VERSION} XMAN3= Tk::FileDialog.3 X X.include END-of-x11-toolkits/p5-Tk-FileDialog/Makefile echo x - x11-toolkits/p5-Tk-FileDialog/pkg-comment sed 's/^X//' >x11-toolkits/p5-Tk-FileDialog/pkg-comment << 'END-of-x11-toolkits/p5-Tk-FileDialog/pkg-comment' XTk::FileDialog - A file selector dialog for perl/Tk END-of-x11-toolkits/p5-Tk-FileDialog/pkg-comment echo x - x11-toolkits/p5-Tk-FileDialog/pkg-descr sed 's/^X//' >x11-toolkits/p5-Tk-FileDialog/pkg-descr << 'END-of-x11-toolkits/p5-Tk-FileDialog/pkg-descr' XTk::FileDialog is a perl5 package which implements a File Selector Xwidget. To use Tk::FileDialog, you will need Perl version 5.002 Xor better, and Tk. X X--Wade Xminter@lunenburg.org END-of-x11-toolkits/p5-Tk-FileDialog/pkg-descr echo x - x11-toolkits/p5-Tk-FileDialog/pkg-plist sed 's/^X//' >x11-toolkits/p5-Tk-FileDialog/pkg-plist << 'END-of-x11-toolkits/p5-Tk-FileDialog/pkg-plist' Xlib/perl5/site_perl/5.005/Tk/FileDialog.pm END-of-x11-toolkits/p5-Tk-FileDialog/pkg-plist echo x - x11-toolkits/p5-Tk-FileDialog/distinfo sed 's/^X//' >x11-toolkits/p5-Tk-FileDialog/distinfo << 'END-of-x11-toolkits/p5-Tk-FileDialog/distinfo' XMD5 (Tk-FileDialog-1.3.tar.gz) = 85e87b83edc4f7d4ce8bd974e1c53497 END-of-x11-toolkits/p5-Tk-FileDialog/distinfo exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Jul 2 18:10:10 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3A36137B405 for ; Mon, 2 Jul 2001 18:10:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f631A2n85088; Mon, 2 Jul 2001 18:10:02 -0700 (PDT) (envelope-from gnats) Received: from ashburn.skiltech.com (ashburn.skiltech.com [216.235.79.239]) by hub.freebsd.org (Postfix) with ESMTP id A384A37B401 for ; Mon, 2 Jul 2001 18:06:19 -0700 (PDT) (envelope-from minter@ashburn.skiltech.com) Received: (from minter@localhost) by ashburn.skiltech.com (8.11.3/8.11.1) id f6316JG45265; Mon, 2 Jul 2001 21:06:19 -0400 (EDT) (envelope-from minter) Message-Id: <200107030106.f6316JG45265@ashburn.skiltech.com> Date: Mon, 2 Jul 2001 21:06:19 -0400 (EDT) From: minter@lunenburg.org Reply-To: minter@lunenburg.org To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/28653: New port: tornado - a game of weather destruction Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 28653 >Category: ports >Synopsis: New port for the curses-based game tornado >Confidential: 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 02 18:10:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Wade Minter >Release: FreeBSD 4.3-RELEASE i386 >Organization: None >Environment: System: FreeBSD ashburn.skiltech.com 4.3-RELEASE FreeBSD 4.3-RELEASE #0: Thu Jun 14 14:47:14 EDT 2001 root@ashburn.skiltech.com:/usr/obj/usr/src/sys/ASHBURN i386 >Description: A curses-based game where you harness the power of the weather to destroy your opponent's house, while they try to do the same to you. >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: # # tornado/ # tornado/Makefile # tornado/pkg-comment # tornado/pkg-plist # tornado/pkg-descr # tornado/distinfo # tornado/files # tornado/files/patch-aa # tornado/files/patch-ab # tornado/files/patch-ac # echo c - tornado/ mkdir -p tornado/ > /dev/null 2>&1 echo x - tornado/Makefile sed 's/^X//' >tornado/Makefile << 'END-of-tornado/Makefile' X# New ports collection makefile for: tornado X# Date created: 1 July 2001 X# Whom: minter X# X# $FreeBSD$ X# X XPORTNAME= tornado XPORTVERSION= 1.0.3 XCATEGORIES= games XMASTER_SITES= http://www.lionking.org/~kiza/linux/tornado/ X XMAINTAINER= minter@lunenburg.org X XMAN6= tornado.6 X X.include END-of-tornado/Makefile echo x - tornado/pkg-comment sed 's/^X//' >tornado/pkg-comment << 'END-of-tornado/pkg-comment' XA curses-based game of weather destruction END-of-tornado/pkg-comment echo x - tornado/pkg-plist sed 's/^X//' >tornado/pkg-plist << 'END-of-tornado/pkg-plist' Xbin/tornado Xshare/games/tornado.scores END-of-tornado/pkg-plist echo x - tornado/pkg-descr sed 's/^X//' >tornado/pkg-descr << 'END-of-tornado/pkg-descr' XA clone of an old C64 game. The object is to destroy your opponent's Xhouse with the power of weather, before they do the same to you. Play Xagainst the computer AI, or against another player locally or over the Xnetwork. X XWWW: http://www.lionking.org/~kiza/linux/tornado/ X X--Wade Xminter@lunenburg.org END-of-tornado/pkg-descr echo x - tornado/distinfo sed 's/^X//' >tornado/distinfo << 'END-of-tornado/distinfo' XMD5 (tornado-1.0.3.tar.gz) = 72e302d87b54b2870ade48968842049a END-of-tornado/distinfo echo c - tornado/files mkdir -p tornado/files > /dev/null 2>&1 echo x - tornado/files/patch-aa sed 's/^X//' >tornado/files/patch-aa << 'END-of-tornado/files/patch-aa' Xdiff -ur ../tornado-1.0.3.orig/Makefile ./Makefile X--- ../tornado-1.0.3.orig/Makefile Fri Dec 1 09:00:11 2000 X+++ ./Makefile Sun Jul 1 17:29:21 2001 X@@ -30,26 +30,26 @@ X if [ ! -d "$(PREFIX)/bin" ]; then \ X mkdir -p $(PREFIX)/bin; \ X fi X- install -s tornado $(PREFIX)/bin X+ install -c -s tornado $(PREFIX)/bin X if [ ! -d "$(PREFIX)/man/man6" ]; then \ X mkdir -p $(PREFIX)/man/man6; \ X fi X- install -m 0644 tornado.6 $(PREFIX)/man/man6 X+ install -c -m 0644 tornado.6 $(PREFIX)/man/man6 X X- if [ -f "/var/games/tornado.scores" ]; then \ X+ if [ -f "${PREFIX}/share/games/tornado.scores" ]; then \ X echo "Skipping install of the highscores file. File exists."; \ X- cat /var/games/tornado.scores | ./convert-highscorefile > score.tmp; \ X- mv -f score.tmp /var/games/tornado.scores; \ X- chmod a+rw-x "/var/games/tornado.scores"; \ X+ cat ${PREFIX}/share/games/tornado.scores | ./convert-highscorefile > score.tmp; \ X+ mv -f score.tmp ${PREFIX}/share/games/tornado.scores; \ X+ chmod a+rw-x "${PREFIX}/share/games/tornado.scores"; \ X else \ X- if [ ! -d "/var/games" ]; then \ X- mkdir /var/games; \ X+ if [ ! -d "${PREFIX}/share/games" ]; then \ X+ mkdir -p ${PREFIX}/share/games; \ X fi; \ X- install tornado.scores /var/games; \ X- chmod a+w-x "/var/games/tornado.scores"; \ X+ install -c tornado.scores ${PREFIX}/share/games; \ X+ chmod a+w-x "${PREFIX}/share/games/tornado.scores"; \ X fi X X uninstall: X rm -f $(PREFIX)/bin/tornado X rm -f $(PREFIX)/man/man6/tornado.6 X- rm -f /var/games/tornado.scores X+ rm -f ${PREFIX}/share/games/tornado.scores END-of-tornado/files/patch-aa echo x - tornado/files/patch-ab sed 's/^X//' >tornado/files/patch-ab << 'END-of-tornado/files/patch-ab' Xdiff -ur ../tornado-1.0.3.orig/scores.h ./scores.h X--- ../tornado-1.0.3.orig/scores.h Fri Dec 1 08:59:55 2000 X+++ ./scores.h Sun Jul 1 16:35:36 2001 X@@ -1,7 +1,7 @@ X /* scores.h -- highscore functions */ X X /* score file name */ X-#define SCOREFILE_NAME "/var/games/tornado.scores" X+#define SCOREFILE_NAME "/usr/local/share/games/tornado.scores" X X /* maximum length for a player name (includes \0) */ X #define MAX_PLAYER_LEN 22 END-of-tornado/files/patch-ab echo x - tornado/files/patch-ac sed 's/^X//' >tornado/files/patch-ac << 'END-of-tornado/files/patch-ac' Xdiff -ur ../tornado-1.0.3.orig/tornado.6.in ./tornado.6.in X--- ../tornado-1.0.3.orig/tornado.6.in Fri Dec 1 08:59:55 2000 X+++ ./tornado.6.in Sun Jul 1 16:35:53 2001 X@@ -90,7 +90,7 @@ X .P X PREFIX/man/man6/tornado.6 X .P X-/var/games/tornado.scores X+/usr/local/share/games/tornado.scores X .SH NOTES X When you run the game in network mode you should have the same game versions X on client and server side. Versions prior 1.0pre4 won't work at all due to END-of-tornado/files/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 Mon Jul 2 18:20: 9 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 87ABC37B406 for ; Mon, 2 Jul 2001 18:20:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f631K1G86179; Mon, 2 Jul 2001 18:20:01 -0700 (PDT) (envelope-from gnats) Received: from electron.databits.net (electron.databits.net [207.29.204.16]) by hub.freebsd.org (Postfix) with ESMTP id 2B98A37B405 for ; Mon, 2 Jul 2001 18:17:57 -0700 (PDT) (envelope-from petef@electron.databits.net) Received: (from petef@localhost) by electron.databits.net (8.11.4/8.11.4) id f631GpK10934; Mon, 2 Jul 2001 21:16:51 -0400 (EDT) (envelope-from petef) Message-Id: <200107030116.f631GpK10934@electron.databits.net> Date: Mon, 2 Jul 2001 21:16:51 -0400 (EDT) From: Pete Fritchman Reply-To: Pete Fritchman To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/28654: New port: devel/rvi Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 28654 >Category: ports >Synopsis: New port: devel/rvi >Confidential: 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 02 18:20:00 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Pete Fritchman >Release: FreeBSD 4.3-STABLE i386 >Organization: Databits Network Services, Inc. >Environment: System: FreeBSD electron.databits.net 4.3-STABLE FreeBSD 4.3-STABLE #7: Mon Jun 11 10:15:45 EDT 2001 root@electron.databits.net:/usr/obj/usr/src/sys/ELECTRON i386 >Description: Rvi is an interface to RCS. It attempts to make the process of using RCS simpler by wrapping common RCS commands around an editor. WWW: http://www.rucus.ru.ac.za/~mtsegaye/rvi/ >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: # # rvi # rvi/pkg-descr # rvi/pkg-plist # rvi/Makefile # rvi/distinfo # rvi/pkg-comment # echo c - rvi mkdir -p rvi > /dev/null 2>&1 echo x - rvi/pkg-descr sed 's/^X//' >rvi/pkg-descr << 'END-of-rvi/pkg-descr' XRvi is an interface to RCS. It attempts to make the process of Xusing RCS simpler by wrapping common RCS commands around an editor. X XWWW: http://www.rucus.ru.ac.za/~mtsegaye/rvi/ X X- Pete Xpetef@databits.net END-of-rvi/pkg-descr echo x - rvi/pkg-plist sed 's/^X//' >rvi/pkg-plist << 'END-of-rvi/pkg-plist' Xbin/rvi END-of-rvi/pkg-plist echo x - rvi/Makefile sed 's/^X//' >rvi/Makefile << 'END-of-rvi/Makefile' X# New ports collection makefile for: rvi X# Date Created: 2 July 2001 X# Whom: Pete Fritchman X# X# $FreeBSD$ X# X XPORTNAME= rvi XPORTVERSION= 1.0.0 XCATEGORIES= devel XMASTER_SITES= http://www.rucus.ru.ac.za/~mtsegaye/rvi/ XDISTNAME= rvi X XMAINTAINER= petef@databits.net X XWRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} X XGNU_CONFIGURE= yes X Xdo-install: X ${INSTALL_PROGRAM} ${WRKSRC}/rvi ${PREFIX}/bin X X.include END-of-rvi/Makefile echo x - rvi/distinfo sed 's/^X//' >rvi/distinfo << 'END-of-rvi/distinfo' XMD5 (rvi.tar.gz) = e527528ae6d55ff0901992af24ff7d7d END-of-rvi/distinfo echo x - rvi/pkg-comment sed 's/^X//' >rvi/pkg-comment << 'END-of-rvi/pkg-comment' XA simple interface to RCS END-of-rvi/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 Mon Jul 2 18:26:27 2001 Delivered-To: freebsd-ports@freebsd.org Received: from bankrupt.com (cc508428-b.trntn1.nj.home.com [24.9.94.105]) by hub.freebsd.org (Postfix) with SMTP id 295D337B401 for ; Mon, 2 Jul 2001 18:26:22 -0700 (PDT) (envelope-from mars@cannoncreek.com) Received: (qmail 517 invoked from network); 3 Jul 2001 01:16:43 -0000 Received: from unknown (HELO hellraiser.cannoncreek.com) (202.78.79.201) by cc508428-b.trntn1.nj.home.com with SMTP; 3 Jul 2001 01:16:43 -0000 Content-Type: text/plain; charset="iso-8859-1" From: Mars G Miro Reply-To: mars@cannoncreek.com To: "Peter Pentchev" , "Anton Berezin" , freebsd-ports@freebsd.org Subject: Re: clarification on P5-CGI port Date: Tue, 3 Jul 2001 09:34:23 +0800 X-Mailer: KMail [version 1.2] References: <003f01c1035d$92219200$4500a8c0@nomad> In-Reply-To: <003f01c1035d$92219200$4500a8c0@nomad> Received: from the Dark Corners of Oblivion (172.16.1.254) X-Sender-Ip: 172.16.1.254 X-Copyright: 2001, Mars G. Miro, All Rights Reserved X-Notice: Redistribution and Duplication prohibited without proper consent of the Author MIME-Version: 1.0 Message-Id: <01070308584300.14737@hellraiser.cannoncreek.com> Content-Transfer-Encoding: 8bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Tuesday 03 July 2001 09:14, you wrote: > > > > .. .. > > . > > > > > > CGI.pm) in /usr/local/lib/path/to/perl/modules..... > > > No, it shouldn't, for several reasons. > > First, the ports are not allowed to touch anything outside of > their PREFIX, usually /usr/local. If a Perl module is installed > under /usr/local/libdata/perl, I think that Perl would pick it up > first when searching for a .pm file by name. > Yeah, I didn't think of that. ;-( > Second, no, the p5-CGI module should not deinstall a CGI.pm, > if there is no CGI.pm file in the module itself. The fact that > the module is called 'CGI' does not necessarily mean that it has > to include a file named CGI.pm, which you include with 'use CGI'. > It might as well contain several files in a common CGI subdir, > which you include with 'use CGI::Base' and such. > > it > > > > gives some of the functionality. > > > Not your CGI.pm. Your Perl CGI module, yes. But not the actual > module that you use by 'use CGI'. To use the new functionality, > you have to use the new module's parts by 'use CGI::Base' or similar. > Okay, I'll try that. Thanks! > > G'luck, > > Peter > > > > -- > > No language can express every thought unambiguously, least of all this > > one. .. .. > > Why do you think the new CGI module should have an actual CGI.pm > > module? :) I seem to remember somebody stating that as one of the > > differences along the upgrade path - that the new p5-CGI module does > > not have a CGI module per se, but it is broken into parts. > > It is not quite like this. To put it simply, p5-CGI port has basically > nothing to do with CGI.pm as such. >www/p5-CGI has a wrong name, it > should have been called www/p5-CGI-modules, since that what it is. > yeah, from http://stein.cshl.org/WWW/software/CGI::modules/ , but this port does give the functionality of the CGI.pm module (when combined with two other modules), the only thing is that it is broken into a few parts. Probably the confusion sets in because these CGI modules are v2.76 and that the latest CGI.pm (by the L. Stein is also 2.76, but 3.0 is already available). > At some point in the past, there used to be a www/p5-CGI.pm port, which > was removed when a version of perl containing CGI.pm was imported into > the base system. I would go as far as to claim that that was a mistake. > > The forthcoming import of 5.6.1 into -current (and then into -stable) is > supposed to solve the biggest problem with ports containing newer Will this be in time for FreeBSD 4.4R ? > versions of PM files which are in the base system - currently, even if > such a port exists, and is installed, the older version of a module will > be used if care is not taken, since the perl system path > (/usr/libdata/perl/...) precedes perl local path > (/usr/local/lib/perl5/... in the default @INC array. This is going to > change. > So w/c means that at some point in the future, if I install a ported perl module, the perl path will look for it first, instead of the base, correct? > That said, the revival of the www/p5-CGI.pm port is in order, as well as > the renaming of www/p5-CGI to www/p5-CGI-modules. > That would be fascinating! As there might be a few of us here who want the functionality of the latest CGI.pm (for mod_perl, eperl, etc.) > \Anton. > -- > May the tuna salad be with you. Thanks for the info guys, I really appreciate it! cheers mars To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Jul 2 18:35:58 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B245537B403; Mon, 2 Jul 2001 18:35:54 -0700 (PDT) (envelope-from lioux@FreeBSD.org) Received: (from lioux@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f631Zso88494; Mon, 2 Jul 2001 18:35:54 -0700 (PDT) (envelope-from lioux) Date: Mon, 2 Jul 2001 18:35:54 -0700 (PDT) From: Message-Id: <200107030135.f631Zso88494@freefall.freebsd.org> To: tkato@prontomail.com, lioux@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/28647: Update port: graphics/ImageMagick to 5.3.5 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: Update port: graphics/ImageMagick to 5.3.5 State-Changed-From-To: open->closed State-Changed-By: lioux State-Changed-When: Mon Jul 2 18:35:27 PDT 2001 State-Changed-Why: Committed, thanks! http://www.FreeBSD.org/cgi/query-pr.cgi?pr=28647 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Jul 2 19:30:11 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C48AF37B405 for ; Mon, 2 Jul 2001 19:30:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f632U1O97330; Mon, 2 Jul 2001 19:30:01 -0700 (PDT) (envelope-from gnats) Received: from wartch.sapros.com (rularan.sapros.com [204.182.55.17]) by hub.freebsd.org (Postfix) with ESMTP id ECCC137B405 for ; Mon, 2 Jul 2001 19:27:51 -0700 (PDT) (envelope-from peterh@wartch.sapros.com) Received: (from peterh@localhost) by wartch.sapros.com (8.11.3/8.11.3) id f632Rpr48240; Mon, 2 Jul 2001 19:27:51 -0700 (PDT) (envelope-from peterh) Message-Id: <200107030227.f632Rpr48240@wartch.sapros.com> Date: Mon, 2 Jul 2001 19:27:51 -0700 (PDT) From: peterh@sapros.com Reply-To: peterh@sapros.com To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/28655: Update port: net/gale to 0.99danger Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 28655 >Category: ports >Synopsis: Update port: net/gale to 0.99danger >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Mon Jul 02 19:30:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Peter Haight >Release: FreeBSD 4.3-RC i386 >Organization: >Environment: System: FreeBSD wartch.sapros.com 4.3-RC FreeBSD 4.3-RC #3: Wed Mar 28 14:52:59 PST 2001 peterh@wartch.sapros.com:/usr/src/sys/compile/WARTCH i386 >Description: Update port: net/gale to 0.99danger >How-To-Repeat: >Fix: diff -r -P -u gale.orig/Makefile gale/Makefile --- gale.orig/Makefile Sat Jan 20 13:12:35 2001 +++ gale/Makefile Mon Jul 2 18:35:59 2001 @@ -6,25 +6,26 @@ # PORTNAME= gale -PORTVERSION= 0.99a +PORTVERSION= 0.99d PORTREVISION= 1 CATEGORIES= net MASTER_SITES= http://download.gale.org/ +DISTNAME= ${PORTNAME}-${PORTVERSION}anger MAINTAINER= peterh@sapros.com BUILD_DEPENDS= ${LOCALBASE}/lib/libgc.a:${PORTSDIR}/devel/boehm-gc LIB_DEPENDS= wwwcore.1:${PORTSDIR}/www/libwww \ - adns.1:${PORTSDIR}/net/adns \ - rsaref.2:${PORTSDIR}/security/rsaref + adns.1:${PORTSDIR}/net/adns +USE_OPENSSL= yes GNU_CONFIGURE= yes CFLAGS+= -I${LOCALBASE}/include -L${LOCALBASE}/lib CPPFLAGS+= -I${LOCALBASE}/include -L${LOCALBASE}/lib \ -I${LOCALBASE}/include/w3c-libwww LDFLAGS+= -L${LOCALBASE}/lib -CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" INSTALL="" +CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" post-install: ${CAT} ${PKGMESSAGE} diff -r -P -u gale.orig/distinfo gale/distinfo --- gale.orig/distinfo Fri Aug 11 04:19:20 2000 +++ gale/distinfo Mon Jul 2 17:29:34 2001 @@ -1 +1 @@ -MD5 (gale-0.99a.tar.gz) = ebb72dde51299182e93fe15da3aa4209 +MD5 (gale-0.99danger.tar.gz) = 4d29cc71a47c219aa4d1d90bf87fd975 Only in gale.orig/files: patch-aa Only in gale.orig/files: patch-ab Only in gale.orig/files: patch-ac diff -r -P -u gale.orig/files/patch-configure gale/files/patch-configure --- gale.orig/files/patch-configure Wed Dec 31 16:00:00 1969 +++ gale/files/patch-configure Mon Jul 2 18:23:35 2001 @@ -0,0 +1,13 @@ +--- configure.orig Mon Jul 2 18:23:09 2001 ++++ configure Mon Jul 2 18:23:19 2001 +@@ -3475,10 +3475,6 @@ + *) # Relative path. + ac_sub_cache_file="$ac_dots$cache_file" ;; + esac +- case "$ac_given_INSTALL" in +- [/$]*) INSTALL="$ac_given_INSTALL" ;; +- *) INSTALL="$ac_dots$ac_given_INSTALL" ;; +- esac + + echo "running ${CONFIG_SHELL-/bin/sh} $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_sub_srcdir" + # The eval makes quoting arguments work. diff -r -P -u gale.orig/files/patch-crypto gale/files/patch-crypto --- gale.orig/files/patch-crypto Wed Dec 31 16:00:00 1969 +++ gale/files/patch-crypto Mon Jul 2 17:43:42 2001 @@ -0,0 +1,12 @@ +--- libgale/crypto_i.c.orig Mon Jul 2 17:33:39 2001 ++++ libgale/crypto_i.c Mon Jul 2 17:38:27 2001 +@@ -3,7 +3,9 @@ + #include + #include + ++#ifndef __FreeBSD__ + #include ++#endif /* __FreeBSD__ */ + #include + #include + #include diff -r -P -u gale.orig/files/patch-wcwidth gale/files/patch-wcwidth --- gale.orig/files/patch-wcwidth Wed Dec 31 16:00:00 1969 +++ gale/files/patch-wcwidth Mon Jul 2 17:43:58 2001 @@ -0,0 +1,14 @@ +--- libgale/wcwidth.c.orig Mon Jul 2 17:35:54 2001 ++++ libgale/wcwidth.c Mon Jul 2 17:37:48 2001 +@@ -6,7 +6,11 @@ + * Markus Kuhn -- 2000-02-08 -- public domain + */ + ++#ifdef __FreeBSD__ ++#include ++#else /* __FreeBSD__ */ + #include ++#endif /* __FreeBSD__ */ + + /* These functions define the column width of an ISO 10646 character + * as follows: Only in gale.orig: gale diff -r -P -u gale.orig/pkg-plist gale/pkg-plist --- gale.orig/pkg-plist Fri Aug 11 04:19:21 2000 +++ gale/pkg-plist Mon Jul 2 18:29:44 2001 @@ -1,47 +1,61 @@ +bin/gale-config +bin/gale-install bin/galed -bin/gsend -bin/gsub -bin/gwatch -bin/gkinfo +bin/gdomain bin/gkgen +bin/gkinfo bin/gksign -bin/gdomain -bin/gale-config -bin/gale-install -etc/gale/auth/trusted/ROOT +bin/gsend +bin/gsub etc/gale/COPYING -include/oop.h -include/oop-adns.h -include/oop-glib.h -include/oop-www.h +etc/gale/auth/trusted/ROOT include/gale/all.h include/gale/auth.h include/gale/client.h include/gale/compat.h +include/gale/config.h include/gale/core.h +include/gale/crypto.h +include/gale/globals.h include/gale/gsubrc.h +include/gale/key.h include/gale/misc.h include/gale/types.h -include/gale/globals.h -include/gale/config.h -lib/liboop.la -lib/liboop.so -lib/liboop.so.2 -lib/liboop.a +include/oop-adns.h +include/oop-glib.h +include/oop-read.h +include/oop-rl.h +include/oop-www.h +include/oop.h +lib/libgale.a +lib/libgale.la +lib/libgale.so +lib/libgale.so.11 +lib/liboop-adns.a lib/liboop-adns.la lib/liboop-adns.so -lib/liboop-adns.so.1 -lib/liboop-adns.a +lib/liboop-adns.so.2 +lib/liboop-glib.a lib/liboop-glib.la lib/liboop-glib.so -lib/liboop-glib.so.0 -lib/liboop-glib.a +lib/liboop-glib.so.1 +lib/liboop-rl.a +lib/liboop-rl.la +lib/liboop-rl.so +lib/liboop-rl.so.0 +lib/liboop-www.a lib/liboop-www.la lib/liboop-www.so lib/liboop-www.so.0 -lib/liboop-www.a -lib/libgale.so -lib/libgale.so.10 -lib/libgale.a +lib/liboop.a +lib/liboop.la +lib/liboop.so +lib/liboop.so.3 sbin/gksign +@dirrm etc/gale/auth/cache +@dirrm etc/gale/auth/local +@dirrm etc/gale/auth/private +@dirrm etc/gale/auth/trusted +@dirrm etc/gale/auth +@dirrm etc/gale @dirrm include/gale >Release-Note: >Audit-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 2 19:45:59 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E02BF37B413; Mon, 2 Jul 2001 19:45:56 -0700 (PDT) (envelope-from lioux@FreeBSD.org) Received: (from lioux@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f632juk98562; Mon, 2 Jul 2001 19:45:56 -0700 (PDT) (envelope-from lioux) Date: Mon, 2 Jul 2001 19:45:56 -0700 (PDT) From: Message-Id: <200107030245.f632juk98562@freefall.freebsd.org> To: pvh@egenetics.com, lioux@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/28636: New-port: icukrell: GKrellM plugin which shows status of gnomeICU Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: New-port: icukrell: GKrellM plugin which shows status of gnomeICU State-Changed-From-To: open->closed State-Changed-By: lioux State-Changed-When: Mon Jul 2 19:44:27 PDT 2001 State-Changed-Why: Committed with ports' style fixes, thanks! Please, submit unified diff patches in the future. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=28636 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Jul 2 20:20:14 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4C1E637B407 for ; Mon, 2 Jul 2001 20:20:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f633K2i04505; Mon, 2 Jul 2001 20:20:02 -0700 (PDT) (envelope-from gnats) Received: from pefw00.ivmg.net (mail.ivmg.net [64.209.84.66]) by hub.freebsd.org (Postfix) with ESMTP id E816E37B401 for ; Mon, 2 Jul 2001 20:19:43 -0700 (PDT) (envelope-from cnh@netvmg.com) Received: from pimx00.ivmg.net (pimx00.ivmg.net [192.168.0.10]) by pefw00.ivmg.net (8.10.2/8.10.1) with ESMTP id f633Jhv65460 for ; Tue, 3 Jul 2001 03:19:43 GMT Received: from craptop (iVMG-192-168-0-180.dhcp.ivmg.net [192.168.0.180]) by pimx00.ivmg.net (iVMG) with ESMTP id f633JhX21319 for ; Mon, 2 Jul 2001 20:19:43 -0700 Received: (from cnh@localhost) by craptop (8.11.3/8.11.3) id f633Jcj57461; Mon, 2 Jul 2001 20:19:38 -0700 (PDT) (envelope-from cnh) Message-Id: <200107030319.f633Jcj57461@craptop> Date: Mon, 2 Jul 2001 20:19:38 -0700 (PDT) From: cnh@netvmg.com Reply-To: cnh@netvmg.com To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/28656: update ports/net/libnet (w/ patch) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 28656 >Category: ports >Synopsis: update ports/net/libnet (w/ patch) >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Mon Jul 02 20:20:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Christopher N. Harrell >Release: FreeBSD 4.3-RC i386 >Organization: >Environment: System: FreeBSD craptop 4.3-RC FreeBSD 4.3-RC #1: Tue Jun 12 17:06:55 PDT 2001 cnh@craptop:/usr/src/sys/compile/CRAPTOP i386 >Description: >How-To-Repeat: >Fix: Index: Makefile =================================================================== RCS file: /home/ncvs/ports/net/libnet/Makefile,v retrieving revision 1.9 diff -u -r1.9 Makefile --- Makefile 2001/01/16 17:31:52 1.9 +++ Makefile 2001/07/03 02:52:14 @@ -6,7 +6,7 @@ # PORTNAME= libnet -PORTVERSION= 1.0.1b +PORTVERSION= 1.0.2a CATEGORIES= net MASTER_SITES= http://www.packetfactory.net/libnet/dist/ @@ -14,7 +14,7 @@ MAN3= libnet.3 -GNU_CONFIGURE= yes +USE_AUTOCONF= yes WRKSRC= ${WRKDIR}/Libnet-${PORTVERSION} MAN3= libnet.3 @@ -23,16 +23,16 @@ ${INSTALL_MAN} ${WRKSRC}/doc/libnet.3 ${PREFIX}/man/man3 .if !defined(NOPORTDOCS) @${MKDIR} ${PREFIX}/share/doc/libnet - @${MKDIR} ${PREFIX}/share/doc/libnet/html - @${MKDIR} ${PREFIX}/share/doc/libnet/html/examples -.for i in CHANGELOG CHANGELOG-NEWFUNCTIONS COPYING README README.asn.1 README.bpf README.legacy-applications README.libnet-config README.linux README.rawsockets TODO-1.0 TODO-1.1 + @${MKDIR} ${PREFIX}/share/doc/libnet/examples + @${MKDIR} ${PREFIX}/share/doc/libnet/ancillary +.for i in CHANGELOG CHANGELOG-NEWFUNCTIONS COPYING README TODO-1.0 TODO-1.1 ${INSTALL_DATA} ${WRKSRC}/doc/${i} ${PREFIX}/share/doc/libnet .endfor -.for i in 1.html 2.html 3.html 4.html 5.html 6.html 7.html contrib.html fig-3a.gif figure-1.gif figure-2.gif figure-3.gif figure-3a.gif lrm.html - ${INSTALL_DATA} ${WRKSRC}/doc/html/${i} ${PREFIX}/share/doc/libnet/html +.for i in README.asn.1 README.bpf README.legacy-applications README.libnet-config README.linux README.rawsockets + ${INSTALL_DATA} ${WRKSRC}/doc/Ancillary/${i} ${PREFIX}/share/doc/libnet/ancillary .endfor .for i in libnet-example-1.c libnet-example-2.c libnet-example-3.c libnet-example-4.c - ${INSTALL_DATA} ${WRKSRC}/doc/html/examples/${i} ${PREFIX}/share/doc/libnet/html/examples + ${INSTALL_DATA} ${WRKSRC}/example/${i} ${PREFIX}/share/doc/libnet/examples .endfor .endif Index: distinfo =================================================================== RCS file: /home/ncvs/ports/net/libnet/distinfo,v retrieving revision 1.5 diff -u -r1.5 distinfo --- distinfo 2000/06/02 22:51:20 1.5 +++ distinfo 2001/07/03 02:52:14 @@ -1 +1 @@ -MD5 (libnet-1.0.1b.tar.gz) = 6eed9efc6c806911721b8830f18b5237 +MD5 (libnet-1.0.2a.tar.gz) = ddf53f0f484184390e8c2a1bd0853667 Index: pkg-plist =================================================================== RCS file: /home/ncvs/ports/net/libnet/pkg-plist,v retrieving revision 1.6 diff -u -r1.6 pkg-plist --- pkg-plist 2000/06/02 22:51:20 1.6 +++ pkg-plist 2001/07/03 02:52:14 @@ -7,38 +7,24 @@ include/libnet/libnet-ospf.h include/libnet/libnet-structures.h lib/libnet.a -lib/libpwrite +lib/libpwrite.a share/doc/libnet/CHANGELOG share/doc/libnet/CHANGELOG-NEWFUNCTIONS share/doc/libnet/COPYING share/doc/libnet/README -share/doc/libnet/README.asn.1 -share/doc/libnet/README.bpf -share/doc/libnet/README.legacy-applications -share/doc/libnet/README.libnet-config -share/doc/libnet/README.linux -share/doc/libnet/README.rawsockets share/doc/libnet/TODO-1.0 share/doc/libnet/TODO-1.1 -share/doc/libnet/html/1.html -share/doc/libnet/html/2.html -share/doc/libnet/html/3.html -share/doc/libnet/html/4.html -share/doc/libnet/html/5.html -share/doc/libnet/html/6.html -share/doc/libnet/html/7.html -share/doc/libnet/html/contrib.html -share/doc/libnet/html/examples/libnet-example-1.c -share/doc/libnet/html/examples/libnet-example-2.c -share/doc/libnet/html/examples/libnet-example-3.c -share/doc/libnet/html/examples/libnet-example-4.c -share/doc/libnet/html/fig-3a.gif -share/doc/libnet/html/figure-1.gif -share/doc/libnet/html/figure-2.gif -share/doc/libnet/html/figure-3.gif -share/doc/libnet/html/figure-3a.gif -share/doc/libnet/html/lrm.html -@dirrm share/doc/libnet/html/examples -@dirrm share/doc/libnet/html +share/doc/libnet/examples/libnet-example-1.c +share/doc/libnet/examples/libnet-example-2.c +share/doc/libnet/examples/libnet-example-3.c +share/doc/libnet/examples/libnet-example-4.c +share/doc/libnet/ancillary/README.asn.1 +share/doc/libnet/ancillary/README.bpf +share/doc/libnet/ancillary/README.legacy-applications +share/doc/libnet/ancillary/README.libnet-config +share/doc/libnet/ancillary/README.linux +share/doc/libnet/ancillary/README.rawsockets +@dirrm share/doc/libnet/ancillary +@dirrm share/doc/libnet/examples @dirrm share/doc/libnet @dirrm include/libnet Index: files/patch-aa =================================================================== RCS file: /home/ncvs/ports/net/libnet/files/patch-aa,v retrieving revision 1.4 diff -u -r1.4 patch-aa --- files/patch-aa 2000/06/02 22:51:20 1.4 +++ files/patch-aa 2001/07/03 02:52:14 @@ -1,31 +1,29 @@ ---- configure.orig Wed Oct 27 11:47:27 1999 -+++ configure Sat Apr 22 04:01:09 2000 -@@ -903,7 +903,7 @@ - +--- configure.in.orig Wed Jan 17 12:59:30 2001 ++++ configure.in Mon Jul 2 19:18:50 2001 +@@ -50,10 +50,10 @@ + dnl Use these compiler flags if we have gcc. + dnl if test $ac_cv_prog_gcc = yes; then - CCOPTS='-O3 -funroll-loops -fomit-frame-pointer -Wall' +-dnl if test -z $CFLAGS; then +- CCOPTS='-O2 -funroll-loops -fomit-frame-pointer -Wall' - CFLAGS="$CCOPTS" -+ CFLAGS?="$CCOPTS" +-dnl fi ++ if test -z "$CFLAGS"; then ++ CCOPTS='-O2 -funroll-loops -fomit-frame-pointer -Wall' ++ CFLAGS="$CCOPTS" ++ fi fi - - # Check whether --with-pf_packet or --without-pf_packet was given. -@@ -1497,8 +1497,8 @@ - - LIBNET_CONFIG_DEFINES="-DLIBNET_BSDISH_OS -DLIBNET_BSD_BYTE_SWAP \ - -DHAVE_SOCKADDR_SA_LEN" -- MAN_PREFIX="$prefix/man/man3/" -- LIB_PREFIX="$prefix/lib/aout" -+ MAN_PREFIX="$prefix/man/" -+ LIB_PREFIX="$prefix/lib/" - INC_PREFIX="$prefix/include/" - BIN_PREFIX="$prefix/bin/" - echo "$ac_t""Note: support/bpf-lkm/etherspoof contains the lkm source \ -@@ -1517,7 +1517,7 @@ - LIBNET_CONFIG_DEFINES="-DLIBNET_BSDISH_OS -DLIBNET_BSD_BYTE_SWAP" - MAN_PREFIX="$prefix/man/man3/" -- LIB_PREFIX="$prefix/lib/aout" -+ LIB_PREFIX="$prefix/lib/" + dnl +@@ -163,8 +163,9 @@ + LIB_PREFIX="$prefix/lib/aout" INC_PREFIX="$prefix/include/" BIN_PREFIX="$prefix/bin/" +- AC_MSG_RESULT(Note: support/bpf-lkm/etherspoof contains the lkm source \ +-required to spoof ethernet frames) ++dnl etherspoof lkm is horrible and only necesary on < RELENG_4 ++dnl AC_MSG_RESULT(Note: support/bpf-lkm/etherspoof contains the lkm source \ ++dnl required to spoof ethernet frames) + ln -sf FreeBSD support/bpf-lkm/etherspoof ;; + Index: files/patch-ab =================================================================== RCS file: /home/ncvs/ports/net/libnet/files/patch-ab,v retrieving revision 1.3 diff -u -r1.3 patch-ab --- files/patch-ab 1999/10/08 03:46:26 1.3 +++ files/patch-ab 2001/07/03 02:52:14 @@ -1,11 +1,20 @@ ---- Makefile.in.orig Thu Oct 7 20:17:43 1999 -+++ Makefile.in Thu Oct 7 20:17:56 1999 -@@ -104,7 +104,7 @@ - $(INSTALL) -c -m 0644 $(INCLUDE-M) $(DESTDIR)$(INC_PREFIX)$(LIBNET) - $(INSTALL) -c -m 0644 $(INCLUDE-A) $(DESTDIR)$(INC_PREFIX)$(LIBNET) - $(INSTALL) -c -m 0644 $(INCLUDE-O) $(DESTDIR)$(INC_PREFIX)$(LIBNET) -- $(INSTALL) -c -m 0644 $(MAN) $(DESTDIR)$(MAN_PREFIX) -+ $(INSTALL) -c -m 0644 $(MAN) $(DESTDIR)$(MAN_PREFIX)/man3 - $(INSTALL) -c -m 0755 $(CONFIG) $(DESTDIR)$(BIN_PREFIX) +--- Makefile.in.orig Mon Feb 5 09:51:41 2001 ++++ Makefile.in Mon Jul 2 19:41:27 2001 +@@ -96,7 +96,7 @@ + $(ENSUREDIR) $(DESTDIR)$(LIB_PREFIX) 755 + $(ENSUREDIR) $(DESTDIR)$(INC_PREFIX)$(LIBNET) 755 + $(ENSUREDIR) $(DESTDIR)$(INC_PREFIX) 755 +- $(ENSUREDIR) $(DESTDIR)$(MAN_PREFIX) 755 ++# $(ENSUREDIR) $(DESTDIR)$(MAN_PREFIX) 755 + $(ENSUREDIR) $(DESTDIR)$(BIN_PREFIX) 755 + $(INSTALL_DATA) $(LIB) $(DESTDIR)$(LIB_PREFIX) + rm -f $(DESTDIR)$(LIB_PREFIX)$(LIBPWRITE).a +@@ -108,7 +108,7 @@ + $(INSTALL_DATA) $(INCLUDE-M) $(DESTDIR)$(INC_PREFIX)$(LIBNET) + $(INSTALL_DATA) $(INCLUDE-A) $(DESTDIR)$(INC_PREFIX)$(LIBNET) + $(INSTALL_DATA) $(INCLUDE-O) $(DESTDIR)$(INC_PREFIX)$(LIBNET) +- $(INSTALL_DATA) $(MAN) $(DESTDIR)$(MAN_PREFIX) ++# $(INSTALL_DATA) $(MAN) $(DESTDIR)$(MAN_PREFIX) + $(INSTALL_DATA) $(CONFIG) $(DESTDIR)$(BIN_PREFIX) - clean: + >Release-Note: >Audit-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 2 21:10:14 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6E43B37B403 for ; Mon, 2 Jul 2001 21:10:05 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f634A5412830; Mon, 2 Jul 2001 21:10:05 -0700 (PDT) (envelope-from gnats) Received: from electron.databits.net (electron.databits.net [207.29.204.16]) by hub.freebsd.org (Postfix) with ESMTP id 5790A37B401 for ; Mon, 2 Jul 2001 21:01:52 -0700 (PDT) (envelope-from petef@electron.databits.net) Received: (from petef@localhost) by electron.databits.net (8.11.4/8.11.4) id f6340h530401; Tue, 3 Jul 2001 00:00:43 -0400 (EDT) (envelope-from petef) Message-Id: <200107030400.f6340h530401@electron.databits.net> Date: Tue, 3 Jul 2001 00:00:43 -0400 (EDT) From: Pete Fritchman Reply-To: Pete Fritchman To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/28657: Update shells/zsh to 4.0.2 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 28657 >Category: ports >Synopsis: Update shells/zsh to 4.0.2 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Mon Jul 02 21:10:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Pete Fritchman >Release: FreeBSD 4.3-STABLE i386 >Organization: Databits Network Services, Inc. >Environment: System: FreeBSD electron.databits.net 4.3-STABLE FreeBSD 4.3-STABLE #7: Mon Jun 11 10:15:45 EDT 2001 root@electron.databits.net:/usr/obj/usr/src/sys/ELECTRON i386 >Description: - update to version 4.0.2 - remove files/patch-ab - remove files/patch-ad (merged into distribution) - remove shells.bak after updating /etc/shells - we have all the .info files with the zsh-doc dist, adjust some things because of this - remove USE_AUTOCONF - install docs and examples >How-To-Repeat: >Fix: [ remember to cvs rm files/patch-a{b,d} ] Index: Makefile =================================================================== RCS file: /home/ncvs/ports/shells/zsh/Makefile,v retrieving revision 1.49 diff -u -r1.49 Makefile --- Makefile 2001/06/16 10:05:04 1.49 +++ Makefile 2001/07/03 03:58:54 @@ -6,7 +6,7 @@ # PORTNAME= zsh -PORTVERSION= 4.0.1 +PORTVERSION= 4.0.2 CATEGORIES= shells MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ ftp://ftp.zsh.org/%SUBDIR%/ \ @@ -16,29 +16,39 @@ ftp://ftp.ips.oz.au/pub/packages/%SUBDIR%/ \ ftp://ftp.uit.no/pub/unix/shells/%SUBDIR%/ MASTER_SITE_SUBDIR= ${PORTNAME} +.if !defined(NOPORTDOCS) +DISTFILES= ${DISTNAME}${EXTRACT_SUFX} zsh-${PORTVERSION}-doc.tar.gz +.endif MAINTAINER= will@FreeBSD.org -USE_AUTOCONF= yes - ZSH_VER= ${PORTVERSION} ZSHFUNC_SUBDIR= share/zsh/${ZSH_VER}/functions GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-zsh-mem --enable-zsh-secure-free --enable-dynamic \ --enable-maildir-support -INSTALL_TARGET= install install.info + +.if !defined(NOPORTDOCS) +INSTALL_TARGET= install install.html +.endif + MAN1= zsh.1 zshbuiltins.1 zshcompctl.1 zshcompwid.1 zshcompsys.1 \ zshcontrib.1 zshexpn.1 zshmisc.1 zshmodules.1 zshoptions.1 \ zshparam.1 zshzftpsys.1 zshzle.1 zshall.1 + PLIST_SUB= ZSH_VER="${ZSH_VER}" ZSHFUNC_SUBDIR="${ZSHFUNC_SUBDIR}" .if defined(WANT_STATIC) -CONFIGURE_ENV+= "LDFLAGS=-static" +CONFIGURE_ENV+= "LDFLAGS=-static" PLIST_SUB+= NO_STATIC="@comment " .else PLIST_SUB+= NO_STATIC="" .endif +post-patch: + @${PERL} -pi -e 's!\$\(htmldir\)!\$\(prefix\)/share/doc/zsh!' \ + ${WRKSRC}/Doc/Makefile.in + post-build: # Fix ".so" macro problem by using "soelim" command. @(cd ${WRKSRC} ; \ @@ -49,13 +59,16 @@ ${RM} -f ./man1/zshall.1 ; \ /usr/bin/soelim ./man1/zshall.1.source > ./man1/zshall.1 ; \ ) - @cd ${WRKSRC}/Doc && ${MAKE} info -pre-install: - @${RM} -f ${WRKSRC}/Completion/Unix/Command/_mount.orig - post-install: - @${INSTALL_DATA} ${WRKSRC}/Doc/zsh.info ${PREFIX}/info +.if !defined(NOPORTDOCS) + @${INSTALL_DATA} ${WRKSRC}/Doc/zsh.info* ${PREFIX}/info +.endif + @${MKDIR} ${PREFIX}/share/examples/zsh +.for file in zlogin zshenv zshrc + ${INSTALL_DATA} ${WRKSRC}/StartupFiles/${file} \ + ${PREFIX}/share/examples/zsh +.endfor @install-info ${PREFIX}/info/zsh.info ${PREFIX}/info/dir @${ECHO} "Updating /etc/shells" @${CP} /etc/shells /etc/shells.bak Index: distinfo =================================================================== RCS file: /home/ncvs/ports/shells/zsh/distinfo,v retrieving revision 1.20 diff -u -r1.20 distinfo --- distinfo 2001/06/03 18:43:00 1.20 +++ distinfo 2001/07/03 03:58:54 @@ -1 +1,2 @@ -MD5 (zsh-4.0.1.tar.gz) = 9fc2c72ea3b6cd0449dd513510c9ca0d +MD5 (zsh-4.0.2.tar.gz) = 38611d4ddd2547668d48867772ce214e +MD5 (zsh-4.0.2-doc.tar.gz) = f9c24f483898d94d443aa4b536e2da72 Index: pkg-descr =================================================================== RCS file: /home/ncvs/ports/shells/zsh/pkg-descr,v retrieving revision 1.3 diff -u -r1.3 pkg-descr --- pkg-descr 2001/06/03 18:43:00 1.3 +++ pkg-descr 2001/07/03 03:58:54 @@ -11,6 +11,6 @@ $ autoload -U compinstall $ compinstall -See also zshcompsys(1) manpages. :) +See also zshcompsys(1) manpage. :) WWW: http://www.zsh.org/ Index: pkg-plist =================================================================== RCS file: /home/ncvs/ports/shells/zsh/pkg-plist,v retrieving revision 1.23 diff -u -r1.23 pkg-plist --- pkg-plist 2001/06/03 18:43:00 1.23 +++ pkg-plist 2001/07/03 03:58:56 @@ -1,10 +1,30 @@ bin/zsh -@exec echo "updating /etc/shells"; cp /etc/shells /etc/shells.bak; (grep -v %D/%F /etc/shells.bak; echo %D/%F) >/etc/shells -@unexec echo "updating /etc/shells"; cp /etc/shells /etc/shells.bak; (grep -v %D/%F /etc/shells.bak) >/etc/shells +@exec echo "updating /etc/shells"; cp /etc/shells /etc/shells.bak; (grep -v %D/%F /etc/shells.bak; echo %D/%F) >/etc/shells; rm -f /etc/shells.bak +@unexec echo "updating /etc/shells"; cp /etc/shells /etc/shells.bak; (grep -v %D/%F /etc/shells.bak) >/etc/shells; rm -f /etc/shells.bak bin/zsh-%%ZSH_VER%% -@unexec install-info --delete %D/info/zsh.info %D/info/dir -info/zsh.info -@exec install-info %D/info/zsh.info %D/info/dir +%%PORTDOCS%%@unexec install-info --delete %D/%%PORTDOCS%%info/zsh.info %D/info/dir +%%PORTDOCS%%info/zsh.info +%%PORTDOCS%%info/zsh.info-1 +%%PORTDOCS%%info/zsh.info-10 +%%PORTDOCS%%info/zsh.info-11 +%%PORTDOCS%%info/zsh.info-12 +%%PORTDOCS%%info/zsh.info-13 +%%PORTDOCS%%info/zsh.info-14 +%%PORTDOCS%%info/zsh.info-15 +%%PORTDOCS%%info/zsh.info-16 +%%PORTDOCS%%info/zsh.info-17 +%%PORTDOCS%%info/zsh.info-18 +%%PORTDOCS%%info/zsh.info-19 +%%PORTDOCS%%info/zsh.info-2 +%%PORTDOCS%%info/zsh.info-20 +%%PORTDOCS%%info/zsh.info-3 +%%PORTDOCS%%info/zsh.info-4 +%%PORTDOCS%%info/zsh.info-5 +%%PORTDOCS%%info/zsh.info-6 +%%PORTDOCS%%info/zsh.info-7 +%%PORTDOCS%%info/zsh.info-8 +%%PORTDOCS%%info/zsh.info-9 +%%PORTDOCS%%@exec install-info %D/%%PORTDOCS%%info/zsh.info %D/info/dir %%NO_STATIC%%lib/zsh/libzsh-%%ZSH_VER%%.so %%NO_STATIC%%lib/zsh/%%ZSH_VER%%/zsh/cap.so %%NO_STATIC%%lib/zsh/%%ZSH_VER%%/zsh/clone.so @@ -29,6 +49,39 @@ %%NO_STATIC%%lib/zsh/%%ZSH_VER%%/zsh/zprof.so %%NO_STATIC%%lib/zsh/%%ZSH_VER%%/zsh/zpty.so %%NO_STATIC%%lib/zsh/%%ZSH_VER%%/zsh/zutil.so +%%PORTDOCS%%share/doc/zsh/zsh_1.html +%%PORTDOCS%%share/doc/zsh/zsh_10.html +%%PORTDOCS%%share/doc/zsh/zsh_11.html +%%PORTDOCS%%share/doc/zsh/zsh_12.html +%%PORTDOCS%%share/doc/zsh/zsh_13.html +%%PORTDOCS%%share/doc/zsh/zsh_14.html +%%PORTDOCS%%share/doc/zsh/zsh_15.html +%%PORTDOCS%%share/doc/zsh/zsh_16.html +%%PORTDOCS%%share/doc/zsh/zsh_17.html +%%PORTDOCS%%share/doc/zsh/zsh_18.html +%%PORTDOCS%%share/doc/zsh/zsh_19.html +%%PORTDOCS%%share/doc/zsh/zsh_2.html +%%PORTDOCS%%share/doc/zsh/zsh_20.html +%%PORTDOCS%%share/doc/zsh/zsh_21.html +%%PORTDOCS%%share/doc/zsh/zsh_22.html +%%PORTDOCS%%share/doc/zsh/zsh_23.html +%%PORTDOCS%%share/doc/zsh/zsh_24.html +%%PORTDOCS%%share/doc/zsh/zsh_25.html +%%PORTDOCS%%share/doc/zsh/zsh_26.html +%%PORTDOCS%%share/doc/zsh/zsh_27.html +%%PORTDOCS%%share/doc/zsh/zsh_28.html +%%PORTDOCS%%share/doc/zsh/zsh_29.html +%%PORTDOCS%%share/doc/zsh/zsh_3.html +%%PORTDOCS%%share/doc/zsh/zsh_4.html +%%PORTDOCS%%share/doc/zsh/zsh_5.html +%%PORTDOCS%%share/doc/zsh/zsh_6.html +%%PORTDOCS%%share/doc/zsh/zsh_7.html +%%PORTDOCS%%share/doc/zsh/zsh_8.html +%%PORTDOCS%%share/doc/zsh/zsh_9.html +%%PORTDOCS%%share/doc/zsh/zsh_toc.html +share/examples/zsh/zlogin +share/examples/zsh/zshenv +share/examples/zsh/zshrc %%ZSHFUNC_SUBDIR%%/_a2ps %%ZSHFUNC_SUBDIR%%/_alias %%ZSHFUNC_SUBDIR%%/_aliases @@ -44,6 +97,7 @@ %%ZSHFUNC_SUBDIR%%/_arguments %%ZSHFUNC_SUBDIR%%/_arp %%ZSHFUNC_SUBDIR%%/_arrays +%%ZSHFUNC_SUBDIR%%/_autocd %%ZSHFUNC_SUBDIR%%/_autoload %%ZSHFUNC_SUBDIR%%/_bash_completions %%ZSHFUNC_SUBDIR%%/_bindkey @@ -406,3 +460,5 @@ @dirrm share/zsh/%%ZSH_VER%% @dirrm share/zsh/site-functions @dirrm share/zsh +@dirrm share/examples/zsh +@dirrm share/doc/zsh >Release-Note: >Audit-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 2 21:17:44 2001 Delivered-To: freebsd-ports@freebsd.org Received: from mail.comset.net (mail.comset.net [213.172.7.103]) by hub.freebsd.org (Postfix) with ESMTP id 0760937B401 for ; Mon, 2 Jul 2001 21:17:41 -0700 (PDT) (envelope-from igor_pokrovsky@mail.ru) Received: from 3-076.dialup.comset.net (3-076.dialup.comset.net [213.172.3.76]) by mail.comset.net (8.11.3/8.11.3/MAIL/1.0.2 (quark@comset.net)) with ESMTP id f634Hr303750 for ; Tue, 3 Jul 2001 08:17:55 +0400 (MSD) Date: Tue, 3 Jul 2001 08:17:57 +0400 From: "I. Pokrovsky" X-Mailer: The Bat! (v1.47 Halloween Edition) Reply-To: "I. Pokrovsky" Organization: MGO X-Priority: 3 (Normal) Message-ID: <115822276.20010703081757@mail.ru> To: ports@FreeBSD.org Subject: Heretic port Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Hello. I have ported Heretic to FreeBSD + SVGAlib. It looks much like DOS version, but runs faster and have 16 bit sound. May be it is possible to put my port in ports list? =============================================================== Tuesday, July 03, 2001, 8:10:34 AM Best regards I.Pokrovsky To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Jul 2 21:32: 2 2001 Delivered-To: freebsd-ports@freebsd.org Received: from femail13.sdc1.sfba.home.com (femail13.sdc1.sfba.home.com [24.0.95.140]) by hub.freebsd.org (Postfix) with ESMTP id D135C37B408 for ; Mon, 2 Jul 2001 21:32:00 -0700 (PDT) (envelope-from pat@databits.net) Received: from bsod ([24.5.63.190]) by femail13.sdc1.sfba.home.com (InterMail vM.4.01.03.20 201-229-121-120-20010223) with SMTP id <20010703043200.FGZV23608.femail13.sdc1.sfba.home.com@bsod>; Mon, 2 Jul 2001 21:32:00 -0700 Message-ID: <000701c10379$19ff6a60$0200a8c0@bsod> From: "Patrick Li" To: "I. Pokrovsky" Cc: References: <115822276.20010703081757@mail.ru> Subject: Re: Heretic port Date: Tue, 3 Jul 2001 00:31:59 -0400 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2501.0001 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2501.0001 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Hi, > I have ported Heretic to FreeBSD + SVGAlib. It looks much like DOS > version, but runs faster and have 16 bit sound. May be it is possible > to put my port in ports list? Please refer to the porter's handbook: http://www.freebsd.org/porters-handbook Here is the link to answer your question on submitting ports: http://www.freebsd.org/porters-handbook/porting-submitting.html Regards, Patrick Li To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Jul 2 21:40: 8 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0474737B406 for ; Mon, 2 Jul 2001 21:40:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f634e0E16372; Mon, 2 Jul 2001 21:40:00 -0700 (PDT) (envelope-from gnats) Received: from neva.vlink.ru (neva.vlink.ru [195.239.222.8]) by hub.freebsd.org (Postfix) with ESMTP id 0749F37B401 for ; Mon, 2 Jul 2001 21:37:11 -0700 (PDT) (envelope-from dsh@neva.vlink.ru) Received: by neva.vlink.ru (Postfix, from userid 1000) id 922F1B241C; Tue, 3 Jul 2001 08:37:08 +0400 (MSD) Message-Id: <20010703043708.922F1B241C@neva.vlink.ru> Date: Tue, 3 Jul 2001 08:37:08 +0400 (MSD) From: dsh@vlink.ru Reply-To: dsh@neva.vlink.ru To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/28658: new port: x11/mwheel.el Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 28658 >Category: ports >Synopsis: new port: x11/mwheel.el >Confidential: 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 02 21:40:00 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Denis Shaposhnikov >Release: FreeBSD 4.3-STABLE i386 >Organization: >Environment: System: FreeBSD neva.vlink.ru 4.3-STABLE FreeBSD 4.3-STABLE #7: Mon Jul 2 13:51:39 MSD 2001 dsh@neva.vlink.ru:/var/FreeBSD/src/sys/compile/NEVA i386 >Description: Allows Emacs to deal with the new wheeled mice. >How-To-Repeat: # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # mwheel.el/ # mwheel.el/pkg-comment # mwheel.el/Makefile # mwheel.el/distinfo # mwheel.el/pkg-descr # mwheel.el/pkg-plist # echo c - mwheel.el/ mkdir -p mwheel.el/ > /dev/null 2>&1 echo x - mwheel.el/pkg-comment sed 's/^X//' >mwheel.el/pkg-comment << 'END-of-mwheel.el/pkg-comment' XAllows Emacs to deal with the new wheeled mice END-of-mwheel.el/pkg-comment echo x - mwheel.el/Makefile sed 's/^X//' >mwheel.el/Makefile << 'END-of-mwheel.el/Makefile' X# New ports collection makefile for: mwheel.el X# Date created: 2 July 2001 X# Whom: Denis Shaposhnikov X# X# $FreeBSD$ X# X XPORTNAME= mwheel.el XPORTVERSION= 0.1 XCATEGORIES= x11 elisp XMASTER_SITES= ftp://ftp.cs.indiana.edu/pub/elisp/ XDISTNAME= ${PORTNAME} XEXTRACT_SUFX= # empty X XMAINTAINER= dsh@vlink.ru X XEXTRACT_ONLY= # empty XNO_WRKSUBDIR= yes XNO_BUILD= yes X XELISPDIR= ${PREFIX}/share/emacs/site-lisp XXELISPDIR= ${PREFIX}/lib/xemacs/site-lisp X Xdo-install: X ${MKDIR} ${ELISPDIR} X ${INSTALL_DATA} ${_DISTDIR}/${DISTNAME} ${ELISPDIR} X# For XEmacs X ${MKDIR} ${XELISPDIR} X ${LN} -sf ${ELISPDIR}/${DISTNAME} ${XELISPDIR} X X.include END-of-mwheel.el/Makefile echo x - mwheel.el/distinfo sed 's/^X//' >mwheel.el/distinfo << 'END-of-mwheel.el/distinfo' XMD5 (mwheel.el) = 8693c7ca4331d99823d2b10ce2610fcb END-of-mwheel.el/distinfo echo x - mwheel.el/pkg-descr sed 's/^X//' >mwheel.el/pkg-descr << 'END-of-mwheel.el/pkg-descr' XAllows Emacs to deal with the new wheeled mice. END-of-mwheel.el/pkg-descr echo x - mwheel.el/pkg-plist sed 's/^X//' >mwheel.el/pkg-plist << 'END-of-mwheel.el/pkg-plist' Xshare/emacs/site-lisp/mwheel.el Xlib/xemacs/site-lisp/mwheel.el X@dirrm lib/xemacs/site-lisp X@dirrm lib/xemacs END-of-mwheel.el/pkg-plist exit >Fix: >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Jul 2 21:51:22 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 24EF937B401; Mon, 2 Jul 2001 21:51:21 -0700 (PDT) (envelope-from will@FreeBSD.org) Received: (from will@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f634pLP17449; Mon, 2 Jul 2001 21:51:21 -0700 (PDT) (envelope-from will) Date: Mon, 2 Jul 2001 21:51:21 -0700 (PDT) From: Message-Id: <200107030451.f634pLP17449@freefall.freebsd.org> To: petef@databits.net, will@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/28657: Update shells/zsh to 4.0.2 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: Update shells/zsh to 4.0.2 State-Changed-From-To: open->closed State-Changed-By: will State-Changed-When: Mon Jul 2 21:51:14 PDT 2001 State-Changed-Why: Committed, thanks. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=28657 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Jul 2 22:30: 9 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D913737B406 for ; Mon, 2 Jul 2001 22:30:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f635U1g32014; Mon, 2 Jul 2001 22:30:01 -0700 (PDT) (envelope-from gnats) Received: from electron.databits.net (electron.databits.net [207.29.204.16]) by hub.freebsd.org (Postfix) with ESMTP id B074E37B403 for ; Mon, 2 Jul 2001 22:28:31 -0700 (PDT) (envelope-from petef@electron.databits.net) Received: (from petef@localhost) by electron.databits.net (8.11.4/8.11.4) id f635RQY31690; Tue, 3 Jul 2001 01:27:26 -0400 (EDT) (envelope-from petef) Message-Id: <200107030527.f635RQY31690@electron.databits.net> Date: Tue, 3 Jul 2001 01:27:26 -0400 (EDT) From: Pete Fritchman Reply-To: Pete Fritchman To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/28659: Update audio/napster to 1.4.5 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 28659 >Category: ports >Synopsis: Update audio/napster to 1.4.5 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Mon Jul 02 22:30:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Pete Fritchman >Release: FreeBSD 4.3-STABLE i386 >Organization: Databits Network Services, Inc. >Environment: System: FreeBSD electron.databits.net 4.3-STABLE FreeBSD 4.3-STABLE #7: Mon Jun 11 10:15:45 EDT 2001 root@electron.databits.net:/usr/obj/usr/src/sys/ELECTRON i386 >Description: - update to version 1.4.5 - take over as maintainer (if this is ok with dburr@) - cvs rm pkg-message - update pkg-{descr,comment} - fix NOPORTDOCS support - add patch to fix silly linux-coder style lack of sys/types.h Now, I've included a change to make PORTNAME "nap" instead of napster. IMO, this port should be named nap (that's what the actual program/dist is named anyway), because it's not an official napster.com client - in fact, the napster.com servers have client filters so nap won't even connect. The new version defaults to the OpenNAP network, so I think nap would be a more appropriate name. >How-To-Repeat: >Fix: (files/patch-event.c included as a diff to /dev/null) Index: Makefile =================================================================== RCS file: /home/ncvs/ports/audio/napster/Makefile,v retrieving revision 1.13 diff -u -r1.13 Makefile --- Makefile 2001/03/29 23:29:04 1.13 +++ Makefile 2001/07/03 05:24:26 @@ -5,29 +5,21 @@ # $FreeBSD: ports/audio/napster/Makefile,v 1.13 2001/03/29 23:29:04 mharo Exp $ # -PORTNAME= napster -PORTVERSION= 1.4.4 +PORTNAME= nap +PORTVERSION= 1.4.5 CATEGORIES= audio net MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= nap -DISTNAME= nap-${PORTVERSION} -MAINTAINER= dburr@FreeBSD.org +MAINTAINER= petef@databits.net GNU_CONFIGURE= yes -pre-install: - ${MKDIR} ${PREFIX}/share/nap - ${INSTALL_DATA} ${WRKSRC}/nap.conf.dist ${PREFIX}/share/nap - -.if (!defined(NOPORTDOCS)) - @${ECHO_MSG} "===> Installing NEWS + README in ${PREFIX}/share/doc/nap" - ${MKDIR} ${PREFIX}/share/doc/nap +post-install: +.if !defined(NOPORTDOCS) + @${MKDIR} ${PREFIX}/share/doc/nap ${INSTALL_DATA} ${WRKSRC}/NEWS ${PREFIX}/share/doc/nap ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/nap .endif - -post-install: - @${CAT} ${PKGMESSAGE} | ${SED} 's:@PREFIX@:${PREFIX}:g' .include Index: distinfo =================================================================== RCS file: /home/ncvs/ports/audio/napster/distinfo,v retrieving revision 1.5 diff -u -r1.5 distinfo --- distinfo 2001/03/29 21:55:27 1.5 +++ distinfo 2001/07/03 05:24:26 @@ -1,2 +1 @@ -MD5 (nap-bsd-0.9BETA.tar.gz) = 3fd3aa290456d33d2a96be1cc82e9edb -MD5 (nap-1.4.4.tar.gz) = c00062ea018579ffcccfb48703b6aab0 +MD5 (nap-1.4.5.tar.gz) = 2de4a21323cbb2c72d6d7cca04ec2550 Index: pkg-comment =================================================================== RCS file: /home/ncvs/ports/audio/napster/pkg-comment,v retrieving revision 1.1.1.1 diff -u -r1.1.1.1 pkg-comment --- pkg-comment 1999/11/18 09:17:15 1.1.1.1 +++ pkg-comment 2001/07/03 05:24:26 @@ -1 +1 @@ -An MP3 sharing, search, and chat client +An MP3 sharing, search, and chat client for the OpenNAP network Index: pkg-descr =================================================================== RCS file: /home/ncvs/ports/audio/napster/pkg-descr,v retrieving revision 1.3 diff -u -r1.3 pkg-descr --- pkg-descr 2000/03/06 08:01:50 1.3 +++ pkg-descr 2001/07/03 05:24:26 @@ -1,11 +1,10 @@ -Napster is a MP3 file sharing, search, and chat client, all rolled -into one. With it, you can join a global community of MP3 enthusiasts, -sharing your MP3 collection with them and downloading from their shared -MP3 collections. +Nap is a console Napster client that supports MP3 sharing, search, and +chatting. It now defaults to connecting to the OpenNAP network because +the official Napster.com network has client filters. -For more info on Napster, please visit http://www.napster.com/ and -http://www.napster.com/FAQ/. +For more information on OpenNAP, visit http://www.opennap.com/. -WWW: http://www.gis.net/~nite/ +WWW: http://nap.sourceforge.net/ -Donald Burr +- Pete +petef@databits.net Index: pkg-plist =================================================================== RCS file: /home/ncvs/ports/audio/napster/pkg-plist,v retrieving revision 1.2 diff -u -r1.2 pkg-plist --- pkg-plist 2001/03/29 21:55:27 1.2 +++ pkg-plist 2001/07/03 05:24:27 @@ -1,6 +1,4 @@ bin/nap -share/nap/nap.conf.dist -@dirrm share/nap -share/doc/nap/NEWS -share/doc/nap/README -@dirrm share/doc/nap +%%PORTDOCS%%share/doc/nap/NEWS +%%PORTDOCS%%share/doc/nap/README +%%PORTDOCS%%@dirrm share/doc/nap >Release-Note: >Audit-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 2 22:50: 9 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6C16137B409 for ; Mon, 2 Jul 2001 22:50:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f635o1i34065; Mon, 2 Jul 2001 22:50:01 -0700 (PDT) (envelope-from gnats) Received: from electron.databits.net (electron.databits.net [207.29.204.16]) by hub.freebsd.org (Postfix) with ESMTP id B90A237B403 for ; Mon, 2 Jul 2001 22:44:11 -0700 (PDT) (envelope-from petef@electron.databits.net) Received: (from petef@localhost) by electron.databits.net (8.11.4/8.11.4) id f635h7134809; Tue, 3 Jul 2001 01:43:07 -0400 (EDT) (envelope-from petef) Message-Id: <200107030543.f635h7134809@electron.databits.net> Date: Tue, 3 Jul 2001 01:43:07 -0400 (EDT) From: Pete Fritchman Reply-To: Pete Fritchman To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/28661: New port: sysutils/service-config Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 28661 >Category: ports >Synopsis: New port: sysutils/service-config >Confidential: 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 02 22:50:00 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Pete Fritchman >Release: FreeBSD 4.3-STABLE i386 >Organization: Databits Network Services, Inc. >Environment: System: FreeBSD electron.databits.net 4.3-STABLE FreeBSD 4.3-STABLE #7: Mon Jun 11 10:15:45 EDT 2001 root@electron.databits.net:/usr/obj/usr/src/sys/ELECTRON i386 >Description: The programs in service-config create and configure svscan-format service directories. * server-config creates an svscan-format directory for an arbitrary service. * rules-config configures access rules for use by a service. * svscan-config configures a service to run svscan. * ipc-config configures a service to run ipcserver. * ipcx-config configures a service to run ipcserver using access rules. * tcp-config configures a service to run tcpserver. * tcpx-config configures a service to run tcpserver using access rules. WWW: http://www.superscript.com/service-config/intro.html >How-To-Repeat: >Fix: # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # service-config # service-config/pkg-descr # service-config/pkg-plist # service-config/distinfo # service-config/Makefile # service-config/pkg-comment # echo c - service-config mkdir -p service-config > /dev/null 2>&1 echo x - service-config/pkg-descr sed 's/^X//' >service-config/pkg-descr << 'END-of-service-config/pkg-descr' XThe programs in service-config create and configure svscan-format Xservice directories. X X* server-config creates an svscan-format directory for an arbitrary X service. X* rules-config configures access rules for use by a X service. X* svscan-config configures a service to run svscan. X* ipc-config configures a service to run ipcserver. X* ipcx-config configures a service to run ipcserver using access X rules. X* tcp-config configures a service to run tcpserver. X* tcpx-config configures a service to run tcpserver using access X rules. X XWWW: http://www.superscript.com/service-config/intro.html X X- Pete Xpetef@databits.net END-of-service-config/pkg-descr echo x - service-config/pkg-plist sed 's/^X//' >service-config/pkg-plist << 'END-of-service-config/pkg-plist' Xbin/ipc-config Xbin/ipcx-config Xbin/rules-config Xbin/service-config Xbin/svscan-config Xbin/tcp-config Xbin/tcpx-config END-of-service-config/pkg-plist echo x - service-config/distinfo sed 's/^X//' >service-config/distinfo << 'END-of-service-config/distinfo' XMD5 (service-config-0.51.tar.gz) = 6bb4cbbe3ac2e2aaa9627b4c281de0d4 END-of-service-config/distinfo echo x - service-config/Makefile sed 's/^X//' >service-config/Makefile << 'END-of-service-config/Makefile' X# New ports collection makefile for: service-config X# Date created: 2 July 2001 X# Whom: petef@databits.net X# X# $FreeBSD$ X# X XPORTNAME= service-config XPORTVERSION= 0.51 XCATEGORIES= sysutils XMASTER_SITES= http://www.superscript.com/service-config/ X XMAINTAINER= petef@databits.net X XRUN_DEPENDS= supervise:${PORTSDIR}/sysutils/daemontools X XALL_TARGET= it XINSTALL_TARGET= setup check X Xpost-patch: X @${PERL} -pi -e 's!/usr/local!${PREFIX}!g' ${WRKSRC}/conf-home X X.include END-of-service-config/Makefile echo x - service-config/pkg-comment sed 's/^X//' >service-config/pkg-comment << 'END-of-service-config/pkg-comment' XUtility to create and configure svscan service directories END-of-service-config/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 Mon Jul 2 23:10: 8 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2F26C37B406 for ; Mon, 2 Jul 2001 23:10:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f636A1041295; Mon, 2 Jul 2001 23:10:01 -0700 (PDT) (envelope-from gnats) Received: from electron.databits.net (electron.databits.net [207.29.204.16]) by hub.freebsd.org (Postfix) with ESMTP id 0907F37B401 for ; Mon, 2 Jul 2001 23:02:34 -0700 (PDT) (envelope-from petef@electron.databits.net) Received: (from petef@localhost) by electron.databits.net (8.11.4/8.11.4) id f6361TU36292; Tue, 3 Jul 2001 02:01:29 -0400 (EDT) (envelope-from petef) Message-Id: <200107030601.f6361TU36292@electron.databits.net> Date: Tue, 3 Jul 2001 02:01:29 -0400 (EDT) From: Pete Fritchman Reply-To: Pete Fritchman To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/28662: New port: mail/qtools Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 28662 >Category: ports >Synopsis: New port: mail/qtools >Confidential: 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 02 23:10:00 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Pete Fritchman >Release: FreeBSD 4.3-STABLE i386 >Organization: Databits Network Services, Inc. >Environment: System: FreeBSD electron.databits.net 4.3-STABLE FreeBSD 4.3-STABLE #7: Mon Jun 11 10:15:45 EDT 2001 root@electron.databits.net:/usr/obj/usr/src/sys/ELECTRON i386 >Description: The qtools package comprises several utilities for use with qmail, typically as part of .qmail command processing. Included are tools to extract the message body, extract all or parts of the header, check an address list for a matching address or domain, message filtering and forwarding, write to a maildir, and automatically reply to certain messages. WWW: http://www.superscript.com/qtools/intro.html >How-To-Repeat: >Fix: # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # qtools # qtools/pkg-descr # qtools/pkg-plist # qtools/distinfo # qtools/Makefile # qtools/pkg-comment # echo c - qtools mkdir -p qtools > /dev/null 2>&1 echo x - qtools/pkg-descr sed 's/^X//' >qtools/pkg-descr << 'END-of-qtools/pkg-descr' XThe qtools package comprises several utilities for use with qmail, Xtypically as part of .qmail command processing. X XIncluded are tools to extract the message body, extract all or Xparts of the header, check an address list for a matching address Xor domain, message filtering and forwarding, write to a maildir, Xand automatically reply to certain messages. X XWWW: http://www.superscript.com/qtools/intro.html X X- Pete Xpetef@databits.net END-of-qtools/pkg-descr echo x - qtools/pkg-plist sed 's/^X//' >qtools/pkg-plist << 'END-of-qtools/pkg-plist' Xbin/822addr Xbin/822body Xbin/822bodyfilter Xbin/822fields Xbin/822headerfilter Xbin/822headerok Xbin/822headers Xbin/checkaddr Xbin/checkdomain Xbin/condtomaildir Xbin/filterto Xbin/ifaddr Xbin/iftoccfrom Xbin/replier Xbin/replier-config Xbin/tomaildir END-of-qtools/pkg-plist echo x - qtools/distinfo sed 's/^X//' >qtools/distinfo << 'END-of-qtools/distinfo' XMD5 (qtools-0.55.tar.gz) = 79ca4b9933a4b7038d8e6884a9e5214b END-of-qtools/distinfo echo x - qtools/Makefile sed 's/^X//' >qtools/Makefile << 'END-of-qtools/Makefile' X# New ports collection makefile for: qtools X# Date created: 3 July 2001 X# Whom: petef@databits.net X# X# $FreeBSD$ X# X XPORTNAME= qtools XPORTVERSION= 0.55 XCATEGORIES= mail XMASTER_SITES= http://www.superscript.com/qtools/ X XMAINTAINER= petef@databits.net X XRUN_DEPENDS= ${QMAIL_DIR}/bin/qmail-send:${PORTSDIR}/mail/qmail X XALL_TARGET= it XINSTALL_TARGET= setup check X X.if exists(${PREFIX}/qmail/bin/qmail-send) XQMAIL_DIR?= ${PREFIX}/qmail X.else XQMAIL_DIR?= /var/qmail X.endif X Xpost-patch: X @${PERL} -pi -e 's!/usr/local!${PREFIX}!g' ${WRKSRC}/conf-home X X.include END-of-qtools/Makefile echo x - qtools/pkg-comment sed 's/^X//' >qtools/pkg-comment << 'END-of-qtools/pkg-comment' XSeveral utilities for use with qmail END-of-qtools/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 Mon Jul 2 23:30: 8 2001 Delivered-To: freebsd-ports@freebsd.org Received: from hq1.tyfon.net (hq1.tyfon.net [217.27.162.35]) by hub.freebsd.org (Postfix) with ESMTP id 7C17E37B403; Mon, 2 Jul 2001 23:30:06 -0700 (PDT) (envelope-from dl@tyfon.net) Received: from localhost (localhost [127.0.0.1]) by hq1.tyfon.net (Postfix) with ESMTP id 379E91C7EF; Tue, 3 Jul 2001 08:30:05 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by hq1.tyfon.net (Postfix) with ESMTP id BA64B1C5C8; Tue, 3 Jul 2001 08:30:01 +0200 (CEST) Date: Tue, 3 Jul 2001 08:30:01 +0200 (CEST) From: Dan Larsson To: Cc: Subject: Re: ports/25155: `ASSERTION FAILED' errors with security/pgp6 on FreeBSD-4.2 STABLE In-Reply-To: <200107021952.f62Jqi119478@freefall.freebsd.org> Message-ID: <20010703082910.G23720-100000@hq1.tyfon.net> Organization: Tyfon Svenska AB X-NCC-NIC: DL1999-RIPE X-NCC-RegID: se.tyfon MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Virus-Scanned: by hq1.tyfon.net Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Mon, 2 Jul 2001 kris@FreeBSD.org wrote: | Synopsis: `ASSERTION FAILED' errors with security/pgp6 on FreeBSD-4.2 STABLE | | State-Changed-From-To: suspended->closed | State-Changed-By: kris | State-Changed-When: Mon Jul 2 12:52:14 PDT 2001 | State-Changed-Why: | No response from submitter | | http://www.FreeBSD.org/cgi/query-pr.cgi?pr=25155 What does this notice mean? | Regards +------ Dan Larsson | Tel: +46 8 550 120 21 Tyfon Svenska AB | Fax: +46 8 550 120 02 GPG and PGP keys | finger dl@hq1.tyfon.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 3 0:45:48 2001 Delivered-To: freebsd-ports@freebsd.org Received: from femail13.sdc1.sfba.home.com (femail13.sdc1.sfba.home.com [24.0.95.140]) by hub.freebsd.org (Postfix) with ESMTP id 338C337B401 for ; Tue, 3 Jul 2001 00:45:43 -0700 (PDT) (envelope-from pat@databits.net) Received: from bsod ([24.5.63.190]) by femail13.sdc1.sfba.home.com (InterMail vM.4.01.03.20 201-229-121-120-20010223) with SMTP id <20010703074542.NCXX23608.femail13.sdc1.sfba.home.com@bsod> for ; Tue, 3 Jul 2001 00:45:42 -0700 Message-ID: <000801c10394$296e4460$0200a8c0@bsod> From: "Patrick Li" To: Subject: NOPORTDOCS support Date: Tue, 3 Jul 2001 03:45:42 -0400 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0005_01C10372.A2164C90" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2501.0001 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2501.0001 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org This is a multi-part message in MIME format. ------=_NextPart_000_0005_01C10372.A2164C90 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Ok I recently did a sweep through all ports in biology. It seems that a = common problem exists as port docs are installed with ${INSTALL_MAN} instead of = ${INSTALL_DATA} and ports have NOPORTDOCS support for Makefile but not for pkg-plist. If = any of you maintainers out there have ports that have this common issue please = submit PR to fix. Otherwise when I submit PRs after sweeping through ports, you will receive a CC of = the PR. Please submit followup on it if you approve. This does not apply for = ports maintained by ports@FreeBSD.org I will only submit PR's for ports that belong to maintainers other than = ports@FreeBSD.org Regards, Patrick Li ------=_NextPart_000_0005_01C10372.A2164C90 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
Ok I recently did a sweep through all ports in biology. It seems = that a=20 common problem
exists as port docs are installed with ${INSTALL_MAN} instead of=20 ${INSTALL_DATA}
and ports have NOPORTDOCS support for Makefile but not for = pkg-plist. If=20 any of you
maintainers out there have ports that have this common issue please = submit=20 PR to fix. Otherwise
when I submit PRs after sweeping through ports, you will receive a = CC of=20 the PR.
Please submit followup on it if you approve. This does not apply = for ports=20 maintained by
I will only submit PR's for ports that belong to maintainers other = than ports@FreeBSD.org
 
Regards,
 
Patrick Li <pat@databits.net>
 
------=_NextPart_000_0005_01C10372.A2164C90-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Jul 3 1: 0:14 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id BA6AA37B408 for ; Tue, 3 Jul 2001 01:00:07 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f63807H57529; Tue, 3 Jul 2001 01:00:07 -0700 (PDT) (envelope-from gnats) Received: from wlgrv1.pa.home.com (cc92687-a.wlgrv1.pa.home.com [24.5.63.190]) by hub.freebsd.org (Postfix) with ESMTP id 0DA4337B401 for ; Tue, 3 Jul 2001 00:57:35 -0700 (PDT) (envelope-from pat@wlgrv1.pa.home.com) Received: (from root@localhost) by wlgrv1.pa.home.com (8.11.4/8.11.4) id f637vYw08518; Tue, 3 Jul 2001 03:57:34 -0400 (EDT) (envelope-from pat) Message-Id: <200107030757.f637vYw08518@wlgrv1.pa.home.com> Date: Tue, 3 Jul 2001 03:57:34 -0400 (EDT) From: pat@databits.net Reply-To: pat@databits.net To: FreeBSD-gnats-submit@freebsd.org Cc: rmiya@cc.hirosaki-u.ac.jp X-Send-Pr-Version: 3.113 Subject: ports/28664: Fix pkg-plist for biology/chemeq Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 28664 >Category: ports >Synopsis: Fix pkg-plist for biology/chemeq >Confidential: 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 03 01:00:07 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Patrick Li >Release: FreeBSD 4.3-STABLE i386 >Organization: N/A >Environment: System: FreeBSD bottlenek 4.3-STABLE FreeBSD 4.3-STABLE #0: Tue Jun 26 15:02:11 EDT 2001 pat@bottlenek:/usr/src/sys/compile/BOTTLENEK i386 >Description: + Just add simple NOPORTDOCS support to pkg-plist Note: MAINTAINER= rmiya@cc.hirosaki-u.ac.jp >How-To-Repeat: N/A >Fix: diff -ruN /usr/ports/biology/chemeq/pkg-plist chemeq/pkg-plist --- /usr/ports/biology/chemeq/pkg-plist Sun Jul 9 23:14:19 2000 +++ chemeq/pkg-plist Tue Jul 3 02:54:03 2001 @@ -1,12 +1,12 @@ bin/chemeq -share/doc/chemeq/COPYING -share/doc/chemeq/LISEZMOI -share/doc/chemeq/README -share/examples/chemeq/TODO -share/examples/chemeq/test.1 -share/examples/chemeq/chemreport -share/examples/chemeq/chemreport.pl -share/examples/chemeq/chemtest -share/examples/chemeq/chemtest.pl -@dirrm share/doc/chemeq -@dirrm share/examples/chemeq +%%PORTDOCS%%share/doc/chemeq/COPYING +%%PORTDOCS%%share/doc/chemeq/LISEZMOI +%%PORTDOCS%%share/doc/chemeq/README +%%PORTDOCS%%share/examples/chemeq/TODO +%%PORTDOCS%%share/examples/chemeq/test.1 +%%PORTDOCS%%share/examples/chemeq/chemreport +%%PORTDOCS%%share/examples/chemeq/chemreport.pl +%%PORTDOCS%%share/examples/chemeq/chemtest +%%PORTDOCS%%share/examples/chemeq/chemtest.pl +%%PORTDOCS%%@dirrm share/doc/chemeq +%%PORTDOCS%%@dirrm share/examples/chemeq >Release-Note: >Audit-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 3 1: 0:25 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8E0CA37B406 for ; Tue, 3 Jul 2001 01:00:07 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f63807m57520; Tue, 3 Jul 2001 01:00:07 -0700 (PDT) (envelope-from gnats) Received: from wlgrv1.pa.home.com (cc92687-a.wlgrv1.pa.home.com [24.5.63.190]) by hub.freebsd.org (Postfix) with ESMTP id 1E9EF37B403 for ; Tue, 3 Jul 2001 00:54:25 -0700 (PDT) (envelope-from pat@wlgrv1.pa.home.com) Received: (from root@localhost) by wlgrv1.pa.home.com (8.11.4/8.11.4) id f637sOe08326; Tue, 3 Jul 2001 03:54:24 -0400 (EDT) (envelope-from pat) Message-Id: <200107030754.f637sOe08326@wlgrv1.pa.home.com> Date: Tue, 3 Jul 2001 03:54:24 -0400 (EDT) From: pat@databits.net Reply-To: pat@databits.net To: FreeBSD-gnats-submit@freebsd.org Cc: bio@freebsd.net X-Send-Pr-Version: 3.113 Subject: ports/28663: Fix pkg-plist for biology/biojava Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 28663 >Category: ports >Synopsis: Fix pkg-plist for biology/biojava >Confidential: 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 03 01:00:07 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Patrick Li >Release: FreeBSD 4.3-STABLE i386 >Organization: N/A >Environment: System: FreeBSD bottlenek 4.3-STABLE FreeBSD 4.3-STABLE #0: Tue Jun 26 15:02:11 EDT 2001 pat@bottlenek:/usr/src/sys/compile/BOTTLENEK i386 >Description: + Add NOPORTDOCS support to pkg-plist + Put docs in ${PREFIX}/share/doc/${PKGNAME} instead of ${PREFIX}/share/java/${PKGNAME} Note: MAINTAINER= bio@freebsd.net >How-To-Repeat: N/A >Fix: begin 644 biojava.tar.gz M'XL(`-IY03L``[R=6W/;.++'YW7R*72J=JIV*FO+3C*3G9R7Z&([WK$N)2GQ MO*4@$I(04P3#BV.?K?GN!Q=2(BG)%H$_G(=83H0?&HU&X]Z8,_Z-W)-3GRT6 M/SGZWGF]_?G8G_;+U_^^;LS?MWYV_?M%KGY[^]_^VG MUIDK@D#NZ8`%MU?_AUOL_8?S=Q_.WK;> MG)V=O7K]^O4.57W[/UG0:KUMG;WY\.Z/#V]_E]\^?_7Q8^ODW?F_WK=>J[\_ M?GS5^OGG?_RW-_Z[=3)I_>._MY,_IY/>WVV?KGDB?A]/+BZO__J[G:Q(3-LJ M$_&/?UX-.X.+O]O_^^NKUJO6*5NT_L<7&8?4_^=P-!Y-9OU1;_KKJY.?/_YS M'YM[SZ)_??6Z06+QCY6TK5,:BGI1TD4\24]8*(PT"#Z\.JJVHKOE212P)&WM M_,MS];7YXG$55OUZJ<9$BO?;&CO_UV___G?KM?RAZZRD,R\@24*30H+3;R3> M^_\/ZT#]WTGI__(T)^>G9^?MF^O>Q7!Z7+$AI?'2*B_4\F/&KQ>*2""MLDM&,7U*29C%-CDYU3^+>NY,WI^+S M,5_OW)R_.?_C[.TI%4(^ER"AW]M2U[XO-$"3&;\.??IPE&AYTEXLRD,;)U,U M5%17DX0WHFF)=,EUV"S/&4W2*QK.27AW=)J-*I2( M+W]AH@7.FOG51`)]T!B;S6.N>Q1FQ0BBOF:2P?Q<%0^ M?7:D37<95VZQK?[N=Y6W/,X-;9.NXNM3*>!QFJYGV<#'2JTES>Q.)TF%X9VN MUNOCOLVS]!A?5Y/FR":J4S74F4[4U!!TJL3CD2K_XLAL&KC[:@(_;%"0XPJ> M/*[G/%".H[.>LV7&TL?C'-0VX92MHZ"A[RB2O(^>$Q"^FSG M(T;J;1*Q]M5P-+AH?P[O0OXC_,0#H?'G?'`U:>ZX3U(QHC1+N8C)NF'2K[G` M7T<1C57OG#0#Y.D-DVR])O'CL8EY MO,Q'\`GW[F@*YS2QLX.01B:W0YFJ'_V8W1^OU`.0"4VR0+3ZH^3<5H,%Q^(4%F4K(-S%+/.QQ35==*)^:00^YC0*/Y-^H!-"Y0D)KKBVF7 M=;UIU&7`20IB78D&&J$%%PQB#0DWH@L9J\HKAS1XC``HBE;WS M%=-3*,30K90(I@Y%3K0]V@E#GNKYO"EBL]9A"^AWFR-$\HN`JN&W25JS9F/A M,TU]I$AGZ'QZ/`R%J$8U+#PQF3<8GU52F@IL.I"P\?7FOMW.EUOX;EM?;>&; M+7*U&I5U3'(4B<8T#L8D3DRL2B3_/+DQ2Y>RX.AYV#;E)Q+Z@:&H%P\>C%\[(0\?USQ+Q+\8K#7LAXYC)NW%#;+?=0"]3B61QS`TLNS80HL/ M^;:>`R1:CV7SM`)MJQJ$:3:T?0)4J,P*9ULN^P)M;0"$@>BEZM\:K&H^3VNZ MTOD\L6;N,2@3HLF&A9H7K,9;1G0LP99,=` M`P99;JD_1Y2N\+ZH(M8'!D@9H:U@EXNL&P@+5E!K:1I3YH>QNV]]CA"I@2,F`=K<'BI04Y/IJ0(B$&+$PLC3= M\3G$P)1)D>S+E:A=)9`%E&#VDM5V!`#BU8G0`3!H2(-T_)"]#X,]J?Q_Y$\Q M'N++F*S5+93K92C($RKXOM%NV2&PZ8;/<[S&^SZ'@%>7EWWN9?*PA<$>Y1-4 MM>N'1>KZ@<+RFU2@(H>I'((UFM0=J\'.G,>I`YU6D-,[%N6-`)^35C4,UWSO M_UACZ'C2`72"P`4\'X=`[:Z2P;2X5.@N!Y[%8/YMS$"PHOA))Q%<"%'="(&Z M'W`/Y@B'Z+.@_=6`FC/\2!^.^D)3;MW#;^_R62FIA+'2C[S#QU-YI-8*,1X0 M,4I^L$!V9!X)(*ZGMY*S[XO[AL?A]W9^,AH&@B'_0C82>6:LS"=[-:8,!(!^FL%@_2ZBH1L M+IH(ZEER<2`UL(78^JMRX?+[3%9>_7;02:Q:]%_K`--NKH.`+DE04A5P.F(Y M!5QF3%[@4C/HM@X)4$RH)S3T;99O*FC$[&DOT&H>52'F"S708CO1991M,'\TG6A+3)3%(H')$)HFT M8@T[UB4;!Z),UI1I):P(#-3E<<-]O!V>'H5@K`#8WF;T(058E`KT]3ED"QZO M*[&^;'B0I;DRR&YQ3I)@92N#;*>I=9[MN/0`K\>%A3R8CP4EMEC`@.FQQV6[ MDKN>HB$XK9T^79`L2.$5-^S`Q+XB$8RE=])[/`O3!&%0:F4`)5P^*W>'0Y3X M(!71D$!=0*)"$Q:]$_TN/K"`Q"Q]U$$+I]G\$S.6-*7)BT+O%M>\ MQ@\S[?6W!ZI#,>&YD/H^:$T.T1"%P!K5=QDR=B-K'C_E6H>.;AS/90\:TZ(J M*,L6I5C7?1DWW*(-:;T919QY$@14?;Z&17V8F#WBK5BXA/$^D60%@Q55VGT< MXNRC^_AY,K1ER3#,P%H`MGWQ0Q_8M#L-DZ-0;;V$LF[KXL9\F7LS4"NJ$$HL)=P'-U[TRUO04[KX:+8YC(8I;S"7`!98167'5`2'E ML<\A+-VA8FM5M5.(\BLHRR%^K;T"?!*LZ1M$ACB`L#MX6`(U/V5_`"0J+V#_ M9X?2#-&?PX2;&H3P.\2PWH$KPRR7/\HHV^,>BI7&1`P*?("%%LM4L#KL#SLZ MJCB@YNGN9)KR]7>/SN MXPWWK&<;5?B06W4G5=@(6,FC>QH')$J`1,0W2+U<40'`G1!]7Z#?T[DHCPV,"QH#ST MAZ@)R,Q4OV"1GZ71^Z/6YVAR*%`^S/!9L[9ODMARHA69F]]2*S`I7S-/:]X2 MU8MYD@B/YF=>"I*NC(3(>,E"EE*0=-9=GL9`"E9Z^`4!LKN65SQ,LWV1;&9S MQZ`PU7Q8CK+\'`?3G!A!S_@=#1.4@`5S`T`$)A4>SK>$Z36KQ-I9O&=F2 MY9]G\P#E4FHP_2O(\SU0_Y;YZ0I2ZIT'JRQ'`&%* MA0&!M%BGY;]#]+@Q2-4J0>:YP10?I/D3NS4138:9^BFN! M8ND+2+CNM/80'88&:24Y##<`+)]R!*)@M0`>CTQ9N`QHRD-4?62+!7N8V4]7 M2B#]L>DK%D^/+Y7C@U6-&C)!AYO`;FG/LXJ0F6YA,>BYKN7R0.X1C-X=*G.Z MS/YR/JA(4I2F#U?L$\,JB@)B^2"O%1N_95^Q)8*>E%@3]?*Q+2AF_I+NB6*V M:;8=GT2F>QL'X-:6\0S7W%H.@.LQ[Y'L?*W3@9KK\>;=L!V22[&MH;;M0B'3 M2MAP1V1W"G&`U/OF>+/>GEQS""]4[=#[V73/&FW]AN^3/$OO;/'\\T%:Z8%E M$Y9\,C-I)_?K=BJW#?7%[PE=QE3%%D`@;95WB&>LOSIP.\/YD\;RBEY?##97 M4X\8QC*I\WL!$WTPHD(S$Q&'K:T MV")DF<5!W5V83<2R+6VS+0FN@!(7H<'\V@JB3ON,+'E(@H[O(W%`"6]82$F, M(27I-%M#FL)@9'%/=:AW@651#C=A)$AKK M`!-,C**M=E)JZ#%/4O&+KP*6#7DZL-R"JN-CBJ<_K"'[6[LP.X,JDRQM2:+^ M&MR,*8TM#C176'V61"0U#6FP(Y;%=3O-`FEJ-/\F?/-G\=F<(6-!,F]`UW,: MCP/B69R7UT!YB\0?QSR2K98:G>.O*LG:RO5V.J#MF305GT;"#ZWC]RR_CT636'_6F MO_RB$XNO5M/>7/CT!\=]U:=K+F3RJ`SWX%&Y_J:")ZHH'22GMP^,8.(]+V`R8&9H0SY91DJ.H2FB,JK+R:)Y:WT&;]:+-2M7,J/C=,V;DY?W/^Q]G;4]%;'&>4.FT1+<27CZW09,95 MO(JFLA<10F)1=FI#4#6_N?-CQE`K%_1[J4RE'D>MTX(<_2ACZ_)FYS1Z,!YEK7 MZ2W,3@,2CT=*;8OFF9OUEM6T?FA6Z,;Z*H[^BK)VUG.VS%CZV-@[;QGUT_J& M)'6=VUR*G:L6YJB=:SKFJ#UGH9MW@W(B0>-V<]O5&,_' MHXH92^4P3WD-P8"R.\^V@)3FG`:4KWF)OHXB>7A,##828U:.LI=EQNP+),]; MR>T?:]`TS>:V*BD_-FQ1U95EB48JBP,\'8QT\X"L*5(M4_+YMWS!OBYM$5IS<=6S@P344*WX'8]N M;S'AF'I!&4U%UWU?S/^1-:^IEP$G*1Y['3J`YN]3>4$&M@$%AEN6HD[H@L;; M*"M(]#9P%8B*EA7:FQR*?P/@V?N^_=$5+6@=;^<&GAVM&NP'PRH"[AK2!.E" MO]M@B[%NNIA.`.#T!<+>;_9X&.ISR%:8OKQH:#96KD``)0*,SD`=':1C@W5D MF(X+V%%A.B:,+*C!.K<4R'J(@AB>=.OW_SZK5\-G?!QSCR:F-K6#!13Z(!-:_J_E MV]1V:V7[^=L;Q&[I_:Y;?G$'U44NCI3C3"O;2]!NZ0YU7C9[%'-K+'BB\43E M"68U7+D]&5AP:(FW!H4GHG58]<=F^P7/@RWV$)Z'&^XK/-M]()51Z3=<@>%: M+L,=:=FAS!MO[D;?Y7@YY%`\NL7@FXJ;-H)O'*71#KCXI1@U:!W4 M1U".)'?5YG:S<%2E:*P+32!E+'?4QIOWSY--CY'L)5^$_FBA'Z;"BEP&0R66 MT6K5JIWY8OJ33*P:*F1G>I`GK=S)K>A0V4=9.EJHD+Q8J4MJ+*[G=V/.6CW?5-39:;KBP<`DM=FX/X>"%5E!HP1.U M48PWIQ(7*F]MVPTK=!WN:C*"'Q$ZZM30.Y!V>\OY_\B?8F3)ES%9JTNJU\N0 MRV?Z1%;U8"&P/`#[LL^A;;9G#[&O+B_[W,OD03.[@PM/9*!V^IW1=;6ZXI9? M?(7J)$SEN-9T#G^LMCMS'J=N]5^A3^]8E+4U+8(HO$AFZJ5C5UG=Q@S/+?23=!*1!1JNKF6Z\H;N>F?W9'!_[*HO M'E`(SH_T*=,O-*T_,&/+!2NT1$3I4@84X*F\KH&BC0=$3%,>,+2+-5.1#8$" M#DA\Q^]+H1(AQG,-%5$=>BX'L;0E`H53J#%)5R@- M(#@A9"=8%&M$ME8'8DZ'702E(/Y M:QW`&VS^5FM)K6ZFG+C5@64F@\CJA9C\\7.N]2Q+F.2Y#CN\&W+M[*3O"-@8'UNG"*&_XDHLA7(A9EI7$O/'+ M*,P@8I?$>#'+,4TE'84==I!%'P>BT$C@M!)ZS@6SRV/SO?L=M!ZYP4W*39N? MT8<4:ZDJ!&_^^%XE"B\(C5Y[+C-AJ\\2ZJ+P929P!:..!DX,#J`K;\G9YU`L ME+G0>8_+!BU/18AF]U*5VJ<+D@6IR_H>=EP4YHI$+K#ZV$Z/9V&:@*U3+3`Y M$#E?QGD1,E@E!S,`-UM\GY:H&.9%)TR_BP\L(#%+'W5T\VDV_\00\N<9@7NC M&A75'Q5:V=4'Q&8.XZ&ZWL/7T4.=9H&VF(.F^3*YH#7FH@E_ET]H;$J0A]"[ M#I.4!(%-H+\]N<#;;X6*:[\*>]T?D#M0B]4ZM@U0^"3338WEZZK4=R%\_@RN M"_0GDJQ<<`NCZ#X.G1A;]_'S9`C$RO=PW%2>&ULI49&N M1_S8O/)P*=]YQ?0?"JP>NNK3Q(N9VBV84()9BRGX^;)L^4U&B$T41US!^B@F M?NXT(I^$<%*+:&C^^A4:JP<6SNQ"^0ITG56HN$E8S6=@':<+3V078>L`#79T MO,2TN@YV@"FJ7[YWB:)JG!CMN!!Y:A=&^Q`.N:E>YN+6ULI4X)DUA4UC(D9/ M/K81%$NG+JR@/^SHYYVPK7]&A0?''`G:=0.;^S@NW$*11XBXEK'+[3[JRS". MX!:WGI]&RQY-KB_ZW<<;[B$GC-5\AAS5:U:Y(S=F,KJG<4"BQ(U.\I9^L8[2 M1Q>-7PS?:,J\GGG4]3IQ0.,E=2'J..8I92'25U5&F=BNM4P&CPFJBVY.H."N MMM8GZM\=P<']CIMAMSR*#:Y`]$J%?B8Q/S&H3TH@3POF?#=2PVKC`V,^\%"]SF8Z6_)*%+*5XF9']O2:B2UYZ MUA3,A-VY+QYCW3YB/@-=G"M:0SYQCVV3.=3+`+I](=T-U47GN M!FY3%BX#FO+0035FBP5[F$%GG"6F_FCQCN'30WGEJ%W4J!IQNAK9N^E];UGH M\Q^.>G:]\E&8G\.U#]S24NZ@;-_:+2.[#!J7"%]F*:#%RX3[A$.%H`*O0N7U M"O*S4"LIP?2\$@G7.RQ`9LS\)=T3CG?C13H^B0#;B@?R09K9,UE`3.]`'O57 MQ!QEDZ_KNZV2^EM=SK-YF4Q*;_*X:C..-3:M/(WD/I,7T9A;NCZ#X[2Y;`\& MOTP^1;6\C%\&C4UT+E?#T>#B)="XWJ3*!78A&OPYO`OYCQ#0"!(Q'$C:R?VZ MG08,?-FIQ[$EX?QXBKV2:NC[6"*JC]T+A.17:PG#?9I M2O&K/K@$-RC:?+J8'1IC75`ZW4[X_4V#<.UV4@2XMIO-FN!>,1?1<_8:R=LD M":0>5;OD0$KKS/Y^S5+ M123!PE^B1(GJLX'1;2:>TTR@:[A>50@P#]6+DP%GH[8`L$]30Z.[RT0/DDVN ME^#`$5I/--R(457=50RV+4-%@NVLC4@P>]@+%;/&*J[0<^G-??,!JPH,72>4 M$?'KA#2F]0;BMV5)19U\2ZB;&]1RY:"4=5;NU1])E3=WE>V7N#7A84D%!2WH MF*+7GL>ZL-YY*HKKF%KU^W*Q)BHP6UUZLG-1YM$>D+=I]&,Q.^%K67RM/FQ? MU`SS37V&R.G$ZB)>4KJE8BVC&+-#J];6NR23=9'EVG.0[WZR?H4BQU3]/@YV M_'N.T81RY:#T*STSZ?;&321EK$,^*IT[G]`9:AQXS;4[-?@;%6^"?OFT;ROA M>MFE/J5([R5,9OHQI'L%5$UGQ]R1S&?J+Y_K=NQRI4[16^Y(Q?!Q63KTE%G4 M'MUX_3$119%>U[1J5#1]\6HV_JHO26FF-&-*MH:VST]/AI9U=B1S8T-+G<#1 MU#0W-+P3V;U>-S4TUZ>NF-9M_6*<>2WH/D6%F?UEJ[;'5,N4YN;:P5:=XJ;, MXI]D4-]GF-54EVU?G,@FW6%$LZ/<#1;+W=AVK';6VHK>Z9;>(NX")F-DBGMZ M-H"7BL?/-_(&DV^M5KDD??AF+NYO?)%Y\3W(AIYI@N](//^B"D3,2\3!0_85 MW+B#U4%/$0^Z&[5_F^^CH>X(/>A.5"N2L;&1X26C,]_W0\3>U^-(\22LLZ;I M^!J>`4J`?1LAS(1M$K2!!S?;;N[4)XBY&R M]N\7@EZ0%$;'WNM.1<7>&A,!,E@7I>:L,HFV,W''X MY-)5R5?%E>_"L^58V%]]8#`8#`:#P6`P&`P&@\%@,!@,!H/!8#`8#`:#P6`P .&`S&?X<_"NN+G@"0`0!] ` end >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Jul 3 1: 0:32 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D275B37B409 for ; Tue, 3 Jul 2001 01:00:07 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f63807257538; Tue, 3 Jul 2001 01:00:07 -0700 (PDT) (envelope-from gnats) Received: from wlgrv1.pa.home.com (cc92687-a.wlgrv1.pa.home.com [24.5.63.190]) by hub.freebsd.org (Postfix) with ESMTP id C419037B403 for ; Tue, 3 Jul 2001 00:59:50 -0700 (PDT) (envelope-from pat@wlgrv1.pa.home.com) Received: (from root@localhost) by wlgrv1.pa.home.com (8.11.4/8.11.4) id f637xoX08619; Tue, 3 Jul 2001 03:59:50 -0400 (EDT) (envelope-from pat) Message-Id: <200107030759.f637xoX08619@wlgrv1.pa.home.com> Date: Tue, 3 Jul 2001 03:59:50 -0400 (EDT) From: pat@databits.net Reply-To: pat@databits.net To: FreeBSD-gnats-submit@freebsd.org Cc: rmiya@cc.hirosaki-u.ac.jp X-Send-Pr-Version: 3.113 Subject: ports/28665: Fix pkg-plist for biology/deft Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 28665 >Category: ports >Synopsis: Fix pkg-plist for biology/deft >Confidential: 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 03 01:00:07 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Patrick Li >Release: FreeBSD 4.3-STABLE i386 >Organization: N/A >Environment: System: FreeBSD bottlenek 4.3-STABLE FreeBSD 4.3-STABLE #0: Tue Jun 26 15:02:11 EDT 2001 pat@bottlenek:/usr/src/sys/compile/BOTTLENEK i386 >Description: + Just add simple NOPORTDOCS support to pkg-plist and sort + Tweak NOPORTDOCS support in Makefile Note: MAINTAINER= rmiya@cc.hirosaki-u.ac.jp >How-To-Repeat: N/A >Fix: diff -ruN /usr/ports/biology/deft/Makefile deft/Makefile --- /usr/ports/biology/deft/Makefile Wed Oct 11 07:08:51 2000 +++ deft/Makefile Tue Jul 3 02:55:14 2001 @@ -34,12 +34,12 @@ do-install: ${INSTALL_PROGRAM} ${WRKSRC}/DeFT.exec ${PREFIX}/bin/ ${INSTALL_SCRIPT} ${WRKDIR}/${DISTNAME}/examples/DeFT ${PREFIX}/bin/ - ${MKDIR} ${PREFIX}/share/doc/DeFT ${MKDIR} ${PREFIX}/share/DeFT ${INSTALL_DATA} ${WRKDIR}/${DISTNAME}/bases ${PREFIX}/share/DeFT/ post-install: .if !defined(NOPORTDOCS) + ${MKDIR} ${PREFIX}/share/doc/DeFT ${MKDIR} ${PREFIX}/share/examples/DeFT ${INSTALL_DATA} ${WRKDIR}/${DISTNAME}/README_Liability \ ${PREFIX}/share/doc/DeFT/ diff -ruN /usr/ports/biology/deft/pkg-plist deft/pkg-plist --- /usr/ports/biology/deft/pkg-plist Wed Jun 7 13:10:12 2000 +++ deft/pkg-plist Tue Jul 3 02:57:32 2001 @@ -1,110 +1,110 @@ bin/DeFT.exec bin/DeFT -share/doc/DeFT/README_Liability share/DeFT/bases -share/doc/DeFT/input.dvi -share/doc/DeFT/input.ps -share/doc/DeFT/input.tex -share/doc/DeFT/install.dvi -share/doc/DeFT/install.ps -share/doc/DeFT/install.tex -share/examples/DeFT/1,3-difluorobenzene.dft -share/examples/DeFT/1,3-difluorobenzene.out -share/examples/DeFT/2-hydroxybicyclopentane.dft -share/examples/DeFT/2-hydroxybicyclopentane.out -share/examples/DeFT/README -share/examples/DeFT/acetone.dft -share/examples/DeFT/acetone.out -share/examples/DeFT/acetone_a.dft -share/examples/DeFT/acetone_a.out -share/examples/DeFT/acetone_b.dft -share/examples/DeFT/acetone_b.out -share/examples/DeFT/acetylene.dft -share/examples/DeFT/acetylene.out -share/examples/DeFT/allene.dft -share/examples/DeFT/allene.out -share/examples/DeFT/ammonia.dft -share/examples/DeFT/ammonia.out -share/examples/DeFT/benzaldehyde.dft -share/examples/DeFT/benzaldehyde.out -share/examples/DeFT/benzene.dft -share/examples/DeFT/benzene.out -share/examples/DeFT/bh4-.dft -share/examples/DeFT/bh4-.out -share/examples/DeFT/c_atom.dft -share/examples/DeFT/c_atom.out -share/examples/DeFT/ch2.dft -share/examples/DeFT/ch2.out -share/examples/DeFT/disilyl_ether.dft -share/examples/DeFT/disilyl_ether.out -share/examples/DeFT/ethane.dft -share/examples/DeFT/ethane.out -share/examples/DeFT/ethanol.dft -share/examples/DeFT/ethanol.out -share/examples/DeFT/ethylene_a.dft -share/examples/DeFT/ethylene_a.out -share/examples/DeFT/ethylene_b.dft -share/examples/DeFT/ethylene_b.out -share/examples/DeFT/f_atom.dft -share/examples/DeFT/f_atom.out -share/examples/DeFT/formaldehyde_a.dft -share/examples/DeFT/formaldehyde_a.out -share/examples/DeFT/formaldehyde_b.dft -share/examples/DeFT/formaldehyde_b.out -share/examples/DeFT/furan.dft -share/examples/DeFT/furan.out -share/examples/DeFT/hcn_a.dft -share/examples/DeFT/hcn_a.out -share/examples/DeFT/hcn_b.dft -share/examples/DeFT/hcn_b.out -share/examples/DeFT/hydroxide_a.dft -share/examples/DeFT/hydroxide_a.out -share/examples/DeFT/hydroxide_b.dft -share/examples/DeFT/hydroxide_b.out -share/examples/DeFT/hydroxide_c.dft -share/examples/DeFT/hydroxide_c.out -share/examples/DeFT/hydroxysulphane.dft -share/examples/DeFT/hydroxysulphane.out -share/examples/DeFT/malonaldehyde_a.dft -share/examples/DeFT/malonaldehyde_a.out -share/examples/DeFT/malonaldehyde_b.dft -share/examples/DeFT/malonaldehyde_b.out -share/examples/DeFT/malonaldehyde_c.dft -share/examples/DeFT/malonaldehyde_c.out -share/examples/DeFT/malonaldehyde_d.dft -share/examples/DeFT/malonaldehyde_d.out -share/examples/DeFT/malonaldehyde_e.dft -share/examples/DeFT/malonaldehyde_e.out -share/examples/DeFT/malonaldehyde_f.dft -share/examples/DeFT/malonaldehyde_f.out -share/examples/DeFT/malonaldehyde_g.dft -share/examples/DeFT/malonaldehyde_g.out -share/examples/DeFT/malonaldehyde_h.dft -share/examples/DeFT/malonaldehyde_h.out -share/examples/DeFT/malonaldehyde_i.dft -share/examples/DeFT/malonaldehyde_i.out -share/examples/DeFT/methanol.dft -share/examples/DeFT/methanol.out -share/examples/DeFT/methylamine.dft -share/examples/DeFT/methylamine.out -share/examples/DeFT/neopentane.dft -share/examples/DeFT/neopentane.out -share/examples/DeFT/nh4+.dft -share/examples/DeFT/nh4+.out -share/examples/DeFT/o2.dft -share/examples/DeFT/o2.out -share/examples/DeFT/peroxide_a.dft -share/examples/DeFT/peroxide_a.out -share/examples/DeFT/peroxide_b.dft -share/examples/DeFT/peroxide_b.out -share/examples/DeFT/peroxide_c.dft -share/examples/DeFT/peroxide_c.out -share/examples/DeFT/peroxide_d.dft -share/examples/DeFT/peroxide_d.out -share/examples/DeFT/peroxide_e.dft -share/examples/DeFT/peroxide_e.out -share/examples/DeFT/water.dft -share/examples/DeFT/water.out -@dirrm share/doc/DeFT -@dirrm share/examples/DeFT +%%PORTDOCS%%share/doc/DeFT/README_Liability +%%PORTDOCS%%share/doc/DeFT/input.dvi +%%PORTDOCS%%share/doc/DeFT/input.ps +%%PORTDOCS%%share/doc/DeFT/input.tex +%%PORTDOCS%%share/doc/DeFT/install.dvi +%%PORTDOCS%%share/doc/DeFT/install.ps +%%PORTDOCS%%share/doc/DeFT/install.tex +%%PORTDOCS%%share/examples/DeFT/1,3-difluorobenzene.dft +%%PORTDOCS%%share/examples/DeFT/1,3-difluorobenzene.out +%%PORTDOCS%%share/examples/DeFT/2-hydroxybicyclopentane.dft +%%PORTDOCS%%share/examples/DeFT/2-hydroxybicyclopentane.out +%%PORTDOCS%%share/examples/DeFT/README +%%PORTDOCS%%share/examples/DeFT/acetone.dft +%%PORTDOCS%%share/examples/DeFT/acetone.out +%%PORTDOCS%%share/examples/DeFT/acetone_a.dft +%%PORTDOCS%%share/examples/DeFT/acetone_a.out +%%PORTDOCS%%share/examples/DeFT/acetone_b.dft +%%PORTDOCS%%share/examples/DeFT/acetone_b.out +%%PORTDOCS%%share/examples/DeFT/acetylene.dft +%%PORTDOCS%%share/examples/DeFT/acetylene.out +%%PORTDOCS%%share/examples/DeFT/allene.dft +%%PORTDOCS%%share/examples/DeFT/allene.out +%%PORTDOCS%%share/examples/DeFT/ammonia.dft +%%PORTDOCS%%share/examples/DeFT/ammonia.out +%%PORTDOCS%%share/examples/DeFT/benzaldehyde.dft +%%PORTDOCS%%share/examples/DeFT/benzaldehyde.out +%%PORTDOCS%%share/examples/DeFT/benzene.dft +%%PORTDOCS%%share/examples/DeFT/benzene.out +%%PORTDOCS%%share/examples/DeFT/bh4-.dft +%%PORTDOCS%%share/examples/DeFT/bh4-.out +%%PORTDOCS%%share/examples/DeFT/c_atom.dft +%%PORTDOCS%%share/examples/DeFT/c_atom.out +%%PORTDOCS%%share/examples/DeFT/ch2.dft +%%PORTDOCS%%share/examples/DeFT/ch2.out +%%PORTDOCS%%share/examples/DeFT/disilyl_ether.dft +%%PORTDOCS%%share/examples/DeFT/disilyl_ether.out +%%PORTDOCS%%share/examples/DeFT/ethane.dft +%%PORTDOCS%%share/examples/DeFT/ethane.out +%%PORTDOCS%%share/examples/DeFT/ethanol.dft +%%PORTDOCS%%share/examples/DeFT/ethanol.out +%%PORTDOCS%%share/examples/DeFT/ethylene_a.dft +%%PORTDOCS%%share/examples/DeFT/ethylene_a.out +%%PORTDOCS%%share/examples/DeFT/ethylene_b.dft +%%PORTDOCS%%share/examples/DeFT/ethylene_b.out +%%PORTDOCS%%share/examples/DeFT/f_atom.dft +%%PORTDOCS%%share/examples/DeFT/f_atom.out +%%PORTDOCS%%share/examples/DeFT/formaldehyde_a.dft +%%PORTDOCS%%share/examples/DeFT/formaldehyde_a.out +%%PORTDOCS%%share/examples/DeFT/formaldehyde_b.dft +%%PORTDOCS%%share/examples/DeFT/formaldehyde_b.out +%%PORTDOCS%%share/examples/DeFT/furan.dft +%%PORTDOCS%%share/examples/DeFT/furan.out +%%PORTDOCS%%share/examples/DeFT/hcn_a.dft +%%PORTDOCS%%share/examples/DeFT/hcn_a.out +%%PORTDOCS%%share/examples/DeFT/hcn_b.dft +%%PORTDOCS%%share/examples/DeFT/hcn_b.out +%%PORTDOCS%%share/examples/DeFT/hydroxide_a.dft +%%PORTDOCS%%share/examples/DeFT/hydroxide_a.out +%%PORTDOCS%%share/examples/DeFT/hydroxide_b.dft +%%PORTDOCS%%share/examples/DeFT/hydroxide_b.out +%%PORTDOCS%%share/examples/DeFT/hydroxide_c.dft +%%PORTDOCS%%share/examples/DeFT/hydroxide_c.out +%%PORTDOCS%%share/examples/DeFT/hydroxysulphane.dft +%%PORTDOCS%%share/examples/DeFT/hydroxysulphane.out +%%PORTDOCS%%share/examples/DeFT/malonaldehyde_a.dft +%%PORTDOCS%%share/examples/DeFT/malonaldehyde_a.out +%%PORTDOCS%%share/examples/DeFT/malonaldehyde_b.dft +%%PORTDOCS%%share/examples/DeFT/malonaldehyde_b.out +%%PORTDOCS%%share/examples/DeFT/malonaldehyde_c.dft +%%PORTDOCS%%share/examples/DeFT/malonaldehyde_c.out +%%PORTDOCS%%share/examples/DeFT/malonaldehyde_d.dft +%%PORTDOCS%%share/examples/DeFT/malonaldehyde_d.out +%%PORTDOCS%%share/examples/DeFT/malonaldehyde_e.dft +%%PORTDOCS%%share/examples/DeFT/malonaldehyde_e.out +%%PORTDOCS%%share/examples/DeFT/malonaldehyde_f.dft +%%PORTDOCS%%share/examples/DeFT/malonaldehyde_f.out +%%PORTDOCS%%share/examples/DeFT/malonaldehyde_g.dft +%%PORTDOCS%%share/examples/DeFT/malonaldehyde_g.out +%%PORTDOCS%%share/examples/DeFT/malonaldehyde_h.dft +%%PORTDOCS%%share/examples/DeFT/malonaldehyde_h.out +%%PORTDOCS%%share/examples/DeFT/malonaldehyde_i.dft +%%PORTDOCS%%share/examples/DeFT/malonaldehyde_i.out +%%PORTDOCS%%share/examples/DeFT/methanol.dft +%%PORTDOCS%%share/examples/DeFT/methanol.out +%%PORTDOCS%%share/examples/DeFT/methylamine.dft +%%PORTDOCS%%share/examples/DeFT/methylamine.out +%%PORTDOCS%%share/examples/DeFT/neopentane.dft +%%PORTDOCS%%share/examples/DeFT/neopentane.out +%%PORTDOCS%%share/examples/DeFT/nh4+.dft +%%PORTDOCS%%share/examples/DeFT/nh4+.out +%%PORTDOCS%%share/examples/DeFT/o2.dft +%%PORTDOCS%%share/examples/DeFT/o2.out +%%PORTDOCS%%share/examples/DeFT/peroxide_a.dft +%%PORTDOCS%%share/examples/DeFT/peroxide_a.out +%%PORTDOCS%%share/examples/DeFT/peroxide_b.dft +%%PORTDOCS%%share/examples/DeFT/peroxide_b.out +%%PORTDOCS%%share/examples/DeFT/peroxide_c.dft +%%PORTDOCS%%share/examples/DeFT/peroxide_c.out +%%PORTDOCS%%share/examples/DeFT/peroxide_d.dft +%%PORTDOCS%%share/examples/DeFT/peroxide_d.out +%%PORTDOCS%%share/examples/DeFT/peroxide_e.dft +%%PORTDOCS%%share/examples/DeFT/peroxide_e.out +%%PORTDOCS%%share/examples/DeFT/water.dft +%%PORTDOCS%%share/examples/DeFT/water.out +%%PORTDOCS%%@dirrm share/doc/DeFT +%%PORTDOCS%%@dirrm share/examples/DeFT @dirrm share/DeFT >Release-Note: >Audit-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 3 1: 2: 0 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8D3CF37B408; Tue, 3 Jul 2001 01:01:58 -0700 (PDT) (envelope-from roam@FreeBSD.org) Received: (from roam@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f6381wT57990; Tue, 3 Jul 2001 01:01:58 -0700 (PDT) (envelope-from roam) Date: Tue, 3 Jul 2001 01:01:58 -0700 (PDT) From: Message-Id: <200107030801.f6381wT57990@freefall.freebsd.org> To: roam@FreeBSD.org, freebsd-ports@FreeBSD.org, dwcjr@FreeBSD.org Subject: Re: ports/28643: Improved version of samba.sh.sample that includes restart Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: Improved version of samba.sh.sample that includes restart Responsible-Changed-From-To: freebsd-ports->dwcjr Responsible-Changed-By: roam Responsible-Changed-When: Tue Jul 3 01:01:45 PDT 2001 Responsible-Changed-Why: Over to maintainer. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=28643 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Jul 3 1: 5:27 2001 Delivered-To: freebsd-ports@freebsd.org Received: from ringworld.nanolink.com (ringworld.nanolink.com [195.24.48.13]) by hub.freebsd.org (Postfix) with SMTP id EE2AC37B403 for ; Tue, 3 Jul 2001 01:05:14 -0700 (PDT) (envelope-from roam@orbitel.bg) Received: (qmail 34861 invoked by uid 1000); 3 Jul 2001 08:09:40 -0000 Date: Tue, 3 Jul 2001 11:09:40 +0300 From: Peter Pentchev To: Dan Larsson Cc: kris@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/25155: `ASSERTION FAILED' errors with security/pgp6 on FreeBSD-4.2 STABLE Message-ID: <20010703110940.B28604@ringworld.oblivion.bg> Mail-Followup-To: Dan Larsson , kris@FreeBSD.org, freebsd-ports@FreeBSD.org References: <200107021952.f62Jqi119478@freefall.freebsd.org> <20010703082910.G23720-100000@hq1.tyfon.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20010703082910.G23720-100000@hq1.tyfon.net>; from dl@tyfon.net on Tue, Jul 03, 2001 at 08:30:01AM +0200 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Tue, Jul 03, 2001 at 08:30:01AM +0200, Dan Larsson wrote: > On Mon, 2 Jul 2001 kris@FreeBSD.org wrote: > > | Synopsis: `ASSERTION FAILED' errors with security/pgp6 on FreeBSD-4.2 STABLE > | > | State-Changed-From-To: suspended->closed > | State-Changed-By: kris > | State-Changed-When: Mon Jul 2 12:52:14 PDT 2001 > | State-Changed-Why: > | No response from submitter > | > | http://www.FreeBSD.org/cgi/query-pr.cgi?pr=25155 > > What does this notice mean? On March 22nd, Kris Kennaway changed this PR's state from 'open' to 'suspended' with the following message: State-Changed-From-To: open->suspended State-Changed-By: kris State-Changed-When: Thu Mar 22 11:53:04 PST 2001 State-Changed-Why: Not sure exactly what you hope us to do with this: you haven't given any insight on how to replicate the problem, and besides it's not usually the job of the FreeBSD Ports team to fix bugs in ported software: that's what software vendors are for :-) Unless you can show that this is brokenness within the FreeBSD port and indicate (at the very least) how to replicate it, this issue should be taken up with the PGP authors. Apparently, you never responded with reasons why you think this is a problem with the FreeBSD port, and not with PGP per se; so Kris closed the PR. G'luck, Peter -- The rest of this sentence is written in Thailand, on To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Jul 3 1: 8:35 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 85CBB37B403; Tue, 3 Jul 2001 01:08:33 -0700 (PDT) (envelope-from roam@FreeBSD.org) Received: (from roam@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f6388X861725; Tue, 3 Jul 2001 01:08:33 -0700 (PDT) (envelope-from roam) Date: Tue, 3 Jul 2001 01:08:33 -0700 (PDT) From: Message-Id: <200107030808.f6388X861725@freefall.freebsd.org> To: petef@databits.net, roam@FreeBSD.org, freebsd-ports@FreeBSD.org, roam@FreeBSD.org Subject: Re: ports/28661: New port: sysutils/service-config Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: New port: sysutils/service-config State-Changed-From-To: open->analyzed State-Changed-By: roam State-Changed-When: Tue Jul 3 01:07:13 PDT 2001 State-Changed-Why: Argh.. I've been thinking about hacking up something like this for a LONG time - seems like somebody beat me to it :) Responsible-Changed-From-To: freebsd-ports->roam Responsible-Changed-By: roam Responsible-Changed-When: Tue Jul 3 01:07:13 PDT 2001 Responsible-Changed-Why: I'd like to take a look at this :) http://www.FreeBSD.org/cgi/query-pr.cgi?pr=28661 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Jul 3 1:10:12 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2DAB037B407 for ; Tue, 3 Jul 2001 01:10:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f638A1K62025; Tue, 3 Jul 2001 01:10:01 -0700 (PDT) (envelope-from gnats) Received: from wlgrv1.pa.home.com (cc92687-a.wlgrv1.pa.home.com [24.5.63.190]) by hub.freebsd.org (Postfix) with ESMTP id 9CDE737B403; Tue, 3 Jul 2001 01:03:25 -0700 (PDT) (envelope-from pat@wlgrv1.pa.home.com) Received: (from root@localhost) by wlgrv1.pa.home.com (8.11.4/8.11.4) id f6383Px08740; Tue, 3 Jul 2001 04:03:25 -0400 (EDT) (envelope-from pat) Message-Id: <200107030803.f6383Px08740@wlgrv1.pa.home.com> Date: Tue, 3 Jul 2001 04:03:25 -0400 (EDT) From: pat@databits.net Reply-To: pat@databits.net To: FreeBSD-gnats-submit@freebsd.org Cc: wjv@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/28666: Fix Makefile for biology/fasta and biology/fasta3 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 28666 >Category: ports >Synopsis: Fix Makefile for biology/fasta and biology/fasta3 >Confidential: 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 03 01:10:00 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Patrick Li >Release: FreeBSD 4.3-STABLE i386 >Organization: N/A >Environment: System: FreeBSD bottlenek 4.3-STABLE FreeBSD 4.3-STABLE #0: Tue Jun 26 15:02:11 EDT 2001 pat@bottlenek:/usr/src/sys/compile/BOTTLENEK i386 >Description: Docs are installed with ${INSTALL_DATA} not ${INSTALL_MAN} Maintained by: wjv@FreeBSD.org >How-To-Repeat: N/A >Fix: diff -ruN /usr/ports/biology/fasta/Makefile fasta/Makefile --- /usr/ports/biology/fasta/Makefile Wed Jun 27 06:14:48 2001 +++ fasta/Makefile Tue Jul 3 03:05:54 2001 @@ -40,7 +40,7 @@ .if !defined(NOPORTDOCS) @ ${MKDIR} ${FASTA_DOCDIR} .for docfile in ${FASTA_DOCS} - @ ${INSTALL_MAN} ${WRKSRC}/${docfile} ${FASTA_DOCDIR} + @ ${INSTALL_DATA} ${WRKSRC}/${docfile} ${FASTA_DOCDIR} .endfor .endif diff -ruN /usr/ports/biology/fasta3/Makefile fasta3/Makefile --- /usr/ports/biology/fasta3/Makefile Wed Jun 27 06:14:49 2001 +++ fasta3/Makefile Tue Jul 3 03:06:25 2001 @@ -41,7 +41,7 @@ .if !defined(NOPORTDOCS) @ ${MKDIR} ${FASTA3_DOCDIR} .for docfile in ${FASTA3_DOCS} - @ ${INSTALL_MAN} ${WRKSRC}/${docfile} ${FASTA3_DOCDIR} + @ ${INSTALL_DATA} ${WRKSRC}/${docfile} ${FASTA3_DOCDIR} .endfor .endif .if !defined(BATCH) >Release-Note: >Audit-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 3 1:10:13 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0BCEF37B409 for ; Tue, 3 Jul 2001 01:10:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f638A2b62037; Tue, 3 Jul 2001 01:10:02 -0700 (PDT) (envelope-from gnats) Received: from wlgrv1.pa.home.com (cc92687-a.wlgrv1.pa.home.com [24.5.63.190]) by hub.freebsd.org (Postfix) with ESMTP id DF65A37B409 for ; Tue, 3 Jul 2001 01:06:12 -0700 (PDT) (envelope-from pat@wlgrv1.pa.home.com) Received: (from root@localhost) by wlgrv1.pa.home.com (8.11.4/8.11.4) id f6386BH08845; Tue, 3 Jul 2001 04:06:11 -0400 (EDT) (envelope-from pat) Message-Id: <200107030806.f6386BH08845@wlgrv1.pa.home.com> Date: Tue, 3 Jul 2001 04:06:11 -0400 (EDT) From: pat@databits.net Reply-To: pat@databits.net To: FreeBSD-gnats-submit@freebsd.org Cc: mzaki@e-mail.ne.jp X-Send-Pr-Version: 3.113 Subject: ports/28667: Fix Makefile/pkg-plist for biology/fastdnaml Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 28667 >Category: ports >Synopsis: Fix Makefile/pkg-plist for biology/fastdnaml >Confidential: 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 03 01:10:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Patrick Li >Release: FreeBSD 4.3-STABLE i386 >Organization: N/A >Environment: System: FreeBSD bottlenek 4.3-STABLE FreeBSD 4.3-STABLE #0: Tue Jun 26 15:02:11 EDT 2001 pat@bottlenek:/usr/src/sys/compile/BOTTLENEK i386 >Description: Docs are installed with ${INSTALL_DATA} not ${INSTALL_MAN} + Tweak pkg-plist a bit and add NOPORTDOCS support Maintained by: mzaki@e-mail.ne.jp >How-To-Repeat: N/A >Fix: diff -ruN /usr/ports/biology/fastdnaml/Makefile fastdnaml/Makefile --- /usr/ports/biology/fastdnaml/Makefile Tue Oct 24 06:33:47 2000 +++ fastdnaml/Makefile Tue Jul 3 03:07:15 2001 @@ -25,7 +25,7 @@ post-install: .if !defined(NOPORTDOCS) ${MKDIR} ${PREFIX}/share/doc/${PORTNAME} - ${INSTALL_MAN} ${WRKSRC}/docs/*.txt ${PREFIX}/share/doc/${PORTNAME} + ${INSTALL_DATA} ${WRKSRC}/docs/*.txt ${PREFIX}/share/doc/${PORTNAME} .endif .include diff -ruN /usr/ports/biology/fastdnaml/pkg-plist fastdnaml/pkg-plist --- /usr/ports/biology/fastdnaml/pkg-plist Thu Oct 12 08:31:13 2000 +++ fastdnaml/pkg-plist Tue Jul 3 03:08:12 2001 @@ -32,7 +32,7 @@ bin/fastdnaml/usertrees bin/fastdnaml/weights bin/fastdnaml/weights_categories -share/doc/fastdnaml/fastDNAml_doc_1.2.txt -share/doc/fastdnaml/fastDNAml_scripts.txt +%%PORTDOCS%%share/doc/fastdnaml/fastDNAml_doc_1.2.txt +%%PORTDOCS%%share/doc/fastdnaml/fastDNAml_scripts.txt +%%PORTDOCS%%@dirrm share/doc/fastdnaml @dirrm bin/fastdnaml -@dirrm share/doc/fastdnaml >Release-Note: >Audit-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 3 1:10:55 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8661837B401; Tue, 3 Jul 2001 01:10:53 -0700 (PDT) (envelope-from roam@FreeBSD.org) Received: (from roam@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f638ArR62247; Tue, 3 Jul 2001 01:10:53 -0700 (PDT) (envelope-from roam) Date: Tue, 3 Jul 2001 01:10:53 -0700 (PDT) From: Message-Id: <200107030810.f638ArR62247@freefall.freebsd.org> To: petef@databits.net, roam@FreeBSD.org, freebsd-ports@FreeBSD.org, roam@FreeBSD.org Subject: Re: ports/28662: New port: mail/qtools Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: New port: mail/qtools State-Changed-From-To: open->analyzed State-Changed-By: roam State-Changed-When: Tue Jul 3 01:10:14 PDT 2001 State-Changed-Why: This sounds interesting.. Responsible-Changed-From-To: freebsd-ports->roam Responsible-Changed-By: roam Responsible-Changed-When: Tue Jul 3 01:10:14 PDT 2001 Responsible-Changed-Why: I'll take care of this. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=28662 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Jul 3 1:11:30 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5D13D37B401; Tue, 3 Jul 2001 01:11:29 -0700 (PDT) (envelope-from wjv@FreeBSD.org) Received: (from wjv@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f638BTV62383; Tue, 3 Jul 2001 01:11:29 -0700 (PDT) (envelope-from wjv) Date: Tue, 3 Jul 2001 01:11:29 -0700 (PDT) From: Message-Id: <200107030811.f638BTV62383@freefall.freebsd.org> To: dbader@eece.unm.edu, wjv@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/28609: updated port clustalw version 1.81 -> 1.82 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: updated port clustalw version 1.81 -> 1.82 State-Changed-From-To: open->closed State-Changed-By: wjv State-Changed-When: Tue Jul 3 01:10:43 PDT 2001 State-Changed-Why: Committed, thanks! http://www.FreeBSD.org/cgi/query-pr.cgi?pr=28609 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Jul 3 1:18:21 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7696837B403; Tue, 3 Jul 2001 01:18:20 -0700 (PDT) (envelope-from wjv@FreeBSD.org) Received: (from wjv@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f638IKb63116; Tue, 3 Jul 2001 01:18:20 -0700 (PDT) (envelope-from wjv) Date: Tue, 3 Jul 2001 01:18:20 -0700 (PDT) From: Message-Id: <200107030818.f638IKb63116@freefall.freebsd.org> To: dbader@eece.unm.edu, wjv@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/28614: updated port biology/paml 3.03 -> 3.04 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: updated port biology/paml 3.03 -> 3.04 State-Changed-From-To: open->closed State-Changed-By: wjv State-Changed-When: Tue Jul 3 01:17:23 PDT 2001 State-Changed-Why: Committed, thanks! (Also added %%PORTDOCS%% pragma to pkg-plist.) http://www.FreeBSD.org/cgi/query-pr.cgi?pr=28614 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Jul 3 1:20:10 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9BCE837B406 for ; Tue, 3 Jul 2001 01:20:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f638K1R63390; Tue, 3 Jul 2001 01:20:01 -0700 (PDT) (envelope-from gnats) Received: from wlgrv1.pa.home.com (cc92687-a.wlgrv1.pa.home.com [24.5.63.190]) by hub.freebsd.org (Postfix) with ESMTP id 531A237B401 for ; Tue, 3 Jul 2001 01:10:26 -0700 (PDT) (envelope-from pat@wlgrv1.pa.home.com) Received: (from root@localhost) by wlgrv1.pa.home.com (8.11.4/8.11.4) id f638ADL08951; Tue, 3 Jul 2001 04:10:13 -0400 (EDT) (envelope-from pat) Message-Id: <200107030810.f638ADL08951@wlgrv1.pa.home.com> Date: Tue, 3 Jul 2001 04:10:13 -0400 (EDT) From: pat@databits.net Reply-To: pat@databits.net To: FreeBSD-gnats-submit@freebsd.org Cc: barnhart@genetics.wustl.edu X-Send-Pr-Version: 3.113 Subject: ports/28668: Fix pkg-plist/Makefile for biology/hmmer Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 28668 >Category: ports >Synopsis: Fix pkg-plist/Makefile for biology/hmmer >Confidential: 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 03 01:20:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Patrick Li >Release: FreeBSD 4.3-STABLE i386 >Organization: N/A >Environment: System: FreeBSD bottlenek 4.3-STABLE FreeBSD 4.3-STABLE #0: Tue Jun 26 15:02:11 EDT 2001 pat@bottlenek:/usr/src/sys/compile/BOTTLENEK i386 >Description: + Add NOPORTDOCS support to pkg-plist ${INSTALL_MAN} should be ${INSTALL_DATA} Maintained by: barnhart@genetics.wustl.edu >How-To-Repeat: N/A >Fix: diff -ruN /usr/ports/biology/hmmer/Makefile hmmer/Makefile --- /usr/ports/biology/hmmer/Makefile Sat Apr 8 18:04:37 2000 +++ hmmer/Makefile Tue Jul 3 03:18:32 2001 @@ -30,7 +30,7 @@ post-install: .if !defined(NOPORTDOCS) ${MKDIR} ${PREFIX}/share/doc/hmmer - ${INSTALL_MAN} ${WRKSRC}/Userguide/Userguide.ps ${PREFIX}/share/doc/hmmer + ${INSTALL_DATA} ${WRKSRC}/Userguide/Userguide.ps ${PREFIX}/share/doc/hmmer .endif @ ${CAT} ${PKGMESSAGE} diff -ruN /usr/ports/biology/hmmer/pkg-plist hmmer/pkg-plist --- /usr/ports/biology/hmmer/pkg-plist Mon Mar 8 15:23:47 1999 +++ hmmer/pkg-plist Tue Jul 3 03:18:23 2001 @@ -11,5 +11,5 @@ bin/hmmsearch bin/seqstat bin/sreformat -share/doc/hmmer/Userguide.ps -@dirrm share/doc/hmmer +%%PORTDOCS%%share/doc/hmmer/Userguide.ps +%%PORTDOCS%%@dirrm share/doc/hmmer >Release-Note: >Audit-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 3 1:20:13 2001 Delivered-To: freebsd-ports@freebsd.org Received: from hq1.tyfon.net (hq1.tyfon.net [217.27.162.35]) by hub.freebsd.org (Postfix) with ESMTP id 4A76B37B405; Tue, 3 Jul 2001 01:20:04 -0700 (PDT) (envelope-from dl@tyfon.net) Received: from localhost (localhost [127.0.0.1]) by hq1.tyfon.net (Postfix) with ESMTP id D7A9E1C7F9; Tue, 3 Jul 2001 10:20:01 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by hq1.tyfon.net (Postfix) with ESMTP id 0E0561C7FC; Tue, 3 Jul 2001 10:19:58 +0200 (CEST) Date: Tue, 3 Jul 2001 10:19:58 +0200 (CEST) From: Dan Larsson To: Peter Pentchev Cc: , Subject: Re: ports/25155: `ASSERTION FAILED' errors with security/pgp6 on FreeBSD-4.2 STABLE In-Reply-To: <20010703110940.B28604@ringworld.oblivion.bg> Message-ID: <20010703100853.V27346-100000@hq1.tyfon.net> Organization: Tyfon Svenska AB X-NCC-NIC: DL1999-RIPE X-NCC-RegID: se.tyfon MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Virus-Scanned: by hq1.tyfon.net Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Tue, 3 Jul 2001, Peter Pentchev wrote: | On Tue, Jul 03, 2001 at 08:30:01AM +0200, Dan Larsson wrote: | > On Mon, 2 Jul 2001 kris@FreeBSD.org wrote: | > | > | Synopsis: `ASSERTION FAILED' errors with security/pgp6 on FreeBSD-4.2 STABLE | > | | > | State-Changed-From-To: suspended->closed | > | State-Changed-By: kris | > | State-Changed-When: Mon Jul 2 12:52:14 PDT 2001 | > | State-Changed-Why: | > | No response from submitter | > | | > | http://www.FreeBSD.org/cgi/query-pr.cgi?pr=25155 | > | > What does this notice mean? | | On March 22nd, Kris Kennaway changed this PR's state from 'open' | to 'suspended' with the following message: | | | State-Changed-From-To: open->suspended | State-Changed-By: kris | State-Changed-When: Thu Mar 22 11:53:04 PST 2001 | State-Changed-Why: | Not sure exactly what you hope us to do with this: you haven't given | any insight on how to replicate the problem, and besides it's not usually | the job of the FreeBSD Ports team to fix bugs in ported software: that's | what software vendors are for :-) Unless you can show that this is | brokenness within the FreeBSD port and indicate (at the very least) how to | replicate it, this issue should be taken up with the PGP authors. | | | Apparently, you never responded with reasons why you think this is | a problem with the FreeBSD port, and not with PGP per se; so Kris | closed the PR. I have a strong recollection I did :) http://www.freebsd.org/cgi/getmsg.cgi?fetch=1273931+0+\ /usr/local/www/db/text/2001/freebsd-ports/20010325.freebsd-ports http://www.freebsd.org/cgi/getmsg.cgi?fetch=1276301+0+\ /usr/local/www/db/text/2001/freebsd-ports/20010325.freebsd-ports Regards +------ Dan Larsson | Tel: +46 8 550 120 21 Tyfon Svenska AB | Fax: +46 8 550 120 02 GPG and PGP keys | finger dl@hq1.tyfon.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 3 1:30:10 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C526037B405 for ; Tue, 3 Jul 2001 01:30:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f638U2F64623; Tue, 3 Jul 2001 01:30:02 -0700 (PDT) (envelope-from gnats) Date: Tue, 3 Jul 2001 01:30:02 -0700 (PDT) Message-Id: <200107030830.f638U2F64623@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Peter Pentchev Subject: Re: ports/25155: `ASSERTION FAILED' errors with security/pgp6 on FreeBSD-4.2 STABLE Reply-To: Peter Pentchev Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR ports/25155; it has been noted by GNATS. From: Peter Pentchev To: Dan Larsson Cc: kris@FreeBSD.org, freebsd-gnats-submit@FreeBSD.org Subject: Re: ports/25155: `ASSERTION FAILED' errors with security/pgp6 on FreeBSD-4.2 STABLE Date: Tue, 3 Jul 2001 11:28:54 +0300 On Tue, Jul 03, 2001 at 10:19:58AM +0200, Dan Larsson wrote: > On Tue, 3 Jul 2001, Peter Pentchev wrote: > > | On Tue, Jul 03, 2001 at 08:30:01AM +0200, Dan Larsson wrote: > | > On Mon, 2 Jul 2001 kris@FreeBSD.org wrote: > | > > | > | Synopsis: `ASSERTION FAILED' errors with security/pgp6 on FreeBSD-4.2 STABLE > | > | > | > | State-Changed-From-To: suspended->closed > | > | State-Changed-By: kris > | > | State-Changed-When: Mon Jul 2 12:52:14 PDT 2001 > | > | State-Changed-Why: > | > | No response from submitter > | > | > | > | http://www.FreeBSD.org/cgi/query-pr.cgi?pr=25155 > | > > | > What does this notice mean? > | > | On March 22nd, Kris Kennaway changed this PR's state from 'open' > | to 'suspended' with the following message: > | > | > | State-Changed-From-To: open->suspended > | State-Changed-By: kris > | State-Changed-When: Thu Mar 22 11:53:04 PST 2001 > | State-Changed-Why: > | Not sure exactly what you hope us to do with this: you haven't given > | any insight on how to replicate the problem, and besides it's not usually > | the job of the FreeBSD Ports team to fix bugs in ported software: that's > | what software vendors are for :-) Unless you can show that this is > | brokenness within the FreeBSD port and indicate (at the very least) how to > | replicate it, this issue should be taken up with the PGP authors. > | > | > | Apparently, you never responded with reasons why you think this is > | a problem with the FreeBSD port, and not with PGP per se; so Kris > | closed the PR. > > I have a strong recollection I did :) > > http://www.freebsd.org/cgi/getmsg.cgi?fetch=1273931+0+\ > /usr/local/www/db/text/2001/freebsd-ports/20010325.freebsd-ports > http://www.freebsd.org/cgi/getmsg.cgi?fetch=1276301+0+\ > /usr/local/www/db/text/2001/freebsd-ports/20010325.freebsd-ports Eep. Apparently, you did not send this to freebsd-gnats-submit@FreeBSD.org, but directly to -ports; thus, it never entered the PR audit trail. Well, Kris, seems like there *was* some kind of response after all? :) G'luck, Peter -- This sentence was in the past tense. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Jul 3 1:30:11 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 743E137B406 for ; Tue, 3 Jul 2001 01:30:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f638U1x64618; Tue, 3 Jul 2001 01:30:01 -0700 (PDT) (envelope-from gnats) Received: from wlgrv1.pa.home.com (cc92687-a.wlgrv1.pa.home.com [24.5.63.190]) by hub.freebsd.org (Postfix) with ESMTP id 0516937B407 for ; Tue, 3 Jul 2001 01:21:19 -0700 (PDT) (envelope-from pat@wlgrv1.pa.home.com) Received: (from root@localhost) by wlgrv1.pa.home.com (8.11.4/8.11.4) id f638LIn09222; Tue, 3 Jul 2001 04:21:18 -0400 (EDT) (envelope-from pat) Message-Id: <200107030821.f638LIn09222@wlgrv1.pa.home.com> Date: Tue, 3 Jul 2001 04:21:18 -0400 (EDT) From: pat@databits.net Reply-To: pat@databits.net To: FreeBSD-gnats-submit@freebsd.org Cc: rmiya@cc.hirosaki-u.ac.jp X-Send-Pr-Version: 3.113 Subject: ports/28669: Fixes for (biology: mopac molden psi88 xmolwt) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 28669 >Category: ports >Synopsis: Fixes for (biology: mopac molden psi88 xmolwt) >Confidential: 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 03 01:30:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Patrick Li >Release: FreeBSD 4.3-STABLE i386 >Organization: N/A >Environment: System: FreeBSD bottlenek 4.3-STABLE FreeBSD 4.3-STABLE #0: Tue Jun 26 15:02:11 EDT 2001 pat@bottlenek:/usr/src/sys/compile/BOTTLENEK i386 >Description: + pkg-plist NOPORTDOCS support + some patches contain other tweaks (Note: All maintained by rmiya@cc.hirosaki-u.ac.jp) Just fixing up some overlooked parts :) >How-To-Repeat: N/A >Fix: begin 644 patches.tgz M'XL(`.U^03L``^V:6V_:2!3'\PJ?8E9JI-VE&-M@$]!J%=2DVG1+4B616NT+ M,O887'Q;7QJR5;_[>FSPC;G1JG2EG?/@@,]O+IXY,__C"5[@6M"7+,>VS[Z7 M*;*LCT;@#""36W\!&.OJ*+L.55D=CU5=!T!11HIZ!N3OUJ.:I7%B1`"<14&0 MT+BG-83N*3IT6D,3#_I1>@L&:1P-PB!*XL'2"=Q@]3SP\N`8A)M5/W2=.`'M M&]U^O\]3L/,Z3E5Y MJLB(5KJ7EZ"OO-14T,NOEY==L'3\77/=?KPV(CBP`G/?`=M9I1&,I3"6_L*X M/<-/#9?A3;9)Y=ZY$A@G`\.RI>R[C?5YH6%*1F22G>@CSKM,SZ<*M*08KUPS@DELU]6Z*+T!\[,E8>]+'%5H8'XWB1;B0[@G_3 M"<Y7BP-%=V;X=M>>K<&5K`&Z3[)D2R7C:8)'F_MMTI6[B+#Y%GBN9 M\9J!+()HZ22&&Q?LI>5$D0<.1@_OR2O#NEHWJRV^VSL_?W=W_WAU]^KA_)RN M'G2TKB1<9*$J&!2K,"RN5!LN,!]#!EFI$`.L*1*+K*L3@RV5BH?;$?A*B^.44+ND@X[T`X5DEF@KI:\,.>`UE64`=<5E8'6 MU)6+Y&F^5%T&5U=@!EJI,0NL*S.#K52:!\P5FP.LJ3>+/E!RO@)[56?0=87G M0FMJS^`KY2>#M2R`!34R`@ZXR`XX0)0I,+$B:V!AK0R"A9.UF999\./-+*-1 MCIAQ,*DB^V!A%*"6E9SR_;_8FK[K\0_K_$?5=+D\_QD.1^C\1U45J'/TVX=?:C3N6+^MF/,D%G M/]EU?_8SOWLW>S4N/D=Y9E]"J"M-+(#7V+YJ94'@8NK7+D)I?&O+XUAQ7[ M1G9XOZH6YR"_:#7GG`-#\X_!"+&`E1I\7'"BQ+P!'R^<*&>M^SCB1%%,<:*< M'=C'&B?*5RM#W%OQR-)E.E.+4P9T4FWGL3!V+BY^K/YKLJ97^J_*2/_E\5#H M_RF,JO]Y<`SFQ@;:C@M!\RM)_9M4Y\%(P"S,1O@"*!=3>335E$K\6VQ3^X?R M5!E7VJ].7F;:GU^1]DN.#7ZRLG(^M'Z^O=LONE^ZH//B\_S/JYO[+^#%YW?W MUZ]O/GP95&LY;Y(+*O>(;C^C;VX?'F=OWR[FLUM4YOU]7GKPXO/5SUJ`I,RQNP`%DV^ZJ07!;\O8DE`\2][F]R['XJB2X]9W^O*HY;OK%,R-9P!T MD"V.+-]5-*!,)I/:^B`EQ]D"*193L4`F+U45]/+K/CF.L@J4ZJ-:?:S]CZ`: MFG(R#EW%C!_>+X?X3\D/_?V?,AIKU?N?K.2__]/$[_]. M8M04MPB.6H[;OD%*17B2N*,L]H%MIKE;2NS-@ M)3\#5LHT=Y574/X6\"FIIR2[VO\(GI(@C:'T,<1X[Z%A>1#C^$"JSPH2:95L M(A/C*_HCK1P;XRS^]*&T3CR7Z*<6WA4]V*0++TDH,`-!)W>#0H<^\+19#1:= MJPT<'6P.(@_+72FF2M)`_^C%*TR8,&'"A`D3)DR8,&'"A`D3)DR8,&'"A`D3 7)DR8,&'"A`D3)NQ_;_\"?7A(`P!0``#" ` end >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Jul 3 1:40:20 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0A28D37B40D for ; Tue, 3 Jul 2001 01:40:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f638e1a66084; Tue, 3 Jul 2001 01:40:01 -0700 (PDT) (envelope-from gnats) Received: from wlgrv1.pa.home.com (cc92687-a.wlgrv1.pa.home.com [24.5.63.190]) by hub.freebsd.org (Postfix) with ESMTP id 0B7CA37B403 for ; Tue, 3 Jul 2001 01:32:22 -0700 (PDT) (envelope-from pat@wlgrv1.pa.home.com) Received: (from root@localhost) by wlgrv1.pa.home.com (8.11.4/8.11.4) id f638WLn09443; Tue, 3 Jul 2001 04:32:21 -0400 (EDT) (envelope-from pat) Message-Id: <200107030832.f638WLn09443@wlgrv1.pa.home.com> Date: Tue, 3 Jul 2001 04:32:21 -0400 (EDT) From: pat@databits.net Reply-To: pat@databits.net To: FreeBSD-gnats-submit@freebsd.org Cc: dbader@eece.unm.edu X-Send-Pr-Version: 3.113 Subject: ports/28670: Fix pkg-plist for biology/phylip Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 28670 >Category: ports >Synopsis: Fix pkg-plist for biology/phylip >Confidential: 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 03 01:40:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Patrick Li >Release: FreeBSD 4.3-STABLE i386 >Organization: N/A >Environment: System: FreeBSD bottlenek 4.3-STABLE FreeBSD 4.3-STABLE #0: Tue Jun 26 15:02:11 EDT 2001 pat@bottlenek:/usr/src/sys/compile/BOTTLENEK i386 >Description: + Add NOPORTDOCS support to pkg-plist Maintained by: dbader@eece.unm.edu >How-To-Repeat: N/A >Fix: diff -ruN /usr/ports/biology/phylip/pkg-plist phylip/pkg-plist --- /usr/ports/biology/phylip/pkg-plist Mon Apr 2 01:10:15 2001 +++ phylip/pkg-plist Tue Jul 3 03:29:30 2001 @@ -32,45 +32,45 @@ bin/retree bin/seqboot bin/treedist -share/doc/phylip/clique.html -share/doc/phylip/consense.html -share/doc/phylip/contchar.html -share/doc/phylip/contml.html -share/doc/phylip/contrast.html -share/doc/phylip/discrete.html -share/doc/phylip/distance.html -share/doc/phylip/dnacomp.html -share/doc/phylip/dnadist.html -share/doc/phylip/dnainvar.html -share/doc/phylip/dnaml.html -share/doc/phylip/dnamlk.html -share/doc/phylip/dnamove.html -share/doc/phylip/dnapars.html -share/doc/phylip/dnapenny.html -share/doc/phylip/dollop.html -share/doc/phylip/dolmove.html -share/doc/phylip/dolpenny.html -share/doc/phylip/draw.html -share/doc/phylip/drawgram.html -share/doc/phylip/drawtree.html -share/doc/phylip/factor.html -share/doc/phylip/fitch.html -share/doc/phylip/gendist.html -share/doc/phylip/kitsch.html -share/doc/phylip/main.html -share/doc/phylip/mix.html -share/doc/phylip/move.html -share/doc/phylip/neighbor.html -share/doc/phylip/pars.html -share/doc/phylip/penny.html -share/doc/phylip/phylip.gif -share/doc/phylip/proml.html -share/doc/phylip/protdist.html -share/doc/phylip/protpars.html -share/doc/phylip/restdist.html -share/doc/phylip/restml.html -share/doc/phylip/retree.html -share/doc/phylip/seqboot.html -share/doc/phylip/sequence.html -share/doc/phylip/treedist.html -@dirrm share/doc/phylip +%%PORTDOCS%%share/doc/phylip/clique.html +%%PORTDOCS%%share/doc/phylip/consense.html +%%PORTDOCS%%share/doc/phylip/contchar.html +%%PORTDOCS%%share/doc/phylip/contml.html +%%PORTDOCS%%share/doc/phylip/contrast.html +%%PORTDOCS%%share/doc/phylip/discrete.html +%%PORTDOCS%%share/doc/phylip/distance.html +%%PORTDOCS%%share/doc/phylip/dnacomp.html +%%PORTDOCS%%share/doc/phylip/dnadist.html +%%PORTDOCS%%share/doc/phylip/dnainvar.html +%%PORTDOCS%%share/doc/phylip/dnaml.html +%%PORTDOCS%%share/doc/phylip/dnamlk.html +%%PORTDOCS%%share/doc/phylip/dnamove.html +%%PORTDOCS%%share/doc/phylip/dnapars.html +%%PORTDOCS%%share/doc/phylip/dnapenny.html +%%PORTDOCS%%share/doc/phylip/dollop.html +%%PORTDOCS%%share/doc/phylip/dolmove.html +%%PORTDOCS%%share/doc/phylip/dolpenny.html +%%PORTDOCS%%share/doc/phylip/draw.html +%%PORTDOCS%%share/doc/phylip/drawgram.html +%%PORTDOCS%%share/doc/phylip/drawtree.html +%%PORTDOCS%%share/doc/phylip/factor.html +%%PORTDOCS%%share/doc/phylip/fitch.html +%%PORTDOCS%%share/doc/phylip/gendist.html +%%PORTDOCS%%share/doc/phylip/kitsch.html +%%PORTDOCS%%share/doc/phylip/main.html +%%PORTDOCS%%share/doc/phylip/mix.html +%%PORTDOCS%%share/doc/phylip/move.html +%%PORTDOCS%%share/doc/phylip/neighbor.html +%%PORTDOCS%%share/doc/phylip/pars.html +%%PORTDOCS%%share/doc/phylip/penny.html +%%PORTDOCS%%share/doc/phylip/phylip.gif +%%PORTDOCS%%share/doc/phylip/proml.html +%%PORTDOCS%%share/doc/phylip/protdist.html +%%PORTDOCS%%share/doc/phylip/protpars.html +%%PORTDOCS%%share/doc/phylip/restdist.html +%%PORTDOCS%%share/doc/phylip/restml.html +%%PORTDOCS%%share/doc/phylip/retree.html +%%PORTDOCS%%share/doc/phylip/seqboot.html +%%PORTDOCS%%share/doc/phylip/sequence.html +%%PORTDOCS%%share/doc/phylip/treedist.html +%%PORTDOCS%%@dirrm share/doc/phylip >Release-Note: >Audit-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 3 1:40:21 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E667437B40F for ; Tue, 3 Jul 2001 01:40:04 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f638e4q66098; Tue, 3 Jul 2001 01:40:04 -0700 (PDT) (envelope-from gnats) Received: from wlgrv1.pa.home.com (cc92687-a.wlgrv1.pa.home.com [24.5.63.190]) by hub.freebsd.org (Postfix) with ESMTP id EB1E037B405 for ; Tue, 3 Jul 2001 01:35:09 -0700 (PDT) (envelope-from pat@wlgrv1.pa.home.com) Received: (from root@localhost) by wlgrv1.pa.home.com (8.11.4/8.11.4) id f638Z9R09555; Tue, 3 Jul 2001 04:35:09 -0400 (EDT) (envelope-from pat) Message-Id: <200107030835.f638Z9R09555@wlgrv1.pa.home.com> Date: Tue, 3 Jul 2001 04:35:09 -0400 (EDT) From: pat@databits.net Reply-To: pat@databits.net To: FreeBSD-gnats-submit@freebsd.org Cc: gjohnson@srrc.ars.usda.gov X-Send-Pr-Version: 3.113 Subject: ports/28671: Fix pkg-plist for biology/tinker Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 28671 >Category: ports >Synopsis: Fix pkg-plist for biology/tinker >Confidential: 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 03 01:40:04 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Patrick Li >Release: FreeBSD 4.3-STABLE i386 >Organization: N/A >Environment: System: FreeBSD bottlenek 4.3-STABLE FreeBSD 4.3-STABLE #0: Tue Jun 26 15:02:11 EDT 2001 pat@bottlenek:/usr/src/sys/compile/BOTTLENEK i386 >Description: + Add NOPORTDOCS support to pkg-plist Maintained by: gjohnson@srrc.ars.usda.gov >How-To-Repeat: N/A >Fix: begin 644 tinker.tgz M'XL(`*B#03L``^V=VX[;1A*&?9MY"MWX:C(:'=>.KQQLLA<+K!-D\P(FFQ2_5?_Q"(!%JB^\-CS?UU=38K-)E7E*J/T2Y@OC]'GSV_^ MK+9>K?ZVVRW>+.JVFOQ<[_:;]7ZQ>+?=K+:K]7Z[J7ZWWNW>O5FL_C2/K'8M MRB!?+-[D659*W-=S&,9_A4-_;:M/_.(IOWY:/%^+_/F2Y67Q_!)E<7:Z/9?- MA^/Y\N7T=(FCHEQ,?_'P]/3$=/SN'WFT^/&2+S:KQ7KU8;7^L%U7?U^M'QX? M'^^L?O?[-5S\\QHO%MO%:OMAN_NPW[;TQX^+I]W[[[>[]XO'[N?'CP^+ERA] M?KU]B]*R__OE^-+_O;B]W.*'I^(?_O6S0PC2-+NFAW!9 MOI8.^72-CN'RSV:B&(P'!VRI#51@+.%M,:#D4O@;))0X+]\&?JD$:9>GR&,#N'7!+5S+Q);S)0'4(9""_IC)0 M?<(@D)\J8%W@:32`Y&0#2$XV@.#D(0Z#=)D$7T),5(M@?1/`A]L@@J<&$7PU MB.AMBP@']9`'275EB[YTB.1+A]0+A0>1W+T=XNPAP#J+<2TGS M,HPT,<,(;H?5GY=S$$?B-691@D\6)7AE48)?G[,\"9)ZC3R$<>RG!.<'2/!] M@`37!TCP_!S&T:MTI;>`X$L+"'ZT@.!#$<2E>.`:0'"AT04/&MURH/OU2Y@> MSNV?3VO;OE/W];>N?(>^\=C?>.QO//:W'OM;C_VMQ_YN=,]R`K(#._L$.779 MP9W'P;W/P;W'P;W'@3UT(`^+:UP6U3G:>O2=1_]!U+?+M4??>'1Y_.UR[]'? M>?3W$_T25+>B8K)G&FO5K:JZ;5[R1)`_8;VZ->5)@O4P$8R?L\,9JTFRD<2M M*%[R#.O9)2YD-0BP7B35(Y_@=ZM+%MI_8?UK4#KE,BQ*]\ELE"`.-BO'56:) M]Y=0)WX)TA!W;534-P^JLU@_0T$1V6U$9/;;-0ZK49'A3D:F.QD8?SFF`;+< M:,!LH]E;XCNQ"/^`&G(F#/(H/<$Q.]G:<+IDV;CK]C?69?.NVU^GI]^$TV1D M.'HK(^/9UQA:KC5DMM8$F_AH-*+0TW6;MT34\UH&PC%J562X547+&]DTGFXG MB\:+^L8NR:+Q0C;^*O=^%7HWBSB>=R-CXXTL&Y>.:JO+YN%Q/;BV0D8!"\C! MM?UIE72H$!%B-+`)Y,!#(CTN8 MEL*:U.NH__UK!)><1,Z+QO'ZP"6CV1GY>@ES"9!]QY\7H^>!K$/[V=<473:M M"$>N163V=CB'EQ(:[F1DNI.Q\3@33%R,M&1`XV(C([?=%Z+Z*>[5E%'HD?"OD3T:@9W,,96;*=P9U<)=^D M1X1>Q^9OTD/"YU@X*JT(++Q8:T*_EP@^)AA9ZIW!A=_(J/L@*>!B-#'K?O1F]%V'/5^'4=BHT_"J`A^W5L2F\5&+@T,9P(NB4T'?I#K198D7]5X' M.ZY>!^MYK\/QQ=73);(-#C`OHT&^UW.E65I];019"6!+UEJ M"1E.X)N22JH7*7!Q=2HV*RQP:5%&\8MP,QD`9+\'P!#907H)T*G`>*>*EN%> MT\BB;;C;K&1AUIT*^EZJA[&HK+9MJ/L`(`O5QKW^!@U,SCW5RON[>< M1@8KAY'!PF%D-+-SF`9I"5^.]CKLGY7PR:05D=^-B+QN1#1FGEV$3ZF1P<.C MD07C82SMN2Q"\*`CA%%NLH&;T/N61T?A%MCKR+S1L?U8X"\:%X`,```X"'R.HK4AJB M`_`0'0"'@`^%M03-PL>Z,KKL+[!?(X*>[9,V<$9\QA>?T1M1>(3I=;$_W@#T MNF@?;P(:_7P]P7,X`)*%ZIXH>ECKT@"U+MDODB".Q1%:0AJC)=`HYZB$'_16 M1+8;T6&V^=&&]7T\1GF>+%I]B/V;"),0DHG:F6V^_G9+[3>I;JUVU:D\/+Y] M^^LOO_W^TR]___?;MU,/S3>O,C2*`971(1Z4XIIP2X;TCVS'C))D08+$X":N ME,&(2=OQIB3IFXP=A^H@04PJ00[QJ3QJ9#3"V#6U^,SSOK![D MQ,QPH3'8:X81HF?1_BB6F8]'F(,V9ATN4^_IAE@WG M3&X_8W+[&0[O*8?M>&N>W3+&NY M>PU#L4,,.D:;=S[>#V!##;'I%"@O0QW8QZQS)&.SCV6G0&;L/L;=!UKQ[B3* M#&_%P7O0/B:>X8BAAUAY!JR_CF(X9B)6/#V)@H=*%\H[X-NVC5G>!=^VK6.' MN'P2I;P=XO5]J(G=9SAF:!/33W#]C_0G0M_VU0,;BD`_`D424&@;)$6BM`,%[P!\(G:AG-4^)X%$.0?Z7`4.9<_LD,/`LH0/!]^C MB:&(!?_@>QQI*9/_P'#,J"8OPLMU.1(,1XW;Y4[XN'$>!4\3=YA)?@5/,W[; M>1AT29@V;E;+!HD[]!POPQX*X#.\>#92D?3.X'!5*>FIP0 M'VCEAY`H,[R5-^)'NQP2"N0&[W)+&)!:\JV<$XXD1A_";BB0&'L(P_&"=FPM M#5.6AQ@7$HW]*XJ=WT*BA*^3O!>>)B8WS8?A<6(IG.3)^.@^9X8"FG7HTMW.92%3^(FJ$$KZ.\YUHF/!WG`?EA[GS->1'42`QM)4W MQ9&$S5$^%=N,1QE;YS3-0-G MK"?4EP/G9W-R`VOG_I$HX<`H)Y!E";M6KB!'4C:''$(2I<8?<@L]Z#C/ MD(8))\;YAW[8RD6D8&IGF>F.R&;G,^O5B7_^GEZBE[J8>FS2IYLOQ/%'X- M\[L:)=WOV0(H'>ZH@[+!=5!,I_MR*/NA',I^_?UVOUH\=C^U'(J60Q$(*]]; MRZ%`0LNA2(B60Y%\TG(H-:3E4+08XO MKO^22,NEV#(RK>521K*62[$U+962YFHHF4MEP)$8%;+I8C&M5S*(&FY M%*1JN10H:[F4>U'+I4@RZJWE4E!O+9>BY5*T7(J62_D_*)?2?K^JI53T[`IG4,NN<"@] MOI9=T;(KA$4MNP(X9EPMNS)FM>R*EEW1LBM:=H6#*Release-Note: >Audit-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 3 2:10: 1 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2760A37B407; Tue, 3 Jul 2001 02:09:58 -0700 (PDT) (envelope-from knu@FreeBSD.org) Received: (from knu@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f6399ve72930; Tue, 3 Jul 2001 02:09:57 -0700 (PDT) (envelope-from knu) Date: Tue, 3 Jul 2001 02:09:57 -0700 (PDT) From: Message-Id: <200107030909.f6399ve72930@freefall.freebsd.org> To: perky@python.or.kr, knu@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/28639: New port: ftp/py-curl Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: New port: ftp/py-curl State-Changed-From-To: open->closed State-Changed-By: knu State-Changed-When: Tue Jul 3 18:09:49 JST 2001 State-Changed-Why: Committed, thanks! http://www.FreeBSD.org/cgi/query-pr.cgi?pr=28639 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Jul 3 2:10:14 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A3C0537B401; Tue, 3 Jul 2001 02:10:09 -0700 (PDT) (envelope-from wjv@FreeBSD.org) Received: (from wjv@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f639A9K72993; Tue, 3 Jul 2001 02:10:09 -0700 (PDT) (envelope-from wjv) Date: Tue, 3 Jul 2001 02:10:09 -0700 (PDT) From: Message-Id: <200107030910.f639A9K72993@freefall.freebsd.org> To: pat@databits.net, wjv@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/28666: Fix Makefile for biology/fasta and biology/fasta3 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: Fix Makefile for biology/fasta and biology/fasta3 State-Changed-From-To: open->closed State-Changed-By: wjv State-Changed-When: Tue Jul 3 02:09:24 PDT 2001 State-Changed-Why: Committed, thanks! http://www.FreeBSD.org/cgi/query-pr.cgi?pr=28666 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Jul 3 2:12: 1 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id CDE3D37B403; Tue, 3 Jul 2001 02:11:57 -0700 (PDT) (envelope-from knu@FreeBSD.org) Received: (from knu@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f639BuN73374; Tue, 3 Jul 2001 02:11:56 -0700 (PDT) (envelope-from knu) Date: Tue, 3 Jul 2001 02:11:56 -0700 (PDT) From: Message-Id: <200107030911.f639BuN73374@freefall.freebsd.org> To: nakaji@jp.freebsd.org, knu@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/28627: [security fix] japanese/samba Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: [security fix] japanese/samba State-Changed-From-To: open->closed State-Changed-By: knu State-Changed-When: Tue Jul 3 18:11:48 JST 2001 State-Changed-Why: Committed, thanks! http://www.FreeBSD.org/cgi/query-pr.cgi?pr=28627 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Jul 3 2:18:53 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3AA1837B403; Tue, 3 Jul 2001 02:18:51 -0700 (PDT) (envelope-from knu@FreeBSD.org) Received: (from knu@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f639Ikw74535; Tue, 3 Jul 2001 02:18:46 -0700 (PDT) (envelope-from knu) Date: Tue, 3 Jul 2001 02:18:46 -0700 (PDT) From: Message-Id: <200107030918.f639Ikw74535@freefall.freebsd.org> To: skv@protey.ru, knu@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/28641: Update port: Sablot-0.60 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: Update port: Sablot-0.60 State-Changed-From-To: open->closed State-Changed-By: knu State-Changed-When: Tue Jul 3 18:18:25 JST 2001 State-Changed-Why: Committed with a PORTREVISION bump, thanks! http://www.FreeBSD.org/cgi/query-pr.cgi?pr=28641 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Jul 3 2:29:47 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9195E37B401; Tue, 3 Jul 2001 02:29:45 -0700 (PDT) (envelope-from wjv@FreeBSD.org) Received: (from wjv@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f639TjS78817; Tue, 3 Jul 2001 02:29:45 -0700 (PDT) (envelope-from wjv) Date: Tue, 3 Jul 2001 02:29:45 -0700 (PDT) From: Message-Id: <200107030929.f639TjS78817@freefall.freebsd.org> To: wjv@FreeBSD.org, freebsd-ports@FreeBSD.org, wjv@FreeBSD.org Subject: Re: ports/28663: Fix pkg-plist for biology/biojava Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: Fix pkg-plist for biology/biojava Responsible-Changed-From-To: freebsd-ports->wjv Responsible-Changed-By: wjv Responsible-Changed-When: Tue Jul 3 02:28:33 PDT 2001 Responsible-Changed-Why: I'll take this. (Port in dire need of an update.) http://www.FreeBSD.org/cgi/query-pr.cgi?pr=28663 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Jul 3 3:30: 8 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id DEBDA37B405 for ; Tue, 3 Jul 2001 03:30:04 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f63AU4p90585; Tue, 3 Jul 2001 03:30:04 -0700 (PDT) (envelope-from gnats) Date: Tue, 3 Jul 2001 03:30:04 -0700 (PDT) Message-Id: <200107031030.f63AU4p90585@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Mamoru Iwaki Subject: Re: ports/24467: new ports graphics/libfpx Reply-To: Mamoru Iwaki Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR ports/24467; it has been noted by GNATS. From: Mamoru Iwaki To: freebsd-gnats-submit@FreeBSD.org, mi@aldan.algebra.com Cc: Subject: Re: ports/24467: new ports graphics/libfpx Date: Tue, 03 Jul 2001 19:23:37 +0900 Hi, On my PentiumPro machine with 4.3-stable, libfpx ports cannot be compiled as bellow. An easy way to clear the problem, I think, is the following modifications in Makefile, i.e. using `configure`. Now my question is Why need files/Makefile.BSD? It looks ad-hoc and very particular to FreeBSD. The use of `configure` is recommended in the installation instruction of this software, and it is a more generic solution for portability for the future even if no error is observed now in daily rebuild of this port. #Of cause, at least, the dependency and pkg-plist will be adjusted #to bring the modification to complition. =====< MODIFICATION >===== --- Makefile.org Sun Mar 11 05:35:18 2001 +++ Makefile Tue May 1 23:19:54 2001 @@ -22,6 +22,9 @@ WRKSRC= ${WRKDIR}/lib${DISTNAME} +HAS_CONFIGURE= yes +CONFIGURE_ARGS= --enable-shared + post-patch: # Replacing references to with # Ignore the /dev/stderr warning below. (What a hack!) @@ -29,6 +32,6 @@ `find ${WRKSRC} -type f | xargs ${GREP} -l ''` /dev/stderr INSTALLS_SHLIB= yes -MAKEFILE= ${FILESDIR}/Makefile.bsd +#MAKEFILE= ${FILESDIR}/Makefile.bsd .include =====< MODIFICATION >===== =====< error example >===== c++ -O -pipe -march=pentiumpro -I/usr/local/include -D_UNIX -fno-rtti -fno-exceptions -I/amd/mi004/home2/FreeBSD-src/stable4/ports/graphics/libfpx/work/libfpx-1.2.0/oless/h -I/amd/mi004/home2/FreeBSD-src/stable4/ports/graphics/libfpx/work/libfpx-1.2.0/jpeg -I/amd/mi004/home2/FreeBSD-src/stable4/ports/graphics/libfpx/work/libfpx-1.2.0/ole -I/amd/mi004/home2/FreeBSD-src/stable4/ports/graphics/libfpx/work/libfpx-1.2.0/basics -I/amd/mi004/home2/FreeBSD-src/stable4/ports/graphics/libfpx/work/libfpx-1.2.0/ri_image -I/amd/mi004/home2/FreeBSD-src/stable4/ports/graphics/libfpx/work/libfpx-1.2.0/oless -I/amd/mi004/home2/FreeBSD-src/stable4/ports/graphics/libfpx/work/libfpx-1.2.0/fpx -c /amd/mi004/home2/FreeBSD-src/stable4/ports/graphics/libfpx/work/libfpx-1.2.0/ri_image/cp32to24.cpp -o cp32to24.o /amd/mi004/home2/FreeBSD-src/stable4/ports/graphics/libfpx/work/libfpx-1.2.0/ri_image/cp32to24.cpp: In method `Boolean obj_Compresseur32Vers24::Decompresse(int8 *, short int, short int, int8 *, long int)': /amd/mi004/home2/FreeBSD-src/stable4/ports/graphics/libfpx/work/libfpx-1.2.0/ri_ image/cp32to24.cpp:154: implicit declaration of function `int assert(...)' *** Error code 1 =====< error example >===== --- ----- Mamoru IWAKI (iwaki@bc.niigata-u.ac.jp) Graduate School of Science and Technology, Niigata University To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Jul 3 5:15:40 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C84AD37B403; Tue, 3 Jul 2001 05:15:36 -0700 (PDT) (envelope-from kevlo@FreeBSD.org) Received: (from kevlo@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f63CFad16276; Tue, 3 Jul 2001 05:15:36 -0700 (PDT) (envelope-from kevlo) Date: Tue, 3 Jul 2001 05:15:36 -0700 (PDT) From: Message-Id: <200107031215.f63CFad16276@freefall.freebsd.org> To: simond@irrelevant.org, kevlo@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/28638: Maintainer Update port: x11-fm/worker Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: Maintainer Update port: x11-fm/worker State-Changed-From-To: open->closed State-Changed-By: kevlo State-Changed-When: Tue Jul 3 05:15:23 PDT 2001 State-Changed-Why: Committed, thanks. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=28638 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Jul 3 5:33:36 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id CD81F37B403; Tue, 3 Jul 2001 05:33:34 -0700 (PDT) (envelope-from kevlo@FreeBSD.org) Received: (from kevlo@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f63CXY517853; Tue, 3 Jul 2001 05:33:34 -0700 (PDT) (envelope-from kevlo) Date: Tue, 3 Jul 2001 05:33:34 -0700 (PDT) From: Message-Id: <200107031233.f63CXY517853@freefall.freebsd.org> To: tkato@prontomail.com, kevlo@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/28646: Update port: cad/xcircuit to 2.3.3 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: Update port: cad/xcircuit to 2.3.3 State-Changed-From-To: open->closed State-Changed-By: kevlo State-Changed-When: Tue Jul 3 05:33:23 PDT 2001 State-Changed-Why: Committed, thanks. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=28646 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Jul 3 5:40:14 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8674437B405; Tue, 3 Jul 2001 05:40:12 -0700 (PDT) (envelope-from kevlo@FreeBSD.org) Received: (from kevlo@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f63CeCi18419; Tue, 3 Jul 2001 05:40:12 -0700 (PDT) (envelope-from kevlo) Date: Tue, 3 Jul 2001 05:40:12 -0700 (PDT) From: Message-Id: <200107031240.f63CeCi18419@freefall.freebsd.org> To: jason-dated-995302556.c5a9d8@mastaler.com, kevlo@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/28642: Update mail/tmda to better support NOPORTDOCS Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: Update mail/tmda to better support NOPORTDOCS State-Changed-From-To: open->closed State-Changed-By: kevlo State-Changed-When: Tue Jul 3 05:40:00 PDT 2001 State-Changed-Why: Committed, thanks. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=28642 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Jul 3 5:43:11 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5AE8937B41D; Tue, 3 Jul 2001 05:43:02 -0700 (PDT) (envelope-from kevlo@FreeBSD.org) Received: (from kevlo@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f63Ch0j18769; Tue, 3 Jul 2001 05:43:00 -0700 (PDT) (envelope-from kevlo) Date: Tue, 3 Jul 2001 05:43:00 -0700 (PDT) From: Message-Id: <200107031243.f63Ch0j18769@freefall.freebsd.org> To: dom@happygiraffe.net, kevlo@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/28626: port mail/pgen has wrong www address Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: port mail/pgen has wrong www address State-Changed-From-To: open->closed State-Changed-By: kevlo State-Changed-When: Tue Jul 3 05:42:49 PDT 2001 State-Changed-Why: Committed, thanks. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=28626 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Jul 3 5:47:14 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6428437B403; Tue, 3 Jul 2001 05:47:13 -0700 (PDT) (envelope-from kevlo@FreeBSD.org) Received: (from kevlo@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f63ClD519380; Tue, 3 Jul 2001 05:47:13 -0700 (PDT) (envelope-from kevlo) Date: Tue, 3 Jul 2001 05:47:13 -0700 (PDT) From: Message-Id: <200107031247.f63ClD519380@freefall.freebsd.org> To: tkato@prontomail.com, kevlo@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/28645: Update port: audio/freeamp Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: Update port: audio/freeamp State-Changed-From-To: open->closed State-Changed-By: kevlo State-Changed-When: Tue Jul 3 05:47:02 PDT 2001 State-Changed-Why: Committed, thanks. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=28645 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Jul 3 6:10:18 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id BA37137B401; Tue, 3 Jul 2001 06:10:15 -0700 (PDT) (envelope-from kevlo@FreeBSD.org) Received: (from kevlo@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f63DAF524484; Tue, 3 Jul 2001 06:10:15 -0700 (PDT) (envelope-from kevlo) Date: Tue, 3 Jul 2001 06:10:15 -0700 (PDT) From: Message-Id: <200107031310.f63DAF524484@freefall.freebsd.org> To: tkato@prontomail.com, kevlo@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/28649: Update port: graphics/sane-backends to 1.0.5 (fix ports/28648) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: Update port: graphics/sane-backends to 1.0.5 (fix ports/28648) State-Changed-From-To: open->closed State-Changed-By: kevlo State-Changed-When: Tue Jul 3 06:10:03 PDT 2001 State-Changed-Why: Committed, thanks. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=28649 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Jul 3 6:18:19 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id DA9C437B407; Tue, 3 Jul 2001 06:18:17 -0700 (PDT) (envelope-from kevlo@FreeBSD.org) Received: (from kevlo@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f63DIH325550; Tue, 3 Jul 2001 06:18:17 -0700 (PDT) (envelope-from kevlo) Date: Tue, 3 Jul 2001 06:18:17 -0700 (PDT) From: Message-Id: <200107031318.f63DIH325550@freefall.freebsd.org> To: tkato@prontomail.com, kevlo@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/28650: Update port: graphics/sane-frontends to 1.0.5 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: Update port: graphics/sane-frontends to 1.0.5 State-Changed-From-To: open->closed State-Changed-By: kevlo State-Changed-When: Tue Jul 3 06:18:06 PDT 2001 State-Changed-Why: Committed, thanks. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=28650 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Jul 3 6:19:47 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C0FF037B403; Tue, 3 Jul 2001 06:19:45 -0700 (PDT) (envelope-from wjv@FreeBSD.org) Received: (from wjv@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f63DJix25788; Tue, 3 Jul 2001 06:19:44 -0700 (PDT) (envelope-from wjv) Date: Tue, 3 Jul 2001 06:19:44 -0700 (PDT) From: Message-Id: <200107031319.f63DJix25788@freefall.freebsd.org> To: pat@databits.net, wjv@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/28670: Fix pkg-plist for biology/phylip Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: Fix pkg-plist for biology/phylip State-Changed-From-To: open->closed State-Changed-By: wjv State-Changed-When: Tue Jul 3 06:19:13 PDT 2001 State-Changed-Why: Committed, thanks! http://www.FreeBSD.org/cgi/query-pr.cgi?pr=28670 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Jul 3 6:23: 7 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id CCEE437B40A; Tue, 3 Jul 2001 06:23:05 -0700 (PDT) (envelope-from kevlo@FreeBSD.org) Received: (from kevlo@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f63DN5626277; Tue, 3 Jul 2001 06:23:05 -0700 (PDT) (envelope-from kevlo) Date: Tue, 3 Jul 2001 06:23:05 -0700 (PDT) From: Message-Id: <200107031323.f63DN5626277@freefall.freebsd.org> To: peterh@sapros.com, kevlo@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/28655: Update port: net/gale to 0.99danger Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: Update port: net/gale to 0.99danger State-Changed-From-To: open->closed State-Changed-By: kevlo State-Changed-When: Tue Jul 3 06:22:55 PDT 2001 State-Changed-Why: Committed, thanks. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=28655 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Jul 3 6:25:38 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id AC3D737B401; Tue, 3 Jul 2001 06:25:36 -0700 (PDT) (envelope-from wjv@FreeBSD.org) Received: (from wjv@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f63DPag26670; Tue, 3 Jul 2001 06:25:36 -0700 (PDT) (envelope-from wjv) Date: Tue, 3 Jul 2001 06:25:36 -0700 (PDT) From: Message-Id: <200107031325.f63DPag26670@freefall.freebsd.org> To: pvh@egenetics.com, wjv@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/28633: Update port: devel/zthread updata from 1.4.1: minor bug fixes Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: Update port: devel/zthread updata from 1.4.1: minor bug fixes State-Changed-From-To: open->closed State-Changed-By: wjv State-Changed-When: Tue Jul 3 06:23:36 PDT 2001 State-Changed-Why: Committed (with addition of INSTALLS_SHLIB), thanks! (For future reference: A recursive, unified diff is somewhat easier to handle. :-) http://www.FreeBSD.org/cgi/query-pr.cgi?pr=28633 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Jul 3 6:27:22 2001 Delivered-To: freebsd-ports@freebsd.org Received: from heechee.tobez.org (254.adsl0.ryv.worldonline.dk [213.237.10.254]) by hub.freebsd.org (Postfix) with ESMTP id 3EFC237B403 for ; Tue, 3 Jul 2001 06:27:08 -0700 (PDT) (envelope-from tobez@tobez.org) Received: by heechee.tobez.org (Postfix, from userid 1001) id 3A7DA543D; Tue, 3 Jul 2001 15:27:05 +0200 (CEST) Date: Tue, 3 Jul 2001 15:27:05 +0200 From: Anton Berezin To: Mars G Miro Cc: Peter Pentchev , freebsd-ports@freebsd.org Subject: Re: clarification on P5-CGI port Message-ID: <20010703152705.N179@heechee.tobez.org> Mail-Followup-To: Anton Berezin , Mars G Miro , Peter Pentchev , freebsd-ports@freebsd.org References: <003f01c1035d$92219200$4500a8c0@nomad> <01070308584300.14737@hellraiser.cannoncreek.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <01070308584300.14737@hellraiser.cannoncreek.com>; from mars@cannoncreek.com on Tue, Jul 03, 2001 at 09:34:23AM +0800 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Tue, Jul 03, 2001 at 09:34:23AM +0800, Mars G Miro wrote: > > At some point in the past, there used to be a www/p5-CGI.pm port, > > which was removed when a version of perl containing CGI.pm was > > imported into the base system. I would go as far as to claim that > > that was a mistake. > > > > The forthcoming import of 5.6.1 into -current (and then into > > -stable) is supposed to solve the biggest problem with ports > > containing newer > > Will this be in time for FreeBSD 4.4R ? Let's see. The FreeBSD 4.4 release date is set to 2001-08-20. If everything goes well, I'll be running 5.6.1 installed by make world on my -current box this coming Sunday. Then there will be at least a week before it hits -current: such a change requires a thorough review process, and a lot of testing. So this gives us 2001-07-15 as the optimistically set date for 5.6.1 in -current. This kind of change must not be MFC'ed too quickly - there should be at least one month of testing in -current. Then we are five days before the 4.4 release date - and I will be shot if I put it in -stable this close to release. So the answer is no. > > versions of PM files which are in the base system - currently, even > > if such a port exists, and is installed, the older version of a > > module will be used if care is not taken, since the perl system path > > (/usr/libdata/perl/...) precedes perl local path > > (/usr/local/lib/perl5/... in the default @INC array. This is going > > to change. > So w/c means that at some point in the future, if I install a ported > perl module, the perl path will look for it first, instead of the > base, correct? That's correct. > > That said, the revival of the www/p5-CGI.pm port is in order, as > > well as the renaming of www/p5-CGI to www/p5-CGI-modules. > That would be fascinating! As there might be a few of us here who want > the functionality of the latest CGI.pm (for mod_perl, eperl, etc.) Yeah. I'll do the port tonight or tomorrow. Cheers, &Anton. -- May the tuna salad be with you. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Jul 3 6:53:51 2001 Delivered-To: freebsd-ports@freebsd.org Received: from mp.virtual-earth.de (mp.virtual-earth.de [212.89.109.98]) by hub.freebsd.org (Postfix) with ESMTP id EF17F37B401 for ; Tue, 3 Jul 2001 06:53:47 -0700 (PDT) (envelope-from mathiasp@mp.virtual-earth.de) Received: (from mathiasp@localhost) by mp.virtual-earth.de (8.11.4/8.11.4) id f63Drc878410 for ports@freebsd.org; Tue, 3 Jul 2001 15:53:38 +0200 (CEST) (envelope-from mathiasp) Message-Id: <200107031353.f63Drc878410@mp.virtual-earth.de> Date: Tue, 3 Jul 2001 15:53:37 +0200 (CEST) From: Mathias.Picker@virtual-earth.de Subject: kde2 on -current, compile problems 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 List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org kdebase2 stops with: Making all in kicker gmake[3]: Entering directory `/usr/ports/x11/kdebase2/work/kdebase-2.1.1/kcontrol/kicker' /usr/X11R6/bin/uic -o generaltab.h ./generaltab.ui /usr/libexec/ld-elf.so.1: /usr/lib/crtn.o: unsupported file type gmake[3]: *** [generaltab.h] Error 1 The system is a freshly installed -current system: FreeBSD mp.virtual-earth.de 5.0-CURRENT FreeBSD 5.0-CURRENT #4: Fri Jun 29 19:21:12 CEST 2001 mathiasp@mp.virtual-earth.de:/usr/obj/usr/src/sys/MP i386 Any ideas? thanks, mathias -- virtual earth Mathias Picker Geschäftsführer Gesellschaft für Wissens re/prä sentation mbH Mathias.Picker@virtual-earth.de Fon +49 89 / 540 7425-1 Fax +49 89 / 540 7425-9 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Jul 3 6:58: 6 2001 Delivered-To: freebsd-ports@freebsd.org Received: from mp.virtual-earth.de (mp.virtual-earth.de [212.89.109.98]) by hub.freebsd.org (Postfix) with ESMTP id EEA0E37B403 for ; Tue, 3 Jul 2001 06:58:01 -0700 (PDT) (envelope-from mathiasp@mp.virtual-earth.de) Received: (from mathiasp@localhost) by mp.virtual-earth.de (8.11.4/8.11.4) id f63Dw0o78466 for ports@freebsd.org; Tue, 3 Jul 2001 15:58:00 +0200 (CEST) (envelope-from mathiasp) Message-Id: <200107031358.f63Dw0o78466@mp.virtual-earth.de> Date: Tue, 3 Jul 2001 15:58:00 +0200 (CEST) From: Mathias.Picker@virtual-earth.de Subject: Re: kde2 on -current, compile problems To: ports@freebsd.org In-Reply-To: <200107031353.f63Drc878410@mp.virtual-earth.de> MIME-Version: 1.0 Content-Type: TEXT/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8BIT Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Just in case somebody thinks my crtn.o is tainted: mp# file /usr/lib/crtn.o /usr/lib/crtn.o: ELF 32-bit LSB relocatable, Intel 80386, version 1 (FreeBSD), not stripped mp# ls -l /usr/lib/crtn.o -r--r--r-- 1 root wheel 621 Jun 29 18:09 /usr/lib/crtn.o mp# ls -l /usr/libexec/ld-elf.so.1* -r-xr-xr-x 1 root wheel 86484 Jun 28 19:51 /usr/libexec/ld-elf.so.1 -r-xr-xr-x 1 root wheel 85108 Jun 27 01:01 /usr/libexec/ld-elf.so.1.old On 3 Jul, To: ports@freebsd.org wrote: > kdebase2 stops with: > > Making all in kicker > gmake[3]: Entering directory > `/usr/ports/x11/kdebase2/work/kdebase-2.1.1/kcontrol/kicker' > /usr/X11R6/bin/uic -o generaltab.h ./generaltab.ui > /usr/libexec/ld-elf.so.1: /usr/lib/crtn.o: unsupported file type > gmake[3]: *** [generaltab.h] Error 1 > > > The system is a freshly installed -current system: > > FreeBSD mp.virtual-earth.de 5.0-CURRENT FreeBSD 5.0-CURRENT #4: Fri > Jun 29 19:21:12 CEST 2001 > mathiasp@mp.virtual-earth.de:/usr/obj/usr/src/sys/MP i386 > > > Any ideas? > > thanks, mathias > > -- virtual earth Mathias Picker Geschäftsführer Gesellschaft für Wissens re/prä sentation mbH Mathias.Picker@virtual-earth.de Fon +49 89 / 540 7425-1 Fax +49 89 / 540 7425-9 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Jul 3 7:34:12 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8E15F37B405; Tue, 3 Jul 2001 07:34:10 -0700 (PDT) (envelope-from ru@FreeBSD.org) Received: (from ru@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f63EYA138776; Tue, 3 Jul 2001 07:34:10 -0700 (PDT) (envelope-from ru) Date: Tue, 3 Jul 2001 07:34:10 -0700 (PDT) From: Message-Id: <200107031434.f63EYA138776@freefall.freebsd.org> To: ru@FreeBSD.org, dgrimes@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/23822: mtree entries for German X11 man pages Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: mtree entries for German X11 man pages Responsible-Changed-From-To: dgrimes->freebsd-ports Responsible-Changed-By: ru Responsible-Changed-When: Tue Jul 3 07:30:28 PDT 2001 Responsible-Changed-Why: Fixed category and responsible. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=23822 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Jul 3 7:35:30 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3C0B037B403; Tue, 3 Jul 2001 07:35:29 -0700 (PDT) (envelope-from lioux@FreeBSD.org) Received: (from lioux@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f63EZTg38929; Tue, 3 Jul 2001 07:35:29 -0700 (PDT) (envelope-from lioux) Date: Tue, 3 Jul 2001 07:35:29 -0700 (PDT) From: Message-Id: <200107031435.f63EZTg38929@freefall.freebsd.org> To: lioux@FreeBSD.org, freebsd-ports@FreeBSD.org, cpiazza@FreeBSD.org Subject: Re: ports/28659: Update audio/napster to 1.4.5 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: Update audio/napster to 1.4.5 Responsible-Changed-From-To: freebsd-ports->cpiazza Responsible-Changed-By: lioux Responsible-Changed-When: Tue Jul 3 07:32:40 PDT 2001 Responsible-Changed-Why: Port is no longer maintainerless and has already been updated to 1.4.5 Over to maintainer http://www.FreeBSD.org/cgi/query-pr.cgi?pr=28659 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Jul 3 7:54: 4 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 983C937B403; Tue, 3 Jul 2001 07:54:02 -0700 (PDT) (envelope-from wjv@FreeBSD.org) Received: (from wjv@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f63Es2b41234; Tue, 3 Jul 2001 07:54:02 -0700 (PDT) (envelope-from wjv) Date: Tue, 3 Jul 2001 07:54:02 -0700 (PDT) From: Message-Id: <200107031454.f63Es2b41234@freefall.freebsd.org> To: pat@databits.net, wjv@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/28664: Fix pkg-plist for biology/chemeq Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: Fix pkg-plist for biology/chemeq State-Changed-From-To: open->closed State-Changed-By: wjv State-Changed-When: Tue Jul 3 07:53:25 PDT 2001 State-Changed-Why: Committed, thanks. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=28664 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Jul 3 8:29: 6 2001 Delivered-To: freebsd-ports@freebsd.org Received: from cj409896-a.reston1.va.home.com (cj409896-a.reston1.va.home.com [24.23.165.156]) by hub.freebsd.org (Postfix) with ESMTP id 141AD37B401 for ; Tue, 3 Jul 2001 08:29:03 -0700 (PDT) (envelope-from jandrese@vt.edu) Received: from escaflowne.el.hazard (escaflowne.el.hazard [192.168.0.1]) by cj409896-a.reston1.va.home.com (8.11.3/8.11.3) with ESMTP id f63FT2t17416 for ; Tue, 3 Jul 2001 11:29:02 -0400 (EDT) (envelope-from jandrese@vt.edu) Date: Tue, 3 Jul 2001 11:29:02 -0400 (EDT) From: Jason Andresen X-X-Sender: To: Subject: Problem building latest freeamp Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org I'm having trouble building the latest freeamp port under 4.3-STABLE. I'm trying to build freeamp-2.1.0_1 It dies with: c++ -I. -I. -I./config -DUNIX_LIBDIR=\"/usr/local/lib\" -Dfreebsd -I. -I./lib/gdbm -I./base/include -I./config -I./io/include -I./ui/include -I./lmc/include -I./io/soundcard/unix/linux/include -I./lmc/xingmp3/include -I./lmc/cd/include -I./plm/portable/pmp300/sba -I./lib/xml/include -I./lib/zlib/include -I./lib/unzip/include -I./io/cd/unix/include -I./base/aps -I./io/wavout/include -I./ui/lcd/include -I./ui/irman/include -I./lib/http/include -I./io/signature/include -I./plm/metadata/id3v2 -I./base/unix/include -I./base/unix/freebsd/include -I./ui/musicbrowser/unix/include -I./ui/freeamp/include -I./ui/freeamp/unix/include -I./ui/download/unix/include -I./ui/musicbrowser/include -I./ftc/kjofol -I/usr/local/include/glib12 -I/usr/local/include -I./lmc/vorbis/include -I./io/arts/include -Wall -O -pipe -D_M_IX86 -D_THREAD_SAFE -pthread -I/usr/local/include -I/usr/X11R6/include/gtk12 -I/usr/local/include/glib12 -I/usr/local/include -I/usr/X11R6/include -I/usr/X11R6/include -I/usr/X11R6/include/gtk12 -I/usr/local/include/glib12 -I/usr/local/include -I/usr/X11R6/include -D_REENTRANT -c base/src/player.cpp -o base/src/player.o /usr/include/g++/std/bastring.cc: In function `class ostream & operator <<, __default_alloc_template >(ostream &, const basic_string,__default_alloc_template > &)': base/aps/apsmetadata.h:138: instantiated from here /usr/include/g++/std/bastring.cc:470: no matching function for call to `ostream::__pthread_write (const char *, size_t)' /usr/include/g++/std/bastring.cc:470: warning: control reaches end of non-void function `operator <<, __default_alloc_template >(ostream &, const basic_string,__default_alloc_template > &)' gmake: *** [base/src/player.o] Error 1 *** Error code 2 Stop in /usr/ports/audio/freeamp. *** Error code 1 Any clue as to what might be wrong? .-------------------------------------------------------------------. | Jason Andresen -- ASCII art fiend -- My opinions are my own. O- |-. | There's often more than one correct thing. |"| | There's often more than one right thing. |"| | There's often more than one obvious thing. |"| | -- Larry Wall in <199806201726.KAA26569@wall.org> |"| `-------------------------------------------------------------------'"| `-=~=-=~=-=~=-=~=-=~=-=~=-=~=-=~=-=~=-=~=-=~=-=~=-=~=-=~=-=~=-=~=-=~' To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Jul 3 8:40:17 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 29B2437B403 for ; Tue, 3 Jul 2001 08:40:16 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f63FeG748897; Tue, 3 Jul 2001 08:40:16 -0700 (PDT) (envelope-from gnats) Date: Tue, 3 Jul 2001 08:40:16 -0700 (PDT) Message-Id: <200107031540.f63FeG748897@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Doug Anestad Subject: Re: ports/28651: New port: gprolog, A free Prolog compiler Reply-To: Doug Anestad Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR ports/28651; it has been noted by GNATS. From: Doug Anestad To: Cc: Subject: Re: ports/28651: New port: gprolog, A free Prolog compiler Date: Tue, 03 Jul 2001 11:37:46 -0400 Please change the doug@anestad.com to yotta@dougdidit.com in pkg-descr To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Jul 3 8:50:14 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4EF4F37B405 for ; Tue, 3 Jul 2001 08:50:04 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f63Fo4549988; Tue, 3 Jul 2001 08:50:04 -0700 (PDT) (envelope-from gnats) Date: Tue, 3 Jul 2001 08:50:04 -0700 (PDT) Message-Id: <200107031550.f63Fo4549988@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Mikhail Teterin Subject: Re: ports/24467: new ports graphics/libfpx Reply-To: Mikhail Teterin Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR ports/24467; it has been noted by GNATS. From: Mikhail Teterin To: iwaki@bsp.bc.niigata-u.ac.jp Cc: freebsd-gnats-submit@FreeBSD.org Subject: Re: ports/24467: new ports graphics/libfpx Date: Tue, 3 Jul 2001 11:48:20 -0400 (EDT) On 3 Jul, Mamoru Iwaki wrote: > Hi, > > On my PentiumPro machine with 4.3-stable, libfpx ports cannot be > compiled as bellow. Strange, me here and bento don't seem to have problems. Could you investigate? If there is a define missing, that configure creates, please, let me know... > An easy way to clear the problem, I think, is the following > modifications in Makefile, i.e. using `configure`. Now my question is > > Why need files/Makefile.BSD? > > It looks ad-hoc and very particular to FreeBSD. Well, I'm not sure, what's so "ad-hoc" about it, but yes, it is particular to FreeBSD -- hence the name (I'm quite certain it will work on other BSDs -- patches welcome). > The use of `configure` is recommended in the installation instruction > of this software, and it is a more generic solution for portability > for the future even if no error is observed now in daily rebuild of > this port. I tried using configure and the "recommended" build procedure. I don't remember the details, but I think it tries to build separate little libraries and build its own libjpeg. Generally, when the size of patches aproaches the size of the custom Makefile, I write the custom Makefile. The ports system only needs to be portable between BSDs. I believe, my aproach is fine. In this particular case, check if you have an include file conflict. Do you have a common.h in /usr/local/include by a chance? > =====< error example >===== > c++ -O -pipe -march=pentiumpro -I/usr/local/include -D_UNIX > -fno-rtti -fno-exceptions > -I/amd/mi004/home2/FreeBSD-src/stable4/ports/graphics/libfpx/work/libfpx-1.2.0/oless/h > -I/amd/mi004/home2/FreeBSD-src/stable4/ports/graphics/libfpx/work/libfpx-1.2.0/jpeg > -I/amd/mi004/home2/FreeBSD-src/stable4/ports/graphics/libfpx/work/libfpx-1.2.0/ole > -I/amd/mi004/home2/FreeBSD-src/stable4/ports/graphics/libfpx/work/libfpx-1.2.0/basics > -I/amd/mi004/home2/FreeBSD-src/stable4/ports/graphics/libfpx/work/libfpx-1.2.0/ri_image > -I/amd/mi004/home2/FreeBSD-src/stable4/ports/graphics/libfpx/work/libfpx-1.2.0/oless > -I/amd/mi004/home2/FreeBSD-src/stable4/ports/graphics/libfpx/work/libfpx-1.2.0/fpx > -c > /amd/mi004/home2/FreeBSD-src/stable4/ports/graphics/libfpx/work/libfpx-1.2.0/ri_image/cp32to24.cpp > -o cp32to24.o > /amd/mi004/home2/FreeBSD-src/stable4/ports/graphics/libfpx/work/libfpx-1.2.0/ri_image/cp32to24.cpp: > In method `Boolean obj_Compresseur32Vers24::Decompresse(int8 *, > short int, short int, int8 *, long int)': > /amd/mi004/home2/FreeBSD-src/stable4/ports/graphics/libfpx/work/libfpx-1.2.0/ri_ > image/cp32to24.cpp:154: implicit declaration of function `int assert(...)' > *** Error code 1 > =====< error example >===== > --- > ----- > Mamoru IWAKI (iwaki@bc.niigata-u.ac.jp) > Graduate School of Science and Technology, Niigata University -- |\__-----__/| _____/ ::::: :::\_____ '__--( ::::::::..::)--__` -mi If you have a / _- \/ :::::::\/ -_ serious knowledge / / :. .::::\ \ about computers -- | ::::::::::::| Ok, let's say you broke keep it in a secret! _|/ ::::____::\|_ the wall with your head "Rules of dating", / /:::::/:_::\::\:.\ What are you going to 'Playboy', ? 1994 | :| ..:(_/ \::|::|::| do in the next cell? | :|:::::. ::|: |::|.:| Stanislaw J. Lec \ |:: :::_/::/: :|:/ ((___\____\____/___/___)) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Jul 3 8:53:14 2001 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 D57E237B405 for ; Tue, 3 Jul 2001 08:53:08 -0700 (PDT) (envelope-from jdp@wall.polstra.com) Received: from vashon.polstra.com (vashon.polstra.com [206.213.73.13]) by wall.polstra.com (8.11.3/8.11.1) with ESMTP id f63Fr5D42469; Tue, 3 Jul 2001 08:53:05 -0700 (PDT) (envelope-from jdp@wall.polstra.com) Received: (from jdp@localhost) by vashon.polstra.com (8.11.3/8.11.0) id f63Fqui09435; Tue, 3 Jul 2001 08:52:56 -0700 (PDT) (envelope-from jdp) Date: Tue, 3 Jul 2001 08:52:56 -0700 (PDT) Message-Id: <200107031552.f63Fqui09435@vashon.polstra.com> To: ports@freebsd.org From: John Polstra Cc: Mathias.Picker@virtual-earth.de Subject: Re: kde2 on -current, compile problems In-Reply-To: <200107031353.f63Drc878410@mp.virtual-earth.de> References: <200107031353.f63Drc878410@mp.virtual-earth.de> Organization: Polstra & Co., Seattle, WA Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org In article <200107031353.f63Drc878410@mp.virtual-earth.de>, wrote: > kdebase2 stops with: > > Making all in kicker > gmake[3]: Entering directory `/usr/ports/x11/kdebase2/work/kdebase-2.1.1/kcontrol/kicker' > /usr/X11R6/bin/uic -o generaltab.h ./generaltab.ui > /usr/libexec/ld-elf.so.1: /usr/lib/crtn.o: unsupported file type > gmake[3]: *** [generaltab.h] Error 1 Could you please send me the output of "objdump -p /usr/X11R6/bin/uic"? Also the output of "ldd /usr/X11R6/bin/uic". Thanks, John -- John Polstra jdp@polstra.com John D. Polstra & Co., Inc. Seattle, Washington USA "Disappointment is a good sign of basic intelligence." -- Chögyam Trungpa To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Jul 3 10:40:23 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3FBF037B405 for ; Tue, 3 Jul 2001 10:40:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f63He2E67747; Tue, 3 Jul 2001 10:40:02 -0700 (PDT) (envelope-from gnats) Received: from gatesrv.RZ.UniBw-Muenchen.de (unknown [137.193.11.27]) by hub.freebsd.org (Postfix) with ESMTP id 867BC37B401 for ; Tue, 3 Jul 2001 10:34:58 -0700 (PDT) (envelope-from lizard@gaia.informatik.unibw-muenchen.de) Received: from gaia.informatik.unibw-muenchen.de (gaia.Informatik.UniBw-Muenchen.de [137.193.60.64]) by gatesrv.RZ.UniBw-Muenchen.de (8.11.2/8.11.2) with ESMTP id f63CXiO20400 for ; Tue, 3 Jul 2001 14:33:44 +0200 (MEST) Received: from localhost (localhost [127.0.0.1]) by gaia.informatik.unibw-muenchen.de (Postfix) with ESMTP id 03818115238 for ; Tue, 3 Jul 2001 14:33:38 +0200 (CEST) Received: by gaia.informatik.unibw-muenchen.de (Postfix, from userid 1001) id 8D687115237; Tue, 3 Jul 2001 14:33:23 +0200 (CEST) Message-Id: <20010703123323.8D687115237@gaia.informatik.unibw-muenchen.de> Date: Tue, 3 Jul 2001 14:33:23 +0200 (CEST) From: obraun@informatik.unibw-muenchen.de Reply-To: obraun@informatik.unibw-muenchen.de To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/28673: New Port: nhc98 - a haskell compiler to produce small executables Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 28673 >Category: ports >Synopsis: New Port: nhc98 - a haskell compiler to produce small executables >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 03 10:40:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Oliver Braun >Release: FreeBSD 4.3-STABLE i386 >Organization: >Environment: System: FreeBSD gaia.informatik.unibw-muenchen.de 4.3-STABLE FreeBSD 4.3-STABLE #2: Mon Jun 4 14:32:52 CEST 2001 root@gaia.informatik.unibw-muenchen.de:/usr/obj/usr/src/sys/GAIA_OB i386 # 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: # # nhc98 # nhc98/pkg-plist # nhc98/pkg-descr # nhc98/pkg-comment # nhc98/Makefile # nhc98/distinfo # nhc98/files # nhc98/files/patch-aa # echo c - nhc98 mkdir -p nhc98 > /dev/null 2>&1 echo x - nhc98/pkg-plist sed 's/^X//' >nhc98/pkg-plist << 'END-of-nhc98/pkg-plist' Xbin/harch Xbin/nhc98 Xbin/hmake Xbin/hi Xbin/hood Xbin/greencard-nhc98 Xbin/tprofprel Xbin/hp2graph Xbin/hat-trail Xbin/hat-stack Xbin/hat-connect Xbin/hat-check Xbin/hat-observe Xbin/hat-detect Xbin/hat-checki Xlib/nhc98/hat-trail.jar Xlib/nhc98/hood.jar Xlib/nhc98/ix86-FreeBSD/Prelude.a Xlib/nhc98/ix86-FreeBSD/Runtime.a Xlib/nhc98/ix86-FreeBSD/config Xlib/nhc98/ix86-FreeBSD/greencard-nhc98 Xlib/nhc98/ix86-FreeBSD/hmake-PRAGMA Xlib/nhc98/ix86-FreeBSD/hmake.config Xlib/nhc98/ix86-FreeBSD/libdebug.a Xlib/nhc98/ix86-FreeBSD/main.o Xlib/nhc98/ix86-FreeBSD/mutator.o Xlib/nhc98/ix86-FreeBSD/mutlib.o Xlib/nhc98/ix86-FreeBSD/nhc98comp Xlib/nhc98/ix86-FreeBSD/nhc98heap Xlib/nhc98/ix86-FreeBSD/HInteractive Xlib/nhc98/ix86-FreeBSD/MkProg Xlib/nhc98/ix86-FreeBSD/Older X%%TRACER%%lib/nhc98/ix86-FreeBSD/PreludeT.a X%%TRACER%%lib/nhc98/ix86-FreeBSD/RuntimeT.a X%%TRACER%%lib/nhc98/ix86-FreeBSD/hat-check X%%TRACER%%lib/nhc98/ix86-FreeBSD/hat-checki X%%TRACER%%lib/nhc98/ix86-FreeBSD/hat-connect X%%TRACER%%lib/nhc98/ix86-FreeBSD/hat-detect X%%TRACER%%lib/nhc98/ix86-FreeBSD/hat-observe X%%TRACER%%lib/nhc98/ix86-FreeBSD/hat-stack X%%TRACER%%lib/nhc98/ix86-FreeBSD/libdebugT.a X%%TRACER%%lib/nhc98/ix86-FreeBSD/mainT.o X%%TRACER%%lib/nhc98/ix86-FreeBSD/mutatorT.o X%%TRACER%%lib/nhc98/ix86-FreeBSD/mutlibT.o X%%TRACER%%lib/nhc98/ix86-FreeBSD/Preludep.a X%%TRACER%%lib/nhc98/ix86-FreeBSD/Runtimep.a X%%TRACER%%lib/nhc98/ix86-FreeBSD/Runtimez.a X%%TRACER%%lib/nhc98/ix86-FreeBSD/hp2graph X%%TRACER%%lib/nhc98/ix86-FreeBSD/libdebugp.a X%%TRACER%%lib/nhc98/ix86-FreeBSD/libdebugz.a X%%TRACER%%lib/nhc98/ix86-FreeBSD/mainp.o X%%TRACER%%lib/nhc98/ix86-FreeBSD/mainz.o X%%TRACER%%lib/nhc98/ix86-FreeBSD/mutatorp.o X%%TRACER%%lib/nhc98/ix86-FreeBSD/mutatorz.o X%%TRACER%%lib/nhc98/ix86-FreeBSD/mutlibp.o X%%TRACER%%lib/nhc98/ix86-FreeBSD/mutlibz.o X%%TRACER%%lib/nhc98/ix86-FreeBSD/tpArrayz.a X%%TRACER%%lib/nhc98/ix86-FreeBSD/tpBinArrayz.a X%%TRACER%%lib/nhc98/ix86-FreeBSD/tpBinaryz.a X%%TRACER%%lib/nhc98/ix86-FreeBSD/tpBitz.a X%%TRACER%%lib/nhc98/ix86-FreeBSD/tpCPUTimez.a X%%TRACER%%lib/nhc98/ix86-FreeBSD/tpCStringz.a X%%TRACER%%lib/nhc98/ix86-FreeBSD/tpCharz.a X%%TRACER%%lib/nhc98/ix86-FreeBSD/tpComplexz.a X%%TRACER%%lib/nhc98/ix86-FreeBSD/tpDErrNoz.a X%%TRACER%%lib/nhc98/ix86-FreeBSD/tpDbgIfacez.a X%%TRACER%%lib/nhc98/ix86-FreeBSD/tpDirectoryz.a X%%TRACER%%lib/nhc98/ix86-FreeBSD/tpDriverz.a X%%TRACER%%lib/nhc98/ix86-FreeBSD/tpFFIz.a X%%TRACER%%lib/nhc98/ix86-FreeBSD/tpGreenCardz.a X%%TRACER%%lib/nhc98/ix86-FreeBSD/tpHaskellz.a X%%TRACER%%lib/nhc98/ix86-FreeBSD/tpIOExtrasz.a X%%TRACER%%lib/nhc98/ix86-FreeBSD/tpIOz.a X%%TRACER%%lib/nhc98/ix86-FreeBSD/tpIxz.a X%%TRACER%%lib/nhc98/ix86-FreeBSD/tpListz.a X%%TRACER%%lib/nhc98/ix86-FreeBSD/tpLocalez.a X%%TRACER%%lib/nhc98/ix86-FreeBSD/tpMaybez.a X%%TRACER%%lib/nhc98/ix86-FreeBSD/tpMonadz.a X%%TRACER%%lib/nhc98/ix86-FreeBSD/tpNonStdEvalz.a X%%TRACER%%lib/nhc98/ix86-FreeBSD/tpNonStdGetPIDz.a X%%TRACER%%lib/nhc98/ix86-FreeBSD/tpNonStdProfilez.a X%%TRACER%%lib/nhc98/ix86-FreeBSD/tpNonStdTracez.a X%%TRACER%%lib/nhc98/ix86-FreeBSD/tpNonStdUnsafeCoercez.a X%%TRACER%%lib/nhc98/ix86-FreeBSD/tpNumericz.a X%%TRACER%%lib/nhc98/ix86-FreeBSD/tpObservez.a X%%TRACER%%lib/nhc98/ix86-FreeBSD/tpPackedStringz.a X%%TRACER%%lib/nhc98/ix86-FreeBSD/tpPreludez.a X%%TRACER%%lib/nhc98/ix86-FreeBSD/tpRandomz.a X%%TRACER%%lib/nhc98/ix86-FreeBSD/tpRatioz.a X%%TRACER%%lib/nhc98/ix86-FreeBSD/tpSystemz.a X%%TRACER%%lib/nhc98/ix86-FreeBSD/tpTimez.a X%%TRACER%%lib/nhc98/ix86-FreeBSD/tpUnboxedArrayz.a X%%TRACER%%lib/nhc98/ix86-FreeBSD/tpWarningz.a X%%TRACER%%lib/nhc98/ix86-FreeBSD/tprofprel1.o X%%TRACER%%lib/nhc98/ix86-FreeBSD/tprofprel2.o X%%TRACER%%lib/nhc98/ix86-FreeBSD/tprofprel3.o Xinclude/nhc98/Array.T.hi Xinclude/nhc98/Array.hi Xinclude/nhc98/BinArray.hi Xinclude/nhc98/Binary.T.hi Xinclude/nhc98/Binary.hi Xinclude/nhc98/Bit.hi Xinclude/nhc98/CPUTime.T.hi Xinclude/nhc98/CPUTime.hi Xinclude/nhc98/Char.T.hi Xinclude/nhc98/Char.hi Xinclude/nhc98/Complex.T.hi Xinclude/nhc98/Complex.hi Xinclude/nhc98/DPrelude.hi Xinclude/nhc98/DbgIface.hi Xinclude/nhc98/DbgStub.hi Xinclude/nhc98/Directory.T.hi Xinclude/nhc98/Directory.hi Xinclude/nhc98/FFI.T.hi Xinclude/nhc98/FFI.hi Xinclude/nhc98/FFIBuiltin.T.hi Xinclude/nhc98/FFIBuiltin.hi Xinclude/nhc98/GreenCard.T.hi Xinclude/nhc98/GreenCard.gc Xinclude/nhc98/GreenCard.hi Xinclude/nhc98/Haskell.hi Xinclude/nhc98/HatBuiltin.hi Xinclude/nhc98/HsFFI.h Xinclude/nhc98/IO.T.hi Xinclude/nhc98/IO.hi Xinclude/nhc98/IOExtras.T.hi Xinclude/nhc98/IOExtras.hi Xinclude/nhc98/Ix.T.hi Xinclude/nhc98/Ix.hi Xinclude/nhc98/List.T.hi Xinclude/nhc98/List.hi Xinclude/nhc98/Locale.hi Xinclude/nhc98/Maybe.T.hi Xinclude/nhc98/Maybe.hi Xinclude/nhc98/Monad.T.hi Xinclude/nhc98/Monad.hi Xinclude/nhc98/NonStdEval.hi Xinclude/nhc98/NonStdGetPID.hi Xinclude/nhc98/NonStdProfile.hi Xinclude/nhc98/NonStdTrace.T.hi Xinclude/nhc98/NonStdTrace.hi Xinclude/nhc98/NonStdUnsafeCoerce.T.hi Xinclude/nhc98/NonStdUnsafeCoerce.hi Xinclude/nhc98/Numeric.T.hi Xinclude/nhc98/Numeric.hi Xinclude/nhc98/Observe.hi Xinclude/nhc98/PackedString.T.hi Xinclude/nhc98/PackedString.hi Xinclude/nhc98/Prelude.T.hi Xinclude/nhc98/Prelude.hi Xinclude/nhc98/PreludeBuiltin.T.hi Xinclude/nhc98/PreludeBuiltin.hi Xinclude/nhc98/Random.T.hi Xinclude/nhc98/Random.hi Xinclude/nhc98/Ratio.T.hi Xinclude/nhc98/Ratio.hi Xinclude/nhc98/System.T.hi Xinclude/nhc98/System.hi Xinclude/nhc98/Time.hi Xinclude/nhc98/Warning.hi Xinclude/nhc98/bytecode.h Xinclude/nhc98/bytecode_o.h Xinclude/nhc98/cinterface.h Xinclude/nhc98/codemacros.h Xinclude/nhc98/flt.h Xinclude/nhc98/greencard.h Xinclude/nhc98/haskell2c.h Xinclude/nhc98/hat.h Xinclude/nhc98/localmalloc.h Xinclude/nhc98/macros_o.h Xinclude/nhc98/mk.h Xinclude/nhc98/mkByHand.h Xinclude/nhc98/mkByProg.h Xinclude/nhc98/mutlib.h Xinclude/nhc98/newbytecode.h Xinclude/nhc98/newmacros.h Xinclude/nhc98/node.h Xinclude/nhc98/runtime.h Xinclude/nhc98/stableptr.h Xinclude/nhc98/twopass.h X@dirrm lib/nhc98/ix86-FreeBSD X@dirrm lib/nhc98 X@dirrm include/nhc98 X%%PORTDOCS%%share/doc/nhc98/98.html X%%PORTDOCS%%share/doc/nhc98/CcallingHaskell.html X%%PORTDOCS%%share/doc/nhc98/bugs.html X%%PORTDOCS%%share/doc/nhc98/compiler-options.html X%%PORTDOCS%%share/doc/nhc98/config.html X%%PORTDOCS%%share/doc/nhc98/contrib.html X%%PORTDOCS%%share/doc/nhc98/copyright.html X%%PORTDOCS%%share/doc/nhc98/cvs.html X%%PORTDOCS%%share/doc/nhc98/download.html X%%PORTDOCS%%share/doc/nhc98/errmsgs.html X%%PORTDOCS%%share/doc/nhc98/ffi.html X%%PORTDOCS%%share/doc/nhc98/fig2.html X%%PORTDOCS%%share/doc/nhc98/fig3.html X%%PORTDOCS%%share/doc/nhc98/fig4.html X%%PORTDOCS%%share/doc/nhc98/greencard-york.html X%%PORTDOCS%%share/doc/nhc98/greencard.html X%%PORTDOCS%%share/doc/nhc98/heapprof.html X%%PORTDOCS%%share/doc/nhc98/history.html X%%PORTDOCS%%share/doc/nhc98/history98.html X%%PORTDOCS%%share/doc/nhc98/hmake.html X%%PORTDOCS%%share/doc/nhc98/index.html X%%PORTDOCS%%share/doc/nhc98/install.html X%%PORTDOCS%%share/doc/nhc98/libraries.html X%%PORTDOCS%%share/doc/nhc98/limits.html X%%PORTDOCS%%share/doc/nhc98/limits.html.inst X%%PORTDOCS%%share/doc/nhc98/maillist.html X%%PORTDOCS%%share/doc/nhc98/runtime-options.html X%%PORTDOCS%%share/doc/nhc98/status.html X%%PORTDOCS%%share/doc/nhc98/todo.html X%%PORTDOCS%%share/doc/nhc98/tprof.html X%%PORTDOCS%%share/doc/nhc98/tracer.html X%%PORTDOCS%%share/doc/nhc98/windows.html X%%PORTDOCS%%share/doc/nhc98/york-release.html X%%PORTDOCS%%share/doc/nhc98/fig1.gif X%%PORTDOCS%%share/doc/nhc98/nhc13.gif X%%PORTDOCS%%share/doc/nhc98/nhc98.gif X%%PORTDOCS%%share/doc/nhc98/CVS/Entries X%%PORTDOCS%%share/doc/nhc98/CVS/Repository X%%PORTDOCS%%share/doc/nhc98/CVS/Root X%%PORTDOCS%%share/doc/nhc98/bugs/Nhc13Test1.hs X%%PORTDOCS%%share/doc/nhc98/bugs/Nhc13Test10.hs X%%PORTDOCS%%share/doc/nhc98/bugs/Nhc13Test13.hs X%%PORTDOCS%%share/doc/nhc98/bugs/nhc13test1.hs X%%PORTDOCS%%share/doc/nhc98/bugs/nhc13test10.hs X%%PORTDOCS%%share/doc/nhc98/bugs/nhc13test11.hs X%%PORTDOCS%%share/doc/nhc98/bugs/nhc13test12.hs X%%PORTDOCS%%share/doc/nhc98/bugs/nhc13test13.hs X%%PORTDOCS%%share/doc/nhc98/bugs/nhc13test14.hs X%%PORTDOCS%%share/doc/nhc98/bugs/nhc13test15.hs X%%PORTDOCS%%share/doc/nhc98/bugs/nhc13test16.hs X%%PORTDOCS%%share/doc/nhc98/bugs/nhc13test17.hs X%%PORTDOCS%%share/doc/nhc98/bugs/nhc13test18.hs X%%PORTDOCS%%share/doc/nhc98/bugs/nhc13test19.hs X%%PORTDOCS%%share/doc/nhc98/bugs/nhc13test2.hs X%%PORTDOCS%%share/doc/nhc98/bugs/nhc13test20.hs X%%PORTDOCS%%share/doc/nhc98/bugs/nhc13test3.hs X%%PORTDOCS%%share/doc/nhc98/bugs/nhc13test4.hs X%%PORTDOCS%%share/doc/nhc98/bugs/nhc13test5.hs X%%PORTDOCS%%share/doc/nhc98/bugs/nhc13test6.hs X%%PORTDOCS%%share/doc/nhc98/bugs/nhc13test7.hs X%%PORTDOCS%%share/doc/nhc98/bugs/nhc13test8.hs X%%PORTDOCS%%share/doc/nhc98/bugs/nhc13test9.hs X%%PORTDOCS%%share/doc/nhc98/bugs/nhc98test19.hs X%%PORTDOCS%%share/doc/nhc98/bugs/nhc98test20.hs X%%PORTDOCS%%share/doc/nhc98/bugs/nhc98test21.hs X%%PORTDOCS%%share/doc/nhc98/bugs/nhc98test22.hs X%%PORTDOCS%%share/doc/nhc98/bugs/nhc98test23.hs X%%PORTDOCS%%share/doc/nhc98/bugs/README X%%PORTDOCS%%share/doc/nhc98/bugs/CVS/Entries X%%PORTDOCS%%share/doc/nhc98/bugs/CVS/Repository X%%PORTDOCS%%share/doc/nhc98/bugs/CVS/Root X%%PORTDOCS%%share/doc/nhc98/examples/ZooQuiz.hs X%%PORTDOCS%%share/doc/nhc98/examples/CVS/Entries X%%PORTDOCS%%share/doc/nhc98/examples/CVS/Repository X%%PORTDOCS%%share/doc/nhc98/examples/CVS/Root X%%PORTDOCS%%share/doc/nhc98/hat/browser-detail.html X%%PORTDOCS%%share/doc/nhc98/hat/faq.html X%%PORTDOCS%%share/doc/nhc98/hat/feature-table.html X%%PORTDOCS%%share/doc/nhc98/hat/frejaHatHood.ps.gz X%%PORTDOCS%%share/doc/nhc98/hat/hat-trail-1.eps X%%PORTDOCS%%share/doc/nhc98/hat/hat-trail.gif X%%PORTDOCS%%share/doc/nhc98/hat/hat.gif X%%PORTDOCS%%share/doc/nhc98/hat/hatuser.tex X%%PORTDOCS%%share/doc/nhc98/hat/index.html X%%PORTDOCS%%share/doc/nhc98/hat/limitations-detail.html X%%PORTDOCS%%share/doc/nhc98/hat/limitations.html X%%PORTDOCS%%share/doc/nhc98/hat/maillist.html X%%PORTDOCS%%share/doc/nhc98/hat/old-tracing.html X%%PORTDOCS%%share/doc/nhc98/hat/paper.dvi X%%PORTDOCS%%share/doc/nhc98/hat/proposal.html X%%PORTDOCS%%share/doc/nhc98/hat/tracing.html X%%PORTDOCS%%share/doc/nhc98/hat/CVS/Entries X%%PORTDOCS%%share/doc/nhc98/hat/CVS/Repository X%%PORTDOCS%%share/doc/nhc98/hat/CVS/Root X%%PORTDOCS%%share/doc/nhc98/hmake/changes.html X%%PORTDOCS%%share/doc/nhc98/hmake/hmake.html X%%PORTDOCS%%share/doc/nhc98/hmake/index.html X%%PORTDOCS%%share/doc/nhc98/hmake/interactive.html X%%PORTDOCS%%share/doc/nhc98/hmake/lineedit.html X%%PORTDOCS%%share/doc/nhc98/hmake/CVS/Entries X%%PORTDOCS%%share/doc/nhc98/hmake/CVS/Repository X%%PORTDOCS%%share/doc/nhc98/hmake/CVS/Root X%%PORTDOCS%%share/doc/nhc98/implementation-notes/build-system X%%PORTDOCS%%share/doc/nhc98/implementation-notes/index.html X%%PORTDOCS%%share/doc/nhc98/implementation-notes/intro X%%PORTDOCS%%share/doc/nhc98/implementation-notes/phases X%%PORTDOCS%%share/doc/nhc98/implementation-notes/CVS/Entries X%%PORTDOCS%%share/doc/nhc98/implementation-notes/CVS/Repository X%%PORTDOCS%%share/doc/nhc98/implementation-notes/CVS/Root X%%PORTDOCS%%share/doc/nhc98/implementation-notes/space-efficient X%%PORTDOCS%%share/doc/nhc98/libs/BinArray.html X%%PORTDOCS%%share/doc/nhc98/libs/Binary.html X%%PORTDOCS%%share/doc/nhc98/libs/Bit.html X%%PORTDOCS%%share/doc/nhc98/libs/OldBinary.html X%%PORTDOCS%%share/doc/nhc98/libs/Time.html X%%PORTDOCS%%share/doc/nhc98/libs/CVS/Entries X%%PORTDOCS%%share/doc/nhc98/libs/CVS/Repository X%%PORTDOCS%%share/doc/nhc98/libs/CVS/Root X%%PORTDOCS%%share/doc/nhc98/libs/index.html X%%PORTDOCS%%@dirrm share/doc/nhc98/bugs/CVS X%%PORTDOCS%%@dirrm share/doc/nhc98/bugs X%%PORTDOCS%%@dirrm share/doc/nhc98/examples/CVS X%%PORTDOCS%%@dirrm share/doc/nhc98/examples X%%PORTDOCS%%@dirrm share/doc/nhc98/hat/CVS X%%PORTDOCS%%@dirrm share/doc/nhc98/hat X%%PORTDOCS%%@dirrm share/doc/nhc98/hmake/CVS X%%PORTDOCS%%@dirrm share/doc/nhc98/hmake X%%PORTDOCS%%@dirrm share/doc/nhc98/implementation-notes/CVS X%%PORTDOCS%%@dirrm share/doc/nhc98/implementation-notes X%%PORTDOCS%%@dirrm share/doc/nhc98/libs/CVS X%%PORTDOCS%%@dirrm share/doc/nhc98/libs X%%PORTDOCS%%@dirrm share/doc/nhc98/CVS X%%PORTDOCS%%@dirrm share/doc/nhc98 END-of-nhc98/pkg-plist echo x - nhc98/pkg-descr sed 's/^X//' >nhc98/pkg-descr << 'END-of-nhc98/pkg-descr' Xnhc98 is a fully-fledged compiler for Haskell 98, the standard lazy functional Xprogramming language. Written in Haskell, it is small and very portable, and Xaims to produce small executables that run in small amounts of memory. It comes Xwith extensive tool support for automatic compilation, foreign language Xinterfacing, heap and time profiling, tracing, and debugging. X XWWW: http://www.cs.york.ac.uk/fp/nhc98/ X X-- Oliver Braun Xobraun@informatik.unibw-muenchen.de END-of-nhc98/pkg-descr echo x - nhc98/pkg-comment sed 's/^X//' >nhc98/pkg-comment << 'END-of-nhc98/pkg-comment' XA fully-fledged compiler for Haskell 98 END-of-nhc98/pkg-comment echo x - nhc98/Makefile sed 's/^X//' >nhc98/Makefile << 'END-of-nhc98/Makefile' X# New ports collection makefile for: nhc98 X# Date created: 30 June 2001 X# Whom: Oliver Braun X# X# $FreeBSD$ X XPORTNAME= nhc98 XPORTVERSION= 1.06 XCATEGORIES= lang XMASTER_SITES= ftp://ftp.cs.york.ac.uk/pub/haskell/${PORTNAME}/ XDISTNAME= ${PORTNAME}src-${PORTVERSION} X XMAINTAINER= obraun@informatik.unibw-muenchen.de X X.if defined(WITH_TRACER) XRUN_DEPENDS= java:${PORTSDIR}/java/jdk XBUILD_DEPENDS= javac:${PORTSDIR}/java/jdk X.endif X XWRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} X X.if !defined(WITH_TRACER) XALL_TARGET= basic XPLIST_SUB+= TRACER="@comment " X.else XPLIST_SUB+= TRACER="" XMAKE_ENV+= PATH=${PREFIX}/jdk1.1.8/bin:${PATH} X.endif X XUSE_GMAKE= yes XHAS_CONFIGURE= yes X X.if !defined(NOPORTDOCS) XCONFIGURE_ARGS+= --docdir=${PREFIX}/share/doc/nhc98 +docs X.endif X XMAN1= harch.1 hmake.1 hp2graph.1 nhc98.1 X Xpre-fetch: X.if !defined(WITH_TRACER) X @${ECHO} "" X @${ECHO} " To build nhc98 with the tracer (requires JAVA)" X @${ECHO} " define WITH_TRACER" X @${ECHO} "" X.else X @${ECHO} "" X @${ECHO} " Building nhc98 with the tracer (requires JAVA)" X @${ECHO} "" X.endif X X# We need this to ensure that the libs will be installed into X# ${PREFIX}/lib/nhc98. Otherwise the libs will be installed X# into the build directory. The configure option won't work in the X# ports system. Xpre-install: X ${SED} -e "s#LIBDIR=.*##" \ X < ${WRKSRC}/targets/ix86-FreeBSD/config.cache \ X > ${WRKSRC}/targets/ix86-FreeBSD/config.cache.fix1 X ${ECHO} "LIBDIR=${PREFIX}/lib/nhc98" \ X >> ${WRKSRC}/targets/ix86-FreeBSD/config.cache.fix1 X ${RM} ${WRKSRC}/targets/ix86-FreeBSD/config.cache X ${MV} ${WRKSRC}/targets/ix86-FreeBSD/config.cache.fix1 \ X ${WRKSRC}/targets/ix86-FreeBSD/config.cache X Xpost-install: X ${SED} -e "s#/usr/doc/nhc98#${PREFIX}/share/doc/nhc98#" \ X < ${WRKSRC}/man/nhc98.1 > ${WRKSRC}/man/nhc98.1.fix X ${INSTALL_MAN} ${WRKSRC}/man/nhc98.1.fix ${PREFIX}/man/man1/nhc98.1 X ${RM} ${WRKSRC}/man/nhc98.1.fix X X.include END-of-nhc98/Makefile echo x - nhc98/distinfo sed 's/^X//' >nhc98/distinfo << 'END-of-nhc98/distinfo' XMD5 (nhc98src-1.06.tar.gz) = eceef01fdb19ec8bc4aa2952da457d95 END-of-nhc98/distinfo echo c - nhc98/files mkdir -p nhc98/files > /dev/null 2>&1 echo x - nhc98/files/patch-aa sed 's/^X//' >nhc98/files/patch-aa << 'END-of-nhc98/files/patch-aa' Xdiff -ruN src.bak/greencard/Makefile src/greencard/Makefile X--- src.bak/greencard/Makefile Tue May 29 16:22:46 2001 X+++ src/greencard/Makefile Mon Jun 18 16:31:45 2001 X@@ -34,7 +34,7 @@ X X X $(OBJDIR): X- mkdir -p $(OBJDIR) || /bin/true X+ mkdir -p $(OBJDIR) || /usr/bin/true X $(TARGET): $(OBJDIR) $(OBJDIR)/GreenCard$(EXE) X mv $(OBJDIR)/GreenCard$(EXE) $(TARGET) X strip $(TARGET) Xdiff -ruN src.bak/hmake/Makefile src/hmake/Makefile X--- src.bak/hmake/Makefile Tue May 29 16:29:07 2001 X+++ src/hmake/Makefile Mon Jun 18 16:32:21 2001 X@@ -48,7 +48,7 @@ X strip $@ X X $(OBJDIR): X- mkdir -p $(OBJDIR) || /bin/true X+ mkdir -p $(OBJDIR) || /usr/bin/true X $(OBJS): $(OBJDIR)/%.$O : %.hs X $(HC) $(HFLAGS) -c -o $@ $< X $(CPPOBJS) $(OBJDIR)/Older.$O: $(OBJDIR)/%.$O : %.hs Xdiff -ruN src.bak/hp2graph/Makefile src/hp2graph/Makefile X--- src.bak/hp2graph/Makefile Mon Oct 11 13:50:38 1999 X+++ src/hp2graph/Makefile Mon Jun 18 16:32:04 2001 X@@ -31,7 +31,7 @@ X X X $(OBJDIR): X- mkdir -p $(OBJDIR) || /bin/true X+ mkdir -p $(OBJDIR) || /usr/bin/true X X $(OBJS): $(OBJDIR)/%.o: %.c X $(CC) -c $(CFLAGS) -o $@ $< Xdiff -ruN src.bak/prelude/Makefile src/prelude/Makefile X--- src.bak/prelude/Makefile Mon Jun 4 12:40:41 2001 X+++ src/prelude/Makefile Mon Jun 18 16:31:24 2001 X@@ -80,7 +80,7 @@ X mkdir -p ${OBJDIR} X X ${OBJDIRS}: ${OBJDIR}/% : X- mkdir -p $@ || /bin/true X+ mkdir -p $@ || /usr/bin/true X X X ifeq "${TPROF}" "" X@@ -326,9 +326,9 @@ X X X ${OBJDIR}: X- mkdir -p ${OBJDIR} || /bin/true X+ mkdir -p ${OBJDIR} || /usr/bin/true X ${OBJDIRS}: ${OBJDIR}/% : X- mkdir -p $@ || /bin/true X+ mkdir -p $@ || /usr/bin/true X X ${ARCHIVE}: ${OBJDIR} ${OBJDIRS} ${SUBDIRSMK} X rm -f $@ Xdiff -ruN src.bak/runtime/Makefile src/runtime/Makefile X--- src.bak/runtime/Makefile Thu Dec 16 11:58:42 1999 X+++ src/runtime/Makefile Mon Jun 18 16:30:56 2001 X@@ -9,7 +9,7 @@ X X LD = ld X LDFLAGS = -r X-TRUE = /bin/true X+TRUE = /usr/bin/true X CC = gcc X AR = ar X ARFLAGS = r X@@ -48,7 +48,7 @@ X mkdir -p ${OBJDIR} X X ${OBJDIRS}: ${OBJDIR}/% : X- mkdir -p $@ || /bin/true X+ mkdir -p $@ || /usr/bin/true X X objdir: ${OBJDIR} X cd Kernel; $(MAKE) objdir END-of-nhc98/files/patch-aa exit >Description: >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 3 11:51: 3 2001 Delivered-To: freebsd-ports@freebsd.org Received: from mail.musha.org (daemon.musha.org [61.122.44.178]) by hub.freebsd.org (Postfix) with ESMTP id 5426E37B403 for ; Tue, 3 Jul 2001 11:51:00 -0700 (PDT) (envelope-from knu@iDaemons.org) Received: from archon.local.idaemons.org (archon.local.idaemons.org [192.168.1.32]) by mail.musha.org (Postfix) with ESMTP id C78FB4E3FB for ; Wed, 4 Jul 2001 03:50:58 +0900 (JST) Date: Wed, 04 Jul 2001 03:50:58 +0900 Message-ID: <86k81ponhp.wl@archon.local.idaemons.org> From: "Akinori MUSHA" To: ports@FreeBSD.org Subject: SQL Relay ports User-Agent: Wanderlust/2.5.4 (Smooth) SEMI/1.14.2 (=?ISO-8859-1?Q?Daish=F2?= =?ISO-8859-1?Q?ji?=) FLIM/1.14.2 (Yagi-Nishiguchi) APEL/10.2 MULE XEmacs/21.1 (patch 14) (Cuyahoga Valley) (i386--freebsd) Organization: Associated I. Daemons X-PGP-Public-Key: finger knu@FreeBSD.org X-PGP-Fingerprint: 081D 099C 1705 861D 4B70 B04A 920B EFC7 9FD9 E1EE MIME-Version: 1.0 (generated by SEMI 1.14.2 - =?ISO-8859-1?Q?=22Daish=F2ji=22?=) Content-Type: text/plain; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Hi, I've almost finished porting SQL Relay: http://www.firstworks.com/sqlrelay.html but somehow I'm having an authentication problem with it and have never succeed in connecting to the SQL Relay server on my local box. :( Now, I'd like any of you with interest (and experience, preferably :) in SQL Relay to test my ports out and feed me back. The tarball is available from the following URL: http://www.idaemons.org/~knu/tmp/sqlrelay-ports.tar.gz Which includes the following ports: databases/sqlrelay databases/java-sqlrelay databases/p5-sqlrelay databases/php-sqlrelay databases/py-sqlrelay databases/ruby-sqlrelay Thanks in advance, -- / /__ __ Akinori.org / MUSHA.org / ) ) ) ) / FreeBSD.org / Ruby-lang.org Akinori MUSHA aka / (_ / ( (__( @ iDaemons.org / and.or.jp "Freeze this moment a little bit longer, make each impression a little bit stronger.. Experience slips away -- Time stand still" To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Jul 3 11:59:58 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B964737B406; Tue, 3 Jul 2001 11:59:56 -0700 (PDT) (envelope-from lioux@FreeBSD.org) Received: (from lioux@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f63Ixuo80045; Tue, 3 Jul 2001 11:59:56 -0700 (PDT) (envelope-from lioux) Date: Tue, 3 Jul 2001 11:59:56 -0700 (PDT) From: Message-Id: <200107031859.f63Ixuo80045@freefall.freebsd.org> To: pat@databits.net, lioux@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/28574: Fix pkg-plist for archivers/lzo Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: Fix pkg-plist for archivers/lzo State-Changed-From-To: open->closed State-Changed-By: lioux State-Changed-When: Tue Jul 3 11:59:24 PDT 2001 State-Changed-Why: Committed, thanks! http://www.FreeBSD.org/cgi/query-pr.cgi?pr=28574 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Jul 3 12: 0:45 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 05B7A37B401; Tue, 3 Jul 2001 12:00:44 -0700 (PDT) (envelope-from lioux@FreeBSD.org) Received: (from lioux@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f63J0hN80213; Tue, 3 Jul 2001 12:00:43 -0700 (PDT) (envelope-from lioux) Date: Tue, 3 Jul 2001 12:00:43 -0700 (PDT) From: Message-Id: <200107031900.f63J0hN80213@freefall.freebsd.org> To: pat@databits.net, lioux@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/28575: Fix pkg-plist for archivers/macutils Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: Fix pkg-plist for archivers/macutils State-Changed-From-To: open->closed State-Changed-By: lioux State-Changed-When: Tue Jul 3 12:00:24 PDT 2001 State-Changed-Why: Committed, thanks! http://www.FreeBSD.org/cgi/query-pr.cgi?pr=28575 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Jul 3 12: 1:30 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id CD08937B405; Tue, 3 Jul 2001 12:01:28 -0700 (PDT) (envelope-from lioux@FreeBSD.org) Received: (from lioux@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f63J1Sm80342; Tue, 3 Jul 2001 12:01:28 -0700 (PDT) (envelope-from lioux) Date: Tue, 3 Jul 2001 12:01:28 -0700 (PDT) From: Message-Id: <200107031901.f63J1Sm80342@freefall.freebsd.org> To: pat@databits.net, lioux@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/28580: Fix pkg-plist for audio/cmp3 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: Fix pkg-plist for audio/cmp3 State-Changed-From-To: open->closed State-Changed-By: lioux State-Changed-When: Tue Jul 3 12:00:55 PDT 2001 State-Changed-Why: Committed, thanks! http://www.FreeBSD.org/cgi/query-pr.cgi?pr=28580 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Jul 3 12: 2: 3 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5EEAA37B401; Tue, 3 Jul 2001 12:02:02 -0700 (PDT) (envelope-from lioux@FreeBSD.org) Received: (from lioux@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f63J22d80493; Tue, 3 Jul 2001 12:02:02 -0700 (PDT) (envelope-from lioux) Date: Tue, 3 Jul 2001 12:02:02 -0700 (PDT) From: Message-Id: <200107031902.f63J22d80493@freefall.freebsd.org> To: pat@databits.net, lioux@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/28584: Fix pkg-plist for audio/grip Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: Fix pkg-plist for audio/grip State-Changed-From-To: open->closed State-Changed-By: lioux State-Changed-When: Tue Jul 3 12:01:41 PDT 2001 State-Changed-Why: Committed, thanks! http://www.FreeBSD.org/cgi/query-pr.cgi?pr=28584 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Jul 3 12: 2:39 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id BA5AA37B403; Tue, 3 Jul 2001 12:02:37 -0700 (PDT) (envelope-from lioux@FreeBSD.org) Received: (from lioux@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f63J2bg80630; Tue, 3 Jul 2001 12:02:37 -0700 (PDT) (envelope-from lioux) Date: Tue, 3 Jul 2001 12:02:37 -0700 (PDT) From: Message-Id: <200107031902.f63J2bg80630@freefall.freebsd.org> To: pat@databits.net, lioux@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/28588: Fix pkg-plist for audio/maplay Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: Fix pkg-plist for audio/maplay State-Changed-From-To: open->closed State-Changed-By: lioux State-Changed-When: Tue Jul 3 12:02:14 PDT 2001 State-Changed-Why: Committed, thanks! http://www.FreeBSD.org/cgi/query-pr.cgi?pr=28588 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Jul 3 12: 3:43 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1E67B37B401; Tue, 3 Jul 2001 12:03:42 -0700 (PDT) (envelope-from lioux@FreeBSD.org) Received: (from lioux@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f63J3gO80802; Tue, 3 Jul 2001 12:03:42 -0700 (PDT) (envelope-from lioux) Date: Tue, 3 Jul 2001 12:03:42 -0700 (PDT) From: Message-Id: <200107031903.f63J3gO80802@freefall.freebsd.org> To: pat@databits.net, lioux@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/28589: Fix pkg-plist for audio/mp3info Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: Fix pkg-plist for audio/mp3info State-Changed-From-To: open->closed State-Changed-By: lioux State-Changed-When: Tue Jul 3 12:02:49 PDT 2001 State-Changed-Why: Committed, thanks! http://www.FreeBSD.org/cgi/query-pr.cgi?pr=28589 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Jul 3 12: 4:23 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A48DB37B407; Tue, 3 Jul 2001 12:04:20 -0700 (PDT) (envelope-from lioux@FreeBSD.org) Received: (from lioux@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f63J4Ka80911; Tue, 3 Jul 2001 12:04:20 -0700 (PDT) (envelope-from lioux) Date: Tue, 3 Jul 2001 12:04:20 -0700 (PDT) From: Message-Id: <200107031904.f63J4Ka80911@freefall.freebsd.org> To: pat@databits.net, lioux@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/28593: Fix pkg-plist for audio/raproxy Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: Fix pkg-plist for audio/raproxy State-Changed-From-To: open->closed State-Changed-By: lioux State-Changed-When: Tue Jul 3 12:03:57 PDT 2001 State-Changed-Why: Committed, thanks! http://www.FreeBSD.org/cgi/query-pr.cgi?pr=28593 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Jul 3 12: 5:20 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 545E537B405; Tue, 3 Jul 2001 12:05:19 -0700 (PDT) (envelope-from lioux@FreeBSD.org) Received: (from lioux@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f63J5Jv81497; Tue, 3 Jul 2001 12:05:19 -0700 (PDT) (envelope-from lioux) Date: Tue, 3 Jul 2001 12:05:19 -0700 (PDT) From: Message-Id: <200107031905.f63J5Jv81497@freefall.freebsd.org> To: pat@databits.net, lioux@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/28597: Fix pkg-plist for audio/tracker Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: Fix pkg-plist for audio/tracker State-Changed-From-To: open->closed State-Changed-By: lioux State-Changed-When: Tue Jul 3 12:04:31 PDT 2001 State-Changed-Why: Committed, thanks! http://www.FreeBSD.org/cgi/query-pr.cgi?pr=28597 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Jul 3 12: 5:52 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9E56637B406; Tue, 3 Jul 2001 12:05:50 -0700 (PDT) (envelope-from lioux@FreeBSD.org) Received: (from lioux@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f63J5oB83900; Tue, 3 Jul 2001 12:05:50 -0700 (PDT) (envelope-from lioux) Date: Tue, 3 Jul 2001 12:05:50 -0700 (PDT) From: Message-Id: <200107031905.f63J5oB83900@freefall.freebsd.org> To: pat@databits.net, lioux@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/28601: Fix pkg-plist for benchmarks/nbench Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: Fix pkg-plist for benchmarks/nbench State-Changed-From-To: open->closed State-Changed-By: lioux State-Changed-When: Tue Jul 3 12:05:31 PDT 2001 State-Changed-Why: Committed, thanks! http://www.FreeBSD.org/cgi/query-pr.cgi?pr=28601 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Jul 3 12: 6:54 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 595F737B403; Tue, 3 Jul 2001 12:06:52 -0700 (PDT) (envelope-from lioux@FreeBSD.org) Received: (from lioux@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f63J6qH84148; Tue, 3 Jul 2001 12:06:52 -0700 (PDT) (envelope-from lioux) Date: Tue, 3 Jul 2001 12:06:52 -0700 (PDT) From: Message-Id: <200107031906.f63J6qH84148@freefall.freebsd.org> To: pat@databits.net, lioux@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/28602: Fix pkg-plist for benchmarks/netperf Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: Fix pkg-plist for benchmarks/netperf State-Changed-From-To: open->closed State-Changed-By: lioux State-Changed-When: Tue Jul 3 12:06:01 PDT 2001 State-Changed-Why: Committed, thanks! http://www.FreeBSD.org/cgi/query-pr.cgi?pr=28602 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Jul 3 12:10: 9 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 814B337B405 for ; Tue, 3 Jul 2001 12:10:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f63JA2v84631; Tue, 3 Jul 2001 12:10:02 -0700 (PDT) (envelope-from gnats) Received: from lilac.csi.cam.ac.uk (lilac.csi.cam.ac.uk [131.111.8.44]) by hub.freebsd.org (Postfix) with ESMTP id BED0137B401 for ; Tue, 3 Jul 2001 12:00:51 -0700 (PDT) (envelope-from sa264@cam.ac.uk) Received: from m211-6.phy.cam.ac.uk ([131.111.79.226]) by lilac.csi.cam.ac.uk with esmtp (Exim 3.22 #1) id 15HVPj-0000TH-00; Tue, 03 Jul 2001 20:00:47 +0100 Received: from sa264 by m211-6.phy.cam.ac.uk with local (Exim 3.22 #1) id 15HVPj-0004L7-00; Tue, 03 Jul 2001 20:00:47 +0100 Message-Id: Date: Tue, 03 Jul 2001 20:00:47 +0100 From: AMAKAWA Shuhei Reply-To: AMAKAWA Shuhei To: FreeBSD-gnats-submit@freebsd.org Cc: sa264@cam.ac.uk X-Send-Pr-Version: 3.113 Subject: ports/28674: update x11-toolkits/gtkextra to 0.99.15 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 28674 >Category: ports >Synopsis: update x11-toolkits/gtkextra to 0.99.15 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Tue Jul 03 12:10:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: AMAKAWA Shuhei >Release: FreeBSD 4.3-STABLE i386 >Organization: >Environment: System: FreeBSD mrc10.phy.cam.ac.uk 4.3-STABLE FreeBSD 4.3-STABLE #3: Thu Jun 28 08:30:49 BST 2001 sa264@mrc10.phy.cam.ac.uk:/usr/obj/usr/src/sys/KERNCONF i386 >Description: update x11-toolkits/gtkextra to 0.99.15 >How-To-Repeat: >Fix: Added file: files/patch-ad diff -uNr /usr/ports/x11-toolkits/gtkextra/Makefile gtkextra/Makefile --- /usr/ports/x11-toolkits/gtkextra/Makefile Mon May 14 15:00:30 2001 +++ gtkextra/Makefile Sat Jun 30 00:53:34 2001 @@ -6,7 +6,7 @@ # PORTNAME= gtkextra -PORTVERSION= 0.99.14 +PORTVERSION= 0.99.15 CATEGORIES= x11-toolkits MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ http://gtkextra.sourceforge.net/src/ \ diff -uNr /usr/ports/x11-toolkits/gtkextra/distinfo gtkextra/distinfo --- /usr/ports/x11-toolkits/gtkextra/distinfo Sun Mar 11 11:29:55 2001 +++ gtkextra/distinfo Sat Jun 30 00:55:25 2001 @@ -1 +1 @@ -MD5 (gtk+extra-0.99.14.tar.gz) = c782ada1c5cced3a01e96617e3ffa490 +MD5 (gtk+extra-0.99.15.tar.gz) = d6a58f5f4979cbb536d12e5e79e5742c diff -uNr /usr/ports/x11-toolkits/gtkextra/files/patch-aa gtkextra/files/patch-aa --- /usr/ports/x11-toolkits/gtkextra/files/patch-aa Fri Feb 9 19:35:22 2001 +++ gtkextra/files/patch-aa Sat Jun 30 19:11:45 2001 @@ -1,22 +1,19 @@ - -$FreeBSD: ports/x11-toolkits/gtkextra/files/patch-aa,v 1.4 2001/02/09 19:35:22 sobomax Exp $ - ---- gtkextra/Makefile.in.orig Sat Nov 18 23:02:45 2000 -+++ gtkextra/Makefile.in Fri Feb 9 20:52:21 2001 +--- gtkextra/Makefile.in.orig Thu Jun 28 16:25:32 2001 ++++ gtkextra/Makefile.in Sat Jun 30 19:11:07 2001 @@ -123,14 +123,14 @@ lib_LTLIBRARIES = libgtkextra.la libgtkextra_la_SOURCES = $(gtkextra_c_sources) --libgtkextra_la_LDFLAGS = -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE) -release $(LT_RELEASE) -export-dynamic $(shell gtk-config --libs) -+libgtkextra_la_LDFLAGS = -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE) -export-dynamic $(shell @GTK_CONFIG@ --libs) +-libgtkextra_la_LDFLAGS = -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE) -release $(LT_RELEASE) -export-dynamic $(shell gtk-config --libs) $(GTKGL_LIBS) ++libgtkextra_la_LDFLAGS = -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE) -export-dynamic $(shell @GTK_CONFIG --libs) $(GTKGL_LIBS) EXTRA_HEADERS = - EXTRA_DIST = $(gtkextra_private_h_sources) gtkextra.def makefile.msc + EXTRA_DIST = $(gtkextra_private_h_sources) gtkextra.def Makefile.win32 makefile.msc sat.xpm sg_small.xpm cloud.xpm suncloud.xpm # test programs, not to be installed --noinst_PROGRAMS = testgtksheet testgtkiconlist testgtkfilesel testgtkplot testgtkfont testrealtime testpolar testgtkplot3d testcontour testbubbles testflux testboxes -+noinst_PROGRAMS = #testgtksheet testgtkiconlist testgtkfilesel testgtkplot testgtkfont testrealtime testpolar testgtkplot3d testcontour testbubbles testflux testboxes +-noinst_PROGRAMS = testgtksheet testgtkiconlist testgtkfilesel testgtkplot testgtkfont testrealtime testpolar testgtkplot3d testcontour testbubbles testflux testboxes testimage testpixmap testcharsel ++noinst_PROGRAMS = #testgtksheet testgtkiconlist testgtkfilesel testgtkplot testgtkfont testrealtime testpolar testgtkplot3d testcontour testbubbles testflux testboxes testimage testpixmap testcharsel DEPS = libgtkextra.la LDADDS = libgtkextra.la $(GTK_LIBS) diff -uNr /usr/ports/x11-toolkits/gtkextra/files/patch-ad gtkextra/files/patch-ad --- /usr/ports/x11-toolkits/gtkextra/files/patch-ad Thu Jan 1 01:00:00 1970 +++ gtkextra/files/patch-ad Tue Jul 3 17:49:07 2001 @@ -0,0 +1,12 @@ +--- gtkextra/gtkplotps.c.orig Tue Jun 26 15:09:37 2001 ++++ gtkextra/gtkplotps.c Tue Jul 3 17:48:19 2001 +@@ -34,7 +34,9 @@ + #include + #include + #include ++#if __FreeBSD_version >= 500019 + #include ++#endif + + #include "gtkplot.h" + #include "gtkpsfont.h" diff -uNr /usr/ports/x11-toolkits/gtkextra/pkg-descr gtkextra/pkg-descr --- /usr/ports/x11-toolkits/gtkextra/pkg-descr Thu Aug 17 15:59:31 2000 +++ gtkextra/pkg-descr Tue Jul 3 17:57:26 2001 @@ -2,4 +2,4 @@ interfaces for the X Windows System. It is written in C and requires GTK+ version 1.2.x. -WWW: http://magnet.fsu.edu/~feiguin/gtk/ +WWW: http://gtkextra.sourceforge.net/ diff -uNr /usr/ports/x11-toolkits/gtkextra/pkg-plist gtkextra/pkg-plist --- /usr/ports/x11-toolkits/gtkextra/pkg-plist Sun Mar 11 11:29:55 2001 +++ gtkextra/pkg-plist Sat Jun 30 19:21:24 2001 @@ -1,5 +1,6 @@ bin/gtkextra-config include/gtkextra/gtkbordercombo.h +include/gtkextra/gtkcharsel.h include/gtkextra/gtkcheckitem.h include/gtkextra/gtkcolorcombo.h include/gtkextra/gtkcombobox.h @@ -22,6 +23,7 @@ include/gtkextra/gtkplotflux.h include/gtkextra/gtkplotgdk.h include/gtkextra/gtkplotpc.h +include/gtkextra/gtkplotpixmap.h include/gtkextra/gtkplotpolar.h include/gtkextra/gtkplotprint.h include/gtkextra/gtkplotps.h @@ -31,6 +33,6 @@ include/gtkextra/gtktogglecombo.h lib/libgtkextra.a lib/libgtkextra.so -lib/libgtkextra.so.14 +lib/libgtkextra.so.15 share/aclocal/gtkextra.m4 @dirrm include/gtkextra >Release-Note: >Audit-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 3 12:18:38 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 38E8037B407; Tue, 3 Jul 2001 12:18:35 -0700 (PDT) (envelope-from okazaki@FreeBSD.org) Received: (from okazaki@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f63JIZX85519; Tue, 3 Jul 2001 12:18:35 -0700 (PDT) (envelope-from okazaki) Date: Tue, 3 Jul 2001 12:18:35 -0700 (PDT) From: Message-Id: <200107031918.f63JIZX85519@freefall.freebsd.org> To: okazaki@FreeBSD.org, freebsd-ports@FreeBSD.org, gnome@FreeBSD.org Subject: Re: ports/28674: update x11-toolkits/gtkextra to 0.99.15 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: update x11-toolkits/gtkextra to 0.99.15 Responsible-Changed-From-To: freebsd-ports->gnome Responsible-Changed-By: okazaki Responsible-Changed-When: Tue Jul 3 12:17:47 PDT 2001 Responsible-Changed-Why: over to maintainers http://www.FreeBSD.org/cgi/query-pr.cgi?pr=28674 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Jul 3 12:23:35 2001 Delivered-To: freebsd-ports@freebsd.org Received: from mail.black.pl (rapid.black.pl [217.113.224.151]) by hub.freebsd.org (Postfix) with SMTP id 671B337B401 for ; Tue, 3 Jul 2001 12:23:16 -0700 (PDT) (envelope-from glash@black.pl) Received: (qmail 41278 invoked by uid 1001); 3 Jul 2001 19:23:28 -0000 Date: Tue, 3 Jul 2001 21:23:28 +0200 From: Artur Meski To: ports@freebsd.org Subject: Majordomo!!! Message-ID: <20010703212328.A41261@rapid.black.pl> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Hi. That, what I see is very strange for me! ------ [...] This port has installed the following binaries which execute with increased privileges. 325953 16 -rwsr-xr-x 1 root majordom 7313 3 Lip 21 :18 /usr/local/majordomo/wrapper If there are vulnerabilities in these programs there may be a security risk to the system. FreeBSD makes no guarantee about the security of ports included in the Ports Collection. Please type 'make deinstall' to deinstall the port if this is a concern. [...] ------ -rwsr-xr-x 1 root majordom 7313 3 Lip 21:18 /usr/local/majordomo/wrapper* Why it's set uid root!?! AFAIK it should be set gid majordom! -- Artur Meski [glash@freebsd.net.pl] [tel +48606494552] [http://glash.black.pl/] To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Jul 3 13: 0: 6 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 973A337B406 for ; Tue, 3 Jul 2001 13:00:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f63K02I89825; Tue, 3 Jul 2001 13:00:02 -0700 (PDT) (envelope-from gnats) Date: Tue, 3 Jul 2001 13:00:02 -0700 (PDT) Message-Id: <200107032000.f63K02I89825@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: "David A. Bader" Subject: Re: ports/28541: new port: biology/grappa Reply-To: "David A. Bader" Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR ports/28541; it has been noted by GNATS. From: "David A. Bader" To: freebsd-gnats-submit@FreeBSD.org, dbader@eece.unm.edu Cc: Subject: Re: ports/28541: new port: biology/grappa Date: Tue, 03 Jul 2001 13:54:06 -0600 This is a multi-part message in MIME format. --------------CED1C6649AD53D704B1F84CF Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit math/concorde has been updated, so this new port (biology/grappa) should be ready to go. -- David A. Bader Office: 505-277-6724 Assistant Professor and Regents' Lecturer FAX: 505-277-1439 Electrical and Computer Engineering Department University of New Mexico dbader@eece.unm.edu Albuquerque, NM 87131 http://www.eece.unm.edu/~dbader --------------CED1C6649AD53D704B1F84CF Content-Type: text/x-vcard; charset=us-ascii; name="dbader.vcf" Content-Transfer-Encoding: 7bit Content-Description: Card for David A. Bader Content-Disposition: attachment; filename="dbader.vcf" begin:vcard n:Bader;David A. tel;fax:505-277-1439 tel;work:505-277-6724 x-mozilla-html:FALSE url:http://www.eece.unm.edu/~dbader org:The University of New Mexico;Electrical and Computer Engineering adr:;;;Albuquerque;NM;87131;USA version:2.1 email;internet:dbader@eece.unm.edu title:Assistant Professor x-mozilla-cpt:;0 fn:David A. Bader end:vcard --------------CED1C6649AD53D704B1F84CF-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Jul 3 13:10:22 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id CDAC837B405 for ; Tue, 3 Jul 2001 13:10:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f63KA1u93445; Tue, 3 Jul 2001 13:10:01 -0700 (PDT) (envelope-from gnats) Received: from gatesrv.RZ.UniBw-Muenchen.de (unknown [137.193.11.27]) by hub.freebsd.org (Postfix) with ESMTP id D610937B403 for ; Tue, 3 Jul 2001 13:07:40 -0700 (PDT) (envelope-from lizard@gaia.informatik.unibw-muenchen.de) Received: from gaia.informatik.unibw-muenchen.de (gaia.Informatik.UniBw-Muenchen.de [137.193.60.64]) by gatesrv.RZ.UniBw-Muenchen.de (8.11.2/8.11.2) with ESMTP id f62Llwp04202; Mon, 2 Jul 2001 23:47:58 +0200 (MEST) Received: from localhost (localhost [127.0.0.1]) by gaia.informatik.unibw-muenchen.de (Postfix) with ESMTP id C0AC1115238; Mon, 2 Jul 2001 23:47:51 +0200 (CEST) Received: by gaia.informatik.unibw-muenchen.de (Postfix, from userid 1001) id D998B115237; Mon, 2 Jul 2001 23:47:45 +0200 (CEST) Message-Id: <20010702214745.D998B115237@gaia.informatik.unibw-muenchen.de> Date: Mon, 2 Jul 2001 23:47:45 +0200 (CEST) From: obraun@informatik.unibw-muenchen.de Reply-To: obraun@informatik.unibw-muenchen.de To: FreeBSD-gnats-submit@freebsd.org Cc: obraun@informatik.unibw-muenchen.de X-Send-Pr-Version: 3.113 Subject: ports/28676: New Port: nhc98 - a haskell compiler to produce small executables Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 28676 >Category: ports >Synopsis: New Port: nhc98 - a haskell compiler to produce small executables >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 03 13:10:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Oliver Braun >Release: FreeBSD 4.3-STABLE i386 >Organization: >Environment: System: FreeBSD gaia.informatik.unibw-muenchen.de 4.3-STABLE FreeBSD 4.3-STABLE #2: Mon Jun 4 14:32:52 CEST 2001 root@gaia.informatik.unibw-muenchen.de:/usr/obj/usr/src/sys/GAIA_OB i386 # 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: # # nhc98 # nhc98/pkg-plist # nhc98/pkg-descr # nhc98/pkg-comment # nhc98/Makefile # nhc98/distinfo # nhc98/files # nhc98/files/patch-aa # echo c - nhc98 mkdir -p nhc98 > /dev/null 2>&1 echo x - nhc98/pkg-plist sed 's/^X//' >nhc98/pkg-plist << 'END-of-nhc98/pkg-plist' Xbin/harch Xbin/nhc98 Xbin/hmake Xbin/hi Xbin/hood Xbin/greencard-nhc98 Xbin/tprofprel Xbin/hp2graph Xbin/hat-trail Xbin/hat-stack Xbin/hat-connect Xbin/hat-check Xbin/hat-observe Xbin/hat-detect Xbin/hat-checki Xlib/nhc98/hat-trail.jar Xlib/nhc98/hood.jar Xlib/nhc98/ix86-FreeBSD/Prelude.a Xlib/nhc98/ix86-FreeBSD/Runtime.a Xlib/nhc98/ix86-FreeBSD/config Xlib/nhc98/ix86-FreeBSD/greencard-nhc98 Xlib/nhc98/ix86-FreeBSD/hmake-PRAGMA Xlib/nhc98/ix86-FreeBSD/hmake.config Xlib/nhc98/ix86-FreeBSD/libdebug.a Xlib/nhc98/ix86-FreeBSD/main.o Xlib/nhc98/ix86-FreeBSD/mutator.o Xlib/nhc98/ix86-FreeBSD/mutlib.o Xlib/nhc98/ix86-FreeBSD/nhc98comp Xlib/nhc98/ix86-FreeBSD/nhc98heap Xlib/nhc98/ix86-FreeBSD/HInteractive Xlib/nhc98/ix86-FreeBSD/MkProg Xlib/nhc98/ix86-FreeBSD/Older X%%TRACER%%lib/nhc98/ix86-FreeBSD/PreludeT.a X%%TRACER%%lib/nhc98/ix86-FreeBSD/RuntimeT.a X%%TRACER%%lib/nhc98/ix86-FreeBSD/hat-check X%%TRACER%%lib/nhc98/ix86-FreeBSD/hat-checki X%%TRACER%%lib/nhc98/ix86-FreeBSD/hat-connect X%%TRACER%%lib/nhc98/ix86-FreeBSD/hat-detect X%%TRACER%%lib/nhc98/ix86-FreeBSD/hat-observe X%%TRACER%%lib/nhc98/ix86-FreeBSD/hat-stack X%%TRACER%%lib/nhc98/ix86-FreeBSD/libdebugT.a X%%TRACER%%lib/nhc98/ix86-FreeBSD/mainT.o X%%TRACER%%lib/nhc98/ix86-FreeBSD/mutatorT.o X%%TRACER%%lib/nhc98/ix86-FreeBSD/mutlibT.o X%%TRACER%%lib/nhc98/ix86-FreeBSD/Preludep.a X%%TRACER%%lib/nhc98/ix86-FreeBSD/Runtimep.a X%%TRACER%%lib/nhc98/ix86-FreeBSD/Runtimez.a X%%TRACER%%lib/nhc98/ix86-FreeBSD/hp2graph X%%TRACER%%lib/nhc98/ix86-FreeBSD/libdebugp.a X%%TRACER%%lib/nhc98/ix86-FreeBSD/libdebugz.a X%%TRACER%%lib/nhc98/ix86-FreeBSD/mainp.o X%%TRACER%%lib/nhc98/ix86-FreeBSD/mainz.o X%%TRACER%%lib/nhc98/ix86-FreeBSD/mutatorp.o X%%TRACER%%lib/nhc98/ix86-FreeBSD/mutatorz.o X%%TRACER%%lib/nhc98/ix86-FreeBSD/mutlibp.o X%%TRACER%%lib/nhc98/ix86-FreeBSD/mutlibz.o X%%TRACER%%lib/nhc98/ix86-FreeBSD/tpArrayz.a X%%TRACER%%lib/nhc98/ix86-FreeBSD/tpBinArrayz.a X%%TRACER%%lib/nhc98/ix86-FreeBSD/tpBinaryz.a X%%TRACER%%lib/nhc98/ix86-FreeBSD/tpBitz.a X%%TRACER%%lib/nhc98/ix86-FreeBSD/tpCPUTimez.a X%%TRACER%%lib/nhc98/ix86-FreeBSD/tpCStringz.a X%%TRACER%%lib/nhc98/ix86-FreeBSD/tpCharz.a X%%TRACER%%lib/nhc98/ix86-FreeBSD/tpComplexz.a X%%TRACER%%lib/nhc98/ix86-FreeBSD/tpDErrNoz.a X%%TRACER%%lib/nhc98/ix86-FreeBSD/tpDbgIfacez.a X%%TRACER%%lib/nhc98/ix86-FreeBSD/tpDirectoryz.a X%%TRACER%%lib/nhc98/ix86-FreeBSD/tpDriverz.a X%%TRACER%%lib/nhc98/ix86-FreeBSD/tpFFIz.a X%%TRACER%%lib/nhc98/ix86-FreeBSD/tpGreenCardz.a X%%TRACER%%lib/nhc98/ix86-FreeBSD/tpHaskellz.a X%%TRACER%%lib/nhc98/ix86-FreeBSD/tpIOExtrasz.a X%%TRACER%%lib/nhc98/ix86-FreeBSD/tpIOz.a X%%TRACER%%lib/nhc98/ix86-FreeBSD/tpIxz.a X%%TRACER%%lib/nhc98/ix86-FreeBSD/tpListz.a X%%TRACER%%lib/nhc98/ix86-FreeBSD/tpLocalez.a X%%TRACER%%lib/nhc98/ix86-FreeBSD/tpMaybez.a X%%TRACER%%lib/nhc98/ix86-FreeBSD/tpMonadz.a X%%TRACER%%lib/nhc98/ix86-FreeBSD/tpNonStdEvalz.a X%%TRACER%%lib/nhc98/ix86-FreeBSD/tpNonStdGetPIDz.a X%%TRACER%%lib/nhc98/ix86-FreeBSD/tpNonStdProfilez.a X%%TRACER%%lib/nhc98/ix86-FreeBSD/tpNonStdTracez.a X%%TRACER%%lib/nhc98/ix86-FreeBSD/tpNonStdUnsafeCoercez.a X%%TRACER%%lib/nhc98/ix86-FreeBSD/tpNumericz.a X%%TRACER%%lib/nhc98/ix86-FreeBSD/tpObservez.a X%%TRACER%%lib/nhc98/ix86-FreeBSD/tpPackedStringz.a X%%TRACER%%lib/nhc98/ix86-FreeBSD/tpPreludez.a X%%TRACER%%lib/nhc98/ix86-FreeBSD/tpRandomz.a X%%TRACER%%lib/nhc98/ix86-FreeBSD/tpRatioz.a X%%TRACER%%lib/nhc98/ix86-FreeBSD/tpSystemz.a X%%TRACER%%lib/nhc98/ix86-FreeBSD/tpTimez.a X%%TRACER%%lib/nhc98/ix86-FreeBSD/tpUnboxedArrayz.a X%%TRACER%%lib/nhc98/ix86-FreeBSD/tpWarningz.a X%%TRACER%%lib/nhc98/ix86-FreeBSD/tprofprel1.o X%%TRACER%%lib/nhc98/ix86-FreeBSD/tprofprel2.o X%%TRACER%%lib/nhc98/ix86-FreeBSD/tprofprel3.o Xinclude/nhc98/Array.T.hi Xinclude/nhc98/Array.hi Xinclude/nhc98/BinArray.hi Xinclude/nhc98/Binary.T.hi Xinclude/nhc98/Binary.hi Xinclude/nhc98/Bit.hi Xinclude/nhc98/CPUTime.T.hi Xinclude/nhc98/CPUTime.hi Xinclude/nhc98/Char.T.hi Xinclude/nhc98/Char.hi Xinclude/nhc98/Complex.T.hi Xinclude/nhc98/Complex.hi Xinclude/nhc98/DPrelude.hi Xinclude/nhc98/DbgIface.hi Xinclude/nhc98/DbgStub.hi Xinclude/nhc98/Directory.T.hi Xinclude/nhc98/Directory.hi Xinclude/nhc98/FFI.T.hi Xinclude/nhc98/FFI.hi Xinclude/nhc98/FFIBuiltin.T.hi Xinclude/nhc98/FFIBuiltin.hi Xinclude/nhc98/GreenCard.T.hi Xinclude/nhc98/GreenCard.gc Xinclude/nhc98/GreenCard.hi Xinclude/nhc98/Haskell.hi Xinclude/nhc98/HatBuiltin.hi Xinclude/nhc98/HsFFI.h Xinclude/nhc98/IO.T.hi Xinclude/nhc98/IO.hi Xinclude/nhc98/IOExtras.T.hi Xinclude/nhc98/IOExtras.hi Xinclude/nhc98/Ix.T.hi Xinclude/nhc98/Ix.hi Xinclude/nhc98/List.T.hi Xinclude/nhc98/List.hi Xinclude/nhc98/Locale.hi Xinclude/nhc98/Maybe.T.hi Xinclude/nhc98/Maybe.hi Xinclude/nhc98/Monad.T.hi Xinclude/nhc98/Monad.hi Xinclude/nhc98/NonStdEval.hi Xinclude/nhc98/NonStdGetPID.hi Xinclude/nhc98/NonStdProfile.hi Xinclude/nhc98/NonStdTrace.T.hi Xinclude/nhc98/NonStdTrace.hi Xinclude/nhc98/NonStdUnsafeCoerce.T.hi Xinclude/nhc98/NonStdUnsafeCoerce.hi Xinclude/nhc98/Numeric.T.hi Xinclude/nhc98/Numeric.hi Xinclude/nhc98/Observe.hi Xinclude/nhc98/PackedString.T.hi Xinclude/nhc98/PackedString.hi Xinclude/nhc98/Prelude.T.hi Xinclude/nhc98/Prelude.hi Xinclude/nhc98/PreludeBuiltin.T.hi Xinclude/nhc98/PreludeBuiltin.hi Xinclude/nhc98/Random.T.hi Xinclude/nhc98/Random.hi Xinclude/nhc98/Ratio.T.hi Xinclude/nhc98/Ratio.hi Xinclude/nhc98/System.T.hi Xinclude/nhc98/System.hi Xinclude/nhc98/Time.hi Xinclude/nhc98/Warning.hi Xinclude/nhc98/bytecode.h Xinclude/nhc98/bytecode_o.h Xinclude/nhc98/cinterface.h Xinclude/nhc98/codemacros.h Xinclude/nhc98/flt.h Xinclude/nhc98/greencard.h Xinclude/nhc98/haskell2c.h Xinclude/nhc98/hat.h Xinclude/nhc98/localmalloc.h Xinclude/nhc98/macros_o.h Xinclude/nhc98/mk.h Xinclude/nhc98/mkByHand.h Xinclude/nhc98/mkByProg.h Xinclude/nhc98/mutlib.h Xinclude/nhc98/newbytecode.h Xinclude/nhc98/newmacros.h Xinclude/nhc98/node.h Xinclude/nhc98/runtime.h Xinclude/nhc98/stableptr.h Xinclude/nhc98/twopass.h X@dirrm lib/nhc98/ix86-FreeBSD X@dirrm lib/nhc98 X@dirrm include/nhc98 X%%PORTDOCS%%share/doc/nhc98/98.html X%%PORTDOCS%%share/doc/nhc98/CcallingHaskell.html X%%PORTDOCS%%share/doc/nhc98/bugs.html X%%PORTDOCS%%share/doc/nhc98/compiler-options.html X%%PORTDOCS%%share/doc/nhc98/config.html X%%PORTDOCS%%share/doc/nhc98/contrib.html X%%PORTDOCS%%share/doc/nhc98/copyright.html X%%PORTDOCS%%share/doc/nhc98/cvs.html X%%PORTDOCS%%share/doc/nhc98/download.html X%%PORTDOCS%%share/doc/nhc98/errmsgs.html X%%PORTDOCS%%share/doc/nhc98/ffi.html X%%PORTDOCS%%share/doc/nhc98/fig2.html X%%PORTDOCS%%share/doc/nhc98/fig3.html X%%PORTDOCS%%share/doc/nhc98/fig4.html X%%PORTDOCS%%share/doc/nhc98/greencard-york.html X%%PORTDOCS%%share/doc/nhc98/greencard.html X%%PORTDOCS%%share/doc/nhc98/heapprof.html X%%PORTDOCS%%share/doc/nhc98/history.html X%%PORTDOCS%%share/doc/nhc98/history98.html X%%PORTDOCS%%share/doc/nhc98/hmake.html X%%PORTDOCS%%share/doc/nhc98/index.html X%%PORTDOCS%%share/doc/nhc98/install.html X%%PORTDOCS%%share/doc/nhc98/libraries.html X%%PORTDOCS%%share/doc/nhc98/limits.html X%%PORTDOCS%%share/doc/nhc98/limits.html.inst X%%PORTDOCS%%share/doc/nhc98/maillist.html X%%PORTDOCS%%share/doc/nhc98/runtime-options.html X%%PORTDOCS%%share/doc/nhc98/status.html X%%PORTDOCS%%share/doc/nhc98/todo.html X%%PORTDOCS%%share/doc/nhc98/tprof.html X%%PORTDOCS%%share/doc/nhc98/tracer.html X%%PORTDOCS%%share/doc/nhc98/windows.html X%%PORTDOCS%%share/doc/nhc98/york-release.html X%%PORTDOCS%%share/doc/nhc98/fig1.gif X%%PORTDOCS%%share/doc/nhc98/nhc13.gif X%%PORTDOCS%%share/doc/nhc98/nhc98.gif X%%PORTDOCS%%share/doc/nhc98/CVS/Entries X%%PORTDOCS%%share/doc/nhc98/CVS/Repository X%%PORTDOCS%%share/doc/nhc98/CVS/Root X%%PORTDOCS%%share/doc/nhc98/bugs/Nhc13Test1.hs X%%PORTDOCS%%share/doc/nhc98/bugs/Nhc13Test10.hs X%%PORTDOCS%%share/doc/nhc98/bugs/Nhc13Test13.hs X%%PORTDOCS%%share/doc/nhc98/bugs/nhc13test1.hs X%%PORTDOCS%%share/doc/nhc98/bugs/nhc13test10.hs X%%PORTDOCS%%share/doc/nhc98/bugs/nhc13test11.hs X%%PORTDOCS%%share/doc/nhc98/bugs/nhc13test12.hs X%%PORTDOCS%%share/doc/nhc98/bugs/nhc13test13.hs X%%PORTDOCS%%share/doc/nhc98/bugs/nhc13test14.hs X%%PORTDOCS%%share/doc/nhc98/bugs/nhc13test15.hs X%%PORTDOCS%%share/doc/nhc98/bugs/nhc13test16.hs X%%PORTDOCS%%share/doc/nhc98/bugs/nhc13test17.hs X%%PORTDOCS%%share/doc/nhc98/bugs/nhc13test18.hs X%%PORTDOCS%%share/doc/nhc98/bugs/nhc13test19.hs X%%PORTDOCS%%share/doc/nhc98/bugs/nhc13test2.hs X%%PORTDOCS%%share/doc/nhc98/bugs/nhc13test20.hs X%%PORTDOCS%%share/doc/nhc98/bugs/nhc13test3.hs X%%PORTDOCS%%share/doc/nhc98/bugs/nhc13test4.hs X%%PORTDOCS%%share/doc/nhc98/bugs/nhc13test5.hs X%%PORTDOCS%%share/doc/nhc98/bugs/nhc13test6.hs X%%PORTDOCS%%share/doc/nhc98/bugs/nhc13test7.hs X%%PORTDOCS%%share/doc/nhc98/bugs/nhc13test8.hs X%%PORTDOCS%%share/doc/nhc98/bugs/nhc13test9.hs X%%PORTDOCS%%share/doc/nhc98/bugs/nhc98test19.hs X%%PORTDOCS%%share/doc/nhc98/bugs/nhc98test20.hs X%%PORTDOCS%%share/doc/nhc98/bugs/nhc98test21.hs X%%PORTDOCS%%share/doc/nhc98/bugs/nhc98test22.hs X%%PORTDOCS%%share/doc/nhc98/bugs/nhc98test23.hs X%%PORTDOCS%%share/doc/nhc98/bugs/README X%%PORTDOCS%%share/doc/nhc98/bugs/CVS/Entries X%%PORTDOCS%%share/doc/nhc98/bugs/CVS/Repository X%%PORTDOCS%%share/doc/nhc98/bugs/CVS/Root X%%PORTDOCS%%share/doc/nhc98/examples/ZooQuiz.hs X%%PORTDOCS%%share/doc/nhc98/examples/CVS/Entries X%%PORTDOCS%%share/doc/nhc98/examples/CVS/Repository X%%PORTDOCS%%share/doc/nhc98/examples/CVS/Root X%%PORTDOCS%%share/doc/nhc98/hat/browser-detail.html X%%PORTDOCS%%share/doc/nhc98/hat/faq.html X%%PORTDOCS%%share/doc/nhc98/hat/feature-table.html X%%PORTDOCS%%share/doc/nhc98/hat/frejaHatHood.ps.gz X%%PORTDOCS%%share/doc/nhc98/hat/hat-trail-1.eps X%%PORTDOCS%%share/doc/nhc98/hat/hat-trail.gif X%%PORTDOCS%%share/doc/nhc98/hat/hat.gif X%%PORTDOCS%%share/doc/nhc98/hat/hatuser.tex X%%PORTDOCS%%share/doc/nhc98/hat/index.html X%%PORTDOCS%%share/doc/nhc98/hat/limitations-detail.html X%%PORTDOCS%%share/doc/nhc98/hat/limitations.html X%%PORTDOCS%%share/doc/nhc98/hat/maillist.html X%%PORTDOCS%%share/doc/nhc98/hat/old-tracing.html X%%PORTDOCS%%share/doc/nhc98/hat/paper.dvi X%%PORTDOCS%%share/doc/nhc98/hat/proposal.html X%%PORTDOCS%%share/doc/nhc98/hat/tracing.html X%%PORTDOCS%%share/doc/nhc98/hat/CVS/Entries X%%PORTDOCS%%share/doc/nhc98/hat/CVS/Repository X%%PORTDOCS%%share/doc/nhc98/hat/CVS/Root X%%PORTDOCS%%share/doc/nhc98/hmake/changes.html X%%PORTDOCS%%share/doc/nhc98/hmake/hmake.html X%%PORTDOCS%%share/doc/nhc98/hmake/index.html X%%PORTDOCS%%share/doc/nhc98/hmake/interactive.html X%%PORTDOCS%%share/doc/nhc98/hmake/lineedit.html X%%PORTDOCS%%share/doc/nhc98/hmake/CVS/Entries X%%PORTDOCS%%share/doc/nhc98/hmake/CVS/Repository X%%PORTDOCS%%share/doc/nhc98/hmake/CVS/Root X%%PORTDOCS%%share/doc/nhc98/implementation-notes/build-system X%%PORTDOCS%%share/doc/nhc98/implementation-notes/index.html X%%PORTDOCS%%share/doc/nhc98/implementation-notes/intro X%%PORTDOCS%%share/doc/nhc98/implementation-notes/phases X%%PORTDOCS%%share/doc/nhc98/implementation-notes/CVS/Entries X%%PORTDOCS%%share/doc/nhc98/implementation-notes/CVS/Repository X%%PORTDOCS%%share/doc/nhc98/implementation-notes/CVS/Root X%%PORTDOCS%%share/doc/nhc98/implementation-notes/space-efficient X%%PORTDOCS%%share/doc/nhc98/libs/BinArray.html X%%PORTDOCS%%share/doc/nhc98/libs/Binary.html X%%PORTDOCS%%share/doc/nhc98/libs/Bit.html X%%PORTDOCS%%share/doc/nhc98/libs/OldBinary.html X%%PORTDOCS%%share/doc/nhc98/libs/Time.html X%%PORTDOCS%%share/doc/nhc98/libs/CVS/Entries X%%PORTDOCS%%share/doc/nhc98/libs/CVS/Repository X%%PORTDOCS%%share/doc/nhc98/libs/CVS/Root X%%PORTDOCS%%share/doc/nhc98/libs/index.html X%%PORTDOCS%%@dirrm share/doc/nhc98/bugs/CVS X%%PORTDOCS%%@dirrm share/doc/nhc98/bugs X%%PORTDOCS%%@dirrm share/doc/nhc98/examples/CVS X%%PORTDOCS%%@dirrm share/doc/nhc98/examples X%%PORTDOCS%%@dirrm share/doc/nhc98/hat/CVS X%%PORTDOCS%%@dirrm share/doc/nhc98/hat X%%PORTDOCS%%@dirrm share/doc/nhc98/hmake/CVS X%%PORTDOCS%%@dirrm share/doc/nhc98/hmake X%%PORTDOCS%%@dirrm share/doc/nhc98/implementation-notes/CVS X%%PORTDOCS%%@dirrm share/doc/nhc98/implementation-notes X%%PORTDOCS%%@dirrm share/doc/nhc98/libs/CVS X%%PORTDOCS%%@dirrm share/doc/nhc98/libs X%%PORTDOCS%%@dirrm share/doc/nhc98/CVS X%%PORTDOCS%%@dirrm share/doc/nhc98 END-of-nhc98/pkg-plist echo x - nhc98/pkg-descr sed 's/^X//' >nhc98/pkg-descr << 'END-of-nhc98/pkg-descr' Xnhc98 is a fully-fledged compiler for Haskell 98, the standard lazy functional Xprogramming language. Written in Haskell, it is small and very portable, and Xaims to produce small executables that run in small amounts of memory. It comes Xwith extensive tool support for automatic compilation, foreign language Xinterfacing, heap and time profiling, tracing, and debugging. X XWWW: http://www.cs.york.ac.uk/fp/nhc98/ X X-- Oliver Braun Xobraun@informatik.unibw-muenchen.de END-of-nhc98/pkg-descr echo x - nhc98/pkg-comment sed 's/^X//' >nhc98/pkg-comment << 'END-of-nhc98/pkg-comment' XA fully-fledged compiler for Haskell 98 END-of-nhc98/pkg-comment echo x - nhc98/Makefile sed 's/^X//' >nhc98/Makefile << 'END-of-nhc98/Makefile' X# New ports collection makefile for: nhc98 X# Date created: 30 June 2001 X# Whom: Oliver Braun X# X# $FreeBSD$ X XPORTNAME= nhc98 XPORTVERSION= 1.06 XCATEGORIES= lang XMASTER_SITES= ftp://ftp.cs.york.ac.uk/pub/haskell/${PORTNAME}/ XDISTNAME= ${PORTNAME}src-${PORTVERSION} X XMAINTAINER= obraun@informatik.unibw-muenchen.de X X.if defined(WITH_TRACER) XRUN_DEPENDS= java:${PORTSDIR}/java/jdk XBUILD_DEPENDS= javac:${PORTSDIR}/java/jdk X.endif X XWRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} X X.if !defined(WITH_TRACER) XALL_TARGET= basic XPLIST_SUB+= TRACER="@comment " X.else XPLIST_SUB+= TRACER="" XMAKE_ENV+= PATH=${PREFIX}/jdk1.1.8/bin:${PATH} X.endif X XUSE_GMAKE= yes XHAS_CONFIGURE= yes X X.if !defined(NOPORTDOCS) XCONFIGURE_ARGS+= --docdir=${PREFIX}/share/doc/nhc98 +docs X.endif X XMAN1= harch.1 hmake.1 hp2graph.1 nhc98.1 X Xpre-fetch: X.if !defined(WITH_TRACER) X @${ECHO} "" X @${ECHO} " To build nhc98 with the tracer (requires JAVA)" X @${ECHO} " define WITH_TRACER" X @${ECHO} "" X.else X @${ECHO} "" X @${ECHO} " Building nhc98 with the tracer (requires JAVA)" X @${ECHO} "" X.endif X X# We need this to ensure that the libs will be installed into X# ${PREFIX}/lib/nhc98. Otherwise the libs will be installed X# into the build directory. The configure option won't work in the X# ports system. Xpre-install: X ${SED} -e "s#LIBDIR=.*##" \ X < ${WRKSRC}/targets/ix86-FreeBSD/config.cache \ X > ${WRKSRC}/targets/ix86-FreeBSD/config.cache.fix1 X ${ECHO} "LIBDIR=${PREFIX}/lib/nhc98" \ X >> ${WRKSRC}/targets/ix86-FreeBSD/config.cache.fix1 X ${RM} ${WRKSRC}/targets/ix86-FreeBSD/config.cache X ${MV} ${WRKSRC}/targets/ix86-FreeBSD/config.cache.fix1 \ X ${WRKSRC}/targets/ix86-FreeBSD/config.cache X Xpost-install: X ${SED} -e "s#/usr/doc/nhc98#${PREFIX}/share/doc/nhc98#" \ X < ${WRKSRC}/man/nhc98.1 > ${WRKSRC}/man/nhc98.1.fix X ${INSTALL_MAN} ${WRKSRC}/man/nhc98.1.fix ${PREFIX}/man/man1/nhc98.1 X ${RM} ${WRKSRC}/man/nhc98.1.fix X X.include END-of-nhc98/Makefile echo x - nhc98/distinfo sed 's/^X//' >nhc98/distinfo << 'END-of-nhc98/distinfo' XMD5 (nhc98src-1.06.tar.gz) = eceef01fdb19ec8bc4aa2952da457d95 END-of-nhc98/distinfo echo c - nhc98/files mkdir -p nhc98/files > /dev/null 2>&1 echo x - nhc98/files/patch-aa sed 's/^X//' >nhc98/files/patch-aa << 'END-of-nhc98/files/patch-aa' Xdiff -ruN src.bak/greencard/Makefile src/greencard/Makefile X--- src.bak/greencard/Makefile Tue May 29 16:22:46 2001 X+++ src/greencard/Makefile Mon Jun 18 16:31:45 2001 X@@ -34,7 +34,7 @@ X X X $(OBJDIR): X- mkdir -p $(OBJDIR) || /bin/true X+ mkdir -p $(OBJDIR) || /usr/bin/true X $(TARGET): $(OBJDIR) $(OBJDIR)/GreenCard$(EXE) X mv $(OBJDIR)/GreenCard$(EXE) $(TARGET) X strip $(TARGET) Xdiff -ruN src.bak/hmake/Makefile src/hmake/Makefile X--- src.bak/hmake/Makefile Tue May 29 16:29:07 2001 X+++ src/hmake/Makefile Mon Jun 18 16:32:21 2001 X@@ -48,7 +48,7 @@ X strip $@ X X $(OBJDIR): X- mkdir -p $(OBJDIR) || /bin/true X+ mkdir -p $(OBJDIR) || /usr/bin/true X $(OBJS): $(OBJDIR)/%.$O : %.hs X $(HC) $(HFLAGS) -c -o $@ $< X $(CPPOBJS) $(OBJDIR)/Older.$O: $(OBJDIR)/%.$O : %.hs Xdiff -ruN src.bak/hp2graph/Makefile src/hp2graph/Makefile X--- src.bak/hp2graph/Makefile Mon Oct 11 13:50:38 1999 X+++ src/hp2graph/Makefile Mon Jun 18 16:32:04 2001 X@@ -31,7 +31,7 @@ X X X $(OBJDIR): X- mkdir -p $(OBJDIR) || /bin/true X+ mkdir -p $(OBJDIR) || /usr/bin/true X X $(OBJS): $(OBJDIR)/%.o: %.c X $(CC) -c $(CFLAGS) -o $@ $< Xdiff -ruN src.bak/prelude/Makefile src/prelude/Makefile X--- src.bak/prelude/Makefile Mon Jun 4 12:40:41 2001 X+++ src/prelude/Makefile Mon Jun 18 16:31:24 2001 X@@ -80,7 +80,7 @@ X mkdir -p ${OBJDIR} X X ${OBJDIRS}: ${OBJDIR}/% : X- mkdir -p $@ || /bin/true X+ mkdir -p $@ || /usr/bin/true X X X ifeq "${TPROF}" "" X@@ -326,9 +326,9 @@ X X X ${OBJDIR}: X- mkdir -p ${OBJDIR} || /bin/true X+ mkdir -p ${OBJDIR} || /usr/bin/true X ${OBJDIRS}: ${OBJDIR}/% : X- mkdir -p $@ || /bin/true X+ mkdir -p $@ || /usr/bin/true X X ${ARCHIVE}: ${OBJDIR} ${OBJDIRS} ${SUBDIRSMK} X rm -f $@ Xdiff -ruN src.bak/runtime/Makefile src/runtime/Makefile X--- src.bak/runtime/Makefile Thu Dec 16 11:58:42 1999 X+++ src/runtime/Makefile Mon Jun 18 16:30:56 2001 X@@ -9,7 +9,7 @@ X X LD = ld X LDFLAGS = -r X-TRUE = /bin/true X+TRUE = /usr/bin/true X CC = gcc X AR = ar X ARFLAGS = r X@@ -48,7 +48,7 @@ X mkdir -p ${OBJDIR} X X ${OBJDIRS}: ${OBJDIR}/% : X- mkdir -p $@ || /bin/true X+ mkdir -p $@ || /usr/bin/true X X objdir: ${OBJDIR} X cd Kernel; $(MAKE) objdir END-of-nhc98/files/patch-aa exit >Description: >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 3 13:20:14 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1B9D237B405 for ; Tue, 3 Jul 2001 13:20:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f63KK1o94455; Tue, 3 Jul 2001 13:20:01 -0700 (PDT) (envelope-from gnats) Received: from lilac.csi.cam.ac.uk (lilac.csi.cam.ac.uk [131.111.8.44]) by hub.freebsd.org (Postfix) with ESMTP id 08DB237B408 for ; Tue, 3 Jul 2001 13:19:31 -0700 (PDT) (envelope-from sa264@cam.ac.uk) Received: from m211-6.phy.cam.ac.uk ([131.111.79.226]) by lilac.csi.cam.ac.uk with esmtp (Exim 3.22 #1) id 15HWdu-0001Fn-00 for FreeBSD-gnats-submit@freebsd.org; Tue, 03 Jul 2001 21:19:30 +0100 Received: from sa264 by m211-6.phy.cam.ac.uk with local (Exim 3.22 #1) id 15HWdu-0004P8-00 for FreeBSD-gnats-submit@freebsd.org; Tue, 03 Jul 2001 21:19:30 +0100 Message-Id: Date: Tue, 03 Jul 2001 21:19:30 +0100 From: AMAKAWA Shuhei Reply-To: AMAKAWA Shuhei To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/28677: cad/cider pkg-plist fix for better NOPORTDOCS support Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 28677 >Category: ports >Synopsis: cad/cider pkg-plist fix for better NOPORTDOCS support >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Tue Jul 03 13:20:00 PDT 2001 >Closed-Date: >Last-Modified: >Originator: AMAKAWA Shuhei >Release: FreeBSD 4.3-STABLE i386 >Organization: >Environment: System: FreeBSD m211-6.phy.cam.ac.uk 4.3-STABLE FreeBSD 4.3-STABLE #7: Thu Jun 28 13:37:24 BST 2001 sa264@m211-6.phy.cam.ac.uk:/usr/obj/usr/src/sys/THOMAS i386 >Description: Fix cad/cider pkg-plist to use %%PORTDOCS%% before Pat complains >How-To-Repeat: >Fix: diff -uNr /usr/ports/cad/cider/Makefile cider/Makefile --- /usr/ports/cad/cider/Makefile Sat Oct 28 17:13:03 2000 +++ cider/Makefile Tue Jul 3 20:30:14 2001 @@ -48,7 +48,7 @@ @${MKDIR} ${PREFIX}/share/examples/cider @${TAR} -cf - -C ${WRKSRC}/cider/common/examples . | ${TAR} -xf - -C ${PREFIX}/share/examples/cider @${CHOWN} -R ${SHAREOWN}:${SHAREGRP} ${PREFIX}/share/examples/cider - @${LN} -fs ${PREFIX}/share/spice3/scripts/spinit ${PREFIX}/share/cider/scripts .endif + @${LN} -fs ${PREFIX}/share/spice3/scripts/spinit ${PREFIX}/share/cider/scripts .include diff -uNr /usr/ports/cad/cider/pkg-plist cider/pkg-plist --- /usr/ports/cad/cider/pkg-plist Sat Dec 25 15:40:48 1999 +++ cider/pkg-plist Tue Jul 3 20:23:05 2001 @@ -12,78 +12,78 @@ share/cider/scripts/devaxis share/cider/scripts/devload share/cider/scripts/spinit -share/examples/cider/bicmos/bicmos.lib -share/examples/cider/bicmos/bicmpd.cir -share/examples/cider/bjt/astable.cir -share/examples/cider/bjt/colposc.cir -share/examples/cider/bjt/ecp.cir -share/examples/cider/bjt/invchain.cir -share/examples/cider/bjt/meclgate.cir -share/examples/cider/bjt/pebjt.lib -share/examples/cider/bjt/pz.cir -share/examples/cider/bjt/rtlinv.cir -share/examples/cider/bjt/vco.cir -share/examples/cider/diode/diode.cir -share/examples/cider/diode/diotran.cir -share/examples/cider/diode/pindiode.cir -share/examples/cider/jfet/jfet.cir -share/examples/cider/mos/bootinv.cir -share/examples/cider/mos/charge.cir -share/examples/cider/mos/cmosinv.cir -share/examples/cider/mos/nmosinv.cir -share/examples/cider/mos/pass.cir -share/examples/cider/mos/ringosc.cir -share/examples/cider/parallel/BICMOS.LIB -share/examples/cider/parallel/bicmpd.cir -share/examples/cider/parallel/bicmpu.cir -share/examples/cider/parallel/clkfeed.cir -share/examples/cider/parallel/cmosamp.cir -share/examples/cider/parallel/eclinv.cir -share/examples/cider/parallel/ecpal.cir -share/examples/cider/parallel/foobar -share/examples/cider/parallel/gmamp.cir -share/examples/cider/parallel/latch.cir -share/examples/cider/parallel/ppef.1d.cir -share/examples/cider/parallel/ppef.2d.cir -share/examples/cider/parallel/readme -share/examples/cider/parallel/ringosc.1u.cir -share/examples/cider/parallel/ringosc.2u.cir -share/examples/cider/readme -share/examples/cider/resistor/gaasres.cir -share/examples/cider/resistor/sires.cir -share/examples/cider/serial/astable.cir -share/examples/cider/serial/charge.cir -share/examples/cider/serial/colposc.cir -share/examples/cider/serial/dbridge.cir -share/examples/cider/serial/invchain.cir -share/examples/cider/serial/meclgate.cir -share/examples/cider/serial/nmosinv.cir -share/examples/cider/serial/pass.cir -share/examples/cider/serial/pullup.cir -share/examples/cider/serial/readme -share/examples/cider/serial/recovery.cir -share/examples/cider/serial/rtlinv.cir -share/examples/cider/serial/vco.cir -share/examples/spice3/bjtnoise.cir -share/examples/spice3/bsim1tst.cir -share/examples/spice3/bsim2tst.cir -share/examples/spice3/diffpair.cir -share/examples/spice3/diodisto.cir -share/examples/spice3/ltra_1.cir -share/examples/spice3/ltra_2.cir -share/examples/spice3/ltra_3.cir -share/examples/spice3/mixdisto.cir -share/examples/spice3/mos6inv.cir -share/examples/spice3/mosamp2.cir -share/examples/spice3/mosmem.cir -share/examples/spice3/pz2.cir -share/examples/spice3/pzt.cir -share/examples/spice3/rc.cir -share/examples/spice3/rca3040.cir -share/examples/spice3/resnoise.cir -share/examples/spice3/rtlinv.cir -share/examples/spice3/schmitt.cir -share/examples/spice3/simplepz.cir +%%PORTDOCS%%share/examples/cider/bicmos/bicmos.lib +%%PORTDOCS%%share/examples/cider/bicmos/bicmpd.cir +%%PORTDOCS%%share/examples/cider/bjt/astable.cir +%%PORTDOCS%%share/examples/cider/bjt/colposc.cir +%%PORTDOCS%%share/examples/cider/bjt/ecp.cir +%%PORTDOCS%%share/examples/cider/bjt/invchain.cir +%%PORTDOCS%%share/examples/cider/bjt/meclgate.cir +%%PORTDOCS%%share/examples/cider/bjt/pebjt.lib +%%PORTDOCS%%share/examples/cider/bjt/pz.cir +%%PORTDOCS%%share/examples/cider/bjt/rtlinv.cir +%%PORTDOCS%%share/examples/cider/bjt/vco.cir +%%PORTDOCS%%share/examples/cider/diode/diode.cir +%%PORTDOCS%%share/examples/cider/diode/diotran.cir +%%PORTDOCS%%share/examples/cider/diode/pindiode.cir +%%PORTDOCS%%share/examples/cider/jfet/jfet.cir +%%PORTDOCS%%share/examples/cider/mos/bootinv.cir +%%PORTDOCS%%share/examples/cider/mos/charge.cir +%%PORTDOCS%%share/examples/cider/mos/cmosinv.cir +%%PORTDOCS%%share/examples/cider/mos/nmosinv.cir +%%PORTDOCS%%share/examples/cider/mos/pass.cir +%%PORTDOCS%%share/examples/cider/mos/ringosc.cir +%%PORTDOCS%%share/examples/cider/parallel/BICMOS.LIB +%%PORTDOCS%%share/examples/cider/parallel/bicmpd.cir +%%PORTDOCS%%share/examples/cider/parallel/bicmpu.cir +%%PORTDOCS%%share/examples/cider/parallel/clkfeed.cir +%%PORTDOCS%%share/examples/cider/parallel/cmosamp.cir +%%PORTDOCS%%share/examples/cider/parallel/eclinv.cir +%%PORTDOCS%%share/examples/cider/parallel/ecpal.cir +%%PORTDOCS%%share/examples/cider/parallel/foobar +%%PORTDOCS%%share/examples/cider/parallel/gmamp.cir +%%PORTDOCS%%share/examples/cider/parallel/latch.cir +%%PORTDOCS%%share/examples/cider/parallel/ppef.1d.cir +%%PORTDOCS%%share/examples/cider/parallel/ppef.2d.cir +%%PORTDOCS%%share/examples/cider/parallel/readme +%%PORTDOCS%%share/examples/cider/parallel/ringosc.1u.cir +%%PORTDOCS%%share/examples/cider/parallel/ringosc.2u.cir +%%PORTDOCS%%share/examples/cider/readme +%%PORTDOCS%%share/examples/cider/resistor/gaasres.cir +%%PORTDOCS%%share/examples/cider/resistor/sires.cir +%%PORTDOCS%%share/examples/cider/serial/astable.cir +%%PORTDOCS%%share/examples/cider/serial/charge.cir +%%PORTDOCS%%share/examples/cider/serial/colposc.cir +%%PORTDOCS%%share/examples/cider/serial/dbridge.cir +%%PORTDOCS%%share/examples/cider/serial/invchain.cir +%%PORTDOCS%%share/examples/cider/serial/meclgate.cir +%%PORTDOCS%%share/examples/cider/serial/nmosinv.cir +%%PORTDOCS%%share/examples/cider/serial/pass.cir +%%PORTDOCS%%share/examples/cider/serial/pullup.cir +%%PORTDOCS%%share/examples/cider/serial/readme +%%PORTDOCS%%share/examples/cider/serial/recovery.cir +%%PORTDOCS%%share/examples/cider/serial/rtlinv.cir +%%PORTDOCS%%share/examples/cider/serial/vco.cir +%%PORTDOCS%%share/examples/spice3/bjtnoise.cir +%%PORTDOCS%%share/examples/spice3/bsim1tst.cir +%%PORTDOCS%%share/examples/spice3/bsim2tst.cir +%%PORTDOCS%%share/examples/spice3/diffpair.cir +%%PORTDOCS%%share/examples/spice3/diodisto.cir +%%PORTDOCS%%share/examples/spice3/ltra_1.cir +%%PORTDOCS%%share/examples/spice3/ltra_2.cir +%%PORTDOCS%%share/examples/spice3/ltra_3.cir +%%PORTDOCS%%share/examples/spice3/mixdisto.cir +%%PORTDOCS%%share/examples/spice3/mos6inv.cir +%%PORTDOCS%%share/examples/spice3/mosamp2.cir +%%PORTDOCS%%share/examples/spice3/mosmem.cir +%%PORTDOCS%%share/examples/spice3/pz2.cir +%%PORTDOCS%%share/examples/spice3/pzt.cir +%%PORTDOCS%%share/examples/spice3/rc.cir +%%PORTDOCS%%share/examples/spice3/rca3040.cir +%%PORTDOCS%%share/examples/spice3/resnoise.cir +%%PORTDOCS%%share/examples/spice3/rtlinv.cir +%%PORTDOCS%%share/examples/spice3/schmitt.cir +%%PORTDOCS%%share/examples/spice3/simplepz.cir share/spice3/helpdir/spice.idx share/spice3/helpdir/spice.txt share/spice3/mfbcap @@ -93,16 +93,16 @@ @dirrm share/cider/helpdir @dirrm share/cider/scripts @dirrm share/cider -@dirrm share/examples/cider/bicmos -@dirrm share/examples/cider/bjt -@dirrm share/examples/cider/diode -@dirrm share/examples/cider/jfet -@dirrm share/examples/cider/mos -@dirrm share/examples/cider/parallel -@dirrm share/examples/cider/resistor -@dirrm share/examples/cider/serial -@dirrm share/examples/cider -@dirrm share/examples/spice3 +%%PORTDOCS%%@dirrm share/examples/cider/bicmos +%%PORTDOCS%%@dirrm share/examples/cider/bjt +%%PORTDOCS%%@dirrm share/examples/cider/diode +%%PORTDOCS%%@dirrm share/examples/cider/jfet +%%PORTDOCS%%@dirrm share/examples/cider/mos +%%PORTDOCS%%@dirrm share/examples/cider/parallel +%%PORTDOCS%%@dirrm share/examples/cider/resistor +%%PORTDOCS%%@dirrm share/examples/cider/serial +%%PORTDOCS%%@dirrm share/examples/cider +%%PORTDOCS%%@dirrm share/examples/spice3 @dirrm share/spice3/helpdir @dirrm share/spice3/scripts @dirrm share/spice3 >Release-Note: >Audit-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 3 13:59:17 2001 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 83EFF37B403; Tue, 3 Jul 2001 13:59:13 -0700 (PDT) (envelope-from jdp@wall.polstra.com) Received: from vashon.polstra.com (vashon.polstra.com [206.213.73.13]) by wall.polstra.com (8.11.3/8.11.1) with ESMTP id f63KxCD43889; Tue, 3 Jul 2001 13:59:12 -0700 (PDT) (envelope-from jdp@wall.polstra.com) Received: (from jdp@localhost) by vashon.polstra.com (8.11.3/8.11.0) id f63KxC910269; Tue, 3 Jul 2001 13:59:12 -0700 (PDT) (envelope-from jdp) Date: Tue, 3 Jul 2001 13:59:12 -0700 (PDT) Message-Id: <200107032059.f63KxC910269@vashon.polstra.com> To: ports@freebsd.org From: John Polstra Cc: Mathias.Picker@virtual-earth.de Subject: Re: kde2 on -current, compile problems In-Reply-To: <200107031552.f63Fqui09435@vashon.polstra.com> References: <200107031353.f63Drc878410@mp.virtual-earth.de> <200107031552.f63Fqui09435@vashon.polstra.com> Organization: Polstra & Co., Seattle, WA Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org In article <200107031552.f63Fqui09435@vashon.polstra.com>, John Polstra wrote: > In article <200107031353.f63Drc878410@mp.virtual-earth.de>, > wrote: > > kdebase2 stops with: > > > > Making all in kicker > > gmake[3]: Entering directory `/usr/ports/x11/kdebase2/work/kdebase-2.1.1/kcontrol/kicker' > > /usr/X11R6/bin/uic -o generaltab.h ./generaltab.ui > > /usr/libexec/ld-elf.so.1: /usr/lib/crtn.o: unsupported file type > > gmake[3]: *** [generaltab.h] Error 1 > > Could you please send me the output of "objdump -p /usr/X11R6/bin/uic"? > Also the output of "ldd /usr/X11R6/bin/uic". Hr. Picker sent me the requested information in private mail. The relevant part of the objdump output is: Dynamic Section: NEEDED libqutil.so.1 NEEDED libqt2.so.4 NEEDED libstdc++.so.3 NEEDED libm.so.2 NEEDED libc_r.so.5 NEEDED libc.so.5 NEEDED crtn.o The last line is the reason for the error message. I built the qt23 port on my -current machine and observed the same thing. (The "uic" program comes from the qt23 port.) This is almost certainly caused by an "ld" bug in the new version of binutils (2.11.2). I haven't tried to debug it, and I don't know if/when I'll have time. It's possible this has already been fixed by the binutils team. I imagine they would stumble onto it pretty quickly themselves. John -- John Polstra jdp@polstra.com John D. Polstra & Co., Inc. Seattle, Washington USA "Disappointment is a good sign of basic intelligence." -- Chögyam Trungpa To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Jul 3 14: 0:17 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2EAE237B401 for ; Tue, 3 Jul 2001 14:00:13 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f63L0Dt97531; Tue, 3 Jul 2001 14:00:13 -0700 (PDT) (envelope-from gnats) Date: Tue, 3 Jul 2001 14:00:13 -0700 (PDT) Message-Id: <200107032100.f63L0Dt97531@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Tim Daneliuk Subject: Re: ports/28305: New Port: Semi-useful file listing utility Reply-To: Tim Daneliuk Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR ports/28305; it has been noted by GNATS. From: Tim Daneliuk To: freebsd-gnats-submit@FreeBSD.org, toor@tundraware.com Cc: Subject: Re: ports/28305: New Port: Semi-useful file listing utility Date: Tue, 03 Jul 2001 15:51:03 -0500 This is a multi-part message in MIME format. --------------37EED9198BF7C5AF309E073C Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Here is the latest port (version 1.58). I found some minor buglets that needed fixing. -- ------------------------------------------------------------------------------ Tim Daneliuk tundra@tundraware.com --------------37EED9198BF7C5AF309E073C Content-Type: application/x-gzip; name="tdir-1.58.port.tar.gz" Content-Transfer-Encoding: base64 Content-Disposition: inline; filename="tdir-1.58.port.tar.gz" H4sIAFAvQjsAA+1YbW/bNhDOV/NXHJoAWYFFlmTJSoJ5aBa7g4vFCWxv3T4VtETbRCjSJako XtH99h1lx2vaIkE32O0QPYAg8UTyjs/x+HI247q5t11A5CdxDHvg4H/0XhcgaYV+FCZREgEE ftCK9iDesl0VCmOpBtjTStmH6pVzxsQuDNotrPP/4np2lKo8Z/JBCv4tAt9vR9ED/k/azv9B FIZBEgTo/7AVxnvgb8OYj/HE/d/lZiHoEnAasNQqzZmBkts5TLnAT6UzplkGkyUwmXE5g2fs 1jJpuJLPPPK1ra/xX1HF/wW9Zs7fW9LxWPzHcbBZ/4MowfgP2lFSx/8usA8Lpa2BVAmBCwCG NeTr2QBTpU/BTRCyD11qGZxrhq/stNHwW/CqEEsIfT/Av6/nKkdpwxYy05Tso+jgpWbsp1H3 gJCry+F4cHbR6zSqzlzxt95w1L8cdBqBFx+T87Nx7+fLYb836jTM0hSWC0Muzkbj3vDNqD92 4rm1i9NmsyxLb6WkpJp5uGk1R2pqXaFZTWWC7fqDMT69YWdtz4v7LVyVQdBpVNZ4gSudX15c DXujUa/baSyZIWT46+BNt3fVG3RR98E7/Pmy//v75oTL5mJp50qeohDHMer2h++bgsrZWk6I x2Uqiow1fpiYzHPsevn1j9/qUlmRlnFjuZyqLel4fP8P/4n/dtvFf9Ly6/jfBS66MXznJsGR i0QPufBmfz6HDsTH0yCdnhynx8fBSdjOQhoF0TRsnyRh1orj7Fud0DW+CJvz/0LgIrAdHY/H f7I+/7fa7cDFf+i3gjr+dwG3o1W7spm7PTRT6WofrZYEwVM86jPP3lryAgU6h/vV6kXg/45N /GfMpHo7Oh6Jfzztt6r4j8Moqr5d/Nf7/07g/A/cwB/MwplUds40vKZLGCu4Sw1016mBJfxS nRNnxgO4LOyisK4llwQvD0UukUa8MeTUrhIIppgcfZhVcPsLy2DKtbHfA5UZoDIJtPqBvRI1 dZJPEw8oRBs/TT/AEdjlgqdUiKoSSXFtoqll2qAhQqjSNXBdaj6b21wZC4feIRq80QOS5gzP P3NVzOYo5YakVMKEAfYlZ6hfrSq77JgzWXDJnnuEVLSZYrG6POEgC234DdukUZbAbmnOJXU3 Kg/ZtFSAWnFW8gzpoYaUTAh8w4q+tXyt36A/PqN7xZtTXnIhCC2sWnNO0xQ5wxGL5Z196JxS c4t8uTEfri4oh1UXmr0t0FSD9OOdzihJJ0gijkIzaeEGKUS77zyyacnkDddKujwhWOXMXGAf rrQ2FS9vluWoH13Dc/L569fXnvI1PsC9/M9f29HxJfkfv+2v1v86/7MT1Pmfp53/qVGjRo0a NWrUqFGjxtPB32wdEsEAKAAA --------------37EED9198BF7C5AF309E073C-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Jul 3 16:30:13 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 568EA37B408 for ; Tue, 3 Jul 2001 16:30:09 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f63NU9K19229; Tue, 3 Jul 2001 16:30:09 -0700 (PDT) (envelope-from gnats) Received: from minerva.uucp.kew.com (kendra.ne.mediaone.net [24.218.227.234]) by hub.freebsd.org (Postfix) with ESMTP id 7732137B401 for ; Tue, 3 Jul 2001 16:26:23 -0700 (PDT) (envelope-from root@minerva.uucp.kew.com) Received: by minerva.uucp.kew.com (Postfix, from userid 0) id D7F38BA5C; Tue, 3 Jul 2001 19:26:12 -0400 (EDT) Message-Id: <20010703232612.D7F38BA5C@minerva.uucp.kew.com> Date: Tue, 3 Jul 2001 19:26:12 -0400 (EDT) From: ahd@kew.com Reply-To: ahd@kew.com To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/28678: portcheckout doesn't allow flexible build targets Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 28678 >Category: ports >Synopsis: portcheckout doesn't allow flexible build targets >Confidential: 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 03 16:30:03 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Drew Derbyshire >Release: FreeBSD 4.3-RELEASE i386 >Organization: Kendra Electronic Wonderworks, Stoneham MA 02180 (http://www.kew.com) >Environment: System: FreeBSD minerva.hh.kew.com 4.3-RELEASE FreeBSD 4.3-RELEASE #0: Sat Jun 23 09:50:15 EDT 2001 root@:/usr/scratch/obj/usr/src/sys/MINERVA i386 Using portcheckout-2.0 on FreeBSD 4.3 >Description: portcheckout only supports the make targets "install clean" and "fetch". This reduces its usefullness since building other targets (such as "package", "reinstall", or omitting the "clean") requires moving above the ports directory, running portcheckout, and then moving into each port's directory and running the target. >How-To-Repeat: Use portcheckout to build anything other "install/clean" or "fetch" >Fix: It's not suggested that portcheckout have explicit support for every target that bored system admins can write PR's on, but rather a single option be added via which the person building the package can specify an arbitary string used as the make target. This might look like: portcheckout --target="package" package-name ... >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Jul 3 16:50:11 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 05E8737B407 for ; Tue, 3 Jul 2001 16:50:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f63No0520377; Tue, 3 Jul 2001 16:50:00 -0700 (PDT) (envelope-from gnats) Received: from minerva.uucp.kew.com (kendra.ne.mediaone.net [24.218.227.234]) by hub.freebsd.org (Postfix) with ESMTP id EFFEB37B401 for ; Tue, 3 Jul 2001 16:46:54 -0700 (PDT) (envelope-from root@minerva.uucp.kew.com) Received: by minerva.uucp.kew.com (Postfix, from userid 0) id E0C8ABA14; Tue, 3 Jul 2001 19:46:53 -0400 (EDT) Message-Id: <20010703234653.E0C8ABA14@minerva.uucp.kew.com> Date: Tue, 3 Jul 2001 19:46:53 -0400 (EDT) From: ahd@kew.com Reply-To: ahd@kew.com To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/28680: pkg_update complains about missing REQUIRED_BY for port build packages Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 28680 >Category: ports >Synopsis: pkg_update complains about missing REQUIRED_BY for port build packages >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 03 16:50:00 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Drew Derbyshire >Release: FreeBSD 4.3-RELEASE i386 >Organization: Kendra Electronic Wonderworks, Stoneham MA 02180 (http://www.kew.com) >Environment: System: FreeBSD minerva.hh.kew.com 4.3-RELEASE FreeBSD 4.3-RELEASE #0: Sat Jun 23 09:50:15 EDT 2001 root@:/usr/scratch/obj/usr/src/sys/MINERVA i386 >Description: Invocation of pkg_update routine causes an error message reporting a missing +REQUIRED_BY file: minerva,/usr/ports/textproc/ispell,123# make package . . (build runs) . minerva,/usr/ports/textproc/ispell,123# pkg_update ispell-3.2.04_1.tgz Updating ispell packages to version 3.2.04 Can't open /var/db/pkg/ispell-3.2.04/+REQUIRED_BY, No such file or directory This happens even if the same package is run twice in a row (one would hope if the first pass cleanup encountered an error, it was cleaned by the first pass install). >How-To-Repeat: Execute pkg_update on a port built package. >Fix: Don't issue the error message if the +REQUIRED_BY is an optional component of the package database; otherwise, tweak the port build process to always create a +REQUIRED_BY component. >Release-Note: >Audit-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 3 20: 0:23 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 588C037B405 for ; Tue, 3 Jul 2001 20:00:13 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f6430Dj44349; Tue, 3 Jul 2001 20:00:13 -0700 (PDT) (envelope-from gnats) Received: from electron.databits.net (electron.databits.net [207.29.204.16]) by hub.freebsd.org (Postfix) with ESMTP id F3C1537B405 for ; Tue, 3 Jul 2001 19:53:08 -0700 (PDT) (envelope-from petef@electron.databits.net) Received: (from petef@localhost) by electron.databits.net (8.11.4/8.11.4) id f642q9S83074; Tue, 3 Jul 2001 22:52:09 -0400 (EDT) (envelope-from petef) Message-Id: <200107040252.f642q9S83074@electron.databits.net> Date: Tue, 3 Jul 2001 22:52:09 -0400 (EDT) From: Pete Fritchman Reply-To: Pete Fritchman To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/28683: Update port www/crawl to 0.1b Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 28683 >Category: ports >Synopsis: Update port www/crawl to 0.1b >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Tue Jul 03 20:00:12 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Pete Fritchman >Release: FreeBSD 4.3-STABLE i386 >Organization: Databits Network Services, Inc. >Environment: System: FreeBSD electron.databits.net 4.3-STABLE FreeBSD 4.3-STABLE #7: Mon Jun 11 10:15:45 EDT 2001 root@electron.databits.net:/usr/obj/usr/src/sys/ELECTRON i386 >Description: - update to version 0.1b >How-To-Repeat: >Fix: Index: Makefile =================================================================== RCS file: /home/ncvs/ports/www/crawl/Makefile,v retrieving revision 1.1 diff -u -r1.1 Makefile --- Makefile 2001/06/23 16:09:49 1.1 +++ Makefile 2001/07/04 02:52:13 @@ -6,7 +6,7 @@ # PORTNAME= crawl -PORTVERSION= 0.1 +PORTVERSION= 0.1b CATEGORIES= www MASTER_SITES= http://www.monkey.org/~provos/ Index: distinfo =================================================================== RCS file: /home/ncvs/ports/www/crawl/distinfo,v retrieving revision 1.1 diff -u -r1.1 distinfo --- distinfo 2001/06/23 16:09:49 1.1 +++ distinfo 2001/07/04 02:52:13 @@ -1 +1 @@ -MD5 (crawl-0.1.tar.gz) = 93df9d0e6534bc4fc462950c023ec2e7 +MD5 (crawl-0.1b.tar.gz) = 3809c8b13fb5d629a799a1972185500a >Release-Note: >Audit-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 3 20: 0:26 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7931137B403 for ; Tue, 3 Jul 2001 20:00:12 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f6430Cf44334; Tue, 3 Jul 2001 20:00:12 -0700 (PDT) (envelope-from gnats) Received: from kendra.ne.mediaone.net (kendra.ne.mediaone.net [24.218.227.234]) by hub.freebsd.org (Postfix) with ESMTP id 13FCA37B403 for ; Tue, 3 Jul 2001 19:50:58 -0700 (PDT) (envelope-from root@minerva.uucp.kew.com) Received: from minerva.uucp.kew.com (minerva.hh.kew.com [192.168.203.144]) by kendra.ne.mediaone.net (Postfix) with ESMTP id 2B2A615500 for ; Tue, 3 Jul 2001 22:50:57 -0400 (EDT) Received: by minerva.uucp.kew.com (Postfix, from userid 0) id E628CBA14; Tue, 3 Jul 2001 22:50:56 -0400 (EDT) Message-Id: <20010704025056.E628CBA14@minerva.uucp.kew.com> Date: Tue, 3 Jul 2001 22:50:56 -0400 (EDT) From: ahd@kew.com Reply-To: ahd@kew.com To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/28682: Some port install builds fail if silent (-s) flag used Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 28682 >Category: ports >Synopsis: Some port install builds fail if silent (-s) flag used >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 03 20:00:11 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Drew Derbyshire >Release: FreeBSD 4.3-RELEASE i386 >Organization: Kendra Electronic Wonderworks, Stoneham MA 02180 (http://www.kew.com) >Environment: System: FreeBSD minerva.hh.kew.com 4.3-RELEASE FreeBSD 4.3-RELEASE #0: Sat Jun 23 09:50:15 EDT 2001 root@:/usr/scratch/obj/usr/src/sys/MINERVA i386 port collection updated using portcheckout as of 7/2 23:30 EDT. >Description: If the silent (-s) flag is passed to the Make command for some ports when building the install target, the build fails. If the -s is omitted, the build succeeds. Sample builds with and without -s follow. Script started on Tue Jul 3 22:45:31 2001 minerva# make deinstall ===> Deinstalling for postfix-20010525_1 minerva# make -dl -s install cd /usr/scratch/ports/mail/postfix-current && make 'CKSUMFILES+=snapshot-20010525.tar.gz' build cd /usr/scratch/ports/mail/postfix-current && make 'CKSUMFILES+=snapshot-20010525.tar.gz' real-install true "===> Installing for postfix-20010525_1" cd /usr/scratch/ports/mail/postfix-current && make 'CKSUMFILES+=snapshot-20010525.tar.gz' check-categories if true afterstep archivers astro audio benchmarks biology cad chinese comms converters databases deskutils devel editors elisp emulators french ftp games german gnome graphics hebrew ipv6 irc japanese java kde korean lang linux mail math mbone misc net news offix palm perl5 picobsd plan9 print python ruby russian science security shells sysutils tcl76 tcl80 tcl81 tcl82 tcl83 textproc tk42 tk80 tk82 tk83 tkstep80 ukrainian vietnamese windowmaker www x11 x11-clocks x11-fm x11-fonts x11-servers x11-toolkits x11-wm zope | /usr/bin/grep -wq mail; then /usr/bin/true; else true "postfix-20010525_1: category mail not in list of valid categories."; /usr/bin/false; fi *** Error code 1 Stop in /usr/scratch/ports/mail/postfix-current. *** Error code 1 Stop in /usr/scratch/ports/mail/postfix-current. *** Error code 1 Stop in /usr/scratch/ports/mail/postfix-current. minerva# make install ===> Installing for postfix-20010525_1 postfix:*:1001: You already have a group "postfix", so I will use it. maildrop:*:101: You already have a group "maildrop", so I will use it. postfix:*:1003:1001::0:0:Postfix Mail System:/nonexistent:/nonexistent You already have a user "postfix", so I will use it. Installed HTML documentation in /usr/local/share/doc/postfix -------------------------------------------------- - To replace your existing sendmail with postfix - - type "make replace" - -------------------------------------------------- ===> Generating temporary packing list ===> Compressing manual pages for postfix-20010525_1 ===> Registering installation for postfix-20010525_1 ===> SECURITY NOTE: This port has installed the following binaries which execute with increased privileges. 198710 126 -r-xr-sr-x 1 root maildrop 64228 Jul 3 22:46 /usr/local/sbin/postdrop If there are vulnerabilities in these programs there may be a security risk to the system. FreeBSD makes no guarantee about the security of ports included in the Ports Collection. Please type 'make deinstall' to deinstall the port if this is a concern. For more information, and contact details about the security status of this software, see the following webpage: http://www.postfix.org/ minerva# exit Script done on Tue Jul 3 22:46:46 2001 >How-To-Repeat: In the port/mail/postfix-current directory, "make -s install" >Fix: Workaround is not use the -s flag >Release-Note: >Audit-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 3 20:20: 9 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 64C0E37B405 for ; Tue, 3 Jul 2001 20:20:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f643K2e48510; Tue, 3 Jul 2001 20:20:02 -0700 (PDT) (envelope-from gnats) Received: from yoda.bmi.net (yoda.bmi.net [204.57.191.163]) by hub.freebsd.org (Postfix) with ESMTP id 7F1DE37B406 for ; Tue, 3 Jul 2001 20:14:17 -0700 (PDT) (envelope-from root@johncoop.MSHOME.bmi.net) Received: from johncoop.MSHOME (dsl-154.bmi.net [207.173.60.230]) by yoda.bmi.net (Pro-8.9.3/Pro-8.9.3) with ESMTP id UAA03892 for ; Tue, 3 Jul 2001 20:13:32 -0700 Received: (from root@localhost) by johncoop.MSHOME (8.11.4/8.11.4) id f643EGD47029; Tue, 3 Jul 2001 20:14:16 -0700 (PDT) (envelope-from root) Message-Id: <200107040314.f643EGD47029@johncoop.MSHOME> Date: Tue, 3 Jul 2001 20:14:16 -0700 (PDT) From: John Merryweather Cooper Reply-To: John Merryweather Cooper To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/28684: Patches needed for qt-designer to build after qt-2.3.1 update Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 28684 >Category: ports >Synopsis: Patches needed for qt-designer to build after qt-2.3.1 update >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Tue Jul 03 20:20:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: John Merryweather Cooper >Release: FreeBSD 4.3-STABLE i386 >Organization: >Environment: System: FreeBSD johncoop.MSHOME 4.3-STABLE FreeBSD 4.3-STABLE #24: Mon Jul 2 19:44:15 PDT 2001 jmcoopr@johncoop.MSHOME:/usr/obj/usr/src/sys/JOHNCOOP i386 >Description: After installing qt-2.3.1, qt-designer will no longer build. >How-To-Repeat: Just try build it . . . :) >Fix: The following replacements for /usr/ports/devel/qt-designer/files are: patch-Makefile: --- Makefile Tue Jul 3 18:55:11 2001 +++ Makefile.new Tue Jul 3 18:59:31 2001 @@ -25,11 +25,11 @@ -rm -f bin/moc cp src/moc/moc bin/moc -sub-tools: sub-src FORCE +sub-tools: FORCE cd tools; $(MAKE) symlinks: .buildopts - @cd include; rm -f q*.h; for i in $(QTDIR)/src/*/q*.h $(QTDIR)/extensions/*/src/q*.h; do ln -s $$i .; done; rm -f q*_p.h + @cd include; rm -f q*.h; for i in ../src/*/q*.h ../extensions/*/src/q*.h; do ln -s $$i .; done; rm -f q*_p.h sub-src: src-moc src-mt .buildopts FORCE cd src; $(MAKE) patch-aa: --- configs/freebsd-g++-shared Tue Jul 3 19:24:24 2001 +++ configs/freebsd-g++-shared.new Tue Jul 3 19:24:17 2001 @@ -6,7 +6,7 @@ # Compiling with support libraries SYSCONF_CXXFLAGS_X11 = -I/usr/X11R6/include -SYSCONF_CXXFLAGS_QT = -I$(QTDIR)/include +SYSCONF_CXXFLAGS_QT = -I$(QTDIR)/include $(SYSCONF_CXXFLAGS_THREAD) SYSCONF_CXXFLAGS_OPENGL = -I/usr/X11R6/include # Compiling YACC output @@ -23,7 +23,7 @@ SYSCONF_LIBS_X11 = -lXext -lX11 -lm # Qt, Qt+OpenGL SYSCONF_LFLAGS_QT = -L$(QTDIR)/lib -SYSCONF_LIBS_QT = -lqt$(QT_THREAD_SUFFIX) +SYSCONF_LIBS_QT = -lqt2$(QT_THREAD_SUFFIX) $(SYSCONF_LFLAGS_THREAD) SYSCONF_LIBS_QT_OPENGL = # OpenGL SYSCONF_LFLAGS_OPENGL = -L/usr/X11R6/lib @@ -46,7 +46,7 @@ SYSCONF_LIBS_THREAD = # Meta-object compiler -SYSCONF_MOC = $(QTDIR)/bin/moc +SYSCONF_MOC = $(QTDIR)/bin/moc2 # UI compiler SYSCONF_UIC = $(QTDIR)/bin/uic @@ -57,16 +57,14 @@ # - Usually needs to incorporate $(VER_MAJ), $(VER_MIN) and $(VER_PATCH) # SYSCONF_LINK_SHLIB = g++ -SYSCONF_LINK_TARGET_SHARED = lib$(TARGET).so.$(VER_MAJ).$(VER_MIN).$(VER_PATCH) +SYSCONF_LINK_TARGET_SHARED = lib$(TARGET).so.$(VER_MAJ) SYSCONF_LINK_LIB_SHARED = $(SYSCONF_LINK_SHLIB) -shared -Wl,-soname,lib$(TARGET).so.$(VER_MAJ) \ $(LFLAGS) -o $(SYSCONF_LINK_TARGET_SHARED) \ $(OBJECTS) $(OBJMOC) $(LIBS) && \ mv $(SYSCONF_LINK_TARGET_SHARED) $(DESTDIR); \ cd $(DESTDIR) && \ - rm -f lib$(TARGET).so lib$(TARGET).so.$(VER_MAJ) lib$(TARGET).so.$(VER_MAJ).$(VER_MIN); \ - ln -s $(SYSCONF_LINK_TARGET_SHARED) lib$(TARGET).so; \ - ln -s $(SYSCONF_LINK_TARGET_SHARED) lib$(TARGET).so.$(VER_MAJ); \ - ln -s $(SYSCONF_LINK_TARGET_SHARED) lib$(TARGET).so.$(VER_MAJ).$(VER_MIN) + rm -f lib$(TARGET).so; \ + ln -s $(SYSCONF_LINK_TARGET_SHARED) lib$(TARGET).so # Linking static libraries # - Build the $(TARGET) library, eg. lib$(TARGET).a @@ -77,8 +75,8 @@ SYSCONF_LINK_LIB_STATIC = rm -f $(DESTDIR)$(SYSCONF_LINK_TARGET_STATIC) ; \ $(SYSCONF_AR) $(DESTDIR)$(SYSCONF_LINK_TARGET_STATIC) $(OBJECTS) $(OBJMOC) # Compiling application source -SYSCONF_CXXFLAGS = -pipe -fno-exceptions -O2 -SYSCONF_CFLAGS = -pipe -fno-exceptions -O2 +SYSCONF_CXXFLAGS = -DQT_PREFIX=\"${PREFIX}\" -pipe -fno-exceptions -O +SYSCONF_CFLAGS = -DQT_PREFIX=\"${PREFIX}\" -pipe -fno-exceptions -O # Default link type (static linking is still be used where required) SYSCONF_LINK_LIB = $(SYSCONF_LINK_LIB_SHARED) SYSCONF_LINK_TARGET = $(SYSCONF_LINK_TARGET_SHARED) fix things. YMMV. jmc >Release-Note: >Audit-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 3 21: 0: 5 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 196C037B405 for ; Tue, 3 Jul 2001 21:00:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f64402a51586; Tue, 3 Jul 2001 21:00:02 -0700 (PDT) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D76E937B401 for ; Tue, 3 Jul 2001 20:55:14 -0700 (PDT) (envelope-from nobody@FreeBSD.org) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f643tED51016; Tue, 3 Jul 2001 20:55:14 -0700 (PDT) (envelope-from nobody) Message-Id: <200107040355.f643tED51016@freefall.freebsd.org> Date: Tue, 3 Jul 2001 20:55:14 -0700 (PDT) From: Ken Lui To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/28685: Mozilla 0.9.2 port doesn't have gethostbyname defined properly Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 28685 >Category: ports >Synopsis: Mozilla 0.9.2 port doesn't have gethostbyname defined properly >Confidential: no >Severity: critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Jul 03 21:00:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Ken Lui >Release: 4.3-stable >Organization: >Environment: FreeBSD a7v 4.3-STABLE FreeBSD 4.3-STABLE #1: Tue Jun 26 19:44:12 PDT 2001 >Description: When using the 0.9.2 port that's available, typing in a name with an LDAP directory defined will cause the program to exit due to an undefined reference for gethostbyname_r(). >How-To-Repeat: Compile 0.9.2 from the ports, define an LDAP server and use it using a new message. >Fix: The ports will need an additional patch file in /usr/ports/www/mozilla/files. I've named it as patch-di, and in case this form messes up the formatting, I've added "defined(FREEBSD) ||" to this section of code: --- directory/c-sdk/ldap/include/portable.h.orig Fri May 4 13:43:55 2001 +++ directory/c-sdk/ldap/include/portable.h Tue Jul 3 20:34:14 2001 @@ -248,7 +248,7 @@ defined(UNIXWARE) || defined(SUNOS4) || defined(SNI) || defined(BSDI) || \ defined(NCR) || defined(OSF1) || defined(NEC) || defined(VMS) || \ ( defined(HPUX10) && !defined(_REENTRANT)) || defined(HPUX11) || \ - defined(UnixWare) || defined(LINUX) || defined(NETBSD) || \ + defined(UnixWare) || defined(LINUX) || defined(NETBSD) || defined(FREEBSD) || \ (defined(AIX) && !defined(USE_REENTRANT_LIBC)) #define GETHOSTBYNAME( n, r, b, l, e ) gethostbyname( n ) #elif defined(AIX) >Release-Note: >Audit-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 3 23:17:41 2001 Delivered-To: freebsd-ports@freebsd.org Received: from leviathan.inethouston.net (leviathan.inethouston.net [66.64.12.249]) by hub.freebsd.org (Postfix) with ESMTP id 0017937B401; Tue, 3 Jul 2001 23:17:38 -0700 (PDT) (envelope-from dwcjr@inethouston.net) Received: by leviathan.inethouston.net (Postfix, from userid 1001) id 67B8910F410; Wed, 4 Jul 2001 01:17:45 -0500 (CDT) Date: Wed, 4 Jul 2001 01:17:45 -0500 From: "David W. Chapman Jr." To: howardjp@well.com Cc: freebsd-ports@FreeBSD.org, dwcjr@FreeBSD.org Subject: Re: ports/28643: Improved version of samba.sh.sample that includes restart Message-ID: <20010704011745.A11575@leviathan.inethouston.net> Reply-To: "David W. Chapman Jr." Mail-Followup-To: "David W. Chapman Jr." , howardjp@well.com, freebsd-ports@FreeBSD.org, dwcjr@FreeBSD.org References: <200107030801.f6381wT57990@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200107030801.f6381wT57990@freefall.freebsd.org> User-Agent: Mutt/1.3.19i X-Operating-System: FreeBSD 4.3-STABLE i386 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Patching file samba.sh.sample using Plan A... Hunk #1 failed at 4. 1 out of 1 hunks failed--saving rejects to samba.sh.sample.rej Hmm... Ignoring the trailing garbage. done It does this for both samba ports. -- David W. Chapman Jr. dwcjr@inethouston.net Raintree Network Services, Inc. dwcjr@freebsd.org FreeBSD Committer To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Jul 3 23:23:55 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A677C37B401; Tue, 3 Jul 2001 23:23:53 -0700 (PDT) (envelope-from dwcjr@FreeBSD.org) Received: (from dwcjr@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f646NrS80250; Tue, 3 Jul 2001 23:23:53 -0700 (PDT) (envelope-from dwcjr) Date: Tue, 3 Jul 2001 23:23:53 -0700 (PDT) From: Message-Id: <200107040623.f646NrS80250@freefall.freebsd.org> To: petef@databits.net, dwcjr@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/28683: Update port www/crawl to 0.1b Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: Update port www/crawl to 0.1b State-Changed-From-To: open->closed State-Changed-By: dwcjr State-Changed-When: Tue Jul 3 23:23:43 PDT 2001 State-Changed-Why: Committed, thanks! http://www.FreeBSD.org/cgi/query-pr.cgi?pr=28683 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Jul 3 23:28:36 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5987237B401; Tue, 3 Jul 2001 23:28:35 -0700 (PDT) (envelope-from dwcjr@FreeBSD.org) Received: (from dwcjr@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f646SZ281197; Tue, 3 Jul 2001 23:28:35 -0700 (PDT) (envelope-from dwcjr) Date: Tue, 3 Jul 2001 23:28:35 -0700 (PDT) From: Message-Id: <200107040628.f646SZ281197@freefall.freebsd.org> To: dwcjr@FreeBSD.org, freebsd-ports@FreeBSD.org, dwcjr@FreeBSD.org Subject: Re: ports/28572: Update mail/maildrop to 1.3.3 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: Update mail/maildrop to 1.3.3 Responsible-Changed-From-To: freebsd-ports->dwcjr Responsible-Changed-By: dwcjr Responsible-Changed-When: Tue Jul 3 23:28:25 PDT 2001 Responsible-Changed-Why: I'll handle this one. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=28572 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Jul 3 23:34: 2 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A4AE937B41B; Tue, 3 Jul 2001 23:33:55 -0700 (PDT) (envelope-from dwcjr@FreeBSD.org) Received: (from dwcjr@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f646XtN81904; Tue, 3 Jul 2001 23:33:55 -0700 (PDT) (envelope-from dwcjr) Date: Tue, 3 Jul 2001 23:33:55 -0700 (PDT) From: Message-Id: <200107040633.f646XtN81904@freefall.freebsd.org> To: petef@databits.net, dwcjr@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/28613: Update net/ipcalc to 0.34 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: Update net/ipcalc to 0.34 State-Changed-From-To: open->closed State-Changed-By: dwcjr State-Changed-When: Tue Jul 3 23:33:44 PDT 2001 State-Changed-Why: Committed, thanks! http://www.FreeBSD.org/cgi/query-pr.cgi?pr=28613 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Jul 3 23:40: 6 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1ADAD37B405 for ; Tue, 3 Jul 2001 23:40:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f646e3A82849; Tue, 3 Jul 2001 23:40:03 -0700 (PDT) (envelope-from gnats) Date: Tue, 3 Jul 2001 23:40:03 -0700 (PDT) Message-Id: <200107040640.f646e3A82849@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: "David W. Chapman Jr." Subject: Re: ports/28517: Update security/zebedee to 2.2.2 Reply-To: "David W. Chapman Jr." Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR ports/28517; it has been noted by GNATS. From: "David W. Chapman Jr." To: freebsd-gnats-submit@FreeBSD.org, greg@hewgill.com Cc: petef@databits.net Subject: Re: ports/28517: Update security/zebedee to 2.2.2 Date: Wed, 04 Jul 2001 01:38:42 -0500 I am just sending you this email to inform you, you have pr 28517 open, it can be accessed via http://www.freebsd.org/cgi/query-pr.cgi?pr=28517 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Jul 3 23:46:33 2001 Delivered-To: freebsd-ports@freebsd.org Received: from gatesrv.RZ.UniBw-Muenchen.de (gatesrv.RZ.UniBW-Muenchen.de [137.193.11.27]) by hub.freebsd.org (Postfix) with ESMTP id 78E2337B401; Tue, 3 Jul 2001 23:46:30 -0700 (PDT) (envelope-from lizard@gaia.informatik.unibw-muenchen.de) Received: from gaia.informatik.unibw-muenchen.de (gaia.Informatik.UniBw-Muenchen.de [137.193.60.64]) by gatesrv.RZ.UniBw-Muenchen.de (8.11.2/8.11.2) with ESMTP id f646jIJ00536; Wed, 4 Jul 2001 08:45:18 +0200 (MEST) Received: from localhost (localhost [127.0.0.1]) by gaia.informatik.unibw-muenchen.de (Postfix) with ESMTP id 292C2115670; Wed, 4 Jul 2001 08:45:13 +0200 (CEST) Received: by gaia.informatik.unibw-muenchen.de (Postfix, from userid 1001) id CECC911566F; Wed, 4 Jul 2001 08:45:08 +0200 (CEST) Date: Wed, 4 Jul 2001 08:45:08 +0200 From: Oliver Braun To: gnats-admin@freebsd.org, freebsd-ports@freebsd.org Subject: Re: ports/28676: New Port: nhc98 - a haskell compiler to produce small executables Message-ID: <20010704084508.A50041@gaia.informatik.unibw-muenchen.de> References: <20010702214745.D998B115237@gaia.informatik.unibw-muenchen.de> <200107032010.f63KA1693441@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200107032010.f63KA1693441@freefall.freebsd.org>; from gnats-admin@freebsd.org on Tue, Jul 03, 2001 at 01:10:01PM -0700 Organization: University of the Federal Armed Forces Munich, Germany X-OS: FreeBSD 4.3-STABLE i386 X-Editor: Vim-600 http://www.vim.org/ X-Virus-Scanned: by AMaViS perl-10 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Hello GNATS-Admin, after a problem with the mailrelay at my university, the admin of that mailrelay has told me, that I should resend the PR, because he has removed it from the mail queue. But unfortunately he had not removed my first email. This means that PR Number: 28676 and PR Number: 28673 are identical. Sorry for that and could you please close one of them. Regards, Olli -- Dipl.-Inform. (Univ.) Oliver Braun Department of Computing Science Federal Armed Forces University Munich http://ist.unibw-muenchen.de/People/obraun/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Jul 3 23:50: 6 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2FA3437B408 for ; Tue, 3 Jul 2001 23:50:04 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f646o4w83968; Tue, 3 Jul 2001 23:50:04 -0700 (PDT) (envelope-from gnats) Date: Tue, 3 Jul 2001 23:50:04 -0700 (PDT) Message-Id: <200107040650.f646o4w83968@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: "David W. Chapman Jr." Subject: Re: ports/28587: Fix pkg-plist for audio/litestream Reply-To: "David W. Chapman Jr." Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR ports/28587; it has been noted by GNATS. From: "David W. Chapman Jr." To: freebsd-gnats-submit@FreeBSD.org, aaron@mutex.org Cc: pat@databits.net Subject: Re: ports/28587: Fix pkg-plist for audio/litestream Date: Wed, 04 Jul 2001 01:41:55 -0500 Just informing you, you have this pr open. http://www.freebsd.org/cgi/query-pr.cgi?pr=28587 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Jul 4 0:40: 8 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5488737B406 for ; Wed, 4 Jul 2001 00:40:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f647e2x91507; Wed, 4 Jul 2001 00:40:02 -0700 (PDT) (envelope-from gnats) Received: from tlon.scardini.com (c1551124-a.potlnd1.or.home.com [24.248.51.15]) by hub.freebsd.org (Postfix) with ESMTP id 1000937B408 for ; Wed, 4 Jul 2001 00:32:06 -0700 (PDT) (envelope-from chrise@tlon.scardini.com) Received: (from chrise@localhost) by tlon.scardini.com (8.11.3/8.11.3) id f647W5U08001; Wed, 4 Jul 2001 00:32:05 -0700 (PDT) (envelope-from chrise) Message-Id: <200107040732.f647W5U08001@tlon.scardini.com> Date: Wed, 4 Jul 2001 00:32:05 -0700 (PDT) From: Christopher Elkins Reply-To: Christopher Elkins To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/28689: Update port: devel/viewcvs - new version Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 28689 >Category: ports >Synopsis: Update port: devel/viewcvs - new 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: Wed Jul 04 00:40:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Christopher Elkins >Release: FreeBSD 4.3-RELEASE i386 >Organization: >Environment: System: FreeBSD tlon.scardini.com 4.3-RELEASE FreeBSD 4.3-RELEASE #8: Mon Jun 4 19:11:38 PDT 2001 chrise@tlon.scardini.com:/stash/disk1/usr.src/sys/compile/TLON i386 >Description: Latest version is now 0.7. >How-To-Repeat: >Fix: diff -c -r viewcvs.orig/Makefile viewcvs/Makefile *** viewcvs.orig/Makefile Sun May 27 07:03:13 2001 --- viewcvs/Makefile Wed Jul 4 00:17:01 2001 *************** *** 6,12 **** # PORTNAME= viewcvs ! PORTVERSION= 0.6 CATEGORIES= devel python MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} --- 6,12 ---- # PORTNAME= viewcvs ! PORTVERSION= 0.7 CATEGORIES= devel python MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} diff -c -r viewcvs.orig/distinfo viewcvs/distinfo *** viewcvs.orig/distinfo Sun May 27 07:03:13 2001 --- viewcvs/distinfo Wed Jul 4 00:17:04 2001 *************** *** 1 **** ! MD5 (viewcvs-0.6.tar.gz) = 66ea70c6d82b783eb8f3aa209fdf45d0 --- 1 ---- ! MD5 (viewcvs-0.7.tar.gz) = b89565b8b03ce8a5771902895fa3e787 >Release-Note: >Audit-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 4 0:51:48 2001 Delivered-To: freebsd-ports@freebsd.org Received: from mailout00.sul.t-online.de (mailout00.sul.t-online.com [194.25.134.16]) by hub.freebsd.org (Postfix) with ESMTP id 4AD1D37B401; Wed, 4 Jul 2001 00:51:46 -0700 (PDT) (envelope-from guenther.schmidt@bigfoot.de) Received: from fwd06.sul.t-online.de by mailout00.sul.t-online.de with smtp id 15HhRp-0004B8-0B; Wed, 04 Jul 2001 09:51:45 +0200 Received: from guenni.private.de (320064867895-0001@[217.85.211.182]) by fmrl06.sul.t-online.com with smtp id 15HhRl-1SUSrAC; Wed, 4 Jul 2001 09:51:41 +0200 Content-Type: text/plain; charset="iso-8859-1" From: Guenther Schmidt To: jmz@FreeBSD.org Subject: FreeBSD Port: XFree86-4.1.0_4 & missing DRI modules Date: Wed, 4 Jul 2001 09:51:28 +0200 X-Mailer: KMail [version 1.2] Cc: ports@FreeBSD.org MIME-Version: 1.0 Message-Id: <01070409512800.05772@guenni.private.de> Content-Transfer-Encoding: 8bit X-Sender: 320064867895-0001@t-dialin.net Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Hi there, according to the change log this port dosn't build the DRI modules such as r128.ko or drm.ko. Why? Does this mean Hardware acceleration for e.g. ATI Rage in not available? Best regards Guenther To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Jul 4 1:13: 7 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8EC3F37B405; Wed, 4 Jul 2001 01:13:06 -0700 (PDT) (envelope-from wjv@FreeBSD.org) Received: (from wjv@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f648D6o97464; Wed, 4 Jul 2001 01:13:06 -0700 (PDT) (envelope-from wjv) Date: Wed, 4 Jul 2001 01:13:06 -0700 (PDT) From: Message-Id: <200107040813.f648D6o97464@freefall.freebsd.org> To: pat@databits.net, wjv@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/28665: Fix pkg-plist for biology/deft Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: Fix pkg-plist for biology/deft State-Changed-From-To: open->closed State-Changed-By: wjv State-Changed-When: Wed Jul 4 01:12:36 PDT 2001 State-Changed-Why: Committed, thanks! http://www.FreeBSD.org/cgi/query-pr.cgi?pr=28665 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Jul 4 1:44:32 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 66A0D37B401; Wed, 4 Jul 2001 01:44:31 -0700 (PDT) (envelope-from wjv@FreeBSD.org) Received: (from wjv@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f648iVd00898; Wed, 4 Jul 2001 01:44:31 -0700 (PDT) (envelope-from wjv) Date: Wed, 4 Jul 2001 01:44:31 -0700 (PDT) From: Message-Id: <200107040844.f648iVd00898@freefall.freebsd.org> To: dbader@eece.unm.edu, wjv@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/28541: new port: biology/grappa Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: new port: biology/grappa State-Changed-From-To: open->closed State-Changed-By: wjv State-Changed-When: Wed Jul 4 01:43:59 PDT 2001 State-Changed-Why: Committed, thanks! http://www.FreeBSD.org/cgi/query-pr.cgi?pr=28541 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Jul 4 2:22:52 2001 Delivered-To: freebsd-ports@freebsd.org Received: from k0r3.reflektor.cz (k0r3.reflektor.cz [212.24.129.54]) by hub.freebsd.org (Postfix) with SMTP id 3031A37B408 for ; Wed, 4 Jul 2001 02:22:48 -0700 (PDT) (envelope-from cynic@mail.cz) Received: (qmail 15934 invoked by uid 202); 4 Jul 2001 09:22:46 -0000 Received: from unknown (HELO zvahlav.mail.cz) (212.24.143.100) by k0r3.reflektor.cz with SMTP; 4 Jul 2001 09:22:46 -0000 Message-Id: <5.1.0.14.2.20010704111952.01f655f8@mail.cz> X-Sender: cynic@mail.cz X-Mailer: QUALCOMM Windows Eudora Version 5.1 Date: Wed, 04 Jul 2001 11:31:00 +0200 To: "David W. Chapman Jr." , From: Cynic Subject: Re: samba port install failure... general question In-Reply-To: <014b01c10283$f944ede0$fe0c4042@inethouston.net> References: <5.1.0.14.2.20010701231030.020399d0@mail.cz> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Hi there, At 01:17 7/2/2001, David W. Chapman Jr. wrote the following: -------------------------------------------------------------- >> is there a reason for a port to assume it's installed in >> /usr/local? I just tried to build samba-devel, and it failed, >> because there's no /usr/local/samba/share/ (the command line >> was # make PREFIX="/usr/local/samba" install, Makefile contains >> >> post-install: >> ${MKDIR} ${PREFIX}/share/examples/samba >> >PREFIX is not always /usr/local, but you can assume that the ports system >wants to install into a PREFIX that looks like /usr/local or it will try to >make your PREFIX look like /usr/local basically. # make PREFIX=/tmp/samba install succeeded indeed, so it's the constraints stuff you mention below >> and other things like that, and # make install failed with >> >> Installing SWAT in /usr/local/samba/share/swat >> Installing the Samba Web Administration Tool >> mkdir: /usr/local/samba/share: No such file or directory >> Failed to make directory /usr/local/samba/share/swat, does root >> have privileges? >> >This would be because ports can't modify directories under /usr/local or >create them for that matter(to the best of my knowledge, I"m sure someone >more knowledgeable could comment). If you want it installed in I don't understand why this is so. The ports stuff requires one to be logged in as root anyway, so why should it be designed so that one cannot install a port where they want? >/usr/local/samba, just download the tarball and compile it to avoid this >problem if you absolutely need it in /usr/local/samba, but that's not the >best place for it, where the port puts it is probably the place you would >want it 95% of the time. Well, that depends, I guess. Clobbering /usr/local with loads of software is not what I'd like to achieve. >> I tried to workaround the limitation with this: >> >> [toor(root)@freepuppy samba-devel]# mkdir /usr/local/samba/share >> [toor(root)@freepuppy samba-devel]# make clean >> [toor(root)@freepuppy samba-devel]# make PREFIX="/usr/local/samba" build >> [toor(root)@freepuppy samba-devel]# make install >> >If you run > >mkdir /tmp/samba >make clean install PREFIX=/tmp/samba > >that will prove that they don't assume PREFIX=/usr/local > > From my understanding ports can't modify anything under /usr/local that >doesn't already exist and that's where your problem lies. So a solution for >you would be to let it install it where it wants or compile it from the >source. Is this documented anywhere? And what is the rationale? I surely couldn't find anything related in the Handbook or Porter's Handbook. Thanks for your reply cynic@mail.cz ------------- And the eyes of them both were opened and they saw that their files were world readable and writable, so they chmoded 600 their files. - Book of Installation chapt 3 sec 7 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Jul 4 2:30: 9 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4A83637B406 for ; Wed, 4 Jul 2001 02:30:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f649U2P08230; Wed, 4 Jul 2001 02:30:02 -0700 (PDT) (envelope-from gnats) Received: from mail.noos.fr (verlaine.noos.net [212.198.2.73]) by hub.freebsd.org (Postfix) with ESMTP id 230EA37B403 for ; Wed, 4 Jul 2001 02:29:10 -0700 (PDT) (envelope-from root@gits.dyndns.org) Received: (qmail 2056162 invoked by uid 0); 4 Jul 2001 09:17:52 -0000 Received: from unknown (HELO gits.dyndns.org) ([212.198.231.187]) (envelope-sender ) by 212.198.2.73 (qmail-ldap-1.03) with SMTP for ; 4 Jul 2001 09:17:52 -0000 Received: (from root@localhost) by gits.dyndns.org (8.11.4/8.11.4) id f649HpS72366; Wed, 4 Jul 2001 11:17:51 +0200 (CEST) (envelope-from root) Message-Id: <200107040917.f649HpS72366@gits.dyndns.org> Date: Wed, 4 Jul 2001 11:17:51 +0200 (CEST) From: Cyrille Lefevre Reply-To: Cyrille Lefevre To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/28690: setiathome - pkg-plist is incomplete Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 28690 >Category: ports >Synopsis: setiathome - pkg-plist is incomplete >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Wed Jul 04 02:30:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Cyrille Lefevre >Release: FreeBSD 4.3-STABLE i386 >Organization: ACME >Environment: System: FreeBSD gits 4.3-STABLE FreeBSD 4.3-STABLE #26: Wed May 23 12:46:38 CEST 2001 root@gits:/disk2/4.x-stable/src/sys/compile/CUSTOM i386 >Description: the pkg-plist file of the setiathome port is incomplete. >How-To-Repeat: n/a >Fix: Index: pkg-plist =================================================================== RCS file: /home/ncvs/ports/astro/setiathome/pkg-plist,v retrieving revision 1.3 diff -u -r1.3 pkg-plist --- pkg-plist 2001/01/27 04:40:32 1.3 +++ pkg-plist 2001/07/04 00:20:15 @@ -1 +1,2 @@ +sbin/setiathome etc/rc.d/setiathome.sh Index: files/setiathome.sh =================================================================== RCS file: /home/ncvs/ports/astro/setiathome/files/setiathome.sh,v retrieving revision 1.4 diff -u -r1.4 setiathome.sh --- files/setiathome.sh 2001/01/28 08:53:51 1.4 +++ files/setiathome.sh 2001/04/09 02:00:37 @@ -1,5 +1,6 @@ #!/bin/sh - +# +# $FreeBSD$ # # Start or stop setiathome, or set up working directory and register # @@ -10,6 +11,7 @@ seti_command=setiathome # command name seti_std_args=-email # command arguments for standard mode seti_reg_args=-login # command arguments for register mode +seti_proxy_args= # proxy arguments seti_user=nobody # user id to run as seti_nice=1 # nice level to run at seti_maxprocs=`sysctl -n hw.ncpu` # max. number of processes to start @@ -50,7 +52,7 @@ su -fm ${seti_user} -c "\ (cd ${seti_wrkdir}/${i} && \ exec ${PREFIX}/${seti_bindir}/${seti_command} \ - ${seti_std_args} \ + ${seti_std_args} ${seti_proxy_args} \ ${seti_nice+-nice} ${seti_nice} >/dev/null &)" echo -n " SETI@home" done @@ -65,6 +67,7 @@ mkdir -p ${seti_wrkdir} chown ${seti_user} ${seti_wrkdir} chmod u=Xrw,g=Xr,o=Xr ${seti_wrkdir} + seti_dontlogin=no if [ -f ${seti_wrkdir}/user_info.sah ]; then echo " It seems you have already registered with SETI@home. Would you like" echo -n " to repeat the procedure? [Y/n] " @@ -78,7 +81,7 @@ su -fm ${seti_user} -c "\ cd ${seti_wrkdir} && \ exec ${PREFIX}/${seti_bindir}/${seti_command} \ - ${seti_reg_args}" + ${seti_reg_args} ${seti_proxy_args}" fi if [ ${seti_maxprocs} -gt 1 ]; then >Release-Note: >Audit-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 4 3:22:21 2001 Delivered-To: freebsd-ports@freebsd.org Received: from mail1.rdc2.ab.home.com (mail1.rdc2.ab.home.com [24.64.2.48]) by hub.freebsd.org (Postfix) with ESMTP id CBBC037B401; Wed, 4 Jul 2001 03:22:18 -0700 (PDT) (envelope-from impudent1@home.com) Received: from sadie ([24.68.137.202]) by mail1.rdc2.ab.home.com (InterMail vM.4.01.03.20 201-229-121-120-20010223) with SMTP id <20010704102218.WDPY13758.mail1.rdc2.ab.home.com@sadie>; Wed, 4 Jul 2001 03:22:18 -0700 Message-ID: <000301c10473$9285b1b0$ca894418@sadie> From: "Impudent1" To: Cc: Subject: FreeBSD Port: smbfs-1.4.1 Date: Wed, 4 Jul 2001 04:24:56 -0600 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4133.2400 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org any timelines or status on the dec alpha version of the make files? all I can come across seem to be IA32 only Impudent1 LeapFrog Productions To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Jul 4 3:31:54 2001 Delivered-To: freebsd-ports@freebsd.org Received: from k0r3.reflektor.cz (k0r3.reflektor.cz [212.24.129.54]) by hub.freebsd.org (Postfix) with SMTP id EB5CD37B403 for ; Wed, 4 Jul 2001 03:31:48 -0700 (PDT) (envelope-from cynic@mail.cz) Received: (qmail 29659 invoked by uid 202); 4 Jul 2001 10:31:46 -0000 Received: from unknown (HELO zvahlav.mail.cz) (212.24.143.100) by k0r3.reflektor.cz with SMTP; 4 Jul 2001 10:31:46 -0000 Message-Id: <5.1.0.14.2.20010704123024.01f655f8@mail.cz> X-Sender: cynic@mail.cz X-Mailer: QUALCOMM Windows Eudora Version 5.1 Date: Wed, 04 Jul 2001 12:40:01 +0200 To: "David W. Chapman Jr." From: Cynic Subject: Re: samba port install failure... general question Cc: freebsd-ports@freebsd.org In-Reply-To: <20010704045442.C11575@leviathan.inethouston.net> References: <5.1.0.14.2.20010704111952.01f655f8@mail.cz> <5.1.0.14.2.20010701231030.020399d0@mail.cz> <5.1.0.14.2.20010704111952.01f655f8@mail.cz> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Hi David, thank you for your replies. At 11:54 7/4/2001, David W. Chapman Jr. wrote the following: -------------------------------------------------------------- >> I don't understand why this is so. The ports stuff requires one to be >> logged in as root anyway, so why should it be designed so that one cannot >> install a port where they want? > >It does, just not anywhere they want in /usr/local/somewhere I guess this was meant to make sure a port install doesn't screw up other software, which is a Good Thing(TM). But I can't see what harm could be done by creating a dir under PREFIX wich is below /usr/local itself. Is this really by design? >> >/usr/local/samba, just download the tarball and compile it to avoid this >> >problem if you absolutely need it in /usr/local/samba, but that's not the >> >best place for it, where the port puts it is probably the place you would >> >want it 95% of the time. >> >> Well, that depends, I guess. Clobbering /usr/local with loads of software >> is not what I'd like to achieve. > >Then I would have to say ports system is not for you. This would be a pitty. I'll try to disable this particular thing (hopefully it's triggered at one place). >> Is this documented anywhere? And what is the rationale? I surely couldn't >> find anything related in the Handbook or Porter's Handbook. >> >It may be, I'm not really sure. Can anyone on the list point me to some resources? Best regards, cynic@mail.cz ------------- And the eyes of them both were opened and they saw that their files were world readable and writable, so they chmoded 600 their files. - Book of Installation chapt 3 sec 7 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Jul 4 4:28: 5 2001 Delivered-To: freebsd-ports@freebsd.org Received: from pcwin002.win.tue.nl (pcwin002.win.tue.nl [131.155.71.72]) by hub.freebsd.org (Postfix) with ESMTP id 42A4737B403; Wed, 4 Jul 2001 04:27:56 -0700 (PDT) (envelope-from stijn@pcwin002.win.tue.nl) Received: (from stijn@localhost) by pcwin002.win.tue.nl (8.11.4/8.11.4) id f64BRod81239; Wed, 4 Jul 2001 13:27:50 +0200 (CEST) (envelope-from stijn) Date: Wed, 4 Jul 2001 13:27:50 +0200 From: Stijn Hoop To: Cynic Cc: freebsd-ports@freebsd.org, dwcjr@freebsd.org Subject: Re: samba port install failure... general question Message-ID: <20010704132750.B73342@pcwin002.win.tue.nl> References: <5.1.0.14.2.20010704111952.01f655f8@mail.cz> <5.1.0.14.2.20010701231030.020399d0@mail.cz> <5.1.0.14.2.20010704111952.01f655f8@mail.cz> <20010704045442.C11575@leviathan.inethouston.net> <5.1.0.14.2.20010704123024.01f655f8@mail.cz> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <5.1.0.14.2.20010704123024.01f655f8@mail.cz>; from cynic@mail.cz on Wed, Jul 04, 2001 at 12:40:01PM +0200 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Hi, On Wed, Jul 04, 2001 at 12:40:01PM +0200, Cynic wrote: > At 11:54 7/4/2001, David W. Chapman Jr. wrote the following: > -------------------------------------------------------------- > >> I don't understand why this is so. The ports stuff requires one to be > >> logged in as root anyway, so why should it be designed so that one cannot > >> install a port where they want? > > > >It does, just not anywhere they want in /usr/local/somewhere > > I guess this was meant to make sure a port install doesn't > screw up other software, which is a Good Thing(TM). But I can't > see what harm could be done by creating a dir under PREFIX wich > is below /usr/local itself. Is this really by design? Eh? I really don't see why this shouldn't work - in fact, I just compiled & installed samba just the way you described it: /usr/ports/net/samba# make clean && make PREFIX=/usr/local/samba install however you absolutely need to specify the PREFIX during both the build and the install stage - if you do the following: /usr/ports/net/samba# make [...lots of compiling snipped...] /usr/ports/net/samba# make PREFIX=/usr/local/samba install it will *not* work because the port has been configured to use /usr/local already. And vice versa if you specify it at build time but not at install time. Here's my proof that it works: [stijn@pcwin002] <~> head /var/db/pkg/samba-2.0.10/+CONTENTS @name samba-2.0.10 @cwd /usr/local/samba @comment ORIGIN:net/samba man/man1/nmblookup.1.gz And indeed, I do have /usr/local/samba/man/man1/nmblookup.1.gz. I haven't tested it to the point of running it, however I don't see any reason why this wouldn't work. Regards, --Stijn -- "I'm not under the alkafluence of inkahol that some thinkle peep I am. It's just the drunker I sit here the longer I get." To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Jul 4 5:16:47 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 75DE037B403; Wed, 4 Jul 2001 05:16:45 -0700 (PDT) (envelope-from wjv@FreeBSD.org) Received: (from wjv@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f64CGik37515; Wed, 4 Jul 2001 05:16:44 -0700 (PDT) (envelope-from wjv) Date: Wed, 4 Jul 2001 05:16:44 -0700 (PDT) From: Message-Id: <200107041216.f64CGik37515@freefall.freebsd.org> To: pat@databits.net, wjv@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/28668: Fix pkg-plist/Makefile for biology/hmmer Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: Fix pkg-plist/Makefile for biology/hmmer State-Changed-From-To: open->closed State-Changed-By: wjv State-Changed-When: Wed Jul 4 05:16:20 PDT 2001 State-Changed-Why: Committed, thanks. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=28668 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Jul 4 5:19:52 2001 Delivered-To: freebsd-ports@freebsd.org Received: from k0r3.reflektor.cz (k0r3.reflektor.cz [212.24.129.54]) by hub.freebsd.org (Postfix) with SMTP id 0857637B406 for ; Wed, 4 Jul 2001 05:19:48 -0700 (PDT) (envelope-from cynic@mail.cz) Received: (qmail 17187 invoked by uid 202); 4 Jul 2001 12:19:46 -0000 Received: from unknown (HELO zvahlav.mail.cz) (212.24.143.100) by k0r3.reflektor.cz with SMTP; 4 Jul 2001 12:19:46 -0000 Message-Id: <5.1.0.14.2.20010704140615.00b57c00@mail.cz> X-Sender: cynic@mail.cz X-Mailer: QUALCOMM Windows Eudora Version 5.1 Date: Wed, 04 Jul 2001 14:28:02 +0200 To: Stijn Hoop From: Cynic Subject: Re: samba port install failure... general question Cc: freebsd-ports@freebsd.org, dwcjr@freebsd.org In-Reply-To: <20010704132750.B73342@pcwin002.win.tue.nl> References: <5.1.0.14.2.20010704123024.01f655f8@mail.cz> <5.1.0.14.2.20010704111952.01f655f8@mail.cz> <5.1.0.14.2.20010701231030.020399d0@mail.cz> <5.1.0.14.2.20010704111952.01f655f8@mail.cz> <20010704045442.C11575@leviathan.inethouston.net> <5.1.0.14.2.20010704123024.01f655f8@mail.cz> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Hi Stijn, At 13:27 7/4/2001, Stijn Hoop wrote the following: -------------------------------------------------------------- >Hi, > >On Wed, Jul 04, 2001 at 12:40:01PM +0200, Cynic wrote: >> At 11:54 7/4/2001, David W. Chapman Jr. wrote the following: >> -------------------------------------------------------------- >> >> I don't understand why this is so. The ports stuff requires one to be >> >> logged in as root anyway, so why should it be designed so that one cannot >> >> install a port where they want? >> > >> >It does, just not anywhere they want in /usr/local/somewhere >> >> I guess this was meant to make sure a port install doesn't >> screw up other software, which is a Good Thing(TM). But I can't >> see what harm could be done by creating a dir under PREFIX wich >> is below /usr/local itself. Is this really by design? > >Eh? I really don't see why this shouldn't work - in fact, I just >compiled & installed samba just the way you described it: > >/usr/ports/net/samba# make clean && make PREFIX=/usr/local/samba install > >however you absolutely need to specify the PREFIX during both the build >and the install stage - if you do the following: yes, that seems to be the case. what I did was # make INSTALL=/usr/local/samba configure # make build # make install or # make INSTALL=/usr/local/samba build # make install I assumed it works just like with building from source - you specify options during the first step (./configure ...), and they're carried on through the rest of the process. had I thought of it, it'd be clear that this cannot be the case since the makefiles are already there (not generated by a configure script... Thanks for your mail, it clarified my confusion. cynic@mail.cz ------------- And the eyes of them both were opened and they saw that their files were world readable and writable, so they chmoded 600 their files. - Book of Installation chapt 3 sec 7 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Jul 4 5:43: 4 2001 Delivered-To: freebsd-ports@freebsd.org Received: from linuxmail.touchtunes.com (operator.touchtunes.com [216.94.139.201]) by hub.freebsd.org (Postfix) with ESMTP id D9D2937B405; Wed, 4 Jul 2001 05:42:58 -0700 (PDT) (envelope-from dinjo@touchtunes.com) Received: (from root@localhost) by linuxmail.touchtunes.com (8.9.3/8.8.7) id IAA02028; Wed, 4 Jul 2001 08:42:58 -0400 Received: from touchtunes.com (dinjo.touchtunes.com [192.168.0.26]) by linuxmail.touchtunes.com (8.9.3/8.8.7) with ESMTP id IAA01986; Wed, 4 Jul 2001 08:42:58 -0400 Message-ID: <3B430F4D.8600B479@touchtunes.com> Date: Wed, 04 Jul 2001 08:42:53 -0400 From: Joel Dinel Organization: TouchTunes Digital Jukebox, Inc. X-Mailer: Mozilla 4.77 [en] (X11; U; Linux 2.2.12 i386) X-Accept-Language: en MIME-Version: 1.0 To: will@FreeBSD.org Cc: ports@FreeBSD.org Subject: FreeBSD Port: qt23-2.3.1 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-scanner: scanned by Inflex 1.0.3 - (http://pldaniels.com/inflex/) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Greetings, I get the following error when trying to install qt23-2.3.1 from a freshly CVSupped ports tree on a fresh 4.3-RELEASE install : In file included from kernel/qpsprinter.cpp:96: kernel/qt_x11.h:76: X11/Xft/Xft.h: No such file or directory kernel/qpsprinter.cpp: In method `QPSPrinterFont::QPSPrinterFont(const QFont &, QPSPrinterPrivate *)': kernel/qpsprinter.cpp:4943: `XftFont' undeclared (first use this function) kernel/qpsprinter.cpp:4943: (Each undeclared identifier is reported only once kernel/qpsprinter.cpp:4943: for each function it appears in.) kernel/qpsprinter.cpp:4943: `font' undeclared (first use this function) kernel/qpsprinter.cpp:4946: syntax error before `)' kernel/qpsprinter.cpp:4950: `XFT_FILE' undeclared (first use this function) kernel/qpsprinter.cpp:4950: implicit declaration of function `int XftPatternGetS tring(...)' kernel/qpsprinter.cpp:5101: confused by earlier errors, bailing out gmake[2]: *** [kernel/qpsprinter.o] Error 1 gmake[2]: Leaving directory `/usr/ports/x11-toolkits/qt23/work/qt-2.3.1/src' gmake[1]: *** [src-mt] Error 2 gmake[1]: Leaving directory `/usr/ports/x11-toolkits/qt23/work/qt-2.3.1' gmake: *** When this failed, I did a make clean and tried again. Same result. I deleted the qt23/ folder, ran CVSup, and tried again. It is still failing with the same results. What can I do to fix this? Many thanks, -- Joel Dinel System Administrator TouchTunes Digital Jukebox, Inc. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Jul 4 7:12: 5 2001 Delivered-To: freebsd-ports@freebsd.org Received: from fling.sanbi.ac.za (fling.sanbi.ac.za [196.38.142.119]) by hub.freebsd.org (Postfix) with ESMTP id 1B4FD37B403 for ; Wed, 4 Jul 2001 07:12:01 -0700 (PDT) (envelope-from johann@egenetics.com) Received: from johann by fling.sanbi.ac.za with local (Exim 3.13 #4) id 15HnNg-0007Hd-00; Wed, 04 Jul 2001 16:11:52 +0200 Date: Wed, 4 Jul 2001 16:11:52 +0200 From: Johann Visagie To: ports@FreeBSD.org, bio@FreeBSD.net Subject: Maintainership of biology/hmmer Message-ID: <20010704161152.H23971@fling.sanbi.ac.za> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The current maintainer of the biology/hmmer port does not appear to have touched it once since originally submitting it ~3 years ago, and also does not appear to respond to email regarding the port. The port is in need of some cleaning up. Any objections to me taking over maintainerhip? -- V To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Jul 4 7:19:41 2001 Delivered-To: freebsd-ports@freebsd.org Received: from ringworld.nanolink.com (ringworld.nanolink.com [195.24.48.13]) by hub.freebsd.org (Postfix) with SMTP id 3464737B406 for ; Wed, 4 Jul 2001 07:19:34 -0700 (PDT) (envelope-from roam@orbitel.bg) Received: (qmail 32641 invoked by uid 1000); 4 Jul 2001 14:24:03 -0000 Date: Wed, 4 Jul 2001 17:24:03 +0300 From: Peter Pentchev To: Neil Blakey-Milner Cc: ports@FreeBSD.org Subject: mail/vpopmail FreeBSD port cleanup Message-ID: <20010704172403.B4644@ringworld.oblivion.bg> Mail-Followup-To: Neil Blakey-Milner , ports@FreeBSD.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Hi, Attached is a patch to the mail/vpopmail port, which attempts to accomplish several things: 1. Rip out the configure script lines that try to modify the destination directory. I think this one needs no explanation :) And no, nothing has broken so far. 2. Give the user the ability to override the default username/pass/db for MySQL usage (I mean, other than editing vmysql.h by hand). Yep, this could expose the username and password in the clear environment during the build process; if somebody is afraid of that, then they should simply not use it, and use the good ol' editing-vmysql.h-by-hand method. For the rest of us, this is way more convenient :) 3. Give the user the ability to override the default id of 89 for both the vchkpw group and the vpopmail user. Currently, the pkg-install script just aborts when pw(8) detects that the value 89 is already in use (e.g. by the mailman port :) G'luck, Peter -- Hey, out there - is it *you* reading me, or is it someone else? Index: ports/mail/vpopmail/Makefile =================================================================== RCS file: /home/ncvs/ports/mail/vpopmail/Makefile,v retrieving revision 1.10 diff -u -r1.10 Makefile --- ports/mail/vpopmail/Makefile 2001/05/24 13:15:57 1.10 +++ ports/mail/vpopmail/Makefile 2001/07/04 14:15:15 @@ -112,5 +112,16 @@ pre-configure: @PKG_PREFIX=${PREFIX}/vpopmail ${PERL5} ${PKGINSTALL} +.if defined(WITH_MYSQL) +.if defined(WITH_MYSQL_USER) + ${PERL} -pi -e "s/(#define MYSQL_USER.*)root(.*)/\$$1${WITH_MYSQL_USER}\$$2/" ${WRKSRC}/vmysql.h +.endif +.if defined(WITH_MYSQL_PASSWD) + ${PERL} -pi -e "s/(#define MYSQL_PASSWD.*)gipgap(.*)/\$$1${WITH_MYSQL_PASSWD}\$$2/" ${WRKSRC}/vmysql.h +.endif +.if defined(WITH_MYSQL_DB) + ${PERL} -pi -e "s/(#define MYSQL_DATABASE.*)vpopmail(.*)/\$$1${WITH_MYSQL_DB}\$$2/" ${WRKSRC}/vmysql.h +.endif +.endif .include Index: ports/mail/vpopmail/pkg-install =================================================================== RCS file: /home/ncvs/ports/mail/vpopmail/pkg-install,v retrieving revision 1.1 diff -u -r1.1 pkg-install --- ports/mail/vpopmail/pkg-install 2000/09/21 13:01:40 1.1 +++ ports/mail/vpopmail/pkg-install 2001/07/04 14:15:15 @@ -8,9 +8,31 @@ %gids = ("vchkpw", 89); %uids = ('vpopmail', 89); +sub checkenv () { + my ($u, $g); + + # Users + foreach $u (keys %users) { + $var = uc($u)."_UID"; + if (defined($ENV{$var})) { + $uids{$u} = $ENV{$var}; + } + } + + # Groups + foreach $g (@groups) { + $var = uc($g)."_GID"; + if (defined($ENV{$var})) { + $gids{$g} = $ENV{$var}; + } + } +} + if ($ENV{PACKAGE_BUILDING} || $ARGV[1] eq "PRE-INSTALL") { $doguid=1; # Make sure we get the assigned guids. } + +checkenv(); foreach $group (@groups) { if (! getgrnam ($group)) { Index: ports/mail/vpopmail/pkg-plist =================================================================== RCS file: /home/ncvs/ports/mail/vpopmail/pkg-plist,v retrieving revision 1.2 diff -u -r1.2 pkg-plist --- ports/mail/vpopmail/pkg-plist 2001/01/29 12:01:31 1.2 +++ ports/mail/vpopmail/pkg-plist 2001/07/04 14:15:15 @@ -29,8 +29,6 @@ vpopmail/doc/man_html/vpasswd.html vpopmail/doc/man_html/vpopbull.html vpopmail/doc/man_html/vsetuserquota.html -vpopmail/etc/inc_deps -vpopmail/etc/lib_deps vpopmail/include/config.h vpopmail/include/vauth.h vpopmail/include/vpopmail.h Index: ports/mail/vpopmail/files/patch-configure =================================================================== RCS file: patch-configure diff -N patch-configure --- /dev/null Tue Jul 3 15:42:59 2001 +++ patch-configure Wed Jul 4 17:15:15 2001 @@ -0,0 +1,50 @@ +--- configure.old Wed Jul 4 17:14:16 2001 ++++ configure Wed Jul 4 17:14:54 2001 +@@ -1613,16 +1613,6 @@ + rm -f vpopusername + + +-if test ! -d $vpopmaildir/etc +-then +- mkdir $vpopmaildir/etc +- chown $vpopmailuid "$vpopmaildir"/etc +- chgrp $vpopmailgid "$vpopmaildir"/etc +- chmod 755 "$vpopmaildir"/etc +- echo "configure: warning: making a vpopmail etc directory " 1>&2 +-fi +- +- + open_smtp_cur="$vpopmaildir/etc/open-smtp" + open_smtp_tmp="$vpopmaildir/etc/open-smtp.tmp" + open_smtp_lok="$vpopmaildir/etc/open-smtp.lock" +@@ -1658,7 +1648,6 @@ + + if test "$tcpserver_file" = "" + then +- echo "127.:allow,RELAYCLIENT=\"\"" > "$vpopmaildir"/etc/tcp.smtp + tcpserver_file="$vpopmaildir"/etc/tcp.smtp + + echo "configure: warning: Unable to find your tcpserver relay file." 1>&2 +@@ -1873,7 +1862,6 @@ + fi + auth_libs="-L$sqllibdir -lmysqlclient -lz" + +- echo "-L$vpopmaildir/lib -lvpopmail -L$sqllibdir -lmysqlclient -lz" > $vpopmaildir/etc/lib_deps + + ;; + *) +@@ -2007,14 +1995,12 @@ + authlib= + + auth_inc="-Icdb" +- echo "-L$vpopmaildir/lib -lvpopmail" > $vpopmaildir/etc/lib_deps + + ;; + *) + ;; + esac + +-echo "-I$vpopmaildir/include" > $vpopmaildir/etc/inc_deps + + # Check whether --enable-roaming-users or --disable-roaming-users was given. + if test "${enable_roaming_users+set}" = set; then To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Jul 4 7:28:20 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1B0D437B401; Wed, 4 Jul 2001 07:28:19 -0700 (PDT) (envelope-from kevlo@FreeBSD.org) Received: (from kevlo@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f64ESI258632; Wed, 4 Jul 2001 07:28:18 -0700 (PDT) (envelope-from kevlo) Date: Wed, 4 Jul 2001 07:28:18 -0700 (PDT) From: Message-Id: <200107041428.f64ESI258632@freefall.freebsd.org> To: clefevre@redirect.to, kevlo@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/28690: setiathome - pkg-plist is incomplete Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: setiathome - pkg-plist is incomplete State-Changed-From-To: open->closed State-Changed-By: kevlo State-Changed-When: Wed Jul 4 07:28:07 PDT 2001 State-Changed-Why: Committed, thanks. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=28690 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Jul 4 7:34:23 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B9FCC37B401; Wed, 4 Jul 2001 07:34:21 -0700 (PDT) (envelope-from kevlo@FreeBSD.org) Received: (from kevlo@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f64EYLE59404; Wed, 4 Jul 2001 07:34:21 -0700 (PDT) (envelope-from kevlo) Date: Wed, 4 Jul 2001 07:34:21 -0700 (PDT) From: Message-Id: <200107041434.f64EYLE59404@freefall.freebsd.org> To: chrise@scardini.com, kevlo@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/28689: Update port: devel/viewcvs - new version Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: Update port: devel/viewcvs - new version State-Changed-From-To: open->closed State-Changed-By: kevlo State-Changed-When: Wed Jul 4 07:33:57 PDT 2001 State-Changed-Why: Committed, thanks. Besides, I updated pkg-plist as well. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=28689 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Jul 4 7:40: 2 2001 Delivered-To: freebsd-ports@freebsd.org Received: from ringworld.nanolink.com (ringworld.nanolink.com [195.24.48.13]) by hub.freebsd.org (Postfix) with SMTP id ED18037B408 for ; Wed, 4 Jul 2001 07:39:56 -0700 (PDT) (envelope-from roam@orbitel.bg) Received: (qmail 32852 invoked by uid 1000); 4 Jul 2001 14:44:26 -0000 Date: Wed, 4 Jul 2001 17:44:26 +0300 From: Peter Pentchev To: Neil Blakey-Milner Cc: ports@FreeBSD.org Subject: Re: mail/vpopmail FreeBSD port cleanup Message-ID: <20010704174426.D4644@ringworld.oblivion.bg> Mail-Followup-To: Neil Blakey-Milner , ports@FreeBSD.org References: <20010704172403.B4644@ringworld.oblivion.bg> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20010704172403.B4644@ringworld.oblivion.bg>; from roam@orbitel.bg on Wed, Jul 04, 2001 at 05:24:03PM +0300 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Wed, Jul 04, 2001 at 05:24:03PM +0300, Peter Pentchev wrote: > Hi, > > Attached is a patch to the mail/vpopmail port, which attempts to > accomplish several things: [snip] > Index: ports/mail/vpopmail/files/patch-configure > =================================================================== > RCS file: patch-configure > diff -N patch-configure > --- /dev/null Tue Jul 3 15:42:59 2001 > +++ patch-configure Wed Jul 4 17:15:15 2001 Ehh.. stupid CVS :) Of course, that was meant to be: +++ ports/mail/vpopmail/files/patch-configure Wed Jul 4 17:15:15 2001 ..with the files/ directory created beforehand. G'luck, Peter -- I am the meaning of this sentence. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Jul 4 7:57:34 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A7B4137B401; Wed, 4 Jul 2001 07:57:32 -0700 (PDT) (envelope-from dwcjr@FreeBSD.org) Received: (from dwcjr@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f64EvWY61756; Wed, 4 Jul 2001 07:57:32 -0700 (PDT) (envelope-from dwcjr) Date: Wed, 4 Jul 2001 07:57:32 -0700 (PDT) From: Message-Id: <200107041457.f64EvWY61756@freefall.freebsd.org> To: dwcjr@FreeBSD.org, dwcjr@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/26931: (NEW PORT) Virtual Terrain Applications Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: (NEW PORT) Virtual Terrain Applications Responsible-Changed-From-To: dwcjr->freebsd-ports Responsible-Changed-By: dwcjr Responsible-Changed-When: Wed Jul 4 07:56:57 PDT 2001 Responsible-Changed-Why: I can't seem to compile most ports that use GLU, so I'm not going to keep this one. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=26931 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Jul 4 8:21:29 2001 Delivered-To: freebsd-ports@freebsd.org Received: from infinitive.futureperfectcorporation.com (curie.sunesi.com [196.25.112.244]) by hub.freebsd.org (Postfix) with SMTP id 27B6D37B401 for ; Wed, 4 Jul 2001 08:21:26 -0700 (PDT) (envelope-from nbm@gerund.futureperfectcorporation.com) Received: (qmail 84368 invoked by uid 0); 4 Jul 2001 14:39:33 -0000 Received: from choke.sunesi.net (HELO gerund.futureperfectcorporation.com) (196.25.112.242) by curie.sunesi.com with SMTP; 4 Jul 2001 14:39:33 -0000 Received: (qmail 96737 invoked by uid 1001); 4 Jul 2001 14:25:30 -0000 Date: Wed, 4 Jul 2001 16:25:30 +0200 From: Neil Blakey-Milner To: ports@FreeBSD.org Subject: Re: mail/vpopmail FreeBSD port cleanup Message-ID: <20010704162530.A96675@mithrandr.moria.org> References: <20010704172403.B4644@ringworld.oblivion.bg> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20010704172403.B4644@ringworld.oblivion.bg>; from roam@orbitel.bg on Wed, Jul 04, 2001 at 05:24:03PM +0300 Organization: iTouch Labs X-Operating-System: FreeBSD 4.3-RELEASE i386 X-URL: http://mithrandr.moria.org/nbm/ Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Wed 2001-07-04 (17:24), Peter Pentchev wrote: > Hi, > > Attached is a patch to the mail/vpopmail port, which attempts to > accomplish several things: > > 1. Rip out the configure script lines that try to modify > the destination directory. I think this one needs no explanation :) > And no, nothing has broken so far. > > 2. Give the user the ability to override the default username/pass/db > for MySQL usage (I mean, other than editing vmysql.h by hand). > Yep, this could expose the username and password in the clear > environment during the build process; if somebody is afraid of > that, then they should simply not use it, and use the good ol' > editing-vmysql.h-by-hand method. For the rest of us, this is > way more convenient :) > > 3. Give the user the ability to override the default id of 89 > for both the vchkpw group and the vpopmail user. Currently, > the pkg-install script just aborts when pw(8) detects that > the value 89 is already in use (e.g. by the mailman port :) Go for it. (and, alternatively, we can use a different id and register it in the registration place thingie.) Neil -- Neil Blakey-Milner nbm@mithrandr.moria.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 4 8:30:19 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6835F37B407 for ; Wed, 4 Jul 2001 08:30:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f64FU3C70623; Wed, 4 Jul 2001 08:30:03 -0700 (PDT) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4339237B401 for ; Wed, 4 Jul 2001 08:27:53 -0700 (PDT) (envelope-from mikeh@FreeBSD.org) Received: (from mikeh@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f64FRr970448; Wed, 4 Jul 2001 08:27:53 -0700 (PDT) (envelope-from mikeh) Message-Id: <200107041527.f64FRr970448@freefall.freebsd.org> Date: Wed, 4 Jul 2001 08:27:53 -0700 (PDT) From: Reply-To: mikeh@FreeBSD.org To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/28691: New port: napshare-0.1: GTK based Gnutella client Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 28691 >Category: ports >Synopsis: New port: napshare-0.1: GTK based Gnutella client >Confidential: 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 04 08:30:02 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Mike Heffner >Release: FreeBSD 4.3-STABLE i386 >Organization: >Environment: System: FreeBSD freefall.freebsd.org 4.3-STABLE FreeBSD 4.3-STABLE #0: Sun Jun 3 03:04:36 PDT 2001 peter@freefall.freebsd.org:/c/src/sys/compile/FREEFALL i386 >Description: Napshare-0.1 is a fully functional GTK based Gnutella client. >How-To-Repeat: N/A >Fix: Also at: http://people.freebsd.org/~mikeh/diffs/napshare.port.shar # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # /usr/ports/net/napshare # /usr/ports/net/napshare/files # /usr/ports/net/napshare/files/patch-aa # /usr/ports/net/napshare/Makefile # /usr/ports/net/napshare/distinfo # /usr/ports/net/napshare/pkg-comment # /usr/ports/net/napshare/pkg-descr # /usr/ports/net/napshare/pkg-plist # echo c - /usr/ports/net/napshare mkdir -p /usr/ports/net/napshare > /dev/null 2>&1 echo c - /usr/ports/net/napshare/files mkdir -p /usr/ports/net/napshare/files > /dev/null 2>&1 echo x - /usr/ports/net/napshare/files/patch-aa sed 's/^X//' >/usr/ports/net/napshare/files/patch-aa << 'END-of-/usr/ports/net/napshare/files/patch-aa' X--- src/main.c.orig Wed Jul 4 10:28:06 2001 X+++ src/main.c Wed Jul 4 10:28:15 2001 X@@ -2,7 +2,6 @@ X #include "gnutella.h" X X #include X-#include X X #include "interface.h" X #include "support.h" END-of-/usr/ports/net/napshare/files/patch-aa echo x - /usr/ports/net/napshare/Makefile sed 's/^X//' >/usr/ports/net/napshare/Makefile << 'END-of-/usr/ports/net/napshare/Makefile' X# New ports collection makefile for: napshare X# Date created: 4 July 2001 X# Whom: mikeh X# X# $FreeBSD$ X# X XPORTNAME= napshare XPORTVERSION= 0.1 XCATEGORIES= net XMASTER_SITES= ${MASTER_SITE_SOURCEFORGE} XMASTER_SITE_SUBDIR= napshare X XMAINTAINER= mikeh@FreeBSD.org X XUSE_X_PREFIX= yes XUSE_GMAKE= yes XUSE_GTK= yes XGNU_CONFIGURE= yes X XWRKSRC= ${WRKDIR}/napshare X X.include END-of-/usr/ports/net/napshare/Makefile echo x - /usr/ports/net/napshare/distinfo sed 's/^X//' >/usr/ports/net/napshare/distinfo << 'END-of-/usr/ports/net/napshare/distinfo' XMD5 (napshare-0.1.tar.gz) = d7e841fb0293e38a7f123357e8a1c0a4 END-of-/usr/ports/net/napshare/distinfo echo x - /usr/ports/net/napshare/pkg-comment sed 's/^X//' >/usr/ports/net/napshare/pkg-comment << 'END-of-/usr/ports/net/napshare/pkg-comment' XGTK based Gnutella client END-of-/usr/ports/net/napshare/pkg-comment echo x - /usr/ports/net/napshare/pkg-descr sed 's/^X//' >/usr/ports/net/napshare/pkg-descr << 'END-of-/usr/ports/net/napshare/pkg-descr' XNapShare is a GUI based Gnutella Client. X XIt's a fully featured Gnutella Client designed to share any type of Xfile the user wishes to share. Take a nap while it does the work! When Xfinished, you will supply a list of keywords and filters then it will Xdownload overnight, automatically, also sharing whatever it gets. X XWWW: http://napshare.sourceforge.net/ X X- Mike Heffner Xmikeh@FreeBSD.org END-of-/usr/ports/net/napshare/pkg-descr echo x - /usr/ports/net/napshare/pkg-plist sed 's/^X//' >/usr/ports/net/napshare/pkg-plist << 'END-of-/usr/ports/net/napshare/pkg-plist' Xbin/napshare END-of-/usr/ports/net/napshare/pkg-plist exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Jul 4 8:57:21 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0290737B405; Wed, 4 Jul 2001 08:57:18 -0700 (PDT) (envelope-from dannyboy@FreeBSD.org) Received: (from dannyboy@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f64FvH072782; Wed, 4 Jul 2001 08:57:17 -0700 (PDT) (envelope-from dannyboy) Date: Wed, 4 Jul 2001 08:57:17 -0700 (PDT) From: Message-Id: <200107041557.f64FvH072782@freefall.freebsd.org> To: petef@databits.net, dannyboy@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/28654: New port: devel/rvi Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: New port: devel/rvi State-Changed-From-To: open->closed State-Changed-By: dannyboy State-Changed-When: Wed Jul 4 08:57:06 PDT 2001 State-Changed-Why: Committed, thanks. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=28654 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Jul 4 9: 2:12 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9A34D37B405; Wed, 4 Jul 2001 09:02:09 -0700 (PDT) (envelope-from dannyboy@FreeBSD.org) Received: (from dannyboy@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f64G29l73305; Wed, 4 Jul 2001 09:02:09 -0700 (PDT) (envelope-from dannyboy) Date: Wed, 4 Jul 2001 09:02:09 -0700 (PDT) From: Message-Id: <200107041602.f64G29l73305@freefall.freebsd.org> To: sa264@cam.ac.uk, dannyboy@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/28677: cad/cider pkg-plist fix for better NOPORTDOCS support Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: cad/cider pkg-plist fix for better NOPORTDOCS support State-Changed-From-To: open->closed State-Changed-By: dannyboy State-Changed-When: Wed Jul 4 09:01:40 PDT 2001 State-Changed-Why: Committed, thanks. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=28677 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Jul 4 9: 4:56 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D916537B401; Wed, 4 Jul 2001 09:04:52 -0700 (PDT) (envelope-from dannyboy@FreeBSD.org) Received: (from dannyboy@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f64G4ql73622; Wed, 4 Jul 2001 09:04:52 -0700 (PDT) (envelope-from dannyboy) Date: Wed, 4 Jul 2001 09:04:52 -0700 (PDT) From: Message-Id: <200107041604.f64G4ql73622@freefall.freebsd.org> To: stephen@math.missouri.edu, dannyboy@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/28540: PORTDOCS with dvipdfm Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: PORTDOCS with dvipdfm State-Changed-From-To: open->closed State-Changed-By: dannyboy State-Changed-When: Wed Jul 4 09:04:38 PDT 2001 State-Changed-Why: Commited, thanks. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=28540 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Jul 4 9:12: 7 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 16E0337B408; Wed, 4 Jul 2001 09:12:06 -0700 (PDT) (envelope-from dannyboy@FreeBSD.org) Received: (from dannyboy@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f64GC5e77184; Wed, 4 Jul 2001 09:12:05 -0700 (PDT) (envelope-from dannyboy) Date: Wed, 4 Jul 2001 09:12:05 -0700 (PDT) From: Message-Id: <200107041612.f64GC5e77184@freefall.freebsd.org> To: petef@databits.net, dannyboy@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/28570: Update devel/devtodo to 0.1.7 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: Update devel/devtodo to 0.1.7 State-Changed-From-To: open->closed State-Changed-By: dannyboy State-Changed-When: Wed Jul 4 09:11:46 PDT 2001 State-Changed-Why: Committed, thanks. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=28570 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Jul 4 9:39:24 2001 Delivered-To: freebsd-ports@freebsd.org Received: from smtp.well.com (smtp.well.com [208.178.101.27]) by hub.freebsd.org (Postfix) with ESMTP id 9764237B403; Wed, 4 Jul 2001 09:39:21 -0700 (PDT) (envelope-from howardjp@well.com) Received: from well.com (howardjp@well.com [208.178.101.2]) by smtp.well.com (8.8.5/8.8.4) with ESMTP id JAA24578; Wed, 4 Jul 2001 09:39:35 -0700 (PDT) Received: from localhost (howardjp@localhost) by well.com (8.8.5/8.8.5) with ESMTP id JAA19399; Wed, 4 Jul 2001 09:39:04 -0700 (PDT) Date: Wed, 4 Jul 2001 09:39:04 -0700 (PDT) From: James Howard To: "David W. Chapman Jr." Cc: freebsd-ports@FreeBSD.org, dwcjr@FreeBSD.org Subject: Re: ports/28643: Improved version of samba.sh.sample that includes restart In-Reply-To: <20010704011745.A11575@leviathan.inethouston.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Wed, 4 Jul 2001, David W. Chapman Jr. wrote: > Patching file samba.sh.sample using Plan A... > Hunk #1 failed at 4. > 1 out of 1 hunks failed--saving rejects to samba.sh.sample.rej > Hmm... Ignoring the trailing garbage. > done > > It does this for both samba ports. Interesting. I took it off to a different FreeBSD system and got the same results. Here is one I tested several places and it works fine. It is the same code, just a new diff. Before this is committed, would it make sense to break out the start and stop code into functions? I have seen some start up scripts do this, but cannot find any right now. --- samba.sh.sample.orig Wed Jul 4 10:43:40 2001 +++ samba.sh.sample Wed Jul 4 10:50:23 2001 @@ -4,20 +4,31 @@ smbd=/usr/local/sbin/smbd nmbd=/usr/local/sbin/nmbd -# start -if [ "x$1" = "x" -o "x$1" = "xstart" ]; then - if [ -f $smbd ]; then - if [ -d $smbspool ]; then - rm -f $smbspool/* - fi - echo -n ' Samba' - $smbd -D - $nmbd -D - fi - -# stop -elif [ "x$1" = "xstop" ]; then - kill `cat $pidfiledir/smbd.pid` - kill `cat $pidfiledir/nmbd.pid` -fi - +case "$1" in + stop) + killall -TERM smbd + killall -TERM nmbd + echo "Samba stopped" + ;; + restart) + killall -TERM smbd + killall -TERM nmbd + if [ -d $smbspool ]; then + rm -f $smbspool/* + fi + $smbd -D + $nmbd -D + echo "Samba restarted" + ;; + -h) + echo "Usage: `basename $0` { start | stop | restart }" + ;; + *) + if [ -d $smbspool ]; then + rm -f $smbspool/* + fi + $smbd -D + $nmbd -D + echo -n ' Samba' + ;; +esac To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Jul 4 10: 0:25 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1604737B406 for ; Wed, 4 Jul 2001 10:00:19 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f64H0JW81197; Wed, 4 Jul 2001 10:00:19 -0700 (PDT) (envelope-from gnats) Received: from m-net.arbornet.org (m-net.arbornet.org [209.142.209.161]) by hub.freebsd.org (Postfix) with ESMTP id E045F37B403 for ; Wed, 4 Jul 2001 09:59:29 -0700 (PDT) (envelope-from jp2@m-net.arbornet.org) Received: (from jp2@localhost) by m-net.arbornet.org (8.11.2/8.11.2) id f64H1DE85273; Wed, 4 Jul 2001 13:01:13 -0400 (EDT) (envelope-from jp2) Message-Id: <200107041701.f64H1DE85273@m-net.arbornet.org> Date: Wed, 4 Jul 2001 13:01:13 -0400 (EDT) From: howardjp@well.com Reply-To: howardjp@well.com To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/28693: Simplification of idled.sh Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 28693 >Category: ports >Synopsis: Simplification of idled.sh >Confidential: 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 04 10:00:18 PDT 2001 >Closed-Date: >Last-Modified: >Originator: James Howard >Release: FreeBSD 4.2-STABLE i386 >Organization: Wavix, Incorporated >Environment: N/A >Description: Going over idled, I noticed some redundancies in the idled.sh: both start and * start idled. Since * includes start, there is no reason to have a start case. >How-To-Repeat: N/A >Fix: --- idled.sh.orig Thu Aug 10 21:34:09 2000 +++ idled.sh Wed Jul 4 12:56:24 2001 @@ -1,9 +1,5 @@ #!/bin/sh case "$1" in - start) - /usr/local/libexec/idled - echo -n ' idled' - ;; stop) killall -TERM idled echo "idled stopped" @@ -16,7 +12,7 @@ -h) echo "Usage: `basename $0` { start | stop | restart }" ;; - *) + *) # includes start /usr/local/libexec/idled echo -n ' idled' ;; >Release-Note: >Audit-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 4 10:50:20 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1DC3D37B406 for ; Wed, 4 Jul 2001 10:50:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f64Ho2888611; Wed, 4 Jul 2001 10:50:02 -0700 (PDT) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4CC9237B405 for ; Wed, 4 Jul 2001 10:40:58 -0700 (PDT) (envelope-from nobody@FreeBSD.org) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f64Hew787373; Wed, 4 Jul 2001 10:40:58 -0700 (PDT) (envelope-from nobody) Message-Id: <200107041740.f64Hew787373@freefall.freebsd.org> Date: Wed, 4 Jul 2001 10:40:58 -0700 (PDT) From: Hye-Shik Chang To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/28695: New port: games/pyching Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 28695 >Category: ports >Synopsis: New port: games/pyching >Confidential: 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 04 10:50:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Hye-Shik Chang >Release: FreeBSD 4.3 >Organization: Yonsei University >Environment: FreeBSD ryoko.a-ra.net 4.3-STABLE FreeBSD 4.3-STABLE #0: Wed May 9 21:06:00 KST 2001 root@ryoko.a-ra.net:/usr/src/sys/compile/RYOKO i386 >Description: PyChing allows to consult I Ching, a ancient Chinese book of wisdom. It is also famous as 'Ju-Yeok' in Korea, either. :) It's fun. (My grand mother loved that) with Heavenly Bliss to: Bong-Hwa Moon, my grand mother (Apr 15 1919 - Jul 4 2001) >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: # # pyching # pyching/pkg-descr # pyching/distinfo # pyching/Makefile # pyching/pkg-comment # pyching/pkg-plist # echo c - pyching mkdir -p pyching > /dev/null 2>&1 echo x - pyching/pkg-descr sed 's/^X//' >pyching/pkg-descr << 'END-of-pyching/pkg-descr' Xpyching is a program that allows you to 'consult' Xthe I Ching, an ancient Chinese book of wisdom, Xusing the coin oracle, and then to look up a brief Xinterpretation. X XWWW: http://sourceforge.net/projects/pyching/ END-of-pyching/pkg-descr echo x - pyching/distinfo sed 's/^X//' >pyching/distinfo << 'END-of-pyching/distinfo' XMD5 (pyching-1.0.4.tar.gz) = 8ca06fc64376e97ad708fbe727b41bc0 END-of-pyching/distinfo echo x - pyching/Makefile sed 's/^X//' >pyching/Makefile << 'END-of-pyching/Makefile' X# New ports collection makefile for: pyching X# Date created: 5 July 2001 X# Whom: Hye-Shik Chang X# X# $FreeBSD$ X# X XPORTNAME= pyching XPORTVERSION= 1.0.4 XCATEGORIES= games python XMASTER_SITES= ${MASTER_SITE_SOURCEFORGE} XMASTER_SITE_SUBDIR= ${PORTNAME} X XMAINTAINER= perky@python.or.kr X XRUN_DEPENDS= ${PYTHON_SITELIBDIR}/_tkinter.so:${PORTSDIR}/x11-toolkits/py-tkinter X XNO_WRKSUBDIR= yes XUSE_PYTHON= yes XUSE_X_PREFIX= yes X XPLIST_SUB+= LIB_TARGET=${LIB_TARGET:S,^${PREFIX}/,,g} \ X DOC_TARGET=${DOC_TARGET:S,^${PREFIX}/,,g} X XEXEC_FILENAME= ${PORTNAME} XLIB_FILES= pyching_*.py* smgTkLib/smg*.py* icon.xbm XDOC_FILES= [A-Z]* XLIB_TARGET= ${PREFIX}/lib/${PORTNAME} XDOC_TARGET= ${PREFIX}/share/doc/${PORTNAME} X Xpost-patch: X ${SED} 's@^\(import sys\)$$@\1; sys.path.append("${LIB_TARGET}")@' \ X ${WRKSRC}/pyching.py >${WRKSRC}/${EXEC_FILENAME} X Xdo-build: X ${PYTHON_CMD} ${PYTHON_LIBDIR}/compileall.py ${WRKSRC} X Xdo-install: X ${INSTALL_SCRIPT} ${WRKSRC}/${EXEC_FILENAME} ${PREFIX}/bin X ${MKDIR} ${LIB_TARGET} X cd ${WRKSRC} && ${INSTALL_DATA} ${LIB_FILES} ${LIB_TARGET} X.if !defined(NOPORTDOCS) X ${MKDIR} ${DOC_TARGET} X cd ${WRKSRC} && ${INSTALL_DATA} ${DOC_FILES} ${DOC_TARGET} X.endif X X.include END-of-pyching/Makefile echo x - pyching/pkg-comment sed 's/^X//' >pyching/pkg-comment << 'END-of-pyching/pkg-comment' XConsult a I Ching, an ancient Chinese book of wisdom END-of-pyching/pkg-comment echo x - pyching/pkg-plist sed 's/^X//' >pyching/pkg-plist << 'END-of-pyching/pkg-plist' Xbin/pyching X%%LIB_TARGET%%/pyching_cimages.py X%%LIB_TARGET%%/pyching_cimages.pyc X%%LIB_TARGET%%/pyching_engine.py X%%LIB_TARGET%%/pyching_engine.pyc X%%LIB_TARGET%%/pyching_hlhtx_data.py X%%LIB_TARGET%%/pyching_hlhtx_data.pyc X%%LIB_TARGET%%/pyching_idimage_data.py X%%LIB_TARGET%%/pyching_idimage_data.pyc X%%LIB_TARGET%%/pyching_inhtx_data.py X%%LIB_TARGET%%/pyching_inhtx_data.pyc X%%LIB_TARGET%%/pyching_interface_tkinter.py X%%LIB_TARGET%%/pyching_interface_tkinter.pyc X%%LIB_TARGET%%/smgAbout.py X%%LIB_TARGET%%/smgAbout.pyc X%%LIB_TARGET%%/smgAnimate.py X%%LIB_TARGET%%/smgAnimate.pyc X%%LIB_TARGET%%/smgDialog.py X%%LIB_TARGET%%/smgDialog.pyc X%%LIB_TARGET%%/smgHtmlView.py X%%LIB_TARGET%%/smgHtmlView.pyc X%%LIB_TARGET%%/icon.xbm X@dirrm %%LIB_TARGET%% X%%PORTDOCS%%%%DOC_TARGET%%/BUGS X%%PORTDOCS%%%%DOC_TARGET%%/CHANGES X%%PORTDOCS%%%%DOC_TARGET%%/COPYING X%%PORTDOCS%%%%DOC_TARGET%%/COPYRIGHT X%%PORTDOCS%%%%DOC_TARGET%%/CREDITS X%%PORTDOCS%%%%DOC_TARGET%%/INSTALL X%%PORTDOCS%%%%DOC_TARGET%%/NEWS X%%PORTDOCS%%%%DOC_TARGET%%/README X%%PORTDOCS%%@dirrm %%DOC_TARGET%% END-of-pyching/pkg-plist exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Jul 4 11: 0:22 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2CC4B37B407 for ; Wed, 4 Jul 2001 11:00:16 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f64I0CM89833; Wed, 4 Jul 2001 11:00:12 -0700 (PDT) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3C71937B401 for ; Wed, 4 Jul 2001 10:57:53 -0700 (PDT) (envelope-from nobody@FreeBSD.org) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f64Hvrj89496; Wed, 4 Jul 2001 10:57:53 -0700 (PDT) (envelope-from nobody) Message-Id: <200107041757.f64Hvrj89496@freefall.freebsd.org> Date: Wed, 4 Jul 2001 10:57:53 -0700 (PDT) From: "Antonio M. D'souza" To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/28698: Sawfish Makefile breaks when running configure Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 28698 >Category: ports >Synopsis: Sawfish Makefile breaks when running configure >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 04 11:00:11 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Antonio M. D'souza >Release: 4.3-stable >Organization: University of Waterloo >Environment: FreeBSD quikbox.ca 4.3-STABLE FreeBSD 4.3-STABLE #1: Wed May 9 22:53:16 EDT 2001 alex@rn-respw2a14.uwaterloo.ca:/usr/obj/usr/src/sys/QUIK i386 >Description: When running configure, this line pops up just before evrything goes haywire: checking for rep - version >= 0.14... configure: error: version 0.13.6; require 0.14 However, the pre-build script has much lower standards: sawfish-gnome-0.99 depends on shared library: rep.10 - found Interestingly enough, I do have 0.15 installed: root@quikbox:~# pkg_info | grep rep-gtk-gnome rep-gtk-gnome-0.15_1 GTK+ binding for rep Lisp interpreter >How-To-Repeat: deinstall rep-gtk-gnome and then try to build sawfish. >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 4 11: 0:28 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E841737B408 for ; Wed, 4 Jul 2001 11:00:15 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f64I0Bu89824; Wed, 4 Jul 2001 11:00:11 -0700 (PDT) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9E4FB37B406 for ; Wed, 4 Jul 2001 10:52:10 -0700 (PDT) (envelope-from nobody@FreeBSD.org) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f64HqA788745; Wed, 4 Jul 2001 10:52:10 -0700 (PDT) (envelope-from nobody) Message-Id: <200107041752.f64HqA788745@freefall.freebsd.org> Date: Wed, 4 Jul 2001 10:52:10 -0700 (PDT) From: "Antonio M. D'souza" To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/28697: gnotepad+ won't build on my box Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 28697 >Category: ports >Synopsis: gnotepad+ won't build on my box >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 04 11:00:10 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Antonio M. D'souza >Release: 4.3 >Organization: University of Waterloo >Environment: FreeBSD quikbox.ca 4.3-STABLE FreeBSD 4.3-STABLE #1: Wed May i386 unknown >Description: It autoselects these options: gcc compiler warnings : YES gcc compile with strict ansi : NO runtime debugging code : NO using over-hyped gnome : YES unload unchanged documents : YES splash screen on startup : YES session saving/restoring : YES cut and paste features : YES undo and redo features : YES search and replace : YES regular expression searches : YES enable opening recent docs : YES autosave documents : YES backup files before saving : YES enable inserting shell output : YES enable toolbars : YES document list feature : YES document/file info feature : YES window list feature : YES show random tips : YES message box for logging : YES HTML tag insertion features : YES source code control options : YES enhanced file selection dlg : YES lock files with flock() : NO lock files with fcntl() : YES experimental project features : NO gtk-xmhtml to view html : YES gtkhtml to view html : YES Then spews this error message: make all-recursive Making all in docs Making all in C Making all in po Making all in intl Making all in src Making all in xpm cc -DHAVE_CONFIG_H -I. -I. -I.. -DLOCALEDIR=\""/usr/X11R6/share/locale"\" -I/usr/local/include -O -pipe -I/usr/X11R6/include -I/usr/X11R6/include -DNEED_GNOMESUPPORT_H -I/usr/X11R6/include/gtk12 -I/usr/local/include/glib12 -I/usr/local/include -I/usr/local/include/gnome-xml -c about.c Creating appinfo.c cc -DHAVE_CONFIG_H -I. -I. -I.. -DLOCALEDIR=\""/usr/X11R6/share/locale"\" -I/usr/local/include -O -pipe -I/usr/X11R6/include -I/usr/X11R6/include -DNEED_GNOMESUPPORT_H -I/usr/X11R6/include/gtk12 -I/usr/local/include/glib12 -I/usr/local/include -I/usr/local/include/gnome-xml -c appinfo.c cc -DHAVE_CONFIG_H -I. -I. -I.. -DLOCALEDIR=\""/usr/X11R6/share/locale"\" -I/usr/local/include -O -pipe -I/usr/X11R6/include -I/usr/X11R6/include -DNEED_GNOMESUPPORT_H -I/usr/X11R6/include/gtk12 -I/usr/local/include/glib12 -I/usr/local/include -I/usr/local/include/gnome-xml -c clipboard.c cc -DHAVE_CONFIG_H -I. -I. -I.. -DLOCALEDIR=\""/usr/X11R6/share/locale"\" -I/usr/local/include -O -pipe -I/usr/X11R6/include -I/usr/X11R6/include -DNEED_GNOMESUPPORT_H -I/usr/X11R6/include/gtk12 -I/usr/local/include/glib12 -I/usr/local/include -I/usr/local/include/gnome-xml -c debug.c cc -DHAVE_CONFIG_H -I. -I. -I.. -DLOCALEDIR=\""/usr/X11R6/share/locale"\" -I/usr/local/include -O -pipe -I/usr/X11R6/include -I/usr/X11R6/include -DNEED_GNOMESUPPORT_H -I/usr/X11R6/include/gtk12 -I/usr/local/include/glib12 -I/usr/local/include -I/usr/local/include/gnome-xml -c dialog.c cc -DHAVE_CONFIG_H -I. -I. -I.. -DLOCALEDIR=\""/usr/X11R6/share/locale"\" -I/usr/local/include -O -pipe -I/usr/X11R6/include -I/usr/X11R6/include -DNEED_GNOMESUPPORT_H -I/usr/X11R6/include/gtk12 -I/usr/local/include/glib12 -I/usr/local/include -I/usr/local/include/gnome-xml -c doc.c In file included from doc.c:35: htmlview.h:50: syntax error before `GtkHTMLStreamHandle' doc.c: In function `doc_new': doc.c:1040: too many arguments to function `gtk_html_new' *** Error code 1 Any idea what went wrong? >How-To-Repeat: Try to build the gnotepad+ port on a 4.3-stable system >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 4 11:20: 6 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0513137B405 for ; Wed, 4 Jul 2001 11:20:04 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f64IK3Q94890; Wed, 4 Jul 2001 11:20:03 -0700 (PDT) (envelope-from gnats) Date: Wed, 4 Jul 2001 11:20:03 -0700 (PDT) Message-Id: <200107041820.f64IK3Q94890@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: "Antonio M D'souza" Subject: Re: ports/28698: Sawfish Makefile breaks when running configure Reply-To: "Antonio M D'souza" Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR ports/28698; it has been noted by GNATS. From: "Antonio M D'souza" To: freebsd-gnats-submit@FreeBSD.org Cc: Subject: Re: ports/28698: Sawfish Makefile breaks when running configure Date: Wed, 04 Jul 2001 14:12:15 -0400 This line: > sawfish-gnome-0.99 depends on shared library: rep.10 - found was actually a Bad Thing on my part. That was from the pre-install script for rep-gtk-gnome not sawfish. Anyway, upon further investigation, I have tracked down the problem. I'm not quite sure how to elegantly work around it though. sawfish looks for the existance of this file: /usr/X11R6/libexec/rep/i386--freebsd4.3/gtk.so ...but it does not exist on my system so it decides to install rep-gtk-gnome, which does not solve anything for me. The problem originates from the fact that I installed the system as FreeBSD 4.2 then upgraded to 4.3 later. However, this directory: /usr/X11R6/libexec/rep/i386--freebsd4.3 ...does not exists as it has one with a trailing 4.2 instead. Rebuilding and reinstalling rep-gtk-gnome did not create the appropriate directory either. -- Antonio M. D'souza 725-8002 http://www.quikbox.ca To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Jul 4 11:50: 5 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3BA2937B408 for ; Wed, 4 Jul 2001 11:50:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f64Io2K97189; Wed, 4 Jul 2001 11:50:02 -0700 (PDT) (envelope-from gnats) Date: Wed, 4 Jul 2001 11:50:02 -0700 (PDT) Message-Id: <200107041850.f64Io2K97189@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Pete Fritchman Subject: Re: ports/28698: Sawfish Makefile breaks when running configure Reply-To: Pete Fritchman Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR ports/28698; it has been noted by GNATS. From: Pete Fritchman To: "Antonio M. D'souza" Cc: freebsd-gnats-submit@FreeBSD.org Subject: Re: ports/28698: Sawfish Makefile breaks when running configure Date: Wed, 4 Jul 2001 14:49:02 -0400 | checking for rep - version >= 0.14... configure: error: version 0.13.6; require 0.14 Update your ports and reinstall /usr/ports/lang/librep -- it was updated to 0.14. http://www.freebsd.org/cgi/cvsweb.cgi/ports/lang/librep/Makefile | However, the pre-build script has much lower standards: | sawfish-gnome-0.99 depends on shared library: rep.10 - found It assumes most of your packages are up to date. It seems that a major library revision bump might have been appropriate (seeing as this program needs this later version to install), but I haven't looked through the source/etc. | Interestingly enough, I do have 0.15 installed: | root@quikbox:~# pkg_info | grep rep-gtk-gnome | rep-gtk-gnome-0.15_1 GTK+ binding for rep Lisp interpreter It is referring to lang/librep. -pete To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Jul 4 12:41:30 2001 Delivered-To: freebsd-ports@freebsd.org Received: from clifford.inch.com (clifford.inch.com [216.223.192.27]) by hub.freebsd.org (Postfix) with ESMTP id 858FB37B401 for ; Wed, 4 Jul 2001 12:41:28 -0700 (PDT) (envelope-from omar@clifford.inch.com) Received: (from omar@localhost) by clifford.inch.com (8.9.3/8.8.5) id PAA24897 for freebsd-ports@freebsd.org; Wed, 4 Jul 2001 15:22:10 -0400 Message-ID: <20010704152210.A24816@clifford.inch.com> Date: Wed, 4 Jul 2001 15:22:10 -0400 From: Omar Thameen To: freebsd-ports@freebsd.org Subject: unsolicited compliment Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.93.2i Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Every once in a while I think back to the summer after 9th grade and thank my mother for strongly encouraging me to learn how to type. She didn't insist on much, and despite my resistance, she made me sit down for 20 minutes a day to learn to touch type. Back then, I didn't know I'd be working in the Internet industry, but every couple of months, I think about how much time I save and how grateful I am to have had the benefit of her foresight. I feel the same way about the FreeBSD ports system. It's beautiful, and the maintainers are outstanding. Years ago, back in my days before FreeBSD, I can remember the struggles of getting programs to compile, then trying to track down all the darned dependencies to get them to run, then having to make millions of decisions about where to put all the files without feeling like I'm barfing all over my system. Now, I type "make" and watch the components download, the port magically taking care to install all the necessary dependencies while making sound decisions about where to put the supporting cast of files. I sit back with a smile of satisfaction, watching the port compile, and feeling gratitude to those who had the foresight to devise the ports system, and to those who maintain their ports for all of our benefit. Thank you, and keep up the good work! Warm regards, Omar To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Jul 4 14:32:26 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E8C6437B401; Wed, 4 Jul 2001 14:32:24 -0700 (PDT) (envelope-from dwcjr@FreeBSD.org) Received: (from dwcjr@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f64LWOD86637; Wed, 4 Jul 2001 14:32:24 -0700 (PDT) (envelope-from dwcjr) Date: Wed, 4 Jul 2001 14:32:24 -0700 (PDT) From: Message-Id: <200107042132.f64LWOD86637@freefall.freebsd.org> To: petef@databits.net, dwcjr@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/28517: Update security/zebedee to 2.2.2 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: Update security/zebedee to 2.2.2 State-Changed-From-To: open->closed State-Changed-By: dwcjr State-Changed-When: Wed Jul 4 14:32:14 PDT 2001 State-Changed-Why: Committed, thanks! http://www.FreeBSD.org/cgi/query-pr.cgi?pr=28517 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Jul 4 14:55:35 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 083E537B401; Wed, 4 Jul 2001 14:55:34 -0700 (PDT) (envelope-from dwcjr@FreeBSD.org) Received: (from dwcjr@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f64LtXA95001; Wed, 4 Jul 2001 14:55:33 -0700 (PDT) (envelope-from dwcjr) Date: Wed, 4 Jul 2001 14:55:33 -0700 (PDT) From: Message-Id: <200107042155.f64LtXA95001@freefall.freebsd.org> To: pat@databits.net, dwcjr@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/28608: Update port: emulators/wine Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: Update port: emulators/wine State-Changed-From-To: open->suspended State-Changed-By: dwcjr State-Changed-When: Wed Jul 4 14:55:01 PDT 2001 State-Changed-Why: Most of the changes talked about have been committed, but its being left open at the maintainer's request due to pending changes mentioned in the pr. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=28608 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Jul 4 17: 0:17 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id DA91D37B405 for ; Wed, 4 Jul 2001 17:00:13 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f6500DB34565; Wed, 4 Jul 2001 17:00:13 -0700 (PDT) (envelope-from gnats) Date: Wed, 4 Jul 2001 17:00:13 -0700 (PDT) Message-Id: <200107050000.f6500DB34565@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Pete Fritchman Subject: Re: ports/28502: New port: astro/fooseti Reply-To: Pete Fritchman Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR ports/28502; it has been noted by GNATS. From: Pete Fritchman To: FreeBSD-gnats-submit@FreeBSD.org Cc: Subject: Re: ports/28502: New port: astro/fooseti Date: Wed, 4 Jul 2001 19:56:11 -0400 Update to latest version. Also, files/patch-src::fooseti.c no longer needs to be in the port (included in this version). --- Makefile.orig Wed Jul 4 19:39:20 2001 +++ Makefile Wed Jul 4 19:39:34 2001 @@ -6,7 +6,7 @@ # PORTNAME= fooseti -PORTVERSION= 0.6.4 +PORTVERSION= 0.6.5 CATEGORIES= astro MASTER_SITES= http://www-personal.engin.umich.edu/~agorski/fooseti/ --- distinfo.orig Wed Jul 4 19:39:25 2001 +++ distinfo Wed Jul 4 19:40:51 2001 @@ -1 +1 @@ -MD5 (fooseti-0.6.4.tar.gz) = da715f1f82232007ae6934e392f75438 +MD5 (fooseti-0.6.5.tar.gz) = 8037215c2c919a79b6e1090a580a6f7e -- Pete Fritchman Databits Network Services, Inc. finger petef@databits.net for PGP key To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Jul 4 17: 0:24 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1D10137B406 for ; Wed, 4 Jul 2001 17:00:12 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f6500CB34557; Wed, 4 Jul 2001 17:00:12 -0700 (PDT) (envelope-from gnats) Received: from electron.databits.net (electron.databits.net [207.29.204.16]) by hub.freebsd.org (Postfix) with ESMTP id C690237B408 for ; Wed, 4 Jul 2001 16:51:10 -0700 (PDT) (envelope-from petef@electron.databits.net) Received: (from petef@localhost) by electron.databits.net (8.11.4/8.11.4) id f64NoCk24927; Wed, 4 Jul 2001 19:50:12 -0400 (EDT) (envelope-from petef) Message-Id: <200107042350.f64NoCk24927@electron.databits.net> Date: Wed, 4 Jul 2001 19:50:12 -0400 (EDT) From: Pete Fritchman Reply-To: Pete Fritchman To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/28700: Update editors/manedit to 0.4.1 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 28700 >Category: ports >Synopsis: Update editors/manedit to 0.4.1 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Wed Jul 04 17:00:11 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Pete Fritchman >Release: FreeBSD 4.3-STABLE i386 >Organization: Databits Network Services, Inc. >Environment: System: FreeBSD electron.databits.net 4.3-STABLE FreeBSD 4.3-STABLE #7: Mon Jun 11 10:15:45 EDT 2001 root@electron.databits.net:/usr/obj/usr/src/sys/ELECTRON i386 >Description: - update to version 0.4.1 - update master_sites - magic to make their new horrible makefile/config system work - remove files/patch-{Makefile,Makefile.install.UNIX} - adjust existing patch (new location in port; maybe it should be renamed) - add new patch to make more secure /tmp usage (diff'd from /dev/null) >How-To-Repeat: >Fix: Index: Makefile =================================================================== RCS file: /home/ncvs/ports/editors/manedit/Makefile,v retrieving revision 1.3 diff -u -r1.3 Makefile --- Makefile 2001/05/04 13:36:18 1.3 +++ Makefile 2001/07/04 23:42:42 @@ -6,23 +6,36 @@ # PORTNAME= manedit -PORTVERSION= 0.4.j +PORTVERSION= 0.4.1 CATEGORIES= editors -MASTER_SITES= ftp://fox.mit.edu/pub/xsw/ -DISTNAME= ${PORTNAME}${PORTVERSION:S/.j/j/} +MASTER_SITES= ftp://fox.mit.edu/pub/xsw/ \ + ftp://wolfpack.twu.net/users/wolfpack/ EXTRACT_SUFX= .tgz MAINTAINER= sobomax@FreeBSD.org -WRKSRC= ${WRKDIR}/${DISTNAME}/${PORTNAME} - -USE_X_PREFIX= yes USE_GTK= yes +USE_GMAKE= yes +USE_X_PREFIX= yes + +HAS_CONFIGURE= yes +CONFIGURE_ARGS+= UNIX -v --prefix=${PREFIX} --no-colors +CONFIGURE_ENV+= CFLAGS="${CFLAGS} -I${X11BASE}/include/gtk12 \ + -I${LOCALBASE}/include/glib12" MAN1= manedit.1 -pre-patch: +post-patch: @find ${WRKSRC} \( -name "*.[ch]" -or -name "*.cpp" \) | \ xargs ${PERL} -pi -e 's|malloc\.h|stdlib.h|g' + @${PERL} -pi -e 's!make -C!gmake -C!' ${WRKSRC}/Makefile + @${PERL} -pi -e 's!Makefile.install.UNIX!Makefile.install.FreeBSD!' \ + ${WRKSRC}/manedit/makefile_append.ini + @${PERL} -pi -e 's!/usr/X11R6!${X11BASE}!g; s!libgtk.so!libgtk12.so!g; \ + s!gtk/gtkmain.h!gtk12/gtk/gtkmain.h!; \ + s!gtk-config!gtk12-config!g; s!= /usr/bin/!= ${X11BASE}/bin!g' \ + ${WRKSRC}/manedit/platforms.ini + @${PERL} -pi -e 's!/usr/bin/manedit!${PREFIX}/bin/manedit!' \ + ${WRKSRC}/manedit/utils/manview.sh .include Index: distinfo =================================================================== RCS file: /home/ncvs/ports/editors/manedit/distinfo,v retrieving revision 1.3 diff -u -r1.3 distinfo --- distinfo 2001/05/04 13:36:18 1.3 +++ distinfo 2001/07/04 23:42:50 @@ -1 +1 @@ -MD5 (manedit0.4j.tgz) = dbd53ee37fcbaa7584d5e8d5abb55973 +MD5 (manedit-0.4.1.tgz) = 8f8a433873c4a3211c0c17a7d7d729c7 Index: files/patch-manedit.1 =================================================================== RCS file: /home/ncvs/ports/editors/manedit/files/patch-manedit.1,v retrieving revision 1.2 diff -u -r1.2 patch-manedit.1 --- files/patch-manedit.1 2001/03/20 17:04:45 1.2 +++ files/patch-manedit.1 2001/07/04 23:42:50 @@ -1,8 +1,8 @@ $FreeBSD: ports/editors/manedit/files/patch-manedit.1,v 1.2 2001/03/20 17:04:45 sobomax Exp $ ---- manedit.1.orig Sun Feb 25 01:10:48 2001 -+++ manedit.1 Tue Mar 20 18:49:02 2001 +--- manedit/manedit.1.orig Sun Feb 25 01:10:48 2001 ++++ manedit/manedit.1 Tue Mar 20 18:49:02 2001 @@ -67,12 +67,8 @@ Manual page template files, used in the creation of new manual pages. --- /dev/null Wed Jul 4 19:34:29 2001 +++ files/patch-manedit::maneditop.c Wed Jul 4 19:30:13 2001 @@ -0,0 +1,16 @@ + +$FreeBSD$ + +--- manedit/maneditop.c.orig Wed Jul 4 19:15:51 2001 ++++ manedit/maneditop.c Wed Jul 4 19:18:33 2001 +@@ -242,9 +242,7 @@ + /* Not exist, so need to create a new one. */ + rmkdir( + tmp_dir_rtn, +- S_IRUSR | S_IWUSR | S_IXUSR | +- S_IRGRP | S_IXGRP | +- S_IROTH | S_IXOTH ++ S_IRUSR | S_IWUSR | S_IXUSR + ); + } + } >Release-Note: >Audit-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 4 17: 0:28 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 403AF37B408 for ; Wed, 4 Jul 2001 17:00:14 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f6500E734574; Wed, 4 Jul 2001 17:00:14 -0700 (PDT) (envelope-from gnats) Received: from mail.noos.fr (racine.noos.net [212.198.2.71]) by hub.freebsd.org (Postfix) with ESMTP id F3D1737B407 for ; Wed, 4 Jul 2001 16:58:20 -0700 (PDT) (envelope-from root@gits.dyndns.org) Received: (qmail 16751036 invoked by uid 0); 4 Jul 2001 23:58:19 -0000 Received: from unknown (HELO gits.dyndns.org) ([212.198.231.187]) (envelope-sender ) by 212.198.2.71 (qmail-ldap-1.03) with SMTP for ; 4 Jul 2001 23:58:19 -0000 Received: (from root@localhost) by gits.dyndns.org (8.11.4/8.11.4) id f64NwIC05563; Thu, 5 Jul 2001 01:58:18 +0200 (CEST) (envelope-from root) Message-Id: <200107042358.f64NwIC05563@gits.dyndns.org> Date: Thu, 5 Jul 2001 01:58:18 +0200 (CEST) From: Cyrille Lefevre Reply-To: clefevre@redirect.to To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/28701: Updated port: net/isc-dhcp3 (3.0.r10) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 28701 >Category: ports >Synopsis: Updated port: net/isc-dhcp3 (3.0.r10) >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Wed Jul 04 17:00:13 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Cyrille Lefevre >Release: FreeBSD 4.3-STABLE i386 >Organization: ACME >Environment: FreeBSD gits 4.3-STABLE FreeBSD 4.3-STABLE #26: Wed May 23 12:46:38 CEST 2001 root@gits:/disk2/4.x-stable/src/sys/compile/CUSTOM i386 >Description: Makefile PORTVERSION bumped to 3.0.r8.2 patch-man-pages updated distinfo updated >How-To-Repeat: n/a >Fix: Index: Makefile =================================================================== RCS file: /home/ncvs/ports/net/isc-dhcp3/Makefile,v retrieving revision 1.66 diff -u -r1.66 Makefile --- Makefile 2001/06/29 01:25:06 1.66 +++ Makefile 2001/07/04 23:57:45 @@ -7,7 +7,7 @@ # PORTNAME= dhcp -PORTVERSION= 3.0.r8.2 +PORTVERSION= 3.0.r10 CATEGORIES= net MASTER_SITES= ftp://ftp.isc.org/isc/%SUBDIR%/ \ ${US_MASTER_SITES} ${JAPAN_MASTER_SITES} \ @@ -146,9 +146,8 @@ .endfor # temporary hack - no patch file needed for this typo. -# grrr! don't know how to delete lines in perl :( patch-man-pages: - @${PERL} -pi.fbsd -e 's/^\.Fd$$//' ${WRKSRC}/dhcpctl/dhcpctl.3 + @${PERL} -ni.fbsd -e '/^\.Fd$$/ or print;' ${WRKSRC}/dhcpctl/dhcpctl.3 # # Post-install Index: distinfo =================================================================== RCS file: /home/ncvs/ports/net/isc-dhcp3/distinfo,v retrieving revision 1.33 diff -u -r1.33 distinfo --- distinfo 2001/06/29 01:25:06 1.33 +++ distinfo 2001/07/03 19:25:34 @@ -1 +1,5 @@ +<<<<<<< distinfo +MD5 (dhcp-3.0rc10.tar.gz) = a5b043e0cb80d3ccadc54f07cb95dd5f +======= MD5 (dhcp-3.0rc8pl2.tar.gz) = a6a1599c4667db1d9b87062cf4e41036 +>>>>>>> 1.33 >Release-Note: >Audit-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 4 17:35: 4 2001 Delivered-To: freebsd-ports@freebsd.org Received: from obsecurity.dyndns.org (adsl-63-207-60-93.dsl.lsan03.pacbell.net [63.207.60.93]) by hub.freebsd.org (Postfix) with ESMTP id C6EB337B405 for ; Wed, 4 Jul 2001 17:35:01 -0700 (PDT) (envelope-from kris@obsecurity.org) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 8B65166C4D; Wed, 4 Jul 2001 17:34:52 -0700 (PDT) Date: Wed, 4 Jul 2001 17:34:48 -0700 From: Kris Kennaway To: Ernst de Haan Cc: ports@freebsd.org Subject: Re: Bugzilla port? Message-ID: <20010704173446.A59410@xor.obsecurity.org> References: <20010611164257.A3707@c187104187.telekabel.chello.nl> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="EVF5PPMfhYS0aIcm" Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20010611164257.A3707@c187104187.telekabel.chello.nl>; from ernst@jollem.com on Mon, Jun 11, 2001 at 04:42:57PM +0200 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org --EVF5PPMfhYS0aIcm Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Jun 11, 2001 at 04:42:57PM +0200, Ernst de Haan wrote: > Hi all, >=20 > Are there any plans for a port of Bugzilla? Would it make sense to port s= uch a > beast? For a project I would like to run Bugzilla, but I prefer not runni= ng > any software unless it's available as a port. >=20 > Are there any alternatives available in the current ports system? >=20 > If a port for Bugzilla would be appreciated, then I may write one myself. It would be useful. Kris --EVF5PPMfhYS0aIcm Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (FreeBSD) Comment: For info see http://www.gnupg.org iD8DBQE7Q7YiWry0BWjoQKURAj1GAJ9MyF8KvDJeS8lzAkzjzLgPHrBxJwCeMaxw 8H4NrI1IXgaGXmj503stORQ= =jtuY -----END PGP SIGNATURE----- --EVF5PPMfhYS0aIcm-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Jul 4 17:37:52 2001 Delivered-To: freebsd-ports@freebsd.org Received: from obsecurity.dyndns.org (adsl-63-207-60-93.dsl.lsan03.pacbell.net [63.207.60.93]) by hub.freebsd.org (Postfix) with ESMTP id 4C36937B406 for ; Wed, 4 Jul 2001 17:37:50 -0700 (PDT) (envelope-from kris@obsecurity.org) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id C586D66E2B; Wed, 4 Jul 2001 17:37:46 -0700 (PDT) Date: Wed, 4 Jul 2001 17:37:43 -0700 From: Kris Kennaway To: Daniel Lang Cc: freebsd-ports@FreeBSD.ORG Subject: Re: ports/28124: no (native) working version of netscape navigator Message-ID: <20010704173741.B59410@xor.obsecurity.org> References: <200106131550.f5DFo3w21539@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="61jdw2sOBCFtR2d/" Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200106131550.f5DFo3w21539@freefall.freebsd.org>; from dl@leo.org on Wed, Jun 13, 2001 at 08:50:03AM -0700 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org --61jdw2sOBCFtR2d/ Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Wed, Jun 13, 2001 at 08:50:03AM -0700, Daniel Lang wrote: > My intention was, that maybe a previous version of netscape 4 > is stable and bug-free enough to be used as a native version. > e.g. something like 4.61 ? No, they all have security holes. Complain to Netscape; it's the only way it will ever be fixed. Kris --61jdw2sOBCFtR2d/ Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (FreeBSD) Comment: For info see http://www.gnupg.org iD8DBQE7Q7bSWry0BWjoQKURAoTRAJ0e0fLYBNzUyUibPhc6t/7ceU1wSwCfajS7 6FGemQDm/BkeLRpE9lrFHu8= =c8xT -----END PGP SIGNATURE----- --61jdw2sOBCFtR2d/-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Jul 4 17:44:54 2001 Delivered-To: freebsd-ports@freebsd.org Received: from obsecurity.dyndns.org (adsl-63-207-60-93.dsl.lsan03.pacbell.net [63.207.60.93]) by hub.freebsd.org (Postfix) with ESMTP id 9812837B405 for ; Wed, 4 Jul 2001 17:44:49 -0700 (PDT) (envelope-from kris@obsecurity.org) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 9252066C4D; Wed, 4 Jul 2001 17:44:37 -0700 (PDT) Date: Wed, 4 Jul 2001 17:44:31 -0700 From: Kris Kennaway To: "David W. Chapman Jr." Cc: ports@freebsd.org Subject: Re: security/ssh Message-ID: <20010704174427.D59410@xor.obsecurity.org> References: <20010617010656.B47252@leviathan.inethouston.net> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="RYJh/3oyKhIjGcML" Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20010617010656.B47252@leviathan.inethouston.net>; from dwcjr@inethouston.net on Sun, Jun 17, 2001 at 01:06:56AM -0500 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org --RYJh/3oyKhIjGcML Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sun, Jun 17, 2001 at 01:06:56AM -0500, David W. Chapman Jr. wrote: > Is it true security/ssh is soon to be removed? I am asking this=20 > because of ports/19498 I've thought about it; on the other hand, leaving it there doesn't really hurt anyone as long as something like the current REALLY_BUILD_SSH system is in place to direct people to the superior ssh version. Kris --RYJh/3oyKhIjGcML Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (FreeBSD) Comment: For info see http://www.gnupg.org iD8DBQE7Q7hpWry0BWjoQKURAga9AJ0aTySV3cYmOSdBMsljF2b5EdB2lACdH9A7 tyVC7UzWu+IGFqwIgdx424U= =LS50 -----END PGP SIGNATURE----- --RYJh/3oyKhIjGcML-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Jul 4 17:51:11 2001 Delivered-To: freebsd-ports@freebsd.org Received: from obsecurity.dyndns.org (adsl-63-207-60-93.dsl.lsan03.pacbell.net [63.207.60.93]) by hub.freebsd.org (Postfix) with ESMTP id 654F337B403 for ; Wed, 4 Jul 2001 17:51:09 -0700 (PDT) (envelope-from kris@obsecurity.org) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 44D2B66C4D; Wed, 4 Jul 2001 17:51:00 -0700 (PDT) Date: Wed, 4 Jul 2001 17:50:56 -0700 From: Kris Kennaway To: 3APA3A <3APA3A@SECURITY.NNOV.RU> Cc: ports@FreeBSD.ORG Subject: Re: Fwd: UnZip 5.40 port directory traversal Message-ID: <20010704175053.F59410@xor.obsecurity.org> References: <12104282149.20010625174836@SECURITY.NNOV.RU> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="E7i4zwmWs5DOuDSH" Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <12104282149.20010625174836@SECURITY.NNOV.RU>; from 3APA3A@SECURITY.NNOV.RU on Mon, Jun 25, 2001 at 05:48:36PM +0400 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org --E7i4zwmWs5DOuDSH Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Mon, Jun 25, 2001 at 05:48:36PM +0400, 3APA3A wrote: > I will be grateful for any kind of reply. SECURITY.NNOV follows > RFPolicy http://www.wiretrip.net/rfp/policy.html ports@FreeBSD.org is the wrong destination to send emails about security holes in FreeBSD ports; the documented security contact address is security-officer@FreeBSD.org. It was only by accident I discovered these emails. Kris --E7i4zwmWs5DOuDSH Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (FreeBSD) Comment: For info see http://www.gnupg.org iD8DBQE7Q7nsWry0BWjoQKURAp3WAKDiycyW6qEhzsLW/DZTpD6UpR/4jwCfYAgN rWtNmKvZeandYu9AUf13JSo= =gmd7 -----END PGP SIGNATURE----- --E7i4zwmWs5DOuDSH-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Jul 4 19:50:13 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8FC9D37B408 for ; Wed, 4 Jul 2001 19:50:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f652o3Q60402; Wed, 4 Jul 2001 19:50:03 -0700 (PDT) (envelope-from gnats) Received: from cauchy.math.missouri.edu (cauchy.math.missouri.edu [128.206.49.166]) by hub.freebsd.org (Postfix) with ESMTP id 83F7737B405 for ; Wed, 4 Jul 2001 19:49:15 -0700 (PDT) (envelope-from stephen@cauchy.math.missouri.edu) Received: (from stephen@localhost) by cauchy.math.missouri.edu (8.11.4/8.11.4) id f652nFZ63230; Wed, 4 Jul 2001 21:49:15 -0500 (CDT) (envelope-from stephen) Message-Id: <200107050249.f652nFZ63230@cauchy.math.missouri.edu> Date: Wed, 4 Jul 2001 21:49:15 -0500 (CDT) From: Stephen Montgomery-Smith Reply-To: Stephen Montgomery-Smith To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/28706: libgda does not build because of problem with oaf Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 28706 >Category: ports >Synopsis: libgda does not build because of problem with oaf >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 04 19:50:03 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Stephen Montgomery-Smith >Release: FreeBSD 4.3-STABLE i386 >Organization: University of Missouri >Environment: System: FreeBSD cauchy 4.3-STABLE FreeBSD 4.3-STABLE #0: Tue Jun 26 20:41:11 CDT 2001 stephen@cauchy:/usr/obj/usr/src/sys/cauchy i386 Very recent ports (July 4), all port builds up to date. >Description: The make of libgda-0.2.10 ends with error message like this: /usr/local/bin/orbit-idl -I/idl -I`oaf-config --prefix`/share/gnome/idl ../../id l/GDA.idl ../../idl/GDA_Recordset.idl:11: Warning: `LOCK_READONLY' underscores within iden tifiers are discouraged for use with C-language IDL mappings ../../idl/GDA.idl:32: Error: `GNOME' undeclared identifier /bin/sh ../../libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I../.. -I/usr/l ocal/include/glib12 -D_THREAD_SAFE -I/usr/X11R6/include/gtk12 -I/usr/local/inclu de/glib12 -I/usr/local/include -I/usr/X11R6/include -I/usr/local/include/gnome-x ml -I/usr/X11R6/include/gconf/1 -I/usr/X11R6/include -I/usr/local/include/glib12 -I/usr/local/include -I/usr/X11R6/include -I/usr/local/include/glib12 -I/usr/lo cal/include -I/usr/local/include/glib12 -D_THREAD_SAFE -I/usr/X11R6/include/ gtk12 -I/usr/local/include/glib12 -I/usr/local/include -I/usr/X11R6/include -I/u sr/local/include/gnome-xml -I/usr/X11R6/include/gconf/1 -I/usr/X11R6/include -I/ usr/local/include/glib12 -I/usr/local/include -I/usr/X11R6/include -I/usr/local/ include/glib12 -I/usr/local/include -I. -I../../lib/gda-common -DDTDINS TALLDIR=\""/usr/local/share/gnome/gda/dtd"\" -I/usr/local/include -O -pipe -ma rch=pentiumpro -DCOMPAT_LINUX_THREADS -DVM_STACK -c GDA-stubs.c mkdir .libs cc -DHAVE_CONFIG_H -I. -I. -I../.. -I/usr/local/include/glib12 -D_THREAD_SAFE -I /usr/X11R6/include/gtk12 -I/usr/local/include/glib12 -I/usr/local/include -I/usr /X11R6/include -I/usr/local/include/gnome-xml -I/usr/X11R6/include/gconf/1 -I/us r/X11R6/include -I/usr/local/include/glib12 -I/usr/local/include -I/usr/X11R6/in clude -I/usr/local/include/glib12 -I/usr/local/include -I/usr/local/include/glib 12 -D_THREAD_SAFE -I/usr/X11R6/include/gtk12 -I/usr/local/include/glib12 -I/usr/ local/include -I/usr/X11R6/include -I/usr/local/include/gnome-xml -I/usr/X11R6/i nclude/gconf/1 -I/usr/X11R6/include -I/usr/local/include/glib12 -I/usr/local/inc lude -I/usr/X11R6/include -I/usr/local/include/glib12 -I/usr/local/include -I. - I../../lib/gda-common -DDTDINSTALLDIR=\"/usr/local/share/gnome/gda/dtd\" -I/usr/local/include -O -pipe -march=pentiumpro -DCOMPAT_LINUX_THREADS -DVM_STACK -c GD A-stubs.c -fPIC -DPIC -o .libs/GDA-stubs.lo cc: GDA-stubs.c: No such file or directory After looking hard at this problem, I found that this is because the oaf port has placed stuff in /usr/X11R6/share/idl and /usr/X11R6/share/oaf, but if I am to believe the pkg-plist in oaf, then this stuff should have been placed in /usr/X11R6/share/gnome/idl and /usr/X11R6/share/gnome/oaf >How-To-Repeat: cd /usr/ports/databases/libgda make >Fix: >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Jul 4 20:10:28 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 191E637B406 for ; Wed, 4 Jul 2001 20:10:13 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f653ADR65985; Wed, 4 Jul 2001 20:10:13 -0700 (PDT) (envelope-from gnats) Received: from mail.wrs.com (unknown-1-11.windriver.com [147.11.1.11]) by hub.freebsd.org (Postfix) with ESMTP id 04ED937B405 for ; Wed, 4 Jul 2001 20:02:36 -0700 (PDT) (envelope-from gnn@neville-neil.com) Received: from neville-neil.com (gnn-home-pc [147.11.35.202]) by mail.wrs.com (8.9.3/8.9.1) with ESMTP id UAA27747 for ; Wed, 4 Jul 2001 20:01:55 -0700 (PDT) Message-Id: <200107050301.UAA27747@mail.wrs.com> Date: Wed, 04 Jul 2001 20:02:28 -0700 From: "George V. Neville-Neil" To: FreeBSD-gnats-submit@freebsd.org Subject: ports/28707: Returned mail: see transcript for details (fwd) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 28707 >Category: ports >Synopsis: Submitting port of Click Modular Router >Confidential: no >Severity: non-critical >Priority: high >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed Jul 04 20:10:12 PDT 2001 >Closed-Date: >Last-Modified: >Originator: George V. Neville-Neil >Release: FreeBSD 4.2-STABLE i386 >Organization: nevill-neil.com >Environment: Runs on all the latest FreeBSDs, including 4.3 Stable. >Description: This is the port of the Click Modular Router. >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: # # click # click/Makefile # click/pkg-comment # click/pkg-descr # click/pkg-plist # click/distinfo # echo c - click mkdir -p click > /dev/null 2>&1 echo x - click/Makefile sed 's/^X//' >click/Makefile << 'END-of-click/Makefile' X# New ports collection makefile for: click X# Date created: 27 June 2001 X# Whom: gnn X# X# $FreeBSD$ X# X XPORTNAME= click XPORTVERSION= 1.2.1 XCATEGORIES= net XMASTER_SITES= http://www.pdos.lcs.mit.edu/click/ X XMAINTAINER= gnn@neville-neil.com X XHAS_CONFIGURE= true X XMANCOMPRESSED= no X XUSE_GMAKE= yes X XMAN1= click.1 XMAN1= click-align.1 XMAN1= click-combine.1 XMAN1= click-devirtualize.1 XMAN1= click-fastclassifier.1 XMAN1= click-flatten.1 XMAN1= click-install.1 XMAN1= click-mkmindriver.1 XMAN1= click-uncombine.1 XMAN1= click-undead.1 XMAN1= click-uninstall.1 XMAN1= click-xform.1 XMAN5= click.5 XMAN7= elementdoc.7 XMAN8= click.o.8 XMANn= FTPPortMapper.n XMANn= ARPFaker.n XMANn= ARPQuerier.n XMANn= ARPResponder.n XMANn= EnsureEther.n XMANn= EtherEncap.n XMANn= EtherMirror.n XMANn= HostEtherFilter.n XMANn= CheckICMPHeader.n XMANn= ICMPError.n XMANn= ICMPPingResponder.n XMANn= ICMPPingRewriter.n XMANn= ICMPRewriter.n XMANn= ICMPSendPings.n XMANn= CheckIPHeader.n XMANn= CheckIPHeader2.n XMANn= DecIPTTL.n XMANn= FixIPSrc.n XMANn= GetIPAddress.n XMANn= IPAddrRewriter.n XMANn= IPClassifier.n XMANn= IPEncap.n XMANn= IPFilter.n XMANn= IPFragmenter.n XMANn= IPGWOptions.n XMANn= IPInputCombo.n XMANn= IPMirror.n XMANn= IPOutputCombo.n XMANn= IPPrint.n XMANn= IPRateMonitor.n XMANn= IPRewriterPatterns.n XMANn= LookupIPRoute.n XMANn= LookupIPRoute2.n XMANn= LookupIPRouteLinux.n XMANn= MarkIPCE.n XMANn= MarkIPHeader.n XMANn= RIPSend.n XMANn= RoundRobinIPMapper.n XMANn= SetIPAddress.n XMANn= SetIPChecksum.n XMANn= SetIPDSCP.n XMANn= SetRandIPAddress.n XMANn= StoreIPAddress.n XMANn= StripIPHeader.n XMANn= UnstripIPHeader.n XMANn= AddressInfo.n XMANn= Align.n XMANn= AlignmentInfo.n XMANn= AverageCounter.n XMANn= BandwidthMeter.n XMANn= BandwidthShaper.n XMANn= Burster.n XMANn= BandwidthRatedSplitter.n XMANn= BandwidthRatedUnqueue.n XMANn= CheckCRC32.n XMANn= CheckLength.n XMANn= CheckPaint.n XMANn= Classifier.n XMANn= CompareBlock.n XMANn= Counter.n XMANn= DelayShaper.n XMANn= DelayUnqueue.n XMANn= Discard.n XMANn= DiscardNoFree.n XMANn= DriverManager.n XMANn= DropBroadcasts.n XMANn= DRRSched.n XMANn= Error.n XMANn= FrontDropQueue.n XMANn= HashDemux.n XMANn= HashSwitch.n XMANn= Idle.n XMANn= InfiniteSource.n XMANn= Meter.n XMANn= MSQueue.n XMANn= Null.n XMANn= PushNull.n XMANn= PullNull.n XMANn= Null1.n XMANn= Null2.n XMANn= Null3.n XMANn= Null4.n XMANn= Null5.n XMANn= Null6.n XMANn= Null7.n XMANn= Null8.n XMANn= Paint.n XMANn= PaintTee.n XMANn= PeekHandlers.n XMANn= PokeHandlers.n XMANn= Print.n XMANn= PrioSched.n XMANn= ProbSplitter.n XMANn= PullSwitch.n XMANn= PullToPush.n XMANn= Queue.n XMANn= QuitWatcher.n XMANn= RandomBitErrors.n XMANn= RandomLossage.n XMANn= RandomSource.n XMANn= RatedSource.n XMANn= RatedSplitter.n XMANn= RatedUnqueue.n XMANn= RED.n XMANn= RoundRobinSched.n XMANn= RoundRobinSwitch.n XMANn= ScheduleInfo.n XMANn= SetCRC32.n XMANn= SetTimestamp.n XMANn= Shaper.n XMANn= SpinlockAcquire.n XMANn= SpinlockInfo.n XMANn= SpinlockRelease.n XMANn= StaticPullSwitch.n XMANn= StaticSwitch.n XMANn= StrideSched.n XMANn= StrideSwitch.n XMANn= Strip.n XMANn= Suppressor.n XMANn= Switch.n XMANn= Tee.n XMANn= PullTee.n XMANn= TimedSink.n XMANn= TimedSource.n XMANn= Unqueue.n XMANn= Unqueue2.n XMANn= Unstrip.n XMANn= CheckTCPHeader.n XMANn= CheckUDPHeader.n XMANn= DynamicUDPIPEncap.n XMANn= IPRewriter.n XMANn= SetTCPChecksum.n XMANn= TCPRewriter.n XMANn= UDPIPEncap.n XMANn= ChatterSocket.n XMANn= ControlSocket.n XMANn= FromBPF.n XMANn= FromDevice.u.n XMANn= FromDump.n XMANn= KernelTap.n XMANn= KernelHandlerProxy.n XMANn= PrintOld.n XMANn= ToBPF.n XMANn= ToDevice.u.n XMANn= ToDump.n XMANn= elements.n X Xpost-install: X strip ${PREFIX}/bin/click X strip ${PREFIX}/bin/click-align X strip ${PREFIX}/bin/click-check X strip ${PREFIX}/bin/click-combine X strip ${PREFIX}/bin/click-uncombine X strip ${PREFIX}/bin/click-devirtualize X strip ${PREFIX}/bin/click-fastclassifier X strip ${PREFIX}/bin/click-flatten X strip ${PREFIX}/bin/click-mkmindriver X strip ${PREFIX}/bin/click-undead X strip ${PREFIX}/bin/click-xform X mkdir -p ${PREFIX}/etc/click/conf X install -c ${WRKDIR}/${DISTNAME}/conf/fake-iprouter.click ${PREFIX}/etc/click/conf X install -c ${WRKDIR}/${DISTNAME}/conf/ip.clickpat ${PREFIX}/etc/click/conf X install -c ${WRKDIR}/${DISTNAME}/conf/ip6ndadvertiser.click ${PREFIX}/etc/click/conf X install -c ${WRKDIR}/${DISTNAME}/conf/ip6ndsolicitor.click ${PREFIX}/etc/click/conf X install -c ${WRKDIR}/${DISTNAME}/conf/kernel.clickpat ${PREFIX}/etc/click/conf X install -c ${WRKDIR}/${DISTNAME}/conf/mazu-nat.click ${PREFIX}/etc/click/conf X install -c ${WRKDIR}/${DISTNAME}/conf/test-device.click ${PREFIX}/etc/click/conf X install -c ${WRKDIR}/${DISTNAME}/conf/test-tap.click ${PREFIX}/etc/click/conf X install -c ${WRKDIR}/${DISTNAME}/conf/test.click ${PREFIX}/etc/click/conf X install -c ${WRKDIR}/${DISTNAME}/conf/test2.click ${PREFIX}/etc/click/conf X install -c ${WRKDIR}/${DISTNAME}/conf/test3.click ${PREFIX}/etc/click/conf X install -c ${WRKDIR}/${DISTNAME}/conf/udpgen.click ${PREFIX}/etc/click/conf X @echo X @echo "----------------------------------------------------" X @echo "Install complete, to try it out do the following:" X @echo "cd ${PREFIX}/etc/click/conf" X @echo "click test.click" X @echo "You should see some output. Now go read the papers and manual." X @echo "----------------------------------------------------" X @echo X X.include END-of-click/Makefile echo x - click/pkg-comment sed 's/^X//' >click/pkg-comment << 'END-of-click/pkg-comment' XThe Click Modular Router END-of-click/pkg-comment echo x - click/pkg-descr sed 's/^X//' >click/pkg-descr << 'END-of-click/pkg-descr' XThis is the port of the Click Modular Router. X XFrom the web page: X XClick is a new modular software router for PCs developed by MIT XLCS's Parallel and Distributed Operating Systems group. Click Xrouters are flexible, configurable, and easy to understand at a Xhigh level. They're also pretty fast (for software routers running Xon commodity hardware); on a 700 MHz Pentium III, a Click IP router Xcan handle up to 435,000 64-byte packets a second. X XWWW: http://www.pdos.lcs.mit.edu/click/ X XThis port of click runs only as a user mode process on FreeBSD. XKernel implementations run on Linux. There is a move afoot to Xport this code tot the FreeBSD kernel as well. See the mailing Xlist (available via the web page) for more information. X XGeorge V. Neville-Neil X Xgnn@neville-neil.com END-of-click/pkg-descr echo x - click/pkg-plist sed 's/^X//' >click/pkg-plist << 'END-of-click/pkg-plist' Xbin/click Xbin/click-align Xbin/click-check Xbin/click-combine Xbin/click-uncombine Xbin/click-devirtualize Xbin/click-fastclassifier Xbin/click-flatten Xbin/click-mkmindriver Xbin/click-undead Xbin/click-xform Xbin/click-buildtool Xbin/click-compile Xbin/click-mkelemmap Xbin/click-elem2man Xinclude/click/elementt.hh Xinclude/click/lexert.hh Xinclude/click/processingt.hh Xinclude/click/routert.hh Xinclude/click/toolutils.hh Xinclude/click/archive.hh Xinclude/click/atomic.hh Xinclude/click/bighashmap.cc Xinclude/click/bighashmap.hh Xinclude/click/bighashmap_arena.hh Xinclude/click/bitvector.hh Xinclude/click/click_ether.h Xinclude/click/click_icmp.h Xinclude/click/click_icmp6.h Xinclude/click/click_ip.h Xinclude/click/click_ip6.h Xinclude/click/click_tcp.h Xinclude/click/click_udp.h Xinclude/click/clp.h Xinclude/click/config.h Xinclude/click/confparse.hh Xinclude/click/crc32.h Xinclude/click/cxxprotect.h Xinclude/click/cxxunprotect.h Xinclude/click/element.hh Xinclude/click/elemfilter.hh Xinclude/click/error.hh Xinclude/click/etheraddress.hh Xinclude/click/ewma.cc Xinclude/click/ewma.hh Xinclude/click/gaprate.hh Xinclude/click/glue.hh Xinclude/click/hashmap.cc Xinclude/click/hashmap.hh Xinclude/click/integers.hh Xinclude/click/ip6address.hh Xinclude/click/ip6flowid.hh Xinclude/click/ip6table.hh Xinclude/click/ipaddress.hh Xinclude/click/ipaddressset.hh Xinclude/click/ipflowid.hh Xinclude/click/iptable.hh Xinclude/click/iptable2.hh Xinclude/click/lexer.hh Xinclude/click/llrpc.h Xinclude/click/package.hh Xinclude/click/packet.hh Xinclude/click/packet_anno.hh Xinclude/click/pathvars.h Xinclude/click/perfctr.hh Xinclude/click/radix.hh Xinclude/click/router.hh Xinclude/click/routerthread.hh Xinclude/click/skbmgr.hh Xinclude/click/straccum.hh Xinclude/click/string.hh Xinclude/click/subvector.hh Xinclude/click/sync.hh Xinclude/click/task.hh Xinclude/click/timer.hh Xinclude/click/userutils.hh Xinclude/click/variableenv.hh Xinclude/click/vector.cc Xinclude/click/vector.hh Xinclude/clicktool/elementt.hh Xinclude/clicktool/lexert.hh Xinclude/clicktool/processingt.hh Xinclude/clicktool/routert.hh Xinclude/clicktool/toolutils.hh X@unexec install-info --delete %D/info/click.info %D/info/dir Xinfo/click.info Xinfo/click.info-1 Xinfo/click.info-2 Xinfo/click.info-3 Xinfo/click.info-4 Xinfo/click.info-5 X@exec install-info --section="Click Modular Router" --entry="* click: (click). Click Modular Router" %D/info/click.info %D/info/dir X@unexec rm -rf %D/etc/click Xlib/libclick.a Xlib/libclicktool.a Xshare/click/elementmap Xshare/click/srcdir Xshare/click/src X@dirrm include/click X@dirrm include/clicktool X@dirrm share/click END-of-click/pkg-plist echo x - click/distinfo sed 's/^X//' >click/distinfo << 'END-of-click/distinfo' XMD5 (click-1.2.1.tar.gz) = 7dcdec4eb21c3e742787a92c404ac54c END-of-click/distinfo exit --f64Hcos46729.994268480/jchurch.wrs.com-- >Release-Note: >Audit-Trail: >Unformatted: Return-Path: MAILER-DAEMON Delivery-Date: Wed Jul 4 10:41:20 2001 Return-Path: Received: from localhost (localhost) by jchurch.wrs.com (8.11.2/8.9.3) id f64Hcos46729; Wed, 4 Jul 2001 10:41:20 -0700 (PDT) (envelope-from MAILER-DAEMON) Date: Wed, 4 Jul 2001 10:41:20 -0700 (PDT) From: Mail Delivery Subsystem Message-Id: <200107041741.f64Hcos46729@jchurch.wrs.com> To: gnn MIME-Version: 1.0 Content-Type: multipart/report; report-type=delivery-status; boundary="f64Hcos46729.994268480/jchurch.wrs.com" Subject: Returned mail: see transcript for details Auto-Submitted: auto-generated (failure) This is a MIME-encapsulated message --f64Hcos46729.994268480/jchurch.wrs.com The original message was received at Fri, 29 Jun 2001 10:12:00 -0700 (PDT) from root@localhost ----- The following addresses had permanent fatal errors ----- FreeBSD-gnats-submit@freebsd.org ----- Transcript of session follows ----- FreeBSD-gnats-submit@freebsd.org... Deferred: Operation timed out with hub.freebsd.org. Message could not be delivered for 5 days Message will be deleted from queue --f64Hcos46729.994268480/jchurch.wrs.com Content-Type: message/delivery-status Reporting-MTA: dns; jchurch.wrs.com Arrival-Date: Fri, 29 Jun 2001 10:12:00 -0700 (PDT) Final-Recipient: RFC822; FreeBSD-gnats-submit@freebsd.org Action: failed Status: 4.4.7 Remote-MTA: DNS; hub.freebsd.org Last-Attempt-Date: Wed, 4 Jul 2001 10:41:20 -0700 (PDT) --f64Hcos46729.994268480/jchurch.wrs.com Content-Type: message/rfc822 Return-Path: Received: (from root@localhost) by jchurch.wrs.com (8.11.2/8.9.3) id f5THC0A26406; Fri, 29 Jun 2001 10:12:00 -0700 (PDT) (envelope-from gnn) Date: Fri, 29 Jun 2001 10:12:00 -0700 (PDT) From: "George V. Neville-Neil" Message-Id: <200106291712.f5THC0A26406@jchurch.wrs.com> To: FreeBSD-gnats-submit@freebsd.org Subject: Submitting port of Click Modular Router Reply-To: gnn X-send-pr-version: 3.2 MIME-Version: 1.0 >From the web page: Click is a new modular software router for PCs developed by MIT LCS's Parallel and Distributed Operating Systems group. Click routers are flexible, configurable, and easy to understand at a high level. They're also pretty fast (for software routers running on commodity hardware); on a 700 MHz Pentium III, a Click IP router can handle up to 435,000 64-byte packets a second. WWW: http://www.pdos.lcs.mit.edu/click/ This port of click runs only as a user mode process on FreeBSD. Kernel implementations run on Linux. There is a move afoot to port this code tot the FreeBSD kernel as well. See the mailing list (available via the web page) for more information. George V. Neville-Neil gnn@neville-neil.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Jul 4 20:30: 9 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1F97B37B408 for ; Wed, 4 Jul 2001 20:30:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f653U1e67574; Wed, 4 Jul 2001 20:30:01 -0700 (PDT) (envelope-from gnats) Received: from electron.databits.net (electron.databits.net [207.29.204.16]) by hub.freebsd.org (Postfix) with ESMTP id C716937B403 for ; Wed, 4 Jul 2001 20:21:10 -0700 (PDT) (envelope-from petef@electron.databits.net) Received: (from petef@localhost) by electron.databits.net (8.11.4/8.11.4) id f653KFO63125; Wed, 4 Jul 2001 23:20:15 -0400 (EDT) (envelope-from petef) Message-Id: <200107050320.f653KFO63125@electron.databits.net> Date: Wed, 4 Jul 2001 23:20:15 -0400 (EDT) From: Pete Fritchman Reply-To: Pete Fritchman To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/28708: Update devel/cscope to 15.3 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 28708 >Category: ports >Synopsis: Update devel/cscope to 15.3 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Wed Jul 04 20:30:00 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Pete Fritchman >Release: FreeBSD 4.3-STABLE i386 >Organization: Databits Network Services, Inc. >Environment: System: FreeBSD electron.databits.net 4.3-STABLE FreeBSD 4.3-STABLE #7: Mon Jun 11 10:15:45 EDT 2001 root@electron.databits.net:/usr/obj/usr/src/sys/ELECTRON i386 >Description: - update devel/cscope to 15.3 - clean up Makefile (spacing, remove unnecessary configure_target) - take over as maintainer from ports@ - remove files/patch-input.c (it's been merged in) - remove @comment from pkg-plist >How-To-Repeat: >Fix: Index: Makefile =================================================================== RCS file: /home/ncvs/ports/devel/cscope/Makefile,v retrieving revision 1.15 diff -u -r1.15 Makefile --- Makefile 2001/04/26 19:00:31 1.15 +++ Makefile 2001/07/05 03:16:15 @@ -7,16 +7,15 @@ # PORTNAME= cscope -PORTVERSION= 15.1 -PORTREVISION= 3 +PORTVERSION= 15.3 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= petef@databits.net -CONFIGURE_TARGET= ${ARCH}-portbld-freebsd${OSREL} GNU_CONFIGURE= yes + MAN1= cscope.1 .include Index: distinfo =================================================================== RCS file: /home/ncvs/ports/devel/cscope/distinfo,v retrieving revision 1.3 diff -u -r1.3 distinfo --- distinfo 2000/11/23 10:50:09 1.3 +++ distinfo 2001/07/05 03:08:24 @@ -1 +1 @@ -MD5 (cscope-15.1.tar.gz) = 4db538deb8b08e7bbc9607a680712704 +MD5 (cscope-15.3.tar.gz) = 7540514aab8c0a3737ee8dd08a5422ba Index: pkg-descr =================================================================== RCS file: /home/ncvs/ports/devel/cscope/pkg-descr,v retrieving revision 1.2 diff -u -r1.2 pkg-descr --- pkg-descr 2000/05/16 04:00:55 1.2 +++ pkg-descr 2001/07/05 03:11:38 @@ -1,8 +1,11 @@ This port of SCO / USL's 'cscope' lets one easily navigate large C programs. It's designed to answer questions like where symbols are defined and used, -and where variables are assigned. +where variables are assigned, and much more. The Santa Cruz Operation (SCO) has made this available under a very friendly, BSD-style Open Source License. -WWW: http://cscope.sourceforge.net/ +WWW: http://cscope.sourceforge.net/ + +- Pete +petef@databits.net Index: pkg-plist =================================================================== RCS file: /home/ncvs/ports/devel/cscope/pkg-plist,v retrieving revision 1.3 diff -u -r1.3 pkg-plist --- pkg-plist 2000/12/30 22:05:11 1.3 +++ pkg-plist 2001/07/05 03:11:49 @@ -1,3 +1,2 @@ -@comment $FreeBSD: ports/devel/cscope/pkg-plist,v 1.2 2000/11/22 00:17:14 obrien Exp $ bin/cscope bin/ocs >Release-Note: >Audit-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 4 21:31:40 2001 Delivered-To: freebsd-ports@freebsd.org Received: from bankrupt.com (cc508428-b.trntn1.nj.home.com [24.9.94.105]) by hub.freebsd.org (Postfix) with SMTP id 9F15A37B401 for ; Wed, 4 Jul 2001 21:31:33 -0700 (PDT) (envelope-from mars@cannoncreek.com) Received: (qmail 64912 invoked from network); 5 Jul 2001 04:23:04 -0000 Received: from unknown (HELO hellraiser.cannoncreek.com) (202.78.79.201) by cc508428-b.trntn1.nj.home.com with SMTP; 5 Jul 2001 04:23:04 -0000 Content-Type: text/plain; charset="iso-8859-1" From: Mars G Miro Reply-To: mars@cannoncreek.com To: "Anton Berezin" , "Peter Pentchev" , freebsd-ports@freebsd.org Subject: Re: clarification on P5-CGI port Date: Thu, 5 Jul 2001 12:40:51 +0800 X-Mailer: KMail [version 1.2] Received: from the Dark Corners of Oblivion (172.16.1.254) X-Sender-Ip: 172.16.1.254 X-Copyright: 2001, Mars G. Miro, All Rights Reserved X-Notice: Redistribution and Duplication prohibited without proper consent of the Author MIME-Version: 1.0 Message-Id: <01070512405100.03829@hellraiser.cannoncreek.com> Content-Transfer-Encoding: 8bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org > > > > Will this be in time for FreeBSD 4.4R ? > > Let's see. The FreeBSD 4.4 release date is set to 2001-08-20. If > everything goes well, I'll be running 5.6.1 installed by make world on > my -current box this coming Sunday. Then there will be at least a week > before it hits -current: such a change requires a thorough review > process, and a lot of testing. So this gives us 2001-07-15 as the > optimistically set date for 5.6.1 in -current. This kind of change must > not be MFC'ed too quickly - there should be at least one month of > testing in -current. Then we are five days before the 4.4 release date > - and I will be shot if I put it in -stable this close to release. So > the answer is no. > sok, I think I(we) can wait > > > versions of PM files which are in the base system - currently, even > > > if such a port exists, and is installed, the older version of a > > > module will be used if care is not taken, since the perl system path > > > (/usr/libdata/perl/...) precedes perl local path > > > (/usr/local/lib/perl5/... in the default @INC array. This is going > > > to change. > > > So w/c means that at some point in the future, if I install a ported > > perl module, the perl path will look for it first, instead of the > > base, correct? > > That's correct. > okay > > > That said, the revival of the www/p5-CGI.pm port is in order, as > > > well as the renaming of www/p5-CGI to www/p5-CGI-modules. > > > That would be fascinating! As there might be a few of us here who want > > the functionality of the latest CGI.pm (for mod_perl, eperl, etc.) > > Yeah. I'll do the port tonight or tomorrow. > Great! this is fascinating. Thanks! > Cheers, > &Anton. > -- > May the tuna salad be with you. > cheers mars To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Jul 4 21:40: 6 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id F22C537B407 for ; Wed, 4 Jul 2001 21:40:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f654e2Y75271; Wed, 4 Jul 2001 21:40:02 -0700 (PDT) (envelope-from gnats) Date: Wed, 4 Jul 2001 21:40:02 -0700 (PDT) Message-Id: <200107050440.f654e2Y75271@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Phil Homewood Subject: Re: ports/28504 Reply-To: Phil Homewood Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR ports/28504; it has been noted by GNATS. From: Phil Homewood To: freebsd-gnats-submit@freebsd.org Cc: Subject: Re: ports/28504 Date: Thu, 5 Jul 2001 14:30:46 +1000 Previous patch, too, is out of date. :-) 0.0.7b6 has been released. diff -ur net/netsaint-0.0.7b4/Makefile net/netsaint/Makefile --- net/netsaint-0.0.7b4/Makefile Fri Jun 1 20:05:22 2001 +++ net/netsaint/Makefile Thu Jul 5 12:35:16 2001 @@ -6,7 +6,7 @@ # PORTNAME= netsaint -PORTVERSION= 0.0.7b4 +PORTVERSION= 0.0.7b6 CATEGORIES= net MASTER_SITES= http://netsaint.sourceforge.net/download/ diff -ur net/netsaint-0.0.7b4/distinfo net/netsaint/distinfo --- net/netsaint-0.0.7b4/distinfo Fri Jun 1 20:05:22 2001 +++ net/netsaint/distinfo Thu Jul 5 12:37:55 2001 @@ -1 +1 @@ -MD5 (netsaint-0.0.7b4.tar.gz) = d718507bb3a9cb24e6754440acc76b24 +MD5 (netsaint-0.0.7b6.tar.gz) = ff03fc4d440e4d368b87fe51aae75701 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Jul 4 21:40:16 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4CFCA37B411 for ; Wed, 4 Jul 2001 21:40:07 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f654e7175283; Wed, 4 Jul 2001 21:40:07 -0700 (PDT) (envelope-from gnats) Received: from electron.databits.net (electron.databits.net [207.29.204.16]) by hub.freebsd.org (Postfix) with ESMTP id B711037B403 for ; Wed, 4 Jul 2001 21:33:46 -0700 (PDT) (envelope-from petef@electron.databits.net) Received: (from petef@localhost) by electron.databits.net (8.11.4/8.11.4) id f654WmX02804; Thu, 5 Jul 2001 00:32:48 -0400 (EDT) (envelope-from petef) Message-Id: <200107050432.f654WmX02804@electron.databits.net> Date: Thu, 5 Jul 2001 00:32:48 -0400 (EDT) From: Pete Fritchman Reply-To: Pete Fritchman To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/28709: Update x11-wm/fvwm2 to 2.4.0 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 28709 >Category: ports >Synopsis: Update x11-wm/fvwm2 to 2.4.0 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Wed Jul 04 21:40:03 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Pete Fritchman >Release: FreeBSD 4.3-STABLE i386 >Organization: Databits Network Services, Inc. >Environment: System: FreeBSD electron.databits.net 4.3-STABLE FreeBSD 4.3-STABLE #7: Mon Jun 11 10:15:45 EDT 2001 root@electron.databits.net:/usr/obj/usr/src/sys/ELECTRON i386 >Description: - update to version 2.4.0 - take over as maintainer from ports@ - sort USE_*; add gnome support hooks - make plist more dynamic - update & sort MAN1 - install pixmaps into ${PREFIX}/share/fvwm2/pixmaps instead of ${PREFIX}/lib/X11/fvwm2/pixmaps - adjust patch (modules/* moved to extras/*) On another note, x11-wm/fvwm2-beta can be axed (2.4.0 is the latest stable release, and there are no development releases). >How-To-Repeat: >Fix: (http://hex.databits.net/~petef/diffs/fvwm2.diff) begin 644 fvwm2.diff.gz M'XL("#;L0SL``V9V=VTR+F1I9F8`O9Q[4]M(ML#_MC]%W]Q0-;-&?AN"LVSQ MSC(32!8S0[9FIEQMJ6T+]+HM"9MD\]VW'Y(M@71.LW=KJ`0DG9_Z>?KTZ9MQ^2*/K"YZ['FX?__IWES.B$RL#'I+$.?=0+[,>Y$(4_BSKK7LU9^9_ZX M\ON=/-+=QR9G"7?9HQLL"!=_8C<,2*\]Z#8==SXG5DHL+F^WZ;0L:W/3Z'>[ MO4YWK]/;)[W]\?!@W.\WU-NM5NLYM=_ICDAW..Z/QKV#YM$1L?9V!WNDM;<[ M>D>.CIKD?YND23Y_NKF]/KXZ/VS(I#8M>?_K^WXSG5S>RJ?S)!IW.N)W6X;<#OFB$Z4S M52*=1\9ESJU^A_S>)(W&,E'P:K7:P@L6,$X3YG1<.PRF3K@*O)`ZG28YNYS< M7EQ^E)&\_29O9`:^O_UV_N7VYOCT=CKYY>++=R(#FLI7XW:R^-ILY=)/UQ__ M";TH2L6Z.KZ\OA7_SV\.&ZH^CRXX8R>3,YFR9JLD9@F;'SDTH3,WB=L!2V0` MOTS.IU^FGV_.+RZ_'#:>6-QLR4W_Y$WRX?J7Z>FGZXO+#[_<9$^MS?WT^.:#*##+8@&=>)+Z94:,!'45BB>$Y:AXV+7^^NIKDZO!&O;;7C M^QL)M]W`]E*'D;_.8J6(*)(PRMXN M/'Z']4`BAGTG[PZDH$F%[\BAUB;NXH7>Y*^^U!1(+<+0F23I?%X(8*L@ MKU2./("B@OPGRI&'K MG\\N;[Z3M]_N;M25ZDIB+;L]%A)K_75.=%^@Y.5.@UBG+]X5?::*R`WBA'K> M6*2E&%%F1#LLL;7D]',6_^3F]'LGIGXDJE6K7"=^BA/FJ[L^M\MO/Q.VA7E+ M=,(OKR>WQQ\_3L^.;X^-PY9MH8%'0!I'PC[_1OZ'6`Q,#_GC/4F6+%"5T?BO M9?-]GM#_/)-@+M\K?V/NUM2:Y\XZ7WJ]S&V+W+5/(]&)`NE12M'Y2UMH9UX4 M<&"MRHACH?KL!5D9[587-]&6JK8J*&''*GIEU2-7]=9"OY7P4OO,4C/<8![^ MJ3YS'FFMS]PK^\R][C:=TF?.;S)O>"2]X7YO/!`.<;>AWI8^\S-*^\S]<7]O M/-`^;??<^Q>W]D?#8;O MAH/YWFS0ZU''.=@;=*6#7GQ7>-"%=V?].7O''&:/NO9\Y@SWYH[=IR-J.WOV MH"?203;O;DV3?'%_UA\-'=K?.Z#]P9ZSOV_O'W1'[WK[W=YPV+=G>?U%#PO9 MK]K\3ZW`3:RU-;A7JL"]0CIE!6[N&KV#@P-5-WW2VQMWQ;]W#?FVK,`M5:S! MP;@_'`]'V:AGI`8]:LS3)'=W=V-2-=Z0C>0G&HN4G;:)]+Q$P[^W5_+B*&VO M:+P4R1>]=YLY:;-ED<_"\1>=SDOWOU#JD2>-ZI]=ZBK6^G8S*K>;42&E>;FK MN])HLSL>BC8A1YOB_;S@BU@^W.SUQL-NUG1Z^R/9>(9=7?@S-^@4_)YF2SY0 M3<)6OD_A0=$7?/$X=P6?"S;>X'.!<@AU_*J4MO*M2[A])KPKS68>1Y,LJD^L?*HZUJRSY#ZQYM78>U&]35+;+Q^I!/RF7C]YT1>3 M?_V+V)&4[%3(FU9E5]3Y2?G)(I>U0,!6,0B(FGBR17\,,6LLFJLP<$5]PDA, M71LBA&\JIPCZ"!.N8@Q)(Y"8A?X,E"L?W[*],`;+)>.6(7>_&G`^71M0:@2# M8A!A>\+#`H'0$P,-"C+"'K)9&(*U+ELW*'>I%RZFLQ#,MQ.&_IS:8$DSQTTX M`Q691;!X[8+%.O?"U=06CA=,A9[#.*A<&@'3HCHL1`['(>^F,S'61*`!!"R$ M7:5R1.R!%*?1$LS._4R,HF``:7#W4M-Z*`&6R;U-/="\W-N8%;N?@U)5$B`A MNRX8"%<,M)+W/@4K5TY=V/#=B[;H?H61A'%0R>]7 M;B#,/8B`=D.4U'3AT1C435E07)`Z,[Q`O-8DL#&0V.8B5&4\$5<7S1AW'DIXYAW M4J*-0;@!*A*Q:@H20[?8IA$."@,7S&#;DW.P(=04FPM[B#=;W&@6,+Q(XL2% MN[,M91A8)**.F8/"PG)_^8*[QP766",R7%P:X6O*[:5KP,W$>-F`"L5(&\

0Z`KKR&TQ\XP1([UR(KZZG(;'EY$=`$6N)2#"@<[ZO^7BJ[&A9/` ML1Z08\X@QPHC=AT]1PUF!0LE$6H'!Q"&'C(^2H.'0`R+02]FY3+N3&7)@Q[_ M*I04#VW1SN'1NB`]T!"LL1)>,Y_:8$VC[0AK'7C#4#IOT37HPFE(>%YPCYYA M,5PL"G(87#0*$AY$"E:\QN(%V+0S"'8M,RB%2Q-3YO4C+-TJNISI4N*.FF57 M4X;9VFN]7+K(@#2I%^H56T`LUW#KQ7I%MU9^2H53X=0G/)L+G0"`FAH%Q'(- M%).?HD`[\NJ9**J5J=7H6JE:GZZ5RA7K6N%F#;N6R%:T0?D5#>KE#I2XJV&M M2*V,UTO=J+X^-HOHM81<2P>%WLE(R$":KLA1&8&'&9%3$BE4$Q(3/; M8H#F9L8$S7:="&O["CI>OH*>F+':H8YD885@-*VU@#<&M1#6!E7`TY96=-6&UR MS4N/"/0-6N5VJ2;@)EU;U5L32DL0E:+-TN0U>+B`F0U ML88C*"X^U@";I<=*^9>Y7R\LK4K6$9LUR3H@7Y&LE,_T)D/Y<#KS4C:U4QZ[ MCT"1E-[@LN-*S&";)M-DF<]RH#AGSG1P9LZ^*N&)NV!`K;U`ITF^]E'-VP^+ MP.EAP```F`>%G\\Y5$N?KQE#U';2%:+R]6*(V1:J=Q(7`^4UY=KF#CRZ!,`A'8JMY0#)JJT0EU)%->GJX$( M$N:K%Y72N0MJ];.%ZVI&K4ECUJX''%6!#U1TBWBQGUR)`RUVXD!X_ M6^BN9K;+W-7RQWK9DGE`[/>`=CZPIUE(N5-/>-MIM$IY>16T!LG70&O%0.7X M%,C;=O6S6LR"%)"JE5%N+S&DN'B*8U!>U.HIA:S\!D&#,0DG7\T%$+!7V2!H M:C8;*&#&)!R@G6T8J-)S!E))Q7"7S6T*]9>:2Q=HUM(%FK,U1FQFM&'$(!@6 M.!0PMQGF,TY1"+#J&0&Y6QH!S$L&>%3X/A@%]S$5FPX@3F[R1!/NN1%B'C,. M'!]L&;3JY,8X3&W%>#I@-EH2/(QG88!F46!HA"D6F<,\!KEJ^18.V)UZL=$# MH/+E5`@I[@0!N"HB*'^3^!QR#O3U-A5@[%P1F06YY2/ED&"Z04\1%#(PL"G@EU] MC::+$`6B)5H)VTVC"(.U"&@`HH`E]7TT.4N**]?2H%4L&>X,+!G6 M_I;RK*>+-71WANE-<0L=2F%F0Q_0@ID'!],O?&278UAWLBAZ8XH.*^?,2[JG"@&*^J(>@;C@DAD'TV2@PUI(A;8J$$2T")U M@4GWC.)H;*Z=I!S+66F[9#U6W/$,4F@S4@Q6*PK"6@!'!VK>($]QVW MF]L1!DWS=O\[`A5WOT,H.H62,"^`UF,SB&-V5")8RA-FX$`GG,W0Z7-A:[#* M35#3__QD`$8:>B<5IP(P.)`G7#U3.GZ*#=8J"B?6,`BK-TUA%9=1LFTB)#;2 M0B>_US1P.3HO5CQO`5`S?'JP<-8"@.;0FJ!&[MD*G;I>BV&6\("PXEY[-,`] M(&0WBF;PL8VX7-Z'P<*`P]KEVL2;6L<^D#Z(%7#/38.+PIR9$&0PPM9'%G$REPEU&/D ML+)PI/L"W9K8YHQ!1I(O=UX020AV>'A!!F"O@J!0H+ M*TU8`J M[D\'@-\&ZVDB(H'78;:'N*K%A2-Q^KEX>[JCFX/-:P M]5@C^U&0WA'NS;".K'R<"T"VA[D@*`:4IGR0"T"VQ[@`*#_$!2&0AUX^P%6/ M`&*@V\Z/;M4(799IWK-!WA166^2-8+U)W@3--L";H/F^];#$Y%$&ZY1& M+1/;5/NX+ M5'YTK\"2_M\Z#GOL!*GGR8_G)3P5.E<*L]215"R%%H8B\MZORI'Y3(Y,TN$34CGLQ"Y^FW[A^[SR[Z^<4@OQC^ L\>-[41$O7NDAK[2>Q2M*_?5AO(P62RDAW\5_\:_SE__63_/?JFR-V[-D``#^ ` end >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Jul 4 21:50: 9 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1D17737B405 for ; Wed, 4 Jul 2001 21:50:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f654o2m75962; Wed, 4 Jul 2001 21:50:02 -0700 (PDT) (envelope-from gnats) Received: from electron.databits.net (electron.databits.net [207.29.204.16]) by hub.freebsd.org (Postfix) with ESMTP id 724EB37B406 for ; Wed, 4 Jul 2001 21:48:30 -0700 (PDT) (envelope-from petef@electron.databits.net) Received: (from petef@localhost) by electron.databits.net (8.11.4/8.11.4) id f654lZK03995; Thu, 5 Jul 2001 00:47:35 -0400 (EDT) (envelope-from petef) Message-Id: <200107050447.f654lZK03995@electron.databits.net> Date: Thu, 5 Jul 2001 00:47:35 -0400 (EDT) From: Pete Fritchman Reply-To: Pete Fritchman To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/28710: Update www/p5-HTML-Template to 2.3 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 28710 >Category: ports >Synopsis: Update www/p5-HTML-Template to 2.3 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Wed Jul 04 21:50:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Pete Fritchman >Release: FreeBSD 4.3-STABLE i386 >Organization: Databits Network Services, Inc. >Environment: System: FreeBSD electron.databits.net 4.3-STABLE FreeBSD 4.3-STABLE #7: Mon Jun 11 10:15:45 EDT 2001 root@electron.databits.net:/usr/obj/usr/src/sys/ELECTRON i386 >Description: - update to version 2.3 - @unexec rmdir ... -> @dirrm in pkg-plist >How-To-Repeat: >Fix: Index: Makefile =================================================================== RCS file: /home/ncvs/ports/www/p5-HTML-Template/Makefile,v retrieving revision 1.3 diff -u -r1.3 Makefile --- Makefile 2001/01/08 06:44:24 1.3 +++ Makefile 2001/07/05 04:40:56 @@ -6,7 +6,7 @@ # PORTNAME= HTML-Template -PORTVERSION= 2.2 +PORTVERSION= 2.3 CATEGORIES= www perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= HTML Index: distinfo =================================================================== RCS file: /home/ncvs/ports/www/p5-HTML-Template/distinfo,v retrieving revision 1.2 diff -u -r1.2 distinfo --- distinfo 2000/12/27 01:34:18 1.2 +++ distinfo 2001/07/05 04:43:07 @@ -1 +1 @@ -MD5 (HTML-Template-2.2.tar.gz) = fd5791cdbe403440d6f9786c11ccc4c1 +MD5 (HTML-Template-2.3.tar.gz) = 4e0d7655c55349e6244e66006838aaac Index: pkg-plist =================================================================== RCS file: /home/ncvs/ports/www/p5-HTML-Template/pkg-plist,v retrieving revision 1.2 diff -u -r1.2 pkg-plist --- pkg-plist 2000/10/31 08:17:37 1.2 +++ pkg-plist 2001/07/05 04:42:35 @@ -1,5 +1,5 @@ lib/perl5/site_perl/%%PERL_VER%%/HTML/Template.pm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/HTML/Template/.packlist @unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/HTML 2>/dev/null || true -@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/HTML/Template 2>/dev/null || true +@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/HTML/Template @unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/HTML 2>/dev/null || true >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Jul 4 22:20:13 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E7AC137B405 for ; Wed, 4 Jul 2001 22:20:04 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f655K4e84020; Wed, 4 Jul 2001 22:20:04 -0700 (PDT) (envelope-from gnats) Received: from electron.databits.net (electron.databits.net [207.29.204.16]) by hub.freebsd.org (Postfix) with ESMTP id E5AA037B401 for ; Wed, 4 Jul 2001 22:15:08 -0700 (PDT) (envelope-from petef@electron.databits.net) Received: (from petef@localhost) by electron.databits.net (8.11.4/8.11.4) id f655EFs06774; Thu, 5 Jul 2001 01:14:15 -0400 (EDT) (envelope-from petef) Message-Id: <200107050514.f655EFs06774@electron.databits.net> Date: Thu, 5 Jul 2001 01:14:15 -0400 (EDT) From: Pete Fritchman Reply-To: Pete Fritchman To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/28711: New port: sysutils/log_analysis Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 28711 >Category: ports >Synopsis: New port: sysutils/log_analysis >Confidential: 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 04 22:20:02 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Pete Fritchman >Release: FreeBSD 4.3-STABLE i386 >Organization: Databits Network Services, Inc. >Environment: System: FreeBSD electron.databits.net 4.3-STABLE FreeBSD 4.3-STABLE #7: Mon Jun 11 10:15:45 EDT 2001 root@electron.databits.net:/usr/obj/usr/src/sys/ELECTRON i386 >Description: log_analysis is a log file analysis engine that extracts relevant data for any of the recognized log messages and produces a summary that is much easier to read. It can be configured to recognize entirely new log types. log_analysis natively understands about 100 different kinds of syslog messages, as well as wtmp messages. WWW: http://linux.umbc.edu/~mabzug1/log_analysis.html >How-To-Repeat: >Fix: # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # log_analysis # log_analysis/pkg-descr # log_analysis/pkg-plist # log_analysis/distinfo # log_analysis/Makefile # log_analysis/pkg-comment # echo c - log_analysis mkdir -p log_analysis > /dev/null 2>&1 echo x - log_analysis/pkg-descr sed 's/^X//' >log_analysis/pkg-descr << 'END-of-log_analysis/pkg-descr' Xlog_analysis is a log file analysis engine that extracts relevant Xdata for any of the recognized log messages and produces a summary Xthat is much easier to read. It can be configured to recognize Xentirely new log types. log_analysis natively understands about X100 different kinds of syslog messages, as well as wtmp messages. X XWWW: http://linux.umbc.edu/~mabzug1/log_analysis.html X X- Pete Xpetef@databits.net END-of-log_analysis/pkg-descr echo x - log_analysis/pkg-plist sed 's/^X//' >log_analysis/pkg-plist << 'END-of-log_analysis/pkg-plist' Xbin/log_analysis Xshare/examples/log_analysis/sample-new.conf Xshare/examples/log_analysis/sample-qpopper.conf X@dirrm share/examples/log_analysis END-of-log_analysis/pkg-plist echo x - log_analysis/distinfo sed 's/^X//' >log_analysis/distinfo << 'END-of-log_analysis/distinfo' XMD5 (log_analysis-0.37.tar.gz) = 4bb02fbdd8ecd03f7a39dbd9bebece95 END-of-log_analysis/distinfo echo x - log_analysis/Makefile sed 's/^X//' >log_analysis/Makefile << 'END-of-log_analysis/Makefile' X# New ports collection makefile for: log_analysis X# Date created: 5 July 2001 X# Whom: petef@databits.net X# X# $FreeBSD$ X# X XPORTNAME= log_analysis XPORTVERSION= 0.37 XCATEGORIES= sysutils XMASTER_SITES= http://linux.umbc.edu/~mabzug1/ X XMAINTAINER= petef@databits.net X XUSE_PERL5= yes X XGNU_CONFIGURE= yes X XMAN1= log_analysis.1 X Xpost-patch: X @${PERL} -pi -e 's!perldoc!pod2man!' ${WRKSRC}/Makefile.in X Xpost-install: X @${MKDIR} ${PREFIX}/share/examples/log_analysis X ${INSTALL_DATA} ${WRKSRC}/doc/sample-new.conf \ X ${PREFIX}/share/examples/log_analysis X ${INSTALL_DATA} ${WRKSRC}/doc/sample-qpopper.conf \ X ${PREFIX}/share/examples/log_analysis X X.include END-of-log_analysis/Makefile echo x - log_analysis/pkg-comment sed 's/^X//' >log_analysis/pkg-comment << 'END-of-log_analysis/pkg-comment' XA utility that extracts a summary of useful data from logs END-of-log_analysis/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 Wed Jul 4 22:50:11 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E3B2237B407 for ; Wed, 4 Jul 2001 22:50:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f655o1p93203; Wed, 4 Jul 2001 22:50:01 -0700 (PDT) (envelope-from gnats) Received: from electron.databits.net (electron.databits.net [207.29.204.16]) by hub.freebsd.org (Postfix) with ESMTP id 452A737B401 for ; Wed, 4 Jul 2001 22:44:36 -0700 (PDT) (envelope-from petef@electron.databits.net) Received: (from petef@localhost) by electron.databits.net (8.11.4/8.11.4) id f655hgR11132; Thu, 5 Jul 2001 01:43:42 -0400 (EDT) (envelope-from petef) Message-Id: <200107050543.f655hgR11132@electron.databits.net> Date: Thu, 5 Jul 2001 01:43:42 -0400 (EDT) From: Pete Fritchman Reply-To: Pete Fritchman To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/28712: New port: www/mdw Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 28712 >Category: ports >Synopsis: New port: www/mdw >Confidential: 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 04 22:50:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Pete Fritchman >Release: FreeBSD 4.3-STABLE i386 >Organization: Databits Network Services, Inc. >Environment: System: FreeBSD electron.databits.net 4.3-STABLE FreeBSD 4.3-STABLE #7: Mon Jun 11 10:15:45 EDT 2001 root@electron.databits.net:/usr/obj/usr/src/sys/ELECTRON i386 >Description: mdw is a neat little utility for md5summing web resources. It will take a list of URLs, md5 each of them, and optionally compare this to a previous checksum. There is a also a quiet mode which is useful for inclusion in scripts. WWW: http://redbrick.dcu.ie/~colmmacc/mdw/ >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: # # mdw # mdw/pkg-descr # mdw/pkg-plist # mdw/distinfo # mdw/Makefile # mdw/pkg-comment # echo c - mdw mkdir -p mdw > /dev/null 2>&1 echo x - mdw/pkg-descr sed 's/^X//' >mdw/pkg-descr << 'END-of-mdw/pkg-descr' Xmdw is a neat little utility for md5summing web resources. It will Xtake a list of URLs, md5 each of them, and optionally compare this Xto a previous checksum. There is a also a quiet mode which is Xuseful for inclusion in scripts. X XWWW: http://redbrick.dcu.ie/~colmmacc/mdw/ X X- Pete Xpetef@databits.net END-of-mdw/pkg-descr echo x - mdw/pkg-plist sed 's/^X//' >mdw/pkg-plist << 'END-of-mdw/pkg-plist' Xbin/mdw Xshare/examples/mdw/example.sh X@dirrm share/examples/mdw END-of-mdw/pkg-plist echo x - mdw/distinfo sed 's/^X//' >mdw/distinfo << 'END-of-mdw/distinfo' XMD5 (mdw-1.0.tar.gz) = 032f10323eafdb355eb16d19cdee1b69 END-of-mdw/distinfo echo x - mdw/Makefile sed 's/^X//' >mdw/Makefile << 'END-of-mdw/Makefile' X# New ports collection makefile for: mdw X# Date created: 5 July 2001 X# Whom: petef@databits.net X# X# $FreeBSD$ X# X XPORTNAME= mdw XPORTVERSION= 1.0 XCATEGORIES= www XMASTER_SITES= http://redbrick.dcu.ie/~colmmacc/mdw/ X XMAINTAINER= petef@databits.net X XGNU_CONFIGURE= yes X XMAN1= mdw.1 X Xpost-patch: X @${PERL} -pi -e 's!quite!quiet!ig; s!.BR md5sum \(1\),\n!!' \ X ${WRKSRC}/doc/mdw.1 X Xpost-install: X @${MKDIR} ${PREFIX}/share/examples/mdw X ${INSTALL_DATA} ${WRKSRC}/doc/example.sh ${PREFIX}/share/examples/mdw X X.include END-of-mdw/Makefile echo x - mdw/pkg-comment sed 's/^X//' >mdw/pkg-comment << 'END-of-mdw/pkg-comment' XA utility to check the MD5 sum of a webpage END-of-mdw/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 Wed Jul 4 22:50:37 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3257637B401; Wed, 4 Jul 2001 22:50:36 -0700 (PDT) (envelope-from kbyanc@FreeBSD.org) Received: (from kbyanc@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f655oaB93299; Wed, 4 Jul 2001 22:50:36 -0700 (PDT) (envelope-from kbyanc) Date: Wed, 4 Jul 2001 22:50:36 -0700 (PDT) From: Message-Id: <200107050550.f655oaB93299@freefall.freebsd.org> To: perky@python.or.kr, kbyanc@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/26200: Update port: devel/py-coro Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: Update port: devel/py-coro State-Changed-From-To: feedback->closed State-Changed-By: kbyanc State-Changed-When: Wed Jul 4 22:49:28 PDT 2001 State-Changed-Why: Obsoleted by PR 28105. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=26200 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Jul 4 22:58:29 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 363C337B401; Wed, 4 Jul 2001 22:58:27 -0700 (PDT) (envelope-from kbyanc@FreeBSD.org) Received: (from kbyanc@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f655wR594183; Wed, 4 Jul 2001 22:58:27 -0700 (PDT) (envelope-from kbyanc) Date: Wed, 4 Jul 2001 22:58:27 -0700 (PDT) From: Message-Id: <200107050558.f655wR594183@freefall.freebsd.org> To: perky@python.or.kr, kbyanc@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/28220: Update port: devel/py-coro Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: Update port: devel/py-coro State-Changed-From-To: open->closed State-Changed-By: kbyanc State-Changed-When: Wed Jul 4 22:57:57 PDT 2001 State-Changed-Why: Committed. Thanks! http://www.FreeBSD.org/cgi/query-pr.cgi?pr=28220 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Jul 4 23:29:30 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9A7AC37B408; Wed, 4 Jul 2001 23:29:28 -0700 (PDT) (envelope-from roam@FreeBSD.org) Received: (from roam@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f656TSo00831; Wed, 4 Jul 2001 23:29:28 -0700 (PDT) (envelope-from roam) Date: Wed, 4 Jul 2001 23:29:28 -0700 (PDT) From: Message-Id: <200107050629.f656TSo00831@freefall.freebsd.org> To: clefevre@redirect.to, roam@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/28701: Updated port: net/isc-dhcp3 (3.0.r10) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: Updated port: net/isc-dhcp3 (3.0.r10) State-Changed-From-To: open->closed State-Changed-By: roam State-Changed-When: Wed Jul 4 23:29:18 PDT 2001 State-Changed-Why: Committed, thanks! http://www.FreeBSD.org/cgi/query-pr.cgi?pr=28701 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Jul 5 1: 2:20 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 67E6B37B405; Thu, 5 Jul 2001 01:02:18 -0700 (PDT) (envelope-from demon@FreeBSD.org) Received: (from demon@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f6582Hk15980; Thu, 5 Jul 2001 01:02:17 -0700 (PDT) (envelope-from demon) Date: Thu, 5 Jul 2001 01:02:17 -0700 (PDT) From: Message-Id: <200107050802.f6582Hk15980@freefall.freebsd.org> To: osa@FreeBSD.org.ru, demon@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/28640: databases/gigabase checksum change at MASTER_SITE Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: databases/gigabase checksum change at MASTER_SITE State-Changed-From-To: open->closed State-Changed-By: demon State-Changed-When: Thu Jul 5 01:01:53 PDT 2001 State-Changed-Why: Committed, thanks! http://www.FreeBSD.org/cgi/query-pr.cgi?pr=28640 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Jul 5 1: 9: 4 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E852937B405; Thu, 5 Jul 2001 01:09:02 -0700 (PDT) (envelope-from demon@FreeBSD.org) Received: (from demon@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f65892W19586; Thu, 5 Jul 2001 01:09:02 -0700 (PDT) (envelope-from demon) Date: Thu, 5 Jul 2001 01:09:02 -0700 (PDT) From: Message-Id: <200107050809.f65892W19586@freefall.freebsd.org> To: demon@FreeBSD.org, freebsd-ports@FreeBSD.org, will@FreeBSD.org Subject: Re: ports/28684: Patches needed for qt-designer to build after qt-2.3.1 update Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: Patches needed for qt-designer to build after qt-2.3.1 update Responsible-Changed-From-To: freebsd-ports->will Responsible-Changed-By: demon Responsible-Changed-When: Thu Jul 5 01:08:34 PDT 2001 Responsible-Changed-Why: Over to MAINTAINER... http://www.FreeBSD.org/cgi/query-pr.cgi?pr=28684 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Jul 5 1:20: 7 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id CF6DC37B403 for ; Thu, 5 Jul 2001 01:20:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f658K1120763; Thu, 5 Jul 2001 01:20:01 -0700 (PDT) (envelope-from gnats) Received: from pcwin002.win.tue.nl (pcwin002.win.tue.nl [131.155.71.72]) by hub.freebsd.org (Postfix) with ESMTP id 8A74D37B403 for ; Thu, 5 Jul 2001 01:15:18 -0700 (PDT) (envelope-from stijn@pcwin002.win.tue.nl) Received: (from stijn@localhost) by pcwin002.win.tue.nl (8.11.4/8.11.4) id f658FAu69439; Thu, 5 Jul 2001 10:15:10 +0200 (CEST) (envelope-from stijn) Message-Id: <200107050815.f658FAu69439@pcwin002.win.tue.nl> Date: Thu, 5 Jul 2001 10:15:10 +0200 (CEST) From: stijn@win.tue.nl Reply-To: stijn@win.tue.nl To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/28714: [MAINTAINER UPDATE]: emulators/zsnes Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 28714 >Category: ports >Synopsis: [MAINTAINER UPDATE]: emulators/zsnes >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Thu Jul 05 01:20:00 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Stijn Hoop >Release: FreeBSD 4.3-STABLE i386 >Organization: >Environment: System: FreeBSD 4.3-STABLE #0: Tue Jul 3 11:39:09 CEST 2001 >Description: - Hot on the heels of 1.31, update to 1.31b with a few games fixed. >How-To-Repeat: N/A >Fix: Index: Makefile =================================================================== RCS file: /local/cvsroot/ports/zsnes/Makefile,v retrieving revision 1.10 diff -u -r1.10 Makefile --- Makefile 2001/06/29 21:38:38 1.10 +++ Makefile 2001/07/05 08:13:11 @@ -6,7 +6,7 @@ # PORTNAME= zsnes -PORTVERSION= 1.31 +PORTVERSION= 1.31b CATEGORIES= emulators MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} Index: distinfo =================================================================== RCS file: /local/cvsroot/ports/zsnes/distinfo,v retrieving revision 1.6 diff -u -r1.6 distinfo --- distinfo 2001/06/29 21:24:22 1.6 +++ distinfo 2001/07/05 08:13:11 @@ -1 +1 @@ -MD5 (zsnes131src.zip) = 6b0460c9df49d815989f9b6eda70de2d +MD5 (zsnes131bsrc.zip) = 259734f3ccf2fa4cde18cebaa924b320 >Release-Note: >Audit-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 5 1:30:15 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 61C8437B403 for ; Thu, 5 Jul 2001 01:30:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f658U3g21779; Thu, 5 Jul 2001 01:30:03 -0700 (PDT) (envelope-from gnats) Received: from pinochet.cityline.ru (pinochet.cityline.ru [195.46.160.34]) by hub.freebsd.org (Postfix) with ESMTP id 04C1637B403 for ; Thu, 5 Jul 2001 01:24:27 -0700 (PDT) (envelope-from root@3wgraphics.com) Received: from 3wgraphics.com (b72ae00a3d1d7830038ccf5673151a71@27.169.05.dn.dialup.cityline.ru [195.46.169.27]) by pinochet.cityline.ru (8.10.2/t/08-Oct-1998) with ESMTP id f658DxV53329 for ; Thu, 5 Jul 2001 12:13:59 +0400 (MSD) Received: from root by 3wgraphics.com with local (Exim 3.30 #1) id 15I4Av-00075X-00 for FreeBSD-gnats-submit@freebsd.org; Thu, 05 Jul 2001 12:07:49 +0400 Message-Id: Date: Thu, 05 Jul 2001 12:07:49 +0400 From: skv@protey.ru Reply-To: skv@protey.ru To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/28715: New port: p5-Math-Random-0.61 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 28715 >Category: ports >Synopsis: New port: p5-Math-Random-0.61 >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu Jul 05 01:30:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Sergey Skvortsov >Release: FreeBSD 4.3-STABLE i386 >Organization: >Environment: >Description: New port: p5-Math-Random-0.61 - Random number generators >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: # # p5-Math-Random # p5-Math-Random/Makefile # p5-Math-Random/distinfo # p5-Math-Random/pkg-comment # p5-Math-Random/pkg-descr # p5-Math-Random/pkg-plist # echo c - p5-Math-Random mkdir -p p5-Math-Random > /dev/null 2>&1 echo x - p5-Math-Random/Makefile sed 's/^X//' >p5-Math-Random/Makefile << 'END-of-p5-Math-Random/Makefile' X# New ports collection makefile for: Math::Random X# Date created: 5 Jul 2001 X# Whom: Sergey Skvortsov X# X# $FreeBSD$ X# X XPORTNAME= Math-Random XPORTVERSION= 0.61 XCATEGORIES= math perl5 XMASTER_SITES= ${MASTER_SITE_PERL_CPAN} XMASTER_SITE_SUBDIR= Math XPKGNAMEPREFIX= p5- X XMAINTAINER= skv@protey.ru X XPERL_CONFIGURE= yes X XMAN3= Math::Random.3 XMANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} X X.include END-of-p5-Math-Random/Makefile echo x - p5-Math-Random/distinfo sed 's/^X//' >p5-Math-Random/distinfo << 'END-of-p5-Math-Random/distinfo' XMD5 (Math-Random-0.61.tar.gz) = 844197763ebc45669841bf8700f85f44 END-of-p5-Math-Random/distinfo echo x - p5-Math-Random/pkg-comment sed 's/^X//' >p5-Math-Random/pkg-comment << 'END-of-p5-Math-Random/pkg-comment' XRandom number generators END-of-p5-Math-Random/pkg-comment echo x - p5-Math-Random/pkg-descr sed 's/^X//' >p5-Math-Random/pkg-descr << 'END-of-p5-Math-Random/pkg-descr' XMath::Random is a Perl port of the C version of randlib, Xwhich is a suite of routines for generating random deviates. END-of-p5-Math-Random/pkg-descr echo x - p5-Math-Random/pkg-plist sed 's/^X//' >p5-Math-Random/pkg-plist << 'END-of-p5-Math-Random/pkg-plist' Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Math/Random/.packlist Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Math/Random.pm Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Math/example.pl Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Math/Random/Random.bs Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Math/Random/Random.so X@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Math/Random 2>/dev/null || true X@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Math 2>/dev/null || true X@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Math 2>/dev/null || true END-of-p5-Math-Random/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 Thu Jul 5 1:30:17 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 91CEE37B406 for ; Thu, 5 Jul 2001 01:30:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f658U3C21788; Thu, 5 Jul 2001 01:30:03 -0700 (PDT) (envelope-from gnats) Received: from pinochet.cityline.ru (pinochet.cityline.ru [195.46.160.34]) by hub.freebsd.org (Postfix) with ESMTP id 8046437B401 for ; Thu, 5 Jul 2001 01:24:31 -0700 (PDT) (envelope-from root@3wgraphics.com) Received: from 3wgraphics.com (c2747670b217250a6999e8de06b5ee7c@27.169.05.dn.dialup.cityline.ru [195.46.169.27]) by pinochet.cityline.ru (8.10.2/t/08-Oct-1998) with ESMTP id f658DtV53290 for ; Thu, 5 Jul 2001 12:13:56 +0400 (MSD) Received: from root by 3wgraphics.com with local (Exim 3.30 #1) id 15I3uy-0006LB-00 for FreeBSD-gnats-submit@freebsd.org; Thu, 05 Jul 2001 11:51:20 +0400 Message-Id: Date: Thu, 05 Jul 2001 11:51:20 +0400 From: skv@protey.ru Reply-To: skv@protey.ru To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/28716: New port: p5-Math-Random-MT-0.54 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 28716 >Category: ports >Synopsis: New port: p5-Math-Random-MT-0.54 >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu Jul 05 01:30:03 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Sergey Skvortsov >Release: FreeBSD 4.3-STABLE i386 >Organization: >Environment: >Description: New port: p5-Math-Random-MT-0.54 - The Mersenne Twister PRNG >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: # # p5-Math-Random-MT # p5-Math-Random-MT/Makefile # p5-Math-Random-MT/distinfo # p5-Math-Random-MT/pkg-comment # p5-Math-Random-MT/pkg-descr # p5-Math-Random-MT/pkg-plist # echo c - p5-Math-Random-MT mkdir -p p5-Math-Random-MT > /dev/null 2>&1 echo x - p5-Math-Random-MT/Makefile sed 's/^X//' >p5-Math-Random-MT/Makefile << 'END-of-p5-Math-Random-MT/Makefile' X# New ports collection makefile for: Math::Random::MT X# Date created: 5 Jul 2001 X# Whom: Sergey Skvortsov X# X# $FreeBSD$ X# X XPORTNAME= Math-Random-MT XPORTVERSION= 0.54 XCATEGORIES= math perl5 XMASTER_SITES= ${MASTER_SITE_PERL_CPAN} XMASTER_SITE_SUBDIR= Math XPKGNAMEPREFIX= p5- X XMAINTAINER= skv@protey.ru X XPERL_CONFIGURE= yes X XMAN3= Math::Random::MT.3 XMANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} X X.include END-of-p5-Math-Random-MT/Makefile echo x - p5-Math-Random-MT/distinfo sed 's/^X//' >p5-Math-Random-MT/distinfo << 'END-of-p5-Math-Random-MT/distinfo' XMD5 (Math-Random-MT-0.54.tar.gz) = bcd5fa4c3459d5316d51860052e0cec2 END-of-p5-Math-Random-MT/distinfo echo x - p5-Math-Random-MT/pkg-comment sed 's/^X//' >p5-Math-Random-MT/pkg-comment << 'END-of-p5-Math-Random-MT/pkg-comment' XThe Mersenne Twister PRNG END-of-p5-Math-Random-MT/pkg-comment echo x - p5-Math-Random-MT/pkg-descr sed 's/^X//' >p5-Math-Random-MT/pkg-descr << 'END-of-p5-Math-Random-MT/pkg-descr' XThe Mersenne Twister is a pseudorandom number generator Xdeveloped by Makoto Matsumoto and Takuji Nishimura. X XWWW: http://www.math.keio.ac.jp/~nisimura/random/doc/mt.ps END-of-p5-Math-Random-MT/pkg-descr echo x - p5-Math-Random-MT/pkg-plist sed 's/^X//' >p5-Math-Random-MT/pkg-plist << 'END-of-p5-Math-Random-MT/pkg-plist' Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Math/Random/MT/.packlist Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Math/Random/MT.pm Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Math/Random/MT/MT.bs Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Math/Random/MT/MT.so X@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Math/Random X@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Math 2>/dev/null || true X@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Math/Random/MT X@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Math/Random 2>/dev/null || true X@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Math 2>/dev/null || true END-of-p5-Math-Random-MT/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 Thu Jul 5 3: 1:46 2001 Delivered-To: freebsd-ports@freebsd.org Received: from fling.sanbi.ac.za (fling.sanbi.ac.za [196.38.142.119]) by hub.freebsd.org (Postfix) with ESMTP id 60A6637B403 for ; Thu, 5 Jul 2001 03:01:41 -0700 (PDT) (envelope-from johann@egenetics.com) Received: from johann by fling.sanbi.ac.za with local (Exim 3.13 #4) id 15I5ws-0002Fz-00; Thu, 05 Jul 2001 12:01:26 +0200 Date: Thu, 5 Jul 2001 12:01:26 +0200 From: Johann Visagie To: Omar Thameen Cc: freebsd-ports@freebsd.org Subject: Re: unsolicited compliment Message-ID: <20010705120126.Q4373@fling.sanbi.ac.za> References: <20010704152210.A24816@clifford.inch.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20010704152210.A24816@clifford.inch.com>; from omar@clifford.inch.com on Wed, Jul 04, 2001 at 03:22:10PM -0400 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Omar Thameen on 2001-07-04 (Wed) at 15:22:10 -0400: > > Now, I type "make" and watch the components download, the port > magically taking care to install all the necessary dependencies while > making sound decisions about where to put the supporting cast of files. > I sit back with a smile of satisfaction, watching the port compile, > and feeling gratitude to those who had the foresight to devise the > ports system, and to those who maintain their ports for all of our > benefit. > > Thank you, and keep up the good work! I'm sure everyone who contributes and maintains ports will share the warm fuzzies at such unsolicited compliments. :-) If I may make a suggestion: The next time you _do_ come across some application (no matter how small or trivial) you would like to run and find out that there is no FreeBSD port for it yet, read the Porter's Handbook (http://www.freebsd.org/porters-handbook/), submit a port, and become one of the family! -- V To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Jul 5 3:10:11 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 24C0937B405 for ; Thu, 5 Jul 2001 03:10:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f65AA2N43094; Thu, 5 Jul 2001 03:10:02 -0700 (PDT) (envelope-from gnats) Received: from vbook.express.ru (vbook.express.ru [212.24.37.106]) by hub.freebsd.org (Postfix) with ESMTP id 1AAF537B408; Thu, 5 Jul 2001 03:00:45 -0700 (PDT) (envelope-from vova@express.ru) Received: from vova by vbook.express.ru with local (Exim 3.22 #1) id 15I5yh-0002aq-00; Thu, 05 Jul 2001 14:03:19 +0400 Message-Id: Date: Thu, 05 Jul 2001 14:03:19 +0400 From: vova@express.ru Reply-To: vova@express.ru To: FreeBSD-gnats-submit@freebsd.org Cc: billf@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/28717: net/net-snmp (ucd-snmp) problem while doing interfaces list when there is UP interface without address Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 28717 >Category: ports >Synopsis: net/net-snmp stop enumerate interfaces when there is UP interface without address >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 05 03:10:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Vladimir B. Grebenschikov >Release: FreeBSD 4.3-RELEASE i386 >Organization: TSB "Russian Express" >Environment: FreeBSD gw9a.express.ru 4.3-RELEASE FreeBSD 4.3-RELEASE #2: Mon May 7 19:18:57 MSD 2001 root@gw9a.express.ru:/usr/src/sys/compile/GW9A i386 /var/db/pkg/ucd-snmp-4.1.2 >Description: When where is UP interface without address attached snmpd stop walk interfaces on this point. >How-To-Repeat: # ifconfig -l fxp0 fxp1 ds0 lo0 vlan0 vlan1 vlan2 vlan3 vlan4 vlan5 vlan6 vlan7 vlan8 vlan9 vlan10 vlan11 vlan12 vlan13 vlan14 vlan15 tunnel0 sync0 sync1 frm16 frm17 frm18 frm19 frm20 frm21 frm22 frm23 frm24 frm25 pptp0 # ifconfig ds0 up # /usr/local/sbin/snmpd # snmpwalk -v1 localhost public interfaces.ifTable.ifEntry.ifDescr interfaces.ifTable.ifEntry.ifDescr.1 = fxp0 interfaces.ifTable.ifEntry.ifDescr.2 = fxp1 # ifconfig ds0 inet 10.255.255.255 netmask 255.255.255.255 # snmpwalk -v1 localhost public interfaces.ifTable.ifEntry.ifDescr interfaces.ifTable.ifEntry.ifDescr.1 = fxp0 interfaces.ifTable.ifEntry.ifDescr.2 = fxp1 interfaces.ifTable.ifEntry.ifDescr.3 = ds0 interfaces.ifTable.ifEntry.ifDescr.4 = lo0 interfaces.ifTable.ifEntry.ifDescr.5 = vlan0 interfaces.ifTable.ifEntry.ifDescr.6 = vlan1 interfaces.ifTable.ifEntry.ifDescr.7 = vlan2 interfaces.ifTable.ifEntry.ifDescr.8 = vlan3 interfaces.ifTable.ifEntry.ifDescr.9 = vlan4 interfaces.ifTable.ifEntry.ifDescr.10 = vlan5 interfaces.ifTable.ifEntry.ifDescr.11 = vlan6 interfaces.ifTable.ifEntry.ifDescr.12 = vlan7 interfaces.ifTable.ifEntry.ifDescr.13 = vlan8 interfaces.ifTable.ifEntry.ifDescr.14 = vlan9 interfaces.ifTable.ifEntry.ifDescr.15 = vlan10 interfaces.ifTable.ifEntry.ifDescr.16 = vlan11 interfaces.ifTable.ifEntry.ifDescr.17 = vlan12 interfaces.ifTable.ifEntry.ifDescr.18 = vlan13 interfaces.ifTable.ifEntry.ifDescr.19 = vlan14 interfaces.ifTable.ifEntry.ifDescr.20 = vlan15 interfaces.ifTable.ifEntry.ifDescr.21 = tunnel0 interfaces.ifTable.ifEntry.ifDescr.22 = sync0 interfaces.ifTable.ifEntry.ifDescr.23 = sync1 interfaces.ifTable.ifEntry.ifDescr.24 = frm16 interfaces.ifTable.ifEntry.ifDescr.25 = frm17 interfaces.ifTable.ifEntry.ifDescr.26 = frm18 interfaces.ifTable.ifEntry.ifDescr.27 = frm19 interfaces.ifTable.ifEntry.ifDescr.28 = frm20 interfaces.ifTable.ifEntry.ifDescr.29 = frm21 interfaces.ifTable.ifEntry.ifDescr.30 = frm22 interfaces.ifTable.ifEntry.ifDescr.31 = frm23 interfaces.ifTable.ifEntry.ifDescr.32 = frm24 interfaces.ifTable.ifEntry.ifDescr.33 = frm25 interfaces.ifTable.ifEntry.ifDescr.34 = pptp0 # >Fix: As temporary fix - not use interfaces without addresses. >Release-Note: >Audit-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 5 3:30: 5 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id CCCCF37B405 for ; Thu, 5 Jul 2001 03:30:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f65AU3c45214; Thu, 5 Jul 2001 03:30:03 -0700 (PDT) (envelope-from gnats) Date: Thu, 5 Jul 2001 03:30:03 -0700 (PDT) Message-Id: <200107051030.f65AU3c45214@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: "Sergey N. Voronkov" Subject: Re: ports/28443: new port: net/p5-IC-Radius Reply-To: "Sergey N. Voronkov" Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR ports/28443; it has been noted by GNATS. From: "Sergey N. Voronkov" To: freebsd-gnats-submit@FreeBSD.org Cc: Subject: Re: ports/28443: new port: net/p5-IC-Radius Date: Thu, 05 Jul 2001 16:20:42 +0600 Please, close this PR. New version is bumped and some changes required while I have ported icradius. Serg N. Voronkov. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Jul 5 4:15:14 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8EB3137B403; Thu, 5 Jul 2001 04:15:12 -0700 (PDT) (envelope-from tg@FreeBSD.org) Received: (from tg@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f65BFCi59622; Thu, 5 Jul 2001 04:15:12 -0700 (PDT) (envelope-from tg) Date: Thu, 5 Jul 2001 04:15:12 -0700 (PDT) From: Message-Id: <200107051115.f65BFCi59622@freefall.freebsd.org> To: aa8vb@nc.rr.com, tg@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/28307: Updated port - opendx Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: Updated port - opendx State-Changed-From-To: open->closed State-Changed-By: tg State-Changed-When: Thu Jul 5 04:14:40 PDT 2001 State-Changed-Why: Committed, thanks. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=28307 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Jul 5 4:16:12 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8530D37B401; Thu, 5 Jul 2001 04:16:11 -0700 (PDT) (envelope-from tg@FreeBSD.org) Received: (from tg@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f65BGBn59772; Thu, 5 Jul 2001 04:16:11 -0700 (PDT) (envelope-from tg) Date: Thu, 5 Jul 2001 04:16:11 -0700 (PDT) From: Message-Id: <200107051116.f65BGBn59772@freefall.freebsd.org> To: aa8vb@nc.rr.com, tg@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/28309: Updated port - opendx-samples Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: Updated port - opendx-samples State-Changed-From-To: open->closed State-Changed-By: tg State-Changed-When: Thu Jul 5 04:15:31 PDT 2001 State-Changed-Why: Committed, thanks. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=28309 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Jul 5 4:52: 0 2001 Delivered-To: freebsd-ports@freebsd.org Received: from carbon.btinternet.com (carbon.btinternet.com [194.73.73.92]) by hub.freebsd.org (Postfix) with ESMTP id C49C437B405; Thu, 5 Jul 2001 04:51:58 -0700 (PDT) (envelope-from john.toon@btinternet.com) Received: from [213.122.40.155] (helo=Dionysus) by carbon.btinternet.com with smtp (Exim 3.22 #9) id 15I7fo-00069Y-00; Thu, 05 Jul 2001 12:51:57 +0100 Content-Type: text/plain; charset="us-ascii" From: John Toon To: tegge@freebsd.org Subject: FreeBSD Port: linuxthreads-2.2.3_1 Date: Thu, 5 Jul 2001 12:52:02 +0000 X-Mailer: KMail [version 1.2] Cc: ports@FreeBSD.org MIME-Version: 1.0 Message-Id: <01070512520200.40708@Dionysus> Content-Transfer-Encoding: 8bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Hi, I get this problem when attempting to install the port of linuxthreads-2.23_1: ===> Building for linuxthreads-2.2.3_1 "Makefile", line 9: Could not find /usr/src/gnu/lib/libgcc/Makefile Variable GCCDIR is recursive. *** Error code 2 Stop in /usr/ports/devel/linuxthreads. *** Error code 1 Stop in /usr/ports/devel/linuxthreads. *** Error code 1 ---- It's looking for a non-existant Makefile... Regards, John. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Jul 5 4:55:19 2001 Delivered-To: freebsd-ports@freebsd.org Received: from ringworld.nanolink.com (ringworld.nanolink.com [195.24.48.13]) by hub.freebsd.org (Postfix) with SMTP id 5874B37B401 for ; Thu, 5 Jul 2001 04:55:09 -0700 (PDT) (envelope-from roam@orbitel.bg) Received: (qmail 5065 invoked by uid 1000); 5 Jul 2001 11:59:30 -0000 Date: Thu, 5 Jul 2001 14:59:30 +0300 From: Peter Pentchev To: John Toon Cc: tegge@freebsd.org, ports@FreeBSD.org Subject: Re: FreeBSD Port: linuxthreads-2.2.3_1 Message-ID: <20010705145930.A577@ringworld.oblivion.bg> Mail-Followup-To: John Toon , tegge@freebsd.org, ports@FreeBSD.org References: <01070512520200.40708@Dionysus> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <01070512520200.40708@Dionysus>; from john.toon@btinternet.com on Thu, Jul 05, 2001 at 12:52:02PM +0000 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Thu, Jul 05, 2001 at 12:52:02PM +0000, John Toon wrote: > Hi, > > I get this problem when attempting to install the port of linuxthreads-2.23_1: > > ===> Building for linuxthreads-2.2.3_1 > "Makefile", line 9: Could not find /usr/src/gnu/lib/libgcc/Makefile > Variable GCCDIR is recursive. > *** Error code 2 > > Stop in /usr/ports/devel/linuxthreads. > *** Error code 1 > > Stop in /usr/ports/devel/linuxthreads. > *** Error code 1 > > ---- > > It's looking for a non-existant Makefile... Do you have a FreeBSD source tree installed under /usr/src? It seems that the linuxthreads port kinda requires one to build.. G'luck, Peter -- If wishes were fishes, the antecedent of this conditional would be true. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Jul 5 4:57: 8 2001 Delivered-To: freebsd-ports@freebsd.org Received: from carbon.btinternet.com (carbon.btinternet.com [194.73.73.92]) by hub.freebsd.org (Postfix) with ESMTP id B035B37B405; Thu, 5 Jul 2001 04:57:06 -0700 (PDT) (envelope-from john.toon@btinternet.com) Received: from [213.122.28.46] (helo=Dionysus) by carbon.btinternet.com with smtp (Exim 3.22 #9) id 15I7kl-0007TX-00; Thu, 05 Jul 2001 12:57:04 +0100 Content-Type: text/plain; charset="iso-8859-1" From: John Toon To: Peter Pentchev Subject: Re: FreeBSD Port: linuxthreads-2.2.3_1 Date: Thu, 5 Jul 2001 12:57:08 +0000 X-Mailer: KMail [version 1.2] Cc: tegge@freebsd.org, ports@FreeBSD.org References: <01070512520200.40708@Dionysus> <20010705145930.A577@ringworld.oblivion.bg> In-Reply-To: <20010705145930.A577@ringworld.oblivion.bg> MIME-Version: 1.0 Message-Id: <01070512570800.40767@Dionysus> Content-Transfer-Encoding: 8bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Thursday 05 July 2001 11:59 am, Peter Pentchev wrote: > Do you have a FreeBSD source tree installed under /usr/src? > It seems that the linuxthreads port kinda requires one to build.. > > G'luck, > Peter Yes, I have the FreeBSD source tree installed under /usr/src. John. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Jul 5 5: 2: 1 2001 Delivered-To: freebsd-ports@freebsd.org Received: from smtp-2.enteract.com (smtp-2.enteract.com [207.229.143.4]) by hub.freebsd.org (Postfix) with ESMTP id E177737B401 for ; Thu, 5 Jul 2001 05:01:59 -0700 (PDT) (envelope-from jtm63@enteract.com) Received: from jamestown.21stcentury.net (24-148-57-120.na.21stcentury.net [24.148.57.120]) by smtp-2.enteract.com (Postfix) with ESMTP id 709367E91 for ; Thu, 5 Jul 2001 07:01:59 -0500 (CDT) Received: (from jtm@localhost) by jamestown.21stcentury.net (8.11.3/8.11.3) id f65C1fg37997; Thu, 5 Jul 2001 07:01:41 -0500 (CDT) (envelope-from jtm63@enteract.com) Date: Thu, 5 Jul 2001 07:01:41 -0500 (CDT) Message-Id: <200107051201.f65C1fg37997@jamestown.21stcentury.net> X-Authentication-Warning: jamestown.21stcentury.net: jtm set sender to jtm63@enteract.com using -f From: James McNaughton To: ports@freebsd.org Subject: asclock.org leads to porn sites Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org I don't know if anyone else has reported this, but the www.asclock.org url -- which is linked to on the ports page at freebsd.org -- spawns multiple windows and sends you to random pornography sites which solicit membership. And it takes a fare amount of clicking to get rid of these annoying commercial announcements since killing the windows or hitting the "back" button spawns even more windows with more porography sites. I'm no prude, but I object to the practice of automated flooding of commercial messages in wy web browser. Also, just imagine if one had accessed www.asclock.org from work where the firewall logs and flags pornography sites as a violation of company policy. How would you explain to your boss how you came to access a website that advertised "Erotic Teenagers" and the 10 or so other hits that happened as you furiously tried to close all the windows? "Gee Mr. Smith, I hate to let you go but we can't allow a pedophile to download that filth here. I hope the therapy works out." I think the link ought to be removed from the FreeBSD website. Please forward this to whomever is responsible for making such decisions. James McNaughton To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Jul 5 5: 3: 5 2001 Delivered-To: freebsd-ports@freebsd.org Received: from ringworld.nanolink.com (ringworld.nanolink.com [195.24.48.13]) by hub.freebsd.org (Postfix) with SMTP id 946A237B40E for ; Thu, 5 Jul 2001 05:03:02 -0700 (PDT) (envelope-from roam@orbitel.bg) Received: (qmail 6027 invoked by uid 1000); 5 Jul 2001 12:07:31 -0000 Date: Thu, 5 Jul 2001 15:07:31 +0300 From: Peter Pentchev To: John Toon Cc: tegge@freebsd.org, ports@FreeBSD.org Subject: Re: FreeBSD Port: linuxthreads-2.2.3_1 Message-ID: <20010705150730.B577@ringworld.oblivion.bg> Mail-Followup-To: John Toon , tegge@freebsd.org, ports@FreeBSD.org References: <01070512520200.40708@Dionysus> <20010705145930.A577@ringworld.oblivion.bg> <01070512570800.40767@Dionysus> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <01070512570800.40767@Dionysus>; from john.toon@btinternet.com on Thu, Jul 05, 2001 at 12:57:08PM +0000 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Thu, Jul 05, 2001 at 12:57:08PM +0000, John Toon wrote: > On Thursday 05 July 2001 11:59 am, Peter Pentchev wrote: > > > Do you have a FreeBSD source tree installed under /usr/src? > > It seems that the linuxthreads port kinda requires one to build.. > > > > G'luck, > > Peter > > Yes, I have the FreeBSD source tree installed under /usr/src. ..and it does not have a gnu/lib/libgcc/Makefile? That's weird. That file has been there ever since the import of GCC 2.6.0 into FreeBSD.. G'luck, Peter -- This sentence no verb. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Jul 5 5:34:46 2001 Delivered-To: freebsd-ports@freebsd.org Received: from kendra.ne.mediaone.net (kendra.ne.mediaone.net [24.218.227.234]) by hub.freebsd.org (Postfix) with ESMTP id 31FA037B401 for ; Thu, 5 Jul 2001 05:34:44 -0700 (PDT) (envelope-from avatar+july2001@kew.com) Received: from xena (xena.hh.kew.com [192.168.203.148]) by kendra.ne.mediaone.net (Postfix) with SMTP id 2C92915500; Thu, 5 Jul 2001 08:34:43 -0400 (EDT) Message-ID: <000c01c1054e$e0eb27a0$94cba8c0@xena> From: "Drew Derbyshire" To: Cc: Subject: ports INDEX on ftp5.freebsd.org Date: Thu, 5 Jul 2001 08:34:47 -0400 Organization: Kendra Electronic Wonderworks (http://www.kew.com/kendra) MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4522.1200 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org This is more a infrastructure question than a ports question, but ... In looking at ftp://ftp5.freebsd.org/pub/FreeBSD/ports/ports/INDEX, the index has not been updated since 4/21. Who is the proper person to ping? -ahd- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Jul 5 5:50:11 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id CDD5E37B409 for ; Thu, 5 Jul 2001 05:50:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f65Co2t27947; Thu, 5 Jul 2001 05:50:02 -0700 (PDT) (envelope-from gnats) Received: from pinochet.cityline.ru (pinochet.cityline.ru [195.46.160.34]) by hub.freebsd.org (Postfix) with ESMTP id 2BAE837B401 for ; Thu, 5 Jul 2001 05:48:07 -0700 (PDT) (envelope-from root@3wgraphics.com) Received: from 3wgraphics.com (747c431d92f322b57b9179bf12496350@231.168.06.dn.dialup.cityline.ru [195.46.168.231]) by pinochet.cityline.ru (8.10.2/t/08-Oct-1998) with ESMTP id f65ChGV52624 for ; Thu, 5 Jul 2001 16:43:18 +0400 (MSD) Received: from root by 3wgraphics.com with local (Exim 3.30 #1) id 15I8TS-000A9p-00 for FreeBSD-gnats-submit@freebsd.org; Thu, 05 Jul 2001 16:43:14 +0400 Message-Id: Date: Thu, 05 Jul 2001 16:43:14 +0400 From: skv@protey.ru Reply-To: skv@protey.ru To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/28719: New port: p5-Class-Loader Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 28719 >Category: ports >Synopsis: New port: p5-Class-Loader >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu Jul 05 05:50:00 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Sergey Skvortsov >Release: FreeBSD 4.3-STABLE i386 >Organization: >Environment: >Description: New port: p5-Class-Loader - Load modules and create objects on demand >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: # # p5-Class-Loader # p5-Class-Loader/Makefile # p5-Class-Loader/distinfo # p5-Class-Loader/pkg-comment # p5-Class-Loader/pkg-descr # p5-Class-Loader/pkg-plist # echo c - p5-Class-Loader mkdir -p p5-Class-Loader > /dev/null 2>&1 echo x - p5-Class-Loader/Makefile sed 's/^X//' >p5-Class-Loader/Makefile << 'END-of-p5-Class-Loader/Makefile' X# New ports collection makefile for: Class::Loader X# Date created: 5 Jul 2001 X# Whom: Sergey Skvortsov X# X# $FreeBSD$ X# X XPORTNAME= Class-Loader XPORTVERSION= 2.00 XCATEGORIES= devel perl5 XMASTER_SITES= ${MASTER_SITE_PERL_CPAN} XMASTER_SITE_SUBDIR= Class XPKGNAMEPREFIX= p5- X XMAINTAINER= skv@protey.ru X XPERL_CONFIGURE= yes X XMAN3= Class::Loader.3 XMANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} X X.include END-of-p5-Class-Loader/Makefile echo x - p5-Class-Loader/distinfo sed 's/^X//' >p5-Class-Loader/distinfo << 'END-of-p5-Class-Loader/distinfo' XMD5 (Class-Loader-2.00.tar.gz) = 41c49975f02aa4cad3e38ac95dbebd3b END-of-p5-Class-Loader/distinfo echo x - p5-Class-Loader/pkg-comment sed 's/^X//' >p5-Class-Loader/pkg-comment << 'END-of-p5-Class-Loader/pkg-comment' XLoad modules and create objects on demand END-of-p5-Class-Loader/pkg-comment echo x - p5-Class-Loader/pkg-descr sed 's/^X//' >p5-Class-Loader/pkg-descr << 'END-of-p5-Class-Loader/pkg-descr' XCertain applications like to defer the decision to use a particular module Xtill runtime. This is possible in perl, and is a useful trick in Xsituations where the type of data is not known at compile time and the Xapplication doesn't wish to pre-compile modules to handle all types of Xdata it can work with. Loading modules at runtime can also provide Xflexible interfaces for perl modules. Modules can let the programmer Xdecide what modules will be used by it instead of hard-coding their names. END-of-p5-Class-Loader/pkg-descr echo x - p5-Class-Loader/pkg-plist sed 's/^X//' >p5-Class-Loader/pkg-plist << 'END-of-p5-Class-Loader/pkg-plist' Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Class/Loader/.packlist Xlib/perl5/site_perl/%%PERL_VER%%/Class/Loader.pm Xlib/perl5/site_perl/%%PERL_VER%%/Class/LoaderTest.pm X@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Class/Loader X@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Class 2>/dev/null || true X@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Class 2>/dev/null || true END-of-p5-Class-Loader/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 Thu Jul 5 6: 0:12 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id EF65137B401 for ; Thu, 5 Jul 2001 06:00:06 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f65D06T29049; Thu, 5 Jul 2001 06:00:06 -0700 (PDT) (envelope-from gnats) Received: from Cherokee.geek.lan (chris.gintera.net [64.81.97.41]) by hub.freebsd.org (Postfix) with ESMTP id E6BD837B401 for ; Thu, 5 Jul 2001 05:55:55 -0700 (PDT) (envelope-from sygnus@speakeasy.net) Received: from Cherokee.geek.lan (chris@localhost [127.0.0.1]) by Cherokee.geek.lan (8.11.3/8.11.2) with SMTP id f61GwJX79594 for ; Sun, 1 Jul 2001 10:58:21 -0600 (MDT) (envelope-from sygnus@speakeasy.net) Message-Id: <200107011658.f61GwJX79594@Cherokee.geek.lan> Date: Sun, 1 Jul 2001 10:58:18 -0600 From: Chris To: FreeBSD-gnats-submit@freebsd.org Subject: ports/28720: New port: netToe Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 28720 >Category: ports >Synopsis: New port: nettoe: A tic-tac-toe game playable over the network >Confidential: 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 05 06:00:06 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Christopher Preston >Release: FreeBSD 4.3-STABLE i386 >Organization: GayTeenResources >Environment: n/a >Description: netToe is a Tic Tac Toe-like game for the console written in C using UNIX sockets. It is playable by 2 players over the network, against computer AI, or against another player on the same machine. WWW: http://nettoe.sourceforge.net/ - Christopher Preston rbg@gayteenresource.org >How-To-Repeat: n/a >Fix: # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # nettoe # nettoe/pkg-plist # nettoe/Makefile # nettoe/distinfo # nettoe/pkg-comment # nettoe/pkg-descr # nettoe/files # echo c - nettoe mkdir -p nettoe > /dev/null 2>&1 echo x - nettoe/pkg-plist sed 's/^X//' >nettoe/pkg-plist << 'END-of-nettoe/pkg-plist' Xbin/nettoe X%%PORTDOCS%%share/doc/nettoe/AUTHORS X%%PORTDOCS%%share/doc/nettoe/BUGS X%%PORTDOCS%%share/doc/nettoe/COPYING X%%PORTDOCS%%share/doc/nettoe/ChangeLog X%%PORTDOCS%%share/doc/nettoe/INSTALL X%%PORTDOCS%%share/doc/nettoe/NEWS X%%PORTDOCS%%share/doc/nettoe/README X%%PORTDOCS%%share/doc/nettoe/TO-DO X%%PORTDOCS%%@dirrm share/doc/nettoe END-of-nettoe/pkg-plist echo x - nettoe/Makefile sed 's/^X//' >nettoe/Makefile << 'END-of-nettoe/Makefile' X# New ports collection makefile for: nettoe X# Date created: 01 July 2001 X# Whom: Christopher Preston X# X# $FreeBSD$ X# X XPORTNAME= nettoe XPORTVERSION= 1.0.6 XCATEGORIES= games XMASTER_SITES= ${MASTER_SITE_SOURCEFORGE} XMASTER_SITE_SUBDIR=nettoe XDISTFILES= ${PORTNAME}-${PORTVERSION}.tar.gz X XMAINTAINER= rbg@gayteenresource.org X XMAN6= nettoe.6 X XWRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} X XUSE_GMAKE= yes XGNU_CONFIGURE= yes XCONFIGURE_ARGS+=--prefix=/usr/local X Xpost-install: X.if !defined(NOPORTDOCS) X.for I in AUTHORS BUGS COPYING ChangeLog INSTALL NEWS README TO-DO X ${MKDIR} ${PREFIX}/share/doc/nettoe X ${INSTALL_DATA} ${WRKSRC}/$I ${PREFIX}/share/doc/nettoe X.endfor X.endif X X.include END-of-nettoe/Makefile echo x - nettoe/distinfo sed 's/^X//' >nettoe/distinfo << 'END-of-nettoe/distinfo' XMD5 (nettoe-1.0.6.tar.gz) = 37b005e05ab28a7092fd6a02d77a8765 END-of-nettoe/distinfo echo x - nettoe/pkg-comment sed 's/^X//' >nettoe/pkg-comment << 'END-of-nettoe/pkg-comment' XA tic-tac-toe game playable over the network END-of-nettoe/pkg-comment echo x - nettoe/pkg-descr sed 's/^X//' >nettoe/pkg-descr << 'END-of-nettoe/pkg-descr' XnetToe is a Tic Tac Toe-like game for the console written in C using UNIX sockets. XIt is playable by 2 players over the network, against computer AI, or against another player on the same machine. X XWWW: http://nettoe.sourceforge.net/ X X- Christopher Preston Xrbg@gayteenresource.org END-of-nettoe/pkg-descr echo c - nettoe/files mkdir -p nettoe/files > /dev/null 2>&1 exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Jul 5 6:22:11 2001 Delivered-To: freebsd-ports@freebsd.org Received: from gadolinium.btinternet.com (gadolinium.btinternet.com [194.73.73.111]) by hub.freebsd.org (Postfix) with ESMTP id 5528E37B401; Thu, 5 Jul 2001 06:22:09 -0700 (PDT) (envelope-from john.toon@btinternet.com) Received: from [213.122.28.46] (helo=Dionysus) by gadolinium.btinternet.com with smtp (Exim 3.22 #9) id 15I954-0001B6-00; Thu, 05 Jul 2001 14:22:06 +0100 Content-Type: text/plain; charset="iso-8859-1" From: John Toon To: Peter Pentchev Subject: Re: FreeBSD Port: linuxthreads-2.2.3_1 Date: Thu, 5 Jul 2001 14:22:11 +0000 X-Mailer: KMail [version 1.2] Cc: tegge@freebsd.org, ports@FreeBSD.org References: <01070512520200.40708@Dionysus> <01070512570800.40767@Dionysus> <20010705150730.B577@ringworld.oblivion.bg> In-Reply-To: <20010705150730.B577@ringworld.oblivion.bg> MIME-Version: 1.0 Message-Id: <01070514221101.40767@Dionysus> Content-Transfer-Encoding: 8bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Thursday 05 July 2001 12:07 pm, Peter Pentchev wrote: > ..and it does not have a gnu/lib/libgcc/Makefile? That's weird. > That file has been there ever since the import of GCC 2.6.0 > into FreeBSD.. > > G'luck, > Peter Are you sure? I thought all of the source was contained under /usr/src/sys? There is no /usr/src/gnu directory - there is, however, a /usr/src/sys/gnu directory, but that in turn does not then contain a lib dir. John. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Jul 5 6:27: 8 2001 Delivered-To: freebsd-ports@freebsd.org Received: from hex.databits.net (hex.databits.net [207.29.192.16]) by hub.freebsd.org (Postfix) with SMTP id C6B7C37B408 for ; Thu, 5 Jul 2001 06:27:06 -0700 (PDT) (envelope-from petef@hex.databits.net) Received: (qmail 67417 invoked by uid 1001); 5 Jul 2001 13:27:06 -0000 Date: Thu, 5 Jul 2001 09:27:05 -0400 From: Pete Fritchman To: John Toon Cc: ports@FreeBSD.org Subject: Re: FreeBSD Port: linuxthreads-2.2.3_1 Message-ID: <20010705092705.A61476@databits.net> References: <01070512520200.40708@Dionysus> <01070512570800.40767@Dionysus> <20010705150730.B577@ringworld.oblivion.bg> <01070514221101.40767@Dionysus> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <01070514221101.40767@Dionysus>; from john.toon@btinternet.com on Thu, Jul 05, 2001 at 02:22:11PM +0000 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org ++ 05/07/01 14:22 +0000 - John Toon: | Are you sure? I thought all of the source was contained under /usr/src/sys? | There is no /usr/src/gnu directory - there is, however, a /usr/src/sys/gnu | directory, but that in turn does not then contain a lib dir. It sounds like you just have the kernel sources, /usr/src/sys. You need to have sources for everything. You can either install them from your cdrom or use CVSup (make sure you keep your kernel & userland in sync though if you decide to compile a new kernel after CVSup) -- see the handbook for details. -pete -- Pete Fritchman Databits Network Services, Inc. finger petef@databits.net for PGP key To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Jul 5 6:32:10 2001 Delivered-To: freebsd-ports@freebsd.org Received: from ringworld.nanolink.com (sentinel.office1.bg [195.24.48.182]) by hub.freebsd.org (Postfix) with SMTP id D1C1437B403 for ; Thu, 5 Jul 2001 06:32:05 -0700 (PDT) (envelope-from roam@orbitel.bg) Received: (qmail 1063 invoked by uid 1000); 5 Jul 2001 13:36:30 -0000 Date: Thu, 5 Jul 2001 16:36:30 +0300 From: Peter Pentchev To: John Toon Cc: tegge@freebsd.org, ports@FreeBSD.org Subject: Re: FreeBSD Port: linuxthreads-2.2.3_1 Message-ID: <20010705163630.A870@ringworld.oblivion.bg> Mail-Followup-To: John Toon , tegge@freebsd.org, ports@FreeBSD.org References: <01070512520200.40708@Dionysus> <01070512570800.40767@Dionysus> <20010705150730.B577@ringworld.oblivion.bg> <01070514221101.40767@Dionysus> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <01070514221101.40767@Dionysus>; from john.toon@btinternet.com on Thu, Jul 05, 2001 at 02:22:11PM +0000 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Thu, Jul 05, 2001 at 02:22:11PM +0000, John Toon wrote: > On Thursday 05 July 2001 12:07 pm, Peter Pentchev wrote: > > > ..and it does not have a gnu/lib/libgcc/Makefile? That's weird. > > That file has been there ever since the import of GCC 2.6.0 > > into FreeBSD.. > > > > G'luck, > > Peter > > Are you sure? I thought all of the source was contained under /usr/src/sys? > There is no /usr/src/gnu directory - there is, however, a /usr/src/sys/gnu > directory, but that in turn does not then contain a lib dir. /usr/src/sys contains the *kernel* source. The userland source lives in various subdirectories of /usr/src - like bin/ for /bin sources, sbin/ for /sbin, usr.bin/ for /usr/bin, lib/ for /usr/lib, contrib/ for programs maintained outside of the tree.. Are you sure you have the *whole* of the source tree, and not just the kernel sources? What method did you use to obtain your source tree? G'luck, Peter -- What would this sentence be like if it weren't self-referential? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Jul 5 7:10:10 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B9A5137B403 for ; Thu, 5 Jul 2001 07:10:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f65EA2F42356; Thu, 5 Jul 2001 07:10:02 -0700 (PDT) (envelope-from gnats) Received: from cauchy.math.missouri.edu (cauchy.math.missouri.edu [128.206.49.166]) by hub.freebsd.org (Postfix) with ESMTP id 0B33337B407 for ; Thu, 5 Jul 2001 07:06:35 -0700 (PDT) (envelope-from stephen@cauchy.math.missouri.edu) Received: (from stephen@localhost) by cauchy.math.missouri.edu (8.11.4/8.11.4) id f65E6YI71249; Thu, 5 Jul 2001 09:06:34 -0500 (CDT) (envelope-from stephen) Message-Id: <200107051406.f65E6YI71249@cauchy.math.missouri.edu> Date: Thu, 5 Jul 2001 09:06:34 -0500 (CDT) From: Stephen Montgomery-Smith Reply-To: Stephen Montgomery-Smith To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/28721: Mozilla 0.9.2_1 does not process font face=symbol correctly Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 28721 >Category: ports >Synopsis: Mozilla 0.9.2_1 does not process font face=symbol correctly >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 05 07:10:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Stephen Montgomery-Smith >Release: FreeBSD 4.3-STABLE i386 >Organization: University of Missouri >Environment: System: FreeBSD cauchy 4.3-STABLE FreeBSD 4.3-STABLE #0: Tue Jun 26 20:41:11 CDT 2001 stephen@cauchy:/usr/obj/usr/src/sys/cauchy i386 Mozilla-0.9.2_1 >Description: mozilla dies with segmentation fault at the web page http://www.math.missouri.edu/~stephen/preprints/ and freezes with the web page http://www.math.missouri.edu/~stephen/junk/ mozilla-0.9.1 did display the pages, but failed to display the symbol fonts properly. These are not strange web pages - the only unusual thing about them is that they contain . I asked on a mozilla newsgroup, and apparently the linux version displays these pages properly. >How-To-Repeat: Load http://www.math.missouri.edu/~stephen/preprints/ under mozilla-0.9.2_1. >Fix: No idea. I tried looking at the code, but I'm not sure where the symbol face gets processed. >Release-Note: >Audit-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 5 8:28:23 2001 Delivered-To: freebsd-ports@freebsd.org Received: from ariel.phys.wesleyan.edu (ariel.phys.wesleyan.edu [129.133.71.143]) by hub.freebsd.org (Postfix) with ESMTP id 8785637B406 for ; Thu, 5 Jul 2001 08:28:21 -0700 (PDT) (envelope-from vlad@ariel.phys.wesleyan.edu) Received: by ariel.phys.wesleyan.edu (Postfix, from userid 1001) id 85A561EA303; Thu, 5 Jul 2001 10:58:36 -0400 (EDT) Received: from localhost (localhost [127.0.0.1]) by ariel.phys.wesleyan.edu (Postfix) with ESMTP id 831B81E6507 for ; Thu, 5 Jul 2001 10:58:36 -0400 (EDT) Date: Thu, 5 Jul 2001 10:58:36 -0400 (EDT) From: Vladimir Savichev To: Subject: Re:ports/28721: Mozilla 0.9.2_1 does not process font font face=symbol correctly Message-ID: <20010705105200.V8606-100000@ariel.phys.wesleyan.edu> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org both links segfault for me, weird. well, i get a crash every 5-10 min with last mozilla, great. --Vlad >Mozilla-0.9.2_1 > >>Description: > >mozilla dies with segmentation fault at the web page >http://www.math.missouri.edu/~stephen/preprints/ >and freezes with the web page >http://www.math.missouri.edu/~stephen/junk/ >mozilla-0.9.1 did display the pages, but failed to display the symbol >fonts properly. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Jul 5 9:20:22 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4EC5037B407 for ; Thu, 5 Jul 2001 09:20:08 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f65GK8j62840; Thu, 5 Jul 2001 09:20:08 -0700 (PDT) (envelope-from gnats) Received: from hex.databits.net (hex.databits.net [207.29.192.16]) by hub.freebsd.org (Postfix) with ESMTP id 80AF937B401 for ; Thu, 5 Jul 2001 09:16:54 -0700 (PDT) (envelope-from petef@hex.databits.net) Received: (from petef@localhost) by hex.databits.net (8.11.3/8.11.3) id f65GGrZ74364; Thu, 5 Jul 2001 12:16:53 -0400 (EDT) (envelope-from petef) Message-Id: <200107051616.f65GGrZ74364@hex.databits.net> Date: Thu, 5 Jul 2001 12:16:53 -0400 (EDT) From: Pete Fritchman Reply-To: To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/28725: New port: devel/p5-Curses-Widgets Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 28725 >Category: ports >Synopsis: New port: devel/p5-Curses-Widgets >Confidential: 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 05 09:20:04 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Pete Fritchman >Release: FreeBSD 4.3-STABLE i386 >Organization: Databits Network Services, Inc. >Environment: System: FreeBSD hex.databits.net 4.3-STABLE FreeBSD 4.3-STABLE #0: Sun May 27 09:26:02 EDT 2001 root@hex.databits.net:/usr/obj/usr/src/sys/HEX i386 >Description: This module provides a standard library of functions and widgets for use in creating Curses-based interfaces. Should work reliably with both Curses and nCurses libraries. WWW: http://search.cpan.org/search?dist=curses_widgets >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: # # p5-Curses-Widgets/ # p5-Curses-Widgets/Makefile # p5-Curses-Widgets/distinfo # p5-Curses-Widgets/pkg-comment # p5-Curses-Widgets/pkg-descr # p5-Curses-Widgets/pkg-plist # echo c - p5-Curses-Widgets/ mkdir -p p5-Curses-Widgets/ > /dev/null 2>&1 echo x - p5-Curses-Widgets/Makefile sed 's/^X//' >p5-Curses-Widgets/Makefile << 'END-of-p5-Curses-Widgets/Makefile' X# New ports collection makefile for: p5-Curses-Widgets X# Date created: 5 July 2001 X# Whom: petef@databits.net X# X# $FreeBSD$ X# X XPORTNAME= Curses-Widgets XPORTVERSION= 1.2 XCATEGORIES= devel XMASTER_SITES= ${MASTER_SITE_PERL_CPAN} XMASTER_SITE_SUBDIR= Curses XPKGNAMEPREFIX= p5- XDISTNAME= curses_widgets_${PORTVERSION:S/./_/} X XMAINTAINER= petef@databits.net X XBUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Curses.pm:${PORTSDIR}/devel/p5-Curses XRUN_DEPENDS= ${BUILD_DEPENDS} X XWRKSRC= ${WRKDIR}/curses_widgets-${PORTVERSION} X XPERL_CONFIGURE= yes X XMANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} XMAN3= Curses::Widgets.3 X X.include END-of-p5-Curses-Widgets/Makefile echo x - p5-Curses-Widgets/distinfo sed 's/^X//' >p5-Curses-Widgets/distinfo << 'END-of-p5-Curses-Widgets/distinfo' XMD5 (curses_widgets_1_2.tar.gz) = b6556b29e8eab7343515afbad43ff10d END-of-p5-Curses-Widgets/distinfo echo x - p5-Curses-Widgets/pkg-comment sed 's/^X//' >p5-Curses-Widgets/pkg-comment << 'END-of-p5-Curses-Widgets/pkg-comment' XCurses-based widgets and functions END-of-p5-Curses-Widgets/pkg-comment echo x - p5-Curses-Widgets/pkg-descr sed 's/^X//' >p5-Curses-Widgets/pkg-descr << 'END-of-p5-Curses-Widgets/pkg-descr' XThis module provides a standard library of functions and Xwidgets for use in creating Curses-based interfaces. XShould work reliably with both Curses and nCurses Xlibraries. X XWWW: http://search.cpan.org/search?dist=curses_widgets X X- Pete Xpetef@databits.net END-of-p5-Curses-Widgets/pkg-descr echo x - p5-Curses-Widgets/pkg-plist sed 's/^X//' >p5-Curses-Widgets/pkg-plist << 'END-of-p5-Curses-Widgets/pkg-plist' Xlib/perl5/site_perl/%%PERL_VER%%/Curses/Widgets.pm Xlib/perl5/site_perl/%%PERL_VER%%/Curses/Widgets.pod Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Curses/Widgets/.packlist X@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Curses/Widgets X@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Curses 2>/dev/null || true END-of-p5-Curses-Widgets/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 Thu Jul 5 9:36: 7 2001 Delivered-To: freebsd-ports@freebsd.org Received: from mta10.onebox.com (mta10.onebox.com [64.68.76.184]) by hub.freebsd.org (Postfix) with ESMTP id D498737B406 for ; Thu, 5 Jul 2001 09:36:04 -0700 (PDT) (envelope-from brandon_forest@zdnetonebox.com) Received: from onebox.com ([10.1.111.9]) by mta10.onebox.com (InterMail vM.4.01.03.21 201-229-121-121-20010307) with SMTP id <20010705163604.YVWP14335.mta10.onebox.com@onebox.com> for ; Thu, 5 Jul 2001 09:36:04 -0700 Received: from [192.6.15.25] by onebox.com with HTTP; Thu, 05 Jul 2001 09:36:04 -0700 Date: Thu, 05 Jul 2001 09:36:04 -0700 Subject: Is Star Office Ported to FreeBSD? From: "Brandon Forest" To: ports@FreeBSD.ORG Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit MIME-Version: 1.0 Message-Id: <20010705163604.YVWP14335.mta10.onebox.com@onebox.com> Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org I am in the process of building a development environment based on the 4.4BSD kernal. I have several questions that I haven't seen in any FAQ. 1) Does Star Office 5.2 run under either FreeBSD or OpenBSD? 2) What version of Java 2 runs under either FreeBSD or OpenBSD? 3) What is the functional difference between FreeBSD and OpenBSD? Any help in steering me to the right FAQ's for these questions would be appreciated. ------------------------------------------------------- "Never say it can't be done. You may be interrupting someone who is doing it." ~ Anonymous Brandon_Forest@ZDNetonebox.com ___________________________________________________________________ To get your own FREE ZDNet Onebox - FREE voicemail, email, and fax, all in one place - sign up today at http://www.zdnetonebox.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 5 9:40: 6 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id EED2637B403 for ; Thu, 5 Jul 2001 09:40:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f65Ge3q67018; Thu, 5 Jul 2001 09:40:03 -0700 (PDT) (envelope-from gnats) Date: Thu, 5 Jul 2001 09:40:03 -0700 (PDT) Message-Id: <200107051640.f65Ge3q67018@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Barry Pederson Subject: Re: ports/27700: editors/nano 1.0.2 cut/paste patch needed Reply-To: Barry Pederson Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR ports/27700; it has been noted by GNATS. From: Barry Pederson To: freebsd-gnats-submit@FreeBSD.org Cc: Subject: Re: ports/27700: editors/nano 1.0.2 cut/paste patch needed Date: Thu, 05 Jul 2001 11:36:58 -0500 Mark Pulford wrote: > A Nano 1.0.3 release containing the bugfix is planned soon: > http://www.geocrawler.com/lists/3/SourceForge/3917/0/5912148/ "Soon" turned out to be like 3 weeks, but it does seem to be fixed now. The current port doesn't seem to have the problem, so this PR should probably be closed. Barry To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Jul 5 9:43: 6 2001 Delivered-To: freebsd-ports@freebsd.org Received: from Cherokee.geek.lan (chris.gintera.net [64.81.97.41]) by hub.freebsd.org (Postfix) with ESMTP id 2253037B403 for ; Thu, 5 Jul 2001 09:42:57 -0700 (PDT) (envelope-from chris@chris.gayteenresources.net) Received: from Cherokee.geek.lan (chris@localhost [127.0.0.1]) by Cherokee.geek.lan (8.11.3/8.11.2) with SMTP id f65Gibf21398 for ; Thu, 5 Jul 2001 10:44:39 -0600 (MDT) (envelope-from chris@chris.gayteenresources.net) Date: Thu, 5 Jul 2001 10:44:37 -0600 From: GTR Chris To: freebsd-ports@freebsd.org Subject: Can't get galeon port to compile Message-Id: <20010705104437.06be03d7.chris@chris.gayteenresources.net> Organization: GayTeenResources X-Mailer: Sylpheed version 0.4.99 (GTK+ 1.2.10; i386--freebsd4.3) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org I installed mozilla 0.9.2 yesterday via ports, and I'm trying to install galeon 0.11.1 via ports; but, it's complaining, and not working. root@Cherokee ttyv5 /usr/ports/www/galeon # make install checking for xpcom... yes checking for gdk_superwin_get_type in -lgtksuperwin... yes checking for gtk_moz_embed_get_type in -lgtkembedmoz... yes checking for Mozilla... yes checking Mozilla version... 0.9.0 configure: error: *** Mozilla 0.9.1 is required *** A package for 0.9.1 is available here: *** http://ftp.mozilla.org/pub/mozilla/releases/mozilla0.9.1/. ===> Script "configure" failed: here are the contents of "config.log" What am I missing to get it to compile (I hope this is enough info)? -- Chris Founder, GayTeenResources http://www.gayteenresource.org/community/ "He who would have security over liberty deserves neither" 10:40AM up 16 days, 11:07, 3 users, load averages: 0.44, 0.24, 0.13 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Jul 5 10:20: 9 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id CC5D637B405 for ; Thu, 5 Jul 2001 10:20:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f65HK1p80899; Thu, 5 Jul 2001 10:20:01 -0700 (PDT) (envelope-from gnats) Received: from yertle.kciLink.com (yertle.kcilink.com [216.194.193.105]) by hub.freebsd.org (Postfix) with ESMTP id 3959F37B408 for ; Thu, 5 Jul 2001 10:10:16 -0700 (PDT) (envelope-from khera@kciLink.com) Received: from onceler.kciLink.com (onceler.kciLink.com [216.194.193.106]) by yertle.kciLink.com (Postfix) with ESMTP id E12FF2E45F for ; Thu, 5 Jul 2001 13:10:14 -0400 (EDT) Received: (from khera@localhost) by onceler.kciLink.com (8.11.4/8.11.3) id f65HAEi47726; Thu, 5 Jul 2001 13:10:14 -0400 (EDT) (envelope-from khera) Message-Id: <200107051710.f65HAEi47726@onceler.kciLink.com> Date: Thu, 5 Jul 2001 13:10:14 -0400 (EDT) From: Reply-To: khera@kciLink.com To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/28726: tcl 8.3.3_3 has error in tclConfig.sh Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 28726 >Category: ports >Synopsis: tclConfig.sh has error in LD_SEARCH_FILES value >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 05 10:20:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Vivek Khera >Release: FreeBSD 4.3-STABLE i386 >Organization: >Environment: System: FreeBSD onceler.kciLink.com 4.3-STABLE FreeBSD 4.3-STABLE #6: Mon Jun 11 12:39:31 EDT 2001 khera@yertle.kciLink.com:/u/yertle2/usr.obj/amd/onceler/u/onceler1/usr/src/sys/ONCELER i386 >Description: I was attempting to build expect without X11 support. expect needs to know how to find the tcl shared lib, so it uses the TCL_LD_SEARCH_FLAGS value from tclConfig.sh. However, this value is set for cc options, not ld options. This results in a failure during the build of expect, since -Wl,-rpath,/usr/local/lib is not a known option. Curiously, the tkConfig.sh file defines the corresponding variable correctly, which is why expect builds properly with Tk enabled. >How-To-Repeat: build expect without Tk enabled. >Fix: patch after install. I don't know why Tk gets it right and Tcl doesn't. --- /usr/local/lib/tcl8.3/#tclConfig.sh~ Thu Jul 5 13:05:35 2001 +++ /usr/local/lib/tcl8.3/tclConfig.sh Thu Jul 5 13:05:35 2001 @@ -96,7 +96,7 @@ # run-time dynamic linker where to look for shared libraries such as # libtcl.so. Used when linking applications. Only works if there # is a variable "LIB_RUNTIME_DIR" defined in the Makefile. -TCL_LD_SEARCH_FLAGS='-Wl,-rpath,${LIB_RUNTIME_DIR}' +TCL_LD_SEARCH_FLAGS='-rpath ${LIB_RUNTIME_DIR}' # Additional object files linked with Tcl to provide compatibility # with standard facilities from ANSI C or POSIX. >Release-Note: >Audit-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 5 10:30:12 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5EE4437B403 for ; Thu, 5 Jul 2001 10:30:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f65HU2g81839; Thu, 5 Jul 2001 10:30:02 -0700 (PDT) (envelope-from gnats) Received: from yertle.kciLink.com (yertle.kcilink.com [216.194.193.105]) by hub.freebsd.org (Postfix) with ESMTP id A2F2737B403 for ; Thu, 5 Jul 2001 10:29:36 -0700 (PDT) (envelope-from khera@kciLink.com) Received: from onceler.kciLink.com (onceler.kciLink.com [216.194.193.106]) by yertle.kciLink.com (Postfix) with ESMTP id 4ACA22E45F; Thu, 5 Jul 2001 13:29:35 -0400 (EDT) Received: (from khera@localhost) by onceler.kciLink.com (8.11.4/8.11.3) id f65HTZR78528; Thu, 5 Jul 2001 13:29:35 -0400 (EDT) (envelope-from khera) Message-Id: <200107051729.f65HTZR78528@onceler.kciLink.com> Date: Thu, 5 Jul 2001 13:29:35 -0400 (EDT) From: Reply-To: khera@kciLink.com To: FreeBSD-gnats-submit@freebsd.org Cc: john@coastalgeology.org X-Send-Pr-Version: 3.113 Subject: ports/28727: patch to make expect honor WITHOUT_X11 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 28727 >Category: ports >Synopsis: patch to make expect build WITHOUT_X11 >Confidential: 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 05 10:30:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Vivek Khera >Release: FreeBSD 4.3-STABLE i386 >Organization: >Environment: System: FreeBSD onceler.kciLink.com 4.3-STABLE FreeBSD 4.3-STABLE #6: Mon Jun 11 12:39:31 EDT 2001 khera@yertle.kciLink.com:/u/yertle2/usr.obj/amd/onceler/u/onceler1/usr/src/sys/ONCELER i386 >Description: The patch below allows ports/lang/expect to build without X11 support, if desired. This also requires a patch to tclConfig.sh to properly set the LD_SEARCH_FILES variable: http://www.freebsd.org/cgi/query-pr.cgi?pr=28726 >How-To-Repeat: >Fix: diff -u expect/Makefile expect.nox/Makefile --- expect/Makefile Tue Mar 13 16:23:55 2001 +++ expect.nox/Makefile Thu Jul 5 13:18:30 2001 @@ -12,20 +12,36 @@ MAINTAINER= john@coastalgeology.org +.if !defined(WITHOUT_X11) LIB_DEPENDS?= tk83.1:${PORTSDIR}/x11-toolkits/tk83 +.else +LIB_DEPENDS?= tcl83.1:${PORTSDIR}/lang/tcl83 +.endif WRKSRC= ${WRKDIR}/expect-5.32 INSTALLS_SHLIB= yes GNU_CONFIGURE= yes + +.if defined(WITHOUT_X11) +TK_CONFIG_ARGS = +PLIST_SUB += XFILES="@comment " +.else +TK_CONFIG_ARGS = --with-tkconfig=${PREFIX}/lib/tk8.3 \ + --with-tkinclude=${PREFIX}/include/tk8.3 +PLIST_SUB += XFILES="" +.endif + CONFIGURE_ARGS?= --enable-shared \ --with-tclconfig=${PREFIX}/lib/tcl8.3 \ --with-tclinclude=${PREFIX}/include/tcl8.3 \ - --with-tkconfig=${PREFIX}/lib/tk8.3 \ - --with-tkinclude=${PREFIX}/include/tk8.3 + ${TK_CONFIG_ARGS} .if !defined(NO_MAN_INSTALL) MAN1= autoexpect.1 cryptdir.1 decryptdir.1 dislocate.1 \ - expect.1 expectk.1 kibitz.1 mkpasswd.1 passmass.1 \ + expect.1 kibitz.1 mkpasswd.1 passmass.1 \ tknewsbiff.1 unbuffer.1 xkibitz.1 +.if !defined(WITHOUT_X11) +MAN1 += expectk.1 +.endif MAN3= libexpect.3 .endif Common subdirectories: expect/files and expect.nox/files diff -u expect/pkg-plist expect.nox/pkg-plist --- expect/pkg-plist Sat Aug 12 07:33:18 2000 +++ expect.nox/pkg-plist Thu Jul 5 12:55:46 2001 @@ -4,7 +4,7 @@ bin/decryptdir bin/dislocate bin/expect -bin/expectk +%%XFILES%%bin/expectk bin/ftp-rfc bin/kibitz bin/lpunlock >Release-Note: >Audit-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 5 10:44:40 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9F94537B408; Thu, 5 Jul 2001 10:44:37 -0700 (PDT) (envelope-from tobez@FreeBSD.org) Received: (from tobez@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f65Hibk83471; Thu, 5 Jul 2001 10:44:37 -0700 (PDT) (envelope-from tobez) Date: Thu, 5 Jul 2001 10:44:37 -0700 (PDT) From: Message-Id: <200107051744.f65Hibk83471@freefall.freebsd.org> To: serg@tmn.ru, tobez@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/28443: new port: net/p5-IC-Radius Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: new port: net/p5-IC-Radius State-Changed-From-To: open->closed State-Changed-By: tobez State-Changed-When: Thu Jul 5 10:43:52 PDT 2001 State-Changed-Why: Closed at originator's request. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=28443 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Jul 5 11: 4:41 2001 Delivered-To: freebsd-ports@freebsd.org Received: from femail12.sdc1.sfba.home.com (femail12.sdc1.sfba.home.com [24.0.95.108]) by hub.freebsd.org (Postfix) with ESMTP id A3F8F37B406 for ; Thu, 5 Jul 2001 11:04:38 -0700 (PDT) (envelope-from stephen@math.missouri.edu) Received: from math.missouri.edu ([24.12.197.197]) by femail12.sdc1.sfba.home.com (InterMail vM.4.01.03.20 201-229-121-120-20010223) with ESMTP id <20010705180437.IMIU29724.femail12.sdc1.sfba.home.com@math.missouri.edu> for ; Thu, 5 Jul 2001 11:04:37 -0700 Message-ID: <3B44AC33.BFAE122E@math.missouri.edu> Date: Thu, 05 Jul 2001 13:04:36 -0500 From: Stephen Montgomery-Smith X-Mailer: Mozilla 4.77 [en] (X11; U; Linux 2.2.12 i386) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-ports@freebsd.org Subject: Lost PR - was ports/28721: Mozilla 0.9.2_1 does not process font face=symbol correctly References: <200107051406.f65E6YI71249@cauchy.math.missouri.edu> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org I cannot find this PR: http://www.freebsd.org/cgi/query-pr.cgi?pr=28721 gives an error message. I only sent it in this morning. Did it get lost? Stephen Montgomery-Smith wrote: > > >Number: 28721 > >Category: ports > >Synopsis: Mozilla 0.9.2_1 does not process font face=symbol correctly > >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 05 07:10:01 PDT 2001 > >Closed-Date: > >Last-Modified: > >Originator: Stephen Montgomery-Smith > >Release: FreeBSD 4.3-STABLE i386 > >Organization: > University of Missouri > >Environment: > System: FreeBSD cauchy 4.3-STABLE FreeBSD 4.3-STABLE #0: Tue Jun 26 20:41:11 CDT 2001 stephen@cauchy:/usr/obj/usr/src/sys/cauchy i386 > > Mozilla-0.9.2_1 > > >Description: > > mozilla dies with segmentation fault at the web page > http://www.math.missouri.edu/~stephen/preprints/ > and freezes with the web page > http://www.math.missouri.edu/~stephen/junk/ > mozilla-0.9.1 did display the pages, but failed to display the symbol fonts properly. > > These are not strange web pages - the only unusual thing about them is that they > contain . > > I asked on a mozilla newsgroup, and apparently the linux version displays these > pages properly. > > >How-To-Repeat: > Load http://www.math.missouri.edu/~stephen/preprints/ under mozilla-0.9.2_1. > >Fix: > > No idea. I tried looking at the code, but I'm not sure where the symbol face > gets processed. > > >Release-Note: > >Audit-Trail: > >Unformatted: > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-ports" in the body of the message -- Stephen Montgomery-Smith stephen@math.missouri.edu http://www.math.missouri.edu/~stephen To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Jul 5 11:10: 6 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E082C37B403 for ; Thu, 5 Jul 2001 11:10:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f65IA2g91108; Thu, 5 Jul 2001 11:10:02 -0700 (PDT) (envelope-from gnats) Date: Thu, 5 Jul 2001 11:10:02 -0700 (PDT) Message-Id: <200107051810.f65IA2g91108@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Stephen Montgomery-Smith Subject: Re: ports/28706: libgda does not build because of problem with oaf Reply-To: Stephen Montgomery-Smith Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR ports/28706; it has been noted by GNATS. From: Stephen Montgomery-Smith To: freebsd-gnats-submit@FreeBSD.org, stephen@math.missouri.edu Cc: Subject: Re: ports/28706: libgda does not build because of problem with oaf Date: Thu, 05 Jul 2001 13:08:42 -0500 Well somehow this problem got fixed in the middle of the night. Don't know how - maybe it was a knock on effect from a change I saw in gnomeutils. -- Stephen Montgomery-Smith stephen@math.missouri.edu http://www.math.missouri.edu/~stephen To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Jul 5 12: 0:17 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 51B0437B401 for ; Thu, 5 Jul 2001 12:00:13 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f65J0DX95913; Thu, 5 Jul 2001 12:00:13 -0700 (PDT) (envelope-from gnats) Received: from cauchy.math.missouri.edu (cauchy.math.missouri.edu [128.206.49.166]) by hub.freebsd.org (Postfix) with ESMTP id ECE4537B403; Thu, 5 Jul 2001 11:56:28 -0700 (PDT) (envelope-from stephen@cauchy.math.missouri.edu) Received: (from stephen@localhost) by cauchy.math.missouri.edu (8.11.4/8.11.4) id f65IuS645040; Thu, 5 Jul 2001 13:56:28 -0500 (CDT) (envelope-from stephen) Message-Id: <200107051856.f65IuS645040@cauchy.math.missouri.edu> Date: Thu, 5 Jul 2001 13:56:28 -0500 (CDT) From: Stephen Montgomery-Smith Reply-To: Stephen Montgomery-Smith To: FreeBSD-gnats-submit@freebsd.org Cc: will@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/28728: qt-2.3.1 port will not build with XFree86 version 3.3.6 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 28728 >Category: ports >Synopsis: qt-2.3.1 port will not build with XFree86 version 3.3.6 >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 05 12:00:12 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Stephen Montgomery-Smith >Release: FreeBSD 4.3-STABLE i386 >Organization: University of Missouri >Environment: System: FreeBSD cauchy 4.3-STABLE FreeBSD 4.3-STABLE #0: Tue Jun 26 20:41:11 CDT 2001 stephen@cauchy:/usr/obj/usr/src/sys/cauchy i386 Using XFree86-3.3.6_7 >Description: If I try to make the qt-2.3.1 port under XFree86-3.3.6 then the make fails with lines like: c++ -pthread -D_THREAD_SAFE -DQT_THREAD_SUPPORT -c -I/usr/X11R6/include -I/usr/ports-current/x11-toolkits/qt23/work/qt-2.3.1/include -pthread -D_THREAD_SAFE -I/usr/X11R6/include -DQT_PREFIX=\"/usr/X11R6\" -pipe -O -fno-exceptions -O -pipe -march=pentiumpro -DCOMPAT_LINUX_THREADS -DVM_STACK -I/usr/include -D_PTH_H_ -D_PTH_PTHREAD_H_ -frerun-cse-after-loop -fPIC -DQT_BUILTIN_GIF_READER=1 -DQT_XFT -fno-exceptions -I/usr/local/include -o kernel/qpsprinter.o kernel/qpsprinter.cpp In file included from kernel/qpsprinter.cpp:96: kernel/qt_x11.h:76: X11/Xft/Xft.h: No such file or directory The problem is that Xft.h is not part of XFree86-3.3.6. >How-To-Repeat: Completely erase any XFree86-4 you may have. Install XFree86-3.3.6. cd /usr/ports/x11-toolkits/qt23 make >Fix: An easy fix is: --- qt23-old/Makefile Wed Jul 4 18:11:22 2001 +++ qt23/Makefile Thu Jul 5 13:33:12 2001 @@ -25,7 +25,7 @@ USE_NEWGCC= yes HAS_CONFIGURE= yes CONFIGURE_ARGS= -system-zlib -system-libpng -system-jpeg -sm -gif \ - -system-libmng -thread -no-opengl -xft \ + -system-libmng -thread -no-opengl \ -no-g++-exceptions -I${LOCALBASE}/include -L${LOCALBASE}/lib .if defined(QT_DEBUG) but probably you want something more sophisticated so that the -xft option is there only if ${XFREE86_VERSION} is 4. >Release-Note: >Audit-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 5 12:10:47 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 89AD937B406; Thu, 5 Jul 2001 12:10:45 -0700 (PDT) (envelope-from will@FreeBSD.org) Received: (from will@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f65JAj799551; Thu, 5 Jul 2001 12:10:45 -0700 (PDT) (envelope-from will) Date: Thu, 5 Jul 2001 12:10:45 -0700 (PDT) From: Message-Id: <200107051910.f65JAj799551@freefall.freebsd.org> To: stephen@math.missouri.edu, will@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/28728: qt-2.3.1 port will not build with XFree86 version 3.3.6 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: qt-2.3.1 port will not build with XFree86 version 3.3.6 State-Changed-From-To: open->closed State-Changed-By: will State-Changed-When: Thu Jul 5 12:10:05 PDT 2001 State-Changed-Why: I've known about this problem for awhile, and committed a similar patch just now. Thanks for your report. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=28728 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Jul 5 13:10: 7 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id CED8937B406 for ; Thu, 5 Jul 2001 13:10:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f65KA1d07896; Thu, 5 Jul 2001 13:10:01 -0700 (PDT) (envelope-from gnats) Received: from ftp.translate.ru (ftp.translate.ru [195.131.4.140]) by hub.freebsd.org (Postfix) with ESMTP id 0029737B401 for ; Thu, 5 Jul 2001 13:08:56 -0700 (PDT) (envelope-from lev@ftp.translate.ru) Received: (from lev@localhost) by ftp.translate.ru (8.11.2/8.11.2) id f65K7Zi17751; Fri, 6 Jul 2001 00:07:35 +0400 (MSD) (envelope-from lev) Message-Id: <200107052007.f65K7Zi17751@ftp.translate.ru> Date: Fri, 6 Jul 2001 00:07:35 +0400 (MSD) From: lev@serebryakov.spb.ru Reply-To: lev@serebryakov.spb.ru To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/28734: Invalid dependency in lang/gnustep-guile and x11-toolkits/gnustep-gui ports Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 28734 >Category: ports >Synopsis: Invalid dependency in lang/gnustep-guile and x11-toolkits/gnustep-gui ports >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu Jul 05 13:10:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Lev A. Serbryakov >Release: FreeBSD 4.2-STABLE i386 >Organization: >Environment: ports was cvsupped about hour ago (5 of Jul, 23:00, GMT+4) >Description: lang/gnustep-gule and x11-toolkits/gnustep-gui have invalid dependency: BUILD_DEPENDS= ${SYSLIBDIR}/${GNU_ARCH}/${OPSYS:L}/gnu-gnu-gnu/libgnustep-base.so:${PORTSDIR}/devel/gnustep-base There is no port devel/gnustep-base in system. But lang/gnustep-base presents. >How-To-Repeat: Try to compile these ports. >Fix: Change path in Makefile's. I don't give a patch -- it is trivial. >Release-Note: >Audit-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 5 13:30:11 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7C1CE37B405 for ; Thu, 5 Jul 2001 13:30:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f65KU2609690; Thu, 5 Jul 2001 13:30:02 -0700 (PDT) (envelope-from gnats) Received: from hex.databits.net (hex.databits.net [207.29.192.16]) by hub.freebsd.org (Postfix) with ESMTP id A248537B405 for ; Thu, 5 Jul 2001 13:26:43 -0700 (PDT) (envelope-from petef@hex.databits.net) Received: (from petef@localhost) by hex.databits.net (8.11.3/8.11.3) id f65KQgT42500; Thu, 5 Jul 2001 16:26:42 -0400 (EDT) (envelope-from petef) Message-Id: <200107052026.f65KQgT42500@hex.databits.net> Date: Thu, 5 Jul 2001 16:26:42 -0400 (EDT) From: Pete Fritchman Reply-To: To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/28735: Update irc/scrollz to 1.8l Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 28735 >Category: ports >Synopsis: Update irc/scrollz to 1.8l >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Thu Jul 05 13:30:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Pete Fritchman >Release: FreeBSD 4.3-STABLE i386 >Organization: Databits Network Services, Inc. >Environment: System: FreeBSD hex.databits.net 4.3-STABLE FreeBSD 4.3-STABLE #0: Sun May 27 09:26:02 EDT 2001 root@hex.databits.net:/usr/obj/usr/src/sys/HEX i386 >Description: - update to version 1.8l - we now have the source for scrollz (before only binaries were available), so adjust things for this (master sites, ipv6, scrollz irclib directory) - take over as maintainer from ports@ - better pkg-{comment,descr} >How-To-Repeat: >Fix: Index: Makefile =================================================================== RCS file: /home/ncvs/ports/irc/scrollz/Makefile,v retrieving revision 1.10 diff -u -r1.10 Makefile --- Makefile 2001/02/19 13:21:18 1.10 +++ Makefile 2001/07/05 20:25:45 @@ -6,22 +6,22 @@ # PORTNAME= scrollz -PORTVERSION= 1.8k -CATEGORIES= irc -MASTER_SITES= http://www.scrollz.com/Bins/${PORTVERSION}/ -DISTNAME= ${PORTNAME}-${PORTVERSION}-freebsd-4.2 -EXTRACT_SUFX= .gz +PORTVERSION= 1.8l +CATEGORIES= irc ipv6 +MASTER_SITES= ftp://ftp.scrollz.com/pub/ScrollZ/source/ \ + ftp://ftp.stealth.net/pub/mirrors/ftp.scrollz.com/pub/ScrollZ/source +DISTNAME= ScrollZ-${PORTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= petef@databits.net -EXTRACT_CMD= gunzip -EXTRACT_BEFORE_ARGS= -c -EXTRACT_AFTER_ARGS= > ${WRKSRC}/scrollz -NO_WRKSUBDIR= yes -NO_BUILD= yes -ONLY_FOR_ARCHS= i386 +GNU_CONFIGURE= yes +CONFIGURE_ARGS+= --enable-ipv6 -do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/scrollz ${PREFIX}/bin/scrollz +MAKE_ENV+= IRCLIB="${PREFIX}/share/scrollz" + +PLIST_SUB+= SCROLLZ_VER="${PORTVERSION}" + +post-patch: + @${PERL} -pi -e 's!^IRCLIB =!IRCLIB ?=!' ${WRKSRC}/Makefile.in .include Index: distinfo =================================================================== RCS file: /home/ncvs/ports/irc/scrollz/distinfo,v retrieving revision 1.4 diff -u -r1.4 distinfo --- distinfo 2001/02/19 13:21:18 1.4 +++ distinfo 2001/07/05 20:25:45 @@ -1 +1 @@ -MD5 (scrollz-1.8k-freebsd-4.2.gz) = 4fea9eb25cb8b9e98b96eaff87cfc752 +MD5 (ScrollZ-1.8l.tar.gz) = 82b231ad980d21ff7bb9c7a72cb30c04 Index: pkg-comment =================================================================== RCS file: /home/ncvs/ports/irc/scrollz/pkg-comment,v retrieving revision 1.1.1.1 diff -u -r1.1.1.1 pkg-comment --- pkg-comment 1999/08/14 03:34:42 1.1.1.1 +++ pkg-comment 2001/07/05 20:25:45 @@ -1 +1 @@ -Fast, color-enabled IRC client +Enhanced ircII client that supports scripts, colors, and more Index: pkg-descr =================================================================== RCS file: /home/ncvs/ports/irc/scrollz/pkg-descr,v retrieving revision 1.1.1.1 diff -u -r1.1.1.1 pkg-descr --- pkg-descr 1999/08/14 03:34:42 1.1.1.1 +++ pkg-descr 2001/07/05 20:25:45 @@ -1,13 +1,14 @@ -ScrollZ is a color-enabled IRC client written by -Flier . Its main difference from other -clients is that it implements many useful features that you -would normally find in a script, thus making it faster than -such scripts paired up with ircII. +ScrollZ is an IRC client based on ircII with many enhancements +(colors, userlists, enhanced scripting, and more). Its main +difference from other clients is that it implements many useful +features that you would normally find in a script, thus making it +faster than such scripts paired up with ircII. -It also has many unique features, such as three-line status -bars, CDCC (which has reget/resend ability), and its environment -is highly customizable. +It also has many unique features, such as three-line status bars, +CDCC (which has reget/resend ability), and its environment is highly +customizable. WWW: http://www.scrollz.com/ -- Will +- Pete +petef@databits.net Index: pkg-plist =================================================================== RCS file: /home/ncvs/ports/irc/scrollz/pkg-plist,v retrieving revision 1.1.1.1 diff -u -r1.1.1.1 pkg-plist --- pkg-plist 1999/08/14 03:34:42 1.1.1.1 +++ pkg-plist 2001/07/05 20:25:45 @@ -1 +1,11 @@ bin/scrollz +bin/scrollz-%%SCROLLZ_VER%% +share/scrollz/doc/ScrollZ.doc +share/scrollz/help/ScrollZ.help +@exec mkdir %D/share/scrollz/script +@exec mkdir %D/share/scrollz/translation +@unexec rmdir %D/share/scrollz/translation 2>/dev/null || true +@unexec rmdir %D/share/scrollz/script 2>/dev/null || true +@dirrm share/scrollz/help +@dirrm share/scrollz/doc +@unexec rmdir %D/share/scrollz 2>/dev/null || true >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Jul 5 16:10:15 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 41CC137B40B for ; Thu, 5 Jul 2001 16:10:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f65NA2x54625; Thu, 5 Jul 2001 16:10:02 -0700 (PDT) (envelope-from gnats) Received: from electron.databits.net (electron.databits.net [207.29.204.16]) by hub.freebsd.org (Postfix) with ESMTP id 3D46B37B401 for ; Thu, 5 Jul 2001 16:01:00 -0700 (PDT) (envelope-from petef@electron.databits.net) Received: (from petef@localhost) by electron.databits.net (8.11.4/8.11.4) id f65N0Au51093; Thu, 5 Jul 2001 19:00:10 -0400 (EDT) (envelope-from petef) Message-Id: <200107052300.f65N0Au51093@electron.databits.net> Date: Thu, 5 Jul 2001 19:00:10 -0400 (EDT) From: Pete Fritchman Reply-To: Pete Fritchman To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/28741: Update games/xscorch to 0.1.12 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 28741 >Category: ports >Synopsis: Update games/xscorch to 0.1.12 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Thu Jul 05 16:10:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Pete Fritchman >Release: FreeBSD 4.3-STABLE i386 >Organization: Databits Network Services, Inc. >Environment: System: FreeBSD electron.databits.net 4.3-STABLE FreeBSD 4.3-STABLE #7: Mon Jun 11 10:15:45 EDT 2001 root@electron.databits.net:/usr/obj/usr/src/sys/ELECTRON i386 >Description: - update to version 0.1.12 - add MASTER_SITE - update plist (doesn't install to share/gnome/xscorch anymore, even with gnome enabled) >How-To-Repeat: >Fix: Index: Makefile =================================================================== RCS file: /home/ncvs/ports/games/xscorch/Makefile,v retrieving revision 1.6 diff -u -r1.6 Makefile --- Makefile 2000/10/05 07:22:36 1.6 +++ Makefile 2001/07/05 22:31:52 @@ -6,9 +6,10 @@ # PORTNAME= xscorch -PORTVERSION= 0.1.9 +PORTVERSION= 0.1.12 CATEGORIES= games -MASTER_SITES= http://chaos2.org/xscorch/ +MASTER_SITES= http://chaos2.org/xscorch/ \ + http://mirror.dok.org/xscorch/ MAINTAINER= will@FreeBSD.org Index: distinfo =================================================================== RCS file: /home/ncvs/ports/games/xscorch/distinfo,v retrieving revision 1.4 diff -u -r1.4 distinfo --- distinfo 2000/08/15 03:42:34 1.4 +++ distinfo 2001/07/05 22:29:33 @@ -1 +1 @@ -MD5 (xscorch-0.1.9.tar.gz) = ac5fddc945c2ddf036301ce768c56ac1 +MD5 (xscorch-0.1.12.tar.gz) = 1c30a43443aefa551e5b5d87b03f58e3 Index: pkg-plist =================================================================== RCS file: /home/ncvs/ports/games/xscorch/pkg-plist,v retrieving revision 1.4 diff -u -r1.4 pkg-plist --- pkg-plist 2000/10/05 07:22:36 1.4 +++ pkg-plist 2001/07/05 22:43:26 @@ -1,11 +1,13 @@ bin/xscorch -%%DATADIR%%/xscorch/sounds/stamp -%%DATADIR%%/xscorch/images/xscorch-icon.xpm -%%DATADIR%%/xscorch/images/xscorch-logo.xpm -%%DATADIR%%/xscorch/copying.txt -%%DATADIR%%/xscorch/xscorch.txt -%%DATADIR%%/xscorch/tankprofiles -%%DATADIR%%/xscorch/tankprofiles~ -@dirrm %%DATADIR%%/xscorch/sounds -@dirrm %%DATADIR%%/xscorch/images -@dirrm %%DATADIR%%/xscorch +bin/xscorch-server +share/xscorch/accessories.def +share/xscorch/copying.txt +share/xscorch/images/xscorch-icon.xpm +share/xscorch/images/xscorch-logo.xpm +share/xscorch/profiles.def +share/xscorch/sounds/README +share/xscorch/weapons.def +share/xscorch/xscorch.txt +@dirrm share/xscorch/sounds +@dirrm share/xscorch/images +@dirrm share/xscorch >Release-Note: >Audit-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 5 16:12:44 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1701737B403; Thu, 5 Jul 2001 16:12:43 -0700 (PDT) (envelope-from kuriyama@FreeBSD.org) Received: (from kuriyama@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f65NCgm54865; Thu, 5 Jul 2001 16:12:42 -0700 (PDT) (envelope-from kuriyama) Date: Thu, 5 Jul 2001 16:12:42 -0700 (PDT) From: Message-Id: <200107052312.f65NCgm54865@freefall.freebsd.org> To: petef@databits.net, kuriyama@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/28710: Update www/p5-HTML-Template to 2.3 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: Update www/p5-HTML-Template to 2.3 State-Changed-From-To: open->closed State-Changed-By: kuriyama State-Changed-When: Thu Jul 5 16:12:26 PDT 2001 State-Changed-Why: Committed, thanks! http://www.FreeBSD.org/cgi/query-pr.cgi?pr=28710 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Jul 5 16:20:10 2001 Delivered-To: freebsd-ports@freebsd.org Received: from white.imgsrc.co.jp (ns.imgsrc.co.jp [210.226.20.2]) by hub.freebsd.org (Postfix) with ESMTP id 3798F37B405 for ; Thu, 5 Jul 2001 16:20:08 -0700 (PDT) (envelope-from kuriyama@imgsrc.co.jp) Received: from waterblue.imgsrc.co.jp (kuriyama@waterblue.imgsrc.co.jp [210.226.20.160]) by white.imgsrc.co.jp (8.11.2/8.11.0) with ESMTP id f65NK4J38417; Fri, 6 Jul 2001 08:20:04 +0900 (JST) Date: Fri, 06 Jul 2001 08:20:03 +0900 Message-ID: <7mbsmzyndo.wl@waterblue.imgsrc.co.jp> From: Jun Kuriyama To: James McNaughton Cc: ports@FreeBSD.ORG Subject: Re: asclock.org leads to porn sites In-Reply-To: <200107051201.f65C1fg37997@jamestown.21stcentury.net> References: <200107051201.f65C1fg37997@jamestown.21stcentury.net> User-Agent: Wanderlust/2.6.0 (Twist And Shout) SEMI/1.14.3 (Ushinoya) FLIM/1.14.3 (=?ISO-8859-1?Q?Unebigory=F2mae?=) APEL/10.3 MULE XEmacs/21.1 (patch 14) (Cuyahoga Valley) (i386--freebsd) MIME-Version: 1.0 (generated by SEMI 1.14.3 - "Ushinoya") Content-Type: text/plain; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org At Thu, 5 Jul 2001 12:02:09 +0000 (UTC), James McNaughton wrote: > I think the link ought to be removed from the FreeBSD website. Please > forward this to whomever is responsible for making such decisions. Removed from ports tree. Thanks! -- Jun Kuriyama // IMG SRC, Inc. // FreeBSD Project To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Jul 5 16:40:35 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4CA4137B491 for ; Thu, 5 Jul 2001 16:40:04 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f65Ne4i57444; Thu, 5 Jul 2001 16:40:04 -0700 (PDT) (envelope-from gnats) Received: from wlgrv1.pa.home.com (cc92687-a.wlgrv1.pa.home.com [24.5.63.190]) by hub.freebsd.org (Postfix) with ESMTP id B24E537B401 for ; Thu, 5 Jul 2001 16:33:51 -0700 (PDT) (envelope-from pat@wlgrv1.pa.home.com) Received: (from root@localhost) by wlgrv1.pa.home.com (8.11.4/8.11.4) id f65NXps41605; Thu, 5 Jul 2001 19:33:51 -0400 (EDT) (envelope-from pat) Message-Id: <200107052333.f65NXps41605@wlgrv1.pa.home.com> Date: Thu, 5 Jul 2001 19:33:51 -0400 (EDT) From: pat@databits.net Reply-To: pat@databits.net To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/28744: New port net/sambasentinel Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 28744 >Category: ports >Synopsis: New port net/sambasentinel >Confidential: 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 05 16:40:04 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Patrick Li >Release: FreeBSD 4.3-STABLE i386 >Organization: N/A >Environment: System: FreeBSD bottlenek 4.3-STABLE FreeBSD 4.3-STABLE #0: Wed Jul 4 05:55:31 EDT 2001 pat@bottlenek:/usr/src/sys/compile/BOTTLENEK i386 >Description: SambaSentinel is basically a gtk-frontend to smbstatus but it extends it with number of useful features such as killing processes and mounting/browsing a visiting computer. >How-To-Repeat: N/A >Fix: # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # sambasentinel # sambasentinel/Makefile # sambasentinel/distinfo # sambasentinel/pkg-plist # sambasentinel/pkg-comment # sambasentinel/files # sambasentinel/files/patch-Makefile # sambasentinel/pkg-descr # echo c - sambasentinel mkdir -p sambasentinel > /dev/null 2>&1 echo x - sambasentinel/Makefile sed 's/^X//' >sambasentinel/Makefile << 'END-of-sambasentinel/Makefile' X# New ports collection makefile for: sambasentinel X# Date created: Thu Jul 5 16:41:21 EDT 2001 X# Whom: Patrick Li X# X# $FreeBSD$ X# X XPORTNAME= sambasentinel XPORTVERSION= 0.1 XCATEGORIES= net XMASTER_SITES= http://boombox.campus.luth.se/files/ XDISTNAME= SambaSentinel-${PORTVERSION} X XMAINTAINER= pat@databits.net X XRUN_DEPENDS= jags:${PORTSDIR}/net/jags X XWRKSRC= ${WRKDIR}/SambaSentinel XUSE_GMAKE= yes XUSE_XPM= yes XUSE_GTK= yes XALL_TARGET= SambaSentinel X Xdo-install: X @${INSTALL_PROGRAM} ${WRKSRC}/SambaSentinel ${PREFIX}/bin X X.include END-of-sambasentinel/Makefile echo x - sambasentinel/distinfo sed 's/^X//' >sambasentinel/distinfo << 'END-of-sambasentinel/distinfo' XMD5 (SambaSentinel-0.1.tar.gz) = f9213946e051ec0491e21ae1d13de9cf END-of-sambasentinel/distinfo echo x - sambasentinel/pkg-plist sed 's/^X//' >sambasentinel/pkg-plist << 'END-of-sambasentinel/pkg-plist' Xbin/SambaSentinel END-of-sambasentinel/pkg-plist echo x - sambasentinel/pkg-comment sed 's/^X//' >sambasentinel/pkg-comment << 'END-of-sambasentinel/pkg-comment' XSambaSentinel is a gtk-frontend to smbstatus with additional features END-of-sambasentinel/pkg-comment echo c - sambasentinel/files mkdir -p sambasentinel/files > /dev/null 2>&1 echo x - sambasentinel/files/patch-Makefile sed 's/^X//' >sambasentinel/files/patch-Makefile << 'END-of-sambasentinel/files/patch-Makefile' X--- Makefile.orig Thu Jul 5 16:46:20 2001 X+++ Makefile Thu Jul 5 16:49:08 2001 X@@ -1,16 +1,17 @@ X-INCDIR = `gtk-config --cflags` X-LIBS = `gtk-config --libs gthread` X+CC = gcc X+INCDIR = `${GTK_CONFIG} --cflags` X+LIBS = `${GTK_CONFIG} --libs gthread` X TARGET = SambaSentinel X FILES = SambaSentinel.c gtk_common.cpp X OBJECTS = SambaSentinel.o gtk_common.o X SambaSentinel: $(OBJECTS) X- gcc $(INCDIR) $(LIBS) -o $(TARGET) $(OBJECTS) X+ $(CC) $(INCDIR) $(LIBS) -o $(TARGET) $(OBJECTS) X X SambaSentinel.o:SambaSentinel.c X- gcc $(INCDIR) -c -o SambaSentinel.o SambaSentinel.c X+ $(CC) $(INCDIR) -c -o SambaSentinel.o SambaSentinel.c X X gtk_common.o: gtk_common.c X- gcc $(INCDIR) -c -o gtk_common.o gtk_common.c X+ $(CC) $(INCDIR) -c -o gtk_common.o gtk_common.c X X clean: X rm -f *.o SambaSentinel *~ core END-of-sambasentinel/files/patch-Makefile echo x - sambasentinel/pkg-descr sed 's/^X//' >sambasentinel/pkg-descr << 'END-of-sambasentinel/pkg-descr' XSambaSentinel is basically a gtk-frontend to smbstatus but Xit extends it with number of useful features such as killing Xprocesses and mounting/browsing a visiting computer. X XWWW: http://boombox.campus.luth.se/sambasentinel.php XAuthor: Robert Kling X X- Patrick Li END-of-sambasentinel/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 Thu Jul 5 16:40:36 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 204FD37B420 for ; Thu, 5 Jul 2001 16:40:04 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f65Ne4u57435; Thu, 5 Jul 2001 16:40:04 -0700 (PDT) (envelope-from gnats) Received: from wlgrv1.pa.home.com (cc92687-a.wlgrv1.pa.home.com [24.5.63.190]) by hub.freebsd.org (Postfix) with ESMTP id 0DC8C37B407 for ; Thu, 5 Jul 2001 16:33:47 -0700 (PDT) (envelope-from pat@wlgrv1.pa.home.com) Received: (from root@localhost) by wlgrv1.pa.home.com (8.11.4/8.11.4) id f65NXkT41512; Thu, 5 Jul 2001 19:33:46 -0400 (EDT) (envelope-from pat) Message-Id: <200107052333.f65NXkT41512@wlgrv1.pa.home.com> Date: Thu, 5 Jul 2001 19:33:46 -0400 (EDT) From: pat@databits.net Reply-To: pat@databits.net To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/28743: New port net/jags Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 28743 >Category: ports >Synopsis: New port net/jags >Confidential: 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 05 16:40:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Patrick Li >Release: FreeBSD 4.3-STABLE i386 >Organization: N/A >Environment: System: FreeBSD bottlenek 4.3-STABLE FreeBSD 4.3-STABLE #0: Wed Jul 4 05:55:31 EDT 2001 pat@bottlenek:/usr/src/sys/compile/BOTTLENEK i386 >Description: Jags is a Gtk+ based windows network neighbourhood browser. The program parses the output from smbclient ( part of the samba-package ) and use this to display a graphic view of the network. This program does the parsing with help from shell- scripts. This means that it's easy to change the functionality of the program and you can edit this without touching the source-code. >How-To-Repeat: N/A >Fix: # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # jags # jags/Makefile # jags/distinfo # jags/pkg-plist # jags/pkg-comment # jags/pkg-descr # echo c - jags mkdir -p jags > /dev/null 2>&1 echo x - jags/Makefile sed 's/^X//' >jags/Makefile << 'END-of-jags/Makefile' X# New ports collection makefile for: jags X# Date created: Thu Jul 5 17:13:11 EDT 2001 X# Whom: Patrick Li X# X# $FreeBSD$ X# X XPORTNAME= jags XPORTVERSION= 0.20 XCATEGORIES= net XMASTER_SITES= http://sumpan.campus.luth.se/software/jags/download/ X XMAINTAINER= pat@databits.net X XUSE_GMAKE= yes XUSE_XPM= yes XUSE_GTK= yes XUSE_GLIB= yes XGNU_CONFIGURE= yes X X.include END-of-jags/Makefile echo x - jags/distinfo sed 's/^X//' >jags/distinfo << 'END-of-jags/distinfo' XMD5 (jags-0.20.tar.gz) = b8b5730a0dd4ee576317fa5e3b15480a END-of-jags/distinfo echo x - jags/pkg-plist sed 's/^X//' >jags/pkg-plist << 'END-of-jags/pkg-plist' Xbin/fixsmbcop Xbin/jags Xshare/jags/jags.conf.sample Xshare/jags/pixmaps/Makefile.am Xshare/jags/pixmaps/about.xpm Xshare/jags/pixmaps/apply.xpm Xshare/jags/pixmaps/blank.xpm Xshare/jags/pixmaps/browse.xpm Xshare/jags/pixmaps/cancel.xpm Xshare/jags/pixmaps/computer.xpm Xshare/jags/pixmaps/exit.xpm Xshare/jags/pixmaps/i-bookmark.xpm Xshare/jags/pixmaps/mount.xpm Xshare/jags/pixmaps/network.xpm Xshare/jags/pixmaps/new_item.xpm Xshare/jags/pixmaps/ok.xpm Xshare/jags/pixmaps/search.xpm Xshare/jags/pixmaps/settings.xpm Xshare/jags/pixmaps/unmount.xpm Xshare/jags/plugins/freebsd-samba-2.0.7.plugin/fetch_master_browser.sh Xshare/jags/plugins/freebsd-samba-2.0.7.plugin/fetch_master_browser.sh.old Xshare/jags/plugins/freebsd-samba-2.0.7.plugin/fetch_master_browser.sh~ Xshare/jags/plugins/freebsd-samba-2.0.7.plugin/list_masterbrowsers.sh Xshare/jags/plugins/freebsd-samba-2.0.7.plugin/list_servercomments.sh Xshare/jags/plugins/freebsd-samba-2.0.7.plugin/list_servers.sh Xshare/jags/plugins/freebsd-samba-2.0.7.plugin/list_servers.sh~ Xshare/jags/plugins/freebsd-samba-2.0.7.plugin/list_shares.sh Xshare/jags/plugins/freebsd-samba-2.0.7.plugin/list_workgroups.sh Xshare/jags/plugins/freebsd-samba-2.0.7.plugin/ls_mnts.sh Xshare/jags/plugins/freebsd-samba-2.0.7.plugin/ls_mnts.sh~ Xshare/jags/plugins/freebsd-samba-2.0.7.plugin/mount_share.sh Xshare/jags/plugins/freebsd-samba-2.0.7.plugin/mount_share_with.sh Xshare/jags/plugins/freebsd-samba-2.0.7.plugin/mount_share_with.sh~ Xshare/jags/plugins/freebsd-samba-2.0.7.plugin/search.sh Xshare/jags/plugins/freebsd-samba-2.0.7.plugin/umount.sh Xshare/jags/plugins/freebsd-samba-2.0.7.plugin/umount.sh~ Xshare/jags/plugins/offline.plugin/fetch_master_browser.sh Xshare/jags/plugins/offline.plugin/list_masterbrowsers.sh Xshare/jags/plugins/offline.plugin/list_servers.sh Xshare/jags/plugins/offline.plugin/list_shares.sh Xshare/jags/plugins/offline.plugin/list_workgroups.sh Xshare/jags/plugins/offline.plugin/mount_share.sh Xshare/jags/plugins/offline.plugin/nmblookup_sample Xshare/jags/plugins/offline.plugin/sample_smb_output Xshare/jags/plugins/samba-2.0.7.plugin/] Xshare/jags/plugins/samba-2.0.7.plugin/fetch_master_browser.sh Xshare/jags/plugins/samba-2.0.7.plugin/fetch_master_browser.sh.old Xshare/jags/plugins/samba-2.0.7.plugin/fetch_master_browser.sh~ Xshare/jags/plugins/samba-2.0.7.plugin/list_masterbrowsers.sh Xshare/jags/plugins/samba-2.0.7.plugin/list_servercomments.sh Xshare/jags/plugins/samba-2.0.7.plugin/list_servers.sh Xshare/jags/plugins/samba-2.0.7.plugin/list_servers.sh~ Xshare/jags/plugins/samba-2.0.7.plugin/list_shares.sh Xshare/jags/plugins/samba-2.0.7.plugin/list_workgroups.sh Xshare/jags/plugins/samba-2.0.7.plugin/ls_mnts.sh Xshare/jags/plugins/samba-2.0.7.plugin/mount_share.sh Xshare/jags/plugins/samba-2.0.7.plugin/mount_share_with.sh Xshare/jags/plugins/samba-2.0.7.plugin/mount_share_with.sh~ Xshare/jags/plugins/samba-2.0.7.plugin/search.sh Xshare/jags/plugins/samba-2.0.7.plugin/umount.sh Xshare/jags/plugins/samba-2.0.7.plugin/umount.sh~ X@dirrm share/jags/plugins/samba-2.0.7.plugin X@dirrm share/jags/plugins/offline.plugin X@dirrm share/jags/plugins/freebsd-samba-2.0.7.plugin X@dirrm share/jags/plugins X@dirrm share/jags/pixmaps X@dirrm share/jags END-of-jags/pkg-plist echo x - jags/pkg-comment sed 's/^X//' >jags/pkg-comment << 'END-of-jags/pkg-comment' XJAGS - Just Another GTK+ Samba Client END-of-jags/pkg-comment echo x - jags/pkg-descr sed 's/^X//' >jags/pkg-descr << 'END-of-jags/pkg-descr' XJags is a Gtk+ based windows network neighbourhood browser. The Xprogram parses the output from smbclient ( part of the samba-package X) and use this to display a graphic view of the network. This Xprogram does the parsing with help from shell- scripts. This means Xthat it's easy to change the functionality of the program and you Xcan edit this without touching the source-code. X XWWW: http://sumpan.campus.luth.se/software/jags/ XAuthor: Daniel Sundberg X X- Patrick Li END-of-jags/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 Thu Jul 5 16:40:57 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 95A5737B50D for ; Thu, 5 Jul 2001 16:40:04 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f65Ne4T57453; Thu, 5 Jul 2001 16:40:04 -0700 (PDT) (envelope-from gnats) Received: from wlgrv1.pa.home.com (cc92687-a.wlgrv1.pa.home.com [24.5.63.190]) by hub.freebsd.org (Postfix) with ESMTP id CFF5137B401 for ; Thu, 5 Jul 2001 16:33:56 -0700 (PDT) (envelope-from pat@wlgrv1.pa.home.com) Received: (from root@localhost) by wlgrv1.pa.home.com (8.11.4/8.11.4) id f65NXuV41697; Thu, 5 Jul 2001 19:33:56 -0400 (EDT) (envelope-from pat) Message-Id: <200107052333.f65NXuV41697@wlgrv1.pa.home.com> Date: Thu, 5 Jul 2001 19:33:56 -0400 (EDT) From: pat@databits.net Reply-To: pat@databits.net To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/28745: New port x11/wmcliphist Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 28745 >Category: ports >Synopsis: New port x11/wmcliphist >Confidential: 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 05 16:40:04 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Patrick Li >Release: FreeBSD 4.3-STABLE i386 >Organization: N/A >Environment: System: FreeBSD bottlenek 4.3-STABLE FreeBSD 4.3-STABLE #0: Wed Jul 4 05:55:31 EDT 2001 pat@bottlenek:/usr/src/sys/compile/BOTTLENEK i386 >Description: wmcliphist is a clipboard history dockapp that keeps history of clipboard operations and allows you to put previously copied items back to the clipboard for pasting to other applications. >How-To-Repeat: N/A >Fix: # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # wmcliphist # wmcliphist/Makefile # wmcliphist/distinfo # wmcliphist/pkg-comment # wmcliphist/pkg-descr # wmcliphist/pkg-plist # wmcliphist/files # wmcliphist/files/patch-Makefile # echo c - wmcliphist mkdir -p wmcliphist > /dev/null 2>&1 echo x - wmcliphist/Makefile sed 's/^X//' >wmcliphist/Makefile << 'END-of-wmcliphist/Makefile' X# New ports collection makefile for: wmcliphist X# Date created: Thu Jul 5 14:43:55 EDT 2001 X# Whom: Patrick Li X# X# $FreeBSD$ X# X XPORTNAME= wmcliphist XPORTVERSION= 0.2 XCATEGORIES= x11 windowmaker XMASTER_SITES= http://linux.nawebu.cz/wmcliphist/ X XMAINTAINER= pat@databits.net X XUSE_X_PREFIX= yes XUSE_XPM= yes XUSE_GTK= yes X Xdo-install: X @${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin X.ifndef(NOPORTDOCS) X @${INSTALL} -d -o ${SHAREOWN} -g ${SHAREGRP} -m ${SHAREMODE} \ X ${PREFIX}/share/doc/${PORTNAME} X @${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/${PORTNAME} X.endif #NOPORTDOCS X X.include END-of-wmcliphist/Makefile echo x - wmcliphist/distinfo sed 's/^X//' >wmcliphist/distinfo << 'END-of-wmcliphist/distinfo' XMD5 (wmcliphist-0.2.tar.gz) = d8d7d6ec26e958c95651c7dd9c7b5d07 END-of-wmcliphist/distinfo echo x - wmcliphist/pkg-comment sed 's/^X//' >wmcliphist/pkg-comment << 'END-of-wmcliphist/pkg-comment' XClipboard history management dockapp for Window Maker END-of-wmcliphist/pkg-comment echo x - wmcliphist/pkg-descr sed 's/^X//' >wmcliphist/pkg-descr << 'END-of-wmcliphist/pkg-descr' Xwmcliphist is a clipboard history dockapp that Xkeeps history of clipboard operations and allows Xyou to put previously copied items back to the Xclipboard for pasting to other applications. X XWWW: http://linux.nawebu.cz/wmcliphist/ XAuthor: Michal Krause X X- Patrick Li END-of-wmcliphist/pkg-descr echo x - wmcliphist/pkg-plist sed 's/^X//' >wmcliphist/pkg-plist << 'END-of-wmcliphist/pkg-plist' Xbin/wmcliphist X%%PORTDOCS%%share/doc/wmcliphist/README X%%PORTDOCS%%@dirrm share/doc/wmcliphist END-of-wmcliphist/pkg-plist echo c - wmcliphist/files mkdir -p wmcliphist/files > /dev/null 2>&1 echo x - wmcliphist/files/patch-Makefile sed 's/^X//' >wmcliphist/files/patch-Makefile << 'END-of-wmcliphist/files/patch-Makefile' X--- Makefile.orig Tue Mar 20 18:27:15 2001 X+++ Makefile Thu Jul 5 15:58:20 2001 X@@ -1,13 +1,14 @@ X CC = gcc X-CFLAGS = -Wall -g -ansi `gtk-config --cflags` -I. -Ifoodock X-LFLAGS = `gtk-config --libs` X+CFLAGS += -Wall -g -ansi `${GTK_CONFIG} --cflags` $(INCDIR) X+LFLAGS = `${GTK_CONFIG} --libs` X+INCDIR = -I. -Ifoodock -I${X11BASE}/include X OBJECTS = wmcliphist.o X TARGET = wmcliphist X X all: $(TARGET) X X wmcliphist: $(OBJECTS) foodock/foodock.o X- $(CC) $(LFLAGS) -o $@ $(OBJECTS) foodock/foodock.o X+ $(CC) $(CFLAGS) $(LFLAGS) -o $@ $(OBJECTS) foodock.o X X wmcliphist.o: wmcliphist.c icon.xpm foodock/foodock.h X END-of-wmcliphist/files/patch-Makefile exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Jul 5 17:13: 6 2001 Delivered-To: freebsd-ports@freebsd.org Received: from lerami.lerctr.org (lerami.lerctr.org [207.158.72.11]) by hub.freebsd.org (Postfix) with ESMTP id 12E9537B406 for ; Thu, 5 Jul 2001 17:13:04 -0700 (PDT) (envelope-from ler@lerctr.org) Received: from lerami.lerctr.org (localhost [127.0.0.1]) by lerami.lerctr.org (8.12.0.Beta12/8.12.0.Beta12/20010318/$Revision: 1.22 $) with ESMTP id f660D2kc018127 for ; Thu, 5 Jul 2001 19:13:03 -0500 (CDT) Received: (from ler@localhost) by lerami.lerctr.org (8.12.0.Beta12/8.12.0.Beta12) id f660D2bU018126 for freebsd-ports@freebsd.org; Thu, 5 Jul 2001 19:13:02 -0500 (CDT) Date: Thu, 5 Jul 2001 19:13:02 -0500 From: Larry Rosenman To: freebsd-ports@freebsd.org Subject: ports/mail/evolution 0.10: DOESN"T BUILD Message-ID: <20010705191302.A18085@lerami.lerctr.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.3.19i Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org I've tried to build the evolution port, and it dies with syntax errors. The Evolution folks say you need a newer gal, but even the CVS gal breaks. Can this port at least be marked broken until it can build? LER -- Larry Rosenman http://www.lerctr.org/~ler Phone: +1 972-414-9812 E-Mail: ler@lerctr.org US Mail: 1905 Steamboat Springs Drive, Garland, TX 75044-6749 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Jul 5 18: 0:14 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A25C637B406 for ; Thu, 5 Jul 2001 18:00:09 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f66109o69002; Thu, 5 Jul 2001 18:00:09 -0700 (PDT) (envelope-from gnats) Received: from mail.tgd.net (rand.tgd.net [64.81.67.117]) by hub.freebsd.org (Postfix) with SMTP id 48D4237B401 for ; Thu, 5 Jul 2001 17:51:52 -0700 (PDT) (envelope-from sean@rand.tgd.net) Received: (qmail 66368 invoked from network); 6 Jul 2001 00:51:47 -0000 Received: from dsl081-067-239.sfo1.dsl.speakeasy.net (64.81.67.239) by rand.tgd.net with QMQP; 6 Jul 2001 00:51:47 -0000 Message-Id: <20010706005143.13809.qmail@wheel.tgd.net> Date: 6 Jul 2001 00:51:43 -0000 From: Sean Chittenden Reply-To: Sean Chittenden To: FreeBSD-gnats-submit@freebsd.org Cc: sean@chittenden.org X-Send-Pr-Version: 3.113 Subject: ports/28749: New port databases/p5-CDB_File Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 28749 >Category: ports >Synopsis: New port databases/p5-CDB_File >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu Jul 05 18:00:08 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Sean Chittenden >Release: FreeBSD 4.3-STABLE i386 >Organization: >Environment: System: FreeBSD wheel.tgd.net 4.3-STABLE FreeBSD 4.3-STABLE #0: Thu Jun 28 10:55:57 PDT 2001 root@wheel.tgd.net:/usr/src/sys/compile/WHEEL i386 >Description: CDB_File is a perl front end to the CDB database format. This database format provides extremely quick readaccess to constant data. The CDB file format is commonly used in djbdns and qmail. 0.86 is the most recent version of the port available, however, it isn't available on CPAN or its mirrors. At the same time, if you goto http://search.cpan.org, you can download it from there. The latest version of the module that is in CPAN is 0.83, however it fails to compile. To download 0.86, you can goto: http://www.cpan.org/authors/id/TIMPX/CDB_File-0.86.tar.gz CPAN module author has been contacted about this and a resolution is expected. >How-To-Repeat: N/A >Fix: # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # p5-CDB_File # p5-CDB_File/Makefile # p5-CDB_File/distinfo # p5-CDB_File/pkg-comment # p5-CDB_File/pkg-descr # p5-CDB_File/pkg-plist # echo c - p5-CDB_File mkdir -p p5-CDB_File > /dev/null 2>&1 echo x - p5-CDB_File/Makefile sed 's/^X//' >p5-CDB_File/Makefile << 'END-of-p5-CDB_File/Makefile' X# New ports collection makefile for: p5-CDB_File X# Date created: 5 July 2001 X# Whom: Sean Chittenden X# X# $FreeBSD$ X# X XPORTNAME= CDB_File XPORTVERSION= 0.86 XCATEGORIES= databases perl5 XMASTER_SITES= ${MASTER_SITE_PERL_CPAN} XMASTER_SITE_SUBDIR= CDB_File XPKGNAMEPREFIX= p5- X XMAINTAINER= sean@chittenden.org X XPERL_CONFIGURE= yes XMAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} XMAN3= CDB_File.3 X X.include END-of-p5-CDB_File/Makefile echo x - p5-CDB_File/distinfo sed 's/^X//' >p5-CDB_File/distinfo << 'END-of-p5-CDB_File/distinfo' XMD5 (CDB_File-0.86.tar.gz) = 590fe1742b2086113b5d845646b6654b END-of-p5-CDB_File/distinfo echo x - p5-CDB_File/pkg-comment sed 's/^X//' >p5-CDB_File/pkg-comment << 'END-of-p5-CDB_File/pkg-comment' XPerl module to use the CDB database format END-of-p5-CDB_File/pkg-comment echo x - p5-CDB_File/pkg-descr sed 's/^X//' >p5-CDB_File/pkg-descr << 'END-of-p5-CDB_File/pkg-descr' XCDB_File is a module which provides a Perl interface to Dan Berstein's Xcdb package: X X cdb is a fast, reliable, lightweight package for creating and X reading constant databases. X XWWW: http://cr.yp.to/cdb.html END-of-p5-CDB_File/pkg-descr echo x - p5-CDB_File/pkg-plist sed 's/^X//' >p5-CDB_File/pkg-plist << 'END-of-p5-CDB_File/pkg-plist' Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/CDB_File.pm Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/bun-x.pl Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/CDB_File/.packlist Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/CDB_File/CDB_File.bs Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/CDB_File/CDB_File.so X@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/CDB_File END-of-p5-CDB_File/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 Thu Jul 5 18:10:14 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7564137B405 for ; Thu, 5 Jul 2001 18:10:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f661A1m73123; Thu, 5 Jul 2001 18:10:01 -0700 (PDT) (envelope-from gnats) Received: from wlgrv1.pa.home.com (cc92687-a.wlgrv1.pa.home.com [24.5.63.190]) by hub.freebsd.org (Postfix) with ESMTP id 6287837B405 for ; Thu, 5 Jul 2001 18:08:58 -0700 (PDT) (envelope-from pat@wlgrv1.pa.home.com) Received: (from root@localhost) by wlgrv1.pa.home.com (8.11.4/8.11.4) id f6618vs58389; Thu, 5 Jul 2001 21:08:57 -0400 (EDT) (envelope-from pat) Message-Id: <200107060108.f6618vs58389@wlgrv1.pa.home.com> Date: Thu, 5 Jul 2001 21:08:57 -0400 (EDT) From: pat@databits.net Reply-To: pat@databits.net To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/28750: New port print/wmlpq Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 28750 >Category: ports >Synopsis: New port print/wmlpq >Confidential: 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 05 18:10:00 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Patrick Li >Release: FreeBSD 4.3-STABLE i386 >Organization: N/A >Environment: System: FreeBSD bottlenek 4.3-STABLE FreeBSD 4.3-STABLE #0: Wed Jul 4 05:55:31 EDT 2001 pat@bottlenek:/usr/src/sys/compile/BOTTLENEK i386 >Description: o New port print/wmlpq: a print queue monitoring dockapp for Window Maker >How-To-Repeat: N/A >Fix: # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # wmlpq # wmlpq/Makefile # wmlpq/distinfo # wmlpq/pkg-comment # wmlpq/pkg-descr # wmlpq/pkg-plist # wmlpq/files # wmlpq/files/patch-Makefile # wmlpq/files/patch-sample.wmlpqrc # wmlpq/pkg-message # echo c - wmlpq mkdir -p wmlpq > /dev/null 2>&1 echo x - wmlpq/Makefile sed 's/^X//' >wmlpq/Makefile << 'END-of-wmlpq/Makefile' X# New ports collection makefile for: wmlpq X# Date created: Thu Jul 5 14:43:55 EDT 2001 X# Whom: Patrick Li X# X# $FreeBSD$ X# X XPORTNAME= wmlpq XPORTVERSION= 0.2.1 XCATEGORIES= print windowmaker XMASTER_SITES= http://www.ur.uklinux.net/wmlpq/dl/ XDISTNAME= ${PORTNAME}_${PORTVERSION} X XMAINTAINER= pat@databits.net X XLIB_DEPENDS= dockapp.1:${PORTSDIR}/x11-wm/libdockapp X XWRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} XUSE_X_PREFIX= yes XUSE_XPM= yes X XMAN1= ${PORTNAME}.1x X Xdo-install: X @${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin X @${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1x ${PREFIX}/man/man1 X.ifndef(NOPORTDOCS) X @${MKDIR} ${PREFIX}/share/doc/${PORTNAME} X @${MKDIR} ${PREFIX}/share/examples/${PORTNAME} X @${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/${PORTNAME} X @${INSTALL_DATA} ${WRKSRC}/sample.wmlpqrc ${PREFIX}/share/examples/${PORTNAME} X @${INSTALL_DATA} ${WRKSRC}/wmlpqrc ${PREFIX}/share/examples/${PORTNAME} X.endif #NOPORTDOCS X @${SED} -e "s|/usr/X11R6|${PREFIX}|" ${PKGMESSAGE} X X.include END-of-wmlpq/Makefile echo x - wmlpq/distinfo sed 's/^X//' >wmlpq/distinfo << 'END-of-wmlpq/distinfo' XMD5 (wmlpq_0.2.1.tar.gz) = 9ac9b52ea1394ab39b1b3320ce726b75 END-of-wmlpq/distinfo echo x - wmlpq/pkg-comment sed 's/^X//' >wmlpq/pkg-comment << 'END-of-wmlpq/pkg-comment' XPrint queue monitoring dockapp for Window Maker END-of-wmlpq/pkg-comment echo x - wmlpq/pkg-descr sed 's/^X//' >wmlpq/pkg-descr << 'END-of-wmlpq/pkg-descr' Xwmlpq is a Windowmaker dockapp which monitors up to 5 printqueues, Xallowing you to see when your print job has finally been printed. XThis is useful when you work in a networked environment with several Xprinters available, which are not in the same room; or (in some Xcases) the same country, and is easier than typing lpq every 30 Xseconds. X XCurrently it requires that you are running a print server that can Xemulate either BSD lpd or SysV lpsched. Experimental support for Xcups and pdq is now included. It will display 8 LEDs for each of Xup to 5 different printqueues; jobs are shown as green LEDs if Xowned by you, red if owned by somebody else, and they move to the Xleft as they move up the queue. X XWWW: http://www.ur.uklinux.net/wmlpq/ XAuthor: Toby White X X- Patrick Li END-of-wmlpq/pkg-descr echo x - wmlpq/pkg-plist sed 's/^X//' >wmlpq/pkg-plist << 'END-of-wmlpq/pkg-plist' Xbin/wmlpq X%%PORTDOCS%%share/doc/wmlpq/README X%%PORTDOCS%%share/examples/wmlpq/sample.wmlpqrc X%%PORTDOCS%%share/examples/wmlpq/wmlpqrc X%%PORTDOCS%%@dirrm share/examples/wmlpq X%%PORTDOCS%%@dirrm share/doc/wmlpq END-of-wmlpq/pkg-plist echo c - wmlpq/files mkdir -p wmlpq/files > /dev/null 2>&1 echo x - wmlpq/files/patch-Makefile sed 's/^X//' >wmlpq/files/patch-Makefile << 'END-of-wmlpq/files/patch-Makefile' X--- Makefile.orig Thu Jul 5 20:09:50 2001 X+++ Makefile Thu Jul 5 20:10:23 2001 X@@ -1,13 +1,11 @@ X-prefix= X CPPFLAGS = -I/usr/X11R6/include -I/usr/local/include X LIBS = -lXpm -lX11 -ldockapp X LDFLAGS = -L/usr/X11R6/lib -L/usr/local/lib X-CFLAGS = -O2 -Wall X+CFLAGS += -Wall X DFLAGS = -ggdb3 -Wall X X wmlpq: wmlpq.c wmlpq-master.xpm X cc $(CFLAGS) $(LDFLAGS) $(CPPFLAGS) -o wmlpq $(LIBS) wmlpq.c X- strip wmlpq X X debug: wmlpq.c wmlpq-master.xpm X cc $(DFLAGS) $(LDFLAGS) $(CPPFLAGS) -o wmlpq $(LIBS) wmlpq.c END-of-wmlpq/files/patch-Makefile echo x - wmlpq/files/patch-sample.wmlpqrc sed 's/^X//' >wmlpq/files/patch-sample.wmlpqrc << 'END-of-wmlpq/files/patch-sample.wmlpqrc' X--- sample.wmlpqrc.orig Thu Jul 5 20:49:27 2001 X+++ sample.wmlpqrc Thu Jul 5 20:51:29 2001 X@@ -1,20 +1,19 @@ X- X-lptype lpd # Can be lpd or lpsched as appropriate. X-queuecmd /usr/local/bin/lpq # Only necessary if your queuecommand is X- # in a non-standard place, or if it needs X- # some funny options. X+lptype lpd # Can be lpd or lpsched as appropriate. X+queuecmd /usr/bin/lpq # Only necessary if your queuecommand is X+ # in a non-standard place, or if it needs X+ # some funny options. X # The above two options can also be specified on a per-queue basis if necessary. X X-label.0 HP137 # The label which will appear in the dockapp. X-queuename.0 HP137 # The name of the printqueue. (May be of the X- # form queue@host if you're using pdq or X- # rlpr.) X-interval.0 30 # The checking interval in seconds. X+label.0 HP137 # The label which will appear in the dockapp. X+queuename.0 HP137 # The name of the printqueue. (May be of the X+ # form queue@host if you're using pdq or X+ # rlpr.) X+interval.0 30 # The checking interval in seconds. X X-label.1 dj248 X-queuename.1 hp2000 X-interval.1 30 X+label.1 dj248 X+queuename.1 hp2000 X+interval.1 30 X X-label.2 roma X-queuename.2 hproma X-interval.2 30 X+label.2 roma X+queuename.2 hproma X+interval.2 30 END-of-wmlpq/files/patch-sample.wmlpqrc echo x - wmlpq/pkg-message sed 's/^X//' >wmlpq/pkg-message << 'END-of-wmlpq/pkg-message' XThe wmlpq example configuration file has been installed to: X X (/usr/X11R6/share/examples/wmlpq/sample.wmlpqrc) X XDefault configuration file that wmlpq looks for is ${HOME}/.wmlpqrc XFollow the example configuration file and also dont forget to read Xthe README file located at: X X (/usr/X11R6/share/doc/wmlpq/README) X X END-of-wmlpq/pkg-message exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Jul 5 18:30: 6 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4F1CB37B407 for ; Thu, 5 Jul 2001 18:30:04 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f661U4E75518; Thu, 5 Jul 2001 18:30:04 -0700 (PDT) (envelope-from gnats) Date: Thu, 5 Jul 2001 18:30:04 -0700 (PDT) Message-Id: <200107060130.f661U4E75518@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: "Antonio M D'souza" Subject: Re: ports/28698: Sawfish Makefile breaks when running configure Reply-To: "Antonio M D'souza" Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR ports/28698; it has been noted by GNATS. From: "Antonio M D'souza" To: freebsd-gnats-submit@freebsd.org Cc: Subject: Re: ports/28698: Sawfish Makefile breaks when running configure Date: Thu, 5 Jul 2001 21:25:39 -0400 This bug may be closed now. -- Antonio M. D'souza 725-8002 http://www.quikbox.ca To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Jul 5 19: 4:13 2001 Delivered-To: freebsd-ports@freebsd.org Received: from mail8.nc.rr.com (fe8.southeast.rr.com [24.93.67.55]) by hub.freebsd.org (Postfix) with ESMTP id 1FB8B37B403 for ; Thu, 5 Jul 2001 19:04:01 -0700 (PDT) (envelope-from bts@babbleon.org) Received: from babbleon.org ([66.26.250.89]) by mail8.nc.rr.com with Microsoft SMTPSVC(5.5.1877.687.68); Thu, 5 Jul 2001 22:03:55 -0400 Message-ID: <3B451C8B.6050207@babbleon.org> Date: Thu, 05 Jul 2001 22:03:55 -0400 From: The Babbler User-Agent: Mozilla/5.0 (X11; U; FreeBSD 4.3-STABLE-20010625 i386; en-US; rv:0.9.1) Gecko/20010629 X-Accept-Language: en-us MIME-Version: 1.0 To: Christian Weisgerber Cc: ports@FreeBSD.org Subject: FreeBSD Port: ksh93-20010101.0000 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org I'm trying to build the ksh93 port, but I'm getting this: i8k# make install >> INIT.2001-01-01.0000.tgz doesn't seem to exist in /usr/ports/distfiles/. >> Attempting to fetch from http://www.research.att.com/~gsf/download/tgz/. fetch: INIT.2001-01-01.0000.tgz: Not Found >> Attempting to fetch from ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/. fetch: INIT.2001-01-01.0000.tgz: File unavailable (e.g., file not found, no access) >> Couldn't fetch it - please try to retrieve this >> port manually into /usr/ports/distfiles/ and try again. *** Error code 1 Fetching it by hand doesn't help; I see the same result that the automatic process does--not such file. I'm wondering a path component might be missing, perhaps? If so, id doesn't have a name that's terribly obvious (to me, at least). PS: I'm not subscribed to the ports group currently; please cc: me on any replies or info. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Jul 5 20:26:43 2001 Delivered-To: freebsd-ports@freebsd.org Received: from ariel.phys.wesleyan.edu (ariel.phys.wesleyan.edu [129.133.71.143]) by hub.freebsd.org (Postfix) with ESMTP id 7306537B409 for ; Thu, 5 Jul 2001 20:26:42 -0700 (PDT) (envelope-from vlad@ariel.phys.wesleyan.edu) Received: by ariel.phys.wesleyan.edu (Postfix, from userid 1001) id 8C7041EA305; Thu, 5 Jul 2001 23:26:39 -0400 (EDT) Received: from localhost (localhost [127.0.0.1]) by ariel.phys.wesleyan.edu (Postfix) with ESMTP id 851B61E6503; Thu, 5 Jul 2001 23:26:39 -0400 (EDT) Date: Thu, 5 Jul 2001 23:26:39 -0400 (EDT) From: Vladimir Savichev To: Cc: Subject: Re:Lost PR - was ports/28721: Mozilla 0.9.2_1 does not process font face=symbol correctly Message-ID: <20010705231533.V9434-100000@ariel.phys.wesleyan.edu> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org you send the mail on the ports-mailing-list only and it may take forever my point is you have to submit follow up bug report about lost bug report, this is damn weird. I found 28721 nowhere too, but I think I saw blind ID refs already. I don't know is it going directly to the trash ? Who deletes the ID ? I found at least one X 4.10-fonts related PR on the mozilla bugtraq from linux box. --Vlad To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Jul 5 20:49:58 2001 Delivered-To: freebsd-ports@freebsd.org Received: from femail11.sdc1.sfba.home.com (femail11.sdc1.sfba.home.com [24.0.95.107]) by hub.freebsd.org (Postfix) with ESMTP id 31BDB37B403 for ; Thu, 5 Jul 2001 20:49:56 -0700 (PDT) (envelope-from stephen@math.missouri.edu) Received: from math.missouri.edu ([24.12.197.197]) by femail11.sdc1.sfba.home.com (InterMail vM.4.01.03.20 201-229-121-120-20010223) with ESMTP id <20010706034950.SNEN1586.femail11.sdc1.sfba.home.com@math.missouri.edu>; Thu, 5 Jul 2001 20:49:50 -0700 Message-ID: <3B45355D.55222A3@math.missouri.edu> Date: Thu, 05 Jul 2001 22:49:49 -0500 From: Stephen Montgomery-Smith X-Mailer: Mozilla 4.77 [en] (X11; U; Linux 2.2.12 i386) X-Accept-Language: en MIME-Version: 1.0 To: Vladimir Savichev Cc: freebsd-ports@freebsd.org Subject: Re: Lost PR - was ports/28721: Mozilla 0.9.2_1 does not process fontface=symbol correctly References: <20010705231533.V9434-100000@ariel.phys.wesleyan.edu> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Well I am beginning to feel that this is not a FreeBSD issue, so probably I was mistaken to send the PR in the first place. But it is worrying that the PR got lost, so I'll send a PR about that. (Not sure what category to use.) Vladimir Savichev wrote: > > you send the mail on the ports-mailing-list only and it may take forever > my point is you have to submit follow up bug report about lost bug > report, this is damn weird. I found 28721 nowhere too, but I think I > saw blind ID refs already. I don't know is it going directly to the trash ? > Who deletes the ID ? > I found at least one X 4.10-fonts related PR on the mozilla bugtraq from > linux box. > --Vlad -- Stephen Montgomery-Smith stephen@math.missouri.edu http://www.math.missouri.edu/~stephen To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Jul 5 21:10: 9 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 02F6337B408 for ; Thu, 5 Jul 2001 21:10:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f664A1O07783; Thu, 5 Jul 2001 21:10:01 -0700 (PDT) (envelope-from gnats) Received: from electron.databits.net (electron.databits.net [207.29.204.16]) by hub.freebsd.org (Postfix) with ESMTP id E1DA537B405 for ; Thu, 5 Jul 2001 21:02:13 -0700 (PDT) (envelope-from petef@electron.databits.net) Received: (from petef@localhost) by electron.databits.net (8.11.4/8.11.4) id f6641Ni25975; Fri, 6 Jul 2001 00:01:23 -0400 (EDT) (envelope-from petef) Message-Id: <200107060401.f6641Ni25975@electron.databits.net> Date: Fri, 6 Jul 2001 00:01:23 -0400 (EDT) From: Pete Fritchman Reply-To: Pete Fritchman To: FreeBSD-gnats-submit@freebsd.org Cc: adam@whizkidtech.net X-Send-Pr-Version: 3.113 Subject: ports/28753: New port: graphics/peps Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 28753 >Category: ports >Synopsis: New port: graphics/peps >Confidential: 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 05 21:10:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Pete Fritchman >Release: FreeBSD 4.3-STABLE i386 >Organization: Databits Network Services, Inc. >Environment: System: FreeBSD electron.databits.net 4.3-STABLE FreeBSD 4.3-STABLE #7: Mon Jun 11 10:15:45 EDT 2001 root@electron.databits.net:/usr/obj/usr/src/sys/ELECTRON i386 >Description: peps is a utility to Print Encapsulated PostScript files. Specifically, it allows you to convert an EPS file into an anti-aliased PGM bitmap (with a variable resolution and anti-aliasing level). If the -p option is specified, the resulting bitmap is piped through pnmtopng to create a PNG image. WWW: http://www.whizkidtech.net/peps/ >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: # # peps # peps/pkg-descr # peps/pkg-plist # peps/distinfo # peps/Makefile # peps/pkg-comment # echo c - peps mkdir -p peps > /dev/null 2>&1 echo x - peps/pkg-descr sed 's/^X//' >peps/pkg-descr << 'END-of-peps/pkg-descr' Xpeps is a utility to Print Encapsulated PostScript files. XSpecifically, it allows you to convert an EPS file into an anti-aliased XPGM bitmap (with a variable resolution and anti-aliasing level). XIf the -p option is specified, the resulting bitmap is piped through Xpnmtopng to create a PNG image. X XWWW: http://www.whizkidtech.net/peps/ X X- Pete Xpetef@databits.net END-of-peps/pkg-descr echo x - peps/pkg-plist sed 's/^X//' >peps/pkg-plist << 'END-of-peps/pkg-plist' Xbin/peps END-of-peps/pkg-plist echo x - peps/distinfo sed 's/^X//' >peps/distinfo << 'END-of-peps/distinfo' XMD5 (peps-1.0.tar.gz) = 3c60e405dd9994cc4145fd7274efe8d2 END-of-peps/distinfo echo x - peps/Makefile sed 's/^X//' >peps/Makefile << 'END-of-peps/Makefile' X# New ports collection makefile for: peps X# Date created: 5 July 2001 X# Whom: petef@databits.net X# X# $FreeBSD$ X# X XPORTNAME= peps XPORTVERSION= 1.0 XCATEGORIES= graphics XMASTER_SITES= http://www.whizkidtech.net/peps/ X XMAINTAINER= petef@databits.net X XRUN_DEPENDS= gs:${PORTSDIR}/print/ghostscript6 \ X pnmtopng:${PORTSDIR}/graphics/netpbm X Xpost-patch: X @${PERL} -pi -e 's!cc -O3!${CC} ${CFLAGS}!' ${WRKSRC}/Makefile X Xdo-install: X ${INSTALL_PROGRAM} ${WRKSRC}/peps ${PREFIX}/bin X X.include END-of-peps/Makefile echo x - peps/pkg-comment sed 's/^X//' >peps/pkg-comment << 'END-of-peps/pkg-comment' XConverts EPS images to anti-aliased PGM bitmaps END-of-peps/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 Thu Jul 5 22:10: 9 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 670D737B40A for ; Thu, 5 Jul 2001 22:10:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f665A1823666; Thu, 5 Jul 2001 22:10:01 -0700 (PDT) (envelope-from gnats) Received: from wlgrv1.pa.home.com (cc92687-a.wlgrv1.pa.home.com [24.5.63.190]) by hub.freebsd.org (Postfix) with ESMTP id 146C637B405; Thu, 5 Jul 2001 22:06:40 -0700 (PDT) (envelope-from pat@wlgrv1.pa.home.com) Received: (from root@localhost) by wlgrv1.pa.home.com (8.11.4/8.11.4) id f6656dB60298; Fri, 6 Jul 2001 01:06:39 -0400 (EDT) (envelope-from pat) Message-Id: <200107060506.f6656dB60298@wlgrv1.pa.home.com> Date: Fri, 6 Jul 2001 01:06:39 -0400 (EDT) From: pat@databits.net Reply-To: pat@databits.net To: FreeBSD-gnats-submit@freebsd.org Cc: obrien@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/28754: Fix pkg-plist for cad/mars Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 28754 >Category: ports >Synopsis: Fix pkg-plist for cad/mars >Confidential: 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 05 22:10:00 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Patrick Li >Release: FreeBSD 4.3-STABLE i386 >Organization: N/A >Environment: System: FreeBSD bottlenek 4.3-STABLE FreeBSD 4.3-STABLE #0: Wed Jul 4 05:55:31 EDT 2001 pat@bottlenek:/usr/src/sys/compile/BOTTLENEK i386 >Description: + Add NOPORTDOCS support to pkg-plist of cad/mars NOTE: MAINTAINER= obrien@FreeBSD.org >How-To-Repeat: N/A >Fix: diff -ruN /usr/ports/cad/mars/pkg-plist mars/pkg-plist --- /usr/ports/cad/mars/pkg-plist Sun Sep 27 04:20:05 1998 +++ mars/pkg-plist Fri Jul 6 00:42:09 2001 @@ -1,8 +1,8 @@ bin/mars -share/doc/mars/proman/prog.ps -share/doc/mars/usrman/user.ps -share/doc/mars/motifman/Xmotif.ps -@dirrm share/doc/mars/proman -@dirrm share/doc/mars/usrman -@dirrm share/doc/mars/motifman -@dirrm share/doc/mars +%%PORTDOCS%%share/doc/mars/proman/prog.ps +%%PORTDOCS%%share/doc/mars/usrman/user.ps +%%PORTDOCS%%share/doc/mars/motifman/Xmotif.ps +%%PORTDOCS%%@dirrm share/doc/mars/proman +%%PORTDOCS%%@dirrm share/doc/mars/usrman +%%PORTDOCS%%@dirrm share/doc/mars/motifman +%%PORTDOCS%%@dirrm share/doc/mars >Release-Note: >Audit-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 5 22:10:15 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0C97637B403 for ; Thu, 5 Jul 2001 22:10:04 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f665A3V23680; Thu, 5 Jul 2001 22:10:03 -0700 (PDT) (envelope-from gnats) Received: from wlgrv1.pa.home.com (cc92687-a.wlgrv1.pa.home.com [24.5.63.190]) by hub.freebsd.org (Postfix) with ESMTP id A1C0237B40A; Thu, 5 Jul 2001 22:09:48 -0700 (PDT) (envelope-from pat@wlgrv1.pa.home.com) Received: (from root@localhost) by wlgrv1.pa.home.com (8.11.4/8.11.4) id f6659mj60397; Fri, 6 Jul 2001 01:09:48 -0400 (EDT) (envelope-from pat) Message-Id: <200107060509.f6659mj60397@wlgrv1.pa.home.com> Date: Fri, 6 Jul 2001 01:09:48 -0400 (EDT) From: pat@databits.net Reply-To: pat@databits.net To: FreeBSD-gnats-submit@freebsd.org Cc: grog@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/28755: Fix port: cad/sceptre Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 28755 >Category: ports >Synopsis: Fix port: cad/sceptre >Confidential: 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 05 22:10:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Patrick Li >Release: FreeBSD 4.3-STABLE i386 >Organization: N/A >Environment: System: FreeBSD bottlenek 4.3-STABLE FreeBSD 4.3-STABLE #0: Wed Jul 4 05:55:31 EDT 2001 pat@bottlenek:/usr/src/sys/compile/BOTTLENEK i386 >Description: + Add NOPORTDOCS to pkg-plist + Use ${INSTALL_DATA} for docs not ${INSTALL_MAN} + Fix entry in MAINTAINER field >How-To-Repeat: N/A >Fix: diff -ruN /usr/ports/cad/sceptre/Makefile sceptre/Makefile --- /usr/ports/cad/sceptre/Makefile Sun Feb 11 01:58:03 2001 +++ sceptre/Makefile Fri Jul 6 01:02:09 2001 @@ -10,7 +10,7 @@ CATEGORIES= cad MASTER_SITES= ftp://novilux.fh-friedberg.de/pub/sceptre/ -MAINTAINER= grog +MAINTAINER= grog@FreeBSD.org BUILD_DEPENDS= f77:${PORTSDIR}/lang/f77 @@ -19,8 +19,8 @@ post-install: .if !defined(NOPORTDOCS) ${MKDIR} ${PREFIX}/share/doc/sceptre - ${INSTALL_MAN} ${WRKSRC}/doc/doc_en.pdf ${PREFIX}/share/doc/sceptre/doc_en.pdf - ${INSTALL_MAN} ${WRKSRC}/doc/doc_ger.pdf ${PREFIX}/share/doc/sceptre/doc_ger.pdf + ${INSTALL_DATA} ${WRKSRC}/doc/doc_en.pdf ${PREFIX}/share/doc/sceptre/doc_en.pdf + ${INSTALL_DATA} ${WRKSRC}/doc/doc_ger.pdf ${PREFIX}/share/doc/sceptre/doc_ger.pdf .endif .include diff -ruN /usr/ports/cad/sceptre/pkg-plist sceptre/pkg-plist --- /usr/ports/cad/sceptre/pkg-plist Sun Feb 11 01:58:03 2001 +++ sceptre/pkg-plist Fri Jul 6 00:45:15 2001 @@ -10,6 +10,6 @@ lib/libx3.a lib/usrlib.a lib/modellib.dat -share/doc/sceptre/doc_en.pdf -share/doc/sceptre/doc_ger.pdf -@dirrm share/doc/sceptre +%%PORTDOCS%%share/doc/sceptre/doc_en.pdf +%%PORTDOCS%%share/doc/sceptre/doc_ger.pdf +%%PORTDOCS%%@dirrm share/doc/sceptre >Release-Note: >Audit-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 5 22:20:21 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id ADB3A37B408 for ; Thu, 5 Jul 2001 22:20:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f665K1031360; Thu, 5 Jul 2001 22:20:01 -0700 (PDT) (envelope-from gnats) Received: from wlgrv1.pa.home.com (cc92687-a.wlgrv1.pa.home.com [24.5.63.190]) by hub.freebsd.org (Postfix) with ESMTP id 9C9A337B40A for ; Thu, 5 Jul 2001 22:12:15 -0700 (PDT) (envelope-from pat@wlgrv1.pa.home.com) Received: (from root@localhost) by wlgrv1.pa.home.com (8.11.4/8.11.4) id f665CES60501; Fri, 6 Jul 2001 01:12:14 -0400 (EDT) (envelope-from pat) Message-Id: <200107060512.f665CES60501@wlgrv1.pa.home.com> Date: Fri, 6 Jul 2001 01:12:14 -0400 (EDT) From: pat@databits.net Reply-To: pat@databits.net To: FreeBSD-gnats-submit@freebsd.org Cc: kaveman@magna.com.au X-Send-Pr-Version: 3.113 Subject: ports/28756: Fix pkg-plist for cad/spice Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 28756 >Category: ports >Synopsis: Fix pkg-plist for cad/spice >Confidential: 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 05 22:20:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Patrick Li >Release: FreeBSD 4.3-STABLE i386 >Organization: N/A >Environment: System: FreeBSD bottlenek 4.3-STABLE FreeBSD 4.3-STABLE #0: Wed Jul 4 05:55:31 EDT 2001 pat@bottlenek:/usr/src/sys/compile/BOTTLENEK i386 >Description: + Add NOPORTDOCS support to cad/spice NOTE: MAINTAINER= kaveman@magna.com.au >How-To-Repeat: N/A >Fix: diff -ruN /usr/ports/cad/spice/pkg-plist spice/pkg-plist --- /usr/ports/cad/spice/pkg-plist Thu Aug 13 17:16:00 1998 +++ spice/pkg-plist Fri Jul 6 00:48:26 2001 @@ -4,33 +4,33 @@ bin/help bin/proc2mod bin/multidec -share/examples/spice3/bjtnoise.cir -share/examples/spice3/bsim1tst.cir -share/examples/spice3/bsim2tst.cir -share/examples/spice3/diffpair.cir -share/examples/spice3/diodisto.cir -share/examples/spice3/ltra_1.cir -share/examples/spice3/ltra_2.cir -share/examples/spice3/ltra_3.cir -share/examples/spice3/mixdisto.cir -share/examples/spice3/mos6inv.cir -share/examples/spice3/mosamp2.cir -share/examples/spice3/mosmem.cir -share/examples/spice3/pz2.cir -share/examples/spice3/pzt.cir -share/examples/spice3/rc.cir -share/examples/spice3/rca3040.cir -share/examples/spice3/resnoise.cir -share/examples/spice3/rtlinv.cir -share/examples/spice3/schmitt.cir -share/examples/spice3/simplepz.cir +%%PORTDOCS%%share/examples/spice3/bjtnoise.cir +%%PORTDOCS%%share/examples/spice3/bsim1tst.cir +%%PORTDOCS%%share/examples/spice3/bsim2tst.cir +%%PORTDOCS%%share/examples/spice3/diffpair.cir +%%PORTDOCS%%share/examples/spice3/diodisto.cir +%%PORTDOCS%%share/examples/spice3/ltra_1.cir +%%PORTDOCS%%share/examples/spice3/ltra_2.cir +%%PORTDOCS%%share/examples/spice3/ltra_3.cir +%%PORTDOCS%%share/examples/spice3/mixdisto.cir +%%PORTDOCS%%share/examples/spice3/mos6inv.cir +%%PORTDOCS%%share/examples/spice3/mosamp2.cir +%%PORTDOCS%%share/examples/spice3/mosmem.cir +%%PORTDOCS%%share/examples/spice3/pz2.cir +%%PORTDOCS%%share/examples/spice3/pzt.cir +%%PORTDOCS%%share/examples/spice3/rc.cir +%%PORTDOCS%%share/examples/spice3/rca3040.cir +%%PORTDOCS%%share/examples/spice3/resnoise.cir +%%PORTDOCS%%share/examples/spice3/rtlinv.cir +%%PORTDOCS%%share/examples/spice3/schmitt.cir +%%PORTDOCS%%share/examples/spice3/simplepz.cir share/spice3/helpdir/spice.txt share/spice3/helpdir/spice.idx share/spice3/scripts/setplot share/spice3/scripts/spinit share/spice3/mfbcap share/spice3/news -@dirrm share/examples/spice3 +%%PORTDOCS%%@dirrm share/examples/spice3 @dirrm share/spice3/helpdir @dirrm share/spice3/scripts @dirrm share/spice3 >Release-Note: >Audit-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 5 22:40: 9 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 02EC537B408 for ; Thu, 5 Jul 2001 22:40:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f665e1f34556; Thu, 5 Jul 2001 22:40:01 -0700 (PDT) (envelope-from gnats) Received: from horsey.gshapiro.net (horsey.gshapiro.net [209.220.147.178]) by hub.freebsd.org (Postfix) with ESMTP id 6D2B237B411 for ; Thu, 5 Jul 2001 22:36:41 -0700 (PDT) (envelope-from gshapiro@gshapiro.net) Received: from horsey.gshapiro.net (gshapiro@localhost [127.0.0.1]) by horsey.gshapiro.net (8.12.0.Beta13/8.12.0.Beta13) with ESMTP id f665aeTh029474 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=NO) for ; Thu, 5 Jul 2001 22:36:40 -0700 (PDT) Received: (from gshapiro@localhost) by horsey.gshapiro.net (8.12.0.Beta13/8.12.0.Beta13) id f665aeXL029469; Thu, 5 Jul 2001 22:36:40 -0700 (PDT) Message-Id: <200107060536.f665aeXL029469@horsey.gshapiro.net> Date: Thu, 5 Jul 2001 22:36:40 -0700 (PDT) From: Gregory Neil Shapiro Reply-To: Gregory Neil Shapiro To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/28757: New port: p5-Date-Pcalc Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 28757 >Category: ports >Synopsis: New port: p5-Date-Pcalc >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu Jul 05 22:40:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Gregory Neil Shapiro >Release: FreeBSD 4.3-STABLE i386 >Organization: >Environment: System: FreeBSD horsey.gshapiro.net 4.3-STABLE FreeBSD 4.3-STABLE #12: Tue Jun 26 22:39:28 PDT 2001 gshapiro@horsey.gshapiro.net:/home/FreeBSD/RELENG_4/obj/sys/HORSEY i386 >Description: This Perl module is a direct translation of Steffen Beyer's excellent Date::Calc module to use Perl only instead of a combination of Perl and C. This package consists of a Perl module for all kinds of date calculations based on the Gregorian calendar (the one used in all western countries today), thereby complying with all relevant norms and standards: ISO/R 2015-1971, DIN 1355 and, to some extent, ISO 8601 (where applicable). WWW: http://catcode.com/date/pcalc.html >How-To-Repeat: >Fix: # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # p5-Date-Pcalc # p5-Date-Pcalc/Makefile # p5-Date-Pcalc/distinfo # p5-Date-Pcalc/pkg-comment # p5-Date-Pcalc/pkg-descr # p5-Date-Pcalc/pkg-plist # echo c - p5-Date-Pcalc mkdir -p p5-Date-Pcalc > /dev/null 2>&1 echo x - p5-Date-Pcalc/Makefile sed 's/^X//' >p5-Date-Pcalc/Makefile << 'END-of-p5-Date-Pcalc/Makefile' X# New ports collection makefile for: p5-Date-Pcalc X# Date created: 5 July 2001 X# Whom: Gregory Shapiro X# X# $FreeBSD$ X# X XPORTNAME= Date-Pcalc XPORTVERSION= 1.2 XCATEGORIES= devel perl5 XMASTER_SITES= ftp://catcode.com/pub/date/ \ X http://www.engelschall.com/u/sb/download/pkg/ XPKGNAMEPREFIX= p5- X XPERL_CONFIGURE= yes X XMAN3= Date::Pcalc.3 XMANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} X X.include END-of-p5-Date-Pcalc/Makefile echo x - p5-Date-Pcalc/distinfo sed 's/^X//' >p5-Date-Pcalc/distinfo << 'END-of-p5-Date-Pcalc/distinfo' XMD5 (Date-Pcalc-1.2.tar.gz) = 1c09a09337c7d2e18a17898ca577c644 END-of-p5-Date-Pcalc/distinfo echo x - p5-Date-Pcalc/pkg-comment sed 's/^X//' >p5-Date-Pcalc/pkg-comment << 'END-of-p5-Date-Pcalc/pkg-comment' XGregorian calendar date calculations END-of-p5-Date-Pcalc/pkg-comment echo x - p5-Date-Pcalc/pkg-descr sed 's/^X//' >p5-Date-Pcalc/pkg-descr << 'END-of-p5-Date-Pcalc/pkg-descr' XThis Perl module is a direct translation of Steffen Beyer's excellent XDate::Calc module to use Perl only instead of a combination of Perl and C. X XThis package consists of a Perl module for all kinds of date calculations Xbased on the Gregorian calendar (the one used in all western countries Xtoday), thereby complying with all relevant norms and standards: XISO/R 2015-1971, DIN 1355 and, to some extent, ISO 8601 (where applicable). X XWWW: http://catcode.com/date/pcalc.html END-of-p5-Date-Pcalc/pkg-descr echo x - p5-Date-Pcalc/pkg-plist sed 's/^X//' >p5-Date-Pcalc/pkg-plist << 'END-of-p5-Date-Pcalc/pkg-plist' Xlib/perl5/site_perl/%%PERL_VER%%/Date/Pcalc.pm Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Date/Pcalc/.packlist X@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Date/Pcalc X@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Date 2>/dev/null || true X@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Date 2>/dev/null || true END-of-p5-Date-Pcalc/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 Thu Jul 5 23: 0:16 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id AE6F137B403 for ; Thu, 5 Jul 2001 23:00:10 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f6660AR37335; Thu, 5 Jul 2001 23:00:10 -0700 (PDT) (envelope-from gnats) Received: from electron.databits.net (electron.databits.net [207.29.204.16]) by hub.freebsd.org (Postfix) with ESMTP id 42F9C37B403 for ; Thu, 5 Jul 2001 22:55:23 -0700 (PDT) (envelope-from petef@electron.databits.net) Received: (from petef@localhost) by electron.databits.net (8.11.4/8.11.4) id f665sZD83341; Fri, 6 Jul 2001 01:54:35 -0400 (EDT) (envelope-from petef) Message-Id: <200107060554.f665sZD83341@electron.databits.net> Date: Fri, 6 Jul 2001 01:54:35 -0400 (EDT) From: Pete Fritchman Reply-To: Pete Fritchman To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/28758: New port: security/apg Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 28758 >Category: ports >Synopsis: New port: security/apg >Confidential: 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 05 23:00:09 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Pete Fritchman >Release: FreeBSD 4.3-STABLE i386 >Organization: Databits Network Services, Inc. >Environment: System: FreeBSD electron.databits.net 4.3-STABLE FreeBSD 4.3-STABLE #7: Mon Jun 11 10:15:45 EDT 2001 root@electron.databits.net:/usr/obj/usr/src/sys/ELECTRON i386 >Description: apg generates several random passwords. It uses several password generation algorithms (currently two) and a built-in pseudo random number generator. This package also also comes with apgd, a password generation server that follows RFC972. WWW: http://www.adel.nursat.kz/apg/ >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: # # apg # apg/pkg-descr # apg/pkg-plist # apg/Makefile # apg/distinfo # apg/pkg-comment # apg/files # apg/files/patch-Makefile # echo c - apg mkdir -p apg > /dev/null 2>&1 echo x - apg/pkg-descr sed 's/^X//' >apg/pkg-descr << 'END-of-apg/pkg-descr' Xapg generates several random passwords. It uses several password Xgeneration algorithms (currently two) and a built-in pseudo Xrandom number generator. This package also also comes with apgd, Xa password generation server that follows RFC972. X XWWW: http://www.adel.nursat.kz/apg/ X X- Pete Xpetef@databits.net END-of-apg/pkg-descr echo x - apg/pkg-plist sed 's/^X//' >apg/pkg-plist << 'END-of-apg/pkg-plist' Xbin/apg Xbin/apgbfm Xsbin/apgd X%%PORTDOCS%%share/doc/apg/APG_TIPS X%%PORTDOCS%%share/doc/apg/rfc0972.txt X%%PORTDOCS%%share/doc/apg/rfc1750.txt X%%PORTDOCS%%@dirrm share/doc/apg END-of-apg/pkg-plist echo x - apg/Makefile sed 's/^X//' >apg/Makefile << 'END-of-apg/Makefile' X# New ports collection makefile for: apg X# Date Created: 6 July 2001 X# Whom: Pete Fritchman X# X# $FreeBSD$ X# X XPORTNAME= apg XPORTVERSION= 2.0.0a3 XCATEGORIES= security XMASTER_SITES= http://www.adel.nursat.kz/apg/download/ X XMAINTAINER= petef@databits.net X XUSE_PERL5= yes X XMAN1= apg.1 apgbfm.1 XMAN8= apgd.8 X Xpost-patch: X @${PERL} -pi -e 's!%%PREFIX%%!${PREFIX}!' ${WRKSRC}/Makefile X Xpost-install: X.if !defined(NOPORTDOCS) X @${MKDIR} ${PREFIX}/share/doc/apg X ${INSTALL_DATA} ${WRKSRC}/doc/APG_TIPS ${PREFIX}/share/doc/apg X ${INSTALL_DATA} ${WRKSRC}/doc/rfc0972.txt ${PREFIX}/share/doc/apg X ${INSTALL_DATA} ${WRKSRC}/doc/rfc1750.txt ${PREFIX}/share/doc/apg X.endif X X.include END-of-apg/Makefile echo x - apg/distinfo sed 's/^X//' >apg/distinfo << 'END-of-apg/distinfo' XMD5 (apg-2.0.0a3.tar.gz) = 690d72762468ad437d32f63f49d938cd END-of-apg/distinfo echo x - apg/pkg-comment sed 's/^X//' >apg/pkg-comment << 'END-of-apg/pkg-comment' XAPG is a toolset for random password generation END-of-apg/pkg-comment echo c - apg/files mkdir -p apg/files > /dev/null 2>&1 echo x - apg/files/patch-Makefile sed 's/^X//' >apg/files/patch-Makefile << 'END-of-apg/files/patch-Makefile' X--- Makefile.orig Fri Jul 6 01:34:10 2001 X+++ Makefile Fri Jul 6 01:35:33 2001 X@@ -1,12 +1,12 @@ X ################################################################## X # You can modify CC variable if you have compiler other than GCC X # But the code was designed and tested with GCC X-CC = gcc X+CC ?= gcc X X ################################################################## X # Compilation flags X # You should comment the line below for AIX+native cc X-FLAGS = -Wall X+FLAGS = ${CFLAGS} -Wall X X ################################################################## X # Libraries X@@ -37,7 +37,7 @@ X ################################################################## X # Directories X # Install dirs X-INSTALL_PREFIX = /usr/local X+INSTALL_PREFIX = %%PREFIX%% X APG_BIN_DIR = /bin X APG_MAN_DIR = /man/man1 X APGD_BIN_DIR = /sbin END-of-apg/files/patch-Makefile exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Jul 5 23:37:49 2001 Delivered-To: freebsd-ports@freebsd.org Received: from sbtx.tmn.ru (sbtx.tmn.ru [212.76.160.49]) by hub.freebsd.org (Postfix) with ESMTP id 510CE37B401 for ; Thu, 5 Jul 2001 23:37:46 -0700 (PDT) (envelope-from serg@sbtx.tmn.ru) Received: from sv.tech.sibitex.tmn.ru (sv.tech.sibitex.tmn.ru [212.76.160.59]) by sbtx.tmn.ru (8.11.3/8.11.3) with ESMTP id f666bhI82405; Fri, 6 Jul 2001 12:37:43 +0600 (YEKST) (envelope-from serg@sbtx.tmn.ru) Received: (from serg@localhost) by sv.tech.sibitex.tmn.ru (8.11.4/8.11.4) id f666bgC25842; Fri, 6 Jul 2001 12:37:42 +0600 (YEKST) (envelope-from serg) Date: Fri, 6 Jul 2001 12:37:42 +0600 From: "Sergey N. Voronkov" To: Brandon Forest Cc: ports@FreeBSD.ORG Subject: Re: Is Star Office Ported to FreeBSD? Message-ID: <20010706123742.A25744@sv.tech.sibitex.tmn.ru> References: <20010705163604.YVWP14335.mta10.onebox.com@onebox.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20010705163604.YVWP14335.mta10.onebox.com@onebox.com>; from brandon_forest@zdnetonebox.com on Thu, Jul 05, 2001 at 09:36:04AM -0700 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Thu, Jul 05, 2001 at 09:36:04AM -0700, Brandon Forest wrote: > I am in the process of building a development environment based on the > 4.4BSD kernal. I have several questions that I haven't seen in any FAQ. > 1) Does Star Office 5.2 run under either FreeBSD or OpenBSD? Yes. /usr/ports/editors/staroffice52 > 2) What version of Java 2 runs under either FreeBSD or OpenBSD? Linux. /usr/ports/java/linux-jdk > 3) What is the functional difference between FreeBSD and OpenBSD? Religions difference at the first corner :-))) Please, see http://www.freebsd.org && http://www.openbsd.org In short words (from my point of view): FreeBSD - much more ported applications. Better performance on i386 & Alpha. Very good documented. OpenBSD - wider range of hardware supported. Secured by default installation. Bye! Serg N. Voronkov. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Jul 5 23:58: 6 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 17BA237B407; Thu, 5 Jul 2001 23:58:05 -0700 (PDT) (envelope-from roam@FreeBSD.org) Received: (from roam@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f666w4X65374; Thu, 5 Jul 2001 23:58:04 -0700 (PDT) (envelope-from roam) Date: Thu, 5 Jul 2001 23:58:04 -0700 (PDT) From: Message-Id: <200107060658.f666w4X65374@freefall.freebsd.org> To: petef@databits.net, roam@FreeBSD.org, freebsd-ports@FreeBSD.org, roam@FreeBSD.org Subject: Re: ports/28758: New port: security/apg Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: New port: security/apg State-Changed-From-To: open->analyzed State-Changed-By: roam State-Changed-When: Thu Jul 5 23:57:12 PDT 2001 State-Changed-Why: Uhm.. the security/apg port already exists, and has for some time now :) I'll look at yours to see if I can use it to update the port, though. Responsible-Changed-From-To: freebsd-ports->roam Responsible-Changed-By: roam Responsible-Changed-When: Thu Jul 5 23:57:12 PDT 2001 Responsible-Changed-Why: I added the security/apg port a while back :) http://www.FreeBSD.org/cgi/query-pr.cgi?pr=28758 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Jul 6 0:50:14 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 060E637B405 for ; Fri, 6 Jul 2001 00:50:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f667o1F73640; Fri, 6 Jul 2001 00:50:01 -0700 (PDT) (envelope-from gnats) Received: from wlgrv1.pa.home.com (cc92687-a.wlgrv1.pa.home.com [24.5.63.190]) by hub.freebsd.org (Postfix) with ESMTP id C5F3437B401 for ; Fri, 6 Jul 2001 00:48:35 -0700 (PDT) (envelope-from pat@wlgrv1.pa.home.com) Received: (from root@localhost) by wlgrv1.pa.home.com (8.11.4/8.11.4) id f667mZ271909; Fri, 6 Jul 2001 03:48:35 -0400 (EDT) (envelope-from pat) Message-Id: <200107060748.f667mZ271909@wlgrv1.pa.home.com> Date: Fri, 6 Jul 2001 03:48:35 -0400 (EDT) From: pat@databits.net Reply-To: pat@databits.net To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/28760: New port: net/radvd Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 28760 >Category: ports >Synopsis: New port: net/radvd >Confidential: 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 06 00:50:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Patrick Li >Release: FreeBSD 4.3-STABLE i386 >Organization: N/A >Environment: System: FreeBSD bottlenek 4.3-STABLE FreeBSD 4.3-STABLE #0: Wed Jul 4 05:55:31 EDT 2001 pat@bottlenek:/usr/src/sys/compile/BOTTLENEK i386 >Description: + New port net/radvd: A Linux/BSD IPv6 router advertisement daemon >How-To-Repeat: N/A >Fix: # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # radvd # radvd/Makefile # radvd/distinfo # radvd/pkg-descr # radvd/pkg-message # radvd/pkg-plist # radvd/pkg-comment # echo c - radvd mkdir -p radvd > /dev/null 2>&1 echo x - radvd/Makefile sed 's/^X//' >radvd/Makefile << 'END-of-radvd/Makefile' X# New ports collection makefile for: radvd X# Date created: Fri Jul 6 03:17:33 EDT 2001 X# Whom: Patrick Li X# X# $FreeBSD$ X# X XPORTNAME= radvd XPORTVERSION= 0.6.2p4 XCATEGORIES= net ipv6 XMASTER_SITES= http://v6web.litech.org/radvd/ XDISTNAME= ${PORTNAME}-${PORTVERSION:S/p4/pl4/} X XMAINTAINER= pat@databits.net X XGNU_CONFIGURE= yes X XMAN5= radvd.conf.5 XMAN8= radvd.8 radvdump.8 X Xpost-install: X.ifndef(NOPORTDOCS) X @${MKDIR} ${PREFIX}/share/doc/${PORTNAME} X @${INSTALL_DATA} ${WRKSRC}/INTRO.html ${PREFIX}/share/doc/${PORTNAME} X @${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/${PORTNAME} X @${INSTALL_DATA} ${WRKSRC}/radvd.conf.example ${PREFIX}/etc X.endif #NOPORTDOCS X @${SED} -e "s|/usr/local|${PREFIX}|" ${PKGMESSAGE} X X.include END-of-radvd/Makefile echo x - radvd/distinfo sed 's/^X//' >radvd/distinfo << 'END-of-radvd/distinfo' XMD5 (radvd-0.6.2pl4.tar.gz) = 3f8916f78012819fe578ded9997bec65 END-of-radvd/distinfo echo x - radvd/pkg-descr sed 's/^X//' >radvd/pkg-descr << 'END-of-radvd/pkg-descr' Xradvd implements IPv6 router advertisements for Linux and FreeBSD Xas specified in RFC 2461. Support for Mobile IPv6 as well as 6to4 Xis included. X XWWW: http://v6web.litech.org/radvd/ X X- Patrick Li END-of-radvd/pkg-descr echo x - radvd/pkg-message sed 's/^X//' >radvd/pkg-message << 'END-of-radvd/pkg-message' X X----------------------------------------------- XExample of the radvd config file is located at: X X (/usr/local/etc/radvd.conf.example) X XAlso refer to: `man radvd.conf` X----------------------------------------------- X END-of-radvd/pkg-message echo x - radvd/pkg-plist sed 's/^X//' >radvd/pkg-plist << 'END-of-radvd/pkg-plist' Xetc/radvd.conf.example Xsbin/radvd Xsbin/radvdump Xshare/doc/radvd/INTRO.html Xshare/doc/radvd/README X@dirrm share/doc/radvd END-of-radvd/pkg-plist echo x - radvd/pkg-comment sed 's/^X//' >radvd/pkg-comment << 'END-of-radvd/pkg-comment' XA Linux/BSD IPv6 router advertisement daemon END-of-radvd/pkg-comment exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Jul 6 1: 0: 8 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 648D637B409 for ; Fri, 6 Jul 2001 01:00:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f66802U74287; Fri, 6 Jul 2001 01:00:02 -0700 (PDT) (envelope-from gnats) Received: from wlgrv1.pa.home.com (cc92687-a.wlgrv1.pa.home.com [24.5.63.190]) by hub.freebsd.org (Postfix) with ESMTP id 9C99537B408 for ; Fri, 6 Jul 2001 00:58:51 -0700 (PDT) (envelope-from pat@wlgrv1.pa.home.com) Received: (from root@localhost) by wlgrv1.pa.home.com (8.11.4/8.11.4) id f667wpS75541; Fri, 6 Jul 2001 03:58:51 -0400 (EDT) (envelope-from pat) Message-Id: <200107060758.f667wpS75541@wlgrv1.pa.home.com> Date: Fri, 6 Jul 2001 03:58:51 -0400 (EDT) From: pat@databits.net Reply-To: pat@databits.net To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/28761: Update port: biology/gperiodic Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 28761 >Category: ports >Synopsis: Update port: biology/gperiodic >Confidential: 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 06 01:00:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Patrick Li >Release: FreeBSD 4.3-STABLE i386 >Organization: N/A >Environment: System: FreeBSD bottlenek 4.3-STABLE FreeBSD 4.3-STABLE #0: Wed Jul 4 05:55:31 EDT 2001 pat@bottlenek:/usr/src/sys/compile/BOTTLENEK i386 >Description: + Update port to 1.3.0 (only Makefile and distinfo necessary) >How-To-Repeat: N/A >Fix: diff -ruN /usr/ports/biology/gperiodic/Makefile gperiodic/Makefile --- /usr/ports/biology/gperiodic/Makefile Tue Jun 12 09:35:56 2001 +++ gperiodic/Makefile Fri Jul 6 03:56:26 2001 @@ -6,7 +6,7 @@ # PORTNAME= gperiodic -PORTVERSION= 1.2.6a +PORTVERSION= 1.3.0 CATEGORIES= biology MASTER_SITES= ftp://ftp.seul.org/pub/gperiodic/ @@ -32,7 +32,7 @@ .if !defined(NOPORTDOCS) @${MKDIR} ${PREFIX}/share/doc/gperiodic .for file in AUTHORS ChangeLog README - ${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/share/doc/gperiodic + @${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/share/doc/gperiodic .endfor .endif diff -ruN /usr/ports/biology/gperiodic/distinfo gperiodic/distinfo --- /usr/ports/biology/gperiodic/distinfo Tue Jun 12 09:35:56 2001 +++ gperiodic/distinfo Tue Jul 3 03:10:36 2001 @@ -1 +1 @@ -MD5 (gperiodic-1.2.6a.tar.gz) = c7932ec90a75725aae17a7484a297580 +MD5 (gperiodic-1.3.0.tar.gz) = 1c9be5977895c08f03147ab9e20d48f2 >Release-Note: >Audit-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 6 2:23:51 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D7CC237B406; Fri, 6 Jul 2001 02:23:49 -0700 (PDT) (envelope-from wjv@FreeBSD.org) Received: (from wjv@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f669Nn394944; Fri, 6 Jul 2001 02:23:49 -0700 (PDT) (envelope-from wjv) Date: Fri, 6 Jul 2001 02:23:49 -0700 (PDT) From: Message-Id: <200107060923.f669Nn394944@freefall.freebsd.org> To: pat@databits.net, wjv@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/28761: Update port: biology/gperiodic Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: Update port: biology/gperiodic State-Changed-From-To: open->closed State-Changed-By: wjv State-Changed-When: Fri Jul 6 02:23:23 PDT 2001 State-Changed-Why: Committed, thanks! http://www.FreeBSD.org/cgi/query-pr.cgi?pr=28761 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Jul 6 2:30:10 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id DC37137B40C for ; Fri, 6 Jul 2001 02:30:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f669U1l95760; Fri, 6 Jul 2001 02:30:01 -0700 (PDT) (envelope-from gnats) Received: from wlgrv1.pa.home.com (cc92687-a.wlgrv1.pa.home.com [24.5.63.190]) by hub.freebsd.org (Postfix) with ESMTP id 6FA5937B401; Fri, 6 Jul 2001 02:28:41 -0700 (PDT) (envelope-from pat@wlgrv1.pa.home.com) Received: (from root@localhost) by wlgrv1.pa.home.com (8.11.4/8.11.4) id f669Se878116; Fri, 6 Jul 2001 05:28:40 -0400 (EDT) (envelope-from pat) Message-Id: <200107060928.f669Se878116@wlgrv1.pa.home.com> Date: Fri, 6 Jul 2001 05:28:40 -0400 (EDT) From: pat@databits.net Reply-To: pat@databits.net To: FreeBSD-gnats-submit@freebsd.org Cc: wjv@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/28764: Update/Fix: security/cksfv Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 28764 >Category: ports >Synopsis: Update/Fix: security/cksfv >Confidential: 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 06 02:30:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Patrick Li >Release: FreeBSD 4.3-STABLE i386 >Organization: N/A >Environment: System: FreeBSD bottlenek 4.3-STABLE FreeBSD 4.3-STABLE #0: Wed Jul 4 05:55:31 EDT 2001 pat@bottlenek:/usr/src/sys/compile/BOTTLENEK i386 >Description: + Update to 1.3 + Add archivers as secondary category + Docs should use ${INSTALL_DATA} not ${INSTALL_MAN} Its for manpages not docs. + Remove -O2 optimization in CFLAGS (files/patch-src-Makefile) Responsible: wjv@FreeBSD.org (Maintainer) >How-To-Repeat: N/A >Fix: diff -ruN /usr/ports/security/cksfv/Makefile cksfv/Makefile --- /usr/ports/security/cksfv/Makefile Wed Jun 27 06:14:43 2001 +++ cksfv/Makefile Fri Jul 6 05:20:32 2001 @@ -6,8 +6,8 @@ # PORTNAME= cksfv -PORTVERSION= 1.2 -CATEGORIES= security +PORTVERSION= 1.3 +CATEGORIES= security archivers MASTER_SITES= http://www.fodder.org/cksfv/ MAINTAINER= wjv@FreeBSD.org @@ -21,7 +21,7 @@ post-install: .if !defined(NOPORTDOCS) @ ${MKDIR} ${PREFIX}/share/doc/cksfv - @ ${INSTALL_MAN} ${WRKSRC}/README ${PREFIX}/share/doc/cksfv + @ ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/cksfv .endif .include diff -ruN /usr/ports/security/cksfv/distinfo cksfv/distinfo --- /usr/ports/security/cksfv/distinfo Wed Jan 3 05:20:34 2001 +++ cksfv/distinfo Fri Jul 6 05:12:13 2001 @@ -1 +1 @@ -MD5 (cksfv-1.2.tar.gz) = 48334f179319b7e24745463dfd859f02 +MD5 (cksfv-1.3.tar.gz) = e00cf6a80a566539eb6f3432f2282c38 diff -ruN /usr/ports/security/cksfv/files/patch-src-Makefile cksfv/files/patch-src-Makefile --- /usr/ports/security/cksfv/files/patch-src-Makefile Tue Jun 5 08:51:07 2001 +++ cksfv/files/patch-src-Makefile Fri Jul 6 05:16:08 2001 @@ -1,12 +1,12 @@ ---- src/Makefile.orig Fri Dec 29 02:34:33 2000 -+++ src/Makefile Mon Jun 4 10:01:32 2001 +--- src/Makefile.orig Fri Jul 6 02:33:08 2001 ++++ src/Makefile Fri Jul 6 05:14:05 2001 @@ -17,14 +17,15 @@ # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. PROG= cksfv -CFLAGS+= -Wall -Werror -O2 -g +CC?= gcc -+CFLAGS+= -Wall -O2 -g ++CFLAGS+= -Wall -g SRCS= cksfv.c print.c crc32.c readsfv.c newsfv.c cksfv: $(SRCS) >Release-Note: >Audit-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 6 2:34:57 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 191F737B403; Fri, 6 Jul 2001 02:34:56 -0700 (PDT) (envelope-from markp@FreeBSD.org) Received: (from markp@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f669Yux96427; Fri, 6 Jul 2001 02:34:56 -0700 (PDT) (envelope-from markp) Date: Fri, 6 Jul 2001 02:34:56 -0700 (PDT) From: Message-Id: <200107060934.f669Yux96427@freefall.freebsd.org> To: bpederson@geocities.com, markp@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/27700: editors/nano 1.0.2 cut/paste patch needed Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: editors/nano 1.0.2 cut/paste patch needed State-Changed-From-To: analyzed->closed State-Changed-By: markp State-Changed-When: Fri Jul 6 02:34:11 PDT 2001 State-Changed-Why: Bug fixed with 1.0.3 update. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=27700 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Jul 6 2:50: 7 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8168F37B405; Fri, 6 Jul 2001 02:50:01 -0700 (PDT) (envelope-from markp@FreeBSD.org) Received: (from markp@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f669o1598787; Fri, 6 Jul 2001 02:50:01 -0700 (PDT) (envelope-from markp) Date: Fri, 6 Jul 2001 02:50:01 -0700 (PDT) From: Message-Id: <200107060950.f669o1598787@freefall.freebsd.org> To: obraun@informatik.unibw-muenchen.de, markp@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/28676: New Port: nhc98 - a haskell compiler to produce small executables Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: New Port: nhc98 - a haskell compiler to produce small executables State-Changed-From-To: open->closed State-Changed-By: markp State-Changed-When: Fri Jul 6 02:48:36 PDT 2001 State-Changed-Why: Originator requested close, duplicate of PR 28673. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=28676 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Jul 6 2:50:27 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6B6D937B403 for ; Fri, 6 Jul 2001 02:50:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f669o1u98804; Fri, 6 Jul 2001 02:50:01 -0700 (PDT) (envelope-from gnats) Received: from wlgrv1.pa.home.com (cc92687-a.wlgrv1.pa.home.com [24.5.63.190]) by hub.freebsd.org (Postfix) with ESMTP id 70C4037B401 for ; Fri, 6 Jul 2001 02:49:39 -0700 (PDT) (envelope-from pat@wlgrv1.pa.home.com) Received: (from root@localhost) by wlgrv1.pa.home.com (8.11.4/8.11.4) id f669nd281352; Fri, 6 Jul 2001 05:49:39 -0400 (EDT) (envelope-from pat) Message-Id: <200107060949.f669nd281352@wlgrv1.pa.home.com> Date: Fri, 6 Jul 2001 05:49:39 -0400 (EDT) From: pat@databits.net Reply-To: pat@databits.net To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/28765: New port: editors/hnb Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 28765 >Category: ports >Synopsis: New port: editors/hnb >Confidential: 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 06 02:50:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Patrick Li >Release: FreeBSD 4.3-STABLE i386 >Organization: N/A >Environment: System: FreeBSD bottlenek 4.3-STABLE FreeBSD 4.3-STABLE #0: Wed Jul 4 05:55:31 EDT 2001 pat@bottlenek:/usr/src/sys/compile/BOTTLENEK i386 >Description: + New port editors/hnb, Hierarchical NoteBook, a data organizer >How-To-Repeat: N/A >Fix: # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # hnb # hnb/Makefile # hnb/distinfo # hnb/pkg-comment # hnb/pkg-descr # hnb/pkg-plist # echo c - hnb mkdir -p hnb > /dev/null 2>&1 echo x - hnb/Makefile sed 's/^X//' >hnb/Makefile << 'END-of-hnb/Makefile' X# New ports collection makefile for: hnb X# Date created: Fri Jul 6 05:37:14 EDT 2001 X# Whom: Patrick Li X# X# $FreeBSD$ X# X XPORTNAME= hnb XPORTVERSION= 1.7 XCATEGORIES= editors XMASTER_SITES= ${MASTER_SITE_SOURCEFORGE} XMASTER_SITE_SUBDIR= ${PORTNAME} X XMAINTAINER= pat@databits.net X XGNU_CONFIGURE= yes X XMAN1= hnb.1 X X.include END-of-hnb/Makefile echo x - hnb/distinfo sed 's/^X//' >hnb/distinfo << 'END-of-hnb/distinfo' XMD5 (hnb-1.7.tar.gz) = e34770da5ee762cb3b5e211c8677c4ed END-of-hnb/distinfo echo x - hnb/pkg-comment sed 's/^X//' >hnb/pkg-comment << 'END-of-hnb/pkg-comment' XHierarchical NoteBook a data organizer END-of-hnb/pkg-comment echo x - hnb/pkg-descr sed 's/^X//' >hnb/pkg-descr << 'END-of-hnb/pkg-descr' Xhnb is a program to organize many kinds of data in one place, Xincluding addresses, TODO lists, ideas, book reviews, brainstorming, Xspeech outlines, etc. It stores data in XML format, and is capable Xof native export to ASCII and HTML. X XWWW: http://hnb.sourceforge.net/ XAuthor: Øyvind Kolås X X- Patrick Li END-of-hnb/pkg-descr echo x - hnb/pkg-plist sed 's/^X//' >hnb/pkg-plist << 'END-of-hnb/pkg-plist' Xbin/hnb END-of-hnb/pkg-plist exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Jul 6 2:53: 9 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id DBAC337B406; Fri, 6 Jul 2001 02:53:07 -0700 (PDT) (envelope-from markp@FreeBSD.org) Received: (from markp@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f669r7A99538; Fri, 6 Jul 2001 02:53:07 -0700 (PDT) (envelope-from markp) Date: Fri, 6 Jul 2001 02:53:07 -0700 (PDT) From: Message-Id: <200107060953.f669r7A99538@freefall.freebsd.org> To: quik@quikbox.ca, markp@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/28698: Sawfish Makefile breaks when running configure Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: Sawfish Makefile breaks when running configure State-Changed-From-To: open->closed State-Changed-By: markp State-Changed-When: Fri Jul 6 02:52:26 PDT 2001 State-Changed-Why: Originator requested PR closed. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=28698 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Jul 6 2:53:42 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B9FC437B403; Fri, 6 Jul 2001 02:53:40 -0700 (PDT) (envelope-from wjv@FreeBSD.org) Received: (from wjv@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f669reh99647; Fri, 6 Jul 2001 02:53:40 -0700 (PDT) (envelope-from wjv) Date: Fri, 6 Jul 2001 02:53:40 -0700 (PDT) From: Message-Id: <200107060953.f669reh99647@freefall.freebsd.org> To: pat@databits.net, wjv@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/28764: Update/Fix: security/cksfv Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: Update/Fix: security/cksfv State-Changed-From-To: open->closed State-Changed-By: wjv State-Changed-When: Fri Jul 6 02:52:46 PDT 2001 State-Changed-Why: Committed with minor changes, thanks! http://www.FreeBSD.org/cgi/query-pr.cgi?pr=28764 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Jul 6 3:20:11 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5B0B837B408 for ; Fri, 6 Jul 2001 03:20:04 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f66AK4v05632; Fri, 6 Jul 2001 03:20:04 -0700 (PDT) (envelope-from gnats) Date: Fri, 6 Jul 2001 03:20:04 -0700 (PDT) Message-Id: <200107061020.f66AK4v05632@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Jean-Sebastien Roy Subject: Re: ports/26997: Update/New port: math/scilab 2.6 Reply-To: Jean-Sebastien Roy Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR ports/26997; it has been noted by GNATS. From: Jean-Sebastien Roy To: freebsd-gnats-submit@FreeBSD.org, jean-sebastien.roy@wanadoo.fr Cc: Subject: Re: ports/26997: Update/New port: math/scilab 2.6 Date: Fri, 6 Jul 2001 12:16:50 +0200 This patch should enable the help system to work correctly, and updates my email . js begin 644 mathScilabPatch M9&EF9B`M4!W86YA9&]O M+F9R"BM-04E.5$%)3D52/0EJ&%M<&QE&QE'!O2`M0R<@97)A7"<@96]F("=>1"<@&%M<&QE&QE'!O2`M M0R<@97)A7"<@96]F("=>1"<@&%M<&QE'!O&QE%]S*"=X;&5S%]X+G-C:2YO"YS M8VD)1G)I($IU;"`@-B`Q,3HP-SHU-R`R,#`Q"BM`0"`M,C@L-R`K,C@L-R!` M0`HK("`@:68@35-$3U,@=&AE;B`**R`@(`EH;W,B(B(B*W-T&QE&QE'!O2!K:6QL("=>52<@:6YT2"<@<75I="`G7EPG(&5O M9B`G7D0G('-U&QE'!O2`M0R<@97)A7"<@96]F M("=>1"<@ To: , Cc: "David W. Chapman Jr." , Subject: Re: ports/28608: Update port: emulators/wine In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org This is the remaining bit from Pat's original patch with two minor changes by me. Approved by maintainer (= me ). Can someone please install this and close the PR? Thanks, Gerald Index: Makefile =================================================================== RCS file: /sw/FreeBSD/CVSUP/ports/emulators/wine/Makefile,v retrieving revision 1.109 diff -u -3 -p -r1.109 Makefile --- Makefile 2001/07/04 21:54:55 1.109 +++ Makefile 2001/07/06 09:32:07 @@ -72,18 +72,19 @@ do-install: ${INSTALL_MAN} ${WRKSRC}/documentation/wine.man ${PREFIX}/man/man1/wine.1 ${INSTALL_MAN} ${WRKSRC}/documentation/wine.conf.man ${PREFIX}/man/man5/wine.conf.5 .if !defined(NOPORTDOCS) - -@${MKDIR} ${PREFIX}/lib/wine/documentation + -@${MKDIR} ${PREFIX}/share/doc/${PORTNAME} .for i in README ANNOUNCE AUTHORS LICENSE WARRANTY documentation/psdrv.reg - ${INSTALL_DATA} ${WRKSRC}/${i} ${PREFIX}/lib/wine/documentation + @${INSTALL_DATA} ${WRKSRC}/${i} ${PREFIX}/share/doc/${PORTNAME} .endfor ${INSTALL_DATA} ${WRKSRC}/debugger/README \ - ${PREFIX}/lib/wine/documentation/README.debugger + ${PREFIX}/share/doc/${PORTNAME}/README.debugger ${INSTALL_DATA} ${WRKSRC}/programs/regapi/README \ - ${PREFIX}/lib/wine/documentation/README.regapi + ${PREFIX}/share/doc/${PORTNAME}/README.regapi .endif + -@${MKDIR} ${PREFIX}/lib/wine + -@${MKDIR} ${PREFIX}/lib/wine/reg ${INSTALL_SCRIPT} ${WRKSRC}/tools/bug_report.pl \ ${PREFIX}/lib/wine - -@${MKDIR} ${PREFIX}/lib/wine/reg ${INSTALL_SCRIPT} \ ${WRKSRC}/programs/regapi/regFixer.pl \ ${WRKSRC}/programs/regapi/regRestorer.pl \ Index: pkg-plist =================================================================== RCS file: /sw/FreeBSD/CVSUP/ports/emulators/wine/pkg-plist,v retrieving revision 1.23 diff -u -3 -p -r1.23 pkg-plist --- pkg-plist 2001/05/14 00:27:51 1.23 +++ pkg-plist 2001/07/06 09:05:27 @@ -184,14 +184,14 @@ lib/wine/winedefault.reg lib/wine/bug_report.pl lib/wine/reg/regFixer.pl lib/wine/reg/regRestorer.pl -lib/wine/documentation/ANNOUNCE -lib/wine/documentation/AUTHORS -lib/wine/documentation/LICENSE -lib/wine/documentation/WARRANTY -lib/wine/documentation/README -lib/wine/documentation/psdrv.reg -lib/wine/documentation/README.debugger -lib/wine/documentation/README.regapi +%%PORTDOCS%%share/doc/wine/ANNOUNCE +%%PORTDOCS%%share/doc/wine/AUTHORS +%%PORTDOCS%%share/doc/wine/LICENSE +%%PORTDOCS%%share/doc/wine/WARRANTY +%%PORTDOCS%%share/doc/wine/README +%%PORTDOCS%%share/doc/wine/psdrv.reg +%%PORTDOCS%%share/doc/wine/README.debugger +%%PORTDOCS%%share/doc/wine/README.regapi lib/wine/libadvapi32.so lib/wine/libavifil32.so lib/wine/libavifile.so @@ -316,5 +316,5 @@ lib/wine/libx11drv.so @dirrm include/wine/wine @dirrm include/wine @dirrm lib/wine/reg -@dirrm lib/wine/documentation +%%PORTDOCS%%@dirrm share/doc/wine @dirrm lib/wine To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Jul 6 5:20: 8 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A629837B403 for ; Fri, 6 Jul 2001 05:20:04 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f66CK4E39255; Fri, 6 Jul 2001 05:20:04 -0700 (PDT) (envelope-from gnats) Date: Fri, 6 Jul 2001 05:20:04 -0700 (PDT) Message-Id: <200107061220.f66CK4E39255@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Gerald Pfeifer Subject: Re: ports/28608: Update port: emulators/wine Reply-To: Gerald Pfeifer Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR ports/28608; it has been noted by GNATS. From: Gerald Pfeifer To: , Cc: "David W. Chapman Jr." , Subject: Re: ports/28608: Update port: emulators/wine Date: Fri, 6 Jul 2001 14:14:36 +0200 (CEST) This is the remaining bit from Pat's original patch with two minor changes by me. Approved by maintainer (= me ). Can someone please install this and close the PR? Thanks, Gerald Index: Makefile =================================================================== RCS file: /sw/FreeBSD/CVSUP/ports/emulators/wine/Makefile,v retrieving revision 1.109 diff -u -3 -p -r1.109 Makefile --- Makefile 2001/07/04 21:54:55 1.109 +++ Makefile 2001/07/06 09:32:07 @@ -72,18 +72,19 @@ do-install: ${INSTALL_MAN} ${WRKSRC}/documentation/wine.man ${PREFIX}/man/man1/wine.1 ${INSTALL_MAN} ${WRKSRC}/documentation/wine.conf.man ${PREFIX}/man/man5/wine.conf.5 .if !defined(NOPORTDOCS) - -@${MKDIR} ${PREFIX}/lib/wine/documentation + -@${MKDIR} ${PREFIX}/share/doc/${PORTNAME} .for i in README ANNOUNCE AUTHORS LICENSE WARRANTY documentation/psdrv.reg - ${INSTALL_DATA} ${WRKSRC}/${i} ${PREFIX}/lib/wine/documentation + @${INSTALL_DATA} ${WRKSRC}/${i} ${PREFIX}/share/doc/${PORTNAME} .endfor ${INSTALL_DATA} ${WRKSRC}/debugger/README \ - ${PREFIX}/lib/wine/documentation/README.debugger + ${PREFIX}/share/doc/${PORTNAME}/README.debugger ${INSTALL_DATA} ${WRKSRC}/programs/regapi/README \ - ${PREFIX}/lib/wine/documentation/README.regapi + ${PREFIX}/share/doc/${PORTNAME}/README.regapi .endif + -@${MKDIR} ${PREFIX}/lib/wine + -@${MKDIR} ${PREFIX}/lib/wine/reg ${INSTALL_SCRIPT} ${WRKSRC}/tools/bug_report.pl \ ${PREFIX}/lib/wine - -@${MKDIR} ${PREFIX}/lib/wine/reg ${INSTALL_SCRIPT} \ ${WRKSRC}/programs/regapi/regFixer.pl \ ${WRKSRC}/programs/regapi/regRestorer.pl \ Index: pkg-plist =================================================================== RCS file: /sw/FreeBSD/CVSUP/ports/emulators/wine/pkg-plist,v retrieving revision 1.23 diff -u -3 -p -r1.23 pkg-plist --- pkg-plist 2001/05/14 00:27:51 1.23 +++ pkg-plist 2001/07/06 09:05:27 @@ -184,14 +184,14 @@ lib/wine/winedefault.reg lib/wine/bug_report.pl lib/wine/reg/regFixer.pl lib/wine/reg/regRestorer.pl -lib/wine/documentation/ANNOUNCE -lib/wine/documentation/AUTHORS -lib/wine/documentation/LICENSE -lib/wine/documentation/WARRANTY -lib/wine/documentation/README -lib/wine/documentation/psdrv.reg -lib/wine/documentation/README.debugger -lib/wine/documentation/README.regapi +%%PORTDOCS%%share/doc/wine/ANNOUNCE +%%PORTDOCS%%share/doc/wine/AUTHORS +%%PORTDOCS%%share/doc/wine/LICENSE +%%PORTDOCS%%share/doc/wine/WARRANTY +%%PORTDOCS%%share/doc/wine/README +%%PORTDOCS%%share/doc/wine/psdrv.reg +%%PORTDOCS%%share/doc/wine/README.debugger +%%PORTDOCS%%share/doc/wine/README.regapi lib/wine/libadvapi32.so lib/wine/libavifil32.so lib/wine/libavifile.so @@ -316,5 +316,5 @@ lib/wine/libx11drv.so @dirrm include/wine/wine @dirrm include/wine @dirrm lib/wine/reg -@dirrm lib/wine/documentation +%%PORTDOCS%%@dirrm share/doc/wine @dirrm lib/wine To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Jul 6 5:30:38 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C751937B403 for ; Fri, 6 Jul 2001 05:30:05 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f66CU5s49690; Fri, 6 Jul 2001 05:30:05 -0700 (PDT) (envelope-from gnats) Date: Fri, 6 Jul 2001 05:30:05 -0700 (PDT) Message-Id: <200107061230.f66CU5s49690@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Jean-Sebastien Roy Subject: Re: ports/26997: Update/New port: math/scilab 2.6 Reply-To: Jean-Sebastien Roy Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR ports/26997; it has been noted by GNATS. From: Jean-Sebastien Roy To: freebsd-gnats-submit@FreeBSD.org Cc: Subject: Re: ports/26997: Update/New port: math/scilab 2.6 Date: Fri, 6 Jul 2001 14:25:11 +0200 Since I completly messed up the previous patchfile (sorry!), here is a complete port. js begin 644 scilab.tgz M'XL(`&JM13L``^Q=>W?;N'+/O_:G0-/<**DC2J1>MG-R3QS'V7@;.SZ1[^Z> M-JT7(D&):[["ARW[=OO9.^!#HD0`!"S'>V_7/+9(87XS&#QF,`!!*C8=%T\Z M3[[G@?K=T6"`GB!Z=-?.Q1CV$]&[?,)Z@P7?5JCC2.,$10D^B M($A$N.L9(>Y#*/2P1YRW?W@Y;5LD-J/OD8?>[0[[?6[[Z[T!M/G(&/5Z`^@% MT!=THV>,GJ#N]U!F_?B3M_\X:W_DQ`@CZ`O$3QS;,5$,CO)W&)&K;$0BPW!M$_"LG"GP/Q&GH.$$V MP4D:D7A_>QL:_`AR#"*<$&3A!+)-HM3,R!JECH-PYL0)Y),0"X0G)`HC`I\( M^Q8*HV`:8<]S_"ERL3]-J7+73C)#)S@!N6W7N20HOO$3/,_$?4Q]*R)6C`(; M35+'3=J@KX>!P4Y],RM!GFV2^CZ5"N)!`3-/_1P2?ZE@EG2"_9NE)->91!B* M#44KG=DGQR?0I0[<*0&:MD@_#/PD"MQEPEFE;MV<"12+G#F4FGQ+L>LD(/@5 M"L+$\9S;K+J7W&-GZD-30(68)(Y!\RK)2]TU^&>FD!.28)\D>0W<>)/`A<8W M<8@G3IX[2F91D$YI]88NR9O#QB94Q?;//_^\CV9)$NYW.M?7UVU0Y)OF^)&# M-3OJ%(YE>_LT2,@^.@^@T_BV,X5J1#=!"B4.S$S]3"24$EL69$8G[T9;R-KJ">\213(J/D.<`I'CX;S__@H[-^B(ZYO!]\ECT;['XUR M^]>[X`!&U/XA`'RT_XC2;=K[NZ-R*-K^&<_"ONW'9?$WVL50'[^WS5Z?6K_^L#0 M'^?_#W&LM'^($W/6QK_=G](5P2,7O?1_S_$T8994SZ# MBHLIFS;=^A`YZ,?416B(].[^P-@?]*"5NOKVSLZ.&*WOZ\9^MYNCW[Y%[?[P MU2[:@<\A>OLVGW:2>1A$"3H[./^8)_QR<';VZLGX[&XX]'G\X^''\ZJC-WYM"M8VU&W##'EW*J;'D.IT?G M-*%9AR4P3TZ2&]2.T?/G**:7EX[KHM9__ZU%Y\H17!VV$(EP3.#R8PM]2YT$ MKKY"8F##Q?L6BM,XA*O_:&45-NS2"AOL/E:89(5!L/AJA'9T?1=.994E,^*C M;;1%YL"M[Q7ZN#'9;F^]0)F^$\?/2XLZB1=VQJ9SX6'_1QYJVV@]&;U$ MS[=W@%N9*N:!$YYUGNF:B1-D_!5U M+'+5\5/7_96B',@B(7&"VCYZ^LQ^2M/RLK:WMK;6RK4JBRJ_M<6F@)2M)$[> M/+6#U+\M(0.]F+J];>+QMFFUH$:5H'_DHA&DT&#'\8P"7WVXO#PXO/9 M^?'GT_%+A-K'S_Y^]M/)E\^?SW_O%#*V=QK0%\>GAY_^]OZ(.F#T88G]L,1N M_RF]',O^)_><1U/\WS<6]W^[X`&R^+_;>[3_ASBH_5=,;\V$(9@?&$NKYP&- M?7UOO[]7L75]0*-8>LK#V*UG+R`V>7

F&AKWPBA%(X,FS7+B[?]-JZBQHM'8T$,8%%-%QY\,A MA%8)`5Q65_U1YAC[@S(6-"WPB>@UHAW3O+)1)@O"YY>=I=0VA'ETH0Z([XY/ MWQ^/SVED3KT89/WEY"72`("C&^I)/QV_._MR].'X%W!Y;\,(FG#^EI9Z>X=% MR5TS6(7K[H.TMQ!R9A'GK^&U]2OZ%_":?U^P_5[1Z'4>=!>%&NR]@I$<(MP1 M/>^"=->'V#OFR:Y@&;QK M,O.[D:8C)[5$,_DYDMN^FFR(]%DR=@KYBP:ME&I'H4;8_`S9BY))25_4#$^& M((>L=&HUQ),#?3GU*[TYS[4=\>3^Z4(`UOAOWG,>3?'_8#!K=W?U!=SGZ\V!Z=[_7JZ[X]0;YFE]VIJ[_Z/,':HD(%:/L MFZ?/L'EA7EW0R)R.WT_I8A-\^0&,$HA%>)^-S&M(FC:EP[:&2R8IGI)EIYI/ M-C.`R]]7I.Y4I*X@2D!>D'Q,?@.)RX2,Z>MRO`:F;(J4<<$0]D>W=OU@V;]U MSWDTV?^HVZO8?S[_'SWN_WB0@]H_F6,OI.UOPB@)':(\'W9RDR^_:_%L_=9` M;['83SW$707I^UU]WZC<->AE=PUZCW<-9!;!-VI_EOV3>^I;Y=%D_\-AQ?Z' MHVS\UQ_O_SW((;9_[X;NM]W`[MD",GOOCQ[M_>'M??U@V;]]KSE(C/]ZY?[_ ML)_'_X_C_X,<(OO_`!TYPOY]10%RXL`WK-XW>/0-W],WL.Q_>L]]K''^/ZK< M_QMV<_M_O/_W(`>U?P^;49!MZ#'A9`47$SM7=\?["ZM7849 M;'MOWZBN%?3HTG?VF2T1!VER8:,W](F;.)W$YR?42%ZU.JU7K:^MESNMK[$9 M9Z);KZGI;,V"N-5ZVMHI\&!U5?#$\;_FYDOFI/44M790EL'+U\O]("BW:GJD MOC._B.GMEW258(6M)43G^?G6=GG*]J+\T8W_A&W_ MLWO.H]'^>\;2_@>#Q_M_#WA4[#]-'+>3]>:YM-F+>,#:1_N#2I1OT-U..\9R MGY9CHY/Q^\_C912=>F-OSPIJIC.1%:VTS5&L'D#LM]!P9 M?UWLJ7J=&W+!T0`L3=>D0W%;SY7N=!!E1C8&"\K-.XJ"W<$_RYT$EOT[]YQ' M\_I_)?X?&(_S_P<\5O;_Q*G?F5W06/>"/IFKF?6=P/T>8Q.0F$_?IZY@M[([ M8)@-^_FIC.E_WT;_F@V*U"_X"7)>4UN.Z4/&)C)GT$9V$'DXT?_SO]Z@IVO& M_9>X\Y>XMF,2/7_ZFIHW3T@C+V+Q&ADOQ2\Y_P=Y0410SG)HS,&J`O^YDSLF M\'(.O6_>1?^`3J'R_&?H.O%W>/I3;/]Z=]#51^7SG_UA-UO_-_J#Q^>_'N18 M/OK5.3C\]]///W\Z>O_#TC@_4G$L7T4?9UY,KDO89B'7B-DPH=X MQ3/T(DSQG/T[,G7\?#&A`7D26(Y](P4=)ZG5@%RH*"CI+\7FCX;Q%BEU4(4E.K7ENE>#*O5T29;O`(-87>N0PI1V%LKR>.&<`Q3^J8 MI\>8+9I=FL4V'DYZVU^GS(L>N)X^):M2RK7![*1-4QB@^628(#"(Q6Z?=CQC M$&W'M^BC#PS2PD=A9RXDN^$,BP"S,!4*J/7R=4`\9=7)DARX.')8];*$I'X@ M!(!%1^)B3LUKQ^\9(HB'+YOJ84\$H&\>F,26"`)=AHUPD_R"2?(P>%EF^R]; MT6/I7A\O*GQQD`TV\"$&<*B6ZXK(9=?CBZ\T'!.41F0M$:`31IDLX@4Q<_S. M*6`]+<9 MLM<$26%H;-8ZB;+54CXD&W6))2$)B]L-1KE&?4+J7YI`?F`1(\Y?`M4@RFB2 M1=>2N!EBW_&R#W;!%N0ANP87=+V!?]!`[S70^XWZB>FC!OI\W@`P&NB[#?2+ M4%1%_RNHX_*=6?"5OHJJS9&S!I,&:>'J:+8&#+,;BT[2("^VM!A?"0!S^KU1 M]PPEBVG2G.#+N*%*J1\/TLANRC(F"3%G65QD,ISZ`CAQ+@E;5A1,8#9,3T*Z MEPK)9L"K'O?;E/YSNBF]V1G0ZRZG!7(`?]A:I:]')^N8PR;`!Q&`S!.37<\+ MNLVFT^H7M,&"S*FEC$X7VKJ"OB!KH1@ M?4E8*(<;R,$L21@G5T@P(/K)OH%OLMB-6:*RE^#%(3$YOJ`B36?WJ@K":$3T M&A']1L2@$3%D(T+B6ZF;>L4%QPP6J)L;`7'QJD9FK2U@\?)UB$P@!#+TGZT) M)=+0R[]MHG/DB>P$[C;2$5$YH4E`Y@4E!]3C[:"#S(KB2SHL12SJG)_G4F`1C;TXO(C9F M&7-$[CI%B.Q3I,1-HEU'C"&M5#%T2><('$L$XW*>*_$*P1:MKSJW^<_)+J=;J MVLPZZ!PB)&'%4Q#=+AC3B+8!E^<8,B+M=0Q3$`SDH6,6)W;?+"#T0=@P855H M`8A]'$(\E0BEA.!5K8D0XE@7T=079%0`Z#N[N1AL!BE]D;(P)][RT&JE,.UQ M%:)S`?Q.'V?O,.Y<.S[0.?YY@-$C9@)-V`HE.U-`X&/?;E4""CZ]((LPAX'3B MDLPQ@Z5^8O*4<,:2$I$VD'$#_9N8?N4TY4`&"V:A6*,=`\<:HQ@P2>6FC=J)1FQF\[*#@`(JDF;##*MCXHC=%3.J M;2:[F]H$!I&C\4<^1?OIX!.;"O]\H91(YHR1:TDTV$11(%LRTWOB M(M$]$;%?)YKY#PC0-31VD2H`3IQ?(CQG3CA1=@D)G09`;,ZHS0DQ],Q9#/2< M)`#$S)A!/;$KLL30L"O'\3%^$'E2@@J@&.0Z/GUPC0\J`.+L(L>\L&*38Q,E MBB(NW!O,64JJJK6`BNLA"#DC;RU+SE+=>GV!P,8<.2MFBPKS''%'L%/7I;>3 M.%%!5:4&1$P:$$%#-X$S)(@Q1:D;*C"^<:]`8=+0!2;.]$2,"&,Z3?#!DT0X;-D)$8$A?;=EQ\(ZP**6-2W#$"5T+H.U,`K&H<1;2M#]/(-"_@OXC!!<_+>/*X+3W3FQ* MRLU7I/BKTEF9Z2M#[Y(M`TY%%0+9#9%F/S[3F9!;AV=3):8X\YJT0)T(QO&: M)"&JT(F9&P2=5N`5)QD(,Z<5R#EGT?O*ZQ2_B,->?@"R%EKM3"] MJ<09\"F1KK"8'!]5,'/"D@4WQYTNZ)Q[1B6=,QXOR(*2973.O9,%O:=YH2ND MBVJ.LS9;GM+-Y9Q.*/I MA#TM`!IT1W!-7-9<,I-DYJQL73G39DIR/,(N15Y`?BF`:K&F7DL:E_ZJ9D22"6177MU%LJ! MLM8/^%)[5X?G1KV^=B!@(//:"H<8 MW56$"^VMCG;:KD8?G%?BJ>W;$7/4MM**X8H5Q(W@V6AE[6M+5@UP)74,576X M$P"F^-J"7@-<2?>>% MU"M)F8/F8:>^)1K`UWF4"JZJD9K5<^>-;+"2+K>XOOHLE*]F],I6K&;$W,D` M&ZS<.Y4M6,V\N,N>++#:.*=L5DJN1]D$1TK*JU"F]>.V**Y/7L5/HT,@^/?5H&_85,2&9%8$GEMD[DT$$_DH+]Q M9:Z_\WYG1]P0#+S`0!GHXIWZ;!?&P-,[QXQ7&XE8BK>.'/L.V[/R652+OOY^ MD_,@O"LK=E7+QWTMF01O_?4S0B;3P_3%+;IF2K=;R:/-9#A^Q%=8J?8S!OF> ME\$5NU+&H]B7JCRJ3JS;7*)]4Q&'R_P3>I/J5F MG,O?[I"#J[H9-3^F[)+N[![N[ASJOVR@Q*8P"MS!">1K9/';$D752PW5:S]((=NUUMA4.QB/7;:;<7]&XR[,_/XC#B:Q+QMV5I'T M'97\6'8=:3F17I)U"#Q]!;;BMH(:4Y%B*+$9);DGQR::C%5Q^/ MI!N!#>9'\VL,M>Q M8-S9FB@WX924Q2CJ1J*VYO?]*I<9A@J]HT1#(ES*X)47 MT-U4@K&I@-ZF`OJ;"AAL*F"XJ8#1I@)V[RH`+F,Y#\OEEO:8-0G*@TE-PAV' MP9H<^=%)U`I[&YOCY@9]9WLLVW+#_#/.J-^M-ZX[1A49,?LEI\UYF;GY M91OE*VQ^+]^M>T;W)W\V;3D=CD/3E5D%!T'Z)]06\?D/UL>RVCP\?@E^9?[V MD`V'8P7WW)[\ZJ8L;L_Z3=5DYQ?/]&_\3V)OMO1+;C]XJL.(#>C21\]IF]AW M9$&;8T>+U)QE:F-Y3O8LF?473:_NC`0LGU]Y""MGI1+P M.3DK!\P2\#DY*R>5$O`Y.2MGE1+P.3DK)Q\3\#DY*P<:$_`Y.8L'5I/H&?GR M@J\48!S)/X<@7_^_1_/Z62+GY'[.5UW3GD:__^W/,SO@;S>L2?D.XKP^$EAPV]C_OY!/L:?JLO/4MY@_HL_+6 MSXD\H,_*FQWV@3XK;_U0Q@/ZK+SULPP/Z+/RUG=//Z#/RILU(('&Q_MF]%E9 MGU/JLP3P+/D[2_S.DKZSA.\LV3M+],Z2O+,$[RRY.TOL6&?$P?J6^E/XG)SU M#?*G,)ESNSNP$Q*+DN/OC`/ALR%(-MTY$8(3G)S1\0&%`!=W3Y^9O^7+;W]` M^AVS_+D^/3.Z,7WBXJPJ\`&*Z0O@`-0I#@Z0G.+@$-$)CDZG/FB=\_#GY\K# M]^?^`!Q6.\7!Z:T'^+G%^?.Y/_CA[!^<*0YGYH].3Y_B3\_-_[SQ%7[`C_FJ M7'_%%.7TET38<-9BY];H/)E]=NZ8>';NJ..#+I%GIXNS`O%=&*I\W@_.K,"Y MH^X\(0Q?X/R$J4W9[-D9KF?/UK]GU1-<+Y'2C^?D__1/Y_84./LI#ODSNNIL MG7JNDDV>?I9V>=^Y8P[*N(OSO[$US3P&9=;Q%^< M6ZYS+[F8?O85DG]NXA??5W)OJK9ON9'Y]URP<5/$K_X MJO%Y_G#[X2L:&T5&4K_XJEY]>N[-&=/7SF^[LV7[*7]IS/B#KRC7&1>V1"W] M59\Y(E+Q9 M_O*8Q:_4&'M*#9XO,.?VR[FNT].O\3B>?HT?^)2_\LC%$.S)M(L?SOW!G\_\ MP?.G9YJ^LVX-&OO]:W[U_*M^]?U7_>J/7_6K?_VJ7_WP5;_ZTU?]ZL]?\RN[ MB_XK?O55LO'LJV3CV5?)QK.ODHUG7R4;S[Y*-IY]A6RHL:7%;=G^&^2#+%/H M@L^8>Y8%AE%2>7./3L2"G`-SSP<$F+LF/>9,-S3]5DMLC7-RYEYL"3#W:$N` MN7=;`LP]W1)[D'U)(/+LBP:QM<\I#/>>P-0F9Q6<>\PE=N4Y,/>D2RS'60., M>]AE5L6SFH174&>\\#)U_+EE.8?GGGJ9>O.\LIPUD,_,G'UR91K-9[;+.?B9 MA2&?@)ET^%D2-SU[AS[6FY^9^GC6@WW>A8A12>Y[UE:#KS__-5WSGXBN^ M<_$5WWG^%=]Y_A7?^?XKOO/]5WSG*SYS_E>^HG.^HF^^HFN^HF>^HF.^HE_^ M>/Y7_GC^5_[U_*_\Z_E?^>'\K_QP_E?^=/Y7_G3^5_Y\_E?^?.974K&'\M`^ M>=\67?ESTS]N^].D7;G=-O70/WGV].FF+9_DS;'[^/1/C]>;+84^>\JC%SSZ M/8_R9;V@H[DBXG5WE+\G5_PU?^#5_[-WSUW_#U?\,W MP!NZ!?@&X.O/5Y^O/5]YON[DT+'-5=W2W)U=R15 M=T?2Y>3J;DE0]Q_^R*K\&0GJ/B?UNL])NIR@[C.2JCNA[">0JCFAZF<@6T:J MVH2>GT"DY68D76^DY>8D74ZZZDC+C21==;KF=,7I>M/5IFO-#7%"L\]`LM;< M^";4^@12M2:4^@12M294^@QDRTC5FM;GNTU05CD+[BG02AJ7I247>=K[?9JF M6OY57M1Y<;H1V_UU_^"O_770R77*6=)C\YU$4M>LC_WP9+\JZP>W6"\1)?]` MY(V9=37'![=R+ZEJ"X#]*J]THLVZ#F2RRP[E\."V[9/RYJ9W.@#M+^JF.^A, M8;)IVGN0459?%U5_HU/#]F+C;L)0F/ZPRP!AY*34D:[,\VS`T,IN'L+=T8#^ MJ(M]UH&OF?_:50UHH.KS;E4-'8",--<8`40.@/T*BX8;6*L>2>M05AN`;+.N M`$@.D6T_9&M4FFW?%CD8%H[1DB%OVFT&BI(3Q37-DK5@ M.#2WC((K/@/QW!H?O*TR)*'%9]3A5LD5X&,&RL(%PNKXO-W#$;'98X'/CKN# MT8><+3E=*!&HD\V;IP-9L6N[HE;3Z^Q0]$@FUF4-Q4]EK`SK@!TJ*A$'K@HY MB5$)KVA49+13^J>LL.A$4-0J%,R"RD1+I4+.)NIM[)4-:&6K)O3^)IAQ?*M4 M'"EZASF=KB-;B#B7"A"P0T=3!BBG(W310.,A>@)Z3P3W386B:X:['63DM+K> M#][EU'/9HB'L/!<5">X6&C/><=,'C7,3523XHWJ77^`N'TTG4*85004SE&;: MHC.SI.')MUFWDLSYR*Q7^:IOUQC;2'S%#RI7D M'RV@2O37%ICDD\R@>B7-\F900T#[INEA!2OS/5C!BBF4A20?:`%!Z;,0;,W* MM`%1<**A+$04O&$*WA`%[_M5QLB+!_%''08%RV/41W.V=#E7NIPK7\1CUT8HM7<65CLI+FAB=?)"J9\5]\L#6 M\\#5\\"5[L"5KF9+QRA4AU&E8S2OP1JV=(S6=!A5.E*]=FSI"%?(8U3I.JYT M/5NZGAQ?7.G(@7C#ENZ&*]T-5[H;7+H#XX4<&(M_Z%MK\WM8@9:SU"UC@%O. MKK:,N6Q7&]SZ%J)R(LH$C6[+F=R6L:0M9R!;QCRVC'%L5[\QC7`-/Y>.J2VR M(`ISS12&LM(M8Z-;QJZVC%5M.9O:,J:R949[RYG)EK%^+:,Y6L[RM8Q!:U%^=P7_+F.L[4=,R?N&(/<,?/ACK/:'3,7[AC3WC'S MX(ZQ_QUC_SO"_C\\0_XP%^@@=)R#T#$S\H[Q(CIF-MYQKD;'N!H=XVITS"R\ M8_R1CO!''$24B?`X.L[CZ!B/HV,\CH[Q.#K.X^B8.7S'N"4=,W_O.+>D8^;N M^X-14WL8G^P8%Z=CIO<=Y^)TS-2^8_R@CIG6$_Y&Q_A3'>-/=8P_U3'^5,?Y M4QWC3W6,/]4Q_A2'<`4G@A0=XY=U3("BPW'"CO/O.L:_S8QS.CG`XE7V;8S[]ZH_H4^1B#K5& MXU9H8`N0"S34NHM;=2&^2+B;/>-N6HCY'G0GR24>:N7&K=L0A=JMX))RSRQU M]ZL]DQ.QT&W7=(B\80MQ'R/H161%.8O44I5;J"*^2'EYU"H5M49%K5#UC.?5,TY5SSA5 M%F*:BO"J>L:KLA#QO99QFCW%9$:$PWIJ%Q]]%22K2E;!RUX.,IIO!$ MU,133&;$%-=33&;$M--33&;$;-%33&;$Y,133&9$K-M31&9V(R9V\%J[$9/" M&!>V);=B6I!Q9%MR.Z8%I8,Q2PA^%)RC&',K6R:<9\,`:X;*B4"=Q8H2NDT6 M:^K?*(PIVH8K&J%UHV7NF/#*EBO6MFH::)X,5QXRZ7S6`A//X`BLR1OR[YDAEQY2LYZK9 MESOI[-D2XZ@OS#CI/XM'=N?8'5<#(JAGY]0X+SOE9*@#13%BUE-UI%RJEJJB M57?%KBM@+ZV9;S)FR07XJ()=X`\:V\6,\.^IG`B/W>3UC**>4U\D_#>KZBB* M6-6RT\J2F`;5E*1F5%X'BFJH+UY0U/<4]8RBGA.4&QF<9T?I0JJW#]G0E7=$ M\U/F*4J[FPX+=FGWP&',EJPF MMN*",\\+*3HR/<`,.Z=:,):O#GE%G+7*29&T3OWQP%7C4&Q*\<#\PAOL&L:; M,A\FR4-V!V=K%BMK"BNH6O2#L=DW93:4#<3=04=P&#(>=(38EL/LZ@\#,7GM MF;SV3%[VH"-$["(1`57B6?$%)IT)GD%V\0!"#0'Y@XZ`\@<="0A^SQ]T)"`H M??Z@(X0:IN!$0_F#C@1$%+PA"CX>=*1`_-%PT)'"J(_F;.ERKG0Y5[J<*QT6 MZ?&@(P525=AR5=AR5:#413SH2&%4Z4JN=!5;NHHK7<65KN)*=V!+=^!*=^!* M=^!*5[.E8]1@.)Y(8=1'&[9TC*X+QQ,IC/IHQY:.<&#B\40*HS[*06P5>JX* M/5<%LG32/1D+Z(:MP@U7A1NN"C>X"@?&"SDP%K_E#'#+V-66,YEC&I+3.66\Z,&=-@- MZ#@WH&.FTQWC*W3,5+KC'(J.<2@ZQJ'H&(>B8QR*CG$H.L:AZ!B'HN,@8AZ+C'(J.FF8J7O'^"\= M,VTG_(2.\8,ZQ@_J&#^H8_R@CO.#.L8/ZA@_J&/\(`[A"D[$%SK&G^J8V$*' M(PL=YY=UC%_6,7Y9Q_AE_MP@`1&?NV,^1WAX'>/A=8R'US$>7L=X>!WCX=E# M@1"AG$!J/2,<"H04Y>!1:Q3A4""D".>M9YRW<"@04M![(Y=#J%6.<"@04G9' M-0$1A=HS.1&+POY0(`'!545R`8=:OJ$6;\)Y/T@1/F7/^)3AO!^D**>26B>B M5HG">3](45XEM?+3,V$J<%0/4I1C1:W(A*-ZD*(\(FJ=A5IEH=98>L;9Z1D_IF?\F'!4#U*$(],S MCDPXJH>HEHD=Q:-Z&"-"/CVU8!./ZF$,^P0M$V'IJ264N$,28T2H(I[HPQ@1 M88@G^C!&S!KCB3Z,$3.Y>*(/8\0$+)[HPQ@Q;8@G^C#&3`I:9K`X4Q'8(8\\H4;R@ MJ.<4]3VG+BB*6`(*)]0@=4%1SRGJ>XIJ**HFM0#3$J1&80H63S,19E!\C6U1 M_B/EA/B33(09L<>.J/Q(,ARV(IP1?PJ8R?%.>A9N@=DC3P16B"\A+IIY?N2) MR=4=",.ZDFJ=DHH0E-3D+5RV0>C4D@IC,=2!H-Q!:L9,,8>VF/B`/[()(']D MDX#\0R8$6#-@/-V)L4;&\JQJF\J^;9@W9K0*!_4"M3=RF-4`4B[K#$3>;+?2 M%1NQ/!?2O1,!*.L;4(Y-,13B2[^Q0DU7BX\/CTUS'/;B9;8Q(_.I$C#YH=YT MA71>,T#5!2A.?]\/1B$@J`(U-__;9CG(QOSOHA+:32D])A\(VXM-!YJ_ MI:A-T94W2+3`?4U39QK;!@:Y&<.KO"FVTI/=IU],GR>/$B9<)GDR^%0MZ!43 M0$*WJ927#X#XQ@:0TV&(0:6)4J]2=O"H0-!Q.N,5JL[8<:P3P52*@J). M05(1=$H:RXY#\Z3Z+*E=EZQX,"Z]/R@&SQ'VH?9!4FLQ#_%.5`^@')IUO]IU MF62&'+/MBA9DLZT&M1S%YV-9/8.$VAK#JJS*X5YC\J&#M7&/I>NM-FQ!LV[Z M\G#42]OGJG384JQD#VQBMJ+WZ9FLVG:?-6*=52A6I>06 M^=&05)->"(=LV&7B'6J!P;W;W[15H[:8$50CK&ISM%WS6Z^V1KO5.]_,:K-N MIU?'#*L;/1=+(`$XE+6>B0%0WUYW67ZA`NVQDVZR<4!YL.-?+\BVR^J\5)$= MT6RF\WKQGA`5,Z7Y&\E&^O]=:J!&VZV4@WARU+D9[F M>9DO5TRKFX*`PO9#D6WN$73?(QD09_DN59J3SNV_XJ8&JZD0;NAI.3@O4P?D MZA[C MK%AG;I`."-,`A6@)87,3$BT]NC0:XZ<]FI3Y:(-"Q-F5)@$HC^!]ZP2P-H2N M&:>.!NG1E3+SG8GCFL\K++*[TL;?5%\JT] M8`C`TH+!8"K;+K5H>B/NH293_T?"/%JA<09BX`8ZU'<]2% MIKC)*O"MHNO6&]<4@Q>PF!6H\_P.HOOV2+D!6$MU_ZV.BV!7U M1F>,4P8;6@HOC,FX;:ZH+KWB>CZ*/1@=V69C/)]&E^M],SCHD.E"TD,-!`)8 MP23YDDN+8:-DWW.%VER8)-!Y`VX$`_7WAW4CQ0A/*IB.C4UE-[8PZPBQ&HR^ M*/KA'CH#5EE*P%B!(T MD/?R-"+*.V:>JXP;$VI1G$NJ$M'YU:#1O4(%5H'@IFA(]+]084`VT5'1F.B4 M:LSD`:M-Z*<&&A*\;;7,P6E7&>_[:\CD?ZF"$Z:3:N7C-$Z#W)Q3`_P,3JJ MP'JWZK=&/UIMI.@N:M`5I=BO2/T_N8L:-KJ+ZE`MX.=Z*"=SGQ/(TST'COX; MH'`%@TNI#MKHPZI"-?I;J(8<&>Q' MFFE&Z2]NQ.TC$Z(#UYEX["4093UL"E";LNP.XK-J$U-)`8()V77-$5,ZL"\K MT(7[3-P"&@BB'-O>B+:\@2=2G;S_*B`;)`K;+5115OC%4'I@\B\@D^(S;-OB M,QS/1M$]@W7.B4'T;0_:-M\7K1@&FICU!2R.U9FXS"8K7+-O,U3LS/Q?"]29 M<5MN4-6V1HVOE"W`40<83%MQBU^45VMFWT-ZND=Z^OY8%;=9!89?TPY0SMSX M0X-O*QXQC-4NVG[HQ-G/A\SE%%U*/NFDH]`>*J5MY1YX%A#Q'QI:$3'W3,W17Y1 MR?YX;)Y^N+@1)]ZAQ(7=LZ=GE+65&`%;=I7@N7K(**K5!F14%5D_]-)TQ#,F MCTSVI3U3'P^;4KSCX*30:4?:0Z(?';XCN-$+`=6$/(B>ADPRK%&MO&ZT$#T- MB:('F#`0-&H44#6K**!JO8*`:HP74(V(LJ<6)\B>QD39TY@H>WK54S)55(6J M]ERZ<;F.E:2L'#$T15N5PQ>5R>H]2->2C2%7?]Y(>M*EUD?2VZ+3 MEB6\'!P:T(Y5LWOV5`.VY9WZ>WFD6#'8=?*62`<5XN:SQ6@3C$#,0A4EFZ[6 MP?C7]VHA^U8[IAV0CNAP*0@U#EH$J.E6HE3`"CW(8=!SL*,&E4&OP^=.W)4: M!1(TPDZO0X:;`;9TAIHZ@PV!FMJ,CKZ5%QCKP/WV_SN^)5`>:N]=9(8YU^?FHCN>JN%OUC7@8(^8""E(, MB@\[&<)>7@8)(\+ND[K-;O0B-SMIZ=A;`^QW&(>G.93B_1J3SM8`T>'VGH/@ M;T\&+>UUS10D`/80T+.0+Z6>#7P`Z&7PRD4CG.N!`#4+U!"P'9S[I*>##PSZ M![Q?H0"H'6$SRH<9)_VKIZO?AWW@1J2>#L4`=;*:OA7OOYT92KV%]71GJA7` MS1.T#+SWJ7YBU'U:5\0)D\*,WK#"!!6IY8*1<7*C=:UX(W^D?4%O5S9Q` M`;W;K4"%N%]NN]TJH;P#L?"R=,0[:PKC/3$M M$^=HJ4"MZS3U(F%:87+RO8AH'"A#$0B%Z9<#.1!@4XD*\`\820F]6NV+=%>I@ M#XB]M%B2JH`8[Z:1KU\,4"UOKQSS:;.ZK8[BI5D!"Q?,(BJKQIV" M?M.SF$FJ#CHK`/(*Y@MDY!6.#D7=I5-1+>G4I$DPYXPTP+Q/H$->*X$Z>H6C M0\$>,!!JK='ZR4P4.\K(>!D"\ MBP6'EWAP>>$_8M&T)E.G@IG3H;GV!ZIJKUUY=F(B@+2,&AWD-M/H.CFW)FGR M.)3J&467+D]O7;*W&QJQKII MA__4?:^\,..S,:7M2O$N$)\-*DM79)M\I1'V^0[S*0W99^*1)Y=>W,C/+`5` M7,MRZ?EAO0)"4#4[,_Y$)].W1@\;S*A?YR6IN2C[`V+GV6VQ`''/I6HU2OH- M\=>@.89N*Y_R<\1=?'A/8XP,VG=\P9@`PV:X;XM&FF_$`0X[K^PWA9J)O25` M2]#;=N5O-M&@UZ;IK]7*;N2]-B[=6(=.N3'.YU'V MK95EMUV6MC"'9E/8'8J-&)+P'5V7=ROI^/=$J.+F"'6<.T(MQ]TJ MWS=EK@N3]5TS,;(PC@_Q`)\CZN*V$+=)QSS$95"Y9!KL6W_:H5+QV(#:AL MWHE(7LG;B>*'E'M=Q_+F!:ZWO,>>E)ZJ^ATP."5.4;=4TJJVQ4"D?_IX8W1?TB.K&?8N)#A*V M81@&#KB<&9/(>36Y0,26!D*F]90WH":F.>*,Y`W:4X&00G?YR%L%@ZK>EC7. MY;.>B]$3A*8FH`XB?7N1;:2%GUEA5)-@40YF M?KG:%Y4QW_NLM=M#5*?Z6%_@V94KP?I85JI6B1_OW67[JR%;@YF2D!N^N5JKU<*Q_KW,ZV8-'L'6Y$G;?V\KSAH+NW M_;ZY)?(RD\F5G='#?C4?M7$P53O$BL+,_*2OJ>5;PT/C":MR?K8F+,GYZH51,W*!1H788J0G$!=(U#X#B1X2(8B("%520I@1$=*] M&$'J8YA1@6:14U48=,$.<49-],?@GBHL/KBGF:@0W--'D:HPPA*G0L38E(ZX MF15$I(O0HQ\,/^3#.#JA[.5?Q"%T!%8HQQ6*@2G$R/MT3F(T"(+U&L,9&N3# ME3J!BAPBZ3K2B_>1C82?26A0#`;K#*I1AV6O@WW9P6;IN!K!SNYP5W>XHSLL MY1V6B/&%W'CVL=@`%^Q11T!E`I7V`W,;H; M&X/.`%%>$IT8%UD%D'R*=D*@5(20*&*`'HD+7)@!DMX2MG",OQ(0^IR/-"I, M6/#7?(081=3*^JMP=Q:.^7N3&S3A:+T_Q;;5` M,>2I3W.WH'7GP5UMT,UBF-H'9V%3U*5C&!.!\Q"E'AH8Y+G=E'6%DNBNE71R.*.Z*0ZMGLK7*00/LLT/F2PAIUM+2@T?: M(M^K!5&VY;KTJME)(>N0CMK<%!&T5VM\CTY\@6]",KW)NB(7#[4YP%]`JC;8 M8'>)BSL&/+)!?6=;9*56)SS=+9U@=LR/;\!GC`VRARGTUA9#5QG<86`J1!B8"A$'IH+X@:D`<6`"Q`Y,#?$#4R'?`G*;=;6\`!RIX;Y5-K-'RK@M%^)K$I$I!O=&'<": MXZ"L24:J/A[@!^OBMA)/E$;HT&PJ^;V-")G6S+J=^'!4P(Q38_\)J+*OY3\<,UY)@45I MA)0-4Q-D3(>TVWD&97<8VFDODHV4O"%TQHB;4V=,U\%Q8B@X3+;*3N,Y(VYJ MG""C47#/9:(;'QE3>T)7;/+*C!,`Y+SDITWV(YE^\M6HQ/9&`9)OX3AHJ[6N?:"`=&K69CD4%"JB@C'4J:G^="L8&0?)ZVDQ>Y"=G M3XPMI,2%VH7*D]87%CH/0\HBS4Q7R^\2+9TR`$4G$&#!)]6IX)CK4'#Q&0A+ M2YQ]`,K-8W0FSHAT:IQ>`6R<[@#.3^ETJ&&&39R+ZM0XL85C4(S\C+K*3UGA MR!$7K"=FI[UTM/"$="8&`'0J!A.@*%^(3T$M9O:@W'[&![K%Q21@@?Q\%F%^ M'HJ$79L8^ODNUL#BFOT$=_`:-7@4Z/Z4<4: M&&C/0)P;Y;QE!&F[J@^%4;G%8-\DW%](,8((&6U0BR?'(Z2$>L=\]D5^O=IU M62NM<(YDV>5'<=5G++SY))==4QO':R/.DB.7=4.9B_?<1LJ]-:H4HOE6?EC[I<9.Q MPZIFH!K,%-(4E2&SS6\K^\8=')YC07-^Z*WZ^UK:HS`58+,J-N*%OW/,=BG` M-D55#`77^?8Y!>;34A!D3+=#?-V(!W!G"MU>FTA]USM'O_JN(@+[9,?DMFAJQ]$EV\,#>BG[/> MOI,"J'56;VY1Q^RS0UD-L'6BSZ+[>7;N7-RM]O)+C&/9K,4Q2B_G.C`OE(N7 ME^BF-*,?PWU6%;U\I/E$/1'NT'6=M;W\#.\XKHMN6^1-N.)\ZKT+4?,'6#K6_=`2ZE(Y&BR,.<4#L%&) M8BZTGP[J+E\8Q'H6L]$$!NA:4$R)EJ MU\FY6J!(IN;SP:F3T]Q0Y^*T`U"E?)5QRIEFR*"P*70RD`P^ZG<&]JX)0RJG MM!YZ"`RGO2+TP/CJV&A:=&SI7NKL%#5`RFET!0$XA1=`+&@*IR!PFA(A0'J0@MLGGZL`J0M7$*=4ZNTLN#0K`& MP_-@#1XC"[P/LW*,"Z!1@`.!\/JFCHVN,L!MN("\C3)"] M9=-*MZP%Z.5/'SY^^J@SES?&@>A!H?`F&DNY4Z7: MSC(+$45Z8Z]YZ5C`_2I,U:UJ38X+WL(5<_+SNI:H]`&\9+Q$?SMJ.V- M=Y+1]-J-A5.Y-HT415U\;64O*NC$4&YDZZRZ%^_BB_)C1O(FZS8K=V!29]?& M57/Z2+L\+;+V2.JJSWMM120VCVGIOI=BXB-$E-#G)*WM+*#GL#/LM4Y6!AZO MCSLEM[T]5>-JN2K$-QZF7+M"/[DQ*D%Q@7'Q84(._(R\E*ZO7%`'\>'0$6N: MOE!NZQM%OFJZQT,_:(@3I6+C#KJB2C3]A1W6B#K6@Y,3D)VX#<7E@D5VTV72 MTD@DBFUVK(RG[1I"17?%T*RE"VI/LM/OPQ]A%SPXUF,3`UY[PF)D>GL$WUZP M@+Y>]L-%VU3WE7Q/\"3H5T:MOT`Y-BNCC^L"-7G#Z(A(KW30[%WE(=*RY;[,X8JK2S!>7!E1FIGUX+E$D07X:<4?9I M;P9:93WG)!G^T!#UK;.;8)N M2D*A>6F_X/1:5[25_$30G-,/S46/V\PM*"5IP"/PIRUEH')#R<%0=(>REA_X MF[=Q53J<3>'UJ0[LG6GZVO&-7#; MP4MJIF%0N\&:@H`)=.__P9P&VFL967L=HQGKXK:`&4\ZBCM*(UC*Z&=J,%G6 M%M',99!P>!0;_XD#/H4%^^/:B+BVB6T&OK=NB4Y]$CUP_:$W:Q-;+NV@Y*TQ,,V:(` M[*'H^PQY0H?K&ZA]#LVF;,6'2@)DBK/**GGK4L",7V,DMW!AIQW0J#Z$MG)[ M_@!I%RQR%Q,G0.K;#B0R-'G9A0A`6?TMO[DZ4=HKAI':E]LAE[<$CEAS2Q@" M)^56./'@=R@9"QICENI31`]@,X53MM,]P&&$9T2-UOU\Q).@D6=T]`@SFGB" M&7WL+M9AUEC*W6J-5Q5L=EA(AVQ]1`;^6+,:V7O]QLK;7J)Q_U\X*.#NR#?V M!48!7VPV+NPC/0XFO=8-!*35E8#Y<5PU8NKP,JO$ M-Y`CPF3CXU^0>7#JU;YN-;H(6]C4=37/0J@2Z.;43Y! M?V4#_N:E&]XO*I2GYP#TDPW1(J8J6X"\+H8WQF(`ZJ_V>E@=>?-J:^0#]=`; MX[1=&I\-BJ0%$6*#:^6VS)FV?VMC;(@QE`/NN@1WT/D;6$&?F M;8"X_WPL>R0T']JBOBH09:O']%%H!M3G/]O@'&#\F!V:*^M^_4CHTH]NP0Y" M+O)&4`UJDX\N.(>@(Q)#OZY"0`22]6_LMLSM3\<:&0&/ MQ:%,LYS.HTB8J=DX\5&IN`M'%Y?%9@$=#4MI"-+OCN]/XRIC5.-A,!>-R*HW)C@!#5 M.RS^@X^&S40HLT%^DF`NI*WT!$-LZ"E4!MK8K\@(3Q;50== M-.U>AR8@;GV"DC'NAP9@V*NI"^Z#D#SA!OBE-14\60($^BWL*29\,K_/FJG2 M;%&"<7_BE@9.H%@Z[A_5&S4N+R*M/=L4@XV>?AFDCV'XM6,]+[\G66666WN@ M@S+MSD1HV+?%8(WX)/.L-ZCOLDU\NO,2\?I#P(&;;Z<"_=*3Y&R_#I::V2Y' M(M.X7PBB)_N@R/*">>1LS[+*A35/Y.OG5=\KI)="3U7?"_(]'D(C) M-%.`<4,!K#Y5\5*_Z==K_^7Q$[U\\]TB7(=.NP*HT`\W2A?[(Y'WZW>%0&IV M?!"KT!SJAVEWK.[YQ4U02-O,SI)`69MV&,,)Q+C37/<2E\?85':^;0#*Y[BE M3"7#"5:5(9#%#D**I*QDV$2B"]BTV03JU`;X:].&%.36:0^\QMXZ62`!7N7I MX@9J1;>;0X5.UO-5=MIH@K!I@XA.AA4?'?*[2%3FP2X279[=+A(=8;*)NT@` M%7:1`&K:10)!@"1VD0!^OHN$0`'D=Y'HR+0SA.``%':&Z(S;&:(BX\X0E?([ M0U1DW!FB4[.=(1!$R,G.$!5^ZW>&Z(S;&:(C;CL91&:K\"KKU\%59+9Y1.?L MYA&=B)M'5&KG_24Z-^TO4;FX>42%XN81 M"+G-(R#P,FX>$3AKR-4K0!S@_K\OQ%WN#C)SCU[;/>P@MSHN;T]9%$>Z;V0) M"5>T^*\=NT(^VNH0^QC+X:@BM]G-;5?*N[U][8\7E;QMVR'6I>Q!^^`6-*6! MEWK#^=X#^6A0WAP.VK!VZ9=W17[ED@1!&:D*8V#0+IGTF'6,*)8N59+*T_HH MK3*OCX)I!^9"E/')BQ^O?GS[MY6^,V^$?_KIS_.>9M^\?_7+NW=L04S>'W[YQ,-\J7_^^.'5&?G^_/8- M7XP/+]G^?OGV(TU>7;'HA_=7=&$_G"&=+W_Y^'<2?77Y]L5_/0NFV7>__,JR M;S^^>/7B9[8M7M&=\8KOC%9[>77Y]O(E6][+OU^^_W3U\L//E_0/ M/KUZRS:T@5]?LN/Z\M>?>3%Z_8+6%Z8$EQ]?O.7IJW.ROOIWMF/^^N(MVRMO M?OKTUTNVQ&_>?[I\S5?PS?N_\\U,M\2;LZ3.F!R^#&\_?/C;+S^3\+L7[,!^ M=XZ.???3R[<\3+?:NW-&'J^SWE^^_O3AYP^L>GG_\1UO\WA3:@KPZ8,I"HW_ M@Y>)?__EQ7NV'!^-C\.BEZ_?7'VZ9$?TQY_>O&5[[^K%NY_?7O[UPUNV+%O?C'IP\?/K$NWSDR9UG:XSM+!1@ERW M#&9(HP),]W%J%EU3NYQ7L/ZIF^&PL#'I'W]^>XZ9-OS%&4ZXF^6PI;&^%I\W M=8GOI'!YK_WJ'V\^T?/:GZ[8VGV\?/'J)5NWRWD<1?N/CV\^7;+% M5>1Z MS,]MR<'@@S24DHR1"0:>N7,,WB\<0*KH,63$P(P!BKXPUO,,W32NU%'][I=DJ):FQZT/Q)(^0UQAX:H65BRI4OQ"E^+R M'#8L3'&R/`O\D16TL0JJ('%AB,HWK@M3#7>.((\!9$KJSW*/+L^BQS5GO_2Q#:H78[R"R_:,+H]1$X8=8QLT[,(5;#%HV(8,]2+]:\+NJ^Z?,B^?'W]L!C*J&L MAR??EJMG*^E"S@!"]@!%:A&0(.`=E4B`.5@N@]5Q#.@Y3PD MW9P>H!X51WEF/A)#9U\#5)C>C!RU6>QKFP!XCH#O$9`AH$3``0$U`AH$]$A^ MMELPN']#GP`BVH,<0,3:(F+TV29*,>>9CDV;C)F.58'G"/@>`5&)JE"&(9PI0!6H$-`BPT@4`D,-O*(??]!QZ5(8>?R(H88(!O1>5 ML`K9,:T"/6HSY7GGI996F^69VBSRD`[Z6\W[.0*^1T"&@!(!!P34"&@0T(O` MX<+\G>8#>N`VZVK9G'K&_$]9B9\8=^&'2I5]?93N*O>$O8VRR<6+UCWD_E__ M4-U#)J\RR'Q;0*2X:R%C:@49&QN'D&D^HN[V;"&B#H=F4XGOSX;:$PV$RVPG M<>\NY1R>PAR\`(JG?2;H\U%\'"74V@X&[=&>4*8-5:9U5V325I:)RMOC4(HO MMTY<4>K#\-L]5:A-*=^A&P2_H:K79O);6K/:-0?E<8Q1_(?BT-Z(K[5,V6U+ M\=A2:(4=EDD\(+\M">1`Y/,;1BH":8A:X9'_[6=*0G+0PAW^$-:NHE,>49;X4YK]Q3I5NH2U3W&.=M[6?PWHVJ[):?)YRU@Z'#'LR\H/%&:29YI!"C+-*,9?95K*:F9B_-W@!NBZAABAC.3538<+GE'BT@!K MZYKIAA`"Z>3SPB_!`V]3]EA..JK81N*(,=65N.1=QK32<:U$PF>R(D?4%L7" M2B,O"*C/]V(T>U9#Y;3XW#>[P\R1L`S&'RR((9/O&YS7ONCQB-G:ZV():T1T MC7L[`%*W>V(<&R\!%ZEJ@-HH^XSQP?TEHS=#B\O5%7C@')H.M^>AZ+&!W"IO MPB\T%1:8;;D[$L7J/XLOV"TAQI`JS]Z/,8^,F/T-36%OM9.>,)W`NTIYB]UC MUV55;8_BZ^4+/P=W4$91][A8?3#,.#,*TIZ%GND:/&"S_MI>"'O?$J(S=+FX M#CE32H0AL)<3$HJY$5]EG#>7N&@VBXT09L`8.CTC>YLBU5"YB(L);\JN:,Y%A'(Q*?MG4 M0]V^S[J=7O2*8'KO'C/S*5,FTXW$#,YDQH&=,2T9(8=ESTR,\Z:5W]2=Z9(N MPT.VE=_EGEDJX\)GQ!RL(3P@(ZX#47@7.B;:XE`0$X=U`X3,0I1A/Q1F8H`_ MN*V(V<,NQ^JD-+:%H6JB4$;VUT05C3/(J%Y=:K1@FLW@NA.?MU]XU&4.HF5. M&[50B[CZ*R_+SP9$=B3T][8JVXJ(#QOLB*ZLJ@VVM/M'@5[TF9]?JMW@+&C-\9]P5]TF36W.-:45P6QC.+=#AQ- M\QRV5Y[#QF]3XK(5=R58=PP481^K#,\XW(7_B'(/:,%QF>U*Z>["^1!I['R" MT(N$A_P93PC=RT$0*@9D_*6=4O.:B?<%!MPG;9X9!5A--G.4(SX=+7-1[<18>'AV'P MQRR$PXU%3OBJ9I)6HBTZON'=1;K$]*O"!M[Z:IN&B,AUV6W=W!*62GP).4#A MR1!&\9`3@7X@Q)!8FCN6=@-F!^:&[CV_37G`%7"/GFF0?3[E6%^;=B56U8@* M&%-T@7:"N<;(\4BCPE%EC\,*[O]7_7T]$'%Y(]OD*+`[6IAY][8UCBYA#'N6 MZ_.,F.EN.8RS=R0#JG0'VA\]#%G58V9K3F"K/QF7C6O<;NJ3O5$J:Q-T8@#S",&OC6F(YC9 MFI*&Q?V\&C.NYFE0W,>M,7W_ M-L:+@/2&11X@"5/H1A6J:4^Q*C7CS$<=ZJ/3IC;'Z)N"KAR]-C@JHN.#>L'N M4E:E]:'"15FZ+1P(\AM9$.6VC""HDEX*F!DJ_*FX*1%^S>\3A/63WQ*;(+?5 M%?;0/<[(;6EB(%UR+.4WC,+J`[3`*[SRZ3P":PFP41Y#;O$1`NTX%0 M?/*[OHM\=%L>,L*0W?@.&:*U?40.ZJA&?$ID,;&W\U@LF=@QM%S:VQJ+@5"3@2#H2R6$+&_8?W.9"/`]RNZ<1YO:Z83O;XP_:77J8 MP2(<0_-P/M"`*:-K>/$0^VPX,%#8/D6,/]SF;D\GEN-&?/Y\)@SRR\=S"?6[ MX+"\N\TU#'8DW$JWN0;K(KOO%CI#=A\Y+)?;209M(`/Y_8"8\N?\,&8OY?R0^]S"G>2VY5$>&'R`X[SN:G=O(0'DM^\!,4: MZRFW+PE!=F\LMJJWQ$3"[22"2M;M)((?C%N$L+*S6X0@Y1=/(18V_Q`<,5OW M>W^@YJ]Q/_K]0=A&4Y&&@9!!N_,'JO*P6X?BB"@)%AVWRX:!L-=M-P?!G')B M9(P[3XBIQ05:'/,9'B'`V)EV&IV>!]&N'F'!7!&S#"G6,J4A+(`6\(&2\>4B&\\^); MO&7D6^)#>XS\AI&G&+G#"-YQ\RW3OACYC)$_0L3I2?D.T47P@-`'X2X+PB0P M:PKA6#X<[_XL/<+"^7>$W7.8/T2.W2X=U:#CV4+L+[GC";CE M"8B;:+IK.1C([K?';GO8I$N"6#3"#ES%WF2EX.``E8$.U?O+M6KF,WQ'V_U;B_MR)D.]V&QGYZ-J(*!?NA.+N MB.+J!^`MIEV#&SZT)SZDG,T8&>U^IZGYM".0(Z7?,#=BZHU](Z5<-F09^9+6 M*0=YC[IKPWZ5K]:P'-IMC2.D7701^DM^7&'*1KNX:X3`Q5TS3MSO'XHD/VX0 MB3M`V%NGU28TQ`X2>T@Z M6)B.RF%7;F%7;IF*J_+T0VU3P4A..]TY9:8>?9O*QF'*75:3W5=NQ)D)O'S= MV@)2CL-.=02'[4Y!U4GPS:%>U++`Y(M:9C*M'=I?Z'[A@)]E]-L_O#YN5^B6 MD+E61OK+O?]`?#;GL#6'E7P=REX\.FL9^7INFRI>!6$3E=\YY:+,/_P@@(08 MZYJK0O@993O0PBN&C+P4L/1J$:2>E)C*+1_?6#JV"-(/GDR66HGT3=I!CPB. MG+)`MU"4B-&B':?6%?:?$NYXH$]A0X!PQT/%"[M)#:*>6B&$*6<"%OX;[G#< M%OIYG:4K2.1%69B*J\X3LVN;/F9BJXM7DZ4NC@\G#KTL&3<\`&;`J;L2$Y;63_UJ!A,WIU[ MZE$Q`D3D)2XO#%,D00\XRH_`Q3SN8!YW(`\?)]2)/2Q'!LLA/\(7\^AA'O+C M:I'((;&%Y-M2>2IA\F.8)>H&8K\T]<;7L M+MH%9F5ODW,$ M^^"Q5C>I^$J2J9E8+[&AE@FUL#Q0)X/BM5UJ>9P]R*.WIY.>9'56W7^Q<4H! ML&;TUEI)D3ADK?L7F;!65L_C=I\-92\4\>CLKUS"LKXX')7R'2\,(J>W57;? MJ\77:V=JIAFCW2>-)*:/GQ")L:.5;X`L?$.)R;&A12#T ME%Q$W]-R`8,PRQ^(HBI7(8IJ@K`'A05)=4F7=T7^HFVK,M6/CGA5&)W9W+^U MJ_82\])TY%"HR.MB>-?OQ.2KHMYHZ?_(2O7W+\W_'>O2M$#9U+V(V>I>N;]7 MD8I@`B*U^3P;B3DIM(A-K2LAH76EY-BZ4GIL72E]+@-:A;TD)0CC?^PZOY-3 MD,8YD:5[<(&8_V@;B*VS_+JOLGX/P::I[%058?'.5YQ-Y&W4`TV8=H_+\<54$%5UN+V]!6'7$ MW[-GX2%CC^TBJ"LV!107=\X6,DUZ5C"'.N?R8+5A3RZBK(K^>,`?+(9C!\U? M7U1%#FMH5QV,-3T><'Z,Z]$/UDDITQ/:$Q#VXU!6&VC`!V8WV3+%Q M@`EK.+@]]D1K4)PI7DO,]HQE'2C?U7S75*,G-.58$Q#`<',9P,2^0-@-`44Y M(CZ)&.^0H/KY21:@K-D#B)NC`,9+-H`&!II/UU#9@S>/6C1&`F!VUNM'31]L M%>S%T0/`8A$%&Y#36"$J[$(:,(07W"S(-;#".W+41;V`L*BV<'9."P*,&7C. M%@!F;EI0@TQV#=8AFE0$]MRG1].+BDCE-OHN).=]%P![WP758_)=4,M8'PSU MG?7E`!.<1S00O2.*Y"FXF*B2UD&&'^P9U=DQD)](H/'2$",OSER0:1AG38PZ M*F&#^=D<@-R4%C!N2DNL2$&`DD74T$2Z*,X MD')1'&QU8$8Q_H0LNP^+`[1$V2OLOH>%2D0="!>U(*:/;J$2^25N11="=D67@)@) MD5NQ9CQ=Z"Z-Z_*$7V77Y1$6U^4A9]?ED:.3WHNQ0%J__0!Y0VYA/@$9HMV7 M>?_D=?B75&QBA(R@IW=$C,2ZLO=WJ800?1Z!?)\=6D2DPT$3$:Z+T)A-YVZ> M4.O;=>OT4L>\2:KGR5C2":)7ZI=&`;9:#SVQQPVV9=MF:?[MWYW]4RA(7 MH$260:7VS#,5VF5E#4NT*VK<2+NB.2"D\[>(Z$RV.0KATCF$VQ$">V/.0(DM M`O,I^^:F+&Y5QK[?!BIU6.6EC6H>^X09J+Y] MAYIH92"L'M'ET#,7!/.<8+Z'#*@X,W0LL^V$58P9]457"NX$3)G>?S)U1#,@ M\>GSK$+9]&::UH"J]\8O2:_"3BHUZY*;E!:`;LT,T36WB+E+K]].Q#KK04D, M40+=;1F]C^Z,`:AWH%&L5X0)]*&J!%;>(J`^FR*YN#4!PCZZ"=C"'M[B+MY* M6U=.$)1-)VS86)CX(KV;;\$<&F'KSF0ST[OO9KETZ7U;$V'?$T1$>HO-1%3; M)KUY:(8TZ;W]$U$?#\GMS1,A;F6:(;`+B1[$'6@)E`DN2G^Q+74%>-<+YSUF M1)%>^I\3TA:B.8,!*++A#4Z"`1WM(:`4ABR]8CPCW"6/&O(%CH]B4PZK_-@E M]TB.U&U9]R"C\?Y'%;*..S#CW@_2H6RS<=]CID;`&[KB9@%7W%R!^Z;1?;CX M/>R[=QEVAO?-0/6,K1X%.J%K,V!]30W]ZJM>17\;+1J8!UTVDX<;9GH7N82A M&76)N^,F0L4`3<4VO6?@5&R3FW8>RK;>>D9'9QV>3UK1ILBJ,'//C:Z/XYT: M<)`S$^NL.MK7O<4C1O.6MW<`]\,]4(GVM2[HR%KG).MTQ\_/2?`4Z3F8(M5; M,`,P)=Y!DQTF49I@C9J5@'3&]QLAQ`QC99@:#U1>>L%'(=>HL;TU*#H,&A-' MB\;$8(7&Q!&E,:-YTJ`M1W&-N:7ZV$7J]&P@$D<19B[T3\4P`@%A!C2/&]94 M'!I5BQB+WQ,,;K\+T'XQ<*2."QO>505UKJ@!Z&PI8)R>!HQWMM!P1DK!FPTU M%VD).#'MU:B%U5.S"V$;G8'%'GT;:!D8R5^Z$Z@UD!(-\085@<3HXA&0_BDW MBU<)&^W1LQ"V>YWXO$"F@WN-.F+TZ35P/DE0#9'WUS5DFAYHU#2;4C_G9D!J M/IQ%&Z>+T%3I$D(UTC2CUJ@PHU;%P,_O->0+;*$8M"`8(-G-"V@.UU-8@&Q\(TQ&L]%V$424J:.I\A%&OC[0I>J[I MD;RX>*FND&TP&A*@U;:XU;9$_XA;'^:(#>$C1!_3=\(&D@EP*Q^(*(&CZU<^ M]*+ZE0_8*+IB#>M.*N/7G8#W`>H,Y6!:M-.I+WJSC(MV&A06[=1*AT4[/-/0 M#45<\%6+4T"[-2YWJ[-,OY2M(>-2M@J-2]FZ3^'W#`"_`[N38;5?S2=NAM!= MH;`90H<:%-3`F81M-*KM]]MH5,1OH\&(W@]^^Y%*"#M$YPY/>JOBO"#I"8@Q MKG;W6M;=/\G6R5#:C.C3UVK-\\C3!UU/D.3RS)S9;))1TQF2#A;/\S@4Z6.D M2J^8.,85Z`P*BR] M5'/"=:B[/%0A42Y[X2Z/&7/=I0_$SI!J4]Z@;,RX\H\9`ZQ![62(9T\QPWRL M2Q^7GTO1/X'FAA1O,YCG9 MBV!!\Q'=ODW?"C`GJJ9)+BDOQ?E/V%PC5=@?&JPO^Z9*[^U8,.GMS.[.`L!3VK;`_><%@V]:W';:E?>O?3D"4>X8!0)]A2_;^=F]($06W M[TN`;(YK)-'V#F5`W/?V;#&F")-I*-QKV",C'+*Z_H(R:X M]ZNW!V0W#48@S)@U6'++^!RY;XL&=;^1H>3FA3D".\P01";I6[T65@,-"V:@ MVCD*$FD[,8!B;\8R8HA/A7`DIV\O3#W1U+2B/DAX?GV;-X=6.&4WEP?_<@GA`![:WEX= M;L8/FF@4=RNBA,>Z_'Q$'S40[D@[R^R%/5X+RV"#\M(E^2?BC\8CX57"^03A M*Z[+NCF44$S-W"ZYEVX^P>EPF,NK-#UD&:<4D`IA!)US3:`C8Q/HF*^?SKAF MTI$0C=$AU_DZXET>G5DH*U`LK[81!!'I/HVY#O+A,=B_?P)(G5Y[>##.,(-D MJ(#"T4DO$IR$84"W)Q!PL$/^7GO+@\$(I3?E1L7'VJ M2"X(`;\%$1_O@.6!B`N_X*Z'/18CU"V`0[9[!Z+=(']9:6G/`KL,>$2I+CL1[V,@$H[&5"7ZN1OYP1*BK# MEBWH=];A)D+(FBDO-A8IPIYH[)K*J*8L3P8C M1Z`]IN_DB4"VSI-QT2F]3*]KCT"WEYYVC$"E%G&=5=+B0$3R#!3"C(]M]UDG MZG1P>P2J_F*3?B]D1!I3TMU1+ZKYYVJ;WMJS8(2'.^9,,J:]`-+;)$>D+_5R M#-UJUV4JLRGZBR&YR?:X6=#.L2N.!)U>3(E-\/J97_1=`\N*#2&R+8K,6 MUF!&IDI?%C.F=T4+:FL05J\+VLYT?;=++V>.S-:X+WGZ[']DRH,MK2X! M9MC(VTDBA)(_JPJD^BR\O!J35>$PO[[HACA?#Y,+%&C.DZ(1[+F?,#5(1EM$+W!*BUF[U/*0'@L.O]UE?"#M=1Z9- MWZXRIG?-;[U*&$%'XZXK\^0>XC&]N86ZNT."UA\N-NFER!FA-Z>91>;;++U^ M.C(]_$R//H.T=D]H93,PU[I:[F^D&U0B,6Q!28?R4*S2]P>-2"=N:HK(L6[2 MQSLB8'-HTZ^&38:L/.@"8G2IM%]ES&3=[H4'LP.0OG9V](9*H(Z/Y8I1(*:H M2,R<8Z8XE\Y:*NFC.E28T*8*$0NJ(,Z/4=)]FRG`O,VTPKJ^TX#T6:=3\5"0 M*(9:+C?24;+EF-*`,*8TI!-C9\LQI974ZRF=T$OJ]90&1#VE,DY/*<2H_37& M:7_M,P=8W0.J;M3^"C.:5(UITS]M_NKB+POA0%CE`JQ-IHNZ>R&]-R5)3EWC$1C M=$=SU#Z2-ZVQJ`JPR9,3H9A:2%.I".Q!.VR&/NGPA^1M<^S:*AWAB(AU"[1F MV%H/)WTM?R!VV:%,GQV.0"YS8O(6E4Y+_KQ;5>GH0R`.6;ZK&JWT M=;'/.DT66WL+FU9(X_*MS(C0AI/U"K-!^XIQMM&@[8M:'31FAB-$0`*0CDHM M](ZLVJQ&D%/'-E`1UP8*$=M`1GP;R.FA#62@$O:KG4B43$2)DHD@43(0)$HQ M(W'0*055N\,-.B4Y_4#;0B7(Z5ZK*:6_D#8MS+6:EJSWT:C59"08!PWPQD&I MI3<."I`+-R@MC(,RH`IIGK\TH@HPJ&-A-*(R$MT1F8CNAD)$=T-#G+L!_:8$ M8!QA>Z%HUMGOU.EW?R9FD_7I8ST+)!TWGY"M>%!V8LI#"W(IZR%I$A9$TOM8 M$.`KUUEGIZ[IETXF3#X7-6,.?A\BRLJ,BR:].#%!PN-H"V`#FL<@32O>#3[C M#)1THB;D\S&#U;56Q6?YUS"@TAZ:AE0EA4:BMNCGS8N7I&0>KT!@^R M!`L^BB;JX?3%Q:=C4T6B#M!+'A0@*CD$-DF3>*K84"Y11Z*Z@P)/VE_/R-H] M]*EDO>Q!N:QZ\FURLTE,S/KD9#0FJZE7[A\*D)G_:Y,*/@#KXS`(Z_*!R(4G MT&+ROE@_`SD8Y`(BPNI_!)KZ!@!=THK'9.L>)S5T!+YHJ9OTG#VD%E4%FJ#X MO"VUXA6?2S5]FQV[=-PE`MNRTHJX52M@?YQV@D:@WJRDO14S)NF4A/2T(Q%_ MW.D-N.U-`PI+W@'9=O)]/ZC%%Z^6BV-?5W^W95&K^N?6_`,`]:9)3I4#<'^LBMLL?>M/0+ZTUAJJ M0+Y/;BZ=I2?W,(_IPEVLT085;3]TZ2N.1CTI3#3B*`#IWR87MN:^B)P<;*@, MM`B8AKG,!%,G`T'6E7+&9E0^T@DN_:(9Y?11FF0D2),&6&G2TY,K;PMIDM/% MHTWS,:DD^S&I`3L$N#&I]*33:EI/7R#].0C$G.=KE=/ M&PS.)BHR6*3/&L[MG3(6]]JWG;.@%,TY"WIZD=%#-72TWUKI:, M_":LS2\\,27=>V*:]A#V79TZJS*"JN"<5279.JM*`531"-Z^!D1O7VA4,_)%RWVC-G&<5BNY"^]KG$ZK=>0"(L(. MP&CQ58-_Y?ZA`"&\D`#L4R?^CJC^R=Y=')#TWN;8NO@BK`;/*?L62'*FL8`. M]:8KD@[S`FNVV^2D=H%75!-)SCT"ZH[P)S*^@;F4^6P,>W1;,34QP,N M=/M@FJ:].&W)70<]BO\Q>:6&CKB M$80%9!\;0LQ].@:R9/I!B*3,L72TZK1`JX.P;'4B?=)]SDM%4VR3D_#EF-]U M!?QBH(!>]A\$4"P\P*;&0*"TK_U!7R/F/NW"IOH:8'$``2P,($2Y`00A/X`@ M%@80ZB2KY$E`[\Q@ZS*TK'=N`+[6=K5$)?[]^F5KW$W0-IL3)L%;`^I1/K. MVW'A7BN21IT^8QH\(%S\L"IF,_09B M5]X4Z0AV!*I"V"<4@3[?J]7BHDKXOTAO,QV7HE5Y)/?6Z,!I4:T)[?5&1 MOAIF_/TQ"S^^CZ]R7_:C2+N01N_OU%K4!TE/W($A+=0QG14A*9+ M/Q,3DFMAE2RVT;K45(E[8UI+[YKD9>4QN3]DZ>6%N)E'RWSHA%>19A\'`MP! M1?+YF/77Z3UITUC?:87HA"7[,`LQPJ]74$FV5 M?L=C1-36[F^2=]*/J5I/&-]9D]/TW&?2ULDY5DPVGL51*[?=AYQ>#(Q]U*6W M)([-`NWAP791^G:5T:0"5;&W;]J;[VS4?L[W2&$4Y:ZH[?:X](F,F$^5]3VD MF)R\],KNS)2'S,Q+(U/SFBEY[:69U4D3RL2\*Y1\QEY7BNQE4P:";,J`DTTY M.)3?WR0O-9R-:275CFFM:%%MZ8Q32CIB-9M&I-=.3HR`TL;2@]!S M(Z`D!R.@$MX(R,AH[13$FUNEIJH@.5LIIWMS+*?7PA+;W$]1RKY./UF_<$3T MUE&21U=.09PKIZ4#M>%=.2T=%2$XQ`H0'&+M(UKB??IPV=)?5C0U5.5`0-U\ M0DX.\PD%4%/CE$HIGY]2*8"?4BEMI!=A-C/4[((ZSC:J%`DW3BZGOFH?5\)6 ME65P0#./JCUQ6MXJ577Y,+T"-2%.OZD98@)E!=9%\%3(2;IF\S=(SP@BY\GY7 M"5L;%]3J0KK*+6)EO\+%JIIL@YOID%T7##684A'8W2K/6M@8EMM6Z7UZ(U/6 M*R.U_;#*>=22R9UY:32Y26^.?AY1C4S/D^;YW!HO>3^L!F'-)J+F?_(&Q@>0 M*K9.KDV?H:ZPZ0:#P\!>,D4,NGUF:FMWW:5G5:-L&IV!AQR!1F M$.MJI<]NB*_U>^,M%::[49,9\':5=;E:+`L50X!J$?Z[Z^W2X?.SX4@C"1>"Z MSMI>N.)U;"[[V@.LGCL);!Q1"-K*K>KC89T.%RP'IU^=U4>=F:D6N7'@P"#H MCSE!9=U0YNDK"RDI?HEU3:W>FOUQS4>2,?6^/%``OWW MQ'<+3PJ?WG\]BL1]7A6K==:G;]V=24GK8_F[_+6QT>_3Q^C MC<0^.Y35H%2,"W@H`-EG56&FS&KAUE8-&Y\CUTU7T6V+ MG``_9[W=J`8]ETIZ]7(^.O#HMDJ"P-JR+:SENFTZ547MD--H_F?5N%KR<0PI M#GH8U@KABZ(`8U$49E%OA9LUMD+-&UN;?$S]JQ5M(5$*&"5*:\U)AA5J/@RU MAI\/0\B-PU`AQV&H,'/EI6$S58CK,.DXA1TUF#J?='H0?M';%XA)>XT>6@4( MB4\%/K16JOQ[:PV&"!S6"Q]"+51.4$M72%,%,U<(8),KI!5O\M2T%HF.*!YS MWA'5.K,4HJ+"@XJMQLMJ!1I[,%BK6S!05%FTU?@)RA2%4T7EFA*H*0J' M?)T8A=-5.98I7,,I_(D,XW?(?9R'/U5=&PL0:%L+$1.`Z@=@K;XR! M7?>KY"8,EVS_3TU,1CG&U&009TI-1CM#LOA`@4NOF[(O=NDW#AR0#FOZWZ+, M[1TOR1L;76I7F)F$_&'[?Q?)R,'\UU)WA%]+R6/112"VBP3XNFF?5Q.3;L"L MN]74I)9;=#>0TD3RL,E[ZVT6Z6FF2UZ7V[)/3K)]UDG M=\7Y]&.?#IV[5&/WM,R-2I=_&RYR3XXC![3&#^G25YM-Z5EZIF#W0:1C@CY]$U9*Q]/#^+%ER61B%\6T_V7I>30*5*RZQ0I<>P4 M"8B=HJ9G2NE\ITBI0=S%9"_N4O(D[A(1Q5U,=^(.QFHBV?RG<5V>O/CQZL>W M?UNEK_((R/LW[W[]KRKR\NV;]Z]^>?<.47][\QX1'W[YA)"K#^\`\N&E7J67 M;S^"]*LK'?CP_@J4\P-LV%>@%*]0*2[_?OG^T]7+#S]?`NS3J[=ZUQCD]:7> M-Z]?@,XS&5Q^?/$6,5ZHTO7!SE$]_\].FOEWHQW[S_=/D: MU074X^V'#W_[Y6<5>8O-4E]NJ%WK]7+_[QZ<.'3W_5(3@P+`$TV]7EV\N7 MH#!OWJ.1CC26Z1M=4JY^^1DTZJ<7L!2?H%K[].:=WF*?/KZXTEO=_P,-&]D@ M_0,*QW][^?$#J`:525^<&Y&AR#;WPGN[BVS<8=?T M94X+S$U$R_1B6S0NOWS\.]$+]M%F7#TSAQ9N8EM0J*T^7?ZJ-_JN&(PCA;)Y M=?GV!70CKGY^^T;_F,M&;R-C?E^\>O$SRN?=+[_J[M%//[UYJ8^)RU]_1F/S MWW]Y\5XOR9OW?T>9O/WP&B'O@-5Z]T*O+6J-GS_\`RK#%^]^?GOYUP]O=5." M^]@8(U-C[).\>:DRA%#VQ>#_[29+[YN81)SB?,2I3![WF;)RI3))NM(P,QH8QNO\^/-;BKI`E)\FZ64J M;5BWV`BW_\5&?_%*'S[_^/CFTZ6.&#.D^P23$869R%9VJK+,Q.HH_D>LCHQ, M[:86QHN-B@2QD9E);&1F+A"`>HNHTW&AM:0?C=#KR=-'_5-CGRB7UR4$&%2` M3([J4$9&-2TC2S7--*S5K$SYO3I71&,T;4H%HFE3*S`S64K!2&XTRC+B?0@Y M??0A9&3A0RA8\"&T8?%W]*W1JU)J]$*OT3LPZ8G>G]*LTBJ*L3D\V7J2,]4HUP`FZ! MI1]#F)#9O%?F_/P93])E8IRDH_)JHS<$/13Q>`&M8PQZ*(0/>BA`"'HH)8V! M)`6)@20%P;8>6:P02-+,]AB@4R#8O3Y`IZ6/`3J]U?3/C-%/&9E%/S6+,D8_ M%4@CKM!8?P5+,2VZ@8D(,0^!!A]H M'BR/XU*CYCR&I<8$LLDW3_+-=IT^P!53TQ&0D%HWR7A%2,WWR6TH8ZJ6B;.K.'H.6$M-+9]//Y)[9IK>MSFHBIR8G M:K-^T5*3KM/8+W+:+OT"^:Q?="E44M/NW$P*4^OUU^8OGERYO[R\2;_1Y)E/ M?UM9X*=2V$*+$)V_+G7!L,*;7FV:=O*;* M`[OTT\DA,:T.?&*O)1[+\&"YAMBXA)PN[)B9_U;LZ.GS(B+<5S&UBI@8VIR1 M,I$13^=,;:M\W_>I"$R2IR%1@#7FBLOb$M&TZNX74_.UI2GMS>/)B\[(Y M'(YU:7XIO;%INB;[\HC7GZK>FK,7WLR)T M7:;/4L;TZ@9F<;@')6VS3MAS%XE^R-+O[8Y`D3;'8WJ;W:8OL)\#*S/FBM9D M!8HS9/VUVL&FPD-CQ4""A(NN_<\WS[6\NR)/7W4>TO=9^DVZF>28\DEWJH_M M24#KHU%2V^0*W"CI79=V&".P_>&'"Y.DBD?7K%5!=A>,J83YZPOS)04Q;9Y0 M;4OQT0`GH!H02J`@H1HJD:]W[D+YY9(X9I.U*85O[C"ON\J*2U/$F6/@E&@/2")P.VQMM?J2V@X",@AA;X=QTHJQ.:ZH7=']84G8B)2'-KA M'C"[KD@__AK2S3]SX?79B;"V+:D`YDR[KK(Z[;+.L/ZX%MZ"'>N]*:2W<2+3 M"I[ZHLCI1X<7!"KL12[SY]4V95DQP,/MU8B*Y,CNZ0#C,H^CY+ MWZ)E@6-M7'6MCGNC_^5+\BP!,DB/,9]U>IYJTZZ+^W63=4D#OJB87]$7WG`0 M2$%8IL82@"@M0O)89B$]-I3\^="9`C#UE9A#E$<-$"*2"WF4B^CE$0TW(5V: MS)T(FD#$T9A(/@YE50YET3]YO;*'^U/",#&;(K_8IVWF!!G@0G@9?H*L2R&\ MH[*$#NE7."9(C+7,BWU(;^Z?NS#UF2A<<]M7N(W3KQQ-3%J_SDI;E>O5^EA6 M25UZ4AIU:+FMVB7SM?`,-K4-Z M%J:4$M.^S<]H417-"6;9ZAP:6@?#L=%5,@Q#E0DZ2J^MTS]ZH>(HU`N$6RT, M><@0N20-YP,%I#)AR$,&5@L3T<*I4+25C-%5&3'2^]!00DBX('XYG@E;FEK+ M-#)>-D^V+@207#-?$N_2\_,`'6`V8EANG@XSV*[UZK/LQH# MH-8PEP,"J'2RTBBOKD@'"F?)WR>-\`S0TF^[@U[E,:B2#HT M48*$`'%(E@+-(;FI-I@`GS#_*ITQFQJAR+JB4QNR:+1Q8.9^7=+]&M/[I+\: M92CK:B&P%QNJK-.QDMC.=@TUO94@$.(IR)!>%[?"S42SL9JO`'!(3Z$"<6<$ M%LB\;2G[KUHV=E!J0FG7YY(KZ[-A)RV^+[*0C9Q7/'*Z4XQR2/IZ4+X;ZX:]>]+B]E+F9*!J;>58@23J!!.3RKIXEZRN9J6DWO86U[/ M*CGH7>E'MRH,TM+/B2E0"*>IE72GZ97N'KT7M:&#)E48JTFA]PB^@R0BVGU] M@*I`U,E*IYXZ4C+ZT-/4RZX5;`NEL4?-$ZT%J!MH/JV0XC+@TC=7AH0N[U`G M>(NL:QY0OT-ZJGUJR_1,C,54Y#CX)C(AGC>VY^C?C-X5KLN_"M+OOA)GUT8*+L5=14L2G(;LR+_R4^S_1P5*:] MW>60@TI@D.S*HI]5((Q_ZE-IY9AL5Q43HG@ MVM^D3WB=\46?V-.M#>'YU:/V'^1_GXC)0R'-NORO91L!LAI/+32^-F#H7.V#OH5>*AF#Y`C+1OEM+R\#N?LK6;S.O4L1[L.HT* MC?V]!:#I.&>R5,BD'8H#@"[OOLN;RJC$QWHM'6?FN)#:9'TW4%A?86R[/@XU M@17V6!W&&J9H6_\F->1*JXDP50\7&PI[SF$[3#6;XKM#TQ%UL)L-&6B3`ZS, M>S/<<5;M4!XPYA_5QE^LUP34HSZW5\&8=(*Z+>L__Q%RP[&_8"!4PT._ZX<[ M5/IC;_0%^EY44FF=>T(]!=A,3:7!>%>/4>;&@P3,ZWBQ3YKS'[(-MA'+'QAG M5IX1S`7!/->8WA[&-6:]ERUK?>Q_M?\(>^PP%UP/E;N%8+^XYT=@CO63*^-/ MRJFC,RDC^Y7;`20#;D.!G&QK)2F?*"O'&G2W^OLG35T$:),-F4[XPY8JXBXVTPF[*U8EVN%>[5=/_+Q$ MPFCX?"R'Q%_;\/ORK[NR'?IQ3OBXK+7D5%K(>9=*^_&R[;="DCTH=-=V>NJ% MGMQ+R5J^FR97$X5,PU_M>KO&WG*4->N;L:?".9_SI-M&9\;2Q= MGTH,MUDD4NRR8>*O#V6?I_Z^3^/#=;B*(_GUZ:*.9*(3X-,4X^?9^>Y@7,S3 M&(!/RXY#DT[Q!B$S9=D^3%R;J>9U^G+65B*95F7&=4NG MQ3?-DHG1G"03^Z$KJD,ZS>C9XT'X8AA+Z=*X8)B0-%C]KE4^$7'QZ:UU-,KION`'X<^EN$'D85_-];?T@2$R\*8I:QQV7`;4_4 M>DC^J9V(^TF[TOGBS\.`D_NC.=8;.=E/+=,RH+=)$!$QW3>WF!R"'LDOVR#X M&##L]P\!'VY(_M8GR<'M:(TV/4K_^FT\(/Y9S]CY4O._]$DB'[_++< MUN''*'.80?+KHX>0':XE"=)'AOO_9X_]8:5>A9Y2%)?7!44]IZCO*>J/%/6O M%/4#1?V)HO[,4%1S75`==$%UT`7W1:J#+J@.NJ`ZZ(+JH`NJ@RZH#KJ@.HAJ M"*H=J&:@6H%J!*H-J";H(>233R\W.\W'/;7;YX7:W(JH1P=1<1E\.9(:M>H' MT;T*NE[T):3?A3SE`N6*&Q`R9IP4D8FG;=/FT;DAR:2F+LRMM-9=T7 MG=MFD*ZW0/;[-;N!O%5]F7@P1&PWE(4L82G^5:%(NUS>B$V^[ M+9G@/&5!2NY*K:M-:GHV=:,ZJKN^D7Q4(WMY)J3YGVF2)\Z7K,=D#$F6$AKW MR+#JU@JUM).P*N4X'JI"<0R-NRN6L["_3`N>V]W>IA2(KS?ZGCP5LIVU&OH' MUSC.A$V83GI!E*:,TFS9ILBRX;+4DY5)H;U?*3T'<7>HN3O#DLK:_A`.1W6" MD50[16=O$LGWZC1>_.[X:YD0]DI,0M.;'R:D9EW6=H=I>EYN7]:64^01J$UK M#NJ$Z+#54[6,MV`^%*HJID];P_6"PWK+P!9E,95!%GV_%I`>B#Y-TXW]O>PF MV#3YN[,Y]+.DD-OC`6[#-C??<@(83OI;_O'R1<@83YWS_VFFCQ M5W:_V6-[/>$W_V53=MWAT4D^B;^>S2ZDU-3?YZF\PJ)#(F6Q3*2E]\=:37;K MUQKA5\0U(J[40R;5B@_V*6A,V!BA((FDN`E02$K\M=NBF/S[V5%U(7UV8YU$ M7*?;RJ5MD@U@D\+56E*JG7=):>6NSE+BY1(E`;")7;,^]JGFMHEVCZ:0TC6F M-P\'4UZ):*K[NCD8/2M]NFYJ>W`MZX3T,#$74M6?[HY2\RLRN-B2*Z6[8S5" MHC5,13U8#9,&S`Q02`EK=&+J0>H(ZQ"FDY)_FW>-42B;HD]7T"4+6B^DBO+K M4F4A]%`LBJ7U5.>=M^502_._<$S]@?#>8(=@9H\KDOO@!23?'CL_:P!Q996V67VNL M#4KU]MD6_\__)[O)GOA+P\_\U1GX3W[,G/^=G_!@._G%R_,_\O(__^>O^M$Y M-,$J2"+)+[G<[HNBNC"3O+23/8?$Y!NC&\I<3+:1_NNT]QF`E+CYI/[HI%). M%YR8D"KY,"%9\DW&9,$U\>FB9Q*2LWK3I"RX3TX[["&MJ#?'ZB@#S49NDMK^ M^LFG(C5+G!-ZESM&3+565DX4?2:?7GV61:$ZE$.3]&M\>FE];SDU[^4:*=,) M#VS-1%%.+.0*^PB5G)S)A9(G$SY]75X7LMK$%](?.<;\Z.PY\W]ZQCSF/_'=_4W__3[G__/__AN M&I>%_J=\P\PE_O7[[Q_]TR/[Y^G)/Q\]>O;##\\?/?KA^<6SYQ?/GW__1_,W M%\_^]8__].CI_Y32G/PYVCW@CQ[]4]VCUKAA M_:.\J:K"!6T>'8(\/#(6]M],'X71_,^/7F5#\2AW!UTW_Q8Z\-'SIX]>M%U9 M/;IX^O29@?ZQ;PYC8OSS6_]??BNRNFZ&QTVW^^:?#?/5JW\Q__7- MSQ\^?GK_XMWE7_X0/F;_XN^7'Z_>?'C_ES]8M?+RQ:?+UQ\^OKF\^LL?#MFP M?Y1GFV_>O7"O6%^]^63_>CNT__;DB?G_QV5M?/7'V^[)F_/?E M&_.A-^\_F?]=?OS+'T[J\LW;-S^N7EW^?/G^U97]W:-?L]OGF\?_\C]^??$/ M4X/_^+=_^1^V,E>OWGS\CR=WSYY]9XWH=6E*X\!O?OSES=M78P9_,+['XA?& M6CM_Y.,O[R?HSMX"O\"LU7_B_OK1?__F#W^X+?O]GQX_E[\]7/_IN2.E[WWS M\]_?K3Y^^/#I+W\PR1\O?WKSZW^,)\Z_>?]A]?+5QP_O_O*'__2JJ?^WX5%? M5)65ET?N4H?A\7_ZYIO7[W]9O?SP_JC- M^Y=O?WEU^?#3WWS3=L5W]LDK,Z7XMV_^8)_7?/0O__L_/O[MZN/+_^/1=W5V M*![]]__3"&6Y>_2=?2E@,+]Y''[]Z/]:]YO'=JP_/ES_W[^;W]___/[G]S^_ M__G]S^]_?O_S^Y_?__S^Y_<_O__Y_<_O?W[_\_N?W__\_N?_[W_^7XG5*6X` #L`0` ` end To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Jul 6 7:30:11 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7D06137B407 for ; Fri, 6 Jul 2001 07:30:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f66EU2v31011; Fri, 6 Jul 2001 07:30:02 -0700 (PDT) (envelope-from gnats) Received: from mgate05.so-net.ne.jp (mgate05.so-net.ne.jp [210.139.254.152]) by hub.freebsd.org (Postfix) with ESMTP id AC77C37B401; Fri, 6 Jul 2001 07:20:27 -0700 (PDT) (envelope-from sanewo@ba2.so-net.ne.jp) Received: from mail.ba2.so-net.ne.jp (mail.ba2.so-net.ne.jp [210.139.254.21]) by mgate05.so-net.ne.jp (8.8.8+3.0Wbeta9/3.6W01060506) with ESMTP id XAA05462; Fri, 6 Jul 2001 23:20:26 +0900 (JST) Received: from ba2.so-net.ne.jp (pd300b1.tkyoea00.ap.so-net.ne.jp [61.211.0.177]) by mail.ba2.so-net.ne.jp with ESMTP id f66EKP426897; Fri, 6 Jul 2001 23:20:25 +0900 (JST) Received: (from sanewo@localhost) by ba2.so-net.ne.jp (8.11.4/8.11.4) id f66EKOS77688; Fri, 6 Jul 2001 23:20:24 +0900 (JST) (envelope-from sanewo) Message-Id: <200107061420.f66EKOS77688@ba2.so-net.ne.jp> Date: Fri, 6 Jul 2001 23:20:24 +0900 (JST) From: Takanori Saneto To: FreeBSD-gnats-submit@freebsd.org Cc: shige@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/28769: ports japanese/xv, graphics/xv-m17n build failure with manpages Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 28769 >Category: ports >Synopsis: ports japanese/xv, graphics/xv-m17n build failure with manpages >Confidential: no >Severity: serious >Priority: high >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Fri Jul 06 07:30:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Takanori Saneto >Release: FreeBSD 4.3-STABLE i386 >Organization: an individual >Environment: System: FreeBSD muse.sanewo 4.3-STABLE FreeBSD 4.3-STABLE #3: Fri Jul 6 01:38:21 JST 2001 sanewo@muse.sanewo:/export/usr.obj/usr/src/sys/MUSE i386 /usr/ports CVSup'ed as of today. XFREE86_VERSION=4 in /etc/make.conf and XFree86-4.1.0 installed. >Description: Both japanese/xv and graphics/xv-m17n fail to build with following message: make: don't know how to make xv.man. Stop >How-To-Repeat: # cd /usr/ports/{japanese/xv,graphics/xv-m17n} # make >Fix: xv.man etc. should be copied from work/xv-3.10a/docs to work/xv-3.10a even when NOMAN is defined because ``all'' target tries to build HTML manpages from man sources. I've got two ideas to fix this problem. Idea 1: In post-patch target of graphics/xv/Makefile, when NOMAN is defined, apply patch so that InstallManPage() targets are removed from work/xv-3.10a/Imakefile. --- Makefile.orig Sat Jun 16 01:29:29 2001 +++ Makefile Fri Jul 6 23:07:37 2001 @@ -62,6 +62,9 @@ .for i in ${MAN1} @${CP} ${WRKSRC}/docs/${i:R}.man ${WRKSRC} .endfor +.if defined(NOMAN) + ${PATCH} ${PATCH_ARGS} -p0 <${FILESDIR}/noman-patch +.endif post-install: --- /dev/null Fri Jul 6 23:16:20 2001 +++ files/noman-patch Fri Jul 6 23:08:40 2001 @@ -0,0 +1,15 @@ +--- Imakefile.orig Fri Jul 6 23:08:11 2001 ++++ Imakefile Fri Jul 6 23:08:24 2001 +@@ -301,12 +301,6 @@ + #endif + + +-InstallManPage(xv,$(MANDIR)) +-InstallManPage(bggen,$(MANDIR)) +-InstallManPage(xcmap,$(MANDIR)) +-InstallManPage(xvp2p,$(MANDIR)) +-InstallManPage(vdcomp,$(MANDIR)) +- + InstallNonExecFile(xv_mgcsfx.sample,$(MGCSFXDIR)) + + tar: Idea 2: Fix graphics/xv/Makefile so that it copies .man files even when NOMAN is defined. --- Makefile.orig Sat Jun 16 01:29:29 2001 +++ Makefile Fri Jul 6 22:46:04 2001 @@ -40,8 +40,9 @@ png.4:${PORTSDIR}/graphics/png USE_IMAKE= yes -.if !defined(NOMAN) -MAN1= bggen.1 vdcomp.1 xcmap.1 xv.1 xvp2p.1 +MANlist= bggen.1 vdcomp.1 xcmap.1 xv.1 xvp2p.1 +.if !defined(NOMAN) +MAN1= ${MANlist} .endif XVDIST= ${DISTDIR}/${DIST_SUBDIR} @@ -59,7 +60,7 @@ @${MV} ${WRKSRC}/config.h ${WRKSRC}/config.h.in @${CAT} ${WRKSRC}/config.h.in | \ ${SED} -e "s@%%LOCALBASE%%@${LOCALBASE}@" > ${WRKSRC}/config.h -.for i in ${MAN1} +.for i in ${MANlist} @${CP} ${WRKSRC}/docs/${i:R}.man ${WRKSRC} .endfor >Release-Note: >Audit-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 6 8:20:11 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 08D2137B40A for ; Fri, 6 Jul 2001 08:20:05 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f66FK5D38913; Fri, 6 Jul 2001 08:20:05 -0700 (PDT) (envelope-from gnats) Received: from web.maske.org (cb569792-a.rmdws1.il.home.com [24.182.88.68]) by hub.freebsd.org (Postfix) with ESMTP id D2F1837B405 for ; Fri, 6 Jul 2001 08:14:17 -0700 (PDT) (envelope-from maske@maske.org) Received: from localhost (maske@localhost) by web.maske.org (8.11.4/8.11.4) with ESMTP id f66FEZ939133 for ; Fri, 6 Jul 2001 10:14:35 -0500 (CDT) Message-Id: <20010706101412.S39129-100000@web.maske.org> Date: Fri, 6 Jul 2001 10:14:35 -0500 (CDT) From: "Douglas A. Maske" To: Subject: ports/28770: New ftp site and maintainer email address for diskusage-1.01.tar.gz Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 28770 >Category: ports >Synopsis: New ftp site and maintainer email address for >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Fri Jul 06 08:20:04 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Douglas A. Maske >Release: FreeBSD 4.3-20010627-STABLE i386 >Organization: http://freebsd.radioslot.com >Environment: System: FreeBSD web.maske.org 4.3-20010627-STABLE FreeBSD 4.3-20010627-STABLE #0: Thu Jun 28 07:01:01 CDT 2001 root@web.maske.org:/usr/src/sys/compile/WEB i386 >Description: Email address and ftp address have changed >How-To-Repeat: >Fix: New ftp: ftp://freebsd.radioslot.com/pub/FreeBSD/distfiles/diskusage-1.01.tar.gz New Email Address: maske@freebsd.radioslost.com No web site yet, coming next week or so, port should be rewritten in sh an d awk by then too. >Release-Note: >Audit-Trail: >Unformatted: X-send-pr-version: 3.113 X-GNATS-Notify: diskusage-1.01.tar.g z To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Jul 6 8:59:16 2001 Delivered-To: freebsd-ports@freebsd.org Received: from trinity.magpage.com (trinity.magpage.com [216.155.0.8]) by hub.freebsd.org (Postfix) with ESMTP id B9E5637B403; Fri, 6 Jul 2001 08:59:06 -0700 (PDT) (envelope-from dfrazier@magpage.com) Received: from magpage.com (dfrazier@poomba.magpage.com [216.155.24.136]) by trinity.magpage.com (8.11.3/8.11.3) with ESMTP id f66Fwbm43649; Fri, 6 Jul 2001 11:58:38 -0400 (EDT) Message-ID: <3B45E02D.8050805@magpage.com> Date: Fri, 06 Jul 2001 11:58:37 -0400 From: Daniel Frazier User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:0.9.2) Gecko/20010702 X-Accept-Language: en-us MIME-Version: 1.0 To: Daniel Frazier Cc: ports@FreeBSD.ORG, ade@FreeBSD.ORG Subject: Re: libgda doesn't build... References: <3B37A308.ABD94B74@magpage.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-RRT-Status: UNKNOWN Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org ok, apparently noone else is having this same problem, so it must be just me. Can anyone tell what i may have mucked up based on the results of this make? Is there anything else I can provide that might help track down my problem? I'd really appreciate any assistance here... FreeBSD poomba.magpage.com 4.3-STABLE FreeBSD 4.3-STABLE #0: Fri Jun 29 10:44:42 EDT 2001 root@poomba.magpage.com:/usr/obj/usr/src/sys/FBSD4-8 i386 gmake[2]: Entering directory `/usr/ports/databases/libgda/work/libgd a-0.2.10/bindings' Making all in c++ gmake[3]: Entering directory `/usr/ports/databases/libgda/work/libgd a-0.2.10/bindings/c++' /bin/sh ../../libtool --mode=compile c++ -DHAVE_CONFIG_H -I. -I. -I. ./.. -I/usr/local/include -I../../lib/gda-common -I../../lib/gda- client -I/usr/local/include/glib12 -D_THREAD_SAFE -I/usr/X11R6/incl ude/gtk12 -I/usr/local/include/glib12 -I/usr/local/include -I/usr/X1 1R6/include -I/usr/local/include/gnome-xml -I/usr/X11R6/include/gcon f/1 -I/usr/X11R6/include -I/usr/local/include/glib12 -I/usr/local/in clude -I/usr/X11R6/include -I/usr/local/include/glib12 -I/usr/local/ include -I/usr/local/include -O -pipe -c gdaCommand.cpp rm -f .libs/gdaCommand.lo c++ -DHAVE_CONFIG_H -I. -I. -I../.. -I/usr/local/include -I../../lib /gda-common -I../../lib/gda-client -I/usr/local/include/glib12 -D_TH READ_SAFE -I/usr/X11R6/include/gtk 12 -I/usr/local/include/glib12 -I/usr/local/include -I/usr/X11R6/inc lude -I/usr/local/include/gnom e-xml -I/usr/X11R6/include/gconf/1 -I/usr/X11R6/include -I/usr/local /include/glib12 -I/usr/local/inclu de -I/usr/X11R6/include -I/usr/local/include/glib12 -I/usr/local/inc lude -I/usr/local/inclu de -O -pipe -c gdaCommand.cpp -fPIC -DPIC -o .libs/gdaCommand.lo In file included from ../../lib/gda-client/gda-client.h:32, from gdaIncludes.h:32, from gdaCommand.h:22, from gdaCommand.cpp:20: ../../lib/gda-client/gda-export.h:70: warning: keyword 'export' not implemented and will be ignored ../../lib/gda-client/gda-export.h:71: warning: keyword 'export' not implemented and will be ignored ../../lib/gda-client/gda-export.h:81: warning: keyword 'export' not implemented and will be ignored ../../lib/gda-client/gda-export.h:84: warning: keyword 'export' not implemented and will be ignored ../../lib/gda-client/gda-export.h:85: warning: keyword 'export' not implemented and will be ignored ../../lib/gda-client/gda-export.h:86: warning: keyword 'export' not implemented and will be ignored ../../lib/gda-client/gda-export.h:88: warning: keyword 'export' not implemented and will be ignored ../../lib/gda-client/gda-export.h:89: warning: keyword 'export' not implemented and will be ignored ../../lib/gda-client/gda-export.h:91: warning: keyword 'export' not implemented and will be ignored ../../lib/gda-client/gda-export.h:92: warning: keyword 'export' not implemented and will be ignored gdaCommand.cpp: In method `class gda::Recordset * gda::Command::exec ute(gulong *, long unsigned int)': gdaCommand.cpp:66: ANSI C++ forbids implicit conversion from `void * ' in initialization gdaCommand.cpp:69: ANSI C++ forbids implicit conversion from `void * ' in initialization gmake[3]: *** [gdaCommand.lo] Error 1 gmake[3]: Leaving directory `/usr/ports/databases/libgda/work/libgda -0.2.10/bindings/c++' gmake[2]: *** [all-recursive] Error 1 gmake[2]: Leaving directory `/usr/ports/databases/libgda/work/libgda -0.2.10/bindings' gmake[1]: *** [all-recursive] Error 1 gmake[1]: Leaving directory `/usr/ports/databases/libgda/work/libgda- 0.2.10' gmake: *** [all-recursive-am] Error 2 *** Error code 2 Stop in /usr/ports/databases/libgda. *** Error code 1 -- ---------------------------------------------------------------------- Daniel Frazier Tel: 302-239-5900 Ext. 231 Systems Administrator Fax: 302-239-3909 MAGPAGE, We Power the Internet WWW: http://www.magpage.com/ "They that can give up essential liberty to obtain a little temporary safety deserve neither liberty nor safety." - Benjamin Franklin, Historical Review of Pennsylvania, 1759. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Jul 6 9: 8:11 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 20D5337B405; Fri, 6 Jul 2001 09:08:09 -0700 (PDT) (envelope-from kevlo@FreeBSD.org) Received: (from kevlo@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f66G89E46339; Fri, 6 Jul 2001 09:08:09 -0700 (PDT) (envelope-from kevlo) Date: Fri, 6 Jul 2001 09:08:09 -0700 (PDT) From: Message-Id: <200107061608.f66G89E46339@freefall.freebsd.org> To: petef@databits.net, kevlo@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/28735: Update irc/scrollz to 1.8l Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: Update irc/scrollz to 1.8l State-Changed-From-To: open->closed State-Changed-By: kevlo State-Changed-When: Fri Jul 6 09:07:52 PDT 2001 State-Changed-Why: Committed, thanks. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=28735 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Jul 6 9:19:33 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 53F7D37B401; Fri, 6 Jul 2001 09:19:31 -0700 (PDT) (envelope-from kevlo@FreeBSD.org) Received: (from kevlo@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f66GJVG47865; Fri, 6 Jul 2001 09:19:31 -0700 (PDT) (envelope-from kevlo) Date: Fri, 6 Jul 2001 09:19:31 -0700 (PDT) From: Message-Id: <200107061619.f66GJVG47865@freefall.freebsd.org> To: pat@databits.net, kevlo@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/28765: New port: editors/hnb Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: New port: editors/hnb State-Changed-From-To: open->closed State-Changed-By: kevlo State-Changed-When: Fri Jul 6 09:19:20 PDT 2001 State-Changed-Why: Committed, thanks. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=28765 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Jul 6 9:30: 8 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B525F37B401; Fri, 6 Jul 2001 09:30:06 -0700 (PDT) (envelope-from kevlo@FreeBSD.org) Received: (from kevlo@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f66GU6g49541; Fri, 6 Jul 2001 09:30:06 -0700 (PDT) (envelope-from kevlo) Date: Fri, 6 Jul 2001 09:30:06 -0700 (PDT) From: Message-Id: <200107061630.f66GU6g49541@freefall.freebsd.org> To: pat@databits.net, kevlo@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/28760: New port: net/radvd Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: New port: net/radvd State-Changed-From-To: open->closed State-Changed-By: kevlo State-Changed-When: Fri Jul 6 09:29:55 PDT 2001 State-Changed-Why: Committed, thanks. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=28760 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Jul 6 9:31:13 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D37D137B405; Fri, 6 Jul 2001 09:31:11 -0700 (PDT) (envelope-from ijliao@FreeBSD.org) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f66GVBe49798; Fri, 6 Jul 2001 09:31:11 -0700 (PDT) (envelope-from ijliao) Date: Fri, 6 Jul 2001 09:31:11 -0700 (PDT) From: Message-Id: <200107061631.f66GVBe49798@freefall.freebsd.org> To: skv@protey.ru, ijliao@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/28715: New port: p5-Math-Random-0.61 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: New port: p5-Math-Random-0.61 State-Changed-From-To: open->closed State-Changed-By: ijliao State-Changed-When: Fri Jul 6 09:30:59 PDT 2001 State-Changed-Why: committed, thanks http://www.FreeBSD.org/cgi/query-pr.cgi?pr=28715 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Jul 6 9:37:24 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2C27237B403; Fri, 6 Jul 2001 09:37:22 -0700 (PDT) (envelope-from ijliao@FreeBSD.org) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f66GbMZ50654; Fri, 6 Jul 2001 09:37:22 -0700 (PDT) (envelope-from ijliao) Date: Fri, 6 Jul 2001 09:37:22 -0700 (PDT) From: Message-Id: <200107061637.f66GbMZ50654@freefall.freebsd.org> To: skv@protey.ru, ijliao@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/28716: New port: p5-Math-Random-MT-0.54 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: New port: p5-Math-Random-MT-0.54 State-Changed-From-To: open->closed State-Changed-By: ijliao State-Changed-When: Fri Jul 6 09:37:08 PDT 2001 State-Changed-Why: committed, thanks http://www.FreeBSD.org/cgi/query-pr.cgi?pr=28716 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Jul 6 9:43:50 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E6FBD37B405; Fri, 6 Jul 2001 09:43:48 -0700 (PDT) (envelope-from ijliao@FreeBSD.org) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f66Ghm152149; Fri, 6 Jul 2001 09:43:48 -0700 (PDT) (envelope-from ijliao) Date: Fri, 6 Jul 2001 09:43:48 -0700 (PDT) From: Message-Id: <200107061643.f66Ghm152149@freefall.freebsd.org> To: skv@protey.ru, ijliao@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/28719: New port: p5-Class-Loader Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: New port: p5-Class-Loader State-Changed-From-To: open->closed State-Changed-By: ijliao State-Changed-When: Fri Jul 6 09:43:24 PDT 2001 State-Changed-Why: committed, thanks http://www.FreeBSD.org/cgi/query-pr.cgi?pr=28719 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Jul 6 9:46:22 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5F16437B405; Fri, 6 Jul 2001 09:46:19 -0700 (PDT) (envelope-from ijliao@FreeBSD.org) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f66GkJ153165; Fri, 6 Jul 2001 09:46:19 -0700 (PDT) (envelope-from ijliao) Date: Fri, 6 Jul 2001 09:46:19 -0700 (PDT) From: Message-Id: <200107061646.f66GkJ153165@freefall.freebsd.org> To: ijliao@FreeBSD.org, freebsd-ports@FreeBSD.org, shige@FreeBSD.org Subject: Re: ports/28769: ports japanese/xv, graphics/xv-m17n build failure with manpages Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: ports japanese/xv, graphics/xv-m17n build failure with manpages Responsible-Changed-From-To: freebsd-ports->shige Responsible-Changed-By: ijliao Responsible-Changed-When: Fri Jul 6 09:45:21 PDT 2001 Responsible-Changed-Why: over to maintainer http://www.FreeBSD.org/cgi/query-pr.cgi?pr=28769 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Jul 6 10: 0:15 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0EC0437B406 for ; Fri, 6 Jul 2001 10:00:09 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f66H09M54841; Fri, 6 Jul 2001 10:00:09 -0700 (PDT) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5629D37B409 for ; Fri, 6 Jul 2001 09:51:00 -0700 (PDT) (envelope-from nobody@FreeBSD.org) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f66Gp0654089; Fri, 6 Jul 2001 09:51:00 -0700 (PDT) (envelope-from nobody) Message-Id: <200107061651.f66Gp0654089@freefall.freebsd.org> Date: Fri, 6 Jul 2001 09:51:00 -0700 (PDT) From: Yuri Khotyaintsev To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/28771: opendx server fails to start Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 28771 >Category: ports >Synopsis: opendx server fails to start >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Fri Jul 06 10:00:08 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Yuri Khotyaintsev >Release: 4.3 >Organization: Swedish Institute of Space Physics >Environment: FreeBSD nest.irfu.se 4.3-STABLE FreeBSD 4.3-STABLE #1: Fri Jul 6 13:49:47 CEST 2001 yuri@nest.irfu.se:/data/obj/usr/src/sys/NEST i386 >Description: Unable to run dx-4.1.3 installed from the ports [yuri@nest][~]# dx -script Starting DX executive Fatal error 'Cannot allocate priority ready queue.' at line ? in file /usr/src/lib/libc_r/uthread/uthread_init.c (errno = ?) Abort (core dumped) [yuri@nest][~]# dx -execonly Starting DX executive Fatal error 'Cannot allocate priority ready queue.' at line ? in file /usr/src/lib/libc_r/uthread/uthread_init.c (errno = ?) Abort (core dumped) dx -uionly works... >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Jul 6 10: 9: 8 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E2FF637B406; Fri, 6 Jul 2001 10:09:06 -0700 (PDT) (envelope-from ijliao@FreeBSD.org) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f66H96658693; Fri, 6 Jul 2001 10:09:06 -0700 (PDT) (envelope-from ijliao) Date: Fri, 6 Jul 2001 10:09:06 -0700 (PDT) From: Message-Id: <200107061709.f66H96658693@freefall.freebsd.org> To: crow@kapu.hu, ijliao@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/27993: New Ports: bcwip Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: New Ports: bcwip State-Changed-From-To: open->closed State-Changed-By: ijliao State-Changed-When: Fri Jul 6 10:08:56 PDT 2001 State-Changed-Why: committed, thanks http://www.FreeBSD.org/cgi/query-pr.cgi?pr=27993 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Jul 6 10:30:14 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 803A937B41D; Fri, 6 Jul 2001 10:30:06 -0700 (PDT) (envelope-from ijliao@FreeBSD.org) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f66HU6X61407; Fri, 6 Jul 2001 10:30:06 -0700 (PDT) (envelope-from ijliao) Date: Fri, 6 Jul 2001 10:30:06 -0700 (PDT) From: Message-Id: <200107061730.f66HU6X61407@freefall.freebsd.org> To: petef@databits.net, ijliao@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/28067: New port: news/newsgrab Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: New port: news/newsgrab State-Changed-From-To: open->closed State-Changed-By: ijliao State-Changed-When: Fri Jul 6 10:29:47 PDT 2001 State-Changed-Why: committed, thanks http://www.FreeBSD.org/cgi/query-pr.cgi?pr=28067 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Jul 6 10:30:21 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5B6FC37B429 for ; Fri, 6 Jul 2001 10:30:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f66HU2261375; Fri, 6 Jul 2001 10:30:02 -0700 (PDT) (envelope-from gnats) Received: from femail1.sdc1.sfba.home.com (femail1.sdc1.sfba.home.com [24.0.95.81]) by hub.freebsd.org (Postfix) with ESMTP id B1F4137B401 for ; Fri, 6 Jul 2001 10:20:43 -0700 (PDT) (envelope-from adam@blacktabby.org) Received: from cheshire.blacktabby.org ([24.9.168.247]) by femail1.sdc1.sfba.home.com (InterMail vM.4.01.03.20 201-229-121-120-20010223) with ESMTP id <20010706172043.QVDY26599.femail1.sdc1.sfba.home.com@cheshire.blacktabby.org> for ; Fri, 6 Jul 2001 10:20:43 -0700 Received: by cheshire.blacktabby.org (Postfix, from userid 1000) id 692A157D2; Fri, 6 Jul 2001 10:20:43 -0700 (PDT) Message-Id: <20010706172043.692A157D2@cheshire.blacktabby.org> Date: Fri, 6 Jul 2001 10:20:43 -0700 (PDT) From: Adam Kranzel Reply-To: Adam Kranzel To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/28772: Fix for games/mangband port and take maintainership Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 28772 >Category: ports >Synopsis: Fix for games/mangband port and take maintainership >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Fri Jul 06 10:30:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Adam Kranzel >Release: FreeBSD 5.0-CURRENT i386 >Organization: >Environment: System: FreeBSD cheshire.blacktabby.org 5.0-CURRENT FreeBSD 5.0-CURRENT #1: Wed Jul 4 09:30:06 PDT 2001 root@cheshire.blacktabby.org:/usr/obj/usr/src/sys/CHESHIRE i386 >Description: The games/mangband port is currently broken with a checksum error, due to the distfile being rerolled for an important bugfix. I have bumped the portrevision, and also taken maintainership of the port. I have also added a Whom: line to the Makefile, as portlint was complaining about it not being there, although I did not originally create the port. >How-To-Repeat: >Fix: diff -ruN /home/adam/software/ports/games/mangband/Makefile mangband/Makefile --- /home/adam/software/ports/games/mangband/Makefile Thu May 31 23:04:49 2001 +++ mangband/Makefile Fri Jul 6 09:50:37 2001 @@ -1,16 +1,18 @@ # New ports collection makefile for: mangband # Date created: 30 Dec 1998 +# Whom: Adam Kranzel (adam@alameda.edu) # # $FreeBSD: ports/games/mangband/Makefile,v 1.11 2001/06/01 06:04:49 obrien Exp $ # PORTNAME= mangband PORTVERSION= 0.7.0 +PORTREVISION= 1 CATEGORIES= games MASTER_SITES= http://mangband.org/download/ DISTNAME= ${PORTNAME}-${PORTVERSION:S/.//g} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= adam@alameda.edu WRKSRC= ${WRKDIR}/${PORTNAME}/src diff -ruN /home/adam/software/ports/games/mangband/distinfo mangband/distinfo --- /home/adam/software/ports/games/mangband/distinfo Tue Jan 16 07:27:53 2001 +++ mangband/distinfo Fri Jul 6 09:44:28 2001 @@ -1 +1 @@ -MD5 (mangband-070.tar.gz) = e97438ac83b5773b4bad1dffa5d9b056 +MD5 (mangband-070.tar.gz) = 392e7d30122131cc3d431d4ad5b905a1 >Release-Note: >Audit-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 6 10:33: 9 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D5CAA37B405; Fri, 6 Jul 2001 10:33:07 -0700 (PDT) (envelope-from ijliao@FreeBSD.org) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f66HX7d61872; Fri, 6 Jul 2001 10:33:07 -0700 (PDT) (envelope-from ijliao) Date: Fri, 6 Jul 2001 10:33:07 -0700 (PDT) From: Message-Id: <200107061733.f66HX7d61872@freefall.freebsd.org> To: pat@databits.net, ijliao@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/28075: Fix Depends for news/glitter Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: Fix Depends for news/glitter State-Changed-From-To: open->closed State-Changed-By: ijliao State-Changed-When: Fri Jul 6 10:32:57 PDT 2001 State-Changed-Why: committed, thanks http://www.FreeBSD.org/cgi/query-pr.cgi?pr=28075 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Jul 6 10:36:38 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C550837B407; Fri, 6 Jul 2001 10:36:36 -0700 (PDT) (envelope-from ijliao@FreeBSD.org) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f66HaaT62432; Fri, 6 Jul 2001 10:36:36 -0700 (PDT) (envelope-from ijliao) Date: Fri, 6 Jul 2001 10:36:36 -0700 (PDT) From: Message-Id: <200107061736.f66HaaT62432@freefall.freebsd.org> To: dannyman@tellme.com, ijliao@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/28090: New port: p5-Net-XWhois Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: New port: p5-Net-XWhois State-Changed-From-To: open->closed State-Changed-By: ijliao State-Changed-When: Fri Jul 6 10:36:22 PDT 2001 State-Changed-Why: committed, thanks http://www.FreeBSD.org/cgi/query-pr.cgi?pr=28090 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Jul 6 10:41: 4 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0E46537B403; Fri, 6 Jul 2001 10:41:03 -0700 (PDT) (envelope-from ijliao@FreeBSD.org) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f66Hf2l62895; Fri, 6 Jul 2001 10:41:02 -0700 (PDT) (envelope-from ijliao) Date: Fri, 6 Jul 2001 10:41:02 -0700 (PDT) From: Message-Id: <200107061741.f66Hf2l62895@freefall.freebsd.org> To: trewitt@trewitt.org, ijliao@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/28115: New Port - textproc/htmldoc Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: New Port - textproc/htmldoc State-Changed-From-To: open->analyzed State-Changed-By: ijliao State-Changed-When: Fri Jul 6 10:40:02 PDT 2001 State-Changed-Why: can't fetch http://www.trewitt.org/htmldoc.tar http://www.FreeBSD.org/cgi/query-pr.cgi?pr=28115 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Jul 6 11: 3:12 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4F20C37B40B; Fri, 6 Jul 2001 11:02:56 -0700 (PDT) (envelope-from ijliao@FreeBSD.org) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f66I2qA65258; Fri, 6 Jul 2001 11:02:52 -0700 (PDT) (envelope-from ijliao) Date: Fri, 6 Jul 2001 11:02:52 -0700 (PDT) From: Message-Id: <200107061802.f66I2qA65258@freefall.freebsd.org> To: christophe@labouisse.org, ijliao@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/28195: New port for the jdresolve program Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: New port for the jdresolve program State-Changed-From-To: open->closed State-Changed-By: ijliao State-Changed-When: Fri Jul 6 11:02:38 PDT 2001 State-Changed-Why: committed, thanks http://www.FreeBSD.org/cgi/query-pr.cgi?pr=28195 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Jul 6 11:10:12 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5E28A37B405 for ; Fri, 6 Jul 2001 11:10:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f66IA2C68672; Fri, 6 Jul 2001 11:10:02 -0700 (PDT) (envelope-from gnats) Received: from ws4.piuha.net (ws4.piuha.net [195.165.196.4]) by hub.freebsd.org (Postfix) with ESMTP id A450D37B406 for ; Fri, 6 Jul 2001 11:05:04 -0700 (PDT) (envelope-from martti@ws4.piuha.net) Received: (from martti@localhost) by ws4.piuha.net (8.11.3/8.11.3) id f66I4pT03356; Fri, 6 Jul 2001 21:04:51 +0300 (EEST) (envelope-from martti) Message-Id: <200107061804.f66I4pT03356@ws4.piuha.net> Date: Fri, 6 Jul 2001 21:04:51 +0300 (EEST) From: martti.kuparinen@iki.fi Reply-To: martti.kuparinen@iki.fi To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/28774: [PATCH] ports/x11-wm/fvwm2-beta update Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 28774 >Category: ports >Synopsis: [PATCH] ports/x11-wm/fvwm2-beta 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: Fri Jul 06 11:10:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Martti Kuparinen >Release: FreeBSD 4.3-STABLE i386 >Organization: >Environment: System: FreeBSD ws4 4.3-STABLE FreeBSD 4.3-STABLE #1: Sat May 26 14:05:47 EEST 2001 root@ws4:/usr/obj/usr/src/sys/WS4 i386 >Description: Update the fvwm2-beta to the version (which is also the official release right now). >How-To-Repeat: >Fix: diff -ru /usr/ports/x11-wm/fvwm2-beta/Makefile fvwm2-beta/Makefile --- /usr/ports/x11-wm/fvwm2-beta/Makefile Tue Jun 26 17:58:16 2001 +++ fvwm2-beta/Makefile Fri Jul 6 17:02:21 2001 @@ -6,7 +6,7 @@ # PORTNAME= fvwm -PORTVERSION= 2.3.33 +PORTVERSION= 2.4.0 CATEGORIES= x11-wm MASTER_SITES= ftp://ftp.fvwm.org/pub/fvwm/version-2/ \ http://www.fvwm.org/generated/icon_download/ diff -ru /usr/ports/x11-wm/fvwm2-beta/distinfo fvwm2-beta/distinfo --- /usr/ports/x11-wm/fvwm2-beta/distinfo Tue Jun 26 17:58:16 2001 +++ fvwm2-beta/distinfo Fri Jul 6 17:09:31 2001 @@ -1,2 +1,2 @@ -MD5 (fvwm-2.3.33.tar.gz) = 8b77d1a568e0779b00497444808bf30a +MD5 (fvwm-2.4.0.tar.gz) = b2fe8edec50cfbd46fdc2a5acd6c3139 MD5 (fvwm_icons.tgz) = 7b254da269a236d77c790581701442cb >Release-Note: >Audit-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 6 11:10:36 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9061237B403 for ; Fri, 6 Jul 2001 11:10:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f66IA2968681; Fri, 6 Jul 2001 11:10:02 -0700 (PDT) (envelope-from gnats) Received: from ws4.piuha.net (ws4.piuha.net [195.165.196.4]) by hub.freebsd.org (Postfix) with ESMTP id 8F6B737B405 for ; Fri, 6 Jul 2001 11:05:04 -0700 (PDT) (envelope-from martti@ws4.piuha.net) Received: (from martti@localhost) by ws4.piuha.net (8.11.3/8.11.3) id f66I4p103359; Fri, 6 Jul 2001 21:04:51 +0300 (EEST) (envelope-from martti) Message-Id: <200107061804.f66I4p103359@ws4.piuha.net> Date: Fri, 6 Jul 2001 21:04:51 +0300 (EEST) From: martti.kuparinen@iki.fi Reply-To: martti.kuparinen@iki.fi To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/28775: [PATCH] ports/x11-wm/fvwm2 update Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 28775 >Category: ports >Synopsis: [PATCH] ports/x11-wm/fvwm2 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: Fri Jul 06 11:10:02 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Martti Kuparinen >Release: FreeBSD 4.3-STABLE i386 >Organization: >Environment: System: FreeBSD ws4 4.3-STABLE FreeBSD 4.3-STABLE #1: Sat May 26 14:05:47 EEST 2001 root@ws4:/usr/obj/usr/src/sys/WS4 i386 >Description: Update the fvwm2 port to the latest official release. >How-To-Repeat: >Fix: diff -ru /usr/ports/x11-wm/fvwm2/Makefile fvwm2/Makefile --- /usr/ports/x11-wm/fvwm2/Makefile Tue Jun 19 21:02:39 2001 +++ fvwm2/Makefile Fri Jul 6 19:56:00 2001 @@ -6,27 +6,49 @@ # PORTNAME= fvwm -PORTVERSION= 2.2.5 +PORTVERSION= 2.4.0 CATEGORIES= x11-wm MASTER_SITES= ftp://ftp.fvwm.org/pub/fvwm/version-2/ \ http://www.fvwm.org/generated/icon_download/ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} fvwm_icons.tgz +EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} MAINTAINER= ports@FreeBSD.org +BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4 +RUN_DEPENDS= gm4:${PORTSDIR}/devel/m4 + USE_X_PREFIX= yes USE_XPM= yes +WANT_GTK= yes GNU_CONFIGURE= yes -CONFIGURE_ARGS= --enable-extras --prefix=${PREFIX} USE_GMAKE= yes +PLIST_SUB= VER=${PORTVERSION} +CONFIGURE_ARGS= --enable-extras --enable-gnome + +MAN1= FvwmAnimate.1 FvwmAuto.1 FvwmBacker.1 FvwmBanner.1 FvwmButtons.1 \ + FvwmCommand.1 FvwmConsole.1 FvwmConsoleC.pl.1 FvwmCpp.1 FvwmDebug.1 \ + FvwmDragWell.1 FvwmEvent.1 FvwmForm.1 FvwmGtk.1 FvwmIconBox.1 \ + FvwmIconMan.1 FvwmIdent.1 FvwmM4.1 FvwmPager.1 FvwmRearrange.1 \ + FvwmSave.1 FvwmSaveDesk.1 FvwmScript.1 FvwmScroll.1 FvwmTaskBar.1 \ + FvwmTheme.1 FvwmWharf.1 FvwmWinList.1 \ + fvwm-menu-desktop.1 fvwm-menu-directory.1 fvwm-menu-headlines.1 \ + fvwm-menu-xlock.1 fvwm2.1 fvwm24_convert.1 fvwmbug.1 fvwmrc_convert.1 \ + xpmroot.1 + +.include -MAN1= FvwmAnimate.1 FvwmAudio.1 FvwmAuto.1 FvwmBacker.1 FvwmBanner.1 \ - FvwmButtons.1 FvwmCommand.1 FvwmConfig.1 FvwmConsole.1 \ - FvwmCpp.1 FvwmDebug.1 FvwmEvent.1 FvwmForm.1 FvwmGoodStuff.1 \ - FvwmIconBox.1 FvwmIconMan.1 FvwmIdent.1 FvwmM4.1 FvwmPager.1 \ - FvwmRearrange.1 FvwmSave.1 FvwmSaveDesk.1 FvwmScript.1 FvwmScroll.1 \ - FvwmTalk.1 FvwmTaskBar.1 FvwmWharf.1 FvwmWinList.1 fvwm2.1 xpmroot.1 \ - FvwmConsoleC.pl.1 +.if defined(HAVE_GTK) && !defined(WITHOUT_GTK) +USE_GTK= yes +PLIST_SUB+= GTK="" +.else +PLIST_SUB+= GTK="@comment " +.endif + +post-extract: + @if ! (cd ${WRKDIR}/${DISTNAME} && ${MKDIR} icons && cd icons && ${EXTRACT_CMD} ${EXTRACT_BEFORE_ARGS} ${_DISTDIR}/fvwm_icons.tgz ${EXTRACT_AFTER_ARGS}); then \ + exit 1; \ + fi post-install: @${MKDIR} ${PREFIX}/etc @@ -38,4 +60,4 @@ ${INSTALL_DATA} ${WRKSRC}/icons/*.xpm \ ${PREFIX}/lib/X11/fvwm2/pixmaps -.include +.include diff -ru /usr/ports/x11-wm/fvwm2/distinfo fvwm2/distinfo --- /usr/ports/x11-wm/fvwm2/distinfo Thu May 10 07:12:52 2001 +++ fvwm2/distinfo Fri Jul 6 17:10:16 2001 @@ -1,2 +1,2 @@ -MD5 (fvwm-2.2.5.tar.gz) = 4d871dc12d7534843f6b311add963030 +MD5 (fvwm-2.4.0.tar.gz) = b2fe8edec50cfbd46fdc2a5acd6c3139 MD5 (fvwm_icons.tgz) = 7b254da269a236d77c790581701442cb diff -ru /usr/ports/x11-wm/fvwm2/files/patch-ad fvwm2/files/patch-ad --- /usr/ports/x11-wm/fvwm2/files/patch-ad Sat Jun 10 21:59:46 2000 +++ fvwm2/files/patch-ad Fri Jul 6 19:35:48 2001 @@ -1,11 +1,11 @@ ---- extras/FvwmCommand/FvwmCommand.c.orig Sun Jan 10 21:59:41 1999 -+++ extras/FvwmCommand/FvwmCommand.c Sat Jun 10 20:50:13 2000 -@@ -700,7 +700,7 @@ - - printf( " %-20s x %ld, y %ld, desk %ld, max x %ld, max y %ld\n", - "new page", -- body[0], body[0], body[2], body[3], body[4]); -+ body[0], body[1], body[2], body[3], body[4]); - } - - /************************************************************************* +--- modules/FvwmM4/FvwmM4.c.orig Fri Feb 2 16:04:52 2001 ++++ modules/FvwmM4/FvwmM4.c Fri Feb 2 16:05:02 2001 +@@ -69,7 +69,7 @@ + int m4_prefix; /* Do GNU m4 prefixing (-P) */ + char m4_options[BUFSIZ]; /* Command line options to m4 */ + char m4_outfile[BUFSIZ] = ""; /* The output filename for m4 */ +-char *m4_prog = "m4"; /* Name of the m4 program */ ++char *m4_prog = "gm4"; /* Name of the m4 program */ + int m4_default_quotes; /* Use default m4 quotes */ + char *m4_startquote = "`"; /* Left quote characters for m4 */ + char *m4_endquote = "'"; /* Right quote characters for m4 */ diff -ru /usr/ports/x11-wm/fvwm2/pkg-plist fvwm2/pkg-plist --- /usr/ports/x11-wm/fvwm2/pkg-plist Sun Jun 17 14:16:19 2001 +++ fvwm2/pkg-plist Fri Jul 6 19:45:25 2001 @@ -1,5 +1,12 @@ bin/FvwmCommand +bin/fvwm-config +bin/fvwm-menu-desktop +bin/fvwm-menu-directory +bin/fvwm-menu-headlines +bin/fvwm-menu-xlock bin/fvwm2 +bin/fvwm24_convert +bin/fvwmbug bin/xpmroot @unexec if cmp -s %D/etc/system.fvwm2rc %D/etc/system.fvwm2rc.dist; then rm -f %D/etc/system.fvwm2rc; fi etc/system.fvwm2rc.dist @@ -10,9 +17,20 @@ lib/X11/fvwm2/pixmaps/Jxlock.xpm lib/X11/fvwm2/pixmaps/Monitor.xpm lib/X11/fvwm2/pixmaps/Mosaic.xpm +lib/X11/fvwm2/pixmaps/Xfm.xpm lib/X11/fvwm2/pixmaps/arrdown2.xpm lib/X11/fvwm2/pixmaps/arrows2.xpm lib/X11/fvwm2/pixmaps/arrup2.xpm +lib/X11/fvwm2/pixmaps/banner.fvwm_blue_cursive.xpm +lib/X11/fvwm2/pixmaps/banner.fvwm_bracket.xpm +lib/X11/fvwm2/pixmaps/banner.fvwm_cat_thing.xpm +lib/X11/fvwm2/pixmaps/banner.fvwm_red_3D.xpm +lib/X11/fvwm2/pixmaps/banner.fvwm_red_cursive.xpm +lib/X11/fvwm2/pixmaps/banner.fvwm_tiger.xpm +lib/X11/fvwm2/pixmaps/banner.fvwm_tiger_tail.xpm +lib/X11/fvwm2/pixmaps/bckgnd1.xpm +lib/X11/fvwm2/pixmaps/bckgnd3.xpm +lib/X11/fvwm2/pixmaps/bell.xpm lib/X11/fvwm2/pixmaps/bomb.xpm lib/X11/fvwm2/pixmaps/button-close.xpm lib/X11/fvwm2/pixmaps/button-horiz.xpm @@ -20,106 +38,278 @@ lib/X11/fvwm2/pixmaps/button-vert.xpm lib/X11/fvwm2/pixmaps/button.xpm lib/X11/fvwm2/pixmaps/clamp.xpm -lib/X11/fvwm2/pixmaps/colormap.xpm +lib/X11/fvwm2/pixmaps/date.xpm lib/X11/fvwm2/pixmaps/datebook.xpm +lib/X11/fvwm2/pixmaps/default.xpm lib/X11/fvwm2/pixmaps/desk.xpm +lib/X11/fvwm2/pixmaps/desktop.xpm lib/X11/fvwm2/pixmaps/dialog_box.xpm +lib/X11/fvwm2/pixmaps/display.xpm +lib/X11/fvwm2/pixmaps/documents.xpm lib/X11/fvwm2/pixmaps/doomface.xpm lib/X11/fvwm2/pixmaps/editres.xpm lib/X11/fvwm2/pixmaps/eps.xpm lib/X11/fvwm2/pixmaps/exit.xpm +lib/X11/fvwm2/pixmaps/find1.xpm lib/X11/fvwm2/pixmaps/flow_chart.xpm +lib/X11/fvwm2/pixmaps/folder.xpm lib/X11/fvwm2/pixmaps/folder2.xpm lib/X11/fvwm2/pixmaps/folders.xpm lib/X11/fvwm2/pixmaps/fvwm.xpm lib/X11/fvwm2/pixmaps/fvwm2.xpm lib/X11/fvwm2/pixmaps/fvwm2_big.xpm lib/X11/fvwm2/pixmaps/fvwm3.xpm +lib/X11/fvwm2/pixmaps/gimp.xpm lib/X11/fvwm2/pixmaps/gnu-animal.xpm lib/X11/fvwm2/pixmaps/graphs.xpm -lib/X11/fvwm2/pixmaps/jball.xpm -lib/X11/fvwm2/pixmaps/jbomb.xpm -lib/X11/fvwm2/pixmaps/jbook1.xpm -lib/X11/fvwm2/pixmaps/jbook2.xpm -lib/X11/fvwm2/pixmaps/jcalc.xpm -lib/X11/fvwm2/pixmaps/jclock.xpm -lib/X11/fvwm2/pixmaps/jf.xpm -lib/X11/fvwm2/pixmaps/jgraph.xpm -lib/X11/fvwm2/pixmaps/jline.xpm -lib/X11/fvwm2/pixmaps/jlower.xpm -lib/X11/fvwm2/pixmaps/jmag.xpm -lib/X11/fvwm2/pixmaps/jmail.xpm -lib/X11/fvwm2/pixmaps/jmove.xpm -lib/X11/fvwm2/pixmaps/jpaint.xpm -lib/X11/fvwm2/pixmaps/jraise.xpm -lib/X11/fvwm2/pixmaps/jresize.xpm -lib/X11/fvwm2/pixmaps/jterm.xpm -lib/X11/fvwm2/pixmaps/jwindow.xpm +lib/X11/fvwm2/pixmaps/gv.xpm +lib/X11/fvwm2/pixmaps/help.xpm lib/X11/fvwm2/pixmaps/jx.xpm +lib/X11/fvwm2/pixmaps/keyboard.xpm +lib/X11/fvwm2/pixmaps/lemacs.xpm lib/X11/fvwm2/pixmaps/mag_glass.xpm lib/X11/fvwm2/pixmaps/mail1.xpm lib/X11/fvwm2/pixmaps/mail2.xpm lib/X11/fvwm2/pixmaps/map.xpm lib/X11/fvwm2/pixmaps/math4.xpm +lib/X11/fvwm2/pixmaps/menu.xpm +lib/X11/fvwm2/pixmaps/mini.arch.xpm lib/X11/fvwm2/pixmaps/mini.audiovol.xpm +lib/X11/fvwm2/pixmaps/mini.audiovol2.xpm +lib/X11/fvwm2/pixmaps/mini.ball.xpm +lib/X11/fvwm2/pixmaps/mini.ball2.xpm +lib/X11/fvwm2/pixmaps/mini.bball.xpm lib/X11/fvwm2/pixmaps/mini.blah.xpm lib/X11/fvwm2/pixmaps/mini.bomb.xpm +lib/X11/fvwm2/pixmaps/mini.bomb2.xpm +lib/X11/fvwm2/pixmaps/mini.book1.xpm +lib/X11/fvwm2/pixmaps/mini.book2.xpm +lib/X11/fvwm2/pixmaps/mini.book3.xpm +lib/X11/fvwm2/pixmaps/mini.book4.xpm +lib/X11/fvwm2/pixmaps/mini.books.xpm +lib/X11/fvwm2/pixmaps/mini.briefcase.xpm +lib/X11/fvwm2/pixmaps/mini.bug1.xpm +lib/X11/fvwm2/pixmaps/mini.bug2.xpm +lib/X11/fvwm2/pixmaps/mini.bx2.xpm +lib/X11/fvwm2/pixmaps/mini.calc.xpm +lib/X11/fvwm2/pixmaps/mini.calc2.xpm +lib/X11/fvwm2/pixmaps/mini.calendar.xpm +lib/X11/fvwm2/pixmaps/mini.camera.xpm +lib/X11/fvwm2/pixmaps/mini.cat.xpm +lib/X11/fvwm2/pixmaps/mini.cave.xpm +lib/X11/fvwm2/pixmaps/mini.cd.xpm +lib/X11/fvwm2/pixmaps/mini.cdlabel.xpm +lib/X11/fvwm2/pixmaps/mini.chart.xpm lib/X11/fvwm2/pixmaps/mini.checkmark.xpm +lib/X11/fvwm2/pixmaps/mini.chinese.xpm +lib/X11/fvwm2/pixmaps/mini.clipboard.xpm +lib/X11/fvwm2/pixmaps/mini.clock.xpm +lib/X11/fvwm2/pixmaps/mini.clock2.xpm +lib/X11/fvwm2/pixmaps/mini.colors.xpm +lib/X11/fvwm2/pixmaps/mini.connect.xpm +lib/X11/fvwm2/pixmaps/mini.crosbone.xpm +lib/X11/fvwm2/pixmaps/mini.cross.xpm lib/X11/fvwm2/pixmaps/mini.cut.xpm +lib/X11/fvwm2/pixmaps/mini.delete.xpm +lib/X11/fvwm2/pixmaps/mini.desktop.xpm lib/X11/fvwm2/pixmaps/mini.destroy.xpm +lib/X11/fvwm2/pixmaps/mini.diff.xpm lib/X11/fvwm2/pixmaps/mini.directory.xpm lib/X11/fvwm2/pixmaps/mini.dirlink.xpm +lib/X11/fvwm2/pixmaps/mini.diskette.xpm +lib/X11/fvwm2/pixmaps/mini.display.xpm +lib/X11/fvwm2/pixmaps/mini.doc.xpm +lib/X11/fvwm2/pixmaps/mini.doc1.xpm +lib/X11/fvwm2/pixmaps/mini.dog.xpm +lib/X11/fvwm2/pixmaps/mini.ear.xpm +lib/X11/fvwm2/pixmaps/mini.edit.xpm +lib/X11/fvwm2/pixmaps/mini.espada.xpm lib/X11/fvwm2/pixmaps/mini.excl.xpm +lib/X11/fvwm2/pixmaps/mini.exclam.xpm lib/X11/fvwm2/pixmaps/mini.exit.xpm +lib/X11/fvwm2/pixmaps/mini.exp.xpm lib/X11/fvwm2/pixmaps/mini.eye.xpm +lib/X11/fvwm2/pixmaps/mini.eye2.xpm +lib/X11/fvwm2/pixmaps/mini.eyes.xpm +lib/X11/fvwm2/pixmaps/mini.f1.xpm +lib/X11/fvwm2/pixmaps/mini.fax.xpm +lib/X11/fvwm2/pixmaps/mini.fdisk.xpm lib/X11/fvwm2/pixmaps/mini.file.xpm lib/X11/fvwm2/pixmaps/mini.filelink.xpm +lib/X11/fvwm2/pixmaps/mini.filemgr.xpm +lib/X11/fvwm2/pixmaps/mini.floppy.xpm +lib/X11/fvwm2/pixmaps/mini.folder.xpm +lib/X11/fvwm2/pixmaps/mini.font.xpm +lib/X11/fvwm2/pixmaps/mini.fractal.xpm +lib/X11/fvwm2/pixmaps/mini.frame.xpm +lib/X11/fvwm2/pixmaps/mini.ftp.xpm lib/X11/fvwm2/pixmaps/mini.fvwm.xpm +lib/X11/fvwm2/pixmaps/mini.gball.xpm +lib/X11/fvwm2/pixmaps/mini.gimp.xpm +lib/X11/fvwm2/pixmaps/mini.gnome.xpm +lib/X11/fvwm2/pixmaps/mini.gnu.xpm +lib/X11/fvwm2/pixmaps/mini.go.xpm +lib/X11/fvwm2/pixmaps/mini.gopher.xpm +lib/X11/fvwm2/pixmaps/mini.graph.xpm +lib/X11/fvwm2/pixmaps/mini.graph2.xpm +lib/X11/fvwm2/pixmaps/mini.gv.xpm +lib/X11/fvwm2/pixmaps/mini.hammer.xpm +lib/X11/fvwm2/pixmaps/mini.happy.xpm +lib/X11/fvwm2/pixmaps/mini.hdisk.xpm +lib/X11/fvwm2/pixmaps/mini.heart.xpm +lib/X11/fvwm2/pixmaps/mini.hex.xpm +lib/X11/fvwm2/pixmaps/mini.hextris.xpm +lib/X11/fvwm2/pixmaps/mini.ibm.xpm lib/X11/fvwm2/pixmaps/mini.iconify.xpm +lib/X11/fvwm2/pixmaps/mini.iconify1.xpm +lib/X11/fvwm2/pixmaps/mini.icons.xpm +lib/X11/fvwm2/pixmaps/mini.kde.xpm +lib/X11/fvwm2/pixmaps/mini.keyboard.xpm +lib/X11/fvwm2/pixmaps/mini.keys.xpm lib/X11/fvwm2/pixmaps/mini.letter.xpm +lib/X11/fvwm2/pixmaps/mini.line.xpm +lib/X11/fvwm2/pixmaps/mini.lock.xpm lib/X11/fvwm2/pixmaps/mini.lower.xpm +lib/X11/fvwm2/pixmaps/mini.lower2.xpm +lib/X11/fvwm2/pixmaps/mini.lower3.xpm +lib/X11/fvwm2/pixmaps/mini.mag.xpm +lib/X11/fvwm2/pixmaps/mini.mail.xpm +lib/X11/fvwm2/pixmaps/mini.mail2.xpm +lib/X11/fvwm2/pixmaps/mini.manual.xpm +lib/X11/fvwm2/pixmaps/mini.max1.xpm lib/X11/fvwm2/pixmaps/mini.maximize-horiz.xpm +lib/X11/fvwm2/pixmaps/mini.maximize-horiz1.xpm lib/X11/fvwm2/pixmaps/mini.maximize-vert.xpm +lib/X11/fvwm2/pixmaps/mini.maximize-vert1.xpm lib/X11/fvwm2/pixmaps/mini.maximize.xpm +lib/X11/fvwm2/pixmaps/mini.maximize1.xpm lib/X11/fvwm2/pixmaps/mini.maximize2.xpm +lib/X11/fvwm2/pixmaps/mini.maze.xpm +lib/X11/fvwm2/pixmaps/mini.modules.xpm +lib/X11/fvwm2/pixmaps/mini.monitor.xpm +lib/X11/fvwm2/pixmaps/mini.mouse.xpm lib/X11/fvwm2/pixmaps/mini.move.xpm +lib/X11/fvwm2/pixmaps/mini.move1.xpm +lib/X11/fvwm2/pixmaps/mini.move2.xpm +lib/X11/fvwm2/pixmaps/mini.move3.xpm +lib/X11/fvwm2/pixmaps/mini.mwm.xpm lib/X11/fvwm2/pixmaps/mini.netscape.xpm +lib/X11/fvwm2/pixmaps/mini.news.xpm +lib/X11/fvwm2/pixmaps/mini.nscape.xpm +lib/X11/fvwm2/pixmaps/mini.ofolder.xpm +lib/X11/fvwm2/pixmaps/mini.olwm.xpm +lib/X11/fvwm2/pixmaps/mini.pager.xpm +lib/X11/fvwm2/pixmaps/mini.paint.xpm +lib/X11/fvwm2/pixmaps/mini.paint2.xpm +lib/X11/fvwm2/pixmaps/mini.palette.xpm +lib/X11/fvwm2/pixmaps/mini.paper.xpm +lib/X11/fvwm2/pixmaps/mini.pdf.xpm +lib/X11/fvwm2/pixmaps/mini.pencil.xpm +lib/X11/fvwm2/pixmaps/mini.penguin.xpm +lib/X11/fvwm2/pixmaps/mini.perf.xpm +lib/X11/fvwm2/pixmaps/mini.picture.xpm +lib/X11/fvwm2/pixmaps/mini.question.xpm lib/X11/fvwm2/pixmaps/mini.rainbow.xpm lib/X11/fvwm2/pixmaps/mini.raise.xpm +lib/X11/fvwm2/pixmaps/mini.raise2.xpm +lib/X11/fvwm2/pixmaps/mini.raise3.xpm +lib/X11/fvwm2/pixmaps/mini.ray.xpm +lib/X11/fvwm2/pixmaps/mini.rball.xpm lib/X11/fvwm2/pixmaps/mini.refresh.xpm lib/X11/fvwm2/pixmaps/mini.resize.xpm lib/X11/fvwm2/pixmaps/mini.resize2.xpm +lib/X11/fvwm2/pixmaps/mini.resize3.xpm +lib/X11/fvwm2/pixmaps/mini.resize4.xpm +lib/X11/fvwm2/pixmaps/mini.roach.xpm +lib/X11/fvwm2/pixmaps/mini.run.xpm +lib/X11/fvwm2/pixmaps/mini.sh.xpm +lib/X11/fvwm2/pixmaps/mini.sh1.xpm +lib/X11/fvwm2/pixmaps/mini.shade1.xpm +lib/X11/fvwm2/pixmaps/mini.slon.xpm +lib/X11/fvwm2/pixmaps/mini.sound.xpm +lib/X11/fvwm2/pixmaps/mini.start.xpm lib/X11/fvwm2/pixmaps/mini.stick.xpm +lib/X11/fvwm2/pixmaps/mini.stick1.xpm lib/X11/fvwm2/pixmaps/mini.stick2.xpm lib/X11/fvwm2/pixmaps/mini.stickpressed.xpm +lib/X11/fvwm2/pixmaps/mini.stop.xpm +lib/X11/fvwm2/pixmaps/mini.telnet.xpm +lib/X11/fvwm2/pixmaps/mini.term.xpm +lib/X11/fvwm2/pixmaps/mini.term2.xpm +lib/X11/fvwm2/pixmaps/mini.tetris.xpm +lib/X11/fvwm2/pixmaps/mini.trebol.xpm +lib/X11/fvwm2/pixmaps/mini.turn.xpm +lib/X11/fvwm2/pixmaps/mini.twm.xpm lib/X11/fvwm2/pixmaps/mini.winXX-close.xpm lib/X11/fvwm2/pixmaps/mini.winXX-maximize.xpm lib/X11/fvwm2/pixmaps/mini.winXX-minimize.xpm +lib/X11/fvwm2/pixmaps/mini.winXX-normalize.xpm +lib/X11/fvwm2/pixmaps/mini.winXX-sysmenu.xpm +lib/X11/fvwm2/pixmaps/mini.window.xpm +lib/X11/fvwm2/pixmaps/mini.window2.xpm +lib/X11/fvwm2/pixmaps/mini.windows.xpm +lib/X11/fvwm2/pixmaps/mini.windowshade.xpm +lib/X11/fvwm2/pixmaps/mini.x.xpm +lib/X11/fvwm2/pixmaps/mini.x2.xpm +lib/X11/fvwm2/pixmaps/mini.xaniroc.xpm lib/X11/fvwm2/pixmaps/mini.xarchie.xpm lib/X11/fvwm2/pixmaps/mini.xbiff.xpm lib/X11/fvwm2/pixmaps/mini.xboing.xpm +lib/X11/fvwm2/pixmaps/mini.xfig.xpm +lib/X11/fvwm2/pixmaps/mini.xjewel.xpm +lib/X11/fvwm2/pixmaps/mini.xkeycaps.xpm +lib/X11/fvwm2/pixmaps/mini.xlander.xpm lib/X11/fvwm2/pixmaps/mini.xlock.xpm lib/X11/fvwm2/pixmaps/mini.xmag.xpm +lib/X11/fvwm2/pixmaps/mini.xmahjongg.xpm lib/X11/fvwm2/pixmaps/mini.xman.xpm lib/X11/fvwm2/pixmaps/mini.xpaint.xpm -lib/X11/fvwm2/pixmaps/mini.xpm +lib/X11/fvwm2/pixmaps/mini.xsnow.xpm lib/X11/fvwm2/pixmaps/mini.xterm.xpm +lib/X11/fvwm2/pixmaps/mini.xv.xpm lib/X11/fvwm2/pixmaps/mini.zircon.xpm +lib/X11/fvwm2/pixmaps/mini.zoom.xpm +lib/X11/fvwm2/pixmaps/modules.xpm +lib/X11/fvwm2/pixmaps/nscape.xpm lib/X11/fvwm2/pixmaps/page.xpm lib/X11/fvwm2/pixmaps/page2.xpm +lib/X11/fvwm2/pixmaps/pointer.xpm +lib/X11/fvwm2/pixmaps/programs.xpm lib/X11/fvwm2/pixmaps/ps.xpm lib/X11/fvwm2/pixmaps/question.xpm lib/X11/fvwm2/pixmaps/rbomb.xpm +lib/X11/fvwm2/pixmaps/rbomb2.xpm lib/X11/fvwm2/pixmaps/rcalc.xpm +lib/X11/fvwm2/pixmaps/rcalc2.xpm +lib/X11/fvwm2/pixmaps/resize.rainbow.xpm lib/X11/fvwm2/pixmaps/rterm.xpm +lib/X11/fvwm2/pixmaps/rterm2.xpm +lib/X11/fvwm2/pixmaps/run.xpm +lib/X11/fvwm2/pixmaps/screen.xpm +lib/X11/fvwm2/pixmaps/settings.xpm +lib/X11/fvwm2/pixmaps/shells.xpm +lib/X11/fvwm2/pixmaps/shutdown.xpm +lib/X11/fvwm2/pixmaps/shutdown2.xpm lib/X11/fvwm2/pixmaps/side.fvwm2.xpm +lib/X11/fvwm2/pixmaps/side.fvwm2_1.xpm +lib/X11/fvwm2/pixmaps/side.fvwm2_2.xpm +lib/X11/fvwm2/pixmaps/side.utilities.xpm +lib/X11/fvwm2/pixmaps/small.Paint2.xpm +lib/X11/fvwm2/pixmaps/small.Shell2.xpm +lib/X11/fvwm2/pixmaps/small.exit.xpm +lib/X11/fvwm2/pixmaps/small.lock.xpm +lib/X11/fvwm2/pixmaps/small.man.next.xpm +lib/X11/fvwm2/pixmaps/small.note.next.xpm +lib/X11/fvwm2/pixmaps/small.tools2_3d.xpm lib/X11/fvwm2/pixmaps/term.xpm +lib/X11/fvwm2/pixmaps/textedit.xpm lib/X11/fvwm2/pixmaps/tiff2.xpm lib/X11/fvwm2/pixmaps/toolbox.xpm lib/X11/fvwm2/pixmaps/unknown1.xpm lib/X11/fvwm2/pixmaps/wierd_page3.xpm +lib/X11/fvwm2/pixmaps/window.xpm lib/X11/fvwm2/pixmaps/word_processor.xpm -lib/X11/fvwm2/pixmaps/world.xpm +lib/X11/fvwm2/pixmaps/wterm.xpm lib/X11/fvwm2/pixmaps/xcalc.xpm lib/X11/fvwm2/pixmaps/xemacs.xpm lib/X11/fvwm2/pixmaps/xlock.xpm @@ -136,40 +326,80 @@ lib/X11/fvwm2/pixmaps/xterm.xpm lib/X11/fvwm2/pixmaps/xv.xpm lib/X11/fvwm2/pixmaps/xv2.xpm -libexec/fvwm/2.2.5/FvwmAnimate -libexec/fvwm/2.2.5/FvwmAudio -libexec/fvwm/2.2.5/FvwmAuto -libexec/fvwm/2.2.5/FvwmBacker -libexec/fvwm/2.2.5/FvwmBanner -libexec/fvwm/2.2.5/FvwmButtons -libexec/fvwm/2.2.5/FvwmCascade -libexec/fvwm/2.2.5/FvwmCommandS -libexec/fvwm/2.2.5/FvwmConfig -libexec/fvwm/2.2.5/FvwmConsole -libexec/fvwm/2.2.5/FvwmConsoleC -libexec/fvwm/2.2.5/FvwmConsoleC.pl -libexec/fvwm/2.2.5/FvwmCpp -libexec/fvwm/2.2.5/FvwmDebug -libexec/fvwm/2.2.5/FvwmEvent -libexec/fvwm/2.2.5/FvwmForm -libexec/fvwm/2.2.5/FvwmGoodStuff -libexec/fvwm/2.2.5/FvwmIconBox -libexec/fvwm/2.2.5/FvwmIconMan -libexec/fvwm/2.2.5/FvwmIdent -libexec/fvwm/2.2.5/FvwmM4 -libexec/fvwm/2.2.5/FvwmPager -libexec/fvwm/2.2.5/FvwmPipe -libexec/fvwm/2.2.5/FvwmRearrange -libexec/fvwm/2.2.5/FvwmSave -libexec/fvwm/2.2.5/FvwmSaveDesk -libexec/fvwm/2.2.5/FvwmScript -libexec/fvwm/2.2.5/FvwmScroll -libexec/fvwm/2.2.5/FvwmTalk -libexec/fvwm/2.2.5/FvwmTaskBar -libexec/fvwm/2.2.5/FvwmTile -libexec/fvwm/2.2.5/FvwmWharf -libexec/fvwm/2.2.5/FvwmWinList -@dirrm libexec/fvwm/2.2.5 -@dirrm libexec/fvwm +lib/X11/fvwm2/pixmaps/xview.xpm +libexec/fvwm/%%VER%%/FvwmAnimate +libexec/fvwm/%%VER%%/FvwmAuto +@exec ln -s FvwmEvent %B/FvwmAudio +@unexec rm %B/FvwmAudio +libexec/fvwm/%%VER%%/FvwmBacker +libexec/fvwm/%%VER%%/FvwmBanner +libexec/fvwm/%%VER%%/FvwmButtons +libexec/fvwm/%%VER%%/FvwmCascade +libexec/fvwm/%%VER%%/FvwmCommand.pm +libexec/fvwm/%%VER%%/FvwmCommand.sh +libexec/fvwm/%%VER%%/FvwmCommandS +libexec/fvwm/%%VER%%/FvwmConsole +libexec/fvwm/%%VER%%/FvwmConsoleC +libexec/fvwm/%%VER%%/FvwmConsoleC.pl +libexec/fvwm/%%VER%%/FvwmCpp +libexec/fvwm/%%VER%%/FvwmDebug +libexec/fvwm/%%VER%%/FvwmDragWell +libexec/fvwm/%%VER%%/FvwmEvent +libexec/fvwm/%%VER%%/FvwmForm +%%GTK%%libexec/fvwm/%%VER%%/FvwmGtk +libexec/fvwm/%%VER%%/FvwmIconBox +libexec/fvwm/%%VER%%/FvwmIconMan +libexec/fvwm/%%VER%%/FvwmIdent +libexec/fvwm/%%VER%%/FvwmM4 +libexec/fvwm/%%VER%%/FvwmPager +libexec/fvwm/%%VER%%/FvwmRearrange +libexec/fvwm/%%VER%%/FvwmSave +libexec/fvwm/%%VER%%/FvwmSaveDesk +libexec/fvwm/%%VER%%/FvwmScript +libexec/fvwm/%%VER%%/FvwmScroll +libexec/fvwm/%%VER%%/FvwmTalk +libexec/fvwm/%%VER%%/FvwmTaskBar +libexec/fvwm/%%VER%%/FvwmTheme +libexec/fvwm/%%VER%%/FvwmTile +libexec/fvwm/%%VER%%/FvwmWharf +libexec/fvwm/%%VER%%/FvwmWinList +share/fvwm/ConfigFvwmDefaults +share/fvwm/ConfigFvwmSetup +share/fvwm/ConfigFvwmBacker +share/fvwm/ConfigFvwmButtons +share/fvwm/FvwmForm-Setup +share/fvwm/FvwmForm-Form +share/fvwm/FvwmForm-Capture +share/fvwm/FvwmForm-QuitVerify +share/fvwm/FvwmForm-Rlogin +share/fvwm/FvwmForm-RootCursor +share/fvwm/FvwmForm-Talk +share/fvwm/FvwmForm-TalkHelp +share/fvwm/ConfigFvwmIconBox +share/fvwm/ConfigFvwmIconMan +share/fvwm/ConfigFvwmIdent +share/fvwm/ConfigFvwmPager +share/fvwm/FvwmScript-BellSetup +share/fvwm/FvwmScript-Buttons +share/fvwm/FvwmScript-Colorset +share/fvwm/FvwmScript-Date +share/fvwm/FvwmScript-BaseConfig +share/fvwm/FvwmScript-FileBrowser +share/fvwm/FvwmScript-Find +share/fvwm/FvwmScript-KeyboardSetup +share/fvwm/FvwmScript-PointerSetup +share/fvwm/FvwmScript-Quit +share/fvwm/FvwmScript-ScreenDump +share/fvwm/FvwmScript-ScreenSetup +share/fvwm/FvwmScript-Setup95 +share/fvwm/FvwmScript-WidgetDemo +share/fvwm/fvwm-script-setup95.pl +share/fvwm/ConfigFvwmScroll +share/fvwm/ConfigFvwmTaskBar +share/fvwm/ConfigFvwmWinList +share/fvwm/system.fvwm2rc-sample-95 @dirrm lib/X11/fvwm2/pixmaps @dirrm lib/X11/fvwm2 +@dirrm libexec/fvwm/%%VER%% +@dirrm libexec/fvwm +@dirrm share/fvwm >Release-Note: >Audit-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 6 11:13:49 2001 Delivered-To: freebsd-ports@freebsd.org Received: from kalaid.f2f.com.ua (kalaid.f2f.com.ua [62.149.0.33]) by hub.freebsd.org (Postfix) with ESMTP id 0F5AB37B403; Fri, 6 Jul 2001 11:13:39 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Received: from Mail-In.Net (borey.f2f.com.ua [62.149.0.24]) by kalaid.f2f.com.ua (8.11.3/8.11.1) with ESMTP id f66IGQC19637; Fri, 6 Jul 2001 21:16:26 +0300 (EEST) (envelope-from sobomax@FreeBSD.org) Received: from vega.vega.com ([212.35.189.228]) by Mail-In.Net (8.11.3/8.H.Z) with ESMTP id f66IEYZ15896; Fri, 6 Jul 2001 21:14:34 +0300 (EEST) Received: from FreeBSD.org (big_brother.vega.com [192.168.1.1]) by vega.vega.com (8.11.4/8.11.3) with ESMTP id f66Hg4q73179; Fri, 6 Jul 2001 20:42:04 +0300 (EEST) (envelope-from sobomax@FreeBSD.org) Message-ID: <3B45F872.4FB26C6C@FreeBSD.org> Date: Fri, 06 Jul 2001 20:42:10 +0300 From: Maxim Sobolev Organization: Vega International Capital X-Mailer: Mozilla 4.77 [en] (Windows NT 5.0; U) X-Accept-Language: en,uk,ru MIME-Version: 1.0 To: ports@FreeBSD.org Subject: Speeding up package registration Content-Type: multipart/mixed; boundary="------------56A41750712AADB07913AB7A" Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org This is a multi-part message in MIME format. --------------56A41750712AADB07913AB7A Content-Type: text/plain; charset=koi8-r Content-Transfer-Encoding: 7bit Hi, Is you all probably know, our current method for dependency list generation is significantly sub-optimal - it forks make(1) for each dependency's Makefile twice, which could be easily avoided. This is a problem for all ports with many dependencies especially on the slow machines and/or when ports tree is mounted remotely. For example `cd /usr/ports/www/galeon && make package-depends' on my machine takes about 1 minute of wall time to complete (/usr/ports mounted over NFS). This is very annoying, especially when it is necessary to do several install/deinstall cycles to debug/correct layout or update/test pkg-plist. Attached please find perl(1) script that does what the `package-depends' target does, but two times faster. I would like to know what people think about replacing performance-critical portions of bsd.port.mk with scripts in general and about this proposal particularly. Please note, however, that the attached script is not complete (error handling is absent), but it could be easily improved if there is sufficient interest in integrating it. -Maxim --------------56A41750712AADB07913AB7A Content-Type: application/x-perl; name="package-depends.pl" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="package-depends.pl" #!/usr/bin/perl use strict; # Global "constants" my $makecmd = '/usr/bin/make'; if (defined $ENV{'MAKE'}) { $makecmd = $ENV{'MAKE'}; } my $currdir = '.'; # Global variables my %cache; sub get_rt_depends_nr($) { my $dir = shift; # First of all check if we have cached version my $arrayref = $cache{$dir}; if (defined $arrayref) { return @$arrayref; } chdir $dir or die("cannot cd to $dir: $!"); open(MAKEOUT, "$makecmd -V PKGNAME -V LIB_DEPENDS -V RUN_DEPENDS |") or die("cannot fork: $!"); my $pkgname = ; my $lib_depends = ; my $run_depends = ; close(MAKEOUT); chomp($pkgname); chomp($lib_depends); chomp($run_depends); my @runtime_depends; foreach my $dependency (split(/\s+/, $lib_depends), split(/\s+/, $run_depends)) { push(@runtime_depends, (split(/:/, $dependency))[1]); } # If we got thus far then we could print out package name if ($dir ne $currdir) { print "$pkgname\n"; } # Add resolved dependencies into cache $cache{$dir} = \@runtime_depends; return @runtime_depends; } sub get_rt_depends($) { my $dir = shift; my @top_depends = &get_rt_depends_nr($dir); foreach my $path (@top_depends) { &get_rt_depends($path); } } &get_rt_depends($currdir) --------------56A41750712AADB07913AB7A-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Jul 6 11:16: 7 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E0D7337B401; Fri, 6 Jul 2001 11:16:05 -0700 (PDT) (envelope-from ijliao@FreeBSD.org) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f66IG5q69207; Fri, 6 Jul 2001 11:16:05 -0700 (PDT) (envelope-from ijliao) Date: Fri, 6 Jul 2001 11:16:05 -0700 (PDT) From: Message-Id: <200107061816.f66IG5q69207@freefall.freebsd.org> To: ijliao@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/28196: New port: security/gpgme GnuPG Made Easy Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: New port: security/gpgme GnuPG Made Easy State-Changed-From-To: open->closed State-Changed-By: ijliao State-Changed-When: Fri Jul 6 11:15:43 PDT 2001 State-Changed-Why: committed, thanks http://www.FreeBSD.org/cgi/query-pr.cgi?pr=28196 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Jul 6 13:30: 7 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C1A2537B401 for ; Fri, 6 Jul 2001 13:30:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f66KU3H88102; Fri, 6 Jul 2001 13:30:03 -0700 (PDT) (envelope-from gnats) Date: Fri, 6 Jul 2001 13:30:03 -0700 (PDT) Message-Id: <200107062030.f66KU3H88102@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Stephen Montgomery-Smith Subject: Re: ports/28706: libgda does not build because of problem with oaf Reply-To: Stephen Montgomery-Smith Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR ports/28706; it has been noted by GNATS. From: Stephen Montgomery-Smith To: freebsd-gnats-submit@FreeBSD.org, stephen@math.missouri.edu Cc: Subject: Re: ports/28706: libgda does not build because of problem with oaf Date: Fri, 06 Jul 2001 15:23:07 -0500 This problem fixed itself, so: This PR can be closed -- Stephen Montgomery-Smith stephen@math.missouri.edu http://www.math.missouri.edu/~stephen To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Jul 6 13:50:17 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1F5FC37B405 for ; Fri, 6 Jul 2001 13:50:04 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f66Ko4F90675; Fri, 6 Jul 2001 13:50:04 -0700 (PDT) (envelope-from gnats) Date: Fri, 6 Jul 2001 13:50:04 -0700 (PDT) Message-Id: <200107062050.f66Ko4F90675@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Pete Fritchman Subject: Re: ports/28775: [PATCH] ports/x11-wm/fvwm2 update Reply-To: Pete Fritchman Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR ports/28775; it has been noted by GNATS. From: Pete Fritchman To: martti.kuparinen@iki.fi Cc: FreeBSD-gnats-submit@freebsd.org Subject: Re: ports/28775: [PATCH] ports/x11-wm/fvwm2 update Date: Fri, 6 Jul 2001 16:49:14 -0400 I already have a PR open on this; please see http://www.freebsd.org/cgi/query-pr.cgi?pr=28709 Thanks, -pete -- Pete Fritchman Databits Network Services, Inc. finger petef@databits.net for PGP key To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Jul 6 13:53:22 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C229837B407; Fri, 6 Jul 2001 13:53:20 -0700 (PDT) (envelope-from dwcjr@FreeBSD.org) Received: (from dwcjr@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f66KqXp91267; Fri, 6 Jul 2001 13:52:33 -0700 (PDT) (envelope-from dwcjr) Date: Fri, 6 Jul 2001 13:52:33 -0700 (PDT) From: Message-Id: <200107062052.f66KqXp91267@freefall.freebsd.org> To: pat@databits.net, dwcjr@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/28608: Update port: emulators/wine Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: Update port: emulators/wine State-Changed-From-To: suspended->closed State-Changed-By: dwcjr State-Changed-When: Fri Jul 6 13:52:15 PDT 2001 State-Changed-Why: Committed, thanks! http://www.FreeBSD.org/cgi/query-pr.cgi?pr=28608 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Jul 6 16:10:19 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id BF03537B406 for ; Fri, 6 Jul 2001 16:10:05 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f66NA5936413; Fri, 6 Jul 2001 16:10:05 -0700 (PDT) (envelope-from gnats) Received: from electron.databits.net (electron.databits.net [207.29.204.16]) by hub.freebsd.org (Postfix) with ESMTP id 2115037B407 for ; Fri, 6 Jul 2001 16:00:24 -0700 (PDT) (envelope-from petef@electron.databits.net) Received: (from petef@localhost) by electron.databits.net (8.11.4/8.11.4) id f66Mxdm90230; Fri, 6 Jul 2001 18:59:39 -0400 (EDT) (envelope-from petef) Message-Id: <200107062259.f66Mxdm90230@electron.databits.net> Date: Fri, 6 Jul 2001 18:59:39 -0400 (EDT) From: Pete Fritchman Reply-To: Pete Fritchman To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/28782: Update ftp/bftpd to 1.0.21 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 28782 >Category: ports >Synopsis: Update ftp/bftpd to 1.0.21 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Fri Jul 06 16:10:02 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Pete Fritchman >Release: FreeBSD 4.3-STABLE i386 >Organization: Databits Network Services, Inc. >Environment: System: FreeBSD electron.databits.net 4.3-STABLE FreeBSD 4.3-STABLE #7: Mon Jun 11 10:15:45 EDT 2001 root@electron.databits.net:/usr/obj/usr/src/sys/ELECTRON i386 >Description: - update to version 1.0.21 - enable pam support - silence some commands - install docs - take over as maintainer from ports@ >How-To-Repeat: >Fix: Index: Makefile =================================================================== RCS file: /home/ncvs/ports/ftp/bftpd/Makefile,v retrieving revision 1.2 diff -u -r1.2 Makefile --- Makefile 2001/04/15 02:06:52 1.2 +++ Makefile 2001/07/06 22:52:35 @@ -6,22 +6,30 @@ # PORTNAME= bftpd -PORTVERSION= 1.0.18 -PORTREVISION= 1 +PORTVERSION= 1.0.21 CATEGORIES= ftp MASTER_SITES= http://www.bftpd.f2s.com/downloads/src/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= petef@databits.net GNU_CONFIGURE= yes +CONFIGURE_ARGS+= --enable-pam + MAN8= bftpd.8 -pre-configure: - ${PERL} -pi -e "s@@@g" ${WRKSRC}/commands.c - ${PERL} -pi -e "s@chmod 644 /var@#chmod 644 /var@g; \ +post-patch: + @${PERL} -pi -e "s@@@g" ${WRKSRC}/commands.c + @${PERL} -pi -e "s@chmod 644 /var@#chmod 644 /var@g; \ s@touch /var@#touch /var@g; \ s@DESTDIR\)/etc@prefix\)/etc@g; \ s@bftpd.conf @bftpd.conf.sample @g" ${WRKSRC}/Makefile.in - ${CP} ${WRKSRC}/bftpd.conf ${WRKSRC}/bftpd.conf.sample + @${PERL} -pi -e "s@-ldl@@" ${WRKSRC}/configure + @${CP} ${WRKSRC}/bftpd.conf ${WRKSRC}/bftpd.conf.sample + +post-install: +.if !defined(NOPORTDOCS) + @${MKDIR} ${PREFIX}/share/doc/bftpd + ${INSTALL_DATA} ${WRKSRC}/doc/bftpddoc.txt ${PREFIX}/share/doc/bftpd +.endif .include Index: distinfo =================================================================== RCS file: /home/ncvs/ports/ftp/bftpd/distinfo,v retrieving revision 1.1 diff -u -r1.1 distinfo --- distinfo 2001/04/07 23:24:24 1.1 +++ distinfo 2001/07/06 16:58:08 @@ -1 +1 @@ -MD5 (bftpd-1.0.18.tar.gz) = fc73794898fc1f1eb8119eafa69338b1 +MD5 (bftpd-1.0.21.tar.gz) = a0a438bb5c90cd9852db489c5a4c2448 Index: pkg-descr =================================================================== RCS file: /home/ncvs/ports/ftp/bftpd/pkg-descr,v retrieving revision 1.1 diff -u -r1.1 pkg-descr --- pkg-descr 2001/04/07 23:24:24 1.1 +++ pkg-descr 2001/07/06 22:37:21 @@ -12,9 +12,12 @@ * Support for most RFC FTP commands * tar.gz on-the-fly compression/archiving * Security with chroot without special setup - * No need for filessh, ls...) in a chroot environment + * No need for files (sh, ls...) in a chroot environment * Logging to wtmp and to a config file - * PAM and passwd/shadow support + * PAM support * Support for SITE CHOWN/CHMOD WWW: http://www.bftpd.org/ + +- Pete +petef@databits.net Index: pkg-plist =================================================================== RCS file: /home/ncvs/ports/ftp/bftpd/pkg-plist,v retrieving revision 1.1 diff -u -r1.1 pkg-plist --- pkg-plist 2001/04/07 23:24:24 1.1 +++ pkg-plist 2001/07/06 22:53:06 @@ -1,3 +1,5 @@ @unexec if cmp -s %D/etc/bftpd.conf %D/etc/bftpd.conf.sample; then rm -f %D/etc/bftpd.conf; fi etc/bftpd.conf.sample sbin/bftpd +%%PORTDOCS%%share/doc/bftpd/bftpddoc.txt +%%PORTDOCS%%@dirrm share/doc/bftpd >Release-Note: >Audit-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 6 17:20:10 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5CA6D37B407 for ; Fri, 6 Jul 2001 17:20:04 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f670K4U44099; Fri, 6 Jul 2001 17:20:04 -0700 (PDT) (envelope-from gnats) Received: from wlgrv1.pa.home.com (cc92687-a.wlgrv1.pa.home.com [24.5.63.190]) by hub.freebsd.org (Postfix) with ESMTP id 4419837B405; Fri, 6 Jul 2001 17:13:54 -0700 (PDT) (envelope-from pat@wlgrv1.pa.home.com) Received: (from root@localhost) by wlgrv1.pa.home.com (8.11.4/8.11.4) id f670DrR34410; Fri, 6 Jul 2001 20:13:53 -0400 (EDT) (envelope-from pat) Message-Id: <200107070013.f670DrR34410@wlgrv1.pa.home.com> Date: Fri, 6 Jul 2001 20:13:53 -0400 (EDT) From: pat@databits.net Reply-To: pat@databits.net To: FreeBSD-gnats-submit@freebsd.org Cc: dougb@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/28785: Update port net/bind9 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 28785 >Category: ports >Synopsis: Update port net/bind9 >Confidential: 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 06 17:20:03 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Patrick Li >Release: FreeBSD 4.3-STABLE i386 >Organization: N/A >Environment: System: FreeBSD bottlenek 4.3-STABLE FreeBSD 4.3-STABLE #0: Wed Jul 4 05:55:31 EDT 2001 pat@bottlenek:/usr/src/sys/compile/BOTTLENEK i386 >Description: Update to Release Candidate 3 - Minor bug fixes no new features Maintainer is dougb@FreeBSD.org >How-To-Repeat: N/A >Fix: diff -ruN /usr/ports/net/bind9/Makefile bind9/Makefile --- /usr/ports/net/bind9/Makefile Mon May 28 04:27:10 2001 +++ bind9/Makefile Fri Jul 6 19:45:48 2001 @@ -6,7 +6,7 @@ # PORTNAME= bind -PORTVERSION= 9.1.3rc1 +PORTVERSION= 9.1.3rc3 CATEGORIES= net ipv6 MASTER_SITES= ftp://ftp.isc.org/isc/bind9/${PORTVERSION}/ \ ftp://ftp.sunet.se/pub/network/isc/bind9/${PORTVERSION}/ \ diff -ruN /usr/ports/net/bind9/distinfo bind9/distinfo --- /usr/ports/net/bind9/distinfo Mon May 28 04:27:10 2001 +++ bind9/distinfo Fri Jul 6 19:47:57 2001 @@ -1 +1 @@ -MD5 (bind-9.1.3rc1.tar.gz) = 65e0eea5e75fad68917e70d219399dc4 +MD5 (bind-9.1.3rc3.tar.gz) = ffc80bf68e0d45ea3b350655490732d2 >Release-Note: >Audit-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 6 17:24:36 2001 Delivered-To: freebsd-ports@freebsd.org Received: from mail2.internet-magazine.ru (mail2.internet-magazine.ru [195.112.99.115]) by hub.freebsd.org (Postfix) with ESMTP id E2E2A37B409 for ; Fri, 6 Jul 2001 17:24:31 -0700 (PDT) (envelope-from mailer@mail2.internet-magazine.ru) Received: (from mailer@localhost) by mail2.internet-magazine.ru (8.9.3/8.9.3) id EAA56432 for ports@freebsd.org; Sat, 7 Jul 2001 04:24:30 +0400 (MSD) (envelope-from mailer) Date: Sat, 7 Jul 2001 04:24:30 +0400 (MSD) From: INTERNETMAGAZIN Message-Id: <200107070024.EAA56432@mail2.internet-magazine.ru> To: ports@freebsd.org Subject: îÏ×ÙÊ ÓÅÒ×ÉÓ ÄÌÑ ÔÅÈ, ËÔÏ ÈÏÞÅÔ ÔÏÒÇÏ×ÁÔØ × ÉÎÔÅÒÎÅÔÅ. ïÂÒÁÔÉÔÅ ×ÎÉÍÁÎÉÅ Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org úÄÒÁ×ÓÔ×ÕÊÔÅ. üÔÏ ÐÉÓØÍÏ Ñ×ÌÑÅÔÓÑ ÏÄÎÏÒÁÚÏ×ÏÊ ÒÁÓÓÙÌËÏÊ - ÅÓÌÉ ÷ÁÍ ÎÅ ÉÎÔÅÒÅÓÎÏ ÓÏÄÅÒÖÁÎÉÅ ÄÁÎÎÏÇÏ ÓÏÏÂÝÅÎÉÑ - ÐÒÏÓÔÏ ÕÄÁÌÉÔÅ ÅÇÏ. üÔÏ ÎÅ ÛÕÔËÁ É ÎÅ ÓÐÁÍ, ÜÔÏ âïìøûå, ÞÅÍ ÐÒÏÓÔÏ âåóðìáôîùê èïóôéîç 1. ó÷ïê íáçáúéî. ó÷ïñ óôòáîéþëá. ÷Ù ÈÏÔÉÔÅ áâóïìàôîï âåóðìáôîï ÉÍÅÔØ ÓÏÂÓÔ×ÅÎÎÙÊ, ÐÏÌÎÏÃÅÎÎÙÊ éîôåòîåô- íáçáúéî Ó ÓÏÂÓÔ×ÅÎÎÙÍ ÕÎÉËÁÌØÎÙÍ ÁÄÒÅÓÏÍ: ÉÍÑ.internetmagazin.ru? âÅÚ ÁÒÅÎÄÙ, ÐÏ ×ÙÂÒÁÎÎÏÍÕ ÷ÁÍÉ ÛÁÂÌÏÎÕ. ÷ ÔÅÞÅÎÉÉ 10 ÍÉÎÕÔ ÓÁÍÉ ÒÅÇÉÓÔÒÉÒÕÅÔÅ ÅÇÏ, ÚÁÐÏÌÎÑÅÔÅ ÉÎÆÏÒÍÁÃÉÅÊ É ÔÏ×ÁÒÁÍÉ, ÒÅÄÁËÔÉÒÕÅÔÅ (ÂÙÓÔÒÏ É ÕÄÏÂÎÏ) úÁÈÏÄÉÔÅ: http://www.internetmagazin.ru ðÏÓÅÔÉÔÅ ÏÂÝÉÊ óõðåòíáòëåô, ÇÄÅ ÷Ù ÎÁÊÄÅÔÅ ÔÏ×ÁÒÙ ÓÏ ×ÓÅÈ ÍÁÇÁÚÉÎÏ× ÐÏÒÔÁÌÁ. 2. áõëãéïî á ÄÌÑ ÞÁÓÔÎÙÈ ÌÉÃ: õÄÏÂÎÙÊ áõëãéïî. ðÒÅÄÌÏÖÉ Ó×ÏÊ ÔÏ×ÁÒ É ÕÓÌÕÇÉ. âÙÓÔÒÏ, ÂÅÓÐÌÁÔÎÏ, ÂÅÚ ÒÅÇÉÓÔÒÁÃÉÉ. âáòáèïìëá. ÷ÓÅ ËÁÔÅÇÏÒÉÉ. óÉÓÔÅÍÁ ÐÏÉÓËÁ ÐÏ ÔÏ×ÁÒÕ. 3. äïóëá ïâÿñ÷ìåîéê 4. îï÷ïóôé å-ëïííåòãéé úá 3 íåóñãá òáâïôù õ îáó ïôëòùìé 530 íáçáúéîï÷, ÷îåóìé âïìåå 10 000 ôï÷áòï÷. ÷ÁÛ ÍÁÇÁÚÉÎ ÂÕÄÅÔ ÓÏÄÅÒÖÁÔØ ÐÏÉÓË ÐÏ ÷ÁÛÅÍÕ ÔÏ×ÁÒÕ, ËÁÔÅÇÏÒÉÉ É ÐÏÄËÁÔÅÇÏÒÉÉ ÔÏ×ÁÒÁ, ÓÉÓÔÅÍÕ ÚÁËÁÚÏ× É ÁÎÁÌÉÚÁ, ÉÎÆÏÒÍÁÃÉÏÎÎÙÅ ÒÁÚÄÅÌÙ, ËÏÒÚÉÎÕ ÐÏËÕÐÁÔÅÌÑ, ÓÔÁÔÉÓÔÉËÕ, ÓÞÅÔÞÉËÉ ÐÏÐÕÌÑÒÎÙÈ ËÁÔÁÌÏÇÏ×, ÆÏÔÏ ÔÏ×ÁÒÁ É ÄÒÕÇÏÅ. ÷ÅÓØ ÔÏ×ÁÒ ÷ÁÛÅÇÏ ÍÁÇÁÚÉÎÁ ÷Ù ÔÁËÖÅ ÍÏÖÅÔÅ ÏÄÎÉÍ ÝÅÌÞËÏÍ ÒÁÚÍÅÓÔÉÔØ × ÏÂÝÅÍ óõðåòíáòëåôå. úÁÞÅÍ ÏÔËÒÙ×ÁÔØ "ÓÌÁÂÅÎØËÕÀ" ÓÔÒÁÎÉÞËÕ Ó×ÏÅÊ ÆÉÒÍÙ ÚÁ ÄÅÎØÇÉ, ËÏÇÄÁ ÂÅÓÐÌÁÔÎÏ ÍÏÖÎÏ ÐÏÌÕÞÉÔØ ÓÒÁÚÕ ÓÏÌÉÄÎÙÊ ÉÎÔÅÒÎÅÔ-ÍÁÇÁÚÉÎ? þÉÔÁÊÔÅ ÎÏ×ÏÓÔÉ ÜÌÅËÔÒÏÎÎÏÊ ËÏÍÍÅÒÃÉÉ. õÄÏÂÎÁÑ ÄÏÓËÁ ÏÂßÑ×ÌÅÎÉÊ, ÂÅÚ ÒÅÇÉÓÔÒÁÃÉÉ. õÞÁÓÔ×ÕÊÔÅ × ÄÉÓËÕÓÓÉÑÈ. ÷ ÂÌÉÖÁÊÛÅÅ ×ÒÅÍÑ ÏÔËÒÙ×ÁÅÔÓÑ ÐÏÉÓËÏ×ÁÑ ÓÉÓÔÅÍÁ ÐÏ ×ÓÅÍ ÍÁÇÁÚÉÎÁÍ òÕÎÅÔÁ, ÒÅÊÔÉÎÇÉ ÍÁÇÁÚÉÎÏ×, ÕÄÏÂÎÏÅ ××ÅÄÅÎÉÅ ÐÌÁÔÅÖÎÙÈ ÓÉÓÔÅÍ. ÷óå âåóðìáôîï. úÁÈÏÄÉÔÅ: http://www.internetmagazin.ru To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Jul 6 18: 3:24 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2CC7D37B406; Fri, 6 Jul 2001 18:03:21 -0700 (PDT) (envelope-from lioux@FreeBSD.org) Received: (from lioux@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f670whL48627; Fri, 6 Jul 2001 17:58:43 -0700 (PDT) (envelope-from lioux) Date: Fri, 6 Jul 2001 17:58:43 -0700 (PDT) From: Message-Id: <200107070058.f670whL48627@freefall.freebsd.org> To: lioux@FreeBSD.org, freebsd-ports@FreeBSD.org, grog@FreeBSD.org Subject: Re: ports/28755: Fix port: cad/sceptre Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: Fix port: cad/sceptre Responsible-Changed-From-To: freebsd-ports->grog Responsible-Changed-By: lioux Responsible-Changed-When: Fri Jul 6 17:58:27 PDT 2001 Responsible-Changed-Why: Over to maintainer. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=28755 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Jul 6 18: 3:29 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4E6DE37B408; Fri, 6 Jul 2001 18:03:21 -0700 (PDT) (envelope-from lioux@FreeBSD.org) Received: (from lioux@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f67101G48852; Fri, 6 Jul 2001 18:00:01 -0700 (PDT) (envelope-from lioux) Date: Fri, 6 Jul 2001 18:00:01 -0700 (PDT) From: Message-Id: <200107070100.f67101G48852@freefall.freebsd.org> To: lioux@FreeBSD.org, freebsd-ports@FreeBSD.org, dougb@FreeBSD.org Subject: Re: ports/28785: Update port net/bind9 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: Update port net/bind9 Responsible-Changed-From-To: freebsd-ports->dougb Responsible-Changed-By: lioux Responsible-Changed-When: Fri Jul 6 17:59:39 PDT 2001 Responsible-Changed-Why: Over to maintainer. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=28785 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Jul 6 18: 3:33 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6F8B537B40A; Fri, 6 Jul 2001 18:03:21 -0700 (PDT) (envelope-from lioux@FreeBSD.org) Received: (from lioux@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f670toF48171; Fri, 6 Jul 2001 17:55:50 -0700 (PDT) (envelope-from lioux) Date: Fri, 6 Jul 2001 17:55:50 -0700 (PDT) From: Message-Id: <200107070055.f670toF48171@freefall.freebsd.org> To: lioux@FreeBSD.org, freebsd-ports@FreeBSD.org, obrien@FreeBSD.org Subject: Re: ports/28754: Fix pkg-plist for cad/mars Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: Fix pkg-plist for cad/mars Responsible-Changed-From-To: freebsd-ports->obrien Responsible-Changed-By: lioux Responsible-Changed-When: Fri Jul 6 17:55:30 PDT 2001 Responsible-Changed-Why: Over to maintainer. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=28754 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Jul 6 18: 3:40 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8EB8A37B403; Fri, 6 Jul 2001 18:03:21 -0700 (PDT) (envelope-from lioux@FreeBSD.org) Received: (from lioux@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f670sge47980; Fri, 6 Jul 2001 17:54:42 -0700 (PDT) (envelope-from lioux) Date: Fri, 6 Jul 2001 17:54:42 -0700 (PDT) From: Message-Id: <200107070054.f670sge47980@freefall.freebsd.org> To: lioux@FreeBSD.org, freebsd-ports@FreeBSD.org, will@FreeBSD.org Subject: Re: ports/28741: Update games/xscorch to 0.1.12 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: Update games/xscorch to 0.1.12 Responsible-Changed-From-To: freebsd-ports->will Responsible-Changed-By: lioux Responsible-Changed-When: Fri Jul 6 17:54:25 PDT 2001 Responsible-Changed-Why: oVer to maintainer. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=28741 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Jul 6 18: 3:41 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id AD3E737B409; Fri, 6 Jul 2001 18:03:21 -0700 (PDT) (envelope-from lioux@FreeBSD.org) Received: (from lioux@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f670upM48354; Fri, 6 Jul 2001 17:56:51 -0700 (PDT) (envelope-from lioux) Date: Fri, 6 Jul 2001 17:56:51 -0700 (PDT) From: Message-Id: <200107070056.f670upM48354@freefall.freebsd.org> To: lioux@FreeBSD.org, freebsd-ports@FreeBSD.org, sobomax@FreeBSD.org Subject: Re: ports/28700: Update editors/manedit to 0.4.1 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: Update editors/manedit to 0.4.1 Responsible-Changed-From-To: freebsd-ports->sobomax Responsible-Changed-By: lioux Responsible-Changed-When: Fri Jul 6 17:56:35 PDT 2001 Responsible-Changed-Why: Over to maintainer. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=28700 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Jul 6 18: 3:45 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D15CB37B40B; Fri, 6 Jul 2001 18:03:21 -0700 (PDT) (envelope-from lioux@FreeBSD.org) Received: (from lioux@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f670vhB48476; Fri, 6 Jul 2001 17:57:43 -0700 (PDT) (envelope-from lioux) Date: Fri, 6 Jul 2001 17:57:43 -0700 (PDT) From: Message-Id: <200107070057.f670vhB48476@freefall.freebsd.org> To: lioux@FreeBSD.org, freebsd-ports@FreeBSD.org, gnome@FreeBSD.org Subject: Re: ports/28721: Mozilla 0.9.2_1 does not process font face=symbol correctly Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: Mozilla 0.9.2_1 does not process font face=symbol correctly Responsible-Changed-From-To: freebsd-ports->gnome Responsible-Changed-By: lioux Responsible-Changed-When: Fri Jul 6 17:57:26 PDT 2001 Responsible-Changed-Why: Over to maintainer. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=28721 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Jul 6 18:10:30 2001 Delivered-To: freebsd-ports@freebsd.org Received: from toole.uol.com.br (toole.uol.com.br [200.231.206.186]) by hub.freebsd.org (Postfix) with ESMTP id 8F5E137B405 for ; Fri, 6 Jul 2001 18:10:27 -0700 (PDT) (envelope-from lioux@uol.com.br) Received: from ppp190-bsace7020.telebrasilia.net.br (ppp190-bsace7020.telebrasilia.net.br [200.181.48.190]) by toole.uol.com.br (8.9.1/8.9.1) with ESMTP id WAA21973 for ; Fri, 6 Jul 2001 22:08:57 -0300 (BRT) Received: (qmail 2587 invoked by uid 1001); 7 Jul 2001 01:10:38 -0000 From: "Mario Sergio Fujikawa Ferreira" Date: Fri, 6 Jul 2001 22:10:16 -0300 To: freebsd-ports@freebsd.org Subject: Package building error logs (constant NFS error) Message-ID: <20010706221016.A2579@Fedaykin.here> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Hi, Could someone please check http://people.freebsd.org/~fenner/errorlogs/lioux@freebsd.org ? The port mail/arrow constantly gets the NFS error. At first, I thought it was a temporary problem but it keeps coming back for this port alone. A simple rm/cp should fix it. I hope... :) Regards, -- Mario S F Ferreira - UnB - Brazil - "I guess this is a signature." lioux at ( freebsd dot org | linf dot unb dot br ) flames to beloved devnull@someotherworldbeloworabove.org feature, n: a documented bug | bug, n: an undocumented feature To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Jul 6 18:13:24 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3253937B403; Fri, 6 Jul 2001 18:13:21 -0700 (PDT) (envelope-from lioux@FreeBSD.org) Received: (from lioux@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f6715Is50725; Fri, 6 Jul 2001 18:05:18 -0700 (PDT) (envelope-from lioux) Date: Fri, 6 Jul 2001 18:05:18 -0700 (PDT) From: Message-Id: <200107070105.f6715Is50725@freefall.freebsd.org> To: lioux@FreeBSD.org, freebsd-ports@FreeBSD.org, wosch@FreeBSD.org Subject: Re: ports/28678: portcheckout doesn't allow flexible build targets Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: portcheckout doesn't allow flexible build targets Responsible-Changed-From-To: freebsd-ports->wosch Responsible-Changed-By: lioux Responsible-Changed-When: Fri Jul 6 18:04:53 PDT 2001 Responsible-Changed-Why: Over to maintainer. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=28678 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Jul 6 18:13:24 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5CF9537B405; Fri, 6 Jul 2001 18:13:21 -0700 (PDT) (envelope-from lioux@FreeBSD.org) Received: (from lioux@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f6714D349671; Fri, 6 Jul 2001 18:04:13 -0700 (PDT) (envelope-from lioux) Date: Fri, 6 Jul 2001 18:04:13 -0700 (PDT) From: Message-Id: <200107070104.f6714D349671@freefall.freebsd.org> To: lioux@FreeBSD.org, freebsd-ports@FreeBSD.org, portmgr@FreeBSD.org Subject: Re: ports/28682: Some port install builds fail if silent (-s) flag used Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: Some port install builds fail if silent (-s) flag used Responsible-Changed-From-To: freebsd-ports->portmgr Responsible-Changed-By: lioux Responsible-Changed-When: Fri Jul 6 18:03:33 PDT 2001 Responsible-Changed-Why: Over to maintainer. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=28682 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Jul 6 19:42:36 2001 Delivered-To: freebsd-ports@freebsd.org Received: from icc.cgu.chel.su (gw.csu.ru [195.54.14.5]) by hub.freebsd.org (Postfix) with ESMTP id 2455037B405; Fri, 6 Jul 2001 19:42:29 -0700 (PDT) (envelope-from ilia@cgu.chel.su) Received: from mail.cgu.chel.su (mail.cgu.chel.su [195.54.14.68]) by icc.cgu.chel.su (8.11.3/8.11.3) with ESMTP id f672gGk84661 (using TLSv1/SSLv3 with cipher EDH-RSA-DES-CBC3-SHA (168 bits) verified NO); Sat, 7 Jul 2001 08:42:17 +0600 (YEKST) (envelope-from ilia@cgu.chel.su) Received: (from uucp@localhost) by mail.cgu.chel.su (8.11.2/8.11.2) with UUCP id f672gGw34022; Sat, 7 Jul 2001 08:42:16 +0600 (YEKST) (envelope-from ilia@cgu.chel.su) Received: from localhost (localhost.cgu.chel.su [127.0.0.1]) by jane.poka.net (8.11.3/8.11.1) with ESMTP id f66Iehn12186; Sat, 7 Jul 2001 00:40:43 +0600 (YEKST) (envelope-from ilia@cgu.chel.su) Date: Sat, 7 Jul 2001 00:40:42 +0600 (YEKST) From: Ilia Chipitsine X-Sender: ilia@jane.poka.net To: questions@FreeBSD.ORG Cc: ports@FreeBSD.ORG Subject: profiling (-pg) Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=koi8-r Content-Transfer-Encoding: 8BIT Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Does anybody know how to compile net/samba with "-pg" ? Regards, (îÁÉÌÕÞÛÉÅ ÐÏÖÅÌÁÎÉÑ) Ilia Chipitsine (éÌØÑ ûÉÐÉÃÉÎ) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Jul 6 19:46:20 2001 Delivered-To: freebsd-ports@freebsd.org Received: from tomts7-srv.bellnexxia.net (tomts7.bellnexxia.net [209.226.175.40]) by hub.freebsd.org (Postfix) with ESMTP id 9487137B406 for ; Fri, 6 Jul 2001 19:46:17 -0700 (PDT) (envelope-from matt@gsicomp.on.ca) Received: from xena.gsicomp.on.ca ([64.228.155.124]) by tomts7-srv.bellnexxia.net (InterMail vM.4.01.03.16 201-229-121-116-20010115) with ESMTP id <20010707024616.OLV216.tomts7-srv.bellnexxia.net@xena.gsicomp.on.ca> for ; Fri, 6 Jul 2001 22:46:16 -0400 Received: from hermes (hermes.gsicomp.on.ca [192.168.0.18]) by xena.gsicomp.on.ca (8.11.1/8.11.1) with SMTP id f672heA31018 for ; Fri, 6 Jul 2001 22:43:40 -0400 (EDT) (envelope-from matt@gsicomp.on.ca) Message-ID: <00e801c1068e$cf169190$1200a8c0@gsicomp.on.ca> From: "Matthew Emmerton" To: Subject: What happened to ports/sdl? Date: Fri, 6 Jul 2001 22:44:55 -0400 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4522.1200 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The subject pretty much says it all. I was just attempting to install games/gemdropx which depends on devel/sdl and it failed. Sure enough, all devel/sdl contains is README.html, and a cvsup doesn't add or remove anything. -- Matt Emmerton To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Jul 6 19:58:41 2001 Delivered-To: freebsd-ports@freebsd.org Received: from av.fks.lan (tc6-1-10.cyberport.net [216.166.153.57]) by hub.freebsd.org (Postfix) with ESMTP id 4A5C737B403 for ; Fri, 6 Jul 2001 19:58:39 -0700 (PDT) (envelope-from myke@ees.com) Received: from localhost (myke@localhost) by av.fks.lan (8.11.3/8.11.1) with ESMTP id f672x9R40149 for ; Fri, 6 Jul 2001 20:59:09 -0600 (MDT) (envelope-from myke@ees.com) X-Authentication-Warning: av.fks.lan: myke owned process doing -bs Date: Fri, 6 Jul 2001 20:59:09 -0600 (MDT) From: Mike Holling X-Sender: myke@av.fks.lan To: freebsd-ports@freebsd.org Subject: qpage port? Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The qpage port is still at 3.2. The maintainer email address, joes@seaport.net, seems to no longer exist. What's the procedure for taking over an abandoned port? - MIke To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Jul 6 20:13:24 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8F2B037B403; Fri, 6 Jul 2001 20:13:21 -0700 (PDT) (envelope-from ijliao@FreeBSD.org) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f673Aus68012; Fri, 6 Jul 2001 20:10:56 -0700 (PDT) (envelope-from ijliao) Date: Fri, 6 Jul 2001 20:10:56 -0700 (PDT) From: Message-Id: <200107070310.f673Aus68012@freefall.freebsd.org> To: chrise@scardini.com, ijliao@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/28240: New port: Perl interface to Windows .ini files Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: New port: Perl interface to Windows .ini files State-Changed-From-To: open->closed State-Changed-By: ijliao State-Changed-When: Fri Jul 6 20:10:38 PDT 2001 State-Changed-Why: committed, thanks http://www.FreeBSD.org/cgi/query-pr.cgi?pr=28240 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Jul 6 20:13:24 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id BA5BF37B405; Fri, 6 Jul 2001 20:13:21 -0700 (PDT) (envelope-from ijliao@FreeBSD.org) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f6733NF64536; Fri, 6 Jul 2001 20:03:23 -0700 (PDT) (envelope-from ijliao) Date: Fri, 6 Jul 2001 20:03:23 -0700 (PDT) From: Message-Id: <200107070303.f6733NF64536@freefall.freebsd.org> To: ijliao@FreeBSD.org, freebsd-ports@FreeBSD.org, gnome@FreeBSD.org Subject: Re: ports/28685: Mozilla 0.9.2 port doesn't have gethostbyname defined properly Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: Mozilla 0.9.2 port doesn't have gethostbyname defined properly Responsible-Changed-From-To: freebsd-ports->gnome Responsible-Changed-By: ijliao Responsible-Changed-When: Fri Jul 6 20:03:12 PDT 2001 Responsible-Changed-Why: over to maintainer http://www.FreeBSD.org/cgi/query-pr.cgi?pr=28685 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Jul 6 20:23:24 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7814D37B409; Fri, 6 Jul 2001 20:23:22 -0700 (PDT) (envelope-from ijliao@FreeBSD.org) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f673KKd69007; Fri, 6 Jul 2001 20:20:20 -0700 (PDT) (envelope-from ijliao) Date: Fri, 6 Jul 2001 20:20:20 -0700 (PDT) From: Message-Id: <200107070320.f673KKd69007@freefall.freebsd.org> To: petef@databits.net, ijliao@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/28246: New port: devel/cvspadm Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: New port: devel/cvspadm State-Changed-From-To: open->closed State-Changed-By: ijliao State-Changed-When: Fri Jul 6 20:20:09 PDT 2001 State-Changed-Why: committed, thanks http://www.FreeBSD.org/cgi/query-pr.cgi?pr=28246 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Jul 6 20:23:24 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0EFDE37B407; Fri, 6 Jul 2001 20:23:22 -0700 (PDT) (envelope-from ijliao@FreeBSD.org) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f673H3p68640; Fri, 6 Jul 2001 20:17:03 -0700 (PDT) (envelope-from ijliao) Date: Fri, 6 Jul 2001 20:17:03 -0700 (PDT) From: Message-Id: <200107070317.f673H3p68640@freefall.freebsd.org> To: anders@fix.no, ijliao@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/28244: New port: mail/dkimap4 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: New port: mail/dkimap4 State-Changed-From-To: open->closed State-Changed-By: ijliao State-Changed-When: Fri Jul 6 20:16:51 PDT 2001 State-Changed-Why: committed, thanks http://www.FreeBSD.org/cgi/query-pr.cgi?pr=28244 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Jul 6 20:43:43 2001 Delivered-To: freebsd-ports@freebsd.org Received: from hex.databits.net (hex.databits.net [207.29.192.16]) by hub.freebsd.org (Postfix) with SMTP id BE09837B403 for ; Fri, 6 Jul 2001 20:43:38 -0700 (PDT) (envelope-from petef@hex.databits.net) Received: (qmail 33976 invoked by uid 1001); 7 Jul 2001 03:43:38 -0000 Date: Fri, 6 Jul 2001 23:43:38 -0400 From: Pete Fritchman To: Mike Holling Cc: freebsd-ports@freebsd.org Subject: Re: qpage port? Message-ID: <20010706234338.B31989@databits.net> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: ; from myke@ees.com on Fri, Jul 06, 2001 at 08:59:09PM -0600 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org ++ 06/07/01 20:59 -0600 - Mike Holling: | The qpage port is still at 3.2. The maintainer email address, | joes@seaport.net, seems to no longer exist. What's the procedure for | taking over an abandoned port? Just get some patches together and send-pr(1) the update and state that the old maintainer is unavailable (maybe paste a one-liner from the bounce) and that you'd like to take over maintainership. http://www.freebsd.org/doc/en_US.ISO8859-1/books/porters-handbook/ is a great start if you're just getting into porting. -pete -- Pete Fritchman Databits Network Services, Inc. finger petef@databits.net for PGP key To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Jul 6 20:53:22 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 697FE37B401; Fri, 6 Jul 2001 20:53:21 -0700 (PDT) (envelope-from markp@FreeBSD.org) Received: (from markp@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f673qgK71483; Fri, 6 Jul 2001 20:52:42 -0700 (PDT) (envelope-from markp) Date: Fri, 6 Jul 2001 20:52:42 -0700 (PDT) From: Message-Id: <200107070352.f673qgK71483@freefall.freebsd.org> To: petef@databits.net, markp@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/28753: New port: graphics/peps Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: New port: graphics/peps State-Changed-From-To: open->closed State-Changed-By: markp State-Changed-When: Fri Jul 6 20:52:27 PDT 2001 State-Changed-Why: Committed, thanks! http://www.FreeBSD.org/cgi/query-pr.cgi?pr=28753 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Jul 6 20:53:33 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 52FD437B407; Fri, 6 Jul 2001 20:53:29 -0700 (PDT) (envelope-from dwcjr@FreeBSD.org) Received: (from dwcjr@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f673oRT71160; Fri, 6 Jul 2001 20:50:27 -0700 (PDT) (envelope-from dwcjr) Date: Fri, 6 Jul 2001 20:50:27 -0700 (PDT) From: Message-Id: <200107070350.f673oRT71160@freefall.freebsd.org> To: flynn@energyhq.org, dwcjr@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/28382: makeself 1.5.3 MASTER_SITES is not valid Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: makeself 1.5.3 MASTER_SITES is not valid State-Changed-From-To: open->closed State-Changed-By: dwcjr State-Changed-When: Fri Jul 6 20:50:14 PDT 2001 State-Changed-Why: Committed, with modifications, thanks! http://www.FreeBSD.org/cgi/query-pr.cgi?pr=28382 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Jul 6 20:53:33 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1871237B405; Fri, 6 Jul 2001 20:53:29 -0700 (PDT) (envelope-from ijliao@FreeBSD.org) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f673hk870641; Fri, 6 Jul 2001 20:43:46 -0700 (PDT) (envelope-from ijliao) Date: Fri, 6 Jul 2001 20:43:46 -0700 (PDT) From: Message-Id: <200107070343.f673hk870641@freefall.freebsd.org> To: toor@tundraware.com, ijliao@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/28305: New Port: Semi-useful file listing utility Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: New Port: Semi-useful file listing utility State-Changed-From-To: open->closed State-Changed-By: ijliao State-Changed-When: Fri Jul 6 20:43:26 PDT 2001 State-Changed-Why: committed, thanks http://www.FreeBSD.org/cgi/query-pr.cgi?pr=28305 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Jul 6 21:13:24 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1369537B405; Fri, 6 Jul 2001 21:13:22 -0700 (PDT) (envelope-from dwcjr@FreeBSD.org) Received: (from dwcjr@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f674CnJ75745; Fri, 6 Jul 2001 21:12:49 -0700 (PDT) (envelope-from dwcjr) Date: Fri, 6 Jul 2001 21:12:49 -0700 (PDT) From: Message-Id: <200107070412.f674CnJ75745@freefall.freebsd.org> To: stijn@win.tue.nl, dwcjr@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/28714: [MAINTAINER UPDATE]: emulators/zsnes Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: [MAINTAINER UPDATE]: emulators/zsnes State-Changed-From-To: open->closed State-Changed-By: dwcjr State-Changed-When: Fri Jul 6 21:04:51 PDT 2001 State-Changed-Why: Committed, thanks! http://www.FreeBSD.org/cgi/query-pr.cgi?pr=28714 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Jul 6 21:23:22 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7402A37B405; Fri, 6 Jul 2001 21:23:21 -0700 (PDT) (envelope-from dwcjr@FreeBSD.org) Received: (from dwcjr@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f674HDH76037; Fri, 6 Jul 2001 21:17:13 -0700 (PDT) (envelope-from dwcjr) Date: Fri, 6 Jul 2001 21:17:13 -0700 (PDT) From: Message-Id: <200107070417.f674HDH76037@freefall.freebsd.org> To: petef@databits.net, dwcjr@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/28523: Fix pkg-plist for archivers/p5-Compress-Zlib Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: Fix pkg-plist for archivers/p5-Compress-Zlib State-Changed-From-To: open->closed State-Changed-By: dwcjr State-Changed-When: Fri Jul 6 21:17:04 PDT 2001 State-Changed-Why: Committed, thanks! http://www.FreeBSD.org/cgi/query-pr.cgi?pr=28523 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Jul 6 21:30:10 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7245E37B405 for ; Fri, 6 Jul 2001 21:30:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f674U2x77143; Fri, 6 Jul 2001 21:30:02 -0700 (PDT) (envelope-from gnats) Received: from cx420564-b.tucson1.az.home.com (cx420564-b.tucson1.az.home.com [24.21.112.225]) by hub.freebsd.org (Postfix) with ESMTP id B866937B406 for ; Fri, 6 Jul 2001 21:23:14 -0700 (PDT) (envelope-from fracture@cx420564-b.tucson1.az.home.com) Received: (from fracture@localhost) by cx420564-b.tucson1.az.home.com (8.11.3/8.11.3) id f674Jw818066; Fri, 6 Jul 2001 21:19:58 -0700 (MST) (envelope-from fracture) Message-Id: <200107070419.f674Jw818066@cx420564-b.tucson1.az.home.com> Date: Fri, 6 Jul 2001 21:19:58 -0700 (MST) From: Jordan DeLong To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/28786: Update port: games/yadex to 1.5.2 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 28786 >Category: ports >Synopsis: Update port: games/yadex to 1.5.2 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Fri Jul 06 21:30:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Jordan DeLong >Release: FreeBSD 4.3-RELEASE i386 >Organization: >Environment: System: FreeBSD cx420564-b 4.3-RELEASE FreeBSD 4.3-RELEASE #2: Fri Jul 6 13:25:38 MST 2001 fracture@cx420564-b:/usr/src/sys/compile/HOBOIV i386 >Description: update yadex, a doom/hexen/heretic wad editor to 1.5.2 >How-To-Repeat: apply the diff to the port... >Fix: diff -u -ruN yadex-old/Makefile yadex/Makefile --- yadex-old/Makefile Mon Jun 18 09:05:34 2001 +++ yadex/Makefile Fri Jul 6 21:04:22 2001 @@ -6,7 +6,7 @@ # PORTNAME= yadex -PORTVERSION= 1.5.1 +PORTVERSION= 1.5.2 CATEGORIES= games MASTER_SITES= http://www.teaser.fr/~amajorel/yadex/ @@ -17,8 +17,7 @@ MAN6= yadex.6 ybsp.6 -#pre-build: -# mv ${WRKDIR}/${DISTNAME}/Makefile ${WRKDIR}/${DISTNAME}/Makefile.orig -# mv ${WRKDIR}/${DISTNAME}/GNUmakefile ${WRKDIR}/${DISTNAME}/Makefile +post-install: + ${CHMOD} 644 ${PREFIX}/etc/yadex/1.5.2/yadex.cfg .include diff -u -ruN yadex-old/distinfo yadex/distinfo --- yadex-old/distinfo Mon Jun 18 09:05:34 2001 +++ yadex/distinfo Fri Jul 6 20:57:20 2001 @@ -1 +1 @@ -MD5 (yadex-1.5.1.tar.gz) = d1328e6b57181b54897c408276d87e20 +MD5 (yadex-1.5.2.tar.gz) = b93220bd9e6c311055f2077f1d532d46 diff -u -ruN yadex-old/pkg-plist yadex/pkg-plist --- yadex-old/pkg-plist Mon Jun 18 09:05:34 2001 +++ yadex/pkg-plist Fri Jul 6 20:56:21 2001 @@ -1,19 +1,19 @@ bin/yadex -bin/yadex-1.5.1 +bin/yadex-1.5.2 bin/ybsp -bin/ybsp-1.5.1 -etc/yadex/1.5.1/yadex.cfg -share/yadex/1.5.1/doom.ygd -share/yadex/1.5.1/doom02.ygd -share/yadex/1.5.1/doom04.ygd -share/yadex/1.5.1/doom05.ygd -share/yadex/1.5.1/doom2.ygd -share/yadex/1.5.1/doompr.ygd -share/yadex/1.5.1/heretic.ygd -share/yadex/1.5.1/hexen.ygd -share/yadex/1.5.1/strife.ygd -share/yadex/1.5.1/strife10.ygd -@dirrm share/yadex/1.5.1 +bin/ybsp-1.5.2 +etc/yadex/1.5.2/yadex.cfg +share/yadex/1.5.2/doom.ygd +share/yadex/1.5.2/doom02.ygd +share/yadex/1.5.2/doom04.ygd +share/yadex/1.5.2/doom05.ygd +share/yadex/1.5.2/doom2.ygd +share/yadex/1.5.2/doompr.ygd +share/yadex/1.5.2/heretic.ygd +share/yadex/1.5.2/hexen.ygd +share/yadex/1.5.2/strife.ygd +share/yadex/1.5.2/strife10.ygd +@dirrm share/yadex/1.5.2 @dirrm share/yadex -@dirrm etc/yadex/1.5.1 +@dirrm etc/yadex/1.5.2 @dirrm etc/yadex >Release-Note: >Audit-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 6 21:33:23 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C800037B403; Fri, 6 Jul 2001 21:33:21 -0700 (PDT) (envelope-from dwcjr@FreeBSD.org) Received: (from dwcjr@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f674Snp77051; Fri, 6 Jul 2001 21:28:49 -0700 (PDT) (envelope-from dwcjr) Date: Fri, 6 Jul 2001 21:28:49 -0700 (PDT) From: Message-Id: <200107070428.f674Snp77051@freefall.freebsd.org> To: petef@databits.net, dwcjr@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/28611: Update www/p5-CGI-Application to 2.0 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: Update www/p5-CGI-Application to 2.0 State-Changed-From-To: open->closed State-Changed-By: dwcjr State-Changed-When: Fri Jul 6 21:28:38 PDT 2001 State-Changed-Why: Committed, thanks! http://www.FreeBSD.org/cgi/query-pr.cgi?pr=28611 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Jul 6 21:40:10 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 229A237B405 for ; Fri, 6 Jul 2001 21:40:05 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f674e5O77831; Fri, 6 Jul 2001 21:40:05 -0700 (PDT) (envelope-from gnats) Date: Fri, 6 Jul 2001 21:40:05 -0700 (PDT) Message-Id: <200107070440.f674e5O77831@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Pete Fritchman Subject: Re: ports/28606: Update net/p5-SNMP_Session to 0.87 Reply-To: Pete Fritchman Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR ports/28606; it has been noted by GNATS. From: Pete Fritchman To: FreeBSD-gnats-submit@FreeBSD.org Cc: "David W. Chapman, Jr." Subject: Re: ports/28606: Update net/p5-SNMP_Session to 0.87 Date: Sat, 7 Jul 2001 00:30:05 -0400 Here's a new diff against the version in the tree, SNMP_Session is at 0.88 now. Index: Makefile =================================================================== RCS file: /home/ncvs/ports/net/p5-SNMP_Session/Makefile,v retrieving revision 1.12 diff -u -r1.12 Makefile --- Makefile 2001/06/07 18:55:53 1.12 +++ Makefile 2001/07/07 04:27:30 @@ -6,9 +6,10 @@ # PORTNAME= SNMP_Session -PORTVERSION= 0.86 +PORTVERSION= 0.88 CATEGORIES= net perl5 -MASTER_SITES= ftp://ftp.switch.ch/software/sources/network/snmp/perl/ +MASTER_SITES= ftp://ftp.switch.ch/software/sources/network/snmp/perl/%SUBDIR%/ +MASTER_SITE_SUBDIR= . old PKGNAMEPREFIX= p5- MAINTAINER= petef@databits.net @@ -20,6 +21,7 @@ @${MKDIR} ${PREFIX}/share/doc/p5-SNMP_Session ${INSTALL_DATA} ${WRKSRC}/README.SNMP_util \ ${PREFIX}/share/doc/p5-SNMP_Session + ${INSTALL_DATA} ${WRKSRC}/index.html ${PREFIX}/share/doc/p5-SNMP_Session .endif .include Index: distinfo =================================================================== RCS file: /home/ncvs/ports/net/p5-SNMP_Session/distinfo,v retrieving revision 1.5 diff -u -r1.5 distinfo --- distinfo 2001/06/07 18:55:53 1.5 +++ distinfo 2001/07/07 04:27:30 @@ -1 +1 @@ -MD5 (SNMP_Session-0.86.tar.gz) = 2352bdc848d9a4be64a24f2d06a3b793 +MD5 (SNMP_Session-0.88.tar.gz) = 1d5f02203e394e8207bf8ed3a621ad71 Index: pkg-plist =================================================================== RCS file: /home/ncvs/ports/net/p5-SNMP_Session/pkg-plist,v retrieving revision 1.2 diff -u -r1.2 pkg-plist --- pkg-plist 2001/05/03 08:41:58 1.2 +++ pkg-plist 2001/07/07 04:27:31 @@ -3,5 +3,6 @@ lib/perl5/site_perl/%%PERL_VER%%/SNMP_util.pm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/SNMP_Session/.packlist %%PORTDOCS%%share/doc/p5-SNMP_Session/README.SNMP_util +%%PORTDOCS%%share/doc/p5-SNMP_Session/index.html @dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/SNMP_Session %%PORTDOCS%%@dirrm share/doc/p5-SNMP_Session -- Pete Fritchman Databits Network Services, Inc. finger petef@databits.net for PGP key To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Jul 6 21:50: 8 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id DD91E37B406 for ; Fri, 6 Jul 2001 21:50:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f674o1u78944; Fri, 6 Jul 2001 21:50:01 -0700 (PDT) (envelope-from gnats) Received: from wlgrv1.pa.home.com (cc92687-a.wlgrv1.pa.home.com [24.5.63.190]) by hub.freebsd.org (Postfix) with ESMTP id 0658537B406 for ; Fri, 6 Jul 2001 21:41:55 -0700 (PDT) (envelope-from pat@wlgrv1.pa.home.com) Received: (from root@localhost) by wlgrv1.pa.home.com (8.11.4/8.11.4) id f674fsB38907; Sat, 7 Jul 2001 00:41:54 -0400 (EDT) (envelope-from pat) Message-Id: <200107070441.f674fsB38907@wlgrv1.pa.home.com> Date: Sat, 7 Jul 2001 00:41:54 -0400 (EDT) From: pat@databits.net Reply-To: pat@databits.net To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/28787: Update port editors/lfhex Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 28787 >Category: ports >Synopsis: Update port editors/lfhex >Confidential: 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 06 21:50:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Patrick Li >Release: FreeBSD 4.3-STABLE i386 >Organization: N/A >Environment: System: FreeBSD bottlenek 4.3-STABLE FreeBSD 4.3-STABLE #0: Wed Jul 4 05:55:31 EDT 2001 pat@bottlenek:/usr/src/sys/compile/BOTTLENEK i386 >Description: + Update to 0.3.2 >How-To-Repeat: N/A >Fix: diff -ruN /usr/ports/editors/lfhex/Makefile lfhex/Makefile --- /usr/ports/editors/lfhex/Makefile Thu Jul 5 22:54:38 2001 +++ lfhex/Makefile Sat Jul 7 00:31:32 2001 @@ -7,7 +7,7 @@ # PORTNAME= lfhex -PORTVERSION= 0.3 +PORTVERSION= 0.3.2 CATEGORIES= editors MASTER_SITES= ftp://typedef.dnsalias.org/pub/lfhex/ diff -ruN /usr/ports/editors/lfhex/distinfo lfhex/distinfo --- /usr/ports/editors/lfhex/distinfo Thu Jul 5 22:54:38 2001 +++ lfhex/distinfo Sat Jul 7 00:31:37 2001 @@ -1 +1 @@ -MD5 (lfhex-0.3.tar.gz) = b266f674894cd129c43982557634eb85 +MD5 (lfhex-0.3.2.tar.gz) = 28bcccd6bc77b8de92d31e9361b26531 >Release-Note: >Audit-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 6 21:53:26 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8D0AA37B401; Fri, 6 Jul 2001 21:53:24 -0700 (PDT) (envelope-from markp@FreeBSD.org) Received: (from markp@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f674hru78329; Fri, 6 Jul 2001 21:43:53 -0700 (PDT) (envelope-from markp) Date: Fri, 6 Jul 2001 21:43:53 -0700 (PDT) From: Message-Id: <200107070443.f674hru78329@freefall.freebsd.org> To: stephen@math.missouri.edu, markp@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/28706: libgda does not build because of problem with oaf Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: libgda does not build because of problem with oaf State-Changed-From-To: open->closed State-Changed-By: markp State-Changed-When: Fri Jul 6 21:43:21 PDT 2001 State-Changed-Why: Closed at originator's request. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=28706 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Jul 6 21:53:30 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3CAEA37B411; Fri, 6 Jul 2001 21:53:27 -0700 (PDT) (envelope-from okazaki@FreeBSD.org) Received: (from okazaki@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f674iCp78390; Fri, 6 Jul 2001 21:44:12 -0700 (PDT) (envelope-from okazaki) Date: Fri, 6 Jul 2001 21:44:12 -0700 (PDT) From: Message-Id: <200107070444.f674iCp78390@freefall.freebsd.org> To: lev@serebryakov.spb.ru, okazaki@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/28734: Invalid dependency in lang/gnustep-guile and x11-toolkits/gnustep-gui ports Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: Invalid dependency in lang/gnustep-guile and x11-toolkits/gnustep-gui ports State-Changed-From-To: open->closed State-Changed-By: okazaki State-Changed-When: Fri Jul 6 21:43:22 PDT 2001 State-Changed-Why: Fixed, thanks! http://www.FreeBSD.org/cgi/query-pr.cgi?pr=28734 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Jul 6 22: 2:18 2001 Delivered-To: freebsd-ports@freebsd.org Received: from iatl0x01.coxmail.com (iatl0x02.coxmail.com [206.157.225.11]) by hub.freebsd.org (Postfix) with ESMTP id 9BE6537B403 for ; Fri, 6 Jul 2001 22:02:14 -0700 (PDT) (envelope-from mheffner@novacoxmail.com) Received: from enterprise.muriel.penguinpowered.com ([208.138.198.178]) by iatl0x01.coxmail.com (InterMail vK.4.03.02.00 201-232-124 license 85f4f10023be2bd3bce00b3a38363ea2) with ESMTP id <20010707050139.BCCN25345.iatl0x01@enterprise.muriel.penguinpowered.com> for ; Sat, 7 Jul 2001 01:01:39 -0400 Message-ID: X-Mailer: XFMail 1.5.0 on FreeBSD X-Priority: 3 (Normal) MIME-Version: 1.0 Content-Type: multipart/signed; boundary="_=XFMail.1.5.0.FreeBSD:20010707010042:289=_"; micalg=pgp-md5; protocol="application/pgp-signature" Date: Sat, 07 Jul 2001 01:00:42 -0400 (EDT) Reply-To: Mike Heffner From: Mike Heffner To: freebsd-ports@freebsd.org Subject: Question on fixing port (mail/xfmail) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org This message is in MIME format --_=XFMail.1.5.0.FreeBSD:20010707010042:289=_ Content-Type: text/plain; charset=us-ascii Hi, I just recently committed an update for mail/xfmail port, but it appears that it wasn't quite ready to go ;( It appears that the port needs libtool as a dependency, however when I add 'USE_LIBTOOL' I get: ===> Configuring for xfmail-1.5.0 cp: aclocal.m4: No such file or directory When I looked at this, I found out that this was the 'patch-libtool' target, trying to patch aclocal.m4. However, in the port's Makefile I have the following: pre-configure: @cd ${WRKSRC} && ${SH} autogen.sh the autogen.sh runs aclocal, autoheader, autoconf, and automake. But the pre-configure target is set to run _after_ the patch-libtool target, so the aclocal.m4 hasn't been created yet, hence the error. Now, if I change the above to a 'post-patch' all is honkey-dorey, but post-patch doesn't really seem like the best place to be running aclocal and friends. So my question is, what's the best way to fix this? Change the pre-configure to a post-patch target? Or is there a better fix? Thanks, Mike -- Mike Heffner Fredericksburg, VA --_=XFMail.1.5.0.FreeBSD:20010707010042:289=_ Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (FreeBSD) Comment: For info see http://www.gnupg.org iD8DBQE7Rpd5FokZQs3sv5kRAq0iAJ9ZmKGsaYPIG7lyBO0BrKFtuSnvZACeOnw6 YDt+NTXqd0WranXOupU49Kw= =1PKc -----END PGP SIGNATURE----- --_=XFMail.1.5.0.FreeBSD:20010707010042:289=_-- End of MIME message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Jul 6 22:13:23 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0A07F37B406; Fri, 6 Jul 2001 22:13:22 -0700 (PDT) (envelope-from okazaki@FreeBSD.org) Received: (from okazaki@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f675BMU83966; Fri, 6 Jul 2001 22:11:22 -0700 (PDT) (envelope-from okazaki) Date: Fri, 6 Jul 2001 22:11:22 -0700 (PDT) From: Message-Id: <200107070511.f675BMU83966@freefall.freebsd.org> To: petef@databits.net, okazaki@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/28708: Update devel/cscope to 15.3 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: Update devel/cscope to 15.3 State-Changed-From-To: open->closed State-Changed-By: okazaki State-Changed-When: Fri Jul 6 22:10:46 PDT 2001 State-Changed-Why: Committed, thanks! http://www.FreeBSD.org/cgi/query-pr.cgi?pr=28708 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Jul 6 22:13:29 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3B8FE37B408; Fri, 6 Jul 2001 22:13:22 -0700 (PDT) (envelope-from dwcjr@FreeBSD.org) Received: (from dwcjr@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f6753Z780146; Fri, 6 Jul 2001 22:03:35 -0700 (PDT) (envelope-from dwcjr) Date: Fri, 6 Jul 2001 22:03:35 -0700 (PDT) From: Message-Id: <200107070503.f6753Z780146@freefall.freebsd.org> To: petef@databits.net, dwcjr@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/28606: Update net/p5-SNMP_Session to 0.87 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: Update net/p5-SNMP_Session to 0.87 State-Changed-From-To: open->closed State-Changed-By: dwcjr State-Changed-When: Fri Jul 6 22:01:38 PDT 2001 State-Changed-Why: Committed, thanks! http://www.FreeBSD.org/cgi/query-pr.cgi?pr=28606 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Jul 6 22:20: 7 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4C01E37B406 for ; Fri, 6 Jul 2001 22:20:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f675K1384998; Fri, 6 Jul 2001 22:20:01 -0700 (PDT) (envelope-from gnats) Received: from femail19.sdc1.sfba.home.com (femail19.sdc1.sfba.home.com [24.0.95.128]) by hub.freebsd.org (Postfix) with ESMTP id A304E37B405 for ; Fri, 6 Jul 2001 22:19:00 -0700 (PDT) (envelope-from mdharnois@c1030098-a.wtrlo1.ia.home.com) Received: from c1030098-a.wtrlo1.ia.home.com ([24.6.200.230]) by femail19.sdc1.sfba.home.com (InterMail vM.4.01.03.20 201-229-121-120-20010223) with ESMTP id <20010707051900.CQPH14637.femail19.sdc1.sfba.home.com@c1030098-a.wtrlo1.ia.home.com> for ; Fri, 6 Jul 2001 22:19:00 -0700 Received: by c1030098-a.wtrlo1.ia.home.com (Postfix, from userid 1001) id E03D814ADC; Sat, 7 Jul 2001 00:19:51 -0500 (CDT) Message-Id: <20010707051951.E03D814ADC@c1030098-a.wtrlo1.ia.home.com> Date: Sat, 7 Jul 2001 00:19:51 -0500 (CDT) From: Michael Harnois To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/28788: vmware2 broken again on -current Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 28788 >Category: ports >Synopsis: vmware2 broken again on -current >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Fri Jul 06 22:20:00 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Michael Harnois >Release: FreeBSD 5.0-CURRENT i386 >Organization: >Environment: System: FreeBSD mharnois.workgroup.net 5.0-CURRENT FreeBSD 5.0-CURRENT #1: Tue Jul 3 13:08:49 CDT 2001 mdharnois@mharnois.workgroup.net:/usr/src/sys/i386/compile/MYKERNEL i386 >Description: vmware2 is dead again on -current because extern struct mtx vm_mtx has been moved inside an *ifdef KERNEL in vm/vm.h. >How-To-Repeat: make >Fix: define vm_mtx in the proper scope >Release-Note: >Audit-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 6 22:23:23 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id BB75737B401; Fri, 6 Jul 2001 22:23:21 -0700 (PDT) (envelope-from okazaki@FreeBSD.org) Received: (from okazaki@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f675JDg84935; Fri, 6 Jul 2001 22:19:13 -0700 (PDT) (envelope-from okazaki) Date: Fri, 6 Jul 2001 22:19:13 -0700 (PDT) From: Message-Id: <200107070519.f675JDg84935@freefall.freebsd.org> To: okazaki@FreeBSD.org, freebsd-ports@FreeBSD.org, jmz@FreeBSD.org Subject: Re: ports/28644: Make error when rebuilding xdvi Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: Make error when rebuilding xdvi Responsible-Changed-From-To: freebsd-ports->jmz Responsible-Changed-By: okazaki Responsible-Changed-When: Fri Jul 6 22:18:14 PDT 2001 Responsible-Changed-Why: over to maintainer http://www.FreeBSD.org/cgi/query-pr.cgi?pr=28644 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Jul 6 22:33:23 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A13D837B401; Fri, 6 Jul 2001 22:33:21 -0700 (PDT) (envelope-from dwcjr@FreeBSD.org) Received: (from dwcjr@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f675WuZ96995; Fri, 6 Jul 2001 22:32:56 -0700 (PDT) (envelope-from dwcjr) Date: Fri, 6 Jul 2001 22:32:56 -0700 (PDT) From: Message-Id: <200107070532.f675WuZ96995@freefall.freebsd.org> To: petef@databits.net, dwcjr@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/28782: Update ftp/bftpd to 1.0.21 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: Update ftp/bftpd to 1.0.21 State-Changed-From-To: open->closed State-Changed-By: dwcjr State-Changed-When: Fri Jul 6 22:32:46 PDT 2001 State-Changed-Why: Committed, thanks! http://www.FreeBSD.org/cgi/query-pr.cgi?pr=28782 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Jul 6 22:48:55 2001 Delivered-To: freebsd-ports@freebsd.org Received: from hex.databits.net (hex.databits.net [207.29.192.16]) by hub.freebsd.org (Postfix) with SMTP id 51F6D37B406 for ; Fri, 6 Jul 2001 22:48:53 -0700 (PDT) (envelope-from petef@hex.databits.net) Received: (qmail 36335 invoked by uid 1001); 7 Jul 2001 05:48:49 -0000 Date: Sat, 7 Jul 2001 01:48:49 -0400 From: Pete Fritchman To: Mike Heffner Cc: freebsd-ports@freebsd.org Subject: Re: Question on fixing port (mail/xfmail) Message-ID: <20010707014849.F31989@databits.net> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: ; from mheffner@novacoxmail.com on Sat, Jul 07, 2001 at 01:00:42AM -0400 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org ++ 07/07/01 01:00 -0400 - Mike Heffner: | pre-configure: | @cd ${WRKSRC} && ${SH} autogen.sh | How about CONFIGURE_SCRIPT= autogen.sh It seems that's how a few other ports do it, too. -pete -- Pete Fritchman Databits Network Services, Inc. finger petef@databits.net for PGP key To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Jul 6 22:50: 6 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B72CB37B401 for ; Fri, 6 Jul 2001 22:50:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f675o3U01252; Fri, 6 Jul 2001 22:50:03 -0700 (PDT) (envelope-from gnats) Date: Fri, 6 Jul 2001 22:50:03 -0700 (PDT) Message-Id: <200107070550.f675o3U01252@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: "David W. Chapman Jr." Subject: Re: ports/27725: du reports halfsizes of shlight mounts Reply-To: "David W. Chapman Jr." Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR ports/27725; it has been noted by GNATS. From: "David W. Chapman Jr." To: freebsd-gnats-submit@FreeBSD.org, aila@better.nu Cc: Subject: Re: ports/27725: du reports halfsizes of shlight mounts Date: Sat, 07 Jul 2001 00:49:21 -0500 This sounds like it would be a sharity light problem, have you brought it up with their developers? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Jul 6 23: 3:26 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id CE5E337B403; Fri, 6 Jul 2001 23:03:21 -0700 (PDT) (envelope-from dwcjr@FreeBSD.org) Received: (from dwcjr@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f675t8F01721; Fri, 6 Jul 2001 22:55:08 -0700 (PDT) (envelope-from dwcjr) Date: Fri, 6 Jul 2001 22:55:08 -0700 (PDT) From: Message-Id: <200107070555.f675t8F01721@freefall.freebsd.org> To: fracture@allusion.net, dwcjr@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/28786: Update port: games/yadex to 1.5.2 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: Update port: games/yadex to 1.5.2 State-Changed-From-To: open->closed State-Changed-By: dwcjr State-Changed-When: Fri Jul 6 22:55:00 PDT 2001 State-Changed-Why: Committed, thanks! http://www.FreeBSD.org/cgi/query-pr.cgi?pr=28786 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Jul 6 23: 3:28 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0845A37B406; Fri, 6 Jul 2001 23:03:22 -0700 (PDT) (envelope-from dwcjr@FreeBSD.org) Received: (from dwcjr@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f675x8b02099; Fri, 6 Jul 2001 22:59:08 -0700 (PDT) (envelope-from dwcjr) Date: Fri, 6 Jul 2001 22:59:08 -0700 (PDT) From: Message-Id: <200107070559.f675x8b02099@freefall.freebsd.org> To: dwcjr@FreeBSD.org, freebsd-ports@FreeBSD.org, dwcjr@FreeBSD.org Subject: Re: ports/27725: du reports halfsizes of shlight mounts Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: du reports halfsizes of shlight mounts Responsible-Changed-From-To: freebsd-ports->dwcjr Responsible-Changed-By: dwcjr Responsible-Changed-When: Fri Jul 6 22:58:54 PDT 2001 Responsible-Changed-Why: I'll decide the fate of this. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=27725 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Jul 6 23:13:23 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A918037B401; Fri, 6 Jul 2001 23:13:21 -0700 (PDT) (envelope-from dwcjr@FreeBSD.org) Received: (from dwcjr@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f6763uG02617; Fri, 6 Jul 2001 23:03:56 -0700 (PDT) (envelope-from dwcjr) Date: Fri, 6 Jul 2001 23:03:56 -0700 (PDT) From: Message-Id: <200107070603.f6763uG02617@freefall.freebsd.org> To: adam@alameda.edu, dwcjr@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/28772: Fix for games/mangband port and take maintainership Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: Fix for games/mangband port and take maintainership State-Changed-From-To: open->closed State-Changed-By: dwcjr State-Changed-When: Fri Jul 6 23:03:47 PDT 2001 State-Changed-Why: Committed, thanks! http://www.FreeBSD.org/cgi/query-pr.cgi?pr=28772 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Jul 6 23:30: 6 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7A64637B406 for ; Fri, 6 Jul 2001 23:30:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f676U3507365; Fri, 6 Jul 2001 23:30:03 -0700 (PDT) (envelope-from gnats) Date: Fri, 6 Jul 2001 23:30:03 -0700 (PDT) Message-Id: <200107070630.f676U3507365@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Martti Kuparinen Subject: Re: ports/28775: [PATCH] ports/x11-wm/fvwm2 update Reply-To: Martti Kuparinen Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR ports/28775; it has been noted by GNATS. From: Martti Kuparinen To: Pete Fritchman Cc: , Subject: Re: ports/28775: [PATCH] ports/x11-wm/fvwm2 update Date: Sat, 7 Jul 2001 09:21:59 +0300 (EEST) Sorry, didn't see this... Martti --- Martti Kuparinen http://www.iki.fi/~kuparine/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Jul 7 0: 7:41 2001 Delivered-To: freebsd-ports@freebsd.org Received: from av.fks.lan (tc6-1-10.cyberport.net [216.166.153.57]) by hub.freebsd.org (Postfix) with ESMTP id 0B3FA37B401 for ; Sat, 7 Jul 2001 00:07:38 -0700 (PDT) (envelope-from myke@ees.com) Received: from localhost (myke@localhost) by av.fks.lan (8.11.3/8.11.1) with ESMTP id f67788w64045 for ; Sat, 7 Jul 2001 01:08:08 -0600 (MDT) (envelope-from myke@ees.com) X-Authentication-Warning: av.fks.lan: myke owned process doing -bs Date: Sat, 7 Jul 2001 01:08:07 -0600 (MDT) From: Mike Holling X-Sender: myke@av.fks.lan To: freebsd-ports@freebsd.org Subject: Using $PREFIX in config.input? Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org I'm trying to update the qpage port. The latest version comes with a configure script, which has a few hardwired paths in config.input, for example: QPAGE_CONFIG="/etc/qpage.cf" What's the best way to change this so that $PREFIX is prepended to the files? - Mike To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Jul 7 2:30: 6 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7986137B403 for ; Sat, 7 Jul 2001 02:30:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f679U2l32058; Sat, 7 Jul 2001 02:30:02 -0700 (PDT) (envelope-from gnats) Date: Sat, 7 Jul 2001 02:30:02 -0700 (PDT) Message-Id: <200107070930.f679U2l32058@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: dirk.meyer@dinoex.sub.org (Dirk Meyer) Subject: subject=Re: ports/28438: gawk-3.0.6 coredumps building guile-1.4 Reply-To: dirk.meyer@dinoex.sub.org (Dirk Meyer) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR ports/28438; it has been noted by GNATS. From: dirk.meyer@dinoex.sub.org (Dirk Meyer) To: freebsd-gnats-submit@FreeBSD.org Cc: Subject: subject=Re: ports/28438: gawk-3.0.6 coredumps building guile-1.4 Date: Sat, 07 Jul 2001 11:15:06 +0200 hmmm, the ports build fine here. guile-1.4: # $FreeBSD: ports/lang/guile/Makefile,v 1.27 2000/08/04 01:03:58 ade Exp $ basesystem: FreeBSD 4.3-STABLE Tue Jun 26 $ awk --version GNU Awk 3.0.6 Do you use optimisations in make.conf? kind regards Dirk - Dirk Meyer, Im Grund 4, 34317 Habichtswald, Germany To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Jul 7 3:39:11 2001 Delivered-To: freebsd-ports@freebsd.org Received: from www.golsyd.net.au (golsyd.net.au [203.57.20.1]) by hub.freebsd.org (Postfix) with ESMTP id F2EEA37B403; Sat, 7 Jul 2001 03:38:55 -0700 (PDT) (envelope-from kaltorak@quake.com.au) Received: from [203.164.12.28] by www.quake.com.au (NTMail 4.30.0012/AB6169.63.5724aadf) with ESMTP id yezbaaaa for ; Sat, 7 Jul 2001 20:37:21 +1000 Message-ID: <3B46E75C.D2EFE231@quake.com.au> Date: Sat, 07 Jul 2001 20:41:32 +1000 From: Kal Torak X-Mailer: Mozilla 4.73 [en] (Win98; U) X-Accept-Language: en MIME-Version: 1.0 To: FreeBSD-stable Cc: freebsd-ports@freebsd.org Subject: kde2 - broken? Content-Type: multipart/mixed; boundary="------------C8CBB687EF13B2471E1E6F4F" Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org This is a multi-part message in MIME format. --------------C8CBB687EF13B2471E1E6F4F Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Hiyas, When trying to make kde2 from the ports/x11/kde2/ dir I get a whole heap of errors about "qpngio"... I cvsup'd my ports but that didnt fix the error... So is the port broken or is my system? I will include the out put from the make and the errors it produces. Thanks! Kal. --------------C8CBB687EF13B2471E1E6F4F Content-Type: text/plain; charset=us-ascii; name="kde2error.log" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="kde2error.log" kernel/qpngio.cpp:47: png.h: No such file or directory kernel/qpngio.cpp:61: syntax error before `,' kernel/qpngio.cpp: In function `void iod_read_fn(...)': kernel/qpngio.cpp:63: `png_ptr' undeclared (first use this function) kernel/qpngio.cpp:63: (Each undeclared identifier is reported only once kernel/qpngio.cpp:63: for each function it appears in.) kernel/qpngio.cpp:63: implicit declaration of function `int png_get_io_ptr(...)' kernel/qpngio.cpp:66: `length' undeclared (first use this function) kernel/qpngio.cpp:67: `data' undeclared (first use this function) kernel/qpngio.cpp:69: implicit declaration of function `int png_error(...)' kernel/qpngio.cpp: At top level: kernel/qpngio.cpp:78: syntax error before `,' kernel/qpngio.cpp:92: syntax error before `)' kernel/qpngio.cpp:105: syntax error before `,' kernel/qpngio.cpp: In function `void setup_qt(...)': kernel/qpngio.cpp:107: `info_ptr' undeclared (first use this function) kernel/qpngio.cpp:107: `PNG_INFO_gAMA' undeclared (first use this function) kernel/qpngio.cpp:107: implicit declaration of function `int png_get_valid(...)' kernel/qpngio.cpp:109: implicit declaration of function `int png_get_gAMA(...)' kernel/qpngio.cpp:115: implicit declaration of function `int png_set_gamma(...)' kernel/qpngio.cpp:119: syntax error before `;' kernel/qpngio.cpp:123: `width' undeclared (first use this function) kernel/qpngio.cpp:123: `height' undeclared (first use this function) kernel/qpngio.cpp:124: implicit declaration of function `int png_get_IHDR(...)' kernel/qpngio.cpp:126: `PNG_COLOR_TYPE_GRAY' undeclared (first use this function ) kernel/qpngio.cpp:129: implicit declaration of function `int png_set_invert_mono (...)' kernel/qpngio.cpp:130: implicit declaration of function `int png_read_update_inf o(...)' kernel/qpngio.cpp:131: `image' undeclared (first use this function) kernel/qpngio.cpp:136: implicit declaration of function `int png_set_strip_16(.. .)' kernel/qpngio.cpp:138: implicit declaration of function `int png_set_packing(... )' kernel/qpngio.cpp:146: `PNG_INFO_tRNS' undeclared (first use this function) kernel/qpngio.cpp:157: `PNG_COLOR_TYPE_PALETTE' undeclared (first use this funct ion) kernel/qpngio.cpp:157: `PNG_INFO_PLTE' undeclared (first use this function) kernel/qpngio.cpp:197: implicit declaration of function `int png_set_expand(...) ' kernel/qpngio.cpp:199: `PNG_COLOR_TYPE_GRAY_ALPHA' undeclared (first use this fu nction) kernel/qpngio.cpp:200: implicit declaration of function `int png_set_gray_to_rgb (...)' kernel/qpngio.cpp:205: `PNG_COLOR_MASK_ALPHA' undeclared (first use this functio n) kernel/qpngio.cpp:209: `PNG_FILLER_BEFORE' undeclared (first use this function) kernel/qpngio.cpp:209: `PNG_FILLER_AFTER' undeclared (first use this function) kernel/qpngio.cpp:209: implicit declaration of function `int png_set_filler(...) ' kernel/qpngio.cpp:216: implicit declaration of function `int png_set_swap_alpha( ...)' kernel/qpngio.cpp:224: implicit declaration of function `int png_set_bgr(...)' kernel/qpngio.cpp: At top level: kernel/qpngio.cpp:232: `png_structp' was not declared in this scope kernel/qpngio.cpp:232: syntax error before `)' kernel/qpngio.cpp:233: variable or field `qt_png_warning' declared void kernel/qpngio.cpp:233: initializer list being treated as compound expression kernel/qpngio.cpp:233: syntax error before `{' gmake[2]: *** [kernel/qpngio.o] Error 1 gmake[1]: *** [src-mt] Error 2 gmake: *** [src-mt] Error 2 --------------C8CBB687EF13B2471E1E6F4F Content-Type: text/plain; charset=us-ascii; name="kde2make.log" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="kde2make.log" ===> Extracting for kde-2.1.1 >> No MD5 checksum file. ===> kde-2.1.1 depends on shared library: konq.4 - not found ===> Verifying install for konq.4 in /usr/ports/x11/kdebase2 ===> Extracting for kdebase-2.1.1 >> Checksum OK for kdebase-2.1.1.tar.bz2. ===> kdebase-2.1.1 depends on executable: bzip2 - found ===> kdebase-2.1.1 depends on executable: gmake - found ===> kdebase-2.1.1 depends on shared library: intl.1 - found ===> kdebase-2.1.1 depends on shared library: kdecore.4 - not found ===> Verifying install for kdecore.4 in /usr/ports/x11/kdelibs2 ===> Extracting for kdelibs-2.1.2 >> Checksum OK for kdelibs-2.1.2.tar.bz2. ===> kdelibs-2.1.2 depends on executable: bzip2 - found ===> kdelibs-2.1.2 depends on executable: gmake - found ===> kdelibs-2.1.2 depends on shared library: tiff.4 - found ===> kdelibs-2.1.2 depends on shared library: audiofile.0 - found ===> kdelibs-2.1.2 depends on shared library: mimelib.3 - not found ===> Verifying install for mimelib.3 in /usr/ports/converters/kdesupport2 ===> Extracting for kdesupport-2.1 >> Checksum OK for kdesupport-2.1.tar.bz2. ===> kdesupport-2.1 depends on executable: bzip2 - found ===> kdesupport-2.1 depends on executable: gmake - found ===> kdesupport-2.1 depends on shared library: png.4 - found ===> kdesupport-2.1 depends on shared library: jpeg.9 - found ===> kdesupport-2.1 depends on shared library: qt2.4 - not found ===> Verifying install for qt2.4 in /usr/ports/x11-toolkits/qt23 ===> Building for qt-2.3.1 (cd /usr/ports/x11-toolkits/qt23/work/qt-2.3.1; /usr/bin/env QTDIR=/usr/ports/x11-toolkits/qt23/work/qt-2.3.1 LD_LIBRARY_PATH=/usr/ports/x11-toolkits/qt23/work/qt-2.3.1/lib PORTOBJFORMAT=elf PREFIX=/usr/X11R6 LOCALBASE=/usr/local X11BASE=/usr/X11R6 MOTIFLIB="-L/usr/X11R6/lib -lXm -lXp" LIBDIR="/usr/lib" CFLAGS="-O -pipe" CXXFLAGS=" -O -pipe" BSD_INSTALL_PROGRAM="install -c -s -o root -g wheel -m 555" BSD_INSTALL_SCRIPT="install -c -o root -g wheel -m 555" BSD_INSTALL_DATA="install -c -o root -g wheel -m 444" BSD_INSTALL_MAN="install -c -o root -g wheel -m 444" gmake -f Makefile all) cd src/moc; gmake gmake[1]: Entering directory `/usr/ports/x11-toolkits/qt23/work/qt-2.3.1/src/moc' gmake[1]: Nothing to be done for `all'. gmake[1]: Leaving directory `/usr/ports/x11-toolkits/qt23/work/qt-2.3.1/src/moc' rm -f bin/moc2 cp src/moc/moc2 bin/moc2 gmake -f src-mt.mk gmake[1]: Entering directory `/usr/ports/x11-toolkits/qt23/work/qt-2.3.1' cd src; gmake 'QT_THREAD_SUFFIX=-mt' 'QT_LFLAGS_MT=$(SYSCONF_LFLAGS_THREAD) $(SYSCONF_LIBS_THREAD)' 'QT_CXX_MT=$(SYSCONF_CXXFLAGS_THREAD) -DQT_THREAD_SUPPORT' 'QT_C_MT=$(SYSCONF_CFLAGS_THREAD) -DQT_THREAD_SUPPORT' gmake[2]: Entering directory `/usr/ports/x11-toolkits/qt23/work/qt-2.3.1/src' c++ -pthread -D_THREAD_SAFE -DQT_THREAD_SUPPORT -c -I/usr/X11R6/include -I/usr/ports/x11-toolkits/qt23/work/qt-2.3.1/include -pthread -D_THREAD_SAFE -I/usr/X11R6/include -DQT_PREFIX=\"/usr/X11R6\" -pipe -O -fno-exceptions -O -pipe -I/usr/include -D_PTH_H_ -D_PTH_PTHREAD_H_ -frerun-cse-after-loop -fPIC -DQT_BUILTIN_GIF_READER=1 -DQT_XFT -fno-exceptions -I/usr/local/include -o kernel/qpngio.o kernel/qpngio.cpp gmake[2]: Leaving directory `/usr/ports/x11-toolkits/qt23/work/qt-2.3.1/src' gmake[1]: Leaving directory `/usr/ports/x11-toolkits/qt23/work/qt-2.3.1' *** Error code 2 Stop in /usr/ports/x11-toolkits/qt23. *** Error code 1 Stop in /usr/ports/x11-toolkits/qt23. *** Error code 1 Stop in /usr/ports/x11-toolkits/qt23. *** Error code 1 Stop in /usr/ports/x11-toolkits/qt23. *** Error code 1 Stop in /usr/ports/converters/kdesupport2. *** Error code 1 Stop in /usr/ports/converters/kdesupport2. *** Error code 1 Stop in /usr/ports/converters/kdesupport2. *** Error code 1 Stop in /usr/ports/converters/kdesupport2. *** Error code 1 Stop in /usr/ports/converters/kdesupport2. *** Error code 1 Stop in /usr/ports/converters/kdesupport2. *** Error code 1 Stop in /usr/ports/converters/kdesupport2. *** Error code 1 Stop in /usr/ports/x11/kdelibs2. *** Error code 1 Stop in /usr/ports/x11/kdelibs2. *** Error code 1 Stop in /usr/ports/x11/kdelibs2. *** Error code 1 Stop in /usr/ports/x11/kdelibs2. *** Error code 1 Stop in /usr/ports/x11/kdelibs2. *** Error code 1 Stop in /usr/ports/x11/kdelibs2. *** Error code 1 Stop in /usr/ports/x11/kdelibs2. *** Error code 1 Stop in /usr/ports/x11/kdebase2. *** Error code 1 Stop in /usr/ports/x11/kdebase2. *** Error code 1 Stop in /usr/ports/x11/kdebase2. *** Error code 1 Stop in /usr/ports/x11/kdebase2. *** Error code 1 Stop in /usr/ports/x11/kdebase2. *** Error code 1 Stop in /usr/ports/x11/kdebase2. *** Error code 1 Stop in /usr/ports/x11/kdebase2. *** Error code 1 Stop in /usr/ports/x11/kde2. *** Error code 1 Stop in /usr/ports/x11/kde2. *** Error code 1 Stop in /usr/ports/x11/kde2. *** Error code 1 Stop in /usr/ports/x11/kde2. *** Error code 1 Stop in /usr/ports/x11/kde2. --------------C8CBB687EF13B2471E1E6F4F-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Jul 7 4:23:26 2001 Delivered-To: freebsd-ports@freebsd.org Received: from iatl0x01.coxmail.com (iatl0x02.coxmail.com [206.157.225.11]) by hub.freebsd.org (Postfix) with ESMTP id DA60B37B406 for ; Sat, 7 Jul 2001 04:23:22 -0700 (PDT) (envelope-from mheffner@novacoxmail.com) Received: from enterprise.muriel.penguinpowered.com ([208.138.198.178]) by iatl0x01.coxmail.com (InterMail vK.4.03.02.00 201-232-124 license 85f4f10023be2bd3bce00b3a38363ea2) with ESMTP id <20010707112247.BGTS25345.iatl0x01@enterprise.muriel.penguinpowered.com>; Sat, 7 Jul 2001 07:22:47 -0400 Message-ID: X-Mailer: XFMail 1.5.0 on FreeBSD X-Priority: 3 (Normal) MIME-Version: 1.0 Content-Type: multipart/signed; boundary="_=XFMail.1.5.0.FreeBSD:20010707072153:289=_"; micalg=pgp-md5; protocol="application/pgp-signature" In-Reply-To: <20010707014849.F31989@databits.net> Date: Sat, 07 Jul 2001 07:21:53 -0400 (EDT) Reply-To: Mike Heffner From: Mike Heffner To: Pete Fritchman Subject: Re: Question on fixing port (mail/xfmail) Cc: freebsd-ports@freebsd.org Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org This message is in MIME format --_=XFMail.1.5.0.FreeBSD:20010707072153:289=_ Content-Type: text/plain; charset=us-ascii On 07-Jul-2001 Pete Fritchman wrote: | ++ 07/07/01 01:00 -0400 - Mike Heffner: || pre-configure: || @cd ${WRKSRC} && ${SH} autogen.sh || | | How about | | CONFIGURE_SCRIPT= autogen.sh Nope, I still get the error for 'patch-libtool' because autogen.sh hasn't run yet and hasn't created the configure files for which patch-libtool tries to patch. Mike -- Mike Heffner Fredericksburg, VA --_=XFMail.1.5.0.FreeBSD:20010707072153:289=_ Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (FreeBSD) Comment: For info see http://www.gnupg.org iD8DBQE7RvDRFokZQs3sv5kRApDeAJ45gl8SUrsGiRXqUQJYvdYaqcEOggCfTpNi 3GvujaSL62cn+xK3WZytCNc= =8H+A -----END PGP SIGNATURE----- --_=XFMail.1.5.0.FreeBSD:20010707072153:289=_-- End of MIME message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Jul 7 4:52:58 2001 Delivered-To: freebsd-ports@freebsd.org Received: from mail.urx.com (mail.urx.com [63.170.19.36]) by hub.freebsd.org (Postfix) with ESMTP id 23A2A37B403; Sat, 7 Jul 2001 04:52:40 -0700 (PDT) (envelope-from kstewart@urx.com) Received: from urx.com [206.159.132.160] by mail.urx.com with ESMTP (SMTPD32-6.06) id A8061D50194; Sat, 07 Jul 2001 04:52:38 -0700 Message-ID: <3B46F806.DA6A201@urx.com> Date: Sat, 07 Jul 2001 04:52:38 -0700 From: Kent Stewart X-Mailer: Mozilla 4.77 [en] (Windows NT 5.0; U) X-Accept-Language: en,pdf MIME-Version: 1.0 To: Kal Torak Cc: FreeBSD-stable , freebsd-ports@freebsd.org Subject: Re: kde2 - broken? References: <3B46E75C.D2EFE231@quake.com.au> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Kal Torak wrote: > > Hiyas, > > When trying to make kde2 from the ports/x11/kde2/ dir > I get a whole heap of errors about "qpngio"... I cvsup'd > my ports but that didnt fix the error... > > So is the port broken or is my system? I will include the > out put from the make and the errors it produces. When I have had an error like this, it was always a port that had a run dep that was out of date. In my case it was because I built something out of order. I used pib and went down the b-deps and r-deps for KDE-2. You have to start at the bottom and make, pkg_delete, make install until you get to the KDE-2 meta port. I think that was 18 hours of build time on one machine and 3 hours on my fast one. Kent > > Thanks! > Kal. > > ------------------------------------------------------------------------ > kernel/qpngio.cpp:47: png.h: No such file or directory > kernel/qpngio.cpp:61: syntax error before `,' > kernel/qpngio.cpp: In function `void iod_read_fn(...)': > kernel/qpngio.cpp:63: `png_ptr' undeclared (first use this function) > kernel/qpngio.cpp:63: (Each undeclared identifier is reported only once > kernel/qpngio.cpp:63: for each function it appears in.) > kernel/qpngio.cpp:63: implicit declaration of function `int png_get_io_ptr(...)' > > kernel/qpngio.cpp:66: `length' undeclared (first use this function) > kernel/qpngio.cpp:67: `data' undeclared (first use this function) > kernel/qpngio.cpp:69: implicit declaration of function `int png_error(...)' > kernel/qpngio.cpp: At top level: > kernel/qpngio.cpp:78: syntax error before `,' > kernel/qpngio.cpp:92: syntax error before `)' > kernel/qpngio.cpp:105: syntax error before `,' > kernel/qpngio.cpp: In function `void setup_qt(...)': > kernel/qpngio.cpp:107: `info_ptr' undeclared (first use this function) > kernel/qpngio.cpp:107: `PNG_INFO_gAMA' undeclared (first use this function) > kernel/qpngio.cpp:107: implicit declaration of function `int png_get_valid(...)' > > kernel/qpngio.cpp:109: implicit declaration of function `int png_get_gAMA(...)' > kernel/qpngio.cpp:115: implicit declaration of function `int png_set_gamma(...)' > > kernel/qpngio.cpp:119: syntax error before `;' > kernel/qpngio.cpp:123: `width' undeclared (first use this function) > kernel/qpngio.cpp:123: `height' undeclared (first use this function) > kernel/qpngio.cpp:124: implicit declaration of function `int png_get_IHDR(...)' > kernel/qpngio.cpp:126: `PNG_COLOR_TYPE_GRAY' undeclared (first use this function > ) > kernel/qpngio.cpp:129: implicit declaration of function `int png_set_invert_mono > (...)' > kernel/qpngio.cpp:130: implicit declaration of function `int png_read_update_inf > o(...)' > kernel/qpngio.cpp:131: `image' undeclared (first use this function) > kernel/qpngio.cpp:136: implicit declaration of function `int png_set_strip_16(.. > .)' > kernel/qpngio.cpp:138: implicit declaration of function `int png_set_packing(... > )' > kernel/qpngio.cpp:146: `PNG_INFO_tRNS' undeclared (first use this function) > kernel/qpngio.cpp:157: `PNG_COLOR_TYPE_PALETTE' undeclared (first use this funct > ion) > kernel/qpngio.cpp:157: `PNG_INFO_PLTE' undeclared (first use this function) > kernel/qpngio.cpp:197: implicit declaration of function `int png_set_expand(...) > ' > kernel/qpngio.cpp:199: `PNG_COLOR_TYPE_GRAY_ALPHA' undeclared (first use this fu > nction) > kernel/qpngio.cpp:200: implicit declaration of function `int png_set_gray_to_rgb > (...)' > kernel/qpngio.cpp:205: `PNG_COLOR_MASK_ALPHA' undeclared (first use this functio > n) > kernel/qpngio.cpp:209: `PNG_FILLER_BEFORE' undeclared (first use this function) > kernel/qpngio.cpp:209: `PNG_FILLER_AFTER' undeclared (first use this function) > kernel/qpngio.cpp:209: implicit declaration of function `int png_set_filler(...) > ' > kernel/qpngio.cpp:216: implicit declaration of function `int png_set_swap_alpha( > ...)' > kernel/qpngio.cpp:224: implicit declaration of function `int png_set_bgr(...)' > kernel/qpngio.cpp: At top level: > kernel/qpngio.cpp:232: `png_structp' was not declared in this scope > kernel/qpngio.cpp:232: syntax error before `)' > kernel/qpngio.cpp:233: variable or field `qt_png_warning' declared void > kernel/qpngio.cpp:233: initializer list being treated as compound expression > kernel/qpngio.cpp:233: syntax error before `{' > gmake[2]: *** [kernel/qpngio.o] Error 1 > gmake[1]: *** [src-mt] Error 2 > gmake: *** [src-mt] Error 2 > > ------------------------------------------------------------------------ > ===> Extracting for kde-2.1.1 > >> No MD5 checksum file. > ===> kde-2.1.1 depends on shared library: konq.4 - not found > ===> Verifying install for konq.4 in /usr/ports/x11/kdebase2 > ===> Extracting for kdebase-2.1.1 > >> Checksum OK for kdebase-2.1.1.tar.bz2. > ===> kdebase-2.1.1 depends on executable: bzip2 - found > ===> kdebase-2.1.1 depends on executable: gmake - found > ===> kdebase-2.1.1 depends on shared library: intl.1 - found > ===> kdebase-2.1.1 depends on shared library: kdecore.4 - not found > ===> Verifying install for kdecore.4 in /usr/ports/x11/kdelibs2 > ===> Extracting for kdelibs-2.1.2 > >> Checksum OK for kdelibs-2.1.2.tar.bz2. > ===> kdelibs-2.1.2 depends on executable: bzip2 - found > ===> kdelibs-2.1.2 depends on executable: gmake - found > ===> kdelibs-2.1.2 depends on shared library: tiff.4 - found > ===> kdelibs-2.1.2 depends on shared library: audiofile.0 - found > ===> kdelibs-2.1.2 depends on shared library: mimelib.3 - not found > ===> Verifying install for mimelib.3 in /usr/ports/converters/kdesupport2 > ===> Extracting for kdesupport-2.1 > >> Checksum OK for kdesupport-2.1.tar.bz2. > ===> kdesupport-2.1 depends on executable: bzip2 - found > ===> kdesupport-2.1 depends on executable: gmake - found > ===> kdesupport-2.1 depends on shared library: png.4 - found > ===> kdesupport-2.1 depends on shared library: jpeg.9 - found > ===> kdesupport-2.1 depends on shared library: qt2.4 - not found > ===> Verifying install for qt2.4 in /usr/ports/x11-toolkits/qt23 > ===> Building for qt-2.3.1 > (cd /usr/ports/x11-toolkits/qt23/work/qt-2.3.1; /usr/bin/env QTDIR=/usr/ports/x11-toolkits/qt23/work/qt-2.3.1 LD_LIBRARY_PATH=/usr/ports/x11-toolkits/qt23/work/qt-2.3.1/lib PORTOBJFORMAT=elf PREFIX=/usr/X11R6 LOCALBASE=/usr/local X11BASE=/usr/X11R6 MOTIFLIB="-L/usr/X11R6/lib -lXm -lXp" LIBDIR="/usr/lib" CFLAGS="-O -pipe" CXXFLAGS=" -O -pipe" BSD_INSTALL_PROGRAM="install -c -s -o root -g wheel -m 555" BSD_INSTALL_SCRIPT="install -c -o root -g wheel -m 555" BSD_INSTALL_DATA="install -c -o root -g wheel -m 444" BSD_INSTALL_MAN="install -c -o root -g wheel -m 444" gmake -f Makefile all) > cd src/moc; gmake > gmake[1]: Entering directory `/usr/ports/x11-toolkits/qt23/work/qt-2.3.1/src/moc' > gmake[1]: Nothing to be done for `all'. > gmake[1]: Leaving directory `/usr/ports/x11-toolkits/qt23/work/qt-2.3.1/src/moc' > rm -f bin/moc2 > cp src/moc/moc2 bin/moc2 > gmake -f src-mt.mk > gmake[1]: Entering directory `/usr/ports/x11-toolkits/qt23/work/qt-2.3.1' > cd src; gmake 'QT_THREAD_SUFFIX=-mt' 'QT_LFLAGS_MT=$(SYSCONF_LFLAGS_THREAD) $(SYSCONF_LIBS_THREAD)' 'QT_CXX_MT=$(SYSCONF_CXXFLAGS_THREAD) -DQT_THREAD_SUPPORT' 'QT_C_MT=$(SYSCONF_CFLAGS_THREAD) -DQT_THREAD_SUPPORT' > gmake[2]: Entering directory `/usr/ports/x11-toolkits/qt23/work/qt-2.3.1/src' > c++ -pthread -D_THREAD_SAFE -DQT_THREAD_SUPPORT -c -I/usr/X11R6/include -I/usr/ports/x11-toolkits/qt23/work/qt-2.3.1/include -pthread -D_THREAD_SAFE -I/usr/X11R6/include -DQT_PREFIX=\"/usr/X11R6\" -pipe -O -fno-exceptions -O -pipe -I/usr/include -D_PTH_H_ -D_PTH_PTHREAD_H_ -frerun-cse-after-loop -fPIC -DQT_BUILTIN_GIF_READER=1 -DQT_XFT -fno-exceptions -I/usr/local/include -o kernel/qpngio.o kernel/qpngio.cpp > gmake[2]: Leaving directory `/usr/ports/x11-toolkits/qt23/work/qt-2.3.1/src' > gmake[1]: Leaving directory `/usr/ports/x11-toolkits/qt23/work/qt-2.3.1' > *** Error code 2 > > Stop in /usr/ports/x11-toolkits/qt23. > *** Error code 1 > > Stop in /usr/ports/x11-toolkits/qt23. > *** Error code 1 > > Stop in /usr/ports/x11-toolkits/qt23. > *** Error code 1 > > Stop in /usr/ports/x11-toolkits/qt23. > *** Error code 1 > > Stop in /usr/ports/converters/kdesupport2. > *** Error code 1 > > Stop in /usr/ports/converters/kdesupport2. > *** Error code 1 > > Stop in /usr/ports/converters/kdesupport2. > *** Error code 1 > > Stop in /usr/ports/converters/kdesupport2. > *** Error code 1 > > Stop in /usr/ports/converters/kdesupport2. > *** Error code 1 > > Stop in /usr/ports/converters/kdesupport2. > *** Error code 1 > > Stop in /usr/ports/converters/kdesupport2. > *** Error code 1 > > Stop in /usr/ports/x11/kdelibs2. > *** Error code 1 > > Stop in /usr/ports/x11/kdelibs2. > *** Error code 1 > > Stop in /usr/ports/x11/kdelibs2. > *** Error code 1 > > Stop in /usr/ports/x11/kdelibs2. > *** Error code 1 > > Stop in /usr/ports/x11/kdelibs2. > *** Error code 1 > > Stop in /usr/ports/x11/kdelibs2. > *** Error code 1 > > Stop in /usr/ports/x11/kdelibs2. > *** Error code 1 > > Stop in /usr/ports/x11/kdebase2. > *** Error code 1 > > Stop in /usr/ports/x11/kdebase2. > *** Error code 1 > > Stop in /usr/ports/x11/kdebase2. > *** Error code 1 > > Stop in /usr/ports/x11/kdebase2. > *** Error code 1 > > Stop in /usr/ports/x11/kdebase2. > *** Error code 1 > > Stop in /usr/ports/x11/kdebase2. > *** Error code 1 > > Stop in /usr/ports/x11/kdebase2. > *** Error code 1 > > Stop in /usr/ports/x11/kde2. > *** Error code 1 > > Stop in /usr/ports/x11/kde2. > *** Error code 1 > > Stop in /usr/ports/x11/kde2. > *** Error code 1 > > Stop in /usr/ports/x11/kde2. > *** Error code 1 > > Stop in /usr/ports/x11/kde2. -- Kent Stewart Richland, WA mailto:kbstew99@hotmail.com http://kstewart.urx.com/kstewart/index.html http://daily.daemonnews.org/ SETI (Search for Extraterrestrial Intelligence) @ Home http://setiathome.ssl.berkeley.edu/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Jul 7 5:53:24 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 75EF537B401; Sat, 7 Jul 2001 05:53:22 -0700 (PDT) (envelope-from ijliao@FreeBSD.org) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f67CiRj68352; Sat, 7 Jul 2001 05:44:27 -0700 (PDT) (envelope-from ijliao) Date: Sat, 7 Jul 2001 05:44:27 -0700 (PDT) From: Message-Id: <200107071244.f67CiRj68352@freefall.freebsd.org> To: 3d@freebsd.org, ijliao@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/28366: New port: ac3dec-0.6.1 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: New port: ac3dec-0.6.1 State-Changed-From-To: open->closed State-Changed-By: ijliao State-Changed-When: Sat Jul 7 05:44:14 PDT 2001 State-Changed-Why: committed, thanks http://www.FreeBSD.org/cgi/query-pr.cgi?pr=28366 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Jul 7 6: 3:24 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id AE12337B403; Sat, 7 Jul 2001 06:03:22 -0700 (PDT) (envelope-from ijliao@FreeBSD.org) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f67Ct1669236; Sat, 7 Jul 2001 05:55:01 -0700 (PDT) (envelope-from ijliao) Date: Sat, 7 Jul 2001 05:55:01 -0700 (PDT) From: Message-Id: <200107071255.f67Ct1669236@freefall.freebsd.org> To: tkato@prontomail.com, ijliao@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/28408: Update port: graphics/xfig Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: Update port: graphics/xfig State-Changed-From-To: open->closed State-Changed-By: ijliao State-Changed-When: Sat Jul 7 05:54:32 PDT 2001 State-Changed-Why: committed, thanks http://www.FreeBSD.org/cgi/query-pr.cgi?pr=28408 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Jul 7 6:13:24 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8490737B405; Sat, 7 Jul 2001 06:13:22 -0700 (PDT) (envelope-from ijliao@FreeBSD.org) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f67D87x73051; Sat, 7 Jul 2001 06:08:07 -0700 (PDT) (envelope-from ijliao) Date: Sat, 7 Jul 2001 06:08:07 -0700 (PDT) From: Message-Id: <200107071308.f67D87x73051@freefall.freebsd.org> To: 3d@freebsd.org, ijliao@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/28410: New port: libdvdread Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: New port: libdvdread State-Changed-From-To: open->closed State-Changed-By: ijliao State-Changed-When: Sat Jul 7 06:07:32 PDT 2001 State-Changed-Why: committed, thanks http://www.FreeBSD.org/cgi/query-pr.cgi?pr=28410 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Jul 7 6:23:26 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 69AEC37B406; Sat, 7 Jul 2001 06:23:23 -0700 (PDT) (envelope-from ijliao@FreeBSD.org) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f67DENi73768; Sat, 7 Jul 2001 06:14:23 -0700 (PDT) (envelope-from ijliao) Date: Sat, 7 Jul 2001 06:14:23 -0700 (PDT) From: Message-Id: <200107071314.f67DENi73768@freefall.freebsd.org> To: jonny@jonny.eng.br, ijliao@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/28414: New port: mod_put Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: New port: mod_put State-Changed-From-To: open->closed State-Changed-By: ijliao State-Changed-When: Sat Jul 7 06:14:08 PDT 2001 State-Changed-Why: committed, thanks http://www.FreeBSD.org/cgi/query-pr.cgi?pr=28414 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Jul 7 6:23:27 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id ABFB937B408; Sat, 7 Jul 2001 06:23:23 -0700 (PDT) (envelope-from ijliao@FreeBSD.org) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f67DMTA74521; Sat, 7 Jul 2001 06:22:29 -0700 (PDT) (envelope-from ijliao) Date: Sat, 7 Jul 2001 06:22:29 -0700 (PDT) From: Message-Id: <200107071322.f67DMTA74521@freefall.freebsd.org> To: ahze@ahze.net#.This.is.a.shell.archive.Save.it.in.a.file, ijliao@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/28437: new port p5-Proc-ProcessTable . Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: new port p5-Proc-ProcessTable . State-Changed-From-To: open->closed State-Changed-By: ijliao State-Changed-When: Sat Jul 7 06:22:09 PDT 2001 State-Changed-Why: committed, thanks http://www.FreeBSD.org/cgi/query-pr.cgi?pr=28437 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Jul 7 6:33:25 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1604F37B401; Sat, 7 Jul 2001 06:33:23 -0700 (PDT) (envelope-from ijliao@FreeBSD.org) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f67DOSQ74824; Sat, 7 Jul 2001 06:24:28 -0700 (PDT) (envelope-from ijliao) Date: Sat, 7 Jul 2001 06:24:28 -0700 (PDT) From: Message-Id: <200107071324.f67DOSQ74824@freefall.freebsd.org> To: petef@databits.net, ijliao@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/28441: Fix pkg-plist for ftp/afd Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: Fix pkg-plist for ftp/afd State-Changed-From-To: open->closed State-Changed-By: ijliao State-Changed-When: Sat Jul 7 06:24:08 PDT 2001 State-Changed-Why: committed, thanks http://www.FreeBSD.org/cgi/query-pr.cgi?pr=28441 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Jul 7 6:43:24 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D79FE37B401; Sat, 7 Jul 2001 06:43:22 -0700 (PDT) (envelope-from ijliao@FreeBSD.org) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f67DcoY76519; Sat, 7 Jul 2001 06:38:51 -0700 (PDT) (envelope-from ijliao) Date: Sat, 7 Jul 2001 06:38:51 -0700 (PDT) From: Message-Id: <200107071338.f67DcoY76519@freefall.freebsd.org> To: adamnealis@yahoo.co.uk, ijliao@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/28445: libwmf 0.1.21 port fails to make Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: libwmf 0.1.21 port fails to make State-Changed-From-To: open->closed State-Changed-By: ijliao State-Changed-When: Sat Jul 7 06:38:21 PDT 2001 State-Changed-Why: committed, thanks http://www.FreeBSD.org/cgi/query-pr.cgi?pr=28445 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Jul 7 6:53:25 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C945037B403; Sat, 7 Jul 2001 06:53:22 -0700 (PDT) (envelope-from ijliao@FreeBSD.org) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f67Dr6v18838; Sat, 7 Jul 2001 06:53:06 -0700 (PDT) (envelope-from ijliao) Date: Sat, 7 Jul 2001 06:53:06 -0700 (PDT) From: Message-Id: <200107071353.f67Dr6v18838@freefall.freebsd.org> To: bremner@unb.ca, ijliao@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/28454: updated to version 2.1.1 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: updated to version 2.1.1 State-Changed-From-To: open->closed State-Changed-By: ijliao State-Changed-When: Sat Jul 7 06:51:57 PDT 2001 State-Changed-Why: committed, thanks http://www.FreeBSD.org/cgi/query-pr.cgi?pr=28454 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Jul 7 7:13:25 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9E38F37B401; Sat, 7 Jul 2001 07:13:22 -0700 (PDT) (envelope-from ijliao@FreeBSD.org) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f67EAhd62120; Sat, 7 Jul 2001 07:10:43 -0700 (PDT) (envelope-from ijliao) Date: Sat, 7 Jul 2001 07:10:43 -0700 (PDT) From: Message-Id: <200107071410.f67EAhd62120@freefall.freebsd.org> To: Cy.Schubert@uumail.gov.bc.ca, ijliao@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/28461: New NTP Port from Maintainer Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: New NTP Port from Maintainer State-Changed-From-To: open->closed State-Changed-By: ijliao State-Changed-When: Sat Jul 7 07:10:21 PDT 2001 State-Changed-Why: committed, thanks http://www.FreeBSD.org/cgi/query-pr.cgi?pr=28461 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Jul 7 7:33:25 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7FEE437B403; Sat, 7 Jul 2001 07:33:23 -0700 (PDT) (envelope-from ijliao@FreeBSD.org) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f67EVjf89690; Sat, 7 Jul 2001 07:31:45 -0700 (PDT) (envelope-from ijliao) Date: Sat, 7 Jul 2001 07:31:45 -0700 (PDT) From: Message-Id: <200107071431.f67EVjf89690@freefall.freebsd.org> To: petef@databits.net, ijliao@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/28503: New port: devel/p5-Class-Date Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: New port: devel/p5-Class-Date State-Changed-From-To: open->closed State-Changed-By: ijliao State-Changed-When: Sat Jul 7 07:31:32 PDT 2001 State-Changed-Why: committed, thanks http://www.FreeBSD.org/cgi/query-pr.cgi?pr=28503 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Jul 7 7:33:33 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1969B37B401; Sat, 7 Jul 2001 07:33:23 -0700 (PDT) (envelope-from ijliao@FreeBSD.org) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f67ERsS89206; Sat, 7 Jul 2001 07:27:54 -0700 (PDT) (envelope-from ijliao) Date: Sat, 7 Jul 2001 07:27:54 -0700 (PDT) From: Message-Id: <200107071427.f67ERsS89206@freefall.freebsd.org> To: petef@databits.net, ijliao@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/28502: New port: astro/fooseti Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: New port: astro/fooseti State-Changed-From-To: open->closed State-Changed-By: ijliao State-Changed-When: Sat Jul 7 07:27:33 PDT 2001 State-Changed-Why: committed, thanks http://www.FreeBSD.org/cgi/query-pr.cgi?pr=28502 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Jul 7 7:46: 4 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id BDE6637B401; Sat, 7 Jul 2001 07:46:02 -0700 (PDT) (envelope-from ijliao@FreeBSD.org) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f67Ec7j90288; Sat, 7 Jul 2001 07:38:07 -0700 (PDT) (envelope-from ijliao) Date: Sat, 7 Jul 2001 07:38:07 -0700 (PDT) From: Message-Id: <200107071438.f67Ec7j90288@freefall.freebsd.org> To: leeym@bsd.ce.ntu.edu.tw, ijliao@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/28530: new port: net/wakeonlan Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: new port: net/wakeonlan State-Changed-From-To: open->closed State-Changed-By: ijliao State-Changed-When: Sat Jul 7 07:37:02 PDT 2001 State-Changed-Why: committed, thanks http://www.FreeBSD.org/cgi/query-pr.cgi?pr=28530 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Jul 7 7:53:24 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 74F8037B406; Sat, 7 Jul 2001 07:53:22 -0700 (PDT) (envelope-from ijliao@FreeBSD.org) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f67Eicn91436; Sat, 7 Jul 2001 07:44:38 -0700 (PDT) (envelope-from ijliao) Date: Sat, 7 Jul 2001 07:44:38 -0700 (PDT) From: Message-Id: <200107071444.f67Eicn91436@freefall.freebsd.org> To: anders@fix.no, ijliao@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/28557: New port: mail/tlb Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: New port: mail/tlb State-Changed-From-To: open->closed State-Changed-By: ijliao State-Changed-When: Sat Jul 7 07:44:28 PDT 2001 State-Changed-Why: committed, thanks http://www.FreeBSD.org/cgi/query-pr.cgi?pr=28557 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Jul 7 7:57:51 2001 Delivered-To: freebsd-ports@freebsd.org Received: from hex.databits.net (hex.databits.net [207.29.192.16]) by hub.freebsd.org (Postfix) with SMTP id 4ACD137B405 for ; Sat, 7 Jul 2001 07:57:49 -0700 (PDT) (envelope-from petef@hex.databits.net) Received: (qmail 48536 invoked by uid 1001); 7 Jul 2001 14:57:48 -0000 Date: Sat, 7 Jul 2001 10:57:48 -0400 From: Pete Fritchman To: Mike Holling Cc: freebsd-ports@freebsd.org Subject: Re: Using $PREFIX in config.input? Message-ID: <20010707105748.G31989@databits.net> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: ; from myke@ees.com on Sat, Jul 07, 2001 at 01:08:07AM -0600 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org ++ 07/07/01 01:08 -0600 - Mike Holling: | QPAGE_CONFIG="/etc/qpage.cf" | | What's the best way to change this so that $PREFIX is prepended to the | files? You probably want to use a regexp in the Makefile. Assuming the file in question is "configure", you'd do: post-patch: @${PERL} -pi -e 's!/etc!${PREFIX}/etc!g' ${WRKSRC}/configure Whenever you can make a regexp instead of a patch (that would go in the files/ directory), it's a good thing. -pete -- Pete Fritchman Databits Network Services, Inc. finger petef@databits.net for PGP key To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Jul 7 9:30:22 2001 Delivered-To: freebsd-ports@freebsd.org Received: from web9507.mail.yahoo.com (web9507.mail.yahoo.com [216.136.129.21]) by hub.freebsd.org (Postfix) with SMTP id E0F4737B406 for ; Sat, 7 Jul 2001 09:30:19 -0700 (PDT) (envelope-from ff4444@yahoo.com) Message-ID: <20010707163019.60263.qmail@web9507.mail.yahoo.com> Received: from [198.145.248.139] by web9507.mail.yahoo.com via HTTP; Sat, 07 Jul 2001 09:30:19 PDT Date: Sat, 7 Jul 2001 09:30:19 -0700 (PDT) From: M a t t M a c C l a r y Subject: link to CVSup in handbook To: ports@FreeBSD.ORG MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Thank you for your work on maintaining FBSD's awesome ports system! I have a suggestion that a link to the CVSup section of the handbook should be placed on the main ports page freebsd.org/ports it took me a while to figure out the essentials of updating my ports tree, I think that if I had been directed to this entry in the handbook then I would have had an updated ports tree sooner. It would be helpful if the main ports page pointed directly to the CVSup handbook entry because the CVSup link which is currently on the page goes to the "synching" section of the handbook which doesn't deal directly with the ports tree - it is just an overview of what tools can be used to sync anything. Thank you for considering my suggestion of linking freebsd.org/ports to the CVSup section of the handbook. -Matt MacClary ===== <>< __________________________________________________ Do You Yahoo!? Get personalized email addresses from Yahoo! Mail http://personal.mail.yahoo.com/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Jul 7 10: 0:24 2001 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3E96037B401 for ; Sat, 7 Jul 2001 10:00:22 -0700 (PDT) (envelope-from fenner@FreeBSD.org) Received: (from fenner@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f67H0MT08641 for ports@freebsd.org; Sat, 7 Jul 2001 10:00:22 -0700 (PDT) (envelope-from fenner) Date: Sat, 7 Jul 2001 10:00:22 -0700 (PDT) From: Message-Id: <200107071700.f67H0MT08641@freefall.freebsd.org> To: ports@freebsd.org Subject: Unfetchable distfiles reminder Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Dear porters, This is just a reminder to please periodically check the list of unfetchable distfiles at http://people.freebsd.org/~fenner/portsurvey/ . In particular, the list of ports with no MAINTAINER with distfile problems is http://people.freebsd.org/~fenner/portsurvey/ports@freebsd.org.html Since no one is responsible for these ports, the problem won't get fixed unless someone on this list takes the initiative. In addition, the list of all ports with any unfetchable distfile is http://people.freebsd.org/~fenner/portsurvey/bad.html if you don't mind coordinating your fixes with the port MAINTAINER. Thanks for your help! Bill "distfiles" Fenner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Jul 7 10:40:10 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 267D837B409 for ; Sat, 7 Jul 2001 10:40:06 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f67He6N14734; Sat, 7 Jul 2001 10:40:06 -0700 (PDT) (envelope-from gnats) Date: Sat, 7 Jul 2001 10:40:06 -0700 (PDT) Message-Id: <200107071740.f67He6N14734@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: "David W. Chapman Jr." Subject: Re: ports/28622: Update port: textproc/isearch Reply-To: "David W. Chapman Jr." Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR ports/28622; it has been noted by GNATS. From: "David W. Chapman Jr." To: freebsd-gnats-submit@FreeBSD.org, pmarquis@pobox.com Cc: Subject: Re: ports/28622: Update port: textproc/isearch Date: Sat, 07 Jul 2001 12:31:49 -0500 For upgrades you usually need to send diff's instead of shar's To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Jul 7 10:40:16 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C2A2F37B40A for ; Sat, 7 Jul 2001 10:40:07 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f67He7B14745; Sat, 7 Jul 2001 10:40:07 -0700 (PDT) (envelope-from gnats) Received: from point.osg.gov.bc.ca (point.osg.gov.bc.ca [142.32.102.44]) by hub.freebsd.org (Postfix) with ESMTP id 1365637B405 for ; Sat, 7 Jul 2001 10:33:47 -0700 (PDT) (envelope-from Cy.Schubert@uumail.gov.bc.ca) Received: (from daemon@localhost) by point.osg.gov.bc.ca (8.8.7/8.8.8) id KAA07263 for ; Sat, 7 Jul 2001 10:33:46 -0700 Received: from passer.osg.gov.bc.ca(142.32.110.29) via SMTP by point.osg.gov.bc.ca, id smtpda07261; Sat Jul 7 10:33:43 2001 Received: (from uucp@localhost) by passer.osg.gov.bc.ca (8.11.4/8.9.1) id f67HXXQ64862 for ; Sat, 7 Jul 2001 10:33:33 -0700 (PDT) Received: from UNKNOWN(10.1.2.1), claiming to be "cwsys.cwsent.com" via SMTP by passer9.cwsent.com, id smtpdt64859; Sat Jul 7 10:33:17 2001 Received: (from cy@localhost) by cwsys.cwsent.com (8.11.4/8.9.1) id f67HX1D14444; Sat, 7 Jul 2001 10:33:01 -0700 (PDT) Message-Id: <200107071733.f67HX1D14444@cwsys.cwsent.com> Date: Sat, 7 Jul 2001 10:33:01 -0700 (PDT) From: Cy.Schubert@uumail.gov.bc.ca Reply-To: Cy.Schubert@uumail.gov.bc.ca To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/28791: NTP Port Fix from Maintainer Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 28791 >Category: ports >Synopsis: Typo in master site URL >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Sat Jul 07 10:40:06 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Cy Schubert >Release: FreeBSD 4.3-RELEASE i386 >Organization: ITSD Province of BC >Environment: System: FreeBSD cwsys 4.3-RELEASE FreeBSD 4.3-RELEASE #3: Thu Jul 5 07:45:27 PDT 2001 root@cwsys:/opt/cvs-430r/src/sys/compile/CWSYS i386 >Description: Port does not fetch from second master site. >How-To-Repeat: Fetch from second master site. >Fix: diff -urPN --exclude=CVS --exclude=00_TRANS.TBL ntp-010627/Makefile ntp-010707/Makefile --- ntp/Makefile Wed Jun 27 09:59:24 2001 +++ ntp/Makefile Sat Jul 7 10:28:29 2001 @@ -9,7 +9,7 @@ PORTVERSION= 4.0.99m-rc2 CATEGORIES= net MASTER_SITES= ftp://ftp.udel.edu/pub/ntp/ntp4/ \ - http://www.eeics.udel.edu/~ntp/ntp_spool/ntp4/ + http://www.eecis.udel.edu/~ntp/ntp_spool/ntp4/ MAINTAINER= Cy.Schubert@uumail.gov.bc.ca >Release-Note: >Audit-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 7 11: 0:16 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7B06337B405 for ; Sat, 7 Jul 2001 11:00:08 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f67I08N16032; Sat, 7 Jul 2001 11:00:08 -0700 (PDT) (envelope-from gnats) Received: from tao.thought.org (sense-kline-248.oz.net [216.39.168.248]) by hub.freebsd.org (Postfix) with ESMTP id 3B46237B403 for ; Sat, 7 Jul 2001 10:54:52 -0700 (PDT) (envelope-from kline@tao.thought.org) Received: (from kline@localhost) by tao.thought.org (8.11.3/8.11.0) id f67HspM91136; Sat, 7 Jul 2001 10:54:51 -0700 (PDT) (envelope-from kline) Message-Id: <200107071754.f67HspM91136@tao.thought.org> Date: Sat, 7 Jul 2001 10:54:51 -0700 (PDT) From: Gary Kline Reply-To: kline@ns1.thought.org To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/28792: Change of retrival site was required. Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 28792 >Category: ports >Synopsis: Change of retrival site was required. >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sat Jul 07 11:00:08 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Gary Kline >Release: FreeBSD 4.3-STABLE i386 >Organization: Thought.Org >Environment: System: FreeBSD tao.thought.org 4.3-STABLE FreeBSD 4.3-STABLE #1: Sat Jun 2 12:16:05 PDT 2001 kline@tao.thought.org:/usr/obj/usr/src/sys/TAO i386 Intel, FreeBSD >Description: Change of MASTER site was required. >How-To-Repeat: >Fix: replace old rftp makefile with the one appended. # New ports collection makefile for: rftp # Date created: 13 Dec, 1997 # Whom: kline # # $FreeBSD: ports/mail/rftp/Makefile,v 1.5 2000/04/13 20:00:44 cpiazza Exp $ # PORTNAME= rftp PORTVERSION= 1.2 CATEGORIES= mail MASTER_SITES= http://muuz.deadbbs.com/FreeBSD/rftp/ MAINTAINER= kline@thought.org MAN1= rftp.1 uucat.1 # rftp's `make install' stinks, do it properly here do-install: ${INSTALL_PROGRAM} ${WRKSRC}/rftp ${PREFIX}/bin ${INSTALL_PROGRAM} ${WRKSRC}/uucat ${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/rftp.1 ${PREFIX}/man/man1 ${INSTALL_MAN} ${WRKSRC}/uucat.1 ${PREFIX}/man/man1 .include >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Jul 7 11:10:13 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id DCB4D37B409 for ; Sat, 7 Jul 2001 11:10:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f67IA1f19751; Sat, 7 Jul 2001 11:10:01 -0700 (PDT) (envelope-from gnats) Received: from tao.thought.org (sense-kline-248.oz.net [216.39.168.248]) by hub.freebsd.org (Postfix) with ESMTP id 9D6D537B403 for ; Sat, 7 Jul 2001 11:06:46 -0700 (PDT) (envelope-from kline@tao.thought.org) Received: (from root@localhost) by tao.thought.org (8.11.3/8.11.0) id f67I6kN91817; Sat, 7 Jul 2001 11:06:46 -0700 (PDT) (envelope-from kline) Message-Id: <200107071806.f67I6kN91817@tao.thought.org> Date: Sat, 7 Jul 2001 11:06:46 -0700 (PDT) From: Gary Kline Reply-To: kline@ns1.thought.org To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/28794: Changing MASTER site required Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 28794 >Category: ports >Synopsis: Changing MASTER site required >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sat Jul 07 11:10:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Gary Kline >Release: FreeBSD 4.3-STABLE i386 >Organization: Thought.Org >Environment: System: FreeBSD tao.thought.org 4.3-STABLE FreeBSD 4.3-STABLE #1: Sat Jun 2 12:16:05 PDT 2001 kline@tao.thought.org:/usr/obj/usr/src/sys/TAO i386 >Description: New MATER site was required. >How-To-Repeat: >Fix: Replace existing makefile with the one appended. # Ports collection makefile for: muuz # Date created: 21 March 2000 # Whom: kline@thought.org # # $FreeBSD: ports/misc/muuz/Makefile,v 1.4 2001/01/16 17:31:41 sobomax Exp $ # PORTNAME= muuz PORTVERSION= 0.27.2 CATEGORIES= misc MASTER_SITES= http://muuz.deadbbs.com/FreeBSD/muuz/ MAINTAINER= kline@thought.org LIB_DEPENDS= Xaw3d.${XAWVER}:${PORTSDIR}/x11-toolkits/Xaw3d USE_IMAKE= yes MAN1= muuz.1 .include >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Jul 7 11:10:16 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B9B0C37B408 for ; Sat, 7 Jul 2001 11:10:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f67IA1U19742; Sat, 7 Jul 2001 11:10:01 -0700 (PDT) (envelope-from gnats) Received: from cx420564-b.tucson1.az.home.com (cx420564-b.tucson1.az.home.com [24.21.112.225]) by hub.freebsd.org (Postfix) with ESMTP id 2BB3737B40A for ; Sat, 7 Jul 2001 11:02:44 -0700 (PDT) (envelope-from fracture@cx420564-b.tucson1.az.home.com) Received: (from fracture@localhost) by cx420564-b.tucson1.az.home.com (8.11.3/8.11.3) id f67HxVd33861; Sat, 7 Jul 2001 10:59:31 -0700 (MST) (envelope-from fracture) Message-Id: <200107071759.f67HxVd33861@cx420564-b.tucson1.az.home.com> Date: Sat, 7 Jul 2001 10:59:31 -0700 (MST) From: Jordan DeLong To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/28793: Update port: games/yadex Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 28793 >Category: ports >Synopsis: Update port: games/yadex >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Sat Jul 07 11:10:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Jordan DeLong >Release: FreeBSD 4.3-RELEASE i386 >Organization: >Environment: System: FreeBSD cx420564-b 4.3-RELEASE FreeBSD 4.3-RELEASE #2: Fri Jul 6 13:25:38 MST 2001 fracture@cx420564-b:/usr/src/sys/compile/HOBOIV i386 >Description: changed the pkg-plist to use a PLIST_SUB for the version >How-To-Repeat: apply the diff >Fix: diff -u -ruN yadex-orig/Makefile yadex/Makefile --- yadex-orig/Makefile Sat Jul 7 04:18:23 2001 +++ yadex/Makefile Sat Jul 7 10:48:40 2001 @@ -14,10 +14,11 @@ USE_GMAKE= yes MAKEFILE= GNUmakefile +PLIST_SUB+= PORTVERSION=${PORTVERSION} MAN6= yadex.6 ybsp.6 post-install: - ${CHMOD} 644 ${PREFIX}/etc/yadex/1.5.2/yadex.cfg + ${CHMOD} 644 ${PREFIX}/etc/yadex/${PORTVERSION}/yadex.cfg .include diff -u -ruN yadex-orig/pkg-plist yadex/pkg-plist --- yadex-orig/pkg-plist Sat Jul 7 04:18:23 2001 +++ yadex/pkg-plist Sat Jul 7 10:46:08 2001 @@ -1,19 +1,19 @@ bin/yadex -bin/yadex-1.5.2 +bin/yadex-%%PORTVERSION%% bin/ybsp -bin/ybsp-1.5.2 -etc/yadex/1.5.2/yadex.cfg -share/yadex/1.5.2/doom.ygd -share/yadex/1.5.2/doom02.ygd -share/yadex/1.5.2/doom04.ygd -share/yadex/1.5.2/doom05.ygd -share/yadex/1.5.2/doom2.ygd -share/yadex/1.5.2/doompr.ygd -share/yadex/1.5.2/heretic.ygd -share/yadex/1.5.2/hexen.ygd -share/yadex/1.5.2/strife.ygd -share/yadex/1.5.2/strife10.ygd -@dirrm share/yadex/1.5.2 +bin/ybsp-%%PORTVERSION%% +etc/yadex/%%PORTVERSION%%/yadex.cfg +share/yadex/%%PORTVERSION%%/doom.ygd +share/yadex/%%PORTVERSION%%/doom02.ygd +share/yadex/%%PORTVERSION%%/doom04.ygd +share/yadex/%%PORTVERSION%%/doom05.ygd +share/yadex/%%PORTVERSION%%/doom2.ygd +share/yadex/%%PORTVERSION%%/doompr.ygd +share/yadex/%%PORTVERSION%%/heretic.ygd +share/yadex/%%PORTVERSION%%/hexen.ygd +share/yadex/%%PORTVERSION%%/strife.ygd +share/yadex/%%PORTVERSION%%/strife10.ygd +@dirrm share/yadex/%%PORTVERSION%% @dirrm share/yadex -@dirrm etc/yadex/1.5.2 +@dirrm etc/yadex/%%PORTVERSION%% @dirrm etc/yadex >Release-Note: >Audit-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 7 11:40:10 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8935137B40E for ; Sat, 7 Jul 2001 11:40:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f67Ie1R24241; Sat, 7 Jul 2001 11:40:01 -0700 (PDT) (envelope-from gnats) Received: from updraft.jp.freebsd.org (updraft.jp.FreeBSD.ORG [210.157.158.42]) by hub.freebsd.org (Postfix) with ESMTP id D6AD537B403 for ; Sat, 7 Jul 2001 11:30:43 -0700 (PDT) (envelope-from matusita@jp.FreeBSD.org) Received: from localhost (localhost [127.0.0.1]) by updraft.jp.freebsd.org (8.11.3+3.4W/8.11.3) with ESMTP/inet id f67IUUa71308 for ; Sun, 8 Jul 2001 03:30:35 +0900 (JST) (envelope-from matusita@jp.FreeBSD.org) Message-Id: <20010708033019C.matusita@jp.FreeBSD.org> Date: Sun, 08 Jul 2001 03:30:19 +0900 From: Makoto MATSUSHITA To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/28795: Update MASTER_SITES for japanese/skk{-elisp,-tools,serv} Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 28795 >Category: ports >Synopsis: Update MASTER_SITES for japanese/skk{-elisp,-tools,serv} >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Sat Jul 07 11:40:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Makoto Matsushita >Release: FreeBSD 5.0-CURRENT i386 >Organization: Japan FreeBSD User's Group >Environment: Recent 4-stable/5-current >Description: skk.kuis.kyoto-u.ac.jp which is shown as MASTER_SITES of japanese/skk-elisp, japanese/skk-tools, and japanese/skkserv is no longer available. I've put distball to MASTER_SITE_PORTS_JP already, so these Makefiles can be changed. >How-To-Repeat: cd /usr/ports/japanese/skk-elisp make fetch (and see what's happen) >Fix: Replace MASTER_SITES to ${MASTER_SITE_PORTS_JP}. Index: japanese/skk-elisp/Makefile =================================================================== RCS file: /pub/cvsup/FreeBSD.cvs/ports/japanese/skk-elisp/Makefile,v retrieving revision 1.9 diff -u -r1.9 Makefile --- japanese/skk-elisp/Makefile 2001/05/31 22:22:48 1.9 +++ japanese/skk-elisp/Makefile 2001/07/07 18:22:56 @@ -8,7 +8,7 @@ PORTNAME= skk-elisp PORTVERSION= 9.6 CATEGORIES= japanese elisp -MASTER_SITES= ftp://skk.kuis.kyoto-u.ac.jp/skk/${PORTVERSION}/ +MASTER_SITES= ${MASTER_SITE_PORTS_JP} DISTNAME= skk${PORTVERSION} MAINTAINER= matusita@jp.FreeBSD.org Index: japanese/skk-tools/Makefile =================================================================== RCS file: /pub/cvsup/FreeBSD.cvs/ports/japanese/skk-tools/Makefile,v retrieving revision 1.7 diff -u -r1.7 Makefile --- japanese/skk-tools/Makefile 2001/05/31 22:22:49 1.7 +++ japanese/skk-tools/Makefile 2001/07/07 18:23:04 @@ -8,7 +8,7 @@ PORTNAME= skk-tools PORTVERSION= 9.6 CATEGORIES= japanese -MASTER_SITES= ftp://skk.kuis.kyoto-u.ac.jp/skk/${PORTVERSION}/ +MASTER_SITES= ${MASTER_SITE_PORTS_JP} DISTNAME= skk${PORTVERSION} MAINTAINER= matusita@jp.FreeBSD.org Index: japanese/skkserv/Makefile =================================================================== RCS file: /pub/cvsup/FreeBSD.cvs/ports/japanese/skkserv/Makefile,v retrieving revision 1.11 diff -u -r1.11 Makefile --- japanese/skkserv/Makefile 2001/05/31 22:22:50 1.11 +++ japanese/skkserv/Makefile 2001/07/07 18:23:12 @@ -8,7 +8,7 @@ PORTNAME= skkserv PORTVERSION= 9.6 CATEGORIES= japanese -MASTER_SITES= ftp://skk.kuis.kyoto-u.ac.jp/skk/${PORTVERSION}/ +MASTER_SITES= ${MASTER_SITE_PORTS_JP} DISTNAME= skk${PORTVERSION} MAINTAINER= matusita@jp.FreeBSD.org >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Jul 7 12:13:24 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1483237B406; Sat, 7 Jul 2001 12:13:23 -0700 (PDT) (envelope-from jedgar@FreeBSD.org) Received: (from jedgar@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f67J3nl26133; Sat, 7 Jul 2001 12:03:49 -0700 (PDT) (envelope-from jedgar) Date: Sat, 7 Jul 2001 12:03:49 -0700 (PDT) From: Message-Id: <200107071903.f67J3nl26133@freefall.freebsd.org> To: Cy.Schubert@uumail.gov.bc.ca, jedgar@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/28791: Typo in master site URL Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: Typo in master site URL State-Changed-From-To: open->closed State-Changed-By: jedgar State-Changed-When: Sat Jul 7 12:03:09 PDT 2001 State-Changed-Why: Committed, thanks! http://www.FreeBSD.org/cgi/query-pr.cgi?pr=28791 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Jul 7 12:43:24 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 30B0A37B403; Sat, 7 Jul 2001 12:43:23 -0700 (PDT) (envelope-from dwcjr@FreeBSD.org) Received: (from dwcjr@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f67Jfl032372; Sat, 7 Jul 2001 12:41:47 -0700 (PDT) (envelope-from dwcjr) Date: Sat, 7 Jul 2001 12:41:47 -0700 (PDT) From: Message-Id: <200107071941.f67Jfl032372@freefall.freebsd.org> To: fracture@allusion.net, dwcjr@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/28793: Update port: games/yadex Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: Update port: games/yadex State-Changed-From-To: open->closed State-Changed-By: dwcjr State-Changed-When: Sat Jul 7 12:41:39 PDT 2001 State-Changed-Why: Committed, thanks! http://www.FreeBSD.org/cgi/query-pr.cgi?pr=28793 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Jul 7 13:33:24 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 426CD37B401; Sat, 7 Jul 2001 13:33:23 -0700 (PDT) (envelope-from tom@FreeBSD.org) Received: (from tom@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f67KWjc39295; Sat, 7 Jul 2001 13:32:45 -0700 (PDT) (envelope-from tom) Date: Sat, 7 Jul 2001 13:32:45 -0700 (PDT) From: Message-Id: <200107072032.f67KWjc39295@freefall.freebsd.org> To: jessemonroy@email.com, tom@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/22288: mod_perl dependancy missing from p5-HTML-Mason Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: mod_perl dependancy missing from p5-HTML-Mason State-Changed-From-To: open->closed State-Changed-By: tom State-Changed-When: Sat Jul 7 13:29:46 PDT 2001 State-Changed-Why: HTML::Mason can be run in Standalone Mode without a Web server - see its FAQ for further details http://www.FreeBSD.org/cgi/query-pr.cgi?pr=22288 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Jul 7 14: 3:28 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 313F237B408; Sat, 7 Jul 2001 14:03:23 -0700 (PDT) (envelope-from sf@FreeBSD.org) Received: (from sf@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f67Ku2241592; Sat, 7 Jul 2001 13:56:02 -0700 (PDT) (envelope-from sf) Date: Sat, 7 Jul 2001 13:56:02 -0700 (PDT) From: Message-Id: <200107072056.f67Ku2241592@freefall.freebsd.org> To: matusita@jp.FreeBSD.org, sf@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/28795: Update MASTER_SITES for japanese/skk{-elisp,-tools,serv} Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: Update MASTER_SITES for japanese/skk{-elisp,-tools,serv} State-Changed-From-To: open->closed State-Changed-By: sf State-Changed-When: Sat Jul 7 13:55:49 PDT 2001 State-Changed-Why: Committed, thanks. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=28795 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Jul 7 14:10:16 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 34EFC37B405 for ; Sat, 7 Jul 2001 14:10:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f67LA2C45606; Sat, 7 Jul 2001 14:10:02 -0700 (PDT) (envelope-from gnats) Received: from belle.rnoc.urc.ac.ru (belle.rnoc.urc.ac.ru [193.233.85.10]) by hub.freebsd.org (Postfix) with ESMTP id E349237B403 for ; Sat, 7 Jul 2001 14:02:08 -0700 (PDT) (envelope-from anton@belle.rnoc.urc.ac.ru) Received: (from anton@localhost) by belle.rnoc.urc.ac.ru (8.11.1/8.11.1) id f3HAS6T12520; Tue, 17 Apr 2001 16:28:06 +0600 (YEKST) (envelope-from anton) Message-Id: <200104171028.f3HAS6T12520@belle.rnoc.urc.ac.ru> Date: Tue, 17 Apr 2001 16:28:06 +0600 (YEKST) From: anton@urc.ac.ru Reply-To: anton@urc.ac.ru To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/28796: New port: russian/tac+ia Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 28796 >Category: ports >Synopsis: New port: russian/tac+ia >Confidential: no >Severity: non-critical >Priority: high >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat Jul 07 14:10:00 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Anton Voronin >Release: FreeBSD 4.2-STABLE i386 >Organization: Southern Ural State University, Chelyabinsk, Russia >Environment: >Description: tac+ia is improved tacacs server based on tac_plus package. Unfortunately, it is documented in Russian only, that's why it's proposed for "russian" category. Additional features: - improved configuration syntax - acls - time limits - more variable substitutions in configuration file and messages - allow/deny lists - tty lists - host and port aliasing - time intervals - dynamic ip-address assignment - passing uucp connections to uucico without rlogind authentication and many other... >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: # # tac+ia # tac+ia/distinfo # tac+ia/files # tac+ia/files/patch-aa # tac+ia/files/tac_plus.sh # tac+ia/files/patch-maxsess # tac+ia/pkg-plist # tac+ia/pkg-descr # tac+ia/pkg-comment # tac+ia/Makefile # echo c - tac+ia mkdir -p tac+ia > /dev/null 2>&1 echo x - tac+ia/distinfo sed 's/^X//' >tac+ia/distinfo << 'END-of-tac+ia/distinfo' XMD5 (tac+ia-0.96pre9.3.tar.gz) = be29256121479cc7e4a576684aa2ff42 END-of-tac+ia/distinfo echo c - tac+ia/files mkdir -p tac+ia/files > /dev/null 2>&1 echo x - tac+ia/files/patch-aa sed 's/^X//' >tac+ia/files/patch-aa << 'END-of-tac+ia/files/patch-aa' X--- tac_plus/Makefile.in.orig Tue Sep 5 16:39:12 2000 X+++ tac_plus/Makefile.in Fri Apr 13 12:41:54 2001 X@@ -42,7 +42,7 @@ X OBJS = $(SRC:.c=.o) X SRCS = $(SRC:%=$(srcdir)/%) X X-all: tac_plus generate_passwd tdb @DYN@dynipd X+all: tac_plus generate_passwd @DYN@tdb dynipd X X dynipd: dynipd.o sockread.o allow.o X $(CC) -o dynipd $(LDFLAGS) dynipd.o sockread.o allow.o @LIBDB@ @LIBNSL@ @LIBSOCKET@ @LIBBIND@ X@@ -81,8 +81,8 @@ X X install: X $(INSTALL_PROGRAM) tac_plus $(sbindir) X- $(INSTALL_DATA) $(srcdir)/tac_plus.1 $(mandir)/man1 X- $(INSTALL_PROGRAM) tdb $(sbindir) X+ $(INSTALL_DATA) $(srcdir)/tac_plus.8 $(mandir)/man8 X+@DYN@ $(INSTALL_PROGRAM) tdb $(sbindir) X @DYN@ $(INSTALL_PROGRAM) dynipd $(sbindir) X X depend-gcc: END-of-tac+ia/files/patch-aa echo x - tac+ia/files/tac_plus.sh sed 's/^X//' >tac+ia/files/tac_plus.sh << 'END-of-tac+ia/files/tac_plus.sh' X#!/bin/sh X Xif ! PREFIX=$(expr $0 : "\(/.*\)/etc/rc\.d/$(basename $0)\$"); then X echo "$0: Cannot determine the PREFIX" >&2 X exit 1 Xfi X Xcase "$1" in Xstart) X [ -x ${PREFIX}/sbin/tac_plus -a -f ${PREFIX}/etc/tac_plus/tac_plus.conf ] && ${PREFIX}/sbin/tac_plus -L \ X && [ -x ${PREFIX}/sbin/acctd ] && ${PREFIX}/sbin/acctd \ X && echo -n ' tac_plus' X ;; Xstop) X killall tac_plus acctd && echo -n ' tac_plus' X echo X ;; X*) X echo "Usage: `basename $0` {start|stop}" >&2 X ;; Xesac X Xexit 0 END-of-tac+ia/files/tac_plus.sh echo x - tac+ia/files/patch-maxsess sed 's/^X//' >tac+ia/files/patch-maxsess << 'END-of-tac+ia/files/patch-maxsess' X--- tac_plus/maxsess.c.orig Mon Sep 25 16:41:35 2000 X+++ tac_plus/maxsess.c Tue Apr 17 01:29:41 2001 X@@ -741,7 +741,8 @@ X } X X /* If it's really too high, don't authorize more services */ X- if (sess >= maxsess) { X+/* if (sess >= maxsess) { */ X+ if (sess > maxsess) { /* NAS reports the current attempt as an opened session too */ X char buf[80]; X X sprintf(buf, END-of-tac+ia/files/patch-maxsess echo x - tac+ia/pkg-plist sed 's/^X//' >tac+ia/pkg-plist << 'END-of-tac+ia/pkg-plist' Xetc/rc.d/tac_plus.sh Xetc/tac_plus/tac_plus.conf.example Xetc/tac_plus/ttys.example Xetc/tac_plus/aliases.example Xsbin/acctd Xsbin/killuser Xsbin/lasttac Xsbin/logtac Xsbin/macct Xsbin/tac_plus Xsbin/unlogtac Xsbin/whotac Xshare/doc/tac_plus/README Xshare/doc/tac_plus/users_guide X@dirrm etc/tac_plus X@dirrm share/doc/tac_plus X@cwd /var/adm X@exec mkdir /var/adm/tac_plus X@exec mkdir /var/adm/tac_plus/deny X@exec mkdir /var/adm/tac_plus/allow X@exec mkdir /var/adm/tac_plus/parrot X@dirrm tac_plus/deny X@dirrm tac_plus/allow X@dirrm tac_plus/parrot X@dirrm tac_plus X@cwd /var/log X@dirrm tac_plus END-of-tac+ia/pkg-plist echo x - tac+ia/pkg-descr sed 's/^X//' >tac+ia/pkg-descr << 'END-of-tac+ia/pkg-descr' Xtacacs+ is program that allow authorization and authentication via net on Xremote access servers. Authnticate users, authorize commands and log Xaccounting information. X Xtac+ia is improved tacacs server based on tac_plus package. X XAdditional features: X- improved configuration syntax X- acls X- time limits X- more variable substitutions in configuration file and messages X- allow/deny lists X- tty lists X- host and port aliasing X- time intervals X- dynamic ip-address assignment X- passing uucp connections to uucico without rlogind authentication Xand many other... END-of-tac+ia/pkg-descr echo x - tac+ia/pkg-comment sed 's/^X//' >tac+ia/pkg-comment << 'END-of-tac+ia/pkg-comment' XThe Cisco remote aaa server (inet-admins edition) END-of-tac+ia/pkg-comment echo x - tac+ia/Makefile sed 's/^X//' >tac+ia/Makefile << 'END-of-tac+ia/Makefile' X# New ports collection makefile for: tas X# Date created: 11 Jan 2001 X# Whom: Anton Voronin X# X# $FreeBSD$ X# X XPORTNAME= tac+ia XPORTVERSION= 0.96p9.3 XCATEGORIES= russian net XMASTER_SITES= ftp://ftp.vsu.ru/pub/hardware/cisco/tacacs/ XDISTNAME= tac+ia-0.96pre9.3 X XMAINTAINER= anton@urc.ac.ru X XWRKSRC= ${WRKDIR}/tac+ia-${PORTVERSION} X XMANCOMPRESSED= no XMAN1= macct.1 parrot.1 XMAN8= tac_plus.8 X XHAS_CONFIGURE= yes X X# Default prefix for config files XCONFIGURE_ARGS+= --enable-confpath=${PREFIX}/etc/tac_plus X# Default prefix for pid files XCONFIGURE_ARGS+= --enable-runpath=/var/run X# Default prefix for log files XCONFIGURE_ARGS+= --enable-logpath=/var/log/tac_plus X# XCONFIGURE_ARGS+= --enable-ttysfile=${PREFIX}/etc/tac_plus/ttys X# This file tac+ will use for accounting records. X# Can be redefined in config file ('accounting file' directive) XCONFIGURE_ARGS+= --enable-acctfile=/var/log/tac_plus/tac_plus.acct X# If you want to block access for users, which not exist in base XCONFIGURE_ARGS+= --enable-db-strict X# XCONFIGURE_ARGS+= --enable-aliasesfile=${PREFIX}/etc/tac_plus/aliases X# register NAS users on SIGUSR1 XCONFIGURE_ARGS+= --enable-regnas X# Support for ACL XCONFIGURE_ARGS+= --enable-acl X# XCONFIGURE_ARGS+= --disable-deny XCONFIGURE_ARGS+= --disable-cron X Xpost-build: X @mv ${WRKSRC}/tac_plus/tac_plus.1 ${WRKSRC}/tac_plus/tac_plus.8 X Xpost-install: X @if [ ! -f ${PREFIX}/etc/rc.d/tac_plus.sh ]; then \ X ${ECHO} "Installing ${PREFIX}/etc/rc.d/tac_plus.sh startup file."; \ X ${INSTALL_SCRIPT} -m 751 ${FILESDIR}/tac_plus.sh ${PREFIX}/etc/rc.d/tac_plus.sh; \ X fi X ${INSTALL_SCRIPT} -m 644 ${WRKSRC}/lib/libutil/ttys ${PREFIX}/etc/tac_plus/ttys.example X ${INSTALL_SCRIPT} -m 644 ${WRKSRC}/tac_plus/aliases ${PREFIX}/etc/tac_plus/aliases.example X ${INSTALL_SCRIPT} -m 644 ${WRKSRC}/tac_plus/tac_plus.conf ${PREFIX}/etc/tac_plus/tac_plus.conf.example X -@mkdir -p ${PREFIX}/share/doc/tac_plus X ${INSTALL_SCRIPT} -m 644 ${WRKSRC}/tac_plus/users_guide ${PREFIX}/share/doc/tac_plus/users_guide X ${INSTALL_SCRIPT} -m 644 ${WRKSRC}/README ${PREFIX}/share/doc/tac_plus/README X X.include END-of-tac+ia/Makefile exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Jul 7 14:40: 9 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 766DF37B405 for ; Sat, 7 Jul 2001 14:40:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f67Le1v50621; Sat, 7 Jul 2001 14:40:01 -0700 (PDT) (envelope-from gnats) Received: from arcadia.megadeb.org (cpe.atm0-0-0-218131.arcnxx5.customer.tele.dk [62.242.79.117]) by hub.freebsd.org (Postfix) with ESMTP id 82D0A37B405 for ; Sat, 7 Jul 2001 14:33:20 -0700 (PDT) (envelope-from munish@runbox.com) Received: (from munish@localhost) by arcadia.megadeb.org (8.11.4/8.11.4) id f67LZOj61509; Sat, 7 Jul 2001 23:35:24 +0200 (CEST) (envelope-from munish) Message-Id: <200107072135.f67LZOj61509@arcadia.megadeb.org> Date: Sat, 7 Jul 2001 23:35:24 +0200 (CEST) From: Munish Chopra Reply-To: Munish Chopra To: FreeBSD-gnats-submit@freebsd.org Cc: yoshiaki@kt.rim.or.jp X-Send-Pr-Version: 3.113 Subject: ports/28797: Upgrade port: audio/lame Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 28797 >Category: ports >Synopsis: Upgrade port: audio/lame >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Sat Jul 07 14:40:00 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Munish Chopra >Release: FreeBSD 4.3-STABLE i386 >Organization: >Environment: System: FreeBSD arcadia.megadeb.org 4.3-STABLE FreeBSD 4.3-STABLE #0: Thu Jul 5 22:27:21 CEST 2001 root@arcadia.megadeb.org:/usr/obj/usr/src/sys/ARCADIA i386 >Description: Lame pretty much treats all their beta releases as "real" releases. >How-To-Repeat: N/A >Fix: patch for update: diff -ruN /usr/ports/audio/lame/Makefile lame/Makefile --- /usr/ports/audio/lame/Makefile Mon Jan 8 01:54:29 2001 +++ lame/Makefile Sat Jul 7 23:12:57 2001 @@ -6,7 +6,7 @@ # PORTNAME= lame -PORTVERSION= 3.70 +PORTVERSION= 3.89beta PORTREVISION= 2 CATEGORIES= audio MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ diff -ruN /usr/ports/audio/lame/distinfo lame/distinfo --- /usr/ports/audio/lame/distinfo Sun Oct 29 14:30:39 2000 +++ lame/distinfo Sat Jul 7 23:22:06 2001 @@ -1 +1 @@ -MD5 (lame3.70.tar.gz) = 44e29880a21535a7c935046a531e15af +MD5 (lame3.89beta.tar.gz) = b90b549e2a77f980f0d13d7630b8307a >Release-Note: >Audit-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 7 17:20: 6 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id AAF7F37B405 for ; Sat, 7 Jul 2001 17:20:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f680K1J06050; Sat, 7 Jul 2001 17:20:01 -0700 (PDT) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9A59937B403 for ; Sat, 7 Jul 2001 17:10:18 -0700 (PDT) (envelope-from nobody@FreeBSD.org) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f680AI704975; Sat, 7 Jul 2001 17:10:18 -0700 (PDT) (envelope-from nobody) Message-Id: <200107080010.f680AI704975@freefall.freebsd.org> Date: Sat, 7 Jul 2001 17:10:18 -0700 (PDT) From: Alec Wolman To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/28799: [PATCH]upgrade the LPRng port to version 3.7.5 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 28799 >Category: ports >Synopsis: [PATCH]upgrade the LPRng port to version 3.7.5 >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sat Jul 07 17:20:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Alec Wolman >Release: 4.3 >Organization: University of Washington >Environment: n/a >Description: The following patch upgrades the LPRng port from version 3.6.26 to version 3.7.5. http://www.cs.washington.edu/homes/wolman/patches/lprng.patch >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 Sat Jul 7 18:10:17 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9927037B413 for ; Sat, 7 Jul 2001 18:10:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f681A1B13287; Sat, 7 Jul 2001 18:10:01 -0700 (PDT) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 70CF637B405; Sat, 7 Jul 2001 18:07:29 -0700 (PDT) (envelope-from will@FreeBSD.org) Received: (from will@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f6817TK13003; Sat, 7 Jul 2001 18:07:29 -0700 (PDT) (envelope-from will) Message-Id: <200107080107.f6817TK13003@freefall.freebsd.org> Date: Sat, 7 Jul 2001 18:07:29 -0700 (PDT) From: Reply-To: will@FreeBSD.org To: FreeBSD-gnats-submit@FreeBSD.org Cc: torstenb@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/28801: autoconf update from 2.13 to 2.50 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 28801 >Category: ports >Synopsis: autoconf update from 2.13 to 2.50 >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat Jul 07 18:10:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Will Andrews >Release: FreeBSD 4.3-STABLE i386 >Organization: FreeBSD Project >Environment: System: FreeBSD puck.firepipe.net 4.3-STABLE FreeBSD 4.3-STABLE #8: Sun Jun 3 22:15:48 EST 2001 will@puck.firepipe.net:/net/puck/stable/src/sys/compile/PUCK i386 >Description: Remove files: files/patch-a[abcdefg] Update files: Makefile distinfo pkg-plist This is an update for autoconf, from 2.13 to 2.50. All patches were merged (as near as I can tell), or obsoleted. I think this is a fairly serious update considering that autoconf hasn't been released in nearly two years. And it fixes MANY bugs. A package is available for those who require it, at: http://people.FreeBSD.org/~will/packages/autoconf-2.50.tgz >How-To-Repeat: >Fix: Index: Makefile =================================================================== RCS file: /cvs/FreeBSD/ports/devel/autoconf/Makefile,v retrieving revision 1.22 diff -u -u -r1.22 Makefile --- Makefile 2001/05/31 22:14:37 1.22 +++ Makefile 2001/07/08 01:08:35 @@ -6,8 +6,7 @@ # PORTNAME= autoconf -PORTVERSION= 2.13 -PORTREVISION= 1 +PORTVERSION= 2.50 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= autoconf @@ -20,8 +19,7 @@ GNU_CONFIGURE= yes CONFIGURE_ENV= M4=${PREFIX}/bin/gm4 -post-install: - @install-info ${PREFIX}/info/autoconf.info ${PREFIX}/info/dir - @install-info ${PREFIX}/info/standards.info ${PREFIX}/info/dir +MAN1= autoconf.1 autoheader.1 autoreconf.1 autoscan.1 \ + autoupdate.1 config.guess.1 config.sub.1 ifnames.1 .include Index: distinfo =================================================================== RCS file: /cvs/FreeBSD/ports/devel/autoconf/distinfo,v retrieving revision 1.8 diff -u -u -r1.8 distinfo --- distinfo 1999/01/26 01:54:52 1.8 +++ distinfo 2001/07/08 01:08:35 @@ -1 +1 @@ -MD5 (autoconf-2.13.tar.gz) = 9de56d4a161a723228220b0f425dc711 +MD5 (autoconf-2.50.tar.gz) = b3d78c5aefd53ed69d93182239af65e3 Index: pkg-plist =================================================================== RCS file: /cvs/FreeBSD/ports/devel/autoconf/pkg-plist,v retrieving revision 1.6 diff -u -u -r1.6 pkg-plist --- pkg-plist 1999/06/05 22:21:14 1.6 +++ pkg-plist 2001/07/08 01:08:35 @@ -10,19 +10,22 @@ info/standards.info @exec install-info %D/info/autoconf.info %D/info/dir @exec install-info %D/info/standards.info %D/info/dir -share/autoconf/acconfig.h +share/autoconf/INSTALL share/autoconf/acfunctions +share/autoconf/acfunctions.m4 share/autoconf/acgeneral.m4 share/autoconf/acheaders +share/autoconf/acheaders.m4 share/autoconf/acidentifiers +share/autoconf/aclang.m4 share/autoconf/acmakevars share/autoconf/acoldnames.m4 share/autoconf/acprograms share/autoconf/acspecific.m4 +share/autoconf/actypes.m4 +share/autoconf/acversion.m4 share/autoconf/autoconf.m4 share/autoconf/autoconf.m4f -share/autoconf/autoheader.m4 -share/autoconf/autoheader.m4f -share/autoconf/config.guess -share/autoconf/config.sub +share/autoconf/m4sh.m4 +share/autoconf/m4sugar.m4 @dirrm share/autoconf >Release-Note: >Audit-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 7 18:23:26 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id F0C6237B409; Sat, 7 Jul 2001 18:23:23 -0700 (PDT) (envelope-from will@FreeBSD.org) Received: (from will@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f681J5r14621; Sat, 7 Jul 2001 18:19:05 -0700 (PDT) (envelope-from will) Date: Sat, 7 Jul 2001 18:19:05 -0700 (PDT) From: Message-Id: <200107080119.f681J5r14621@freefall.freebsd.org> To: will@FreeBSD.org, freebsd-ports@FreeBSD.org, torstenb@FreeBSD.org Subject: Re: ports/28801: autoconf update from 2.13 to 2.50 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: autoconf update from 2.13 to 2.50 Responsible-Changed-From-To: freebsd-ports->torstenb Responsible-Changed-By: will Responsible-Changed-When: Sat Jul 7 18:18:40 PDT 2001 Responsible-Changed-Why: Over to MAINTAINER (who I am going to time out in 2 weeks). http://www.FreeBSD.org/cgi/query-pr.cgi?pr=28801 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Jul 7 20: 0:21 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B141C37B40E for ; Sat, 7 Jul 2001 20:00:17 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f6830H727169; Sat, 7 Jul 2001 20:00:17 -0700 (PDT) (envelope-from gnats) Received: from mail.mk.bsdclub.org (adsl2138.ea.rim.or.jp [202.247.148.138]) by hub.freebsd.org (Postfix) with ESMTP id A3B6037B401 for ; Sat, 7 Jul 2001 19:54:41 -0700 (PDT) (envelope-from motoyuki@mk.bsdclub.org) Received: from sakura.mk.bsdclub.org (sakura.mk.bsdclub.org [3ffe:505:2022:0:2a0:c9ff:fe20:9aff]) by mail.mk.bsdclub.org (8.11.4+3.4W/3.7W) with ESMTP/inet6 id f682seR95096 for ; Sun, 8 Jul 2001 11:54:40 +0900 (JST) Received: (from motoyuki@localhost) by sakura.mk.bsdclub.org (8.11.4/3.7W) id f682seg74745; Sun, 8 Jul 2001 11:54:40 +0900 (JST) Message-Id: <200107080254.f682seg74745@sakura.mk.bsdclub.org> Date: Sun, 8 Jul 2001 11:54:40 +0900 (JST) From: Motoyuki Konno Reply-To: Motoyuki Konno To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/28803: ports/comms/conserver does not support ##user password Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 28803 >Category: ports >Synopsis: ports/comms/conserver does not support ##user password >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sat Jul 07 20:00:16 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Motoyuki Konno >Release: FreeBSD 4.3-STABLE i386 >Organization: BSD Club >Environment: System: FreeBSD sakura.mk.bsdclub.org 4.3-STABLE FreeBSD 4.3-STABLE #5: Thu Jul 5 09:50:02 JST 2001 motoyuki@sakura.mk.bsdclub.org:/usr/obj/usr/src/sys/SAKURA i386 >Description: According to conserver.cf(5), conserver supports ##user form passwd, which means conserver use the user's password. But, FreeBSD's conserver does not support ##user form password. >How-To-Repeat: Install this port and try to use ##user form password in conserver.cf. >Fix: Apply the following patch. --- etc/conserver/group.c.orig Thu Aug 3 03:39:42 2000 +++ etc/conserver/group.c Sat Jul 7 16:10:53 2001 @@ -228,6 +228,18 @@ struct passwd *pwd; char *pcEPass, *pcWord; { + if (pcEPass && '#' == pcEPass[0] && '#' == pcEPass[1] && '\0' != pcEPass[2] && (MAXLOGNAME + 1) > strlen(pcEPass)) { + /* If the encrypted password field from the config file + * looks like ##USER, look up the password for that + * user for the match. + */ + pwd = getpwnam(pcEPass+2); + if ((struct passwd *) NULL == pwd) { + return 0; + } + pcEPass = (char *)0; + } + if (pcEPass && '\0' != pcEPass[0]) if (MD5CheckPass(pcEPass, pcWord)) return 1; >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Jul 7 20:20:47 2001 Delivered-To: freebsd-ports@freebsd.org Received: from yourwebsite.com (cd-179-62.ra30.dc.capu.net [64.50.179.62]) by hub.freebsd.org (Postfix) with SMTP id 56B2E37B403 for ; Sat, 7 Jul 2001 20:20:43 -0700 (PDT) (envelope-from lprice@capu.net) Reply-To: lprice@capu.net From: lprice@capu.net To: ports@FreeBSD.ORG Subject: Ride the Wave of Success!!/FREE MEMBERSHIP!!! Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Date: Sat, 7 Jul 2001 23:16:31 -0400 Message-Id: <20010708032043.56B2E37B403@hub.freebsd.org> Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org JOIN NOW FOR FREE!!! SERIOUS ONLINE INCOME: NO PRODUCTS TO SELL, NO MEETING TO ATTEND, NO MONTHLY QUOTAS We are a FOUR 4 YEAR OLD INTERNET BUSINESS AND GROWING VERY FAST. WE HAD OVER 60,000 VIPS SIGNUP COMPANY WIDE IN THE MONTH OF JUNE 2001. SEE WHY THOUSANDS OF PEOPLE FROM ALL OVER THE WORLD ARE JOINING US AT RECORD RATES.; THE MEMBERSHIP IS FREE at. http://onlineprofits.50megs.com. . Enter your first and last name and email address. Afterwards you will start recieving various emails about company and the business opportunity. Also, you will become a FREE MEMBER and you can START SHOPPING from at least 70 brand name online stores and BE ENTERED in our monthly $100 shopping spree!. Take your time and review our company's benefits and opportunities. . GUARANTEED minimum commission every month . you can get 200 members a month added to you downline . Free Software . and a strong team support Now remember anybody that signs up after you will be in your downline. This is very important if you want join our company and get a monthly check. Don't pass this one up. GET YOUR FREE MEMBERSHIP AT: http://onlineprofits.50megs.com --- type in your name and email address and hit the submit botton. We will talk soon, GIVIE IT A TRY, YOU HAVE NOTHING TO LOSE AND POSSIBLE A LOT TO GAIN. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Jul 7 20:43:25 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C826037B407; Sat, 7 Jul 2001 20:43:23 -0700 (PDT) (envelope-from motoyuki@FreeBSD.org) Received: (from motoyuki@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f683aud33485; Sat, 7 Jul 2001 20:36:56 -0700 (PDT) (envelope-from motoyuki) Date: Sat, 7 Jul 2001 20:36:56 -0700 (PDT) From: Message-Id: <200107080336.f683aud33485@freefall.freebsd.org> To: motoyuki@FreeBSD.org, freebsd-ports@FreeBSD.org, obrien@FreeBSD.org Subject: Re: ports/28803: ports/comms/conserver does not support ##user password Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: ports/comms/conserver does not support ##user password Responsible-Changed-From-To: freebsd-ports->obrien Responsible-Changed-By: motoyuki Responsible-Changed-When: Sat Jul 7 20:35:07 PDT 2001 Responsible-Changed-Why: Over to maintainer. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=28803 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Jul 7 21: 3:26 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2112937B401; Sat, 7 Jul 2001 21:03:24 -0700 (PDT) (envelope-from dwcjr@FreeBSD.org) Received: (from dwcjr@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f683vI134865; Sat, 7 Jul 2001 20:57:18 -0700 (PDT) (envelope-from dwcjr) Date: Sat, 7 Jul 2001 20:57:18 -0700 (PDT) From: Message-Id: <200107080357.f683vI134865@freefall.freebsd.org> To: petef@databits.net, dwcjr@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/28709: Update x11-wm/fvwm2 to 2.4.0 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: Update x11-wm/fvwm2 to 2.4.0 State-Changed-From-To: open->closed State-Changed-By: dwcjr State-Changed-When: Sat Jul 7 20:57:05 PDT 2001 State-Changed-Why: Committed, thanks! http://www.FreeBSD.org/cgi/query-pr.cgi?pr=28709 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Jul 7 21: 3:29 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4547537B405; Sat, 7 Jul 2001 21:03:24 -0700 (PDT) (envelope-from dwcjr@FreeBSD.org) Received: (from dwcjr@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f6842wU35357; Sat, 7 Jul 2001 21:02:58 -0700 (PDT) (envelope-from dwcjr) Date: Sat, 7 Jul 2001 21:02:58 -0700 (PDT) From: Message-Id: <200107080402.f6842wU35357@freefall.freebsd.org> To: pat@databits.net, dwcjr@FreeBSD.org, freebsd-ports@FreeBSD.org, dwcjr@FreeBSD.org Subject: Re: ports/28603: Fix pkg-plist for benchmarks/xengine Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: Fix pkg-plist for benchmarks/xengine State-Changed-From-To: open->feedback State-Changed-By: dwcjr State-Changed-When: Sat Jul 7 21:02:25 PDT 2001 State-Changed-Why: Waiting on maintainer's feedback. Responsible-Changed-From-To: freebsd-ports->dwcjr Responsible-Changed-By: dwcjr Responsible-Changed-When: Sat Jul 7 21:02:25 PDT 2001 Responsible-Changed-Why: I'll handle this one. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=28603 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Jul 7 21:10:11 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C4BDB37B408 for ; Sat, 7 Jul 2001 21:10:06 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f684A6B38647; Sat, 7 Jul 2001 21:10:06 -0700 (PDT) (envelope-from gnats) Received: from electron.databits.net (electron.databits.net [207.29.204.16]) by hub.freebsd.org (Postfix) with ESMTP id 4B95F37B403; Sat, 7 Jul 2001 21:04:03 -0700 (PDT) (envelope-from petef@electron.databits.net) Received: (from petef@localhost) by electron.databits.net (8.11.4/8.11.4) id f6843Pe05157; Sun, 8 Jul 2001 00:03:25 -0400 (EDT) (envelope-from petef) Message-Id: <200107080403.f6843Pe05157@electron.databits.net> Date: Sun, 8 Jul 2001 00:03:25 -0400 (EDT) From: Pete Fritchman Reply-To: Pete Fritchman To: FreeBSD-gnats-submit@freebsd.org Cc: dwcjr@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/28804: Fix locale install/plist stuff for www/amyc Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 28804 >Category: ports >Synopsis: Fix locale install/plist stuff for www/amyc >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Sat Jul 07 21:10:06 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Pete Fritchman >Release: FreeBSD 4.3-STABLE i386 >Organization: Databits Network Services, Inc. >Environment: System: FreeBSD electron.databits.net 4.3-STABLE FreeBSD 4.3-STABLE #7: Mon Jun 11 10:15:45 EDT 2001 root@electron.databits.net:/usr/obj/usr/src/sys/ELECTRON i386 >Description: - remove share/locale if empty, fix pkg-plist (forgot %Ds) - install locale stuff to ${PREFIX}/share/locale/... instead of ${PREFIX}/lib/locale >How-To-Repeat: >Fix: Index: Makefile =================================================================== RCS file: /home/ncvs/ports/www/amyc/Makefile,v retrieving revision 1.1 diff -u -r1.1 Makefile --- Makefile 2001/07/03 08:44:27 1.1 +++ Makefile 2001/07/08 03:50:02 @@ -30,4 +30,8 @@ PLIST_SUB= WITH_GTK="@comment " .endif +post-patch: + @${PERL} -pi -e 's!\(datadir\)/locale!(prefix)/share/locale!' \ + ${WRKSRC}/po/Makefile.in.in + .include Index: pkg-plist =================================================================== RCS file: /home/ncvs/ports/www/amyc/pkg-plist,v retrieving revision 1.1 diff -u -r1.1 pkg-plist --- pkg-plist 2001/07/03 08:44:27 1.1 +++ pkg-plist 2001/07/08 03:59:48 @@ -1,5 +1,6 @@ bin/amyc %%WITH_GTK%%bin/amycg share/locale/fr/LC_MESSAGES/amyc.mo -@unexec rmdir share/locale/fr/LC_MESSAGES 2>/dev/null || true -@unexec rmdir share/locale/fr 2>/dev/null || true +@unexec rmdir %D/share/locale/fr/LC_MESSAGES 2>/dev/null || true +@unexec rmdir %D/share/locale/fr 2>/dev/null || true +@unexec rmdir %D/share/locale 2>/dev/null || true >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Jul 7 21:20:29 2001 Delivered-To: freebsd-ports@freebsd.org Received: from polarbear.nameprotect.com (mail.nameprotect.com [12.40.85.19]) by hub.freebsd.org (Postfix) with ESMTP id 8224037B401; Sat, 7 Jul 2001 21:20:27 -0700 (PDT) (envelope-from gabor@nameprotect.com) Received: from nameprotect.com (gabor-bsd.nameprotect.com [192.168.1.161]) by polarbear.nameprotect.com with SMTP (Microsoft Exchange Internet Mail Service Version 5.5.2653.13) id 338Z4DKT; Sat, 7 Jul 2001 23:16:46 -0500 Message-ID: <3B47DF8A.759C6338@nameprotect.com> Date: Sat, 07 Jul 2001 23:20:26 -0500 From: Gabor Kincses X-Mailer: Mozilla 4.77 [en] (X11; U; Linux 2.2.12 i386) X-Accept-Language: hu, de-DE, en MIME-Version: 1.0 To: obrien@FreeBSD.org Cc: ports@FreeBSD.org Subject: Multi-threaded ElectricFence Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Hello, It seems -DUSE_SEMAPHORE forces Efence into a stack overrun, because the FreeBSD (pthread) sem_init() implementation uses malloc(). Efence's malloc() replaces the standard malloc(), which calls initialize(). Since initialize() calls sem_init() when -DUSE_SEMAPHORE is on, we have a nice tight stack overrun. I have been trying to remove the malloc() dependency (at any cost) from initialize(), by not calling sem_init() until main() creates some other threads. Oh, yeah, all of the above happens before main() comes into the picture. Any ideas? -- Gabor Kincses Running FreeBSD 4.3-RC3 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Jul 7 21:43:25 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id EDBD037B401; Sat, 7 Jul 2001 21:43:23 -0700 (PDT) (envelope-from dwcjr@FreeBSD.org) Received: (from dwcjr@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f684YVw40589; Sat, 7 Jul 2001 21:34:31 -0700 (PDT) (envelope-from dwcjr) Date: Sat, 7 Jul 2001 21:34:31 -0700 (PDT) From: Message-Id: <200107080434.f684YVw40589@freefall.freebsd.org> To: petef@databits.net, dwcjr@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/28804: Fix locale install/plist stuff for www/amyc Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: Fix locale install/plist stuff for www/amyc State-Changed-From-To: open->closed State-Changed-By: dwcjr State-Changed-When: Sat Jul 7 21:34:22 PDT 2001 State-Changed-Why: Committed, thanks! http://www.FreeBSD.org/cgi/query-pr.cgi?pr=28804 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Jul 7 22:23:26 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 547F437B406; Sat, 7 Jul 2001 22:23:24 -0700 (PDT) (envelope-from dwcjr@FreeBSD.org) Received: (from dwcjr@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f685LsX47814; Sat, 7 Jul 2001 22:21:54 -0700 (PDT) (envelope-from dwcjr) Date: Sat, 7 Jul 2001 22:21:54 -0700 (PDT) From: Message-Id: <200107080521.f685LsX47814@freefall.freebsd.org> To: pat@databits.net, dwcjr@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/28600: Fix pkg-plist for audio/xwave Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: Fix pkg-plist for audio/xwave State-Changed-From-To: open->closed State-Changed-By: dwcjr State-Changed-When: Sat Jul 7 22:21:43 PDT 2001 State-Changed-Why: Committed, thanks! http://www.FreeBSD.org/cgi/query-pr.cgi?pr=28600 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Jul 7 22:40: 7 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id DF96A37B405 for ; Sat, 7 Jul 2001 22:40:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f685e1h56716; Sat, 7 Jul 2001 22:40:01 -0700 (PDT) (envelope-from gnats) Received: from ws2.piuha.net (ws2.piuha.net [195.165.196.2]) by hub.freebsd.org (Postfix) with ESMTP id 3CA4437B406 for ; Sat, 7 Jul 2001 22:35:54 -0700 (PDT) (envelope-from martti.kuparinen@piuha.net) Received: by ws2.piuha.net (Postfix, from userid 10402) id 8C1B16A901; Sun, 8 Jul 2001 08:35:52 +0300 (EEST) Message-Id: <20010708053552.8C1B16A901@ws2.piuha.net> Date: Sun, 8 Jul 2001 08:35:52 +0300 (EEST) From: martti.kuparinen@iki.fi Reply-To: martti.kuparinen@iki.fi To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/28805: [MAINTAINER PATCH] fix MASTER_SITES for kannel Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 28805 >Category: ports >Synopsis: [MAINTAINER PATCH] fix MASTER_SITES for kannel >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Sat Jul 07 22:40:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Martti Kuparinen >Release: FreeBSD 4.3-STABLE i386 >Organization: >Environment: System: FreeBSD ws2 4.3-STABLE FreeBSD 4.3-STABLE #0: Sat May 26 14:02:43 EEST 2001 root@ws2:/usr/obj/usr/src/sys/GENERIC i386 >Description: The old site is down, use a new MASTER_SITE setting. >How-To-Repeat: >Fix: diff -ru /usr/ports/www/kannel/Makefile kannel/Makefile --- /usr/ports/www/kannel/Makefile Fri Mar 30 03:09:28 2001 +++ kannel/Makefile Sun Jul 8 08:27:33 2001 @@ -7,7 +7,7 @@ PORTNAME= kannel PORTVERSION= 1.0.3 CATEGORIES= www -MASTER_SITES= http://www.kannel.org/download/${PORTVERSION}/ +MASTER_SITES= http://kannel.3glab.org/download/${PORTVERSION}/ DISTNAME= gateway-${PORTVERSION} MAINTAINER= martti.kuparinen@iki.fi diff -ru /usr/ports/www/kannel/pkg-descr kannel/pkg-descr --- /usr/ports/www/kannel/pkg-descr Wed Jul 19 17:23:22 2000 +++ kannel/pkg-descr Sun Jul 8 08:27:55 2001 @@ -1,4 +1,4 @@ Kannel is an open source project to make a WAP gateway. Kannel also works as a SMS gateway. -WWW: http://www.kannel.org/ +WWW: http://kannel.3glab.org/ >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Jul 7 23:10:49 2001 Delivered-To: freebsd-ports@freebsd.org Received: from freebsd.tekrealm.net (dsl081-247-162.sfo1.dsl.speakeasy.net [64.81.247.162]) by hub.freebsd.org (Postfix) with ESMTP id B85F337B401 for ; Sat, 7 Jul 2001 23:10:45 -0700 (PDT) (envelope-from elitetek@tekrealm.net) Received: (from root@localhost) by freebsd.tekrealm.net (8.11.4/8.11.3) id f686AjK61161 for freebsd-ports@freebsd.org; Sat, 7 Jul 2001 23:10:45 -0700 (PDT) (envelope-from elitetek@tekrealm.net) Received: (from elitetek@localhost) by freebsd.tekrealm.net (8.11.4/8.11.3av) id f686AiL61154 for freebsd-ports@FreeBSD.org; Sat, 7 Jul 2001 23:10:44 -0700 (PDT) (envelope-from elitetek@tekrealm.net) X-Authentication-Warning: freebsd.tekrealm.net: elitetek set sender to elitetek@tekrealm.net using -f Date: Sat, 7 Jul 2001 23:10:44 -0700 From: Andrew Stuart To: freebsd-ports@freebsd.org Subject: libdvdread 0.8.0 bug in port? Message-ID: <20010707231044.D60846@freebsd.tekrealm.net> Reply-To: elitetek@tekrealm.net Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i X-Virus-Scanned: by AMaViS perl-10 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org I am trying to compile/install /usr/ports/graphics/libdvdread unfortantly, i am not having much luck. The system(s) are 4.3-Stable of various dates, and a fresh cvsup from anyway between an hour and 4-5 hours ago. here is the error i get. gmake[2]: Entering directory `/usr/ports/graphics/libdvdread/work/libdvdread-0.8.0/dvdread' /bin/sh ../libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I.. -Wall -Werror -D_LARGEFILE64_SOURCE -pipe -march=pentiumpro -O2 -mcpu=i386 -c dvd_reader.c ../libtool: Can't open ../libtool: No such file or directory gmake[2]: *** [dvd_reader.lo] Error 2 gmake[2]: Leaving directory `/usr/ports/graphics/libdvdread/work/libdvdread-0.8.0/dvdread' gmake[1]: *** [all-recursive] Error 1 gmake[1]: Leaving directory `/usr/ports/graphics/libdvdread/work/libdvdread-0.8.0' gmake: *** [all-recursive-am] Error 2 *** Error code 2 I have looked in the libdvdread-0.8.0 directory, and of course there is no libtool directory. I created it, and of course get a different set of errors, because it is looking for some file that i dont have. Any information would be greatly appreciated. -- Andrew To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Jul 7 23:13:25 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2054837B405; Sat, 7 Jul 2001 23:13:24 -0700 (PDT) (envelope-from dwcjr@FreeBSD.org) Received: (from dwcjr@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f6869qp62052; Sat, 7 Jul 2001 23:09:52 -0700 (PDT) (envelope-from dwcjr) Date: Sat, 7 Jul 2001 23:09:52 -0700 (PDT) From: Message-Id: <200107080609.f6869qp62052@freefall.freebsd.org> To: martti.kuparinen@iki.fi, dwcjr@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/28805: [MAINTAINER PATCH] fix MASTER_SITES for kannel Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: [MAINTAINER PATCH] fix MASTER_SITES for kannel State-Changed-From-To: open->closed State-Changed-By: dwcjr State-Changed-When: Sat Jul 7 23:09:43 PDT 2001 State-Changed-Why: Committed, thanks! http://www.FreeBSD.org/cgi/query-pr.cgi?pr=28805 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Jul 7 23:23:26 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 371EC37B406; Sat, 7 Jul 2001 23:23:24 -0700 (PDT) (envelope-from markp@FreeBSD.org) Received: (from markp@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f686IFA62717; Sat, 7 Jul 2001 23:18:15 -0700 (PDT) (envelope-from markp) Date: Sat, 7 Jul 2001 23:18:15 -0700 (PDT) From: Message-Id: <200107080618.f686IFA62717@freefall.freebsd.org> To: kline@ns1.thought.org, markp@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/28792: Change of retrival site was required. Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: Change of retrival site was required. State-Changed-From-To: open->closed State-Changed-By: markp State-Changed-When: Sat Jul 7 23:17:53 PDT 2001 State-Changed-Why: Committed, thanks! http://www.FreeBSD.org/cgi/query-pr.cgi?pr=28792 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Jul 7 23:34: 8 2001 Delivered-To: freebsd-ports@freebsd.org Received: from freebsd.tekrealm.net (dsl081-247-162.sfo1.dsl.speakeasy.net [64.81.247.162]) by hub.freebsd.org (Postfix) with ESMTP id 1D20537B405 for ; Sat, 7 Jul 2001 23:34:05 -0700 (PDT) (envelope-from elitetek@tekrealm.net) Received: (from root@localhost) by freebsd.tekrealm.net (8.11.4/8.11.3) id f686Y4761458 for freebsd-ports@freebsd.org; Sat, 7 Jul 2001 23:34:04 -0700 (PDT) (envelope-from elitetek@tekrealm.net) Received: (from elitetek@localhost) by freebsd.tekrealm.net (8.11.4/8.11.3av) id f686Y3q61451 for freebsd-ports@FreeBSD.ORG; Sat, 7 Jul 2001 23:34:03 -0700 (PDT) (envelope-from elitetek@tekrealm.net) X-Authentication-Warning: freebsd.tekrealm.net: elitetek set sender to elitetek@tekrealm.net using -f Date: Sat, 7 Jul 2001 23:34:03 -0700 From: Andrew Stuart To: freebsd-ports@freebsd.org Subject: Re: libdvdread 0.8.0 bug in port? Message-ID: <20010707233403.A61198@freebsd.tekrealm.net> Reply-To: elitetek@tekrealm.net References: <20010707231044.D60846@freebsd.tekrealm.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20010707231044.D60846@freebsd.tekrealm.net>; from elitetek@tekrealm.net on Sat, Jul 07, 2001 at 11:10:44PM -0700 X-Virus-Scanned: by AMaViS perl-10 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Sat, 07 Jul 2001 at 23:10:44 -0700, Andrew Stuart wrote: > I am trying to compile/install /usr/ports/graphics/libdvdread > unfortantly, i am not having much luck. > > The system(s) are 4.3-Stable of various dates, and a fresh cvsup > from anyway between an hour and 4-5 hours ago. > > > here is the error i get. > > gmake[2]: Entering directory > `/usr/ports/graphics/libdvdread/work/libdvdread-0.8.0/dvdread' > /bin/sh ../libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I.. > -Wall -Werror -D_LARGEFILE64_SOURCE -pipe -march=pentiumpro -O2 > -mcpu=i386 -c dvd_reader.c > ../libtool: Can't open ../libtool: No such file or directory > gmake[2]: *** [dvd_reader.lo] Error 2 > gmake[2]: Leaving directory > `/usr/ports/graphics/libdvdread/work/libdvdread-0.8.0/dvdread' > gmake[1]: *** [all-recursive] Error 1 > gmake[1]: Leaving directory > `/usr/ports/graphics/libdvdread/work/libdvdread-0.8.0' > gmake: *** [all-recursive-am] Error 2 > *** Error code 2 > > I have looked in the libdvdread-0.8.0 directory, and of course > there is no libtool directory. I created it, and of course get > a different set of errors, because it is looking for some file > that i dont have. > > Any information would be greatly appreciated. > > -- > Andrew > Ok, after playing a little bit more, i found out it was trying to locate 'libtool' itself. I modified the Makefile in dvdread and src directories, from LIBTOOL = $(SHELL) $(top_builddir)/libtool to: LIBTOOL = /usr/local/bin/libtool and it compiles fine. I would like to ask that someone else tests this to see if theres does the same. so far i have tested it on 3 different machines, with 3 different configurations, and get the same errors on them all. Thanks for your time -- Andrew To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Jul 7 23:50: 9 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 41C2637B406 for ; Sat, 7 Jul 2001 23:50:04 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f686o4D68691; Sat, 7 Jul 2001 23:50:04 -0700 (PDT) (envelope-from gnats) Date: Sat, 7 Jul 2001 23:50:04 -0700 (PDT) Message-Id: <200107080650.f686o4D68691@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Mamoru Iwaki Subject: Re: ports/24467: new ports graphics/libfpx Reply-To: Mamoru Iwaki Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR ports/24467; it has been noted by GNATS. From: Mamoru Iwaki To: mi@aldan.algebra.com, freebsd-gnats-submit@FreeBSD.org Cc: Subject: Re: ports/24467: new ports graphics/libfpx Date: Sun, 08 Jul 2001 15:44:19 +0900 From: Mikhail Teterin Subject: Re: ports/24467: new ports graphics/libfpx Date: Tue, 3 Jul 2001 11:48:20 -0400 (EDT) First of all, thank you for your comment, and now I can compile the libfpx from ports-current on my FreeBSD-statble box. What I did is as followings. (0) backed up the list of installed packages. (1) deinstalled all packages except XFree86-4(4.0.3) and any other software installed personally, then removed all garbages, I believe so, under /usr/local directory. (2) installed portupgrade form ports, and reistalled all the deinstalled packages from ports-current using portupgrade. #Firstly, I tried to clean up under /usr/local manually, and removed #all garbages I found. However, libfpx was still impossible to be #compiled from ports-current. So I did as above finally, and I #needed long time to reply to your mail. > Strange, me here and bento don't seem to have problems. Could you > investigate? If there is a define missing, that configure creates, > please, let me know... Yes, it's strange. I think this ports is not robust enough to the veriation of systems to be installed on. > > Why need files/Makefile.BSD? > > > > It looks ad-hoc and very particular to FreeBSD. > > Well, I'm not sure, what's so "ad-hoc" about it, but yes, it is > particular to FreeBSD -- hence the name (I'm quite certain it will work > on other BSDs -- patches welcome). Yes, I agree with the portability of this version against *BSD. But I'm worry about the amount and the complexity of the required modifications for the next coming version of libfxp and the all *BSD. I wonder if the Makefile.BSD approach is not robust enough to such variations. Then I proposed configure and libtools should be used for the above issue, I think it is a kind of portabilities. #But I don't have enough patch to do so, sorry. > I tried using configure and the "recommended" build procedure. I don't > remember the details, but I think it tries to build separate little > libraries and build its own libjpeg. Generally, when the size of patches > aproaches the size of the custom Makefile, I write the custom Makefile. I cannot see any extra libjpeg other than /usr/local/lib/libjpeg* of graphics/jpeg when I istalled libfpx using my previous patch to Makefile before I tried the above all-deinstall-reinstall approach. > The ports system only needs to be portable between BSDs. I believe, my > aproach is fine. Yes, I have no objection about the range of portability. I have proposed another possible way to achieve it. > In this particular case, check if you have an include file conflict. Do > you have a common.h in /usr/local/include by a chance? I checked the existence of common.h, but such file didn't exist. I also checked all include files with the same name, and the files which were not in the installed lists of /var/db/pkg/* were removed. But the failure of compilation still happend, hence I did clean up all over the /usr/local as above. As a conclusion, (a) libfpx can be compiled in a clean environment. (b) but it may not be robust enough to variations of the installed environment. (c) using configure will be a possible easy way for the above issue, but preparing a particular Makefile may be also good idea if the required patches become large. Right? Thanks --- ----- Mamoru IWAKI (iwaki@bc.niigata-u.ac.jp) Graduate School of Science and Technology, Niigata University To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message