From owner-freebsd-ports Sun Aug 19 1:10: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 382B037B409 for ; Sun, 19 Aug 2001 01:10:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7J8A1Z36109; Sun, 19 Aug 2001 01:10:01 -0700 (PDT) (envelope-from gnats) Received: from smtp.noos.fr (racine.noos.net [212.198.2.71]) by hub.freebsd.org (Postfix) with ESMTP id 4A3B037B411 for ; Sun, 19 Aug 2001 01:04:33 -0700 (PDT) (envelope-from root@gits.dyndns.org) Received: (qmail 49979266 invoked by uid 0); 19 Aug 2001 08:04:29 -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 ; 19 Aug 2001 08:04:29 -0000 Received: (from root@localhost) by gits.dyndns.org (8.11.4/8.11.4) id f7J84Sj74413; Sun, 19 Aug 2001 10:04:28 +0200 (CEST) (envelope-from root) Message-Id: <200108190804.f7J84Sj74413@gits.dyndns.org> Date: Sun, 19 Aug 2001 10:04:28 +0200 (CEST) From: Cyrille Lefevre Reply-To: clefevre@citeweb.net To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/29868: Updated port: mail/elm+ME - 2.4ME+94 Sender: owner-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: 29868 >Category: ports >Synopsis: Updated port: mail/elm+ME - 2.4ME+94 >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 Aug 19 01:10:00 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 #28: Wed Jul 25 09:04:25 CEST 2001 root@gits:/disk2/4.x-stable/src/sys/compile/CUSTOM i386 >Description: new release of elm 2.4 ME+ pl 94. Makefile version bumped. MAINTAINER email address changed. PATCH_* and LIB_DEPENDS (iconv) added. INSTALLS_SHLIB and LDCONFIG_DIRS added. SCRIPTS_ENV and DOC_FILES updated. distinfo updated. pkg-plist shared libs and docs updated. files/elm.mimetypes updated. files/patch-ag (doc/Makefile.SH) deleted. files/patch-ah (doc/newalias.1) deleted. files/patch-newmbox.c updated. scripts/pre-configure -e added. PREFIX -> LOCALBASE for external programs. new iconv support added (untested). config.sh generation fixed. >How-To-Repeat: n/a >Fix: Index: Makefile =================================================================== RCS file: /home/ncvs/ports/mail/elm+ME/Makefile,v retrieving revision 1.69 diff -u -r1.69 Makefile --- Makefile 2001/06/09 12:59:31 1.69 +++ Makefile 2001/08/19 06:19:15 @@ -6,9 +6,10 @@ # PORTNAME= elm+ME -PORTVERSION= 2.4.92 +PORTVERSION= 2.4.94 CATEGORIES= mail DISTNAME= ${PORTNAME:S/+ME//}-${PORTVERSION:R}ME+${PORTVERSION:E} +DIST_SUBDIR= ${PORTNAME} # here are the main repositories. MASTER_SITES= ftp://ftp.ozone.fmi.fi/KEH/ \ @@ -27,15 +28,21 @@ ftp://ftp.rge.com/pub/mail/elm/elm-2.4ME+/ \ ftp://ftp.uni-trier.de/pub/unix/network/mail/elm-me+/ -MAINTAINER= clefevre@redirect.to +PATCHFILES= ${DISTNAME:S/+/+PL/}a.patch.gz \ + ${DISTNAME:S/+/+PL/}b.patch.gz +PATCH_SITES= ${MASTER_SITES} +PATCH_DIST_STRIP= -p1 +MAINTAINER= clefevre@citeweb.net + +LIB_DEPENDS= iconv.2:${PORTSDIR}/converters/iconv + # not needed since config.sh is generated by scripts/pre-configure. # BUILD_DEPENDS= ispell:${PORTSDIR}/textproc/ispell # BUILD_DEPENDS= metamail:${PORTSDIR}/mail/metamail # BUILD_DEPENDS= pgp:${PORTSDIR}/security/pgp # BUILD_DEPENDS= gpg:${PORTSDIR}/security/gnupg -# # Global variables # @@ -44,13 +51,16 @@ HAS_CONFIGURE= yes CONFIGURE_SCRIPT= Configure -SCRIPTS_ENV= CFLAGS="${CFLAGS}" ${PLIST_SUB} \ - PREFIX="${PREFIX}" MAN1PREFIX="${MAN1PREFIX}" +SCRIPTS_ENV= CFLAGS="${CFLAGS}" ${PLIST_SUB} PREFIX="${PREFIX}" \ + LOCALBASE="${LOCALBASE}" MAN1PREFIX="${MAN1PREFIX}" CONFIGURE_ARGS= -S -P ${PREFIX} MAKE_ARGS= MJ="FORMATTER=groff FORMATTER_OPTS=-Tlatin1" ALL_TARGET= all documentation +INSTALLS_SHLIB= yes +LDCONFIG_DIRS= %%PREFIX%%/%%SHLIB_SUBDIR%% + PLIST_SUB= SO_REV="${SO_REV}" DOC_SUBDIR="${DOC_SUBDIR}" \ LIB_SUBDIR="${LIB_SUBDIR}" SHLIB_SUBDIR="${SHLIB_SUBDIR}" @@ -59,7 +69,6 @@ messages.1 newalias.1 newmail.1 printmail.1 readmsg.1 MLINKS= frm.1 nfrm.1 newmail.1 wnewmail.1 -# # Local variables # @@ -73,13 +82,12 @@ RCD_FILE= 00elm.sh MIME_TYPES= elm.mimetypes -DOC_FILES= README.ME+ shared_libs/tls/README.TLS \ +DOC_FILES= README.ME+ \ + shared_libs/iconv/README.ICONV \ + shared_libs/tls/README.TLS \ doc/Alias.fmtd doc/Config.fmtd doc/Cover.fmtd \ doc/Form.fmtd doc/Ref.fmtd doc/Users.fmtd -AWK?= awk - -# # Post-patch # @@ -100,7 +108,6 @@ patch-nls-files: @${PERL} -pi.fbsd -e 's,/usr/local,${PREFIX},' ${WRKSRC}/nls/LANGS -# # Post-install # @@ -158,7 +165,6 @@ # lip6 dislike $USER@localhost... FETCH_ENV= FTP_PASSWORD=${FTP_PASSWORD} -AWK?= awk IFCONFIG?= ifconfig # well, this is a hack to make fetch happy on lip6, ugh! Index: distinfo =================================================================== RCS file: /home/ncvs/ports/mail/elm+ME/distinfo,v retrieving revision 1.38 diff -u -r1.38 distinfo --- distinfo 2001/05/27 12:56:04 1.38 +++ distinfo 2001/08/19 02:52:56 @@ -1 +1,3 @@ -MD5 (elm-2.4ME+92.tar.gz) = fd3ebe8318a6f33cc3f42aeda39808d7 +MD5 (elm+ME/elm-2.4ME+94.tar.gz) = 51e17fea6a2bd8fa49633d07f4047b12 +MD5 (elm+ME/elm-2.4ME+PL94a.patch.gz) = 2f9dafa7e0bfaa8b56566bc876f556ec +MD5 (elm+ME/elm-2.4ME+PL94b.patch.gz) = 6db19ead83eafc7f6449fbbb9e20ee4c Index: pkg-plist =================================================================== RCS file: /home/ncvs/ports/mail/elm+ME/pkg-plist,v retrieving revision 1.14 diff -u -r1.14 pkg-plist --- pkg-plist 2001/05/27 12:56:04 1.14 +++ pkg-plist 2001/08/19 05:03:22 @@ -31,9 +31,11 @@ %%LIB_SUBDIR%%/elmunidata %%LIB_SUBDIR%%/prlong %%SHLIB_SUBDIR%%/libelmme-base.so%%SO_REV%% +%%SHLIB_SUBDIR%%/libelmme-iconv.so%%SO_REV%% %%SHLIB_SUBDIR%%/libelmme-tls.so%%SO_REV%% %%PORTDOCS%%%%DOC_SUBDIR%%/README.ME+.gz %%PORTDOCS%%%%DOC_SUBDIR%%/README.TLS.gz +%%PORTDOCS%%%%DOC_SUBDIR%%/README.ICONV.gz %%PORTDOCS%%%%DOC_SUBDIR%%/Alias.fmtd.gz %%PORTDOCS%%%%DOC_SUBDIR%%/Config.fmtd.gz %%PORTDOCS%%%%DOC_SUBDIR%%/Cover.fmtd.gz Index: files/elm.mimetypes =================================================================== RCS file: /home/ncvs/ports/mail/elm+ME/files/elm.mimetypes,v retrieving revision 1.4 diff -u -r1.4 elm.mimetypes --- files/elm.mimetypes 2001/05/27 12:56:05 1.4 +++ files/elm.mimetypes 2001/08/19 05:00:45 @@ -24,11 +24,11 @@ tgz application/octet-stream; type=tar; conversions=x-gzip tbz application/octet-stream; type=tar; conversions=x-bzip tbz2 application/octet-stream; type=tar; conversions=x-bzip2 -#tar application/octet-stream; type=tar +# application/octet-stream; type=tar #Z application/octet-stream #gz application/octet-stream #bz2 application/octet-stream -#zip application/octet-stream; type=zip +#zip application/octet-stream; type=zip [-> application/zip] # PGP users might want the following #pgp application/pgp @@ -963,9 +963,13 @@ mda application/vnd.ms-access mdb application/vnd.ms-access mde application/vnd.ms-access +pwz application/vnd.ms-powerpoint sc2 application/vnd.ms-schedule scd application/vnd.ms-schedule sch application/vnd.ms-schedule +wp5 application/wordperfect5.1 +wk application/x-123 +ckl application/x-fortezza-ckl mocha application/x-javascript jsc application/x-javascript-config pac application/x-ns-proxy-autoconfig @@ -976,6 +980,7 @@ # application/x-pkcs7-mime [-> application/pkcs7-mime] # application/x-pkcs7-signature [-> application/pkcs7-signature] # application/x-sdp [-> application/sdp] +wz application/x-wingz # application/x-zip-compressed [-> application/zip] # Image types @@ -1065,6 +1070,7 @@ # text/directory [-> text/x-directory] # text/htmlh [-> text/x-htmlh] # text/mathml [-> text/x-mathml] +# text/spreadsheet [-> text/x-spreadsheet] # text/x-abiword [-> application/x-abiword] # text/x-applix-word [-> application/x-applix-word] #?? text/x-authors @@ -1092,6 +1098,8 @@ # text/x-python [-> application/x-python] #?? text/x-readme # text/x-scheme [-> application/vnd.lotus-screencam] +slk text/x-spreadsheet +sylk text/x-spreadsheet stx text/x-setext # text/x-sh [-> application/x-sh] #?? text/x-speech @@ -1115,7 +1123,9 @@ # application/msexcel [-> application/vnd.ms-excel] # application/mspowerpoint [-> application/vnd.ms-powerpoint] pgp application/pgp -awb application/x-abiword +# application/qif [-> application/x-qif] +wks application/vnd.lotus-1-2-3 +abw application/x-abiword as application/x-applix-spreadsheet aw application/x-applix-word arj application/x-arj @@ -1128,7 +1138,8 @@ # application/x-bzip-compressed-tar [-> application/octet-stream] #?? application/x-cpio-compressed core application/x-core-file -deb application/x-deb +# application/x-deb [-> application/x-debian-package] +dia application/x-dia-diagram etheme application/x-e-theme #?? application/x-executable-file [-> application/octet-stream] afm application/x-font-afm @@ -1146,21 +1157,32 @@ pfa application/x-font-type1 pfb application/x-font-type1 #?? application/x-font-vfont +glade application/x-glade desktop application/x-gnome-app-info caves application/x-gnome-stones +gnucash application/x-gnucash +gnc application/x-gnucash +xac application/x-gnucash gnumeric application/x-gnumeric -#?? application/x-java-byte-code +# application/x-java-byte-code [-> application/x-java-vm] +jpr application/x-jbuilder-project +jpx application/x-jbuilder-project lha application/x-lha lzh application/x-lzh # application/x-kde-app-info [-> application/x-desktop] #?? application/x-ms-dos-executable o application/x-object-file # application/x-ogg [-> audio/x-ogg] +oleo application/x-oleo # application/x-palm-database [-> application/vnd.palm] #?? application/x-pef-executable # application/x-php [-> application/x-httpd-php4] -#?? application/x-profile +out application/x-profile +qif application/x-qif +# application/x-qw [-> application/x-qif] +sml application/x-smil rar application/x-rar +# application/x-rar-compressed [-> application/x-rar] rej application/x-reject rpm application/x-rpm so application/x-shared-library @@ -1173,6 +1195,7 @@ #?? application/x-troff-man-compressed a application/x-unix-archive # application/x-wordperfect [-> application/wordperfect5.1] +dbf application/x-xbase zoo application/x-zoo # Image types @@ -1193,17 +1216,21 @@ psd image/x-psd svg image/x-svg # image/x-tga [-> image/x-targa] +wmf image/x-wmf xcf image/x-xcf fig image/x-xfig # Audio types # ----------- +# audio/ac3 [-> audio/x-ac3] +ac3 audio/x-ac3 it audio/x-it # audio/x-mp3 [-> audio/mpeg] -#?? audio/x-mp3-playlist +# audio/x-mp3-playlist [-> audio/x-mpegurl] m3u audio/x-mpegurl ogg audio/x-ogg +# audio/x-real-audio [-> audio/vnd.rn-realaudio] #?? audio/x-riff # audio/x-s3m [-> audio/x-mod] # audio/x-stm [-> audio/x-mod] @@ -1218,9 +1245,13 @@ # video/isivideo [-> video/x-isivideo] # video/vivo [-> video/vnd.vivo] # video/wavelet [-> video/x-wavelet] +vob video/mpeg +dat video/mpeg anim video/x-anim # video/x-avi [-> video/x-msvideo] #?? video/x-isivideo +# video/x-ms-asf [-> video/vnd.ms-asf] +asx video/vnd.ms-asf #?? video/x-wavelet # video/x-real-video [-> video/vnd.rn-realvideo] @@ -1254,6 +1285,9 @@ # text/english [-> text/plain] #?? text/xmcd +H text/x-c++hdr +hpp text/x-c++hdr +hxx text/x-c++hdr hh text/x-c++hdr C text/x-c++src cc text/x-c++src @@ -1348,8 +1382,7 @@ # Image types # ----------- -# image/vnd.rn-realflash [-> application/x-shockwave-flash2-preview] -# image/vnd.rn-realflash [-> application/x-shockwave-flash] +rf image/vnd.rn-realflash rp image/vnd.rn-realpix # image/x-realaudio [-> audio/vnd.rn-realaudio] @@ -1379,7 +1412,7 @@ # ----------------- swf application/x-shockwave-flash -rf application/x-shockwave-flash2-preview +# application/x-shockwave-flash2-preview [-> image/vnd.rn-realflash] # ====================================================================== # Known unregistered MIME types from StarDivision @@ -1396,6 +1429,33 @@ sgl application/x-sgl smf application/x-smf sdw application/x-swriter + +# ====================================================================== +# Known unregistered MIME types from Links +# ====================================================================== + +# Application types +# ----------------- + +# application/x-debian-package [-> application/x-deb] +phtml application/x-httpd-php +pht application/x-httpd-php +# application/x-maker [-> application/vnd.framemaker] +# application/x-msdos-program [-> application/octet-stream] +# text/comma-separated-values [-> text/x-comma-separated-values] + +# Video types +# ----------- + +# video/dl [-> video/x-dl] +dl video/x-dl +# video/gl [-> video/x-gl] +gl video/x-gl + +# Model types +# ----------- + +vrm model/vrml # ====================================================================== # Known unregistered MIME types from Anywhere Index: files/patch-newmbox.c =================================================================== RCS file: /home/ncvs/ports/mail/elm+ME/files/patch-newmbox.c,v retrieving revision 1.1 diff -u -r1.1 patch-newmbox.c --- files/patch-newmbox.c 2001/05/27 12:56:05 1.1 +++ files/patch-newmbox.c 2001/08/19 05:47:47 @@ -1,11 +1,10 @@ ---- src/newmbox.c.orig Tue Feb 6 19:48:32 2001 -+++ src/newmbox.c Sat May 12 21:28:05 2001 -@@ -568,6 +568,33 @@ - } +--- src/newmbox.c.orig Sun Aug 19 07:24:27 2001 ++++ src/newmbox.c Sun Aug 19 07:25:50 2001 +@@ -585,6 +585,36 @@ } -+ else if (NULL != (tmphdr = locate_header_by_name(parsed_headers, -+ "Newsgroups"))) { + if (NULL != (tmphdr = locate_header_by_name(parsed_headers, ++ "Newsgroups"))) { + struct addr_item * addrs = + break_down_address(tmphdr->body, + !(current_header -> status & @@ -17,20 +16,24 @@ + if (current_header->to) + free_addr_items(current_header->to); + current_header->to = addrs; -+ if (debug > 15 && debugfile) { ++ ++#if DEBUG ++ if (Debug.active > 10) { + struct addr_item * p; + for (p = current_header->to; p->addr; p++) { -+ elm_fprintf(debugfile, -+ FRM("-- to[%d] addr='%s' comment='%S' fullname='%S'\n"), -+ p - current_header->to, -+ p->addr, -+ p->comment, -+ p->fullname); ++ DPRINT(Debug,15,(&Debug, ++ "-- newsgroup[%d] addr='%s' comment='%S' fullname='%S'\n", ++ p - current_header->to, ++ p->addr, ++ p->comment, ++ p->fullname)); + } + } ++#endif + } + } + - if (NULL != (tmphdr = locate_header_by_name(parsed_headers, ++ if (NULL != (tmphdr = locate_header_by_name(parsed_headers, "Cc"))) { struct addr_item * addrs = + break_down_address(tmphdr->body, Index: scripts/pre-configure =================================================================== RCS file: /home/ncvs/ports/mail/elm+ME/scripts/pre-configure,v retrieving revision 1.28 diff -u -r1.28 pre-configure --- scripts/pre-configure 2001/05/27 12:56:05 1.28 +++ scripts/pre-configure 2001/08/19 07:56:24 @@ -1,4 +1,4 @@ -#!/bin/sh - +#!/bin/sh -e # # pre-configure script for Elm port to FreeBSD # @@ -121,7 +121,7 @@ ' test='/bin/test' inews='' -ispell='${PREFIX}/bin/ispell' +ispell='${LOCALBASE}/bin/ispell' egrep='/usr/bin/egrep' more='/usr/bin/more' pg='pg' @@ -131,7 +131,7 @@ mail='' cpp='/usr/bin/cpp' perl='' -emacs='${PREFIX}/bin/emacs' +emacs='${LOCALBASE}/bin/emacs' ls='/bin/ls' rmail='/bin/rmail' sendmail='/usr/sbin/sendmail' @@ -195,7 +195,7 @@ d_index='undef' d_internet='' d_ispell='define' -ispell_path='${PREFIX}/bin/ispell' +ispell_path='${LOCALBASE}/bin/ispell' ispell_options='-x' d_locale='define' d_nl_types='define' @@ -203,7 +203,7 @@ d_usenls='' d_mallocvoid='define' d_mboxedit='define' -metamail_path='${PREFIX}/bin/metamail' +metamail_path='${LOCALBASE}/bin/metamail' d_8bitmime='define' d_binarymime='undef' d_dsn='define' @@ -244,7 +244,7 @@ d_shared='define' d_shared_rev='${SO_REV}' d_dlopen_libs='define' -shared_list='tls' +shared_list='iconv tls' d_dynamic_main='define' dynamic_opt='-rdynamic' dlopen_lib='' @@ -292,7 +292,7 @@ suffix='' packer='' optimize='${CFLAGS}' -ccflags='' +ccflags='-D_LIBICONV_VERSION=200' cppflags='' ldflags='-s' cc='cc' @@ -318,20 +318,32 @@ d_bsd='define' locale='locale' d_pgp='define' -pgp='${PREFIX}/bin/pgp' -pgp2_path='${PREFIX}/bin/pgp' -pgp5_dir='${PREFIX}/bin' -gpg_path='${PREFIX}/bin/gpg' +pgp='${LOCALBASE}/bin/pgp' +pgp2_path='${LOCALBASE}/bin/pgp' +pgp5_dir='${LOCALBASE}/bin' +gpg_path='${LOCALBASE}/bin/gpg' special_path='/usr/bin' special_path2='${PREFIX}/bin' locale_dir='/usr/share/locale' CONFIG=true -tls_ok='define' EOF -mv ${WRKSRC}/shared_libs/tls/README.ME+ ${WRKSRC}/shared_libs/tls/README.TLS +mv ${WRKSRC}/shared_libs/iconv/README.ME+ \ + ${WRKSRC}/shared_libs/iconv/README.ICONV -cat > ${WRKSRC}/shared_libs/tls/config.res << EOF +tee -a ${WRKSRC}/config.sh > ${WRKSRC}/shared_libs/iconv/config.res << EOF +# Support for ICONV +iconv_ok='define' +iconv_dir='${LOCALBASE}' +iconv_include_dir='${LOCALBASE}/include' +iconv_lib_dir='${LOCALBASE}/lib' +iconv_link='iconv' +EOF + +mv ${WRKSRC}/shared_libs/tls/README.ME+ \ + ${WRKSRC}/shared_libs/tls/README.TLS + +tee -a ${WRKSRC}/config.sh > ${WRKSRC}/shared_libs/tls/config.res << EOF # Support for TLS tls_ok='define' tls_dir='system' >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Aug 19 1:47:51 2001 Delivered-To: freebsd-ports@freebsd.org Received: from tigerdyr.wheel.dk (tigerdyr.wheel.dk [62.242.234.100]) by hub.freebsd.org (Postfix) with ESMTP id 438B337B431 for ; Sun, 19 Aug 2001 01:47:41 -0700 (PDT) (envelope-from michael@lyngbol.dk) Received: by tigerdyr.wheel.dk (Postfix, from userid 1002) id B5B63229B2; Sun, 19 Aug 2001 10:47:38 +0200 (CEST) Date: Sun, 19 Aug 2001 10:47:38 +0200 From: Michael =?iso-8859-1?Q?Lyngb=F8l?= To: ports@freebsd.org Subject: Re: ports/28691: New port: napshare-0.1: GTK based Gnutella client Message-ID: <20010819104738.A51860@tigerdyr.wheel.dk> References: <200107041527.f64FRr970448@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <200107041527.f64FRr970448@freefall.freebsd.org> User-Agent: Mutt/1.3.20i X-Operating-System: FreeBSD/i386 4.3-RELEASE-p12 X-PGP-Fingerprint: 3CA6 3789 1455 8FC2 D499 F22A D763 1ABB 9E4A 37AE X-PGP-Public-Key: finger lyngbol@tigerdyr.wheel.dk Sender: owner-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 04.07.2001 08:27:53 +0000, mikeh@FreeBSD.org wrote: This works fine on my RELENG_4 boxes. Any chance of having it added to the tree? Thanks /Michael > > >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 > -- Michael Lyngbøl -- michael at lyngbol dot dk TDC Tele Danmark, DataNetworks, IP section To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Aug 19 2:35:48 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 51D4537B414; Sun, 19 Aug 2001 02:35:44 -0700 (PDT) (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7J9Uik44954; Sun, 19 Aug 2001 02:30:44 -0700 (PDT) (envelope-from olgeni) Date: Sun, 19 Aug 2001 02:30:44 -0700 (PDT) From: Message-Id: <200108190930.f7J9Uik44954@freefall.freebsd.org> To: petef@databits.net, olgeni@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/29855: Update deskutils/dailystrips to 1.0.17 Sender: owner-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 deskutils/dailystrips to 1.0.17 State-Changed-From-To: open->closed State-Changed-By: olgeni State-Changed-When: Sun Aug 19 02:30:33 PDT 2001 State-Changed-Why: Committed, thanks! http://www.FreeBSD.org/cgi/query-pr.cgi?pr=29855 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Aug 19 7: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 A689637B40D for ; Sun, 19 Aug 2001 07:20:00 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7JEK0M93559; Sun, 19 Aug 2001 07:20:00 -0700 (PDT) (envelope-from gnats) Received: from mail158.nifty.com (mail158.nifty.com [202.248.37.150]) by hub.freebsd.org (Postfix) with ESMTP id 2DC6937B405 for ; Sun, 19 Aug 2001 07:17:08 -0700 (PDT) (envelope-from hiroo@oikumene.gcd.org) Received: from chrysanthe.oikumene.gcd.org by mail158.nifty.com (8.11.4+3.4W/3.7W-10/13/99) with SMTP id f7JEH6e19246 for ; Sun, 19 Aug 2001 23:17:06 +0900 Received: (qmail 68892 invoked by uid 1001); 19 Aug 2001 14:17:04 -0000 Message-Id: <20010819141704.68891.qmail@chrysanthe.oikumene.gcd.org> Date: 19 Aug 2001 14:17:04 -0000 From: Hiroo ONO To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/29873: ports/japanese/micq is obsolete Sender: owner-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: 29873 >Category: ports >Synopsis: ports/japanese/micq should be set BROKEN or be deleted. >Confidential: 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 Aug 19 07:20:00 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Hiroo ONO >Release: FreeBSD 4.3-STABLE i386 >Organization: >Environment: System: FreeBSD chrysanthe.oikumene.gcd.org 4.3-STABLE FreeBSD 4.3-STABLE #0: Tue May 29 01:09:10 JST 2001 hiroo@chrysanthe.oikumene.gcd.org:/usr/src/sys/compile/CHRYSANTHE i386 >Description: the version of ports/japanese/micq $FreeBSD: ports/japanese/micq/Makefile,v 1.9 2000/06/29 07:02:23 obrien Exp $ is 0.4.3 (+ japanese localization patch) which has remote vulnerability after FreeBSD-SA-01:14.micq. >How-To-Repeat: >Fix: Now that micq-0.4.6p1 supports Japanese (though undocumented keyword "JapaneseEUC" is needed in .micqrc), just removing ports/japanese/micq (or make it BROKEN if anybody still needs it) is sufficient. >Release-Note: >Audit-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 Aug 19 8: 5: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 53D8637B409; Sun, 19 Aug 2001 08:05:45 -0700 (PDT) (envelope-from mi@FreeBSD.org) Received: (from mi@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7JF5QG97079; Sun, 19 Aug 2001 08:05:26 -0700 (PDT) (envelope-from mi) Date: Sun, 19 Aug 2001 08:05:26 -0700 (PDT) From: Message-Id: <200108191505.f7JF5QG97079@freefall.freebsd.org> To: all@biosys.net, mi@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/29722: tclX82 port 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: tclX82 port broken State-Changed-From-To: open->closed State-Changed-By: mi State-Changed-When: Sun Aug 19 08:04:35 PDT 2001 State-Changed-Why: Fix commited... http://www.FreeBSD.org/cgi/query-pr.cgi?pr=29722 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Aug 19 8:11:42 2001 Delivered-To: freebsd-ports@freebsd.org Received: from knock.econ.vt.edu (knock.econ.vt.edu [128.173.172.240]) by hub.freebsd.org (Postfix) with ESMTP id 6AE6237B407 for ; Sun, 19 Aug 2001 08:11:37 -0700 (PDT) (envelope-from rdmurphy@knock.econ.vt.edu) Received: (from rdmurphy@localhost) by knock.econ.vt.edu (8.11.5/8.11.4) id f7JFBar13894; Sun, 19 Aug 2001 11:11:36 -0400 (EDT) (envelope-from rdmurphy) From: "Russell D. Murphy Jr." MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15231.55080.909366.464769@localhost.econ.vt.edu> Date: Sun, 19 Aug 2001 11:11:36 -0400 To: ports@FreeBSD.org Subject: kdebase2 compile problems? X-Mailer: VM 6.92 under 21.1 (patch 14) "Cuyahoga Valley" XEmacs Lucid Reply-To: rdmurphy@vt.edu Cc: rdmurphy@vt.edu Sender: owner-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 can't get kdebase-2.2 to compile on a fresh installation of 4.4-RC. I've re-cvsup, but the failure is consistent: gmake[3]: Entering directory `/usr/ports/x11/kdebase2/work/kdebase-2.2/kdm/backend' < snipped > cc -DCSRG_BASED -DTCPCONN -DUNIXCONN -DOSMAJORVERSION=4 -DOSMINORVERSION=4 -DHASXDMAUTH -DFRAGILE_DEV_MEM -DBSD44SOCKETS -DUSE_SYSLOG -DUSE_PAM -DXDMCP -O2 -O -pipe -march=pentiumpro -o kdm access.o auth.o choose.o client.o daemon.o dm.o dpylist.o error.o file.o genauth.o krb5auth.o mitauth.o netaddr.o policy.o process.o protodpy.o reset.o resource.o rpcauth.o server.o session.o socket.o streams.o util.o xdmauth.o xdmcp.o -L/usr/X11R6/lib -L/usr/local/lib -lX11 -lXau -lXdmcp -lpam -lutil -Wl,--rpath -Wl,/usr/local/lib -Wl,--rpath -Wl,/usr/X11R6/lib auth.o: In function `MakeServerAuthFile': auth.o(.text+0x40c): warning: mktemp() possibly used unsafely; consider using mkstemp() genauth.o: In function `InitXdmcpWrapper': genauth.o(.text+0x1e4): undefined reference to `_XdmcpWrapperToOddParity' genauth.o: In function `GenerateAuthData': genauth.o(.text+0x260): undefined reference to `_XdmcpAuthSetup' genauth.o(.text+0x289): undefined reference to `_XdmcpAuthDoIt' xdmauth.o: In function `XdmGetXdmcpAuth': xdmauth.o(.text+0x34b): undefined reference to `XdmcpWrap' xdmauth.o: In function `XdmCheckAuthentication': xdmauth.o(.text+0x68d): undefined reference to `XdmcpUnwrap' xdmauth.o(.text+0x6cb): undefined reference to `XdmcpWrap' gmake[3]: *** [kdm] Error 1 gmake[3]: Leaving directory `/usr/ports/x11/kdebase2/work/kdebase-2.2/kdm/backend' Is this a known (user?) problem? I'd be quite grateful for any help. stegeman# uname -a FreeBSD stegeman.econ.vt.edu 4.4-RC FreeBSD 4.4-RC #0: Sat Aug 18 17:38:48 EDT 2001 rdmurphy@stegeman.econ.vt.edu:/usr/obj/usr/src/sys/STEGEMAN i386 stegeman# pkg_info XFree86-4.1.0_4 X11R6.4/XFree86 core distribution (complete) XFree86-libraries-4.1.0 XFree86-4 include/(shared) library kit autoconf-2.13_1 Automatically configure source code on many Un*x platforms automake-1.4.5_1 GNU Standards-compliant Makefile generator cups-1.1.6.2 The Common UNIX Printing System cvsup-16.1_1 A general network file distribution system optimized for CV fam-2.6.4 A file alteration monitor freetype2-2.0.4 A free and portable TrueType font rendering engine gettext-0.10.35 GNU gettext package gmake-3.79.1 GNU version of 'make' utility jpeg-6b IJG's jpeg compression utilities kdelibs-2.2_1 Libraries for KDE2 lcms-1.07 Light Color Management System -- a color management library libaudiofile-0.2.2 A sound library for SGI audio file libiconv-1.6.1 A character set conversion library libmng-1.0.2 Multiple-image Network Graphics (MNG) reference library libtool-1.3.4_2 Generic shared library support script libxml2-2.4.1 Xml parser library for GNOME m4-1.4 GNU's m4 open-motif-2.1.30_1 Motif X11 Toolkit (industry standard GUI (IEEE 1295)) pkgconfig-0.8.0 An utility used to retrieve information about installed lib pm3-base-1.1.15 Compiler and base libraries of the Polytechnique Montreal M pm3-net-1.1.15 Low-level networking libraries for the PM3 Modula-3 distrib png-1.0.12 Library for manipulating PNG images qt-2.3.1 A C++ X GUI toolkit tiff-3.5.5 Tools and library routines for working with TIFF images Thanks- Russ Murphy -- Russell D. Murphy Department of Economics Virginia Polytechnic Institute and State University Blacksburg, Virginia 24061 (540) 231-4537 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Aug 19 8:25: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 AF8D337B408; Sun, 19 Aug 2001 08:25:44 -0700 (PDT) (envelope-from trevor@FreeBSD.org) Received: (from trevor@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7JFFvN00496; Sun, 19 Aug 2001 08:15:57 -0700 (PDT) (envelope-from trevor) Date: Sun, 19 Aug 2001 08:15:57 -0700 (PDT) From: Message-Id: <200108191515.f7JFFvN00496@freefall.freebsd.org> To: hiroo@oikumene.gcd.org, trevor@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/29873: ports/japanese/micq should be set BROKEN or be deleted. Sender: owner-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/micq should be set BROKEN or be deleted. State-Changed-From-To: open->closed State-Changed-By: trevor State-Changed-When: Sun Aug 19 08:08:34 PDT 2001 State-Changed-Why: Marked FORBIDDEN--thank you. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=29873 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Aug 19 9: 0: 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 7CE0D37B417 for ; Sun, 19 Aug 2001 09:00:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7JG02M04030; Sun, 19 Aug 2001 09:00:02 -0700 (PDT) (envelope-from gnats) Received: from net2.dinoex.sub.org (net2.dinoex.de [212.184.201.182]) by hub.freebsd.org (Postfix) with ESMTP id 0C53237B409 for ; Sun, 19 Aug 2001 08:57:48 -0700 (PDT) (envelope-from dm@home.dinoex.sub.org) Received: from home.dinoex.sub.org (home [217.6.200.196]) by net2.dinoex.sub.org (8.11.5/8.11.5) with ESMTP id f7JFvD708259 for ; Sun, 19 Aug 2001 17:57:14 +0200 (CEST) (envelope-from dm@home.dinoex.sub.org) Received: (from dm@localhost) by home.dinoex.sub.org (8.11.5/8.11.4) id f7JFv2k92506; Sun, 19 Aug 2001 17:57:02 +0200 (CEST) (envelope-from dm) Message-Id: <200108191557.f7JFv2k92506@home.dinoex.sub.org> Date: Sun, 19 Aug 2001 17:57:02 +0200 (CEST) From: dirk.meyer@dinoex.sub.org Reply-To: dirk.meyer@dinoex.sub.org To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/29876: bsd.port.mk: MLINKS Description wrong Sender: owner-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: 29876 >Category: ports >Synopsis: bsd.port.mk: MLINKS Description wrong >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: doc-bug >Submitter-Id: current-users >Arrival-Date: Sun Aug 19 09:00:02 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Dirk Meyer >Release: FreeBSD 4.3-STABLE i386 >Organization: privat >Environment: >Description: while trying to use MLINKS as described, I found this documentaion is misleading. MLINKS= a.1 b.1 will do: ln -sf a.1 b.1 which gives a symbolic link named "b.1.gz" pointing to "a.1.gz" >How-To-Repeat: >Fix: --- bsd.port.mk.orig Mon Aug 6 17:51:57 2001 +++ bsd.port.mk Sun Aug 19 17:52:21 2001 @@ -266,7 +266,7 @@ # example, if your port has "man/man1/foo.1" and # "man/mann/bar.n", set "MAN1=foo.1" and "MANN=bar.n". # The available sections chars are "123456789LN". -# MLINKS - A list of tuples for creating links +# MLINKS - A list of tuples for creating links # for manpages. For example, "MLINKS= a.1 b.1 c.3 d.3" # will do an "ln -sf a.1 b.1" and "ln -sf c.3 and d.3" in # appropriate directories. (Use this even if the port >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Aug 19 9: 5: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 BC21C37B409; Sun, 19 Aug 2001 09:05:44 -0700 (PDT) (envelope-from trevor@FreeBSD.org) Received: (from trevor@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7JG4J504561; Sun, 19 Aug 2001 09:04:19 -0700 (PDT) (envelope-from trevor) Date: Sun, 19 Aug 2001 09:04:19 -0700 (PDT) From: Message-Id: <200108191604.f7JG4J504561@freefall.freebsd.org> To: trevor@FreeBSD.org, freebsd-ports@FreeBSD.org, portmgr@FreeBSD.org Subject: Re: ports/29876: bsd.port.mk: MLINKS Description wrong Sender: owner-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: bsd.port.mk: MLINKS Description wrong Responsible-Changed-From-To: freebsd-ports->portmgr Responsible-Changed-By: trevor Responsible-Changed-When: Sun Aug 19 09:03:55 PDT 2001 Responsible-Changed-Why: patch for bsd.port.mk http://www.FreeBSD.org/cgi/query-pr.cgi?pr=29876 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Aug 19 9:25:49 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 76D3437B40D; Sun, 19 Aug 2001 09:25:47 -0700 (PDT) (envelope-from ume@FreeBSD.org) Received: (from ume@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7JGLth08628; Sun, 19 Aug 2001 09:21:55 -0700 (PDT) (envelope-from ume) Date: Sun, 19 Aug 2001 09:21:55 -0700 (PDT) From: Message-Id: <200108191621.f7JGLth08628@freefall.freebsd.org> To: ume@FreeBSD.org, freebsd-ports@FreeBSD.org, ume@FreeBSD.org Subject: Re: ports/29831: Fix port sysutils/gkrellm Sender: owner-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 sysutils/gkrellm Responsible-Changed-From-To: freebsd-ports->ume Responsible-Changed-By: ume Responsible-Changed-When: Sun Aug 19 09:18:09 PDT 2001 Responsible-Changed-Why: Because I'm the maintainer of GKrellM. I cannot reproduce the problem here on my 4.4-RC1 boxes. I believe GKrellM itself doesn't call any DES related functions. I have no idea why libcipher is requiered. In anyway, thank you for your report. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=29831 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Aug 19 9:45: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 2F87537B410; Sun, 19 Aug 2001 09:45:47 -0700 (PDT) (envelope-from dinoex@FreeBSD.org) Received: (from dinoex@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7JGg6N10064; Sun, 19 Aug 2001 09:42:06 -0700 (PDT) (envelope-from dinoex) Date: Sun, 19 Aug 2001 09:42:06 -0700 (PDT) From: Message-Id: <200108191642.f7JGg6N10064@freefall.freebsd.org> To: lev@serebryakov.spb.ru, dinoex@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/28347: New port: devel/agenda-headers Sender: owner-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/agenda-headers State-Changed-From-To: open->closed State-Changed-By: dinoex State-Changed-When: Sun Aug 19 09:41:20 PDT 2001 State-Changed-Why: duplicate of #28512 http://www.FreeBSD.org/cgi/query-pr.cgi?pr=28347 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Aug 19 9:45: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 09FBB37B40F; Sun, 19 Aug 2001 09:45:47 -0700 (PDT) (envelope-from dinoex@FreeBSD.org) Received: (from dinoex@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7JGgff10165; Sun, 19 Aug 2001 09:42:41 -0700 (PDT) (envelope-from dinoex) Date: Sun, 19 Aug 2001 09:42:41 -0700 (PDT) From: Message-Id: <200108191642.f7JGgff10165@freefall.freebsd.org> To: lev@serebryakov.spb.ru, dinoex@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/28348: New port: devel/agenda-libs Sender: owner-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/agenda-libs State-Changed-From-To: open->closed State-Changed-By: dinoex State-Changed-When: Sun Aug 19 09:42:19 PDT 2001 State-Changed-Why: dulpicate of #28513 http://www.FreeBSD.org/cgi/query-pr.cgi?pr=28348 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Aug 19 9:45: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 6978F37B408; Sun, 19 Aug 2001 09:45:47 -0700 (PDT) (envelope-from dinoex@FreeBSD.org) Received: (from dinoex@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7JGhr210479; Sun, 19 Aug 2001 09:43:53 -0700 (PDT) (envelope-from dinoex) Date: Sun, 19 Aug 2001 09:43:53 -0700 (PDT) From: Message-Id: <200108191643.f7JGhr210479@freefall.freebsd.org> To: lev@serebryakov.spb.ru, dinoex@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/28350: New port: devel/mipsel-linux-egcs Sender: owner-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/mipsel-linux-egcs State-Changed-From-To: open->closed State-Changed-By: dinoex State-Changed-When: Sun Aug 19 09:43:28 PDT 2001 State-Changed-Why: dulpicate of #28515 http://www.FreeBSD.org/cgi/query-pr.cgi?pr=28350 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Aug 19 9:46: 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 DB18537B411; Sun, 19 Aug 2001 09:45:47 -0700 (PDT) (envelope-from okazaki@FreeBSD.org) Received: (from okazaki@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7JGdQ909771; Sun, 19 Aug 2001 09:39:26 -0700 (PDT) (envelope-from okazaki) Date: Sun, 19 Aug 2001 09:39:26 -0700 (PDT) From: Message-Id: <200108191639.f7JGdQ909771@freefall.freebsd.org> To: okazaki@FreeBSD.org, freebsd-ports@FreeBSD.org, kuriyama@FreeBSD.org Subject: Re: ports/29851: ports/textproc/cocoon has a checksum error Sender: owner-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/textproc/cocoon has a checksum error Responsible-Changed-From-To: freebsd-ports->kuriyama Responsible-Changed-By: okazaki Responsible-Changed-When: Sun Aug 19 09:38:37 PDT 2001 Responsible-Changed-Why: over to maintainer http://www.FreeBSD.org/cgi/query-pr.cgi?pr=29851 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Aug 19 9:46: 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 B7E6C37B401; Sun, 19 Aug 2001 09:45:47 -0700 (PDT) (envelope-from dinoex@FreeBSD.org) Received: (from dinoex@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7JGhMJ10276; Sun, 19 Aug 2001 09:43:22 -0700 (PDT) (envelope-from dinoex) Date: Sun, 19 Aug 2001 09:43:22 -0700 (PDT) From: Message-Id: <200108191643.f7JGhMJ10276@freefall.freebsd.org> To: lev@serebryakov.spb.ru, dinoex@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/28349: New port: devel/mipsel-linux-binutils Sender: owner-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/mipsel-linux-binutils State-Changed-From-To: open->closed State-Changed-By: dinoex State-Changed-When: Sun Aug 19 09:43:00 PDT 2001 State-Changed-Why: dulpicate of #28514 http://www.FreeBSD.org/cgi/query-pr.cgi?pr=28349 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Aug 19 9:55:13 2001 Delivered-To: freebsd-ports@freebsd.org Received: from yoda.bmi.net (yoda.bmi.net [204.57.191.163]) by hub.freebsd.org (Postfix) with ESMTP id E3F3137B407; Sun, 19 Aug 2001 09:55:09 -0700 (PDT) (envelope-from jmcoopr@webmail.bmi.net) Received: from johncoop.MSHOME (drumheller-router.bmi.net [206.63.201.3] (may be forged)) by yoda.bmi.net (Pro-8.9.3/Pro-8.9.3) with ESMTP id JAA00842; Sun, 19 Aug 2001 09:54:53 -0700 Received: from johncoop.MSHOME (localhost [127.0.0.1]) by johncoop.MSHOME (8.11.5/8.11.5) with ESMTP id f7JGtSX71705; Sun, 19 Aug 2001 09:55:28 -0700 (PDT) (envelope-from jmcoopr@webmail.bmi.net) Date: Sun, 19 Aug 2001 09:55:27 -0700 From: John Merryweather Cooper To: ume@FreeBSD.ORG Cc: freebsd-ports@FreeBSD.ORG, ume@FreeBSD.ORG Subject: Re: ports/29831: Fix port sysutils/gkrellm Message-ID: <20010819095527.A71588@johncoop> References: <200108191621.f7JGLth08628@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit In-Reply-To: <200108191621.f7JGLth08628@freefall.freebsd.org>; from ume@FreeBSD.ORG on Sun, Aug 19, 2001 at 09:21:55 -0700 X-Mailer: Balsa 1.1.7 Lines: 27 Sender: owner-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 2001.08.19 09:21 ume@FreeBSD.ORG wrote: > Synopsis: Fix port sysutils/gkrellm > > Responsible-Changed-From-To: freebsd-ports->ume > Responsible-Changed-By: ume > Responsible-Changed-When: Sun Aug 19 09:18:09 PDT 2001 > Responsible-Changed-Why: > Because I'm the maintainer of GKrellM. > > I cannot reproduce the problem here on my 4.4-RC1 boxes. > I believe GKrellM itself doesn't call any DES related functions. > I have no idea why libcipher is requiered. > In anyway, thank you for your report. > > http://www.FreeBSD.org/cgi/query-pr.cgi?pr=29831 > It doesn't. This is the same "problem" as reported in ports/29112. It looks to me that because of the way libc/libc_r is linked into these ports, and because libc/libc_r appear to carry stubs for the DES cipher functions, one ends up with "dangling" unresolved linkages from libc/libc_r to these cipher functions which really reside in libcipher. Thus, I believe the warning messages issued by "ld" are spooking people (perhaps unnecessarily?). YMMV. jmc To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Aug 19 11: 5: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 EBAAF37B412; Sun, 19 Aug 2001 11:05:44 -0700 (PDT) (envelope-from dwcjr@FreeBSD.org) Received: (from dwcjr@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7JI5Ir20836; Sun, 19 Aug 2001 11:05:18 -0700 (PDT) (envelope-from dwcjr) Date: Sun, 19 Aug 2001 11:05:18 -0700 (PDT) From: Message-Id: <200108191805.f7JI5Ir20836@freefall.freebsd.org> To: dwcjr@FreeBSD.org, freebsd-ports@FreeBSD.org, demon@FreeBSD.org Subject: Re: ports/29816: kdeadmin 2.2 fails to compile Sender: owner-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: kdeadmin 2.2 fails to compile Responsible-Changed-From-To: freebsd-ports->demon Responsible-Changed-By: dwcjr Responsible-Changed-When: Sun Aug 19 11:05:05 PDT 2001 Responsible-Changed-Why: Over to maintainer http://www.FreeBSD.org/cgi/query-pr.cgi?pr=29816 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Aug 19 11:17: 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 0E0FB37B40B; Sun, 19 Aug 2001 11:17:05 -0700 (PDT) (envelope-from dwcjr@FreeBSD.org) Received: (from dwcjr@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7JIDOl23964; Sun, 19 Aug 2001 11:13:24 -0700 (PDT) (envelope-from dwcjr) Date: Sun, 19 Aug 2001 11:13:24 -0700 (PDT) From: Message-Id: <200108191813.f7JIDOl23964@freefall.freebsd.org> To: marcus@marcuscom.com, dwcjr@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/29779: Update security/pam_ldap to 1.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 security/pam_ldap to 1.2.3 State-Changed-From-To: open->closed State-Changed-By: dwcjr State-Changed-When: Sun Aug 19 11:13:17 PDT 2001 State-Changed-Why: Committed, thanks! http://www.FreeBSD.org/cgi/query-pr.cgi?pr=29779 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Aug 19 11:25: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 2710A37B407; Sun, 19 Aug 2001 11:25:45 -0700 (PDT) (envelope-from dwcjr@FreeBSD.org) Received: (from dwcjr@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7JIJP324766; Sun, 19 Aug 2001 11:19:25 -0700 (PDT) (envelope-from dwcjr) Date: Sun, 19 Aug 2001 11:19:25 -0700 (PDT) From: Message-Id: <200108191819.f7JIJP324766@freefall.freebsd.org> To: clefevre@citeweb.net, dwcjr@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/29863: Updated port: net/isc-dhcp3 (3.0.r11) Sender: owner-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.r11) State-Changed-From-To: open->closed State-Changed-By: dwcjr State-Changed-When: Sun Aug 19 11:19:18 PDT 2001 State-Changed-Why: Committed, thanks! http://www.FreeBSD.org/cgi/query-pr.cgi?pr=29863 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Aug 19 11: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 5738537B412 for ; Sun, 19 Aug 2001 11:30:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7JIU1s26105; Sun, 19 Aug 2001 11:30:01 -0700 (PDT) (envelope-from gnats) Received: from rtchat.com (r208m246.cybercable.tm.fr [195.132.208.246]) by hub.freebsd.org (Postfix) with ESMTP id 433C737B40A for ; Sun, 19 Aug 2001 11:29:30 -0700 (PDT) (envelope-from j@rtchat.com) Received: (from root@localhost) by rtchat.com (8.11.5/8.11.3) id f7JIVtx82528; Sun, 19 Aug 2001 20:31:55 +0200 (CEST) (envelope-from j) Message-Id: <200108191831.f7JIVtx82528@rtchat.com> Date: Sun, 19 Aug 2001 20:31:55 +0200 (CEST) From: j@pureftpd.org Reply-To: j@pureftpd.org To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/29877: port update : ftp/pure-ftpd (roam) Sender: owner-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: 29877 >Category: ports >Synopsis: port update : ftp/pure-ftpd (roam) >Confidential: 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 Aug 19 11:30:00 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Charlie & >Release: FreeBSD 4.4-PRERELEASE i386 >Organization: >Environment: System: FreeBSD tidiable.home.rtchat.com 4.4-PRERELEASE FreeBSD 4.4-PRERELEASE #1: Wed Aug 15 19:31:41 CEST 2001 root@tidiable.home.rtchat.com:/usr/obj/usr/src/sys/JEDI i386 >Description: diff -urN ports/ftp/pure-ftpd.old/Makefile ports/ftp/pure-ftpd/Makefile --- ports/ftp/pure-ftpd.old/Makefile Wed Aug 15 18:15:40 2001 +++ ports/ftp/pure-ftpd/Makefile Sun Aug 19 20:25:53 2001 @@ -6,22 +6,28 @@ # PORTNAME= pure-ftpd -PORTVERSION= 0.99 +PORTVERSION= 0.99.1 CATEGORIES= ftp ipv6 MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= pureftpd -MAINTAINER= j@4u.net +MAINTAINER= j@pureftpd.org .if defined(WITH_DMALLOC) LIB_DEPENDS+= dmalloc.1:${PORTSDIR}/devel/dmalloc .endif +.if defined(WITH_LDAP) +LIB_DEPENDS+= ldap:${PORTSDIR}/net/openldap2 +.endif + +.if defined(WITH_MYSQL) +LIB_DEPENDS+= mysqlclient:${PORTSDIR}/databases/mysql323-client +.endif + + GNU_CONFIGURE= yes -CONFIGURE_ARGS+= --with-pam --with-cookie --with-throttling \ - --with-ratios --with-ftpwho --with-largefile \ - --with-uploadscript --with-virtualhosts \ - --with-altlog --with-paranoidmsg +CONFIGURE_ARGS+= --with-pam --with-everything --with-paranoidmsg # language support requested? .if defined(WITH_LANG) CONFIGURE_ARGS+= --with-language="${WITH_LANG}" @@ -50,19 +56,22 @@ DOCS= AUTHORS CONTACT COPYING HISTORY NEWS \ README README.Configuration-File README.Contrib README.LDAP \ - README.Netfilter \ + README.Netfilter README.MySQL \ THANKS CONTRIB= xml_python_processors.txt pre-fetch: @${ECHO} "You can use the following additional options:" - @${ECHO} "WITH_DMALLOC - enable use of the dmalloc library;" + @${ECHO} "WITH_DMALLOC=1 - enable use of the dmalloc library;" + @${ECHO} "WITH_LDAP=1 - Store users in LDAP directories;" + @${ECHO} "WITH_MYSQL=1 - Store users in MySQL databases;" @${ECHO} "WITH_LANG=lang - enable compilation of language support, lang is one of" - @${ECHO} " english, german, romanian, french, polish, spanish or danish." + @${ECHO} " english, german, romanian, french, polish, spanish or danish." post-install: ${INSTALL_DATA} ${WRKSRC}/pureftpd-ldap.conf ${PREFIX}/etc/pureftpd-ldap.conf.sample + ${INSTALL_DATA} ${WRKSRC}/pureftpd-mysql.conf ${PREFIX}/etc/pureftpd-mysql.conf.sample ${INSTALL_DATA} ${WRKSRC}/configuration-file/pure-ftpd.conf ${PREFIX}/etc/pure-ftpd.conf.sample ${INSTALL_DATA} ${WRKSRC}/configuration-file/pure-config.pl ${PREFIX}/sbin/ ${MKDIR} ${PREFIX}/share/examples/pure-ftpd diff -urN ports/ftp/pure-ftpd.old/distinfo ports/ftp/pure-ftpd/distinfo --- ports/ftp/pure-ftpd.old/distinfo Wed Aug 15 18:15:40 2001 +++ ports/ftp/pure-ftpd/distinfo Sun Aug 19 20:11:30 2001 @@ -1 +1 @@ -MD5 (pure-ftpd-0.99.tar.gz) = 5653e4ee557621069cb25d54c8477d71 +MD5 (pure-ftpd-0.99.1.tar.gz) = f94f6523c9fbec1a2ec98d4bb40b023f diff -urN ports/ftp/pure-ftpd.old/pkg-descr ports/ftp/pure-ftpd/pkg-descr --- ports/ftp/pure-ftpd.old/pkg-descr Mon Apr 23 17:46:38 2001 +++ ports/ftp/pure-ftpd/pkg-descr Sun Aug 19 20:22:50 2001 @@ -7,7 +7,8 @@ Features include PAM support, IPv6, chroot()ed home directories, virtual domains, built-in 'ls', anti-warez system, bounded ports for passive -downloads, FXP protocol, bandwidth throttling, ratios, LDAP, fortune files, -fast standalone mode, text / HTML / XML real-time status report, and more. +downloads, FXP protocol, bandwidth throttling, ratios, LDAP, customizable +SQL, fortune files, Apache-like log files, fast standalone mode, text / HTML +/ XML real-time status report, and more. WWW: http://www.pureftpd.org diff -urN ports/ftp/pure-ftpd.old/pkg-plist ports/ftp/pure-ftpd/pkg-plist --- ports/ftp/pure-ftpd.old/pkg-plist Sun Jul 15 11:56:21 2001 +++ ports/ftp/pure-ftpd/pkg-plist Sun Aug 19 20:21:36 2001 @@ -4,6 +4,7 @@ sbin/pure-uploadscript sbin/pure-config.pl etc/pureftpd-ldap.conf.sample +etc/pureftpd-mysql.conf.sample etc/pure-ftpd.conf.sample %%PORTDOCS%%share/doc/pure-ftpd/AUTHORS %%PORTDOCS%%share/doc/pure-ftpd/CONTACT @@ -14,6 +15,7 @@ %%PORTDOCS%%share/doc/pure-ftpd/README.Configuration-File %%PORTDOCS%%share/doc/pure-ftpd/README.Contrib %%PORTDOCS%%share/doc/pure-ftpd/README.LDAP +%%PORTDOCS%%share/doc/pure-ftpd/README.MySQL %%PORTDOCS%%share/doc/pure-ftpd/README.Netfilter %%PORTDOCS%%share/doc/pure-ftpd/THANKS %%PORTDOCS%%@dirrm share/doc/pure-ftpd >How-To-Repeat: - >Fix: - Accounts can now be stored in a MySQL database. - Uploadscript work together with Apache-like log files. - Support for asynchronous (pipelined) FTP. - Always report download progression and individual bandwidth usage in pure-ftpwho. - Bandwidth throttling is now working with > 2Gb files. - Assorted optimizations, bug fixes and cleanups. >Release-Note: >Audit-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 Aug 19 13: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 0149737B416 for ; Sun, 19 Aug 2001 13:40:00 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7JKe0Q59101; Sun, 19 Aug 2001 13:40:00 -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 9C27537B407 for ; Sun, 19 Aug 2001 13:35:00 -0700 (PDT) (envelope-from osa@freebsd.org.ru) Received: by freebsd.org.ru (Postfix, from userid 1000) id AD05922F; Mon, 20 Aug 2001 00:34:58 +0400 (MSD) Message-Id: <20010819203458.AD05922F@freebsd.org.ru> Date: Mon, 20 Aug 2001 00:34:58 +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/29878: [MAINTAINER] update databases/gigabase from 2.37 to 2.38 Sender: owner-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: 29878 >Category: ports >Synopsis: [MAINTAINER] update databases/gigabase from 2.37 to 2.38 >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 Aug 19 13:40:00 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Sergey A. Osokin >Release: FreeBSD 5.0-CURRENT i386 >Organization: Russian FreeBSD Team >Environment: System: FreeBSD 5.0-CURRENT i386 >Description: update databases/gigabase from 2.37 to 2.38 1. Add online backup scheduler 2. Implements delayed commit model >How-To-Repeat: >Fix: 1) Remove patch-ab 2) Apply following patch: diff -ruN gigabase.old/Makefile gigabase/Makefile --- gigabase.old/Makefile Mon Aug 20 00:20:38 2001 +++ gigabase/Makefile Mon Aug 20 00:20:48 2001 @@ -6,7 +6,7 @@ # PORTNAME= gigabase -PORTVERSION= 2.37 +PORTVERSION= 2.38 CATEGORIES= databases MASTER_SITES= http://www.ispras.ru/~knizhnik/ diff -ruN gigabase.old/distinfo gigabase/distinfo --- gigabase.old/distinfo Mon Aug 20 00:20:38 2001 +++ gigabase/distinfo Mon Aug 20 00:21:18 2001 @@ -1 +1 @@ -MD5 (gigabase-2.37.tar.gz) = f2b98a367f363012ff5ea31ef38515e7 +MD5 (gigabase-2.38.tar.gz) = 86433c11e2e1ffdf153d244d82dccb8a diff -ruN gigabase.old/files/patch-ab gigabase/files/patch-ab --- gigabase.old/files/patch-ab Mon Aug 20 00:20:38 2001 +++ gigabase/files/patch-ab Thu Jan 1 03:00:00 1970 @@ -1,15 +0,0 @@ ---- configure.orig Wed Aug 16 13:48:56 2000 -+++ configure Wed Aug 16 13:49:38 2000 -@@ -853,12 +853,6 @@ - - test x"${MISSING+set}" = xset || \ - MISSING="\${SHELL} `CDPATH=: && cd $ac_aux_dir && pwd`/missing" --if eval "$MISSING --run :"; then -- am_missing_run="$MISSING --run " --else -- am_missing_run= -- echo "configure: WARNING: \`missing' script is too old or missing" >&2 --fi - - for ac_prog in mawk gawk nawk awk - do >Release-Note: >Audit-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 Aug 19 13: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 1756337B417 for ; Sun, 19 Aug 2001 13:40:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7JKe2j59137; Sun, 19 Aug 2001 13:40: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 A211537B411 for ; Sun, 19 Aug 2001 13:39:07 -0700 (PDT) (envelope-from anton@belle.rnoc.urc.ac.ru) Received: (from anton@localhost) by belle.rnoc.urc.ac.ru (8.11.4/8.11.1) id f7JKd2l46735; Mon, 20 Aug 2001 02:39:02 +0600 (YEKST) (envelope-from anton) Message-Id: <200108192039.f7JKd2l46735@belle.rnoc.urc.ac.ru> Date: Mon, 20 Aug 2001 02:39:02 +0600 (YEKST) From: Anton Voronin Reply-To: Anton Voronin To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/29879: New port: security/drweb-sendmail Sender: owner-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: 29879 >Category: ports >Synopsis: New port: security/drweb-sendmail >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: Sun Aug 19 13:40:00 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Anton Voronin >Release: FreeBSD 4.3-STABLE i386 >Organization: Southern Ural State University, Chelyabinsk, Russia >Environment: System: FreeBSD 4.3-STABLE >Description: Sendmail message filter for virus processing through DrWeb daemon WARNING! This port depends on pr#29714 which is yet not committed >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: # # drweb-sendmail # drweb-sendmail/Makefile # drweb-sendmail/pkg-comment # drweb-sendmail/pkg-descr # drweb-sendmail/pkg-plist # drweb-sendmail/files # drweb-sendmail/files/drweb-smf.sh # drweb-sendmail/files/Makefile # drweb-sendmail/pkg-message # drweb-sendmail/distinfo # echo c - drweb-sendmail mkdir -p drweb-sendmail > /dev/null 2>&1 echo x - drweb-sendmail/Makefile sed 's/^X//' >drweb-sendmail/Makefile << 'END-of-drweb-sendmail/Makefile' X# New ports collection makefile for: tas X# Date created: 14 August 2001 X# Whom: Anton Voronin X# X# $FreeBSD$ X# X XPORTNAME= drweb_sendmail XPORTVERSION= 4.25 XCATEGORIES= security mail XMASTER_SITES= http://www.drweb.ru/ftp/web_pub/ XDISTNAME= drwebd-${PORTVERSION}-freebsd4 XEXTRACT_SUFX= .tgz X XMAINTAINER= anton@urc.ac.ru X XRUN_DEPENDS= ${LOCALBASE}/drweb/drwebd:${PORTSDIR}/security/drweb X XWRKSRC= ${WRKDIR}/${DISTNAME}/clients/drwebdc XMAKEFILE= Makefile.unix X X.include X XINST_PREFIX= ${PREFIX}/${PORTNAME} XSENDMAIL_DIR= /usr/src/contrib/sendmail XMF_INCDIR= ${SENDMAIL_DIR}/include/libmilter XDOC_DIR= ${PREFIX}/share/doc/drweb-sendmail X X.if exists( ${MF_INCDIR}/mfapi.h ) X XSENDMAIL_VERSION!= ${AWK} '/^sendmail [0-9.]+$$/{print $$2}' ${SENDMAIL_DIR}/FREEBSD-upgrade XSENDMAIL_MAJOR!= ${ECHO} ${SENDMAIL_VERSION} | ${AWK} 'BEGIN{ FS="." }{ print $$1 }' XSENDMAIL_MINOR!= ${ECHO} ${SENDMAIL_VERSION} | ${AWK} 'BEGIN{ FS="." }{ print $$2 }' X.if ${SENDMAIL_MAJOR} > 8 || ${SENDMAIL_MAJOR} == 8 && ${SENDMAIL_MINOR} >= 12 XSENDMAIL8_12= y X.elif ${SENDMAIL_MAJOR} == 8 && ${SENDMAIL_MINOR} >= 10 XSENDMAIL8_12= n X.else XIGNORE= "uses Sendmail sources that are expected to have version 8.10.0 or newer. Your system sources are too old - please upgrade them" X.endif X X.else XIGNORE= "depends on the system sources. Please place them under /usr/src first" X.endif X Xpost-extract: X cd ${WRKDIR}/${DISTNAME} && ${TAR} -xvzf ${WRKDIR}/${DISTNAME}/${DISTNAME}.tar.gz clients/drwebdc clients/sendmail X Xpre-build: X ${MKDIR} ${WRKSRC}/libmilter X ${CP} ${FILESDIR}/Makefile ${WRKSRC}/libmilter X.if ${SENDMAIL_VERSION} == "8.11.1" X ${CP} ${SENDMAIL_DIR}/libmilter/listener.c ${WRKSRC}/libmilter X ${LN} -s ${SENDMAIL_DIR}/libmilter/libmilter.h ${WRKSRC}/libmilter X cd ${WRKSRC}/libmilter && ${PATCH} < ${WRKSRC}/../sendmail/listener.patch X.endif X cd ${WRKSRC}/libmilter && ${MAKE} clean && ${MAKE} X cd ${WRKSRC} && { \ X ${ECHO} ; \ X ${ECHO} ${MF_INCDIR} ; \ X ${ECHO} libmilter ; \ X ${ECHO} ${SENDMAIL8_12} ; \ X ${ECHO} ; \ X } | ./configure X Xdo-install: X ${MKDIR} ${DOC_DIR} X ${INSTALL_PROGRAM} ${WRKSRC}/drweb-smf ${PREFIX}/sbin X ${INSTALL_DATA} ${WRKSRC}/../sendmail/readme.sendmail ${DOC_DIR} X ${INSTALL_DATA} ${WRKSRC}/../sendmail/readme.sendmail.rus ${DOC_DIR} X ${SED} 's#!!PREFIX!!#${PREFIX}#' < ${FILESDIR}/drweb-smf.sh >${WRKSRC}/drweb-smf.sh X ${INSTALL_SCRIPT} ${WRKSRC}/drweb-smf.sh ${PREFIX}/etc/rc.d X X.include END-of-drweb-sendmail/Makefile echo x - drweb-sendmail/pkg-comment sed 's/^X//' >drweb-sendmail/pkg-comment << 'END-of-drweb-sendmail/pkg-comment' XSendmail message filter for virus processing through DrWeb daemon END-of-drweb-sendmail/pkg-comment echo x - drweb-sendmail/pkg-descr sed 's/^X//' >drweb-sendmail/pkg-descr << 'END-of-drweb-sendmail/pkg-descr' XSendmail message filter for virus processing through DrWeb daemon END-of-drweb-sendmail/pkg-descr echo x - drweb-sendmail/pkg-plist sed 's/^X//' >drweb-sendmail/pkg-plist << 'END-of-drweb-sendmail/pkg-plist' Xetc/rc.d/drweb-smf.sh Xsbin/drweb-smf Xshare/doc/drweb-sendmail/readme.sendmail Xshare/doc/drweb-sendmail/readme.sendmail.rus X@dirrm share/doc/drweb-sendmail END-of-drweb-sendmail/pkg-plist echo c - drweb-sendmail/files mkdir -p drweb-sendmail/files > /dev/null 2>&1 echo x - drweb-sendmail/files/drweb-smf.sh sed 's/^X//' >drweb-sendmail/files/drweb-smf.sh << 'END-of-drweb-sendmail/files/drweb-smf.sh' X#!/bin/sh X# X# $FreeBSD: ports/net/dns_balance/files/dns_balance.sh,v 1.1 2001/03/05 08:58:43 knu Exp $ X Xdrwebfilter='/usr/local/sbin/drweb-smf' X Xcase "$1" in Xstart) X if [ -x $drwebd ]; then X echo -n ' drweb-smf' X $drwebfilter -u/var/run/drwebd -m/var/run/drweb-smf.sock -a/var/spool/drweb_infected -f/var/spool/drweb-smf -r -x -h -l -ba -gpostmaster -epostmaster@urc.ac.ru X fi X ;; Xstop) X /usr/bin/killall drweb-smf X /bin/rm -f /var/run/drweb-smf.sock X echo -n ' drweb-smf' X ;; X*) X echo "Usage: `basename $0` {start|stop}" >&2 X exit 64 X ;; Xesac X Xexit 0 END-of-drweb-sendmail/files/drweb-smf.sh echo x - drweb-sendmail/files/Makefile sed 's/^X//' >drweb-sendmail/files/Makefile << 'END-of-drweb-sendmail/files/Makefile' XSENDMAIL_DIR=/usr/src/contrib/sendmail X.PATH: ${SENDMAIL_DIR}/libmilter X XCFLAGS+=-I${SENDMAIL_DIR}/src -I${SENDMAIL_DIR}/include XCFLAGS+=-DNEWDB -DNIS -DMAP_REGEX -DNOT_SENDMAIL X X# User customizations to the sendmail build environment XCFLAGS+=${SENDMAIL_CFLAGS} X XLIB= milter X XSRCS+= comm.c engine.c handler.c listener.c main.c signal.c sm_gethost.c smfi.c X XINTERNALLIB= true XNOPIC= true XINTERNALSTATICLIB= true X X.include END-of-drweb-sendmail/files/Makefile echo x - drweb-sendmail/pkg-message sed 's/^X//' >drweb-sendmail/pkg-message << 'END-of-drweb-sendmail/pkg-message' XThis software requires Sendmail tobe compiled with mail filter support. XSo be sure you have the following in your /etc/make.conf: X XSENDMAIL_CFLAGS+= -D_FFR_MILTER=1 X Xin order to have Sendmail always compiled with mail filtering support when you Xbuild your system from sources. If Sendmail is not yet recompiled with this Xflag, then do the following: X Xcd /usr/src/usr.sbin/sendmail Xmake clean Xmake Xmake install END-of-drweb-sendmail/pkg-message echo x - drweb-sendmail/distinfo sed 's/^X//' >drweb-sendmail/distinfo << 'END-of-drweb-sendmail/distinfo' XMD5 (drwebd-4.25-freebsd4.tgz) = 6bbd1b39fb39cfd63bff42c2491d2272 END-of-drweb-sendmail/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 Sun Aug 19 13:47:20 2001 Delivered-To: freebsd-ports@freebsd.org Received: from franklin.physics.purdue.edu (franklin.physics.purdue.edu [128.210.146.222]) by hub.freebsd.org (Postfix) with ESMTP id E307D37B403; Sun, 19 Aug 2001 13:47:12 -0700 (PDT) (envelope-from will@physics.purdue.edu) Received: from physics.purdue.edu (bohr.physics.purdue.edu [128.210.67.12]) by franklin.physics.purdue.edu (Postfix) with ESMTP id A949D20F0B; Sun, 19 Aug 2001 15:48:23 -0500 (EST) Received: by physics.purdue.edu (Postfix, from userid 12409) id BC8195BC3; Sun, 19 Aug 2001 15:49:13 -0500 (EST) Date: Sun, 19 Aug 2001 15:49:13 -0500 From: Will Andrews To: Jimmy Olgeni Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org, FreeBSD Ports Subject: Re: cvs commit: ports/graphics/kdegraphics2 Makefile pkg-plist Message-ID: <20010819154913.K35352@bohr.physics.purdue.edu> Reply-To: Will Andrews Mail-Followup-To: Jimmy Olgeni , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org, FreeBSD Ports References: <200108190004.f7J04MR51992@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.3.17i In-Reply-To: <200108190004.f7J04MR51992@freefall.freebsd.org>; from olgeni@FreeBSD.org on Sat, Aug 18, 2001 at 05:04:22PM -0700 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, Aug 18, 2001 at 05:04:22PM -0700, Jimmy Olgeni (olgeni@FreeBSD.org) wrote: > Log: > Also, temporarily disable compilation of the Kamera stuff, which requires > gphoto2, and leave a hint in pkg-plist to enable it later (I know it's ugly > but it should at least get binary packages up and running for most people). Why? Kdegraphics2's package should compile without it and automatically detect that it isn't needed. And if someone compiles with it and later removes gphoto2, kio_kamera will break, obviously... but that's all that should break. Regardless, playing it safe is probably the best way to go. I hope we see a gphoto2 port in the tree soon, even if it doesn't work with the porter's test camera. IIRC it requires libusb from Linux (which is slightly different from FreeBSD's, unfortunately) and perhaps a few hacks. But it could be made to compile... -- wca To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Aug 19 14: 5:38 2001 Delivered-To: freebsd-ports@freebsd.org Received: from mail.ctonet.it (mail.ctonet.it [212.110.160.100]) by hub.freebsd.org (Postfix) with ESMTP id 12D6E37B40D; Sun, 19 Aug 2001 14:05:31 -0700 (PDT) (envelope-from olgeni@FreeBSD.org) Received: from olgeni.olgeni (ppp-93.dial6.ctonet.it [212.110.181.93]) by mail.ctonet.it (Postfix) with ESMTP id F3AC41226F; Sun, 19 Aug 2001 23:05:28 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by olgeni.olgeni (8.11.5/8.11.5) with ESMTP id f7JL5h524086; Sun, 19 Aug 2001 23:05:43 +0200 (CEST) (envelope-from olgeni@FreeBSD.org) Date: Sun, 19 Aug 2001 23:05:43 +0200 (CEST) From: Jimmy Olgeni X-X-Sender: To: Will Andrews Cc: , , FreeBSD Ports Subject: Re: cvs commit: ports/graphics/kdegraphics2 Makefile pkg-plist In-Reply-To: <20010819154913.K35352@bohr.physics.purdue.edu> Message-ID: <20010819224950.W23867-100000@olgeni.olgeni> 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 Sun, 19 Aug 2001, Will Andrews wrote: > Why? Kdegraphics2's package should compile without it and > automatically detect that it isn't needed. And if someone > compiles with it and later removes gphoto2, kio_kamera will > break, obviously... but that's all that should break. In fact it does actually detect that gphoto2 is missing, and it won't compile Kamera. But then the extra files in pkg-plist will cause it to fail the packaging stage, and kdegraphics2 is in the "required by sysinstall" package set (kde2 dependency). The %%KAMERA%% stuff is intented to be a placeholder for when we'll have a gphoto2 port, then it could be handled like the sane-backends dependency. As a bonus now we know what are the actual Kamera files :o) -- jimmy To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Aug 19 14:39:43 2001 Delivered-To: freebsd-ports@freebsd.org Received: from franklin.physics.purdue.edu (franklin.physics.purdue.edu [128.210.146.222]) by hub.freebsd.org (Postfix) with ESMTP id 56E4237B403; Sun, 19 Aug 2001 14:39:37 -0700 (PDT) (envelope-from will@physics.purdue.edu) Received: from physics.purdue.edu (bohr.physics.purdue.edu [128.210.67.12]) by franklin.physics.purdue.edu (Postfix) with ESMTP id 2D5B820F15; Sun, 19 Aug 2001 16:40:48 -0500 (EST) Received: by physics.purdue.edu (Postfix, from userid 12409) id 36B715BC3; Sun, 19 Aug 2001 16:41:38 -0500 (EST) Date: Sun, 19 Aug 2001 16:41:38 -0500 From: Will Andrews To: Jimmy Olgeni Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org, FreeBSD Ports Subject: Re: cvs commit: ports/graphics/kdegraphics2 Makefile pkg-plist Message-ID: <20010819164138.N35352@bohr.physics.purdue.edu> Reply-To: Will Andrews Mail-Followup-To: Jimmy Olgeni , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org, FreeBSD Ports References: <20010819154913.K35352@bohr.physics.purdue.edu> <20010819224950.W23867-100000@olgeni.olgeni> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.3.17i In-Reply-To: <20010819224950.W23867-100000@olgeni.olgeni>; from olgeni@FreeBSD.org on Sun, Aug 19, 2001 at 11:05:43PM +0200 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 Sun, Aug 19, 2001 at 11:05:43PM +0200, Jimmy Olgeni (olgeni@FreeBSD.org) wrote: > In fact it does actually detect that gphoto2 is missing, and it won't > compile Kamera. But then the extra files in pkg-plist will cause it to > fail the packaging stage, and kdegraphics2 is in the "required by > sysinstall" package set (kde2 dependency). Oh yeah, that's right! Thanks for taking my crack pipe away. > The %%KAMERA%% stuff is intented to be a placeholder for when we'll > have a gphoto2 port, then it could be handled like the sane-backends > dependency. > > As a bonus now we know what are the actual Kamera files :o) Uh huh. ;-) -- wca To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Aug 19 19: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 8A65837B414 for ; Sun, 19 Aug 2001 19:10:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7K2A1A23258; Sun, 19 Aug 2001 19:10:01 -0700 (PDT) (envelope-from gnats) Received: from mgate11.so-net.ne.jp (mgate11.so-net.ne.jp [210.139.254.158]) by hub.freebsd.org (Postfix) with ESMTP id 29E6D37B407; Sun, 19 Aug 2001 19:05:54 -0700 (PDT) (envelope-from sanewo@ba2.so-net.ne.jp) Received: from mail.ba2.so-net.ne.jp (mspool12.so-net.ne.jp [210.139.248.12]) by mgate11.so-net.ne.jp (8.9.3/3.7W01060506) with ESMTP id LAA12477; Mon, 20 Aug 2001 11:04:32 +0900 (JST) Received: from ba2.so-net.ne.jp (pd301e9.tkyoea00.ap.so-net.ne.jp [61.211.1.233]) by mail.ba2.so-net.ne.jp with ESMTP id f7K24UV25390; Mon, 20 Aug 2001 11:04:30 +0900 (JST) Received: (from sanewo@localhost) by ba2.so-net.ne.jp (8.11.5/8.11.5) id f7K24UP25146; Mon, 20 Aug 2001 11:04:30 +0900 (JST) (envelope-from sanewo) Message-Id: <200108200204.f7K24UP25146@ba2.so-net.ne.jp> Date: Mon, 20 Aug 2001 11:04:30 +0900 (JST) From: Takanori Saneto To: FreeBSD-gnats-submit@freebsd.org Cc: DougB@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/29880: xscreensaver hacks dumps core Sender: owner-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: 29880 >Category: ports >Synopsis: xscreensaver hacks dumps core >Confidential: no >Severity: serious >Priority: high >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sun Aug 19 19:10:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Takanori Saneto >Release: FreeBSD 5.0-CURRENT i386 >Organization: >Environment: System: FreeBSD muse.sanewo 5.0-CURRENT FreeBSD 5.0-CURRENT #10: Sat Aug 18 21:02:31 JST 2001 sanewo@muse.sanewo:/export/usr.obj/usr/src/sys/MUSE i386 ports/x11/xscreensaver as of today. gtk enabled. >Description: due to buffer overrun, some hacks of xscreensaver dumps core sporadically. >How-To-Repeat: Install and invoke xscreensaver and let it run for a while (e.g. one night), and you will see couple core dumps. >Fix: Following patch shuould close a bug. I don't know if there are other bugs like this one, though. --- utils/erase.c.orig Mon Aug 20 09:31:01 2001 +++ utils/erase.c Mon Aug 20 09:32:36 2001 @@ -91,6 +91,7 @@ for (j = 0; j < granularity; j++) { int ii = i * granularity + j; + if (ii >= max) break; if (horiz_p) XDrawLine (dpy, window, gc, 0, lines[ii], width, lines[ii]); else >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Aug 19 20: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 BAC4337B40C for ; Sun, 19 Aug 2001 20:10:39 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7K3AbZ31647; Sun, 19 Aug 2001 20:10:37 -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 4C38C37B413 for ; Sun, 19 Aug 2001 20:03:10 -0700 (PDT) (envelope-from petef@electron.databits.net) Received: by electron.databits.net (Postfix, from userid 1001) id 70741D925; Sun, 19 Aug 2001 23:02:41 -0400 (EDT) Message-Id: <20010820030241.70741D925@electron.databits.net> Date: Sun, 19 Aug 2001 23:02:41 -0400 (EDT) From: Pete Fritchman Reply-To: Pete Fritchman To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/29881: New port: mail/sigit Sender: owner-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: 29881 >Category: ports >Synopsis: New port: mail/sigit >Confidential: 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 Aug 19 20:10:33 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Pete Fritchman >Release: FreeBSD 5.0-CURRENT i386 >Organization: Databits Network Services, Inc. >Environment: System: FreeBSD entropy.databits.net 5.0-CURRENT FreeBSD 5.0-CURRENT #3: Wed Aug 8 12:51:05 EDT 2001 root@entropy.databits.net:/usr/obj/usr/src/sys/ENTROPY i386 >Description: sigit is a tool that runs in the background and puts a random quote in a file (usually .plan or .signature) at a configurable interval. It comes with sample data, and custom quotes can be added. WWW: http://www.redhead.dk/download/sigit-download.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: # # sigit # sigit/pkg-descr # sigit/distinfo # sigit/pkg-plist # sigit/Makefile # sigit/pkg-comment # sigit/files # sigit/files/patch-Makefile # echo c - sigit mkdir -p sigit > /dev/null 2>&1 echo x - sigit/pkg-descr sed 's/^X//' >sigit/pkg-descr << 'END-of-sigit/pkg-descr' Xsigit is a tool that runs in the background and puts a random quote Xin a file (usually .plan or .signature) at a configurable interval. XIt comes with sample data, and custom quotes can be added. X XWWW: http://www.redhead.dk/download/sigit-download.html X X- Pete Xpetef@databits.net END-of-sigit/pkg-descr echo x - sigit/distinfo sed 's/^X//' >sigit/distinfo << 'END-of-sigit/distinfo' XMD5 (sigit-0.0.4.tar.gz) = a35bf12b85617254af81dcf5728c4291 END-of-sigit/distinfo echo x - sigit/pkg-plist sed 's/^X//' >sigit/pkg-plist << 'END-of-sigit/pkg-plist' Xbin/sigit X@unexec if cmp -s %D/etc/sigit.rc.dist %D/etc/sigit.rc; then rm -f %D/etc/sigit.rc; fi Xetc/sigit.rc.dist X@exec if [ ! -f %D/etc/sigit.rc ]; then cp %D/etc/%f %D/etc/sigit.rc; fi Xshare/sigit/sigit.data Xshare/sigit/sigit.sig X@dirrm share/sigit END-of-sigit/pkg-plist echo x - sigit/Makefile sed 's/^X//' >sigit/Makefile << 'END-of-sigit/Makefile' X# New ports collection makefile for: sigit X# Date created: 18 August 2001 X# Whom: Pete Fritchman X# X# $FreeBSD$ X# X XPORTNAME= sigit XPORTVERSION= 0.0.4 XCATEGORIES= mail XMASTER_SITES= http://www.math.ku.dk/~m99khn/download/stable/ X XMAINTAINER= petef@databits.net X XUSE_GMAKE= yes X XMAN1= sigit.1 sigit.rc.1 X Xpost-patch: X @${PERL} -pi -e 's,/etc/sigit.rc,${PREFX}/etc/sigit.rc,; \ X s,/usr/share/sigit,${DATADIR},' ${WRKSRC}/config.h X Xpost-install: X @(if [ ! -f ${PREFIX}/etc/sigit.rc ]; then \ X ${CP} ${PREFIX}/etc/sigit.rc.dist ${PREFIX}/etc/sigit.rc; fi) X X.include END-of-sigit/Makefile echo x - sigit/pkg-comment sed 's/^X//' >sigit/pkg-comment << 'END-of-sigit/pkg-comment' XA tool to create random signatures END-of-sigit/pkg-comment echo c - sigit/files mkdir -p sigit/files > /dev/null 2>&1 echo x - sigit/files/patch-Makefile sed 's/^X//' >sigit/files/patch-Makefile << 'END-of-sigit/files/patch-Makefile' X--- Makefile.orig Thu Mar 15 18:28:16 2001 X+++ Makefile Sat Aug 18 21:03:35 2001 X@@ -6,23 +6,22 @@ X OS=$(shell uname -s) X X # Compiler X-CC=gcc X+CC?=gcc X X # Install prefix Where the database and original file is placed.. X X-PREFIX=/usr/share/sigit X X # Installation directory -- where the binary will go X X-INSTALLDIR=/usr/bin X+INSTALLDIR=${PREFIX}/bin X X # Where the default sigit configuration will be X X-RCDIR=/etc X+RCDIR=${PREFIX}/etc X X # Where the systems man pages are placed.. X X-MANDIR=/usr/share/man X+MANDIR=${PREFIX}/man X X # if you want to test something.. X X@@ -47,11 +46,11 @@ X endif X X # Compiler flags X-CFLAGS= -Wall -O2 -D$(OS) $(FLAGS) X+CFLAGS+= -Wall -D$(OS) $(FLAGS) X X # This is needed for "make install" X OWNER = root X-GROUP = root X+GROUP = wheel X INSTALL = /usr/bin/install -o $(OWNER) -g $(GROUP) X X X@@ -98,14 +97,14 @@ X X X install: X- $(INSTALL) -d $(PREFIX) X+ $(INSTALL) -d $(PREFIX)/share/sigit X $(INSTALL) -d $(INSTALLDIR) X $(INSTALL) -d $(RCDIR) X $(INSTALL) -d $(MANDIR)/man1 X $(INSTALL) -m 555 $(EXE) $(INSTALLDIR) X- $(INSTALL) -m 664 sigit.data $(PREFIX) X- $(INSTALL) -m 664 sigit.sig $(PREFIX) X- $(INSTALL) -m 664 sigit.rc $(RCDIR) X+ $(INSTALL) -m 664 sigit.data $(PREFIX)/share/sigit X+ $(INSTALL) -m 664 sigit.sig $(PREFIX)/share/sigit X+ $(INSTALL) -m 664 sigit.rc $(RCDIR)/sigit.rc.dist X $(INSTALL) -m 444 sigit.1 $(MANDIR)/man1 X $(INSTALL) -m 444 sigit.rc.1 $(MANDIR)/man1 X END-of-sigit/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 Sun Aug 19 20: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 14F4637B416 for ; Sun, 19 Aug 2001 20:30:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7K3U1o33455; Sun, 19 Aug 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 E8F3337B411 for ; Sun, 19 Aug 2001 20:24:47 -0700 (PDT) (envelope-from petef@electron.databits.net) Received: by electron.databits.net (Postfix, from userid 1001) id D1493D925; Sun, 19 Aug 2001 23:24:22 -0400 (EDT) Message-Id: <20010820032422.D1493D925@electron.databits.net> Date: Sun, 19 Aug 2001 23:24:22 -0400 (EDT) From: Pete Fritchman Reply-To: Pete Fritchman To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/29883: Update textproc/par to 1.53 Sender: owner-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: 29883 >Category: ports >Synopsis: Update textproc/par to 1.53 >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 Aug 19 20:30:00 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Pete Fritchman >Release: FreeBSD 5.0-CURRENT i386 >Organization: Databits Network Services, Inc. >Environment: System: FreeBSD entropy.databits.net 5.0-CURRENT FreeBSD 5.0-CURRENT #3: Wed Aug 8 12:51:05 EDT 2001 root@entropy.databits.net:/usr/obj/usr/src/sys/ENTROPY i386 >Description: - update PORTVERSION to 1.52 (it looks like the distfile was already updated to 1.52 without a PORTVERSION bump?!) - space->tab in MASTER_SITES - make DISTNAME better - clean up build process quite a bit (respect CC, CFLAGS) - make pkg-{comment,descr} better >How-To-Repeat: >Fix: Index: Makefile =================================================================== RCS file: /home/ncvs/ports/textproc/par/Makefile,v retrieving revision 1.7 diff -u -r1.7 Makefile --- Makefile 2001/08/06 20:02:17 1.7 +++ Makefile 2001/08/20 03:21:18 @@ -6,18 +6,17 @@ # PORTNAME= par -PORTVERSION= 1.51 +PORTVERSION= 1.52 CATEGORIES= textproc -MASTER_SITES= http://www.cs.berkeley.edu/~amc/Par/ -DISTNAME= Par152 +MASTER_SITES= http://www.cs.berkeley.edu/~amc/Par/ +DISTNAME= Par${PORTVERSION:S/.//} MAINTAINER= mark@grondar.za -ALL_TARGET= -MAN1= par.1 +MAKEFILE= protoMakefile +ALL_TARGET= par -do-configure: - (cd ${WRKSRC}; ${CP} protoMakefile Makefile) +MAN1= par.1 do-install: ${INSTALL_PROGRAM} ${WRKSRC}/par ${PREFIX}/bin Index: pkg-comment =================================================================== RCS file: /home/ncvs/ports/textproc/par/pkg-comment,v retrieving revision 1.2 diff -u -r1.2 pkg-comment --- pkg-comment 1999/01/26 02:03:33 1.2 +++ pkg-comment 2001/08/20 03:16:51 @@ -1 +1 @@ -Paragraph reformatter for email +Paragraph reformatter similiar to fmt(1) Index: pkg-descr =================================================================== RCS file: /home/ncvs/ports/textproc/par/pkg-descr,v retrieving revision 1.2 diff -u -r1.2 pkg-descr --- pkg-descr 1999/07/17 13:55:49 1.2 +++ pkg-descr 2001/08/20 03:16:42 @@ -1,22 +1,11 @@ - Par is similar but superiour to the fmt(1) command included in the - base system. +par is similar but superiour to the fmt(1) command included in the +base system. - Par is a filter that copies its input to its output, changing all - white characters (except newlines) to spaces, and reformatting - each paragraph. Paragraphs are separated by protected, blank, and - bodiless lines (see the Terminology section for definitions), and - optionally delimited by indentation (see the d option in the Options - section). - - Each output paragraph is generated from the corresponding input - paragraph as follows: - - 1) An optional prefix and/or suffix is removed from each input line. - 2) The remainder is divided into words (separated by spaces). - 3) The words are joined into lines to make an eye-pleasing paragraph. - 4) The prefixes and suffixes are reattached. - - If there are suffixes, spaces are inserted before them so that they - all end in the same column. +par is a filter that copies its input to its output, changing all +white characters (except newlines) to spaces, and reformatting +each paragraph. Paragraphs are separated by protected, blank, and +bodiless lines (see the Terminology section for definitions), and +optionally delimited by indentation (see the d option in the Options +section). WWW: http://www.cs.berkeley.edu/~amc/Par/ Index: files/patch-aa =================================================================== RCS file: /home/ncvs/ports/textproc/par/files/patch-aa,v retrieving revision 1.1 diff -u -r1.1 patch-aa --- files/patch-aa 1998/09/22 12:36:38 1.1 +++ files/patch-aa 2001/08/20 03:12:48 @@ -1,11 +1,40 @@ ---- protoMakefile.ORIG Sun Jan 21 05:46:02 1996 -+++ protoMakefile Mon Aug 17 18:56:27 1998 -@@ -47,7 +47,7 @@ +--- protoMakefile.orig Sun Aug 19 23:11:08 2001 ++++ protoMakefile Sun Aug 19 23:12:38 2001 +@@ -47,7 +47,9 @@ # Example (for Solaris 2.x with SPARCompiler C): # CC = cc -c -O -s -Xc -DDONTFREE - + -CC = cc -c -+CC = cc -c ${CFLAGS} - ++CC ?= cc ++ ++CFLAGS += -c + # Define LINK1 and LINK2 so that the command # +@@ -61,7 +63,7 @@ + # LINK1 = cc -s + # LINK2 = -o + +-LINK1 = cc ++LINK1 = ${CC} + LINK2 = -o + + # Define RM so that the command +@@ -71,7 +73,7 @@ + # removes the files "foo1", "foo2", and "foo3", and preferably doesn't + # complain if they don't exist. + +-RM = rm -f ++RM = /bin/rm -f + + # Define JUNK to be a list of additional files, other than par and + # $(OBJS), that you want to be removed by "make clean". +@@ -93,7 +95,7 @@ + OBJS = buffer$O charset$O errmsg$O par$O reformat$O + + .c$O: +- $(CC) $< ++ $(CC) $(CFLAGS) $< + + par$E: $(OBJS) + $(LINK1) $(OBJS) $(LINK2) par$E >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Aug 19 20:40: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 543A737B401 for ; Sun, 19 Aug 2001 20:40:29 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7K3eTo34238; Sun, 19 Aug 2001 20:40:29 -0700 (PDT) (envelope-from gnats) Received: from mtiwmhc25.worldnet.att.net (mtiwmhc25.worldnet.att.net [204.127.131.50]) by hub.freebsd.org (Postfix) with ESMTP id 729E637B401 for ; Sun, 19 Aug 2001 20:40:08 -0700 (PDT) (envelope-from parv@worldnet.att.net) Received: from worldnet.att.net ([32.100.199.207]) by mtiwmhc25.worldnet.att.net (InterMail vM.4.01.03.16 201-229-121-116-20010115) with ESMTP id <20010820034001.IDBB5127.mtiwmhc25.worldnet.att.net@worldnet.att.net> for ; Mon, 20 Aug 2001 03:40:01 +0000 Received: by worldnet.att.net (Postfix, from userid 1001) id D82DA50E29; Sun, 19 Aug 2001 23:39:20 -0400 (EDT) Message-Id: <20010820033920.D82DA50E29@worldnet.att.net> Date: Sun, 19 Aug 2001 23:39:20 -0400 (EDT) From: parv Reply-To: parv To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/29884: lang/perl5 package fails to build Sender: owner-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: 29884 >Category: ports >Synopsis: lang/perl5 package fails to build >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sun Aug 19 20:40:27 PDT 2001 >Closed-Date: >Last-Modified: >Originator: parv >Release: FreeBSD 4.4-PRERELEASE i386 >Organization: >Environment: System: FreeBSD moo.holy.cow 4.4-PRERELEASE FreeBSD 4.4-PRERELEASE i cvsup'd the ports collection around 20010819-2100 edt. >Description: make package of perl 5.6.1 fails w/ this message... ===> Building package for perl-5.6.1 Creating package /source/ports/lang/perl5/perl-5.6.1.tgz Registering depends:. Creating gzip'd tar ball in '/source/ports/lang/perl5/perl-5.6.1.tgz' tar: can't add file lib/perl5/5.6.1/man/man3/GDBM_File.3.gz : No such file or directory tar: can't add file lib/perl5/5.6.1/i386-freebsd/GDBM_File.pm : No such file or directory tar: can't add file lib/perl5/5.6.1/i386-freebsd/auto/GDBM_File/GDBM_File.bs : No such file or directory tar: can't add file lib/perl5/5.6.1/i386-freebsd/auto/GDBM_File/GDBM_File.so : No such file or directory tar: can't add file lib/perl5/5.6.1/i386-freebsd/auto/GDBM_File/autosplit.ix : No such file or directory pkg_create: make_dist: tar command failed with code 256 *** Error code 1 Stop in /source/ports/lang/perl5. *** Error code 1 Stop in /source/ports/lang/perl5. *** Error code 1 Stop in /source/ports/lang/perl5. ...installation was fine. btw, "make test" shows that "gdbm" test was skipped "on this platform"... op/64bitint..........skipping test on this platform lib/gdbm.............skipping test on this platform lib/odbm.............skipping test on this platform lib/thr5005..........skipping test on this platform >How-To-Repeat: run "make package" in ports/lang/perl5 >Fix: >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Aug 19 20:50: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 2BBE237B40C for ; Sun, 19 Aug 2001 20:50:26 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7K3oQN35242; Sun, 19 Aug 2001 20:50:26 -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 17DB737B414 for ; Sun, 19 Aug 2001 20:42:14 -0700 (PDT) (envelope-from petef@electron.databits.net) Received: by electron.databits.net (Postfix, from userid 1001) id D0BFED925; Sun, 19 Aug 2001 23:41:47 -0400 (EDT) Message-Id: <20010820034147.D0BFED925@electron.databits.net> Date: Sun, 19 Aug 2001 23:41:47 -0400 (EDT) From: Pete Fritchman Reply-To: Pete Fritchman To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/29885: Update editors/manedit to 0.5.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: 29885 >Category: ports >Synopsis: Update editors/manedit to 0.5.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: Sun Aug 19 20:50:25 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Pete Fritchman >Release: FreeBSD 5.0-CURRENT i386 >Organization: Databits Network Services, Inc. >Environment: System: FreeBSD entropy.databits.net 5.0-CURRENT FreeBSD 5.0-CURRENT #3: Wed Aug 8 12:51:05 EDT 2001 root@entropy.databits.net:/usr/obj/usr/src/sys/ENTROPY i386 >Description: - update to version 0.5.0 - remove dead MASTER_SITE - clean up pre-patch >How-To-Repeat: >Fix: Index: Makefile =================================================================== RCS file: /home/ncvs/ports/editors/manedit/Makefile,v retrieving revision 1.4 diff -u -r1.4 Makefile --- Makefile 2001/07/17 15:20:37 1.4 +++ Makefile 2001/08/20 03:30:55 @@ -6,10 +6,9 @@ # PORTNAME= manedit -PORTVERSION= 0.4.1 +PORTVERSION= 0.5.0 CATEGORIES= editors -MASTER_SITES= ftp://wolfpack.twu.net/users/wolfpack/ \ - ftp://fox.mit.edu/pub/xsw/ +MASTER_SITES= ftp://wolfpack.twu.net/users/wolfpack/ MAINTAINER= sobomax@FreeBSD.org @@ -23,7 +22,7 @@ MAN1= manedit.1 pre-patch: - @find ${WRKSRC} \( -name "*.[ch]" -or -name "*.cpp" \) | \ + @find ${WRKSRC} -name "*.[ch]" | \ xargs ${PERL} -pi -e 's|malloc\.h|stdlib.h|g' .include Index: distinfo =================================================================== RCS file: /home/ncvs/ports/editors/manedit/distinfo,v retrieving revision 1.4 diff -u -r1.4 distinfo --- distinfo 2001/07/17 15:20:37 1.4 +++ distinfo 2001/08/20 03:27:43 @@ -1 +1 @@ -MD5 (manedit-0.4.1.tar.bz2) = a5c8abe4edfcaa123fb09b994e3b7583 +MD5 (manedit-0.5.0.tar.bz2) = cd7c9cebcdeb81273c120084c8f7cdfe >Release-Note: >Audit-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 Aug 19 21: 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 4E94737B412 for ; Sun, 19 Aug 2001 21:00:26 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7K40Qj35962; Sun, 19 Aug 2001 21:00:26 -0700 (PDT) (envelope-from gnats) Received: from mtiwmhc21.worldnet.att.net (mtiwmhc21.worldnet.att.net [204.127.131.46]) by hub.freebsd.org (Postfix) with ESMTP id 8D0F637B40C for ; Sun, 19 Aug 2001 20:59:57 -0700 (PDT) (envelope-from parv@worldnet.att.net) Received: from worldnet.att.net ([32.100.199.207]) by mtiwmhc21.worldnet.att.net (InterMail vM.4.01.03.16 201-229-121-116-20010115) with ESMTP id <20010820035953.BIVN12706.mtiwmhc21.worldnet.att.net@worldnet.att.net> for ; Mon, 20 Aug 2001 03:59:53 +0000 Received: by worldnet.att.net (Postfix, from userid 1001) id 6D2BA50E29; Sun, 19 Aug 2001 23:58:37 -0400 (EDT) Message-Id: <20010819235837.A438@moo.holy.cow> Date: Sun, 19 Aug 2001 23:58:37 -0400 From: parv To: FreeBSD-gnats-submit@freebsd.org In-Reply-To: <20010820033920.D82DA50E29@worldnet.att.net> Subject: ports/29886: fwd: ports/29884: lang/perl5 package fails to build Sender: owner-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: 29886 >Category: ports >Synopsis: lang/perl5 package fails to build >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sun Aug 19 21:00:26 PDT 2001 >Closed-Date: >Last-Modified: >Originator: parv >Release: FreeBSD 4.4-PRERELEASE i386 >Organization: >Environment: System: FreeBSD moo.holy.cow 4.4-PRERELEASE FreeBSD 4.4-PRERELEASE i cvsup'd the ports collection around 20010819-2100 edt. >Description: make package of perl 5.6.1 fails w/ this message... ===> Building package for perl-5.6.1 Creating package /source/ports/lang/perl5/perl-5.6.1.tgz Registering depends:. Creating gzip'd tar ball in '/source/ports/lang/perl5/perl-5.6.1.tgz' tar: can't add file lib/perl5/5.6.1/man/man3/GDBM_File.3.gz : No such file or directory tar: can't add file lib/perl5/5.6.1/i386-freebsd/GDBM_File.pm : No such file or directory tar: can't add file lib/perl5/5.6.1/i386-freebsd/auto/GDBM_File/GDBM_File.bs : No such file or directory tar: can't add file lib/perl5/5.6.1/i386-freebsd/auto/GDBM_File/GDBM_File.so : No such file or directory tar: can't add file lib/perl5/5.6.1/i386-freebsd/auto/GDBM_File/autosplit.ix : No such file or directory pkg_create: make_dist: tar command failed with code 256 *** Error code 1 Stop in /source/ports/lang/perl5. *** Error code 1 Stop in /source/ports/lang/perl5. *** Error code 1 Stop in /source/ports/lang/perl5. ...installation was fine. btw, "make test" shows that "gdbm" test was skipped "on this platform"... op/64bitint..........skipping test on this platform lib/gdbm.............skipping test on this platform lib/odbm.............skipping test on this platform lib/thr5005..........skipping test on this platform >How-To-Repeat: run "make package" in ports/lang/perl5 >Fix: >Release-Note: >Audit-Trail: >Unformatted: sorry, the correct mailing address is parv_@yahoo.com ----- Forwarded message from parv ----- ----- End forwarded message ----- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Aug 19 22:55:49 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id CAF8837B40E; Sun, 19 Aug 2001 22:55:46 -0700 (PDT) (envelope-from greid@FreeBSD.org) Received: (from greid@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7K5qhM60805; Sun, 19 Aug 2001 22:52:43 -0700 (PDT) (envelope-from greid) Date: Sun, 19 Aug 2001 22:52:43 -0700 (PDT) From: Message-Id: <200108200552.f7K5qhM60805@freefall.freebsd.org> To: greid@FreeBSD.org, freebsd-ports@FreeBSD.org, greid@FreeBSD.org Subject: Re: ports/29859: Update port: Cups Sender: owner-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: Cups Responsible-Changed-From-To: freebsd-ports->greid Responsible-Changed-By: greid Responsible-Changed-When: Sun Aug 19 22:52:32 PDT 2001 Responsible-Changed-Why: My port http://www.FreeBSD.org/cgi/query-pr.cgi?pr=29859 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Aug 19 23: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 F200A37B416 for ; Sun, 19 Aug 2001 23:50:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7K6o1s70717; Sun, 19 Aug 2001 23:50:01 -0700 (PDT) (envelope-from gnats) Received: from cc92687-a.wlgrv1.pa.home.com (cc92687-a.wlgrv1.pa.home.com [24.5.63.190]) by hub.freebsd.org (Postfix) with ESMTP id 27D1E37B406 for ; Sun, 19 Aug 2001 23:43:49 -0700 (PDT) (envelope-from pat@cc92687-a.wlgrv1.pa.home.com) Received: (from root@localhost) by cc92687-a.wlgrv1.pa.home.com (8.11.5/8.11.5) id f7K6hme82954; Mon, 20 Aug 2001 02:43:48 -0400 (EDT) (envelope-from pat) Message-Id: <200108200643.f7K6hme82954@cc92687-a.wlgrv1.pa.home.com> Date: Mon, 20 Aug 2001 02:43:48 -0400 (EDT) From: Patrick Li Reply-To: Patrick Li To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/29888: Update archivers/cabextract Sender: owner-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: 29888 >Category: ports >Synopsis: Update archivers/cabextract >Confidential: 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 Aug 19 23:50:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Patrick Li >Release: FreeBSD 4.4-PRERELEASE i386 >Organization: N/A >Environment: System: FreeBSD bottlenek 4.4-PRERELEASE FreeBSD 4.4-PRERELEASE #0: Mon Aug 13 19:08:19 EDT 2001 pat@bottlenek:/usr/src/sys/compile/BOTTLENEK i386 >Description: Update to 0.4 >How-To-Repeat: N/A >Fix: Index: cabextract/Makefile =================================================================== RCS file: /home/ncvs/ports/archivers/cabextract/Makefile,v retrieving revision 1.3 diff -u -r1.3 Makefile --- cabextract/Makefile 2001/08/07 11:57:53 1.3 +++ cabextract/Makefile 2001/08/20 06:31:31 @@ -6,7 +6,7 @@ # PORTNAME= cabextract -PORTVERSION= 0.3 +PORTVERSION= 0.4 CATEGORIES= archivers MASTER_SITES= http://www.kyz.uklinux.net/downloads/ Index: cabextract/distinfo =================================================================== RCS file: /home/ncvs/ports/archivers/cabextract/distinfo,v retrieving revision 1.3 diff -u -r1.3 distinfo --- cabextract/distinfo 2001/08/07 11:57:53 1.3 +++ cabextract/distinfo 2001/08/20 06:31:31 @@ -1 +1 @@ -MD5 (cabextract-0.3.tar.gz) = 72d88348e21d91aa61ec3b9a4b778de6 +MD5 (cabextract-0.4.tar.gz) = 5099c8e62ca062869736f3c8511b71f3 Index: cabextract/files/patch-Makefile.in =================================================================== RCS file: /home/ncvs/ports/archivers/cabextract/files/patch-Makefile.in,v retrieving revision 1.1 diff -u -r1.1 patch-Makefile.in --- cabextract/files/patch-Makefile.in 2001/08/07 11:57:53 1.1 +++ cabextract/files/patch-Makefile.in 2001/08/20 06:31:31 @@ -1,24 +1,10 @@ - -$FreeBSD: ports/archivers/cabextract/files/patch-Makefile.in,v 1.1 2001/08/07 11:57:53 sobomax Exp $ - ---- Makefile.in.orig Sun Aug 5 21:39:14 2001 -+++ Makefile.in Tue Aug 7 14:55:10 2001 -@@ -68,7 +68,7 @@ - - bin_PROGRAMS = cabextract - man_MANS = cabextract.1 --cabextract_SOURCES = cabextract.c getopt.c getopt1.c -+cabextract_SOURCES = cabextract.c - ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 - mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs - CONFIG_HEADER = config.h -@@ -81,8 +81,8 @@ - CPPFLAGS = @CPPFLAGS@ +--- Makefile.in.orig Mon Aug 20 02:16:28 2001 ++++ Makefile.in Mon Aug 20 02:16:11 2001 +@@ -83,7 +83,7 @@ LDFLAGS = @LDFLAGS@ LIBS = @LIBS@ --cabextract_OBJECTS = cabextract.o getopt.o getopt1.o + cabextract_OBJECTS = cabextract.o -cabextract_LDADD = $(LDADD) -+cabextract_OBJECTS = cabextract.o +cabextract_LDADD = $(LDADD) -lgnugetopt cabextract_DEPENDENCIES = cabextract_LDFLAGS = >Release-Note: >Audit-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 Aug 19 23: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 2F7D537B414 for ; Sun, 19 Aug 2001 23:50:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7K6o1n70726; Sun, 19 Aug 2001 23:50:01 -0700 (PDT) (envelope-from gnats) Received: from cc92687-a.wlgrv1.pa.home.com (cc92687-a.wlgrv1.pa.home.com [24.5.63.190]) by hub.freebsd.org (Postfix) with ESMTP id 4003137B40B for ; Sun, 19 Aug 2001 23:43:56 -0700 (PDT) (envelope-from pat@cc92687-a.wlgrv1.pa.home.com) Received: (from root@localhost) by cc92687-a.wlgrv1.pa.home.com (8.11.5/8.11.5) id f7K6ht783049; Mon, 20 Aug 2001 02:43:55 -0400 (EDT) (envelope-from pat) Message-Id: <200108200643.f7K6ht783049@cc92687-a.wlgrv1.pa.home.com> Date: Mon, 20 Aug 2001 02:43:55 -0400 (EDT) From: Patrick Li Reply-To: Patrick Li To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/29889: Update port games/glchess Sender: owner-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: 29889 >Category: ports >Synopsis: Update port games/glchess >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 Aug 19 23:50:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Patrick Li >Release: FreeBSD 4.4-PRERELEASE i386 >Organization: N/A >Environment: System: FreeBSD bottlenek 4.4-PRERELEASE FreeBSD 4.4-PRERELEASE #0: Mon Aug 13 19:08:19 EDT 2001 pat@bottlenek:/usr/src/sys/compile/BOTTLENEK i386 >Description: Update to 0.3.4 >How-To-Repeat: N/A >Fix: Index: glchess/Makefile =================================================================== RCS file: /home/ncvs/ports/games/glchess/Makefile,v retrieving revision 1.1 diff -u -r1.1 Makefile --- glchess/Makefile 2001/07/29 23:33:22 1.1 +++ glchess/Makefile 2001/08/20 06:31:38 @@ -6,7 +6,7 @@ # PORTNAME= glchess -PORTVERSION= 0.3.3 +PORTVERSION= 0.3.4 CATEGORIES= games MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -28,8 +28,8 @@ MANCOMPRESSED= yes pre-patch: - @${PERL} -pi.orig -e 's!${LOCALBASE}/share/games/glchess!${DATADIR}!' \ - ${WRKSRC}/glchessrc.installed + @${PERL} -pi.orig -e 's!/usr/local/share/games/glchess!${DATADIR}!' \ + ${WRKSRC}/glchessrc @${PERL} -pi.orig -e 's!/etc!${PREFIX}/etc!' \ ${WRKSRC}/src/config.c @@ -38,8 +38,8 @@ @${MKDIR} ${DATADIR}/textures @${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} \ ${PREFIX}/bin - @${INSTALL_DATA} ${WRKSRC}/glchessrc.installed \ - ${PREFIX}/etc/glchessrc + @${INSTALL_DATA} ${WRKSRC}/glchessrc \ + ${PREFIX}/etc @${INSTALL_MAN} ${WRKSRC}/man/glchess.6.gz \ ${PREFIX}/man/man6 @${INSTALL_DATA} ${WRKSRC}/textures/* \ Index: glchess/distinfo =================================================================== RCS file: /home/ncvs/ports/games/glchess/distinfo,v retrieving revision 1.1 diff -u -r1.1 distinfo --- glchess/distinfo 2001/07/29 23:33:22 1.1 +++ glchess/distinfo 2001/08/20 06:31:38 @@ -1 +1 @@ -MD5 (glchess-0.3.3.tar.gz) = 2ba3db9aaa20561fbe6d5bf6cedba9f6 +MD5 (glchess-0.3.4.tar.gz) = 23376be82a8b6a9a0776b9c1239b72cd Index: glchess/files/patch-Makefile =================================================================== RCS file: /home/ncvs/ports/games/glchess/files/patch-Makefile,v retrieving revision 1.1 diff -u -r1.1 patch-Makefile --- glchess/files/patch-Makefile 2001/07/29 23:33:22 1.1 +++ glchess/files/patch-Makefile 2001/08/20 06:31:38 @@ -8,7 +8,7 @@ +MANDIR = ${PREFIX}/man/man6 +SHAREDIR = ${DATADIR} - VERSION = 0.3.3 + VERSION = 0.3.4 DATE = `date "+%Y-%m-%d"` all: >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Aug 20 0: 6:13 2001 Delivered-To: freebsd-ports@freebsd.org Received: from obsecurity.dyndns.org (adsl-63-207-60-7.dsl.lsan03.pacbell.net [63.207.60.7]) by hub.freebsd.org (Postfix) with ESMTP id 624C437B410; Mon, 20 Aug 2001 00:06:11 -0700 (PDT) (envelope-from kris@obsecurity.org) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id CD48166D15; Mon, 20 Aug 2001 00:06:10 -0700 (PDT) Date: Mon, 20 Aug 2001 00:06:10 -0700 From: Kris Kennaway To: Michael Scheidell Cc: dirk@FreeBSD.org, ports@FreeBSD.org Subject: Re: FreeBSD Port: snort-1.8.1 Message-ID: <20010820000610.A31284@xor.obsecurity.org> References: <008601c12812$63c56dd0$0603a8c0@fdma.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="n8g4imXOkfNTN/H1" Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <008601c12812$63c56dd0$0603a8c0@fdma.com>; from scheidell@fdma.com on Sat, Aug 18, 2001 at 02:19:57PM -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 --n8g4imXOkfNTN/H1 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Sat, Aug 18, 2001 at 02:19:57PM -0400, Michael Scheidell wrote: > snort 1.8.1 seems unstable on freebsd-43 stable. Take this up with the snort developers, please.. thanks Kris --n8g4imXOkfNTN/H1 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 iD8DBQE7gLbiWry0BWjoQKURAjVSAKC4EoEUGsyVRHn6KXr0xC/0cbWb5ACfUgWB POCsevECFANnkc/VxeWpTEc= =isl3 -----END PGP SIGNATURE----- --n8g4imXOkfNTN/H1-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Aug 20 0: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 5C2C637B40E for ; Mon, 20 Aug 2001 00:40:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7K7e2079643; Mon, 20 Aug 2001 00:40:02 -0700 (PDT) (envelope-from gnats) Received: from heinz.jollem.com (c104187.upc-c.chello.nl [212.187.104.187]) by hub.freebsd.org (Postfix) with ESMTP id 66BCA37B408; Mon, 20 Aug 2001 00:31:22 -0700 (PDT) (envelope-from ernst@heinz.jollem.com) Received: (from ernst@localhost) by heinz.jollem.com (8.11.3/8.11.4) id f7K7Tis02361; Mon, 20 Aug 2001 09:29:44 +0200 (CEST) (envelope-from ernst) Message-Id: <200108200729.f7K7Tis02361@heinz.jollem.com> Date: Mon, 20 Aug 2001 09:29:44 +0200 (CEST) From: ernst@jollem.com Reply-To: ernst@jollem.com To: FreeBSD-gnats-submit@freebsd.org Cc: java@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/29890: Maintainer update: java/jlint Sender: owner-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: 29890 >Category: ports >Synopsis: Maintainer update: java/jlint >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: Mon Aug 20 00:40:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Ernst de Haan >Release: FreeBSD 4.3-RELEASE i386 >Organization: Jollem Information Technology >Environment: System: FreeBSD heinz.jollem.com 4.3-RELEASE FreeBSD 4.3-RELEASE #5: Mon May 14 16:08:56 CEST 2001 root@heinz.jollem.com:/usr/src/sys/compile/HEINZ i386 >Description: Update of Jlint from 2.1 to 2.3. >How-To-Repeat: N/A >Fix: diff -ruN --exclude=work --exclude=CVS --exclude=README.html /usr/ports/java/jlint/Makefile /home/ernst/freebsd-ports/java/jlint/Makefile --- /usr/ports/java/jlint/Makefile Tue Jun 26 10:31:46 2001 +++ /home/ernst/freebsd-ports/java/jlint/Makefile Mon Aug 20 09:27:10 2001 @@ -6,7 +6,7 @@ # PORTNAME= jlint -PORTVERSION= 2.1 +PORTVERSION= 2.3 CATEGORIES= java MASTER_SITES= http://artho.com/jlint/ \ http://jollem.com/~ernst/ @@ -15,8 +15,6 @@ PLIST_SUB+= T=${TARGET_DIR:S/^${PREFIX}\///} TARGET_DIR?= ${PREFIX}/bin - -WRKSRC= ${WRKDIR}/${PORTNAME} .include diff -ruN --exclude=work --exclude=CVS --exclude=README.html /usr/ports/java/jlint/distinfo /home/ernst/freebsd-ports/java/jlint/distinfo --- /usr/ports/java/jlint/distinfo Tue Jun 26 10:31:46 2001 +++ /home/ernst/freebsd-ports/java/jlint/distinfo Mon Aug 20 09:22:42 2001 @@ -1 +1 @@ -MD5 (jlint-2.1.tar.gz) = 5067a0385d4cc78745c344e0be3f6024 +MD5 (jlint-2.3.tar.gz) = df11ba6c60527d3126d73d8692016bf5 >Release-Note: >Audit-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 Aug 20 0: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 2164C37B409 for ; Mon, 20 Aug 2001 00:50:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7K7o2V80783; Mon, 20 Aug 2001 00:50: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 8623E37B401 for ; Mon, 20 Aug 2001 00:46:11 -0700 (PDT) (envelope-from anton@belle.rnoc.urc.ac.ru) Received: (from anton@localhost) by belle.rnoc.urc.ac.ru (8.11.4/8.11.1) id f7K7juM48593; Mon, 20 Aug 2001 13:45:56 +0600 (YEKST) (envelope-from anton) Message-Id: <200108200745.f7K7juM48593@belle.rnoc.urc.ac.ru> Date: Mon, 20 Aug 2001 13:45:56 +0600 (YEKST) From: Anton Voronin Reply-To: Anton Voronin To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/29891: New port: devel/p5-String-CRC32 Sender: owner-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: 29891 >Category: ports >Synopsis: New port: devel/p5-String-CRC32 >Confidential: no >Severity: non-critical >Priority: high >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Aug 20 00:50:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Anton Voronin >Release: FreeBSD 4.3-STABLE i386 >Organization: Southern Ural State University, Chelyabinsk, Russia >Environment: -stable >Description: Perl interface for cyclic redundency check generation. The module calculates CRC sums of 32 bit lenghts. It generates the same CRC values as ZMODEM, PKZIP, PICCHECK and many others. Despite its name, this module is able to compute the checksum of strings as well as of files. >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-String-CRC32 # p5-String-CRC32/Makefile # p5-String-CRC32/distinfo # p5-String-CRC32/pkg-comment # p5-String-CRC32/pkg-descr # p5-String-CRC32/pkg-plist # echo c - p5-String-CRC32 mkdir -p p5-String-CRC32 > /dev/null 2>&1 echo x - p5-String-CRC32/Makefile sed 's/^X//' >p5-String-CRC32/Makefile << 'END-of-p5-String-CRC32/Makefile' X# New ports collection makefile for: p5-String-CRC32 X# Date created: 20 August 2001 X# Whom: Anton Voronin X# X# $FreeBSD$ X# X XPORTNAME= String-CRC32 XPORTVERSION= 1.2 XCATEGORIES= devel perl5 XMASTER_SITES= ${MASTER_SITE_PERL_CPAN} XMASTER_SITE_SUBDIR= String XPKGNAMEPREFIX= p5- X XMAINTAINER= anton@urc.ac.ru X XPERL_CONFIGURE= YES X XMANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} XMAN3= String::CRC32.3 X X.include END-of-p5-String-CRC32/Makefile echo x - p5-String-CRC32/distinfo sed 's/^X//' >p5-String-CRC32/distinfo << 'END-of-p5-String-CRC32/distinfo' XMD5 (String-CRC32-1.2.tar.gz) = 94b13443eac7241a323a876da95ac1c0 END-of-p5-String-CRC32/distinfo echo x - p5-String-CRC32/pkg-comment sed 's/^X//' >p5-String-CRC32/pkg-comment << 'END-of-p5-String-CRC32/pkg-comment' XPerl interface for cyclic redundency check generation END-of-p5-String-CRC32/pkg-comment echo x - p5-String-CRC32/pkg-descr sed 's/^X//' >p5-String-CRC32/pkg-descr << 'END-of-p5-String-CRC32/pkg-descr' XPerl interface for cyclic redundency check generation. The module calculates XCRC sums of 32 bit lenghts. It generates the same CRC values as ZMODEM, PKZIP, XPICCHECK and many others. X XDespite its name, this module is able to compute the checksum of strings as Xwell as of files. END-of-p5-String-CRC32/pkg-descr echo x - p5-String-CRC32/pkg-plist sed 's/^X//' >p5-String-CRC32/pkg-plist << 'END-of-p5-String-CRC32/pkg-plist' Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/String/CRC32.pm Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/String/CRC32.pod Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/String/CRC32/CRC32.bs Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/String/CRC32/CRC32.so Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/String/CRC32/.packlist X@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/String/CRC32 X@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/String X@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/String END-of-p5-String-CRC32/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 Aug 20 2:16:16 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 8916837B412; Mon, 20 Aug 2001 02:16:04 -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 D925D4D801; Mon, 20 Aug 2001 18:16:02 +0900 (JST) Date: Mon, 20 Aug 2001 18:16:02 +0900 Message-ID: <8666bj5bxp.wl@archon.local.idaemons.org> From: "Akinori MUSHA" To: ports@FreeBSD.org, portmgr@FreeBSD.org, stable@FreeBSD.org Subject: RELENG_3 actually supports the "package origin" but there's no support User-Agent: Wanderlust/2.7.2 (Too Funky) 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) 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.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 I've found that the package origin support was merged into RELENG_3 but OSVERSION and bsd.port.mk have not reflected it. pkg_create: http://www.FreeBSD.org/cgi/cvsweb.cgi/src/usr.sbin/pkg_install/create/main.c?rev=1.18.2.3&content-type=text/x-cvsweb-markup OSVERSION: http://www.FreeBSD.org/cgi/cvsweb.cgi/src/sys/sys/param.h?rev=1.38.2.14&content-type=text/x-cvsweb-markup Attached is a patch to bump OSVERSION (-> 350002) and tweak bsd.port.mk accordingly, which allows 3-STABLE users to use pkgdepfix and portupgrade to upgrade their packages. Unless we do this the MFC is merely useless... Could I commit this? By the way, in the meantime 3-STABLE users can have the following lines in their `/usr/Makefile.inc' as a workaround: .if defined(CATEGORIES) .for _CATEGORY in ${CATEGORIES} PKGCATEGORY?= ${_CATEGORY} .endfor _PORTDIRNAME!= ${BASENAME} ${.CURDIR} PORTDIRNAME?= ${_PORTDIRNAME} PKGORIGIN?= ${PKGCATEGORY}/${PORTDIRNAME} .endif P.S. Having your own /usr/Makefile.inc ($PORTSDIR/../Makefile.inc) is a handy and canonical way to make your local changes against bsd.port.mk. :) (Note, however, that the file is not for ports/ but src/ too) -- / /__ __ 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" Index: src/sys/sys/param.h =================================================================== RCS file: /home/ncvs/src/sys/sys/param.h,v retrieving revision 1.38.2.14 diff -u -r1.38.2.14 param.h --- src/sys/sys/param.h 12 Jul 2000 20:37:04 -0000 1.38.2.14 +++ src/sys/sys/param.h 20 Aug 2001 08:39:42 -0000 @@ -46,7 +46,7 @@ #define BSD4_3 1 #define BSD4_4 1 #undef __FreeBSD_version -#define __FreeBSD_version 350001 /* Master, propagated to newvers */ +#define __FreeBSD_version 350002 /* Master, propagated to newvers */ #ifndef NULL #define NULL 0 Index: ports/Mk/bsd.port.mk =================================================================== RCS file: /home/ncvs/ports/Mk/bsd.port.mk,v retrieving revision 1.376 diff -u -r1.376 bsd.port.mk --- ports/Mk/bsd.port.mk 3 Aug 2001 11:35:35 -0000 1.376 +++ ports/Mk/bsd.port.mk 20 Aug 2001 08:38:05 -0000 @@ -1060,7 +1060,7 @@ TMPPLIST?= ${WRKDIR}/.PLIST.mktmp -.if ${OSVERSION} >= 400000 +.if ${OSVERSION} >= 350002 .for _CATEGORY in ${CATEGORIES} PKGCATEGORY?= ${_CATEGORY} .endfor To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Aug 20 2:25: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 18E8737B40E; Mon, 20 Aug 2001 02:25:51 -0700 (PDT) (envelope-from clive@FreeBSD.org) Received: (from clive@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7K9LLx01563; Mon, 20 Aug 2001 02:21:21 -0700 (PDT) (envelope-from clive) Date: Mon, 20 Aug 2001 02:21:21 -0700 (PDT) From: Message-Id: <200108200921.f7K9LLx01563@freefall.freebsd.org> To: ernst@jollem.com, clive@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/29890: Maintainer update: java/jlint Sender: owner-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: java/jlint State-Changed-From-To: open->closed State-Changed-By: clive State-Changed-When: Mon Aug 20 02:21:01 PDT 2001 State-Changed-Why: Committed, thanks. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=29890 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Aug 20 2:45:48 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E193E37B41A; Mon, 20 Aug 2001 02:45:46 -0700 (PDT) (envelope-from clive@FreeBSD.org) Received: (from clive@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7K9gDg04397; Mon, 20 Aug 2001 02:42:13 -0700 (PDT) (envelope-from clive) Date: Mon, 20 Aug 2001 02:42:13 -0700 (PDT) From: Message-Id: <200108200942.f7K9gDg04397@freefall.freebsd.org> To: ats@first.gmd.de, clive@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/29795: ports/java/jlint has a checksum error Sender: owner-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/java/jlint has a checksum error State-Changed-From-To: open->closed State-Changed-By: clive State-Changed-When: Mon Aug 20 02:40:46 PDT 2001 State-Changed-Why: Problem solved with maintainer's help (ports/29890). Thanks for reporting this. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=29795 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Aug 20 3:12: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 A511037B410 for ; Mon, 20 Aug 2001 03:11:21 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7KABLC10192; Mon, 20 Aug 2001 03:11:21 -0700 (PDT) (envelope-from gnats) Received: from cc92687-a.wlgrv1.pa.home.com (cc92687-a.wlgrv1.pa.home.com [24.5.63.190]) by hub.freebsd.org (Postfix) with ESMTP id 379A437B409 for ; Mon, 20 Aug 2001 03:07:54 -0700 (PDT) (envelope-from pat@cc92687-a.wlgrv1.pa.home.com) Received: (from root@localhost) by cc92687-a.wlgrv1.pa.home.com (8.11.5/8.11.5) id f7KA7si51602; Mon, 20 Aug 2001 06:07:54 -0400 (EDT) (envelope-from pat) Message-Id: <200108201007.f7KA7si51602@cc92687-a.wlgrv1.pa.home.com> Date: Mon, 20 Aug 2001 06:07:54 -0400 (EDT) From: Patrick Li Reply-To: Patrick Li To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/29894: Add patch-gkrellweather.c to port misc/gkrellweather Sender: owner-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: 29894 >Category: ports >Synopsis: Add patch-gkrellweather.c to port misc/gkrellweather >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 Aug 20 03:10:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Patrick Li >Release: FreeBSD 4.4-PRERELEASE i386 >Organization: N/A >Environment: System: FreeBSD bottlenek 4.4-PRERELEASE FreeBSD 4.4-PRERELEASE #0: Mon Aug 13 19:08:19 EDT 2001 pat@bottlenek:/usr/src/sys/compile/BOTTLENEK i386 >Description: gkrellweather currently displays 100% humidity as 10%. Below is a little patch that i made to fix this little problem. >How-To-Repeat: Live somewhere hot and wet with 100% humidity or edit ~/.wmWeatherReports/"$METARstation".dat and change humidity field to 100% without applying patch below. >Fix: add files/patch-gkrellweather.c --- gkrellweather.c.orig Sun May 20 03:04:50 2001 +++ gkrellweather.c Mon Aug 20 05:21:41 2001 @@ -243,7 +243,7 @@ decal_unit2->w; decal_temperature->x = (gkrellm_chart_width() - w + 1) / 2 + 1; decal_unit1->x = decal_temperature->x + decal_temperature->w - 1; - decal_humidity->x = decal_unit1->x + decal_unit1->w + 1; + decal_humidity->x = decal_unit1->x + decal_unit1->w; decal_unit2->x = decal_humidity->x + decal_humidity->w - 1; break; } @@ -500,7 +500,7 @@ ext_unit1.ts = *gkrellm_meter_textstyle(cal_style_id); string_extents("C", &ext_unit1); ext_humidity.ts = *gkrellm_meter_alt_textstyle(clock_style_id); - string_extents("88", &ext_humidity); + string_extents("888", &ext_humidity); ext_unit2.ts = *gkrellm_meter_textstyle(cal_style_id); string_extents("%", &ext_unit2); ext_dew_point.ts = *gkrellm_meter_alt_textstyle(clock_style_id); @@ -522,7 +522,7 @@ &ext_temperature.ts, style, 0, 3, ext_temperature.width + 2); decal_unit1 = gkrellm_create_decal_text(panel, "C", &ext_unit1.ts, style, 0, 3, ext_unit1.width + 2); - decal_humidity = gkrellm_create_decal_text(panel, "88", &ext_humidity.ts, + decal_humidity = gkrellm_create_decal_text(panel, "888", &ext_humidity.ts, style, 0, 3, ext_humidity.width + 2); decal_unit2 = gkrellm_create_decal_text(panel, "%", &ext_unit2.ts, style, 0, 3, ext_unit2.width + 2); >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Aug 20 3:17: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 CA8A737B410; Mon, 20 Aug 2001 03:17:40 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7KACIw10285; Mon, 20 Aug 2001 03:12:18 -0700 (PDT) (envelope-from sobomax) Date: Mon, 20 Aug 2001 03:12:18 -0700 (PDT) From: Message-Id: <200108201012.f7KACIw10285@freefall.freebsd.org> To: pat@databits.net, sobomax@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/29888: Update archivers/cabextract Sender: owner-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 archivers/cabextract State-Changed-From-To: open->closed State-Changed-By: sobomax State-Changed-When: Mon Aug 20 03:11:16 PDT 2001 State-Changed-Why: Port updated, thank you for submission! http://www.FreeBSD.org/cgi/query-pr.cgi?pr=29888 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Aug 20 3:25: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 F0A9437B415; Mon, 20 Aug 2001 03:25:46 -0700 (PDT) (envelope-from tobez@FreeBSD.org) Received: (from tobez@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7KAG2S10804; Mon, 20 Aug 2001 03:16:02 -0700 (PDT) (envelope-from tobez) Date: Mon, 20 Aug 2001 03:16:02 -0700 (PDT) From: Message-Id: <200108201016.f7KAG2S10804@freefall.freebsd.org> To: parv_@yahoo.com, tobez@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/29886: lang/perl5 package fails to build Sender: owner-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: lang/perl5 package fails to build State-Changed-From-To: open->closed State-Changed-By: tobez State-Changed-When: Mon Aug 20 03:15:32 PDT 2001 State-Changed-Why: Duplicate of 29884. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=29886 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Aug 20 3:25: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 AA5B437B417; Mon, 20 Aug 2001 03:25:49 -0700 (PDT) (envelope-from tobez@FreeBSD.org) Received: (from tobez@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7KAJde11223; Mon, 20 Aug 2001 03:19:39 -0700 (PDT) (envelope-from tobez) Date: Mon, 20 Aug 2001 03:19:39 -0700 (PDT) From: Message-Id: <200108201019.f7KAJde11223@freefall.freebsd.org> To: parv@worldnet.att.net, tobez@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/29884: lang/perl5 package fails to build Sender: owner-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: lang/perl5 package fails to build State-Changed-From-To: open->feedback State-Changed-By: tobez State-Changed-When: Mon Aug 20 03:16:07 PDT 2001 State-Changed-Why: This port is marked as `forbidden'. Why do you ignore this? http://www.FreeBSD.org/cgi/query-pr.cgi?pr=29884 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Aug 20 3:32:54 2001 Delivered-To: freebsd-ports@freebsd.org Received: from ipcard.iptcom.net (ipcard.iptcom.net [212.9.224.5]) by hub.freebsd.org (Postfix) with ESMTP id A47E737B410; Mon, 20 Aug 2001 03:32:43 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Received: from vega.vega.com (dialup14-50.iptelecom.net.ua [212.9.229.114]) by ipcard.iptcom.net (8.9.3/8.9.3) with ESMTP id NAA12383; Mon, 20 Aug 2001 13:32:37 +0300 (EEST) (envelope-from sobomax@FreeBSD.org) 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 f7KAW6o11776; Mon, 20 Aug 2001 13:32:06 +0300 (EEST) (envelope-from sobomax@FreeBSD.org) Message-ID: <3B80E75F.4C1C578F@FreeBSD.org> Date: Mon, 20 Aug 2001 13:33:03 +0300 From: Maxim Sobolev Organization: Vega International Capital X-Mailer: Mozilla 4.78 [en] (Windows NT 5.0; U) X-Accept-Language: en,uk,ru MIME-Version: 1.0 To: Akinori MUSHA Cc: audit@FreeBSD.org, "Brian F. Feldman" , Mike Barcroft , ports@FreeBSD.org Subject: Re: adding -P option to pkg_delete(1) References: <86ofpl0yq8.wl@archon.local.idaemons.org> <200108122310.f7CNAUZ01898@green.bikeshed.org> <86k804weed.wl@archon.local.idaemons.org> Content-Type: text/plain; charset=koi8-r 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 Akinori MUSHA wrote: > OK, adopting green's suggestion I'd propose the attached patch again. > FWIW, I've confirmed that it works. > > Since I've had no objection against it so far, I'm going to commit it > this weekend and do MFC after the 4.4-RELEASE unless someone objects. > > FYI, 4.4-RELEASE users can use my pkg_deinstall(1) utility included in > sysutils/portupgrade. It is a wrapper of pkg_delete(1) with almost > upper compatible syntax, and which already has the -P option. > > Mental note: > > We'll have to audit the whole pkg_install code to eliminate possible > buffer overflows. Please hold on. What is the purpose of this feature? I can't recall any discussion regarding the topic. -Maxim To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Aug 20 3:35: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 B7E9837B418; Mon, 20 Aug 2001 03:35:48 -0700 (PDT) (envelope-from clive@FreeBSD.org) Received: (from clive@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7KAUlk17070; Mon, 20 Aug 2001 03:30:47 -0700 (PDT) (envelope-from clive) Date: Mon, 20 Aug 2001 03:30:47 -0700 (PDT) From: Message-Id: <200108201030.f7KAUlk17070@freefall.freebsd.org> To: hetzels@westbend.net, clive@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/29379: Upgrade Apache13-fp to 1.3.20 Sender: owner-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: Upgrade Apache13-fp to 1.3.20 State-Changed-From-To: open->closed State-Changed-By: clive State-Changed-When: Mon Aug 20 03:29:48 PDT 2001 State-Changed-Why: Works like a charm! Committed, thanks! http://www.FreeBSD.org/cgi/query-pr.cgi?pr=29379 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Aug 20 3: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 9332837B415 for ; Mon, 20 Aug 2001 03:40:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7KAe2I18283; Mon, 20 Aug 2001 03:40:02 -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 560D137B41C for ; Mon, 20 Aug 2001 03:38:03 -0700 (PDT) (envelope-from stijn@pcwin002.win.tue.nl) Received: (from stijn@localhost) by pcwin002.win.tue.nl (8.11.5/8.11.4) id f7KAbju03078; Mon, 20 Aug 2001 12:37:45 +0200 (CEST) (envelope-from stijn) Message-Id: <200108201037.f7KAbju03078@pcwin002.win.tue.nl> Date: Mon, 20 Aug 2001 12:37:45 +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/29895: [MAINTAINER UPDATE]: emulators/xmame Sender: owner-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: 29895 >Category: ports >Synopsis: [MAINTAINER UPDATE]: emulators/xmame >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 Aug 20 03:40:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Stijn Hoop >Release: FreeBSD 4.4-PRERELEASE i386 >Organization: >Environment: System: FreeBSD 4.4-PRERELEASE #6: Wed Aug 15 11:27:28 CEST 2001 >Description: - Update to xmame 0.53.1 - Quick update, CPS2 & other changes coming later in another PR >How-To-Repeat: N/A >Fix: diff -urN --exclude=CVS /usr/ports/emulators/xmame/Makefile ./Makefile --- /usr/ports/emulators/xmame/Makefile Sat Aug 4 05:37:46 2001 +++ ./Makefile Mon Aug 20 12:31:32 2001 @@ -6,7 +6,7 @@ # PORTNAME?= xmame -PORTVERSION?= 0.37b16.1 +PORTVERSION?= 0.53.1 CATEGORIES= emulators MASTER_SITES= http://x.mame.net/download/ \ ftp://ftp.kaupp.cx/pub/xmame/ \ diff -urN --exclude=CVS /usr/ports/emulators/xmame/distinfo ./distinfo --- /usr/ports/emulators/xmame/distinfo Sat Aug 4 05:37:46 2001 +++ ./distinfo Mon Aug 20 12:01:18 2001 @@ -1,6 +1,6 @@ MD5 (xmame/xmame-0.37b13.2.tar.bz2) = 70ec7ae3fba3110a6d85a7f5bfdb84f1 MD5 (xmame/xmame-0.37b14.2.tar.bz2) = 34bfba3d1412a8f8e1abd4d738de3f27 -MD5 (xmame/xmame-0.37b16.1.tar.bz2) = 07c2d333f56f4d06b2c28315670612bb +MD5 (xmame/xmame-0.53.1.tar.bz2) = dc34fe1646b8027147d4b29a993d4162 MD5 (xmame/cheat.zip) = dc380436c04780950cee07d3e31bfb0b MD5 (xmame/history.zip) = 69da5c33e6a78092c6cd75cbeb737c6a MD5 (xmame/hsdat7.zip) = 9e4a7e36448895f13128a675327e34e4 >Release-Note: >Audit-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 Aug 20 4:25:55 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 4C53837B644; Mon, 20 Aug 2001 04:25:44 -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 3DDB74D835; Mon, 20 Aug 2001 20:25:20 +0900 (JST) Date: Mon, 20 Aug 2001 20:25:20 +0900 Message-ID: <864rr355y7.wl@archon.local.idaemons.org> From: "Akinori MUSHA" To: Maxim Sobolev Cc: audit@FreeBSD.org, "Brian F. Feldman" , Mike Barcroft , ports@FreeBSD.org Subject: Re: adding -P option to pkg_delete(1) In-Reply-To: <3B80E75F.4C1C578F@FreeBSD.org> References: <86ofpl0yq8.wl@archon.local.idaemons.org> <200108122310.f7CNAUZ01898@green.bikeshed.org> <86k804weed.wl@archon.local.idaemons.org> <3B80E75F.4C1C578F@FreeBSD.org> User-Agent: Wanderlust/2.7.2 (Too Funky) 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) 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.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 Mon, 20 Aug 2001 13:33:03 +0300, sobomax wrote: > Please hold on. What is the purpose of this feature? I can't recall > any discussion regarding the topic. It's okay, but why don't you just try to read the patch in which the purpose of the feature is *explicitly* written? -- / /__ __ 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 Mon Aug 20 4:29:52 2001 Delivered-To: freebsd-ports@freebsd.org Received: from obsecurity.dyndns.org (adsl-63-207-60-7.dsl.lsan03.pacbell.net [63.207.60.7]) by hub.freebsd.org (Postfix) with ESMTP id C902937B41C; Mon, 20 Aug 2001 04:29:46 -0700 (PDT) (envelope-from kris@obsecurity.org) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 11B1A66D15; Mon, 20 Aug 2001 04:29:46 -0700 (PDT) Date: Mon, 20 Aug 2001 04:29:45 -0700 From: Kris Kennaway To: Akinori MUSHA Cc: audit@FreeBSD.ORG, "Brian F. Feldman" , Mike Barcroft , ports@FreeBSD.ORG Subject: Re: adding -P option to pkg_delete(1) Message-ID: <20010820042945.A85555@xor.obsecurity.org> References: <86ofpl0yq8.wl@archon.local.idaemons.org> <200108122310.f7CNAUZ01898@green.bikeshed.org> <86k804weed.wl@archon.local.idaemons.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="SLDf9lqlvOQaIe6s" Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <86k804weed.wl@archon.local.idaemons.org>; from knu@iDaemons.org on Thu, Aug 16, 2001 at 06:19:22PM +0900 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org --SLDf9lqlvOQaIe6s Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Thu, Aug 16, 2001 at 06:19:22PM +0900, Akinori MUSHA wrote: > We'll have to audit the whole pkg_install code to eliminate possible > buffer overflows. Well, there are literally dozens or hundreds of those. You can almost count the *safe* string operations in that code on one hand :-) Kris --SLDf9lqlvOQaIe6s 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 iD8DBQE7gPSpWry0BWjoQKURArMSAJ96JUWKwPRbJpwlpfmwQV0puOHlAgCeIjNP InusjbnodGF5qOOkFcL5Lt0= =qqLL -----END PGP SIGNATURE----- --SLDf9lqlvOQaIe6s-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Aug 20 4:35:50 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 4284437B40B; Mon, 20 Aug 2001 04:35:47 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7KBSwj33613; Mon, 20 Aug 2001 04:28:58 -0700 (PDT) (envelope-from sobomax) Date: Mon, 20 Aug 2001 04:28:58 -0700 (PDT) From: Message-Id: <200108201128.f7KBSwj33613@freefall.freebsd.org> To: sobomax@FreeBSD.org, gnome@FreeBSD.org, ports@FreeBSD.org Subject: Re: ports/28458: Gnome-1.4's use of Xalf out of sync with Linux X 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: Gnome-1.4's use of Xalf out of sync with Linux X support Responsible-Changed-From-To: gnome->ports Responsible-Changed-By: sobomax Responsible-Changed-When: Mon Aug 20 04:27:52 PDT 2001 Responsible-Changed-Why: Not quite a GNOME issue. Please contact linux emu folks instead. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=28458 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Aug 20 4:40:28 2001 Delivered-To: freebsd-ports@freebsd.org Received: from ipcard.iptcom.net (ipcard.iptcom.net [212.9.224.5]) by hub.freebsd.org (Postfix) with ESMTP id 60B9137B40F; Mon, 20 Aug 2001 04:40:10 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Received: from vega.vega.com (dialup6-28.iptelecom.net.ua [212.9.227.92]) by ipcard.iptcom.net (8.9.3/8.9.3) with ESMTP id OAA24185; Mon, 20 Aug 2001 14:39:58 +0300 (EEST) (envelope-from sobomax@FreeBSD.org) 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 f7KBcRo15297; Mon, 20 Aug 2001 14:38:27 +0300 (EEST) (envelope-from sobomax@FreeBSD.org) Message-ID: <3B80F6EC.948F7633@FreeBSD.org> Date: Mon, 20 Aug 2001 14:39:24 +0300 From: Maxim Sobolev Organization: Vega International Capital X-Mailer: Mozilla 4.78 [en] (Windows NT 5.0; U) X-Accept-Language: en,uk,ru MIME-Version: 1.0 To: Akinori MUSHA Cc: audit@FreeBSD.org, "Brian F. Feldman" , Mike Barcroft , ports@FreeBSD.org Subject: Re: adding -P option to pkg_delete(1) References: <86ofpl0yq8.wl@archon.local.idaemons.org> <200108122310.f7CNAUZ01898@green.bikeshed.org> <86k804weed.wl@archon.local.idaemons.org> <3B80E75F.4C1C578F@FreeBSD.org> <864rr355y7.wl@archon.local.idaemons.org> Content-Type: text/plain; charset=koi8-r 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 Akinori MUSHA wrote: > At Mon, 20 Aug 2001 13:33:03 +0300, > sobomax wrote: > > Please hold on. What is the purpose of this feature? I can't recall > > any discussion regarding the topic. > > It's okay, but why don't you just try to read the patch in which the > purpose of the feature is *explicitly* written? Well, perhaps you misread my question. I meant "what the code in question is expected to be used for?", not "what the code in question does?". Also idea to hardcode regex (two of them actually) into an utility doesn't looks very solid to me, instead I would like to see it be specificable (or at least overrideable) from the command line, i.e.: # pkg_delete -P ^.\*foo.bar foo-0.0 (don't delete files which end with `foo.bar'). -Maxim To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Aug 20 4:41:50 2001 Delivered-To: freebsd-ports@freebsd.org Received: from mtiwmhc21.worldnet.att.net (mtiwmhc21.worldnet.att.net [204.127.131.46]) by hub.freebsd.org (Postfix) with ESMTP id 565E837B401; Mon, 20 Aug 2001 04:41:44 -0700 (PDT) (envelope-from parv@worldnet.att.net) Received: from worldnet.att.net ([32.100.199.61]) by mtiwmhc21.worldnet.att.net (InterMail vM.4.01.03.16 201-229-121-116-20010115) with ESMTP id <20010820114139.ECCD12706.mtiwmhc21.worldnet.att.net@worldnet.att.net>; Mon, 20 Aug 2001 11:41:39 +0000 Received: by worldnet.att.net (Postfix, from userid 1001) id 38C6950D1E; Mon, 20 Aug 2001 07:41:22 -0400 (EDT) Date: Mon, 20 Aug 2001 07:41:22 -0400 From: parv To: tobez@FreeBSD.org Cc: freebsd-ports@FreeBSD.org Subject: Re: ports/29884: lang/perl5 package fails to build Message-ID: <20010820074121.A71465@moo.holy.cow> Mail-Followup-To: tobez@FreeBSD.org, freebsd-ports@FreeBSD.org References: <200108201019.f7KAJde11223@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200108201019.f7KAJde11223@freefall.freebsd.org>; from tobez@FreeBSD.org on Mon, Aug 20, 2001 at 03:19:39AM -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 (even though 29886 was a duplicate of 29884, the '6' had the correct email address, which now seemed to be closed. oh well.) this was, on the fateful occasion around Aug 20 06:19 -0400, sent by tobez@FreeBSD.org > > Synopsis: lang/perl5 package fails to build > > State-Changed-From-To: open->feedback > State-Changed-By: tobez > State-Changed-When: Mon Aug 20 03:16:07 PDT 2001 > State-Changed-Why: > This port is marked as `forbidden'. Why do you ignore this? > > http://www.FreeBSD.org/cgi/query-pr.cgi?pr=29884 does that mean i should keep quite as long as a port is marked forbidden for whatever reason? i ignored 'forbidden' beacuse the reason that i see is marked such not that it's broken but because (we have perl in /usr/bin &) os version is >3. here is a snippet from ports/lang/perl5/Makefile... # If you know what you are doing, you may disable this! .if ${OSVERSION} > 300003 FORBIDDEN= perl is in system .endif To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Aug 20 5:28:13 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 F41EE37B413; Mon, 20 Aug 2001 05:28:04 -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 25E134E24D; Mon, 20 Aug 2001 21:26:57 +0900 (JST) Date: Mon, 20 Aug 2001 21:26:47 +0900 Message-ID: <86zo8u533s.wl@archon.local.idaemons.org> From: "Akinori MUSHA" To: Maxim Sobolev Cc: audit@FreeBSD.org, "Brian F. Feldman" , Mike Barcroft , ports@FreeBSD.org Subject: Re: adding -P option to pkg_delete(1) In-Reply-To: <3B80F6EC.948F7633@FreeBSD.org> References: <86ofpl0yq8.wl@archon.local.idaemons.org> <200108122310.f7CNAUZ01898@green.bikeshed.org> <86k804weed.wl@archon.local.idaemons.org> <3B80E75F.4C1C578F@FreeBSD.org> <864rr355y7.wl@archon.local.idaemons.org> <3B80F6EC.948F7633@FreeBSD.org> User-Agent: Wanderlust/2.7.2 (Too Funky) 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) 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.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 Mon, 20 Aug 2001 14:39:24 +0300, sobomax wrote: > > At Mon, 20 Aug 2001 13:33:03 +0300, > > sobomax wrote: > > > Please hold on. What is the purpose of this feature? I can't recall > > > any discussion regarding the topic. > > > > It's okay, but why don't you just try to read the patch in which the > > purpose of the feature is *explicitly* written? > > Well, perhaps you misread my question. I meant "what the code in question > is expected to be used for?", not "what the code in question does?". Also I don't differentiate the two, or three. All your questions above sounds pointless to me. What are you implying actually? > idea to hardcode regex (two of them actually) into an utility doesn't > looks very solid to me, instead I would like to see it be specificable > (or at least overrideable) from the command line, i.e.: > > # pkg_delete -P ^.\*foo.bar foo-0.0 > (don't delete files which end with `foo.bar'). Sounds interesting, but I'm afraid it would be superfluous, I mean you might be doing YAGNI[*], since I don't see why we need this extension as much as we just need to preserve shared libraries. I suggest you explain the expected use of it, that is, what for example you want to preserve other than old shared libraries. Regards, [*] YAGNI = "You Aren't Gonna Need It!" -- / /__ __ 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 Mon Aug 20 5:40: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 91A3437B409 for ; Mon, 20 Aug 2001 05:40:42 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7KCe3u45441; Mon, 20 Aug 2001 05:40:03 -0700 (PDT) (envelope-from gnats) Received: from mail.inka.de (quechua.inka.de [212.227.14.2]) by hub.freebsd.org (Postfix) with ESMTP id 6127437B414 for ; Mon, 20 Aug 2001 05:31:53 -0700 (PDT) (envelope-from naddy@mips.inka.de) Received: from kemoauc.mips.inka.de (uucp@) by mail.inka.de with local-bsmtp id 15YoCd-00066H-01; Mon, 20 Aug 2001 14:30:47 +0200 Received: (from naddy@localhost) by kemoauc.mips.inka.de (8.11.5/8.11.1) id f7KBs7T06567; Mon, 20 Aug 2001 13:54:07 +0200 (CEST) (envelope-from naddy) Message-Id: <200108201154.f7KBs7T06567@kemoauc.mips.inka.de> Date: Mon, 20 Aug 2001 13:54:07 +0200 (CEST) From: Christian Weisgerber Reply-To: Christian Weisgerber To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/29898: mark audio/waveplay as i386-only Sender: owner-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: 29898 >Category: ports >Synopsis: mark audio/waveplay as i386-only >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon Aug 20 05:40:03 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Christian Weisgerber >Release: FreeBSD 5.0-CURRENT alpha >Organization: >Environment: System: FreeBSD kemoauc.mips.inka.de 5.0-CURRENT FreeBSD 5.0-CURRENT #0: Sat Aug 11 09:23:35 CEST 2001 naddy@kemoauc.mips.inka.de:/home/obj/usr/src/sys/KEMOAUC alpha >Description: audio/waveplay assumes (at least) arbitrary alignment access and little endian. It blows up on alpha, and probably the forthcoming other architectures as well. It should be marked ONLY_FOR_ARCHS=i386. MAINTAINER doesn't respond to me. >How-To-Repeat: >Fix: diff -uNr /usr/ports/audio/waveplay/Makefile waveplay/Makefile --- /usr/ports/audio/waveplay/Makefile Wed Dec 13 13:45:25 2000 +++ waveplay/Makefile Mon Aug 20 13:42:51 2001 @@ -5,6 +5,8 @@ # $FreeBSD: ports/audio/waveplay/Makefile,v 1.5 2000/12/10 15:36:23 roam Exp $ # +ONLY_FOR_ARCHS= i386 + PORTNAME= waveplay PORTVERSION= 2000.12.10 CATEGORIES= audio >Release-Note: >Audit-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 Aug 20 5: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 E61F637B409; Mon, 20 Aug 2001 05:45:56 -0700 (PDT) (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7KCh6i45951; Mon, 20 Aug 2001 05:43:06 -0700 (PDT) (envelope-from olgeni) Date: Mon, 20 Aug 2001 05:43:06 -0700 (PDT) From: Message-Id: <200108201243.f7KCh6i45951@freefall.freebsd.org> To: stijn@win.tue.nl, olgeni@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/29895: [MAINTAINER UPDATE]: emulators/xmame Sender: owner-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/xmame State-Changed-From-To: open->closed State-Changed-By: olgeni State-Changed-When: Mon Aug 20 05:42:30 PDT 2001 State-Changed-Why: Committed, thanks! http://www.FreeBSD.org/cgi/query-pr.cgi?pr=29895 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Aug 20 5:51: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 2ED9637B41A; Mon, 20 Aug 2001 05:51:05 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7KCnPJ47126; Mon, 20 Aug 2001 05:49:25 -0700 (PDT) (envelope-from sobomax) Date: Mon, 20 Aug 2001 05:49:25 -0700 (PDT) From: Message-Id: <200108201249.f7KCnPJ47126@freefall.freebsd.org> To: petef@databits.net, sobomax@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/29885: Update editors/manedit to 0.5.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 editors/manedit to 0.5.0 State-Changed-From-To: open->closed State-Changed-By: sobomax State-Changed-When: Mon Aug 20 05:49:08 PDT 2001 State-Changed-Why: Update committed, thank you for submission! http://www.freebsd.org/cgi/query-pr.cgi?pr=29885 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Aug 20 5:55: 4 2001 Delivered-To: freebsd-ports@freebsd.org Received: from ipcard.iptcom.net (ipcard.iptcom.net [212.9.224.5]) by hub.freebsd.org (Postfix) with ESMTP id 08B2F37B42B; Mon, 20 Aug 2001 05:48:04 -0700 (PDT) (envelope-from max@vega.com) Received: from vega.vega.com (dialup13-58.iptelecom.net.ua [212.9.229.58]) by ipcard.iptcom.net (8.9.3/8.9.3) with ESMTP id PAA35603; Mon, 20 Aug 2001 15:46:54 +0300 (EEST) (envelope-from max@vega.com) Received: (from max@localhost) by vega.vega.com (8.11.4/8.11.3) id f7KCkNg15792; Mon, 20 Aug 2001 15:46:23 +0300 (EEST) (envelope-from sobomax@FreeBSD.org) From: Maxim Sobolev Message-Id: <200108201246.f7KCkNg15792@vega.vega.com> Subject: Re: adding -P option to pkg_delete(1) To: knu@iDaemons.org (Akinori MUSHA) Date: Mon, 20 Aug 2001 15:46:23 +0300 (EEST) Cc: sobomax@FreeBSD.ORG (Maxim Sobolev), audit@FreeBSD.ORG, green@FreeBSD.ORG (Brian F. Feldman), mike@FreeBSD.ORG (Mike Barcroft), ports@FreeBSD.ORG In-Reply-To: from "Akinori MUSHA" at Aug 20, 2001 09:26:47 PM X-Mailer: ELM [version 2.5 PL5] 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 > > At Mon, 20 Aug 2001 14:39:24 +0300, > sobomax wrote: > > > At Mon, 20 Aug 2001 13:33:03 +0300, > > > sobomax wrote: > > > > Please hold on. What is the purpose of this feature? I can't recall > > > > any discussion regarding the topic. > > > > > > It's okay, but why don't you just try to read the patch in which the > > > purpose of the feature is *explicitly* written? > > > > Well, perhaps you misread my question. I meant "what the code in question > > is expected to be used for?", not "what the code in question does?". Also > > I don't differentiate the two, or three. All your questions above > sounds pointless to me. What are you implying actually? Ok, let me put it differently - I just do not see any reasonable use for the new option. What the user would gain by removing all package content except of shared libraries? We couldn't reasonably gurantee that package will work after such partial removal, so I suppose that we are just asking ourselves a trouble in the form on increased number of PRs "hey, I pkg_delete'd -P libfoo-1.0, and bar-2.0 stopped working." Also such partial removal will screw our dependency system - LIB_DEPENDS will detect shared library, but at the same time all headers of the package will be missed. > > idea to hardcode regex (two of them actually) into an utility doesn't > > looks very solid to me, instead I would like to see it be specificable > > (or at least overrideable) from the command line, i.e.: > > > > # pkg_delete -P ^.\*foo.bar foo-0.0 > > (don't delete files which end with `foo.bar'). > > Sounds interesting, but I'm afraid it would be superfluous, I mean you > might be doing YAGNI[*], since I don't see why we need this extension > as much as we just need to preserve shared libraries. > > I suggest you explain the expected use of it, that is, what for > example you want to preserve other than old shared libraries. Just a bit of generalisation, forget it if you don't like it. -Maxim To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Aug 20 6: 1: 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 203E137B415 for ; Mon, 20 Aug 2001 06:00:56 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7KD0EF49338; Mon, 20 Aug 2001 06:00:14 -0700 (PDT) (envelope-from gnats) Received: from 3wgraphics.com (ppp088.comintern.ru [213.148.2.88]) by hub.freebsd.org (Postfix) with ESMTP id 6969737B40B for ; Mon, 20 Aug 2001 05:51:05 -0700 (PDT) (envelope-from root@3wgraphics.com) Received: from root by 3wgraphics.com with local (Exim 3.30 #1) id 15YoVb-000Oe1-00 for FreeBSD-gnats-submit@freebsd.org; Mon, 20 Aug 2001 16:50:23 +0400 Message-Id: Date: Mon, 20 Aug 2001 16:50:23 +0400 From: skv@protey.ru Reply-To: skv@protey.ru To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/29899: Update port: p5-XML-XPath 1.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 >Number: 29899 >Category: ports >Synopsis: Update port: p5-XML-XPath 1.10 >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 Aug 20 06:00:12 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Sergey Skvortsov >Release: FreeBSD 4.3-STABLE i386 >Organization: >Environment: >Description: Update port: p5-XML-XPath 1.10 >How-To-Repeat: >Fix: diff -crN p5-XML-XPath-1.09/Makefile p5-XML-XPath/Makefile *** p5-XML-XPath-1.09/Makefile Mon Aug 20 16:35:52 2001 --- p5-XML-XPath/Makefile Mon Aug 20 16:36:02 2001 *************** *** 6,12 **** # PORTNAME= XML-XPath ! PORTVERSION= 1.09 CATEGORIES= textproc perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= XML --- 6,12 ---- # PORTNAME= XML-XPath ! PORTVERSION= 1.10 CATEGORIES= textproc perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= XML diff -crN p5-XML-XPath-1.09/distinfo p5-XML-XPath/distinfo *** p5-XML-XPath-1.09/distinfo Mon Aug 20 16:35:52 2001 --- p5-XML-XPath/distinfo Mon Aug 20 16:49:37 2001 *************** *** 1 **** ! MD5 (XML-XPath-1.09.tar.gz) = 1bb793407040e51536cf4a64e8ef44f1 --- 1 ---- ! MD5 (XML-XPath-1.10.tar.gz) = 56cacf9d17dd381f3ee6a1b956e2b4a6 >Release-Note: >Audit-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 Aug 20 6:20: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 2738F37B416 for ; Mon, 20 Aug 2001 06:20:21 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7KDK0j54885; Mon, 20 Aug 2001 06:20:00 -0700 (PDT) (envelope-from gnats) Received: from utopia.leeym.com (utopia.leeym.com [211.72.162.194]) by hub.freebsd.org (Postfix) with ESMTP id 9478F37B409 for ; Mon, 20 Aug 2001 06:11:32 -0700 (PDT) (envelope-from leeym@utopia.leeym.com) Received: (from leeym@localhost) by utopia.leeym.com (8.11.5/8.11.5) id f7KDAYG90866; Mon, 20 Aug 2001 21:10:34 +0800 (CST) (envelope-from leeym) Message-Id: <200108201310.f7KDAYG90866@utopia.leeym.com> Date: Mon, 20 Aug 2001 21:10:34 +0800 (CST) From: Yen-Ming Lee Reply-To: Yen-Ming Lee To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/29900: update port: benchmarks/tmetric Sender: owner-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: 29900 >Category: ports >Synopsis: update port: benchmarks/tmetric >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 Aug 20 06:20:00 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Yen-Ming Lee >Release: FreeBSD 4.4-RC i386 >Organization: >Environment: System: FreeBSD utopia.leeym.com 4.4-RC FreeBSD 4.4-RC #1: Fri Aug 17 17:33:12 CST 2001 leeym@utopia.leeym.com:/usr/obj/usr/src/sys/UTOPIA i386 >Description: + MASTER_SITES of tmetric was moved. + bump PORTEPOCH + let original author take maintainership >How-To-Repeat: >Fix: diff -ruN /usr/ports/benchmarks/tmetric/Makefile tmetric/Makefile --- /usr/ports/benchmarks/tmetric/Makefile Sun Aug 19 00:00:27 2001 +++ tmetric/Makefile Mon Aug 20 20:55:18 2001 @@ -6,14 +6,13 @@ # PORTNAME= tmetric -PORTVERSION= v0.99 +PORTVERSION= v0.5 +PORTEPOCH= 1 CATEGORIES= benchmarks net -MASTER_SITES= http://netgraft.com/downloads/tmetric/ -DISTNAME= ${PORTNAME} +MASTER_SITES= http://michael.bacarella.com/software/tmetric/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= mbac@nyct.net -WRKSRC= ${WRKDIR}/${PKGNAME} HAS_CONFIGURE= yes ALL_TARGET= ${PORTNAME} diff -ruN /usr/ports/benchmarks/tmetric/distinfo tmetric/distinfo --- /usr/ports/benchmarks/tmetric/distinfo Sun Aug 19 00:00:27 2001 +++ tmetric/distinfo Mon Aug 20 14:24:02 2001 @@ -1 +1 @@ -MD5 (tmetric.tar.gz) = 7bb82442d16bb5aef67c23e6a23d2f24 +MD5 (tmetric-v0.5.tar.gz) = db41cbc14c6c1296855251d8c3dbfd85 diff -ruN /usr/ports/benchmarks/tmetric/pkg-comment tmetric/pkg-comment --- /usr/ports/benchmarks/tmetric/pkg-comment Fri Aug 11 19:50:18 2000 +++ tmetric/pkg-comment Mon Aug 20 14:32:50 2001 @@ -1 +1 @@ -A raw tool to aid in finding available bandwidth on a given pipe +A bandwidth measurement tool diff -ruN /usr/ports/benchmarks/tmetric/pkg-descr tmetric/pkg-descr --- /usr/ports/benchmarks/tmetric/pkg-descr Sun Aug 19 00:00:27 2001 +++ tmetric/pkg-descr Mon Aug 20 14:33:21 2001 @@ -1,12 +1,6 @@ -Tmetric is a (still raw) tool to aid in determining the available bandwidth -from one host to another. It is inspired by the (closed source) pathchar -utility. Please do not assume that this program works exactly like pathchar -does. It only attempts to report the bandwidth between 2 hosts, and not the -bandwidth available at every hop on a route along the way. - -I've only tried compiling this on FreeBSD and Linux. There is some strange -behavior if your system has an outdated or limited FPU. My (oldassed) sparc -(this web server), for example, doesn't handle the floating point precision -types correctly for my tests. Oh well. +A bandwidth measurement tool. It was inspired by pathchar, but the algorithm +itself is much more elementary. It basically (and sometimes accurately) +assumes that latency is proportional to available bandwidth. Worth a +"just-for-fun" run. Michael Bacarella >Release-Note: >Audit-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 Aug 20 6:50:55 2001 Delivered-To: freebsd-ports@freebsd.org Received: from mail.sipix.com.cn (mail.sipix.com.cn [202.103.166.154]) by hub.freebsd.org (Postfix) with ESMTP id C93AF37B416 for ; Mon, 20 Aug 2001 06:50:51 -0700 (PDT) (envelope-from joseh5o08112@euroconnect.dk) Received: from mcpeely.concentric.net (208-187-17-219-losangeles.cwia.com [208.187.17.219]) by mail.sipix.com.cn with SMTP (Microsoft Exchange Internet Mail Service Version 5.5.2650.21) id R2C9FXKJ; Mon, 20 Aug 2001 21:48:07 +0800 Message-ID: <0000443b3353$0000106e$00006b94@oemcomputer ([102.74.4.25]) by mtiwmhc08.worldnet.att.net (InterMail v03.02.07.07 118-134) with SMTP id <20000116195506.ZOOK28505@oemcomputer> from worldnet.att.net ([12.77.194.15]) by mtiwmhc03.worldnet.att.net> To: From: joseh5o08112@euroconnect.dk Subject: They Will Continue To Take Your Money! Date: Mon, 20 Aug 2001 05:41:10 -0300 X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Mozilla 4.72 [en] (Win98; U) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Most likely, YES! Here's why. Fierce ... take no prisoner ... insurance industry PRICE WARS have driven premiums DOWN, and down, and down -- 30 -- 40 -- 50 -- even 70% from where they were just a short time ago! YOUR INSURANCE COMPANY DOESN'T WANT YOU TO READ THIS... They will continue to take your money, while offering lower rates (up to 50%, even 70% lower) to new buyers. BUT DON'T TAKE OUR WORD FOR IT... CLICK HERE! http://members.tripod.co.uk/yumunus/index2.html and request an online quote today. Be prepared to be surprised by how cheaply you can buy large amounts of term life insurance! If you are no longer interested in receiving info on Insurance, please click on the link below to be permanently taken off our mailing list: MailTo:insurancesave32@excite.com?Subject=Delete-me To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Aug 20 6:57: 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 672CF37B405; Mon, 20 Aug 2001 06:57:04 -0700 (PDT) (envelope-from tobez@FreeBSD.org) Received: (from tobez@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7KDqLs66878; Mon, 20 Aug 2001 06:52:21 -0700 (PDT) (envelope-from tobez) Date: Mon, 20 Aug 2001 06:52:21 -0700 (PDT) From: Message-Id: <200108201352.f7KDqLs66878@freefall.freebsd.org> To: parv@worldnet.att.net, tobez@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/29884: lang/perl5 package fails to build Sender: owner-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: lang/perl5 package fails to build State-Changed-From-To: feedback->closed State-Changed-By: tobez State-Changed-When: Mon Aug 20 06:51:40 PDT 2001 State-Changed-Why: The port has been fixed. Thanks for your report! http://www.FreeBSD.org/cgi/query-pr.cgi?pr=29884 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Aug 20 6:59:46 2001 Delivered-To: freebsd-ports@freebsd.org Received: from cal009205.student.utwente.nl (cal009205.student.utwente.nl [130.89.222.35]) by hub.freebsd.org (Postfix) with ESMTP id 2A9B937B415 for ; Mon, 20 Aug 2001 06:59:43 -0700 (PDT) (envelope-from karl@cal009205.student.utwente.nl) Received: (from karl@localhost) by cal009205.student.utwente.nl (8.11.5/8.11.5) id f7KDxEu17423 for ports@freebsd.org; Mon, 20 Aug 2001 15:59:14 +0200 (CEST) (envelope-from karl) Date: Mon, 20 Aug 2001 15:59:13 +0200 From: Marcoen Hirschberg To: ports@freebsd.org Subject: Micq port. Message-ID: <20010820155913.A17402@bastards.student.utwente.nl> 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! Micq 0.4.7 was released some time ago. Could you update the port to the new version? Marcoen. -- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Aug 20 7: 0: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 998BE37B41C for ; Mon, 20 Aug 2001 07:00:39 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7KE02A68003; Mon, 20 Aug 2001 07:00:02 -0700 (PDT) (envelope-from gnats) Received: from 3wgraphics.com (ppp088.comintern.ru [213.148.2.88]) by hub.freebsd.org (Postfix) with ESMTP id 629A337B410 for ; Mon, 20 Aug 2001 06:56:57 -0700 (PDT) (envelope-from root@3wgraphics.com) Received: from root by 3wgraphics.com with local (Exim 3.30 #1) id 15YpWA-00002c-00 for FreeBSD-gnats-submit@freebsd.org; Mon, 20 Aug 2001 17:55:02 +0400 Message-Id: Date: Mon, 20 Aug 2001 17:55:02 +0400 From: skv@protey.ru Reply-To: skv@protey.ru To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/29901: Update port: p5-Finance-Quote 1.06 Sender: owner-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: 29901 >Category: ports >Synopsis: Update port: p5-Finance-Quote 1.06 >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 Aug 20 07:00:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Sergey Skvortsov >Release: FreeBSD 4.3-STABLE i386 >Organization: >Environment: >Description: Update port: p5-Finance-Quote 1.06 >How-To-Repeat: >Fix: diff -crN p5-Finance-Quote-1.05/Makefile p5-Finance-Quote/Makefile *** p5-Finance-Quote-1.05/Makefile Mon Aug 20 16:50:53 2001 --- p5-Finance-Quote/Makefile Mon Aug 20 17:24:11 2001 *************** *** 6,12 **** # PORTNAME= Finance-Quote ! PORTVERSION= 1.05 CATEGORIES= misc perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Finance --- 6,12 ---- # PORTNAME= Finance-Quote ! PORTVERSION= 1.06 CATEGORIES= misc perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Finance *************** *** 32,37 **** Finance::Quote::Yahoo::Australia.3 \ Finance::Quote::Yahoo::Base.3 \ Finance::Quote::Yahoo::Europe.3\ ! Finance::Quote::Yahoo::USA.3 .include --- 32,41 ---- Finance::Quote::Yahoo::Australia.3 \ Finance::Quote::Yahoo::Base.3 \ Finance::Quote::Yahoo::Europe.3\ ! Finance::Quote::Yahoo::USA.3 \ ! Finance::Quote::AEX.3 \ ! Finance::Quote::Cdnfundlibrary.3 \ ! Finance::Quote::Fool.3 \ ! Finance::Quote::Tdwaterhouse.3 .include diff -crN p5-Finance-Quote-1.05/distinfo p5-Finance-Quote/distinfo *** p5-Finance-Quote-1.05/distinfo Mon Aug 20 16:50:53 2001 --- p5-Finance-Quote/distinfo Mon Aug 20 16:52:36 2001 *************** *** 1 **** ! MD5 (Finance-Quote-1.05.tar.gz) = 5d1145854664d0f9a3c0e22feee64734 --- 1 ---- ! MD5 (Finance-Quote-1.06.tar.gz) = 492fef37cf6124c2f4652c7764bed257 diff -crN p5-Finance-Quote-1.05/pkg-plist p5-Finance-Quote/pkg-plist *** p5-Finance-Quote-1.05/pkg-plist Mon Aug 20 16:50:53 2001 --- p5-Finance-Quote/pkg-plist Mon Aug 20 17:21:17 2001 *************** *** 12,17 **** --- 12,21 ---- lib/perl5/site_perl/%%PERL_VER%%/Finance/Quote/Yahoo/Base.pm lib/perl5/site_perl/%%PERL_VER%%/Finance/Quote/Yahoo/Europe.pm lib/perl5/site_perl/%%PERL_VER%%/Finance/Quote/Yahoo/USA.pm + lib/perl5/site_perl/%%PERL_VER%%/Finance/Quote/AEX.pm + lib/perl5/site_perl/%%PERL_VER%%/Finance/Quote/Cdnfundlibrary.pm + lib/perl5/site_perl/%%PERL_VER%%/Finance/Quote/Fool.pm + lib/perl5/site_perl/%%PERL_VER%%/Finance/Quote/Tdwaterhouse.pm @dirrm lib/perl5/site_perl/%%PERL_VER%%/Finance/Quote/Yahoo @dirrm lib/perl5/site_perl/%%PERL_VER%%/Finance/Quote @dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Finance/Quote >Release-Note: >Audit-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 Aug 20 7: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 DDFA937B413 for ; Mon, 20 Aug 2001 07:20:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7KEK1u73427; Mon, 20 Aug 2001 07: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 1A0C537B412 for ; Mon, 20 Aug 2001 07:20:01 -0700 (PDT) (envelope-from nobody@FreeBSD.org) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7KEK1L73411; Mon, 20 Aug 2001 07:20:01 -0700 (PDT) (envelope-from nobody) Message-Id: <200108201420.f7KEK1L73411@freefall.freebsd.org> Date: Mon, 20 Aug 2001 07:20:01 -0700 (PDT) From: Dan Pelleg To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/29902: Mozilla package URL problems Sender: owner-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: 29902 >Category: ports >Synopsis: Mozilla package URL problems >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon Aug 20 07:20:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Dan Pelleg >Release: 4.4-PRERELEASE >Organization: >Environment: >Description: Mozilla package not linked from http://www.freebsd.org/ports/www.html, and pkg_add -r can't find it. >How-To-Repeat: pkg_add -r mozilla-0.9.3,1 >Fix: Just guessing, the comma in the pacakge name is breaking something. >Release-Note: >Audit-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 Aug 20 7:35:48 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3906637B40D; Mon, 20 Aug 2001 07:35:47 -0700 (PDT) (envelope-from tobez@FreeBSD.org) Received: (from tobez@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7KEXx575672; Mon, 20 Aug 2001 07:33:59 -0700 (PDT) (envelope-from tobez) Date: Mon, 20 Aug 2001 07:33:59 -0700 (PDT) From: Message-Id: <200108201433.f7KEXx575672@freefall.freebsd.org> To: skv@protey.ru, tobez@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/29899: Update port: p5-XML-XPath 1.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 Synopsis: Update port: p5-XML-XPath 1.10 State-Changed-From-To: open->closed State-Changed-By: tobez State-Changed-When: Mon Aug 20 07:32:47 PDT 2001 State-Changed-Why: Update committed, thanks! I also added an unexec rmdir (fixes pkg-plist). http://www.FreeBSD.org/cgi/query-pr.cgi?pr=29899 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Aug 20 7:53:32 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 2BDBC37B40E; Mon, 20 Aug 2001 07:53:19 -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 48F114D835; Mon, 20 Aug 2001 23:53:17 +0900 (JST) Date: Mon, 20 Aug 2001 23:53:17 +0900 Message-ID: <86y9oe4wbm.wl@archon.local.idaemons.org> From: "Akinori MUSHA" To: Maxim Sobolev Cc: audit@FreeBSD.org, green@FreeBSD.org (Brian F. Feldman), mike@FreeBSD.org (Mike Barcroft), ports@FreeBSD.org Subject: Re: adding -P option to pkg_delete(1) In-Reply-To: <200108201246.f7KCkNg15792@vega.vega.com> References: <200108201246.f7KCkNg15792@vega.vega.com> User-Agent: Wanderlust/2.7.2 (Too Funky) 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) 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.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 Mon, 20 Aug 2001 15:46:23 +0300 (EEST), sobomax wrote: > Ok, let me put it differently - I just do not see any reasonable use for > the new option. What the user would gain by removing all package content We would certainly not (have to) gurantee anything. As mentioned in the man page, -P is supposed to be used given a user knows what s/he is doing. > except of shared libraries? We couldn't reasonably gurantee that package > will work after such partial removal, so I suppose that we are just asking > ourselves a trouble in the form on increased number of PRs "hey, I > pkg_delete'd -P libfoo-1.0, and bar-2.0 stopped working." Also such > partial removal will screw our dependency system - LIB_DEPENDS will That doesn't make sense! As long as our dependency system works as you say in the latter part, one could not pkg_delete libfoo when bar-2.0 properly LIB_DEPENDS on it as you say in the former part. Besides, the fact is opposite. The -P option prevents us from getting the "hey, I pkg_delete'd -P libfoo-1.0, and bar-2.0 stopped working." type of PRs. Some pieces of software in ports detect and pick up libraries which are not listed in LIB_DEPENDS. For instance, the XEmacs port picks up and links libldap automatically without a user's notice. So in this case, we may get a PR which says "hey, I pkg_delete'd openldap-2.0.11_4, and xemacs-21.1.14 stopped working somehow.". Note that I am not denying that we should add `--without-openldap' or something to the port's CONFIGURE_ARGS, but we cannot cover every case. Granted, s/he would never get into trouble if there were the -P option and he knew of that. It doesn't solve anything essentially, but at least it helps people in a certain case to two. (See below) > detect shared library, but at the same time all headers of the package > will be missed. That's no problem. Because when one (re)builds a new binary, s/he will use the new version of the headers and the library anyway. It's just for backward (binary) compatibility. By the way, do you remove all the old shared libraries everytime you do a `make world'? I suppose not, since you know you (or other users) might still have some executables and shared libraries that depend on the older ones. Don't you install compat4x after you upgrade one of your 4-STABLE box to 5-CURRENT? I suppose yes, for the same reason. Given the above, you may reasonably want to preserve shared libraries when you upgrade a package. Do I make myself clear? -- / /__ __ 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 Mon Aug 20 7:55:48 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3669137B401; Mon, 20 Aug 2001 07:55:47 -0700 (PDT) (envelope-from tobez@FreeBSD.org) Received: (from tobez@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7KEjrI77422; Mon, 20 Aug 2001 07:45:53 -0700 (PDT) (envelope-from tobez) Date: Mon, 20 Aug 2001 07:45:53 -0700 (PDT) From: Message-Id: <200108201445.f7KEjrI77422@freefall.freebsd.org> To: skv@protey.ru, tobez@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/29901: Update port: p5-Finance-Quote 1.06 Sender: owner-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: p5-Finance-Quote 1.06 State-Changed-From-To: open->closed State-Changed-By: tobez State-Changed-When: Mon Aug 20 07:45:34 PDT 2001 State-Changed-Why: Update committed, thanks! http://www.FreeBSD.org/cgi/query-pr.cgi?pr=29901 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Aug 20 8:10: 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 F3E9F37B417 for ; Mon, 20 Aug 2001 08:10:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7KFA2i84693; Mon, 20 Aug 2001 08:10:02 -0700 (PDT) (envelope-from gnats) Date: Mon, 20 Aug 2001 08:10:02 -0700 (PDT) Message-Id: <200108201510.f7KFA2i84693@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Maxim Sobolev Subject: Re: ports/29902: Mozilla package URL problems Reply-To: Maxim Sobolev Sender: owner-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/29902; it has been noted by GNATS. From: Maxim Sobolev To: dpelleg+bsd@cs.cmu.edu (Dan Pelleg) Cc: freebsd-gnats-submit@FreeBSD.ORG Subject: Re: ports/29902: Mozilla package URL problems Date: Mon, 20 Aug 2001 17:59:27 +0300 (EEST) > pkg_add -r mozilla-0.9.3,1 You don't have to manually specify version of the package being added, i.e. just do: $ pkg_add -r mozilla and it will install whatever version is latest. -Maxim To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Aug 20 8:40:20 2001 Delivered-To: freebsd-ports@freebsd.org Received: from ipcard.iptcom.net (ipcard.iptcom.net [212.9.224.5]) by hub.freebsd.org (Postfix) with ESMTP id 6A2A337B415; Mon, 20 Aug 2001 08:39:48 -0700 (PDT) (envelope-from max@vega.com) Received: from vega.vega.com (dialup2-43.iptelecom.net.ua [212.9.226.107]) by ipcard.iptcom.net (8.9.3/8.9.3) with ESMTP id SAA66525; Mon, 20 Aug 2001 18:39:39 +0300 (EEST) (envelope-from max@vega.com) Received: (from max@localhost) by vega.vega.com (8.11.4/8.11.3) id f7KFd7N16456; Mon, 20 Aug 2001 18:39:07 +0300 (EEST) (envelope-from sobomax@FreeBSD.org) From: Maxim Sobolev Message-Id: <200108201539.f7KFd7N16456@vega.vega.com> Subject: Re: adding -P option to pkg_delete(1) To: knu@iDaemons.org (Akinori MUSHA) Date: Mon, 20 Aug 2001 18:38:27 +0300 (EEST) Cc: sobomax@FreeBSD.ORG (Maxim Sobolev), audit@FreeBSD.ORG, green@FreeBSD.ORG (Brian F. Feldman), mike@FreeBSD.ORG (Mike Barcroft), ports@FreeBSD.ORG In-Reply-To: from "Akinori MUSHA" at Aug 20, 2001 11:53:17 PM X-Mailer: ELM [version 2.5 PL5] 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 > > At Mon, 20 Aug 2001 15:46:23 +0300 (EEST), > sobomax wrote: > > Ok, let me put it differently - I just do not see any reasonable use for > > the new option. What the user would gain by removing all package content > > We would certainly not (have to) gurantee anything. As mentioned in > the man page, -P is supposed to be used given a user knows what s/he > is doing. > > > except of shared libraries? We couldn't reasonably gurantee that package > > will work after such partial removal, so I suppose that we are just asking > > ourselves a trouble in the form on increased number of PRs "hey, I > > pkg_delete'd -P libfoo-1.0, and bar-2.0 stopped working." Also such > > partial removal will screw our dependency system - LIB_DEPENDS will > > That doesn't make sense! As long as our dependency system works as > you say in the latter part, one could not pkg_delete libfoo when > bar-2.0 properly LIB_DEPENDS on it as you say in the former part. Then it makes even more questionable the usability of the new feature. If our dependency mechanist works, then you will be prevented from deleting shared library until there are still packages that require it, isn't it? Logically, one would be able to delete package only when there are no more packages that depend on it, so why to leave useless libfoo.so.X behind then? > Besides, the fact is opposite. The -P option prevents us from getting > the "hey, I pkg_delete'd -P libfoo-1.0, and bar-2.0 stopped working." > type of PRs. I think opposite. It sound to me like it would encourage users to delete all package contents expept of shared library and expect that the resulting setup will continue working, but in many cases it won't! > Some pieces of software in ports detect and pick up libraries which > are not listed in LIB_DEPENDS. For instance, the XEmacs port picks up > and links libldap automatically without a user's notice. So in this > case, we may get a PR which says "hey, I pkg_delete'd > openldap-2.0.11_4, and xemacs-21.1.14 stopped working somehow.". Note > that I am not denying that we should add `--without-openldap' or > something to the port's CONFIGURE_ARGS, but we cannot cover every > case. No, we can and should (as long as the amount of possible cases is not infinite, which isn't the case obviously ;). > Granted, s/he would never get into trouble if there were the -P option > and he knew of that. It doesn't solve anything essentially, but at > least it helps people in a certain case to two. (See below) No, you are trying to solve the problem from the wrong end. XEmacs should be fixed instead to detect installed libraries and expand its LIB_DEPENDS accordingly to ensure proper dependency registration. After all, how in this situation the user expected to know which packages he/she have to remove with `-P' and which without? > > detect shared library, but at the same time all headers of the package > > will be missed. > > That's no problem. Because when one (re)builds a new binary, s/he > will use the new version of the headers and the library anyway. It's > just for backward (binary) compatibility. Where is the gurantee that the user will install new library after deleting the old version of package with `-P'? With this option it is very easy to shoot yourself in a foot by deleting some packages with `-P', forget about it and run into the problems later, when LIB_DEPENDS will detect shared library of partially removed package, thus breaking the build in strange ways. > By the way, do you remove all the old shared libraries everytime you > do a `make world'? I suppose not, since you know you (or other users) > might still have some executables and shared libraries that depend on > the older ones. > > Don't you install compat4x after you upgrade one of your 4-STABLE box > to 5-CURRENT? I suppose yes, for the same reason. > > Given the above, you may reasonably want to preserve shared libraries > when you upgrade a package. > > > Do I make myself clear? Yes, though I'm still don't see much point in this option. However, I would not object to its inclusion into pkg_install as long as the following criterias are meet: 1. It should be clear indicated in the manpage that the setup resulted from the usage of `-P' option is completely unsupported by us (i.e. The Project) and the user should use this option only when he/she really understands all implications (some of them I outlined above); 2. This option is not enabled by default; 3. Nobody else disagrees. Moreover, to protect users from some of the shortcomings above I would propose to move leftover shared libraries into some form of attic (e.g. lib/compat/), instead of leaving them in the lib/ so it is immediately clean what shared libraries are there only for compatibility purposes. Then, our dependency resolution mechanism could be teached to ignore those directories thus eliminating the possibility of misdetection of dependency. -Maxim To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Aug 20 8:55: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 7EDB437B401; Mon, 20 Aug 2001 08:55:57 -0700 (PDT) (envelope-from tobez@FreeBSD.org) Received: (from tobez@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7KFnnh90931; Mon, 20 Aug 2001 08:49:49 -0700 (PDT) (envelope-from tobez) Date: Mon, 20 Aug 2001 08:49:49 -0700 (PDT) From: Message-Id: <200108201549.f7KFnnh90931@freefall.freebsd.org> To: watchman@ludd.luth.se, tobez@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/27705: The p5-Tcl port is broken due to wrong includes which causes the linker to stop on missing symbol names. Sender: owner-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: The p5-Tcl port is broken due to wrong includes which causes the linker to stop on missing symbol names. State-Changed-From-To: open->closed State-Changed-By: tobez State-Changed-When: Mon Aug 20 08:49:17 PDT 2001 State-Changed-Why: The problem has been fixed. Thanks for your report! http://www.FreeBSD.org/cgi/query-pr.cgi?pr=27705 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Aug 20 9: 5:49 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 793FB37B40A; Mon, 20 Aug 2001 09:05:47 -0700 (PDT) (envelope-from kevlo@FreeBSD.org) Received: (from kevlo@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7KFxq192564; Mon, 20 Aug 2001 08:59:52 -0700 (PDT) (envelope-from kevlo) Date: Mon, 20 Aug 2001 08:59:52 -0700 (PDT) From: Message-Id: <200108201559.f7KFxq192564@freefall.freebsd.org> To: pat@databits.net, kevlo@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/29889: Update port games/glchess Sender: owner-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/glchess State-Changed-From-To: open->closed State-Changed-By: kevlo State-Changed-When: Mon Aug 20 08:59:40 PDT 2001 State-Changed-Why: Committed, thanks. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=29889 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Aug 20 9: 5: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 37BCE37B40F; Mon, 20 Aug 2001 09:05:54 -0700 (PDT) (envelope-from kevlo@FreeBSD.org) Received: (from kevlo@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7KG1iM93031; Mon, 20 Aug 2001 09:01:44 -0700 (PDT) (envelope-from kevlo) Date: Mon, 20 Aug 2001 09:01:44 -0700 (PDT) From: Message-Id: <200108201601.f7KG1iM93031@freefall.freebsd.org> To: osa@FreeBSD.org.ru, kevlo@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/29878: [MAINTAINER] update databases/gigabase from 2.37 to 2.38 Sender: owner-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 databases/gigabase from 2.37 to 2.38 State-Changed-From-To: open->closed State-Changed-By: kevlo State-Changed-When: Mon Aug 20 09:01:27 PDT 2001 State-Changed-Why: committed, thanks. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=29878 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Aug 20 9:15: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 AE73C37B40D; Mon, 20 Aug 2001 09:15:48 -0700 (PDT) (envelope-from kevlo@FreeBSD.org) Received: (from kevlo@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7KG6bK96662; Mon, 20 Aug 2001 09:06:37 -0700 (PDT) (envelope-from kevlo) Date: Mon, 20 Aug 2001 09:06:37 -0700 (PDT) From: Message-Id: <200108201606.f7KG6bK96662@freefall.freebsd.org> To: greg@rosevale.com.au, kevlo@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/29864: update of wavplay port Sender: owner-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 of wavplay port State-Changed-From-To: open->closed State-Changed-By: kevlo State-Changed-When: Mon Aug 20 09:06:18 PDT 2001 State-Changed-Why: Committed, thanks. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=29864 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Aug 20 9:20:16 2001 Delivered-To: freebsd-ports@freebsd.org Received: from ipcard.iptcom.net (ipcard.iptcom.net [212.9.224.5]) by hub.freebsd.org (Postfix) with ESMTP id 235FC37B412; Mon, 20 Aug 2001 09:20:06 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Received: from vega.vega.com (dialup14-0.iptelecom.net.ua [212.9.229.64]) by ipcard.iptcom.net (8.9.3/8.9.3) with ESMTP id TAA71972; Mon, 20 Aug 2001 19:19:57 +0300 (EEST) (envelope-from sobomax@FreeBSD.org) 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 f7KGIeo16949; Mon, 20 Aug 2001 19:18:40 +0300 (EEST) (envelope-from sobomax@FreeBSD.org) Message-ID: <3B81389A.167A5788@FreeBSD.org> Date: Mon, 20 Aug 2001 19:19:38 +0300 From: Maxim Sobolev Organization: Vega International Capital X-Mailer: Mozilla 4.78 [en] (Windows NT 5.0; U) X-Accept-Language: en,uk,ru MIME-Version: 1.0 To: Akinori MUSHA Cc: portmgr@FreeBSD.org, ports@FreeBSD.org Subject: Re: bsd.port.mk: renaming cookie files References: <86snernc9l.wl@archon.local.idaemons.org> Content-Type: text/plain; charset=koi8-r 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 Akinori MUSHA wrote: > Hi, > > I'd suggest including ${PKGNAME} in the name of each cookie file, so > that a port would never install the stuff built in the outdated > working directory. > > With the following patch, bsd.port.mk will not think a port is already > built when the PKGNAME doesn't match that of what is built in the > WRKDIR. > > Any comments? Nice idea, but I think that we can go further down the road and change WRKDIR to be ${WRKDIRPREFIX}${.CURDIR}/work-${PKGNAME}. This way we will also protect packages whose distfiles were updated without version bump (hence WRKSRC remains the same) and those that doesn't have version number in their WRKSRC at all (e.g. XFree86) - you know unpacking new version on top of older one can give number of weird problems raging from make (1) not rebuiling all targets to configure script picking pieces of all setup via config.cache file. For compatibility purposed bsd.ports.mk could be tweaked to create work --> work-${PKGNAME}symlink in the ports's top directory. What do you think? -Maxim To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Aug 20 9:27: 2 2001 Delivered-To: freebsd-ports@freebsd.org Received: from ipcard.iptcom.net (ipcard.iptcom.net [212.9.224.5]) by hub.freebsd.org (Postfix) with ESMTP id 9633137B407; Mon, 20 Aug 2001 09:26:54 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Received: from vega.vega.com (dialup15-18.iptelecom.net.ua [212.9.229.146]) by ipcard.iptcom.net (8.9.3/8.9.3) with ESMTP id TAA72825; Mon, 20 Aug 2001 19:26:49 +0300 (EEST) (envelope-from sobomax@FreeBSD.org) 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 f7KGPco17000; Mon, 20 Aug 2001 19:25:38 +0300 (EEST) (envelope-from sobomax@FreeBSD.org) Message-ID: <3B813A3C.DB8FEAC8@FreeBSD.org> Date: Mon, 20 Aug 2001 19:26:36 +0300 From: Maxim Sobolev Organization: Vega International Capital X-Mailer: Mozilla 4.78 [en] (Windows NT 5.0; U) X-Accept-Language: en,uk,ru MIME-Version: 1.0 To: "R. Lahaye" Cc: gnome@FreeBSD.org, ports@FreeBSD.org Subject: Re: FreeBSD Port: AbiWord-0.9.2 References: <3B7F0619.DA2A16EF@users.sourceforge.net> Content-Type: text/plain; charset=koi8-r 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 "R. Lahaye" wrote: > Hi, > > I've upgraded my AbiWord port (as of August 18), but ended with a > non-working executable. > > The make / install says: > > # make install > ===> Installing for AbiWord-0.9.2 > ===> AbiWord-0.9.2 depends on shared library: png.4 - found > ===> AbiWord-0.9.2 depends on shared library: giconv.2 - found > ===> AbiWord-0.9.2 depends on shared library: glib12.3 - found > ===> AbiWord-0.9.2 depends on shared library: gtk12.2 - found > [...] > > and all else goes well. > > Then: > > $AbiWord > > **** (1) Assert **** > **** (1) UT_SHOULD_NOT_HAPPEN at ap_UnixLeftRuler.cpp:349 **** > **** (1) Continue ? (y/n) [y] : y > > **** (2) Assert **** > **** (2) UT_SHOULD_NOT_HAPPEN at ap_UnixLeftRuler.cpp:349 **** > **** (2) Continue ? (y/n) [y] : y > > **** (3) Assert **** > **** (3) UT_SHOULD_NOT_HAPPEN at ap_UnixLeftRuler.cpp:349 **** > **** (3) Continue ? (y/n) [y] : y > > **** (4) Assert **** > **** (4) UT_SHOULD_NOT_HAPPEN at ap_UnixLeftRuler.cpp:349 **** > **** (4) Continue ? (y/n) [y] : y > > $ > > [ the "y" I have typed manually! ] > > and AbiWord just exits. In the process there's a popup that says > that a Roman font can't be found in the X-Window System, but I don't > think that's fatal. > > Any ideas why this doesn't work? Any chance that you are trying to display AbiWord on a remote X server or something on the local machine that isn't a XFree86 server? Then you have to tweak your server's setup to make fonts that come with AbiWord available to it (for example: in the case of remote XFree86 copy content of ${PREFIX}/share/AbiSuite/fonts to some directory on the server and add this directory to the server's fonthpath). -Maxim To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Aug 20 9:28: 3 2001 Delivered-To: freebsd-ports@freebsd.org Received: from ipcard.iptcom.net (ipcard.iptcom.net [212.9.224.5]) by hub.freebsd.org (Postfix) with ESMTP id D91F537B408; Mon, 20 Aug 2001 09:27:55 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Received: from vega.vega.com (dialup15-18.iptelecom.net.ua [212.9.229.146]) by ipcard.iptcom.net (8.9.3/8.9.3) with ESMTP id TAA73001; Mon, 20 Aug 2001 19:27:51 +0300 (EEST) (envelope-from sobomax@FreeBSD.org) 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 f7KGRKo17035; Mon, 20 Aug 2001 19:27:20 +0300 (EEST) (envelope-from sobomax@FreeBSD.org) Message-ID: <3B813AA2.4A22DAAF@FreeBSD.org> Date: Mon, 20 Aug 2001 19:28:18 +0300 From: Maxim Sobolev Organization: Vega International Capital X-Mailer: Mozilla 4.78 [en] (Windows NT 5.0; U) X-Accept-Language: en,uk,ru MIME-Version: 1.0 To: Akinori MUSHA , portmgr@FreeBSD.org, ports@FreeBSD.org Subject: Re: bsd.port.mk: renaming cookie files References: <86snernc9l.wl@archon.local.idaemons.org> <3B81389A.167A5788@FreeBSD.org> Content-Type: text/plain; charset=koi8-r 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 Maxim Sobolev wrote: > Akinori MUSHA wrote: > > > Hi, > > > > I'd suggest including ${PKGNAME} in the name of each cookie file, so > > that a port would never install the stuff built in the outdated > > working directory. > > > > With the following patch, bsd.port.mk will not think a port is already > > built when the PKGNAME doesn't match that of what is built in the > > WRKDIR. > > > > Any comments? > > all setup via config.cache file. For compatibility purposed bsd.ports.mk could be s/all/old/ -Maxim To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Aug 20 9:28:49 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 BFCA437B40F; Mon, 20 Aug 2001 09:28:35 -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 0A4D34E24D; Tue, 21 Aug 2001 01:28:34 +0900 (JST) Date: Tue, 21 Aug 2001 01:28:33 +0900 Message-ID: <86wv3y4rwu.wl@archon.local.idaemons.org> From: "Akinori MUSHA" To: Maxim Sobolev Cc: audit@FreeBSD.ORG, green@FreeBSD.ORG (Brian F. Feldman), mike@FreeBSD.ORG (Mike Barcroft), ports@FreeBSD.ORG Subject: Re: adding -P option to pkg_delete(1) In-Reply-To: <200108201539.f7KFd7N16456@vega.vega.com> References: <200108201539.f7KFd7N16456@vega.vega.com> User-Agent: Wanderlust/2.7.2 (Too Funky) 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) 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.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 Mon, 20 Aug 2001 18:38:27 +0300 (EEST), sobomax wrote: > > That doesn't make sense! As long as our dependency system works as > > you say in the latter part, one could not pkg_delete libfoo when > > bar-2.0 properly LIB_DEPENDS on it as you say in the former part. > > Then it makes even more questionable the usability of the new feature. > If our dependency mechanist works, then you will be prevented from > deleting shared library until there are still packages that require it, > isn't it? Logically, one would be able to delete package only when > there are no more packages that depend on it, so why to leave useless > libfoo.so.X behind then? The world is not 100% made of packages, and a package system cannot handle everything. Sometimes a user can be lazy to (tell his/her users to) rebuild and reinstall all the binaries that depend on a library that's being updated via ports/packages, when s/he is sure that keeping the old version would save everything that's working at the time. It may include packages, or it may include some users' locally built stuff. Ideally, I admit packages should be strictly administrated within the framework. but users' stuff could not. > > Besides, the fact is opposite. The -P option prevents us from getting > > the "hey, I pkg_delete'd -P libfoo-1.0, and bar-2.0 stopped working." > > type of PRs. > > I think opposite. It sound to me like it would encourage users to > delete all package contents expept of shared library and expect that the > resulting setup will continue working, but in many cases it won't! Define many, please? Most shared libraries work by itself without depending on version specific configuration files. That's one of the purpose we have shared library versions and allow several versions of a library to coexist. I think I can name concrete examples as much as you want. > No, we can and should (as long as the amount of possible cases is not > infinite, which isn't the case obviously ;). That's not a good attitude to live with the reality. If everything worked as you think it "should", you'd have no problem in the first place. At least until we fix most of them, we certainly need this kind of workarounds. > No, you are trying to solve the problem from the wrong end. XEmacs > should be fixed instead to detect installed libraries and expand its > LIB_DEPENDS accordingly to ensure proper dependency registration. After > all, how in this situation the user expected to know which packages > he/she have to remove with `-P' and which without? Putting -P is safer in general. That's all. I'm not going to overrate it. > Where is the gurantee that the user will install new library after > deleting the old version of package with `-P'? With this option it is > very easy to shoot yourself in a foot by deleting some packages with > `-P', forget about it and run into the problems later, when LIB_DEPENDS > will detect shared library of partially removed package, thus breaking > the build in strange ways. You have a point here. So, I liked your "lib/compat" idea in the last paragraph. > > Do I make myself clear? > > Yes, though I'm still don't see much point in this option. However, I > would not object to its inclusion into pkg_install as long as the > following criterias are meet: I'm glad we are walking up to each other. > 1. It should be clear indicated in the manpage that the setup resulted > from the usage of `-P' option is completely unsupported by us (i.e. > The Project) and the user should use this option only when he/she > really understands all implications (some of them I outlined above); I agree with that, but then we should also mention that there are many other "unsupported" commands and options like pkg_update, pkg_add -I, pkg_delete -D, etc. . In my opinion, ports/packages are already flawful and is hard to guarantee much. For example, pkg_add installs a package even though a different version is still installed. Anyway, it is a good thing to document as much as we can. > 2. This option is not enabled by default; Sure. Because it is an "option" as it is. :) > 3. Nobody else disagrees. So far it seems. > Moreover, to protect users from some of the shortcomings above I would > propose to move leftover shared libraries into some form of attic (e.g. > lib/compat/), instead of leaving them in the lib/ so it is immediately > clean what shared libraries are there only for compatibility purposes. > Then, our dependency resolution mechanism could be teached to ignore > those directories thus eliminating the possibility of misdetection of > dependency. That's a pretty good idea. I'll test the mechanism with my pkg_deinstall(1) utility and see if/how it works, then I'll feed it back to pkg_delete. Actually -P was first implemented in pkg_deinstall(1) and I am feeding it back. Regards, -- / /__ __ 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 Mon Aug 20 9:55:37 2001 Delivered-To: freebsd-ports@freebsd.org Received: from ringworld.nanolink.com (dialmess.nanolink.com [217.75.135.246]) by hub.freebsd.org (Postfix) with SMTP id CEB5B37B412 for ; Mon, 20 Aug 2001 09:55:12 -0700 (PDT) (envelope-from roam@ringlet.net) Received: (qmail 2143 invoked by uid 1000); 20 Aug 2001 16:52:30 -0000 Date: Mon, 20 Aug 2001 19:52:30 +0300 From: Peter Pentchev To: Maxim Sobolev Cc: Akinori MUSHA , portmgr@FreeBSD.org, ports@FreeBSD.org Subject: Re: bsd.port.mk: renaming cookie files Message-ID: <20010820195230.A756@ringworld.oblivion.bg> Mail-Followup-To: Maxim Sobolev , Akinori MUSHA , portmgr@FreeBSD.org, ports@FreeBSD.org References: <86snernc9l.wl@archon.local.idaemons.org> <3B81389A.167A5788@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: <3B81389A.167A5788@FreeBSD.org>; from sobomax@FreeBSD.org on Mon, Aug 20, 2001 at 07:19:38PM +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, Aug 20, 2001 at 07:19:38PM +0300, Maxim Sobolev wrote: > Akinori MUSHA wrote: > > > Hi, > > > > I'd suggest including ${PKGNAME} in the name of each cookie file, so > > that a port would never install the stuff built in the outdated > > working directory. > > > > With the following patch, bsd.port.mk will not think a port is already > > built when the PKGNAME doesn't match that of what is built in the > > WRKDIR. > > > > Any comments? > > Nice idea, but I think that we can go further down the road and change WRKDIR to be > ${WRKDIRPREFIX}${.CURDIR}/work-${PKGNAME}. This way we will also protect packages > whose distfiles were updated without version bump (hence WRKSRC remains the same) and > those that doesn't have version number in their WRKSRC at all (e.g. XFree86) - you > know unpacking new version on top of older one can give number of weird problems > raging from make (1) not rebuiling all targets to configure script picking pieces of > all setup via config.cache file. For compatibility purposed bsd.ports.mk could be > tweaked to create work --> work-${PKGNAME}symlink in the ports's top directory. > > What do you think? Maybe one level deeper: work/${PKGNAME}, so the work/ portion remains the same, allowing a 'make clean' to clean everything. I often stumble across a work/ directory left from a previous version, and I like the ability of the recursive 'make clean' to remove all such beasties for all dependencies. G'luck, Peter -- This sentence would be seven words long if it were six words shorter. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Aug 20 10: 0: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 9260937B41B for ; Mon, 20 Aug 2001 10:00:06 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7KH06o02749; Mon, 20 Aug 2001 10:00:06 -0700 (PDT) (envelope-from gnats) Date: Mon, 20 Aug 2001 10:00:06 -0700 (PDT) Message-Id: <200108201700.f7KH06o02749@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Peter Pentchev Subject: Re: ports/29826: Update port: www/lynx to 2.8.4.1 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/29826; it has been noted by GNATS. From: Peter Pentchev To: KATO Tsuguru Cc: freebsd-gnats-submit@FreeBSD.org Subject: Re: ports/29826: Update port: www/lynx to 2.8.4.1 Date: Mon, 20 Aug 2001 19:57:57 +0300 On Fri, Aug 17, 2001 at 03:40:44PM -0700, KATO Tsuguru wrote: > > >Number: 29826 > >Category: ports > >Synopsis: Update port: www/lynx to 2.8.4.1 > >Description: > - Update to version 2.8.4rel.1 > > New file: > files/patch-ab > > >How-To-Repeat: > > >Fix: > diff -urN /usr/ports/www/lynx/Makefile www/lynx/Makefile > --- /usr/ports/www/lynx/Makefile Wed Jan 17 02:32:56 2001 > +++ www/lynx/Makefile Fri Aug 17 22:36:44 2001 > @@ -6,19 +6,19 @@ > # > > PORTNAME= lynx > -PORTVERSION= 2.8.3.1 > +PORTVERSION= 2.8.4.1 > CATEGORIES= www > MASTER_SITES= http://lynx.isc.org/current/ > -DISTNAME= ${PORTNAME}2.8.3rel.1 > +DISTNAME= ${PORTNAME}2.8.4rel.1 Just a minor comment: if the Lynx folks keep up this release distfile naming scheme, would it not be better to have this as: DISTNAME= ${PORTNAME:R}rel.${PORTNAME:E} 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 Aug 20 10: 5:45 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 7D8CE37B406; Mon, 20 Aug 2001 10:05:38 -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 4EF064D835; Tue, 21 Aug 2001 02:05:37 +0900 (JST) Date: Tue, 21 Aug 2001 02:05:37 +0900 Message-ID: <86vgji4q72.wl@archon.local.idaemons.org> From: "Akinori MUSHA" To: Maxim Sobolev Cc: portmgr@FreeBSD.org, ports@FreeBSD.org Subject: Re: bsd.port.mk: renaming cookie files In-Reply-To: <3B81389A.167A5788@FreeBSD.org> References: <86snernc9l.wl@archon.local.idaemons.org> <3B81389A.167A5788@FreeBSD.org> User-Agent: Wanderlust/2.7.2 (Too Funky) 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) 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.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 Mon, 20 Aug 2001 19:19:38 +0300, sobomax wrote: > Nice idea, but I think that we can go further down the road and change WRKDIR to be > ${WRKDIRPREFIX}${.CURDIR}/work-${PKGNAME}. This way we will also protect packages > whose distfiles were updated without version bump (hence WRKSRC remains the same) and > those that doesn't have version number in their WRKSRC at all (e.g. XFree86) - you > know unpacking new version on top of older one can give number of weird problems > raging from make (1) not rebuiling all targets to configure script picking pieces of > all setup via config.cache file. For compatibility purposed bsd.ports.mk could be > tweaked to create work --> work-${PKGNAME}symlink in the ports's top directory. I suppose you don't need to go that far since the do-extract target will remove the ${WRKDIR} extirely before extracting a tarball. # Extract .if !target(do-extract) do-extract: @${RM} -rf ${WRKDIR} @${MKDIR} ${WRKDIR} @for file in ${EXTRACT_ONLY}; do \ if ! (cd ${WRKDIR} && ${EXTRACT_CMD} ${EXTRACT_BEFORE_ARGS} ${_DISTDIR}/$$file ${EXTRACT_AFTER_ARGS});\ Which means ${WRKDIR} will be ${RM} -rf'ed if ${EXTRACT_COOKIE} does not exist. :) -- / /__ __ 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 Mon Aug 20 10: 5:49 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B755337B401; Mon, 20 Aug 2001 10:05:47 -0700 (PDT) (envelope-from roam@FreeBSD.org) Received: (from roam@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7KH0w102896; Mon, 20 Aug 2001 10:00:58 -0700 (PDT) (envelope-from roam) Date: Mon, 20 Aug 2001 10:00:58 -0700 (PDT) From: Message-Id: <200108201700.f7KH0w102896@freefall.freebsd.org> To: roam@FreeBSD.org, freebsd-ports@FreeBSD.org, jseger@FreeBSD.org Subject: Re: ports/29826: Update port: www/lynx to 2.8.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 port: www/lynx to 2.8.4.1 Responsible-Changed-From-To: freebsd-ports->jseger Responsible-Changed-By: roam Responsible-Changed-When: Mon Aug 20 10:00:09 PDT 2001 Responsible-Changed-Why: Over to maintainer. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=29826 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Aug 20 10: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 44BCE37B40C for ; Mon, 20 Aug 2001 10:50:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7KHo1C10691; Mon, 20 Aug 2001 10:50:01 -0700 (PDT) (envelope-from gnats) Received: from krusty.e-technik.uni-dortmund.de (krusty.E-Technik.Uni-Dortmund.DE [129.217.163.1]) by hub.freebsd.org (Postfix) with ESMTP id 1142C37B410 for ; Mon, 20 Aug 2001 10:48:23 -0700 (PDT) (envelope-from matthias.andree@web.de) Received: from emma1.emma.line.org (krusty.dt.e-technik.uni-dortmund.de [129.217.163.1]) by krusty.e-technik.uni-dortmund.de (Postfix) with ESMTP id 42299A3826 for ; Mon, 20 Aug 2001 19:48:21 +0200 (CEST) Received: from freebsd.emma.line.org (freebsd.emma.line.org [192.168.0.4]) by emma1.emma.line.org (Postfix) with ESMTP id E29A8A201F; Mon, 20 Aug 2001 19:48:19 +0200 (CEST) Received: by freebsd.emma.line.org (Postfix, from userid 500) id EC5E22D37D; Mon, 20 Aug 2001 19:48:17 +0200 (CEST) Message-Id: <20010820174817.EC5E22D37D@freebsd.emma.line.org> Date: Mon, 20 Aug 2001 19:48:17 +0200 (CEST) From: matthias.andree@web.de Reply-To: matthias.andree@web.de To: FreeBSD-gnats-submit@freebsd.org Cc: joep@di.nl, emma@freebsd.emma.line.org X-Send-Pr-Version: 3.113 Subject: ports/29905: Update port: devel/doxygen 1.2.6 -> 1.2.9.1, add doxywizard, .pdf docs Sender: owner-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: 29905 >Category: ports >Synopsis: Update port to 1.2.9.1, add doxywizard and pdf documentation. >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 Aug 20 10:50:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: >Release: FreeBSD 4.3-RELEASE i386 >Organization: >Environment: System: FreeBSD freebsd.emma.line.org 4.3-RELEASE FreeBSD 4.3-RELEASE #0: Wed Aug 8 18:59:41 CEST 2001 root@freebsd.emma.line.org:/usr/src/sys/compile/M2A2 i386 >Description: This is a non-maintainer update for the doxygen port. I have updated the doxygen port from 1.2.6 to 1.2.9.1. NOTE: the port update adds files/patch-aa! NOTE: the old port depended on qt1, this one depends on qt2. The port has received some bugfixes since 1.2.6: - it installs .pdf documentation - it installs the .eps logo which is needed by the .dvi file - it depends on bison at build time - it builds and installs doxywizard The Makefile has been improved: - if HAVE_LATEX is set, it now depends on teTeX' texconfig and ghostscript's ps2pdf. - added a post_configure section that echoes a hint about make -DHAVE_LATEX >How-To-Repeat: >Fix: Apply this patch: diff -Nur /usr/ports/devel/doxygen/Makefile /tmp/devel/doxygen/Makefile --- /usr/ports/devel/doxygen/Makefile Tue Apr 3 10:13:59 2001 +++ /tmp/devel/doxygen/Makefile Mon Aug 20 19:26:36 2001 @@ -6,21 +6,34 @@ # PORTNAME= doxygen -PORTVERSION= 1.2.6 +PORTVERSION= 1.2.9.1 CATEGORIES= devel MASTER_SITES= ftp://ftp.stack.nl/pub/users/dimitri/ EXTRACT_SUFX= .src.tar.gz MAINTAINER= joep@di.nl -USE_QT_VER= 1 +.ifdef HAVE_LATEX +BUILD_DEPENDS= bison:${PORTSDIR}/devel/bison/ \ + texconfig:${PORTSDIR}/print/teTeX \ + ps2pdf:${PORTSDIR}/print/ghostscript6 +.else +BUILD_DEPENDS= bison:${PORTSDIR}/devel/bison/ +.endif + +USE_QT_VER= 2 +QT_NONSTANDARD= 1 USE_PERL5= yes -MAKE_ENV+= QTDIR="${X11BASE}" PCFLAGS="${CFLAGS}" PCXXFLAGS="${CXXFLAGS}" +MAKE_ENV+= QTDIR="${X11BASE}" PCFLAGS="${CFLAGS}" PCXXFLAGS="${CXXFLAGS}" \ + INCLUDEPATH="${QTCPPFLAGS}" MOC="${MOC}" HAS_CONFIGURE= yes USE_GMAKE= yes -CONFIGURE_ARGS+=--prefix ${PREFIX} --perl ${PERL5} --make ${GMAKE} -CONFIGURE_ENV+= QTDIR=${X11BASE} +CONFIGURE_ARGS+=--prefix ${PREFIX} --perl ${PERL5} --make ${GMAKE} \ + --dot ${PREFIX}/bin/dot --with-doxywizard ALL_TARGET= all docs +CONFIGURE_ENV+= MOC="${MOC}" LIBQT="-l${QTNAME}" \ + CPPFLAGS="${QTCPPFLAGS}" LIBS="${QTCFGLIBS}" + .ifdef HAVE_LATEX ALL_TARGET+= ps PLIST_SUB+= HAVE_LATEX="" @@ -28,20 +41,38 @@ PLIST_SUB+= HAVE_LATEX="@comment " .endif +post-configure: +.ifndef HAVE_LATEX + @${ECHO} "" + @${ECHO} "--------------------------------------------------------------------------" + @${ECHO} "HINT: use make clean ; make -DHAVE_LATEX if you have teTeX and ghostscript" + @${ECHO} "installed and want the .ps and .dvi documentation built." + @${ECHO} "--------------------------------------------------------------------------" + @${ECHO} "" +.endif + pre-configure: @${PERL} -pi -e "s:gcc:${CC}:g ; s:g\+\+:${CXX}:g ; \ s:%%CFLAGS%%:${CFLAGS}:g ; \ - s:%%CXXFLAGS%%:${CXXFLAGS}:g" ${WRKSRC}/tmake/lib/freebsd-g++/tmake.conf + s:%%CXXFLAGS%%:${CXXFLAGS}:g ; \ + s:(TMAKE_MOC.*=).*:\\1 ${MOC}:g ; \ + s:-lqt$$:-lqt2:g" \ + ${WRKSRC}/tmake/lib/freebsd-g++/tmake.conf do-install: ${INSTALL_PROGRAM} ${WRKSRC}/bin/doxygen ${PREFIX}/bin ${INSTALL_PROGRAM} ${WRKSRC}/bin/doxytag ${PREFIX}/bin ${INSTALL_PROGRAM} ${WRKSRC}/bin/doxysearch ${PREFIX}/bin + ${INSTALL_PROGRAM} ${WRKSRC}/bin/doxywizard ${PREFIX}/bin .ifndef NOPORTDOCS ${MKDIR} ${PREFIX}/share/doc/doxygen/html ${INSTALL_DATA} ${WRKSRC}/html/* ${PREFIX}/share/doc/doxygen/html .ifdef HAVE_LATEX + ${INSTALL_DATA} ${WRKSRC}/latex/doxygen_logo.eps \ + ${PREFIX}/share/doc/doxygen ${INSTALL_DATA} ${WRKSRC}/latex/doxygen_manual.dvi \ + ${PREFIX}/share/doc/doxygen + ${INSTALL_DATA} ${WRKSRC}/latex/doxygen_manual.pdf \ ${PREFIX}/share/doc/doxygen ${INSTALL_DATA} ${WRKSRC}/latex/doxygen_manual.ps \ ${PREFIX}/share/doc/doxygen diff -Nur /usr/ports/devel/doxygen/distinfo /tmp/devel/doxygen/distinfo --- /usr/ports/devel/doxygen/distinfo Tue Mar 13 07:38:14 2001 +++ /tmp/devel/doxygen/distinfo Mon Aug 6 05:15:19 2001 @@ -1 +1 @@ -MD5 (doxygen-1.2.6.src.tar.gz) = 3acf1bdb6477d62d4bc62d19f8876114 +MD5 (doxygen-1.2.9.1.src.tar.gz) = 4ce8af38c1ee29eb07aea9bbc8775a8f diff -Nur /usr/ports/devel/doxygen/files/patch-aa /tmp/devel/doxygen/files/patch-aa --- /usr/ports/devel/doxygen/files/patch-aa Thu Jan 1 01:00:00 1970 +++ /tmp/devel/doxygen/files/patch-aa Mon Aug 6 15:49:19 2001 @@ -0,0 +1,11 @@ +--- qtools/qtools.pro.in.cxxflags Mon Aug 6 15:48:12 2001 ++++ qtools/qtools.pro.in Mon Aug 6 15:48:41 2001 +@@ -72,7 +72,7 @@ + qfileinfo_win32.cpp + + INCLUDEPATH = . +-TMAKE_CXXFLAGS = -DQT_NO_CODECS -DQT_LITE_UNICODE ++TMAKE_CXXFLAGS += -DQT_NO_CODECS -DQT_LITE_UNICODE + win32:TMAKE_CXXFLAGS += -DQT_NODLL + OBJECTS_DIR = ../objects + DESTDIR = ../lib diff -Nur /usr/ports/devel/doxygen/files/patch-af /tmp/devel/doxygen/files/patch-af --- /usr/ports/devel/doxygen/files/patch-af Fri Feb 25 22:32:24 2000 +++ /tmp/devel/doxygen/files/patch-af Mon Aug 20 11:39:06 2001 @@ -31,7 +31,7 @@ -TMAKE_INCDIR_QT = $(QTDIR)/include +TMAKE_INCDIR_X11 = $(QTDIR)/include +TMAKE_LIBDIR_X11 = $(QTDIR)/lib -+TMAKE_INCDIR_QT = $(QTDIR)/include/X11/qt ++TMAKE_INCDIR_QT = $(QTDIR)/include/qt2 TMAKE_LIBDIR_QT = $(QTDIR)/lib -TMAKE_INCDIR_OPENGL = /usr/X11R6/include -TMAKE_LIBDIR_OPENGL = /usr/X11R6/lib diff -Nur /usr/ports/devel/doxygen/pkg-plist /tmp/devel/doxygen/pkg-plist --- /usr/ports/devel/doxygen/pkg-plist Tue Mar 13 07:38:14 2001 +++ /tmp/devel/doxygen/pkg-plist Mon Aug 20 18:29:11 2001 @@ -1,8 +1,11 @@ bin/doxygen bin/doxytag bin/doxysearch +bin/doxywizard %%HAVE_LATEX%%share/doc/doxygen/doxygen_manual.dvi +%%HAVE_LATEX%%share/doc/doxygen/doxygen_manual.pdf %%HAVE_LATEX%%share/doc/doxygen/doxygen_manual.ps +%%HAVE_LATEX%%share/doc/doxygen/doxygen_logo.eps %%PORTDOCS%%share/doc/doxygen/html/autolink.html %%PORTDOCS%%share/doc/doxygen/html/commands.html %%PORTDOCS%%share/doc/doxygen/html/config.html >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Aug 20 11: 0: 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 7752D37B415 for ; Mon, 20 Aug 2001 11:00:04 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7KI04B11672; Mon, 20 Aug 2001 11:00:04 -0700 (PDT) (envelope-from gnats) Date: Mon, 20 Aug 2001 11:00:04 -0700 (PDT) Message-Id: <200108201800.f7KI04B11672@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Matthias Andree Subject: Re: ports/29905: Update port to 1.2.9.1, add doxywizard and pdf documentation. Reply-To: Matthias Andree Sender: owner-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/29905; it has been noted by GNATS. From: Matthias Andree To: freebsd-gnats-submit@FreeBSD.org, matthias.andree@web.de Cc: Subject: Re: ports/29905: Update port to 1.2.9.1, add doxywizard and pdf documentation. Date: Mon, 20 Aug 2001 19:54:01 +0200 Sorry, I should have copied the Subject: line to the Synopsis line to avoid confusion and have the port name visible at a glance. -- Matthias Andree To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Aug 20 11: 0:57 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 C611237B419 for ; Mon, 20 Aug 2001 11:00:12 -0700 (PDT) (envelope-from owner-bugmaster@freebsd.org) Received: (from peter@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7KI0C011701 for freebsd-ports@freebsd.org; Mon, 20 Aug 2001 11:00:12 -0700 (PDT) (envelope-from owner-bugmaster@freebsd.org) Date: Mon, 20 Aug 2001 11:00:12 -0700 (PDT) Message-Id: <200108201800.f7KI0C011701@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/30] ports/29325 ports Dbview contains an error, because of whic o [2001/08/14] ports/29708 ports bsd.sites.mk : New CPAN and GNU mirror si 4 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 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/15] ports/27358 ports Naming scheme for JDK ports (java) 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/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/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/26] ports/28438 ports gawk-3.0.6 coredumps building guile-1.4 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/03] ports/28673 ports New Port: nhc98 - a haskell compiler to p o [2001/07/04] ports/28697 ports gnotepad+ won't build on my box o [2001/07/19] ports/29099 ports port /usr/ports/net/radius fails to build o [2001/08/02] ports/29393 ports textproc/wv won't build o [2001/08/02] ports/29397 ports kdestudio does not build o [2001/08/03] ports/29422 ports New port: archivers/stuffit (un)compress o [2001/08/03] ports/29430 ports gnotepad will not build o [2001/08/03] ports/29431 ports configure.in for gnotepad has a default o o [2001/08/05] ports/29468 ports apache+ssl-1.3.12.1.40 port doesn't insta o [2001/08/07] ports/29523 ports xemacs21 port improperly handles .so man o [2001/08/08] ports/29536 ports gle port's config failed o [2001/08/14] ports/29704 ports Imagemagick Identify utility crashes when o [2001/08/16] ports/29778 ports patch for ports/net/arpwatch o [2001/08/18] ports/29849 ports autoconf does not handle INSTALL environm o [2001/08/19] ports/29880 ports xscreensaver hacks dumps core 43 problems total. Non-critical problems S Submitted Tracker Resp. Description ------------------------------------------------------------------------------- o [2000/03/19] ports/17489 ports Zephyr port is broken with Kerberos enabl a [2000/08/14] ports/20601 ports DESTDIR and /etc/shells 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 f [2000/10/28] ports/22379 ports New port: libudbc 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 o [2000/12/24] ports/23822 ports mtree entries for German X11 man pages 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/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 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 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 f [2001/04/28] ports/26931 ports (NEW PORT) Virtual Terrain Applications o [2001/04/30] ports/26997 ports Update/New port: math/scilab 2.6 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 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/06] ports/27916 ports pptpclient doesne't work with 4.3 Stable o [2001/06/07] ports/27931 ports devel/pth vs. native pthreads conflict fi 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/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/28025 ports New port: net/spread 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 a [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/17] ports/28225 ports [New Port] net/xipdump - displays ip pack 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/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/26] ports/28428 ports New port: graphics/xmms-xvs o [2001/06/27] ports/28450 ports New ports: sword bible library, sword-mod o [2001/06/27] ports/28464 ports New port: www/orion-current o [2001/06/28] ports/28482 ports PostgreSQL Compile problem o [2001/06/29] ports/28521 ports inconsistency: daemontools and serialmail o [2001/07/02] ports/28658 ports new port: x11/mwheel.el o [2001/07/04] ports/28691 ports New port: napshare-0.1: GTK based Gnutell o [2001/07/05] ports/28727 ports patch to make expect build WITHOUT_X11 o [2001/07/06] ports/28771 ports opendx server fails to start o [2001/07/07] ports/28796 ports New port: russian/tac+ia o [2001/07/08] ports/28809 ports New ports: japanese/dvipdfm o [2001/07/08] ports/28812 ports New port: databases/ccc o [2001/07/09] ports/28841 ports New port: khordpro o [2001/07/09] ports/28851 ports New port: conserver-7.0.2 o [2001/07/12] ports/28918 ports Update port: mail/sylpheed o [2001/07/14] ports/28964 ports New port: chat client for VChat conferenc o [2001/07/14] ports/28978 ports Vipec port is broken. o [2001/07/15] ports/28983 ports ports/cad/xcircuit has a checksum error o [2001/07/16] ports/29001 ports ports/games/gnomekiss has a checksum erro o [2001/07/19] ports/29080 ports New port: net/icradius - IC-Radius daemon o [2001/07/19] ports/29081 ports New port: net/p5-IC-Radius o [2001/07/21] ports/29120 ports [PATCH] net/radiusd-cistron: Add PAM supp o [2001/07/21] ports/29123 ports New version of math/Yorick a [2001/07/21] ports/29137 ports Brand New Tripwire-2.3.1 Port o [2001/07/21] ports/29138 ports update sysutils/wmhm o [2001/07/24] ports/29202 ports [PATCH] port of the mod_frontpage apache o [2001/07/25] ports/29223 ports cyrus-imapd and postfix master.8 manpage o [2001/07/25] ports/29227 ports New port: zclock time/date applet for GNO o [2001/07/27] ports/29265 ports New port: tpop3d, MySQL capable pop3 daem o [2001/07/27] ports/29271 ports Update port mail/minimalist to latest o [2001/07/28] ports/29280 ports Update pspell to 0.12.2 f [2001/07/28] ports/29281 ports Update of devel/mingw packages o [2001/07/28] ports/29284 ports ports/archivers/freeze compiling fails in o [2001/07/28] ports/29286 ports New port: french/xtel - an emulator for t o [2001/07/29] ports/29297 ports NEW PORT: System Maintenance Aid written o [2001/07/30] ports/29332 ports Refiling New Port: ripem-2.1 o [2001/07/30] ports/29335 ports current airport port doesn't seem to work o [2001/07/30] ports/29340 ports joe editor displays inverse text scrollin o [2001/07/30] ports/29343 ports new postgresql7 port feature o [2001/07/31] ports/29346 ports New port: misc/afbackup-beta o [2001/08/01] ports/29362 ports aspell port broken o [2001/08/01] ports/29369 ports new port for the CHTML package f [2001/08/01] ports/29370 ports Update port: textproc/aspell o [2001/08/02] ports/29399 ports tkdesk is broken due to update of other p o [2001/08/03] ports/29407 ports New port: KMyMoney2 - The Personal Financ o [2001/08/03] ports/29418 ports New Port: www/waccess-1.1 - A Quick-N-Dir o [2001/08/03] ports/29426 ports New port: he2 - a Hebrew LaTeX oriented e o [2001/08/03] ports/29432 ports the maintainer for gnotepad has an invali o [2001/08/04] ports/29455 ports [port update] net/p5-SOAP-Lite o [2001/08/04] ports/29456 ports New port of blimitd (daemon to enforce lo o [2001/08/04] ports/29461 ports new port: x11-wm/bbapm (blackbox APM mete o [2001/08/04] ports/29462 ports new port: x11-wm/bbrun (blackbox run box) o [2001/08/05] ports/29474 ports Update port: mail/drac o [2001/08/05] ports/29478 ports Port upgrade o [2001/08/06] ports/29481 ports Fix www/bacon o [2001/08/06] ports/29486 ports ports/audio/easytag has a checksum error o [2001/08/06] ports/29491 ports Keys not working in cscope + patch o [2001/08/07] ports/29514 ports new port submission: games/xlogical (SDL o [2001/08/07] ports/29519 ports X11 ports generate undef pthread refs wit o [2001/08/09] ports/29564 ports Wish: Muttprint o [2001/08/09] ports/29573 ports New port: A script to fetch mail from a H o [2001/08/09] ports/29576 ports ports/print/ghostscript6 needs updated. o [2001/08/09] ports/29579 ports Update port: print_ghostscript55 to 6.51 o [2001/08/09] ports/29580 ports Update port: print_ghostscript6 to 7.00 ( o [2001/08/09] ports/29585 ports Update Plugger-3.3 to use Mozilla, etc. o [2001/08/09] ports/29590 ports [new port] www/parser-bin One more server o [2001/08/10] ports/29604 ports update for net/flow-tools port o [2001/08/10] ports/29614 ports Update port: security/py-m2crypto to v0.0 o [2001/08/10] ports/29616 ports ports/net/generic-nqs loaddaemon does not o [2001/08/11] ports/29630 ports New port : xtexsh o [2001/08/11] ports/29637 ports New port: logjam livejournal client (prev o [2001/08/12] ports/29641 ports netscape-remote port broken o [2001/08/12] ports/29642 ports New port devel/hp48cc o [2001/08/12] ports/29643 ports New port lang/slisp o [2001/08/12] ports/29644 ports updating xmsgsaver ports o [2001/08/12] ports/29646 ports [PATCH] New port for SpeedTouch ADSL USB o [2001/08/12] ports/29650 ports New: xworld-2.0 o [2001/08/12] ports/29652 ports New port: japanese/netypesv o [2001/08/12] ports/29654 ports New ports: japanese/netype o [2001/08/12] ports/29658 ports New port: security/p5-GPG o [2001/08/12] ports/29660 ports port japanese/xjman MASTER_SITES moved o [2001/08/12] ports/29664 ports New port: net/p5-Net-Traceroute6 o [2001/08/12] ports/29665 ports New port: mail/p5-Mail-ListDetector o [2001/08/12] ports/29667 ports New port: www/mod_auth_pwcheck o [2001/08/13] ports/29674 ports diclookup-mule port which works on emacs- o [2001/08/13] ports/29693 ports New port: www/mod_cvs o [2001/08/14] ports/29706 ports [patch] Update net/smm++ to support itcl/ o [2001/08/14] ports/29711 ports New port: xjumpx -- improved version of g o [2001/08/14] ports/29712 ports New port : muttprint - fancy printing for o [2001/08/14] ports/29714 ports New port: security/drweb o [2001/08/14] ports/29716 ports Update port: graphics/kuickshow o [2001/08/14] ports/29719 ports update extipl-5.03 o [2001/08/15] ports/29731 ports minor errors in docs, install o [2001/08/15] ports/29751 ports Fix pkg-plist for chinese/muni o [2001/08/15] ports/29758 ports Fix pkg-plist for converters/aish o [2001/08/15] ports/29759 ports Fix pkg-plist for converters/i18ntools o [2001/08/16] ports/29772 ports audio/grip's distinfo out of date o [2001/08/16] ports/29775 ports Update port sysutils/wminet o [2001/08/16] ports/29781 ports New port sysutils/wmcube-gdk o [2001/08/17] ports/29796 ports Fix port databases/dbview o [2001/08/17] ports/29797 ports Fix port databases/gadfly o [2001/08/17] ports/29798 ports Fix pkg-plist for port databases/gtksql o [2001/08/17] ports/29799 ports Fix pkg-plist for port databases/mysql-ed o [2001/08/17] ports/29801 ports Fix pkg-plist for port databases/metakit o [2001/08/17] ports/29805 ports New port: devel/c2man o [2001/08/17] ports/29811 ports Last portion of gtkada needs ${PTHREAD_LI o [2001/08/17] ports/29814 ports New port audio/xmms-volnorm o [2001/08/17] ports/29815 ports Update port audio/xmms-shn o [2001/08/17] ports/29817 ports Update port: java/linux-ibm-jdk13 o [2001/08/17] ports/29818 ports Update port: net/py-xmlrpc to 0.8.7 o [2001/08/17] ports/29819 ports Update port: databases/unixODBC to 2.0.9 o [2001/08/17] ports/29821 ports Update port: ftp/pavuk to 0.8.28 o [2001/08/17] ports/29822 ports Update port: games/nethack-qt to 3.3.1 o [2001/08/17] ports/29823 ports Update port: graphics/aalib o [2001/08/17] ports/29824 ports Update port: graphics/aview o [2001/08/17] ports/29827 ports Update port: x11-fm/mtoolsfm to 1.9 o [2001/08/17] ports/29828 ports Update port: x11-wm/golem o [2001/08/17] ports/29829 ports New port sysutils/gkrellflynn o [2001/08/17] ports/29830 ports New port graphics/gkrellkam o [2001/08/17] ports/29832 ports Update port mail/gkrellmmailwatch o [2001/08/17] ports/29833 ports New port sysutils/gkrellmouse o [2001/08/17] ports/29834 ports New port misc/gkrellscore o [2001/08/17] ports/29836 ports New port: cyrus-imspd o [2001/08/17] ports/29837 ports New port sysutils/replaceit o [2001/08/17] ports/29839 ports New port audio/xmms-crystality o [2001/08/17] ports/29840 ports New port: mail/qmHandle o [2001/08/18] ports/29843 ports StarOffice 5.2 port does not find CD-ROM o [2001/08/18] ports/29853 ports New port: www/mod_watch o [2001/08/18] ports/29854 ports Update port: ftp/py-curl o [2001/08/18] ports/29856 ports make extract of cyrus did an install of c o [2001/08/18] ports/29857 ports New port: www/py-websvcs o [2001/08/18] ports/29858 ports Updated port: audio/lame (3.89b) o [2001/08/18] ports/29860 ports New port: x11-toolkits/flvw (20000224) o [2001/08/18] ports/29861 ports New port: x11-toolkits/fl_editor (0.4) o [2001/08/18] ports/29862 ports New port: databases/mysql-gui (1.7.5) o [2001/08/18] ports/29865 ports [PATCH] security/krb5: Alternate site for o [2001/08/19] ports/29868 ports Updated port: mail/elm+ME - 2.4ME+94 o [2001/08/19] ports/29877 ports port update : ftp/pure-ftpd (roam) o [2001/08/19] ports/29879 ports New port: security/drweb-sendmail o [2001/08/19] ports/29881 ports New port: mail/sigit o [2001/08/19] ports/29883 ports Update textproc/par to 1.53 o [2001/08/20] ports/29891 ports New port: devel/p5-String-CRC32 o [2001/08/20] ports/29894 ports Add patch-gkrellweather.c to port misc/gk o [2001/08/20] ports/29898 ports mark audio/waveplay as i386-only o [2001/08/20] ports/29900 ports update port: benchmarks/tmetric o [2001/08/20] ports/29902 ports Mozilla package URL problems o [2001/08/20] ports/29905 ports Update port to 1.2.9.1, add doxywizard an 227 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 Aug 20 11: 1:39 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 05CBD37B42C for ; Mon, 20 Aug 2001 11:01:34 -0700 (PDT) (envelope-from owner-bugmaster@freebsd.org) Received: (from peter@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7KI1XL12556 for ports@freebsd.org; Mon, 20 Aug 2001 11:01:33 -0700 (PDT) (envelope-from owner-bugmaster@freebsd.org) Date: Mon, 20 Aug 2001 11:01:33 -0700 (PDT) Message-Id: <200108201801.f7KI1XL12556@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: peter set sender to owner-bugmaster@freebsd.org using -f From: FreeBSD bugmaster To: ports@FreeBSD.org Subject: Current problem reports assigned to you Sender: owner-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 Critical problems Serious problems S Submitted Tracker Resp. Description ------------------------------------------------------------------------------- o [2000/06/13] ports/19238 ports sgmltools1 o [2001/06/27] ports/28458 ports Gnome-1.4's use of Xalf out of sync with 2 problems total. Non-critical problems To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Aug 20 11:25: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 3CA3D37B407; Mon, 20 Aug 2001 11:25:48 -0700 (PDT) (envelope-from ade@FreeBSD.org) Received: (from ade@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7KILM317907; Mon, 20 Aug 2001 11:21:22 -0700 (PDT) (envelope-from ade) Date: Mon, 20 Aug 2001 11:21:22 -0700 (PDT) From: Message-Id: <200108201821.f7KILM317907@freefall.freebsd.org> To: ade@FreeBSD.org, ports@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/19238: sgmltools1 Sender: owner-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: sgmltools1 Responsible-Changed-From-To: ports->freebsd-ports Responsible-Changed-By: ade Responsible-Changed-When: Mon Aug 20 11:21:09 PDT 2001 Responsible-Changed-Why: Misfiled PR http://www.FreeBSD.org/cgi/query-pr.cgi?pr=19238 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Aug 20 11:25: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 C9E3B37B405; Mon, 20 Aug 2001 11:25:47 -0700 (PDT) (envelope-from roam@FreeBSD.org) Received: (from roam@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7KIOwS18462; Mon, 20 Aug 2001 11:24:58 -0700 (PDT) (envelope-from roam) Date: Mon, 20 Aug 2001 11:24:58 -0700 (PDT) From: Message-Id: <200108201824.f7KIOwS18462@freefall.freebsd.org> To: roam@FreeBSD.org, freebsd-ports@FreeBSD.org, roam@FreeBSD.org Subject: Re: ports/29877: port update : ftp/pure-ftpd (roam) Sender: owner-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 update : ftp/pure-ftpd (roam) Responsible-Changed-From-To: freebsd-ports->roam Responsible-Changed-By: roam Responsible-Changed-When: Mon Aug 20 11:24:43 PDT 2001 Responsible-Changed-Why: I'll take care of this. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=29877 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Aug 20 11:25:55 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 7AF1E37B409; Mon, 20 Aug 2001 11:25:48 -0700 (PDT) (envelope-from ade@FreeBSD.org) Received: (from ade@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7KILg418001; Mon, 20 Aug 2001 11:21:42 -0700 (PDT) (envelope-from ade) Date: Mon, 20 Aug 2001 11:21:42 -0700 (PDT) From: Message-Id: <200108201821.f7KILg418001@freefall.freebsd.org> To: ade@FreeBSD.org, ports@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/28458: Gnome-1.4's use of Xalf out of sync with Linux X 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: Gnome-1.4's use of Xalf out of sync with Linux X support Responsible-Changed-From-To: ports->freebsd-ports Responsible-Changed-By: ade Responsible-Changed-When: Mon Aug 20 11:21:30 PDT 2001 Responsible-Changed-Why: Misfiled PR http://www.FreeBSD.org/cgi/query-pr.cgi?pr=28458 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Aug 20 11:25:55 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 3CA3D37B407; Mon, 20 Aug 2001 11:25:48 -0700 (PDT) (envelope-from ade@FreeBSD.org) Received: (from ade@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7KILM317907; Mon, 20 Aug 2001 11:21:22 -0700 (PDT) (envelope-from ade) Date: Mon, 20 Aug 2001 11:21:22 -0700 (PDT) From: Message-Id: <200108201821.f7KILM317907@freefall.freebsd.org> To: ade@FreeBSD.org, ports@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/19238: sgmltools1 Sender: owner-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: sgmltools1 Responsible-Changed-From-To: ports->freebsd-ports Responsible-Changed-By: ade Responsible-Changed-When: Mon Aug 20 11:21:09 PDT 2001 Responsible-Changed-Why: Misfiled PR http://www.FreeBSD.org/cgi/query-pr.cgi?pr=19238 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Aug 20 11:25: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 7AF1E37B409; Mon, 20 Aug 2001 11:25:48 -0700 (PDT) (envelope-from ade@FreeBSD.org) Received: (from ade@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7KILg418001; Mon, 20 Aug 2001 11:21:42 -0700 (PDT) (envelope-from ade) Date: Mon, 20 Aug 2001 11:21:42 -0700 (PDT) From: Message-Id: <200108201821.f7KILg418001@freefall.freebsd.org> To: ade@FreeBSD.org, ports@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/28458: Gnome-1.4's use of Xalf out of sync with Linux X 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: Gnome-1.4's use of Xalf out of sync with Linux X support Responsible-Changed-From-To: ports->freebsd-ports Responsible-Changed-By: ade Responsible-Changed-When: Mon Aug 20 11:21:30 PDT 2001 Responsible-Changed-Why: Misfiled PR http://www.FreeBSD.org/cgi/query-pr.cgi?pr=28458 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Aug 20 11:42:22 2001 Delivered-To: freebsd-ports@freebsd.org Received: from ariel.phys.wesleyan.edu (ariel.phys.wesleyan.edu [129.133.95.129]) by hub.freebsd.org (Postfix) with ESMTP id 48D1637B415; Mon, 20 Aug 2001 11:42:16 -0700 (PDT) (envelope-from vlad@ariel.phys.wesleyan.edu) Received: from localhost (localhost [127.0.0.1]) by ariel.phys.wesleyan.edu (Postfix) with ESMTP id 90D751EA305; Mon, 20 Aug 2001 14:42:08 -0400 (EDT) Date: Mon, 20 Aug 2001 14:42:08 -0400 (EDT) From: Vladimir Savichev X-X-Sender: To: Cc: Subject: port: kdebase-2.2 fails to configure Message-ID: <20010820142512.E13146-101000@localhost> MIME-Version: 1.0 Content-Type: MULTIPART/MIXED; BOUNDARY="0-699931523-998332928=:13146" Sender: owner-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. The first part should be readable text, while the remaining parts are likely unreadable without MIME-aware tools. Send mail to mime@docserver.cac.washington.edu for more info. --0-699931523-998332928=:13146 Content-Type: TEXT/PLAIN; charset=US-ASCII FreeBSD ariel.phys.wesleyan.edu 4.4-RC FreeBSD 4.4-RC #5: Sat Aug 18 11:39:43 EDT 2001 can't figure what happened, I built kde2 on Sunday then had to squash it and repeated it today. kde2 stops in kdebase because of numerous configure fails mostly cause of #include "confdefs.h". I saw there that libtool confirms to use with_gnu_ld=yes, is it right so ? if you don't mind i attach log of /kdebase2 make --Vlad --0-699931523-998332928=:13146 Content-Type: APPLICATION/octet-stream; name="log.gz" Content-Transfer-Encoding: BASE64 Content-ID: <20010820144208.L13146@localhost> Content-Description: Content-Disposition: attachment; filename="log.gz" H4sICHVAgTsAA2xvZwDtXXtz2zYS/7v6FBjn5mo7piRSb/viaWK7iadO3Kt9 F/eano4mIYk1RaokGNtp+91vF3wIAB+S7HgiJ2ljmyJ+CywWi8Vi8dCzZ8/2 CTm6YYFpMccbk5EfkCubXpoh1Yy6MdRr+/vkYEKtqzCaktMfVECdmUH98oNR rz3jWcnExKYz6tkh8T1Cb6gVMfPSpbtkPDWvKNEgs8izF1KGEzOgNnGdy8AM bneJ4zG3rt+ZHICWH9B6+845/M6Me1Bf6Hq9q1D/aDJrUiz/GHDgeyNnHAXF mEYUBo1Lx2vMaOASbeYQjZKN8Lv3NAgd39Mcb+ST1m5TftGGF+MNwolnfsDC xo2uN5Kcjca1H1w1hHIaUIMr3/u98Roab+S4tO54y5Ws7zbvW/bVhLozi3qM BncpX79v+V44c6Ox44VLlX5+/Ppo+Pb4/NXw7OezIX767vjNv5+fHB8Ovz89 Xa3ijh+65nvacG1z1rjC3/VJzQqoyfurZVoTSuoNi+tHnX+sWdhfMXXih4yE tyGjU8JuZ7RerxOn1e9q2iig9DK02/X2HA1deUxXwF9GjmsvD0e1NcmLs0Ni +dMZsA+mAPpyyEzXRcpMmMk7ollE80ng+4xoY3I9odSd5wYf2YQGCRPUe+8E vjcFBSFOSELT48zc0jBPERufkLKQ/O2P189/OPorB0VWsSXw2bRc3zI5h3GP LUZFzMc2WAKGxS8Bm1DTpsECIOaF+lwCG1sWplhWXgrwixzwlgBdDsimZRGi naIOzyghW7yEsFSGi6ihDUxiBX4YaikI8/L8fFbXlIB9JFGIL1+++Rc5KC0V SjEti86g5bRxYaNZT5/yCj99WsLz06ci1/Bp5VovyOFeNY+5L647lFRReREW RjNuWYg28nyN3iARGL7yeuWJOETz6PWyNBWlTPxrwqAfR14mwFlAZ4Fv0TD0 g6S9iHa0sBCg8gubHSxAFMIYe3lLXh4cZMYEBiz0OhrUHYH5nJM4I86J63hX 2IgFWN6O2CSuXVhgAQnxef15Vanrm/Di8jdqMYKDBZeKFsiZgCnUBFPoTSUr 6E2J9iIvEtcjWliip6mkwb8Ze05IEy/EBKMYex9OzMjMDMMhWFiZncD0AIXp 8ZOcGrLAmWEif5DTDm7H144nGmFV5RE1hYfrllEAi2Z2xWiGsixLJNcOA7+J uCx+m5eX5lrggfkRNNAlBSd05jqWw9zbuPVtGICQic3wypnNgG4n6Y6ev5Wr ALSn7XB9rYN4VMtjCQoAym1HFiU/HnNl1EbwQLRD+C0pIdBgwsg1xyKmpHVj AhgamWMlNMkHCT9yPC4u1PCpeeNMwW93qTdmE+KP0HRNTQ+9UQ+tzzjCZuC0 rW6/28mVlnU+PhZzvyffBVUsWpCAMUc1QKTSslZ2xyxzyZtO9LmoEwDMtnyb pn43KD2bhDh34M0zDswpp3WmU2o7JqN5primo1LMS0OzMAPbjh02V7J965lT aI6kIhawALMqGjghNBIvbO4WoWEJBf1K2wW5MwPourIdIH7EZhHvL/6VJHhg jfm+u4KAMpn7qQe3OkWsdxKF2lts1wfjAwKHLmi75YhC+2q7I8urT0o5MdM2 BKvgZUWxENSlgiZmGwxf1vsrc0F+Uz87EfM9TNUd7dhqLvxyLjmUMtKsm5td XuwQvMRnIDGyl3z0oqFrP8u1SbX5g5F6dfsHRCsaQHQIHsoCbvKmAGNTYAol R0SxhRldIbdfreJXq1ho2IrVZkkLt4h4RVOXZQf8mjN0GmPxx0EnM+7X0N82 Di4uNrDGqT1ULQQ6vGE0Gjk3vFXk9HkIUMDk3MRwPJqyuQ+Pk2/e5HGCMsFd CX0zpozRmyJ4mlQ+bclPWixpzsJ5N51kxIuY4xaObHNI7PoXT2OD2xlLUPhY CAp96wrM2pCnZh8UdfMoG0LnNpNxGD4WamUeNgxZdFmEdVJsMee+54EOFKYF dOq/zxsIXpfJtEQUAQ2HjucUJ145rjsbJxK3cuyGzgeKJt+JZxrtfIrre+OS JDRUZLsiEZP0RT6P2LGUGrvDyOPzxARuF0mbYmgeEJYb2cUWJUbgiIyppm1T JQgESR/4KOx+kBMu8O3ciPMecaHrP3VxnNkhcQBKep/wIWdzbNGDuNXBSryJ ppc0iKt0fHBUPFt3Li+SXphLuwD1AitlFtUU6GZxc2kuPGCF4GeaA/02o+Nu oe4miXEW+CQn/5PdVSKN35lBlI7uW5mdibHcLPmWIeMipwgHb5V+gCN1och+ OORijtcJziwYnRnZSE033SAjEzwVexe4D+KAE5ozSGfo96AyJ+C66483aucT GMzRt+EQMFYhMb1bMgWzZ45BJolrx2MtaYArhIEH/tbAVnriuEF30IKajk1s ehmNx6lblCbz8CXGy6bgDGBUtFbL0na7PX2XlLrBInBgCMB8EFuA9vSmAM05 yyKyOxCQVaFrgajfFokWRqhFyn6vgDIfqRZIBq2WwqESsRax7W4ZNolbi+CO WnU1ei2Ce0YFOO4wIrzfKYGnkWwBrDcHuoIeYyh7DjCa7QKxLRXalrIxUC24 V49vGQVdEyiIdsx7Z9LXYY4yfHl0fvrj+fAVPv94/mr4apg+wc9PR88P8U1K F3sZGXXFy7xNyRiqA3tv3R2YN6BDq6VetXYi5AZGKn2RWa3E0MGfMdbQDZmN 0xJ9/+8dSQSShtwjzC9l2tELMs2HvSWabtIWR0LVJUCvqJNJSwMivNVuKzrE FwcEQK+05sssFkhZDaAXBzAzCUbkLPLeng356L8Xx7dF5Vo77Tp4UO1qG607 yniBhrWN/lIaJjd5u4XWlq85CBKQEJ0ipZDXYER8t1XER9VijETdLbL+Fasy EvGgjNXC5RmRtNdvSkNs5TqNSNhv6pkAP6X+Cuq737Dp+4YXuS4x9rP3fsQk vrvGYlnhKpNAZDQ76uApLzeJWLCjAnaldaZa/Ick2xSIUdf1ukGMZlNv9vQB +eX7gFJwQX4lmximIy++PyzHbElMtdVhdOXlKym7jup45BayJPigaBAQlrFE MAiwQCOr1rNE6k7OJUpXsuaYbrOpYJIFrTmkl/Np8gtcEr7fj4cs+HdqrItt FxwHxRyTY4+MIo/P18j/MCDx7a5cH1Di/w2HBz+/fHv8pmUMh9+SyLOp5fKI 2ObICWAMgx6A0zzG5wtJblu5bDaPYAQUqR0bpOeMHJwkhgT7WsDgte+5t/DL orkc+BwXM8lYdhjBGJUZYOCyLpaZzHWyWNe1Ge7WnvBIL7RqT5wW1Z6kEuQv bToK65ONWs0B5UKRbG6RP2oAGgHrI5IKYzisPYHPmOH8FRFFVXuCwbNRLaAs CjwBtVfbI8nL5h4RPXmj31S94oK1UolA731WGtfXW1zjXh+/efn2zgrHc7mX wvEcPpbC9fXmygqXaU0mCVVt0hUimB/3d5dagRZIYJY5nyhPTLZgBVqgHJQp nEgV/14nFcwq0JOm5guW0gWyTj83M1yjHpex/ZCzxLkw0F28y+LaPIvvMMHz v9vFuG7kst1krS0D9I2CdipaeBNIWs0y3fRxhaiRCseo++upnP1+q6LSZeuG In27tHeWLTpqktKspViUaSPIZez6l6Y7DG+nl7475FVUOizQlMliXesIlpW+ N12yoSxuzicx5E+C0w3Nw+3F34aN/9a3fyHf/Ppu85fnLw4OXx6fnb/99d0W vsKf7Xeb77Ygbfhc+4+pffg1fWhqA0jb+lvjnU7eGe9a5F2rMfuW7M8L8qYb Imc80FJp+7hSYXyTYcC/VNfWI8SRKHzIpiBRpRU6fXXmIC/lCNBus/WZiQUr SD7+uFEwydzF1WfPZ3wUUQRb6Eo1tmNnSu8MwJlKsRvbDUghpzBVDsC94wsU UL6BC3008KAvQSbMx5A+X4B47zs2gAjA/aBOSEz+lnKXkq/zXVLLjP1LcMac 8QRdMgYuII5yiffFc4MhzuRF1cCekLSJ+RaFSbygno16Ag/XfPthyBzXRUfS vY15gMlFPLewZm6E5wvCGr3BCpCNg410HsHZi5Vxc2tPcRfT92U+ot411Kls TCJCOsbnps8P5gHp/W7eTvANHSKmVzkar7cclYGqIqw2r/CgWRRVq9jAItJ2 ep+B9mmHr57/+2h4ePL9wRsoLtZAVQUld+vhVHRQuJ6x0o6geW5Gs6V/Ke1T MJd6wHaqHu4G/bY83OFgQcRKzMMJ/0hM0H46ZAhJULTjY1I62Px0fgJyPzl9 8fyk9oQkoayT88OT5OU3EoC6IQVYTJph4E0RpZieEBbBmpjM+UzZjcfiqXlL JuZ7PmKLZCfP//Pz8PSn4ZvTt3H4h8qzTJDLNcXhmPsUYJkwXGP7NCToaOD0 AMlCf0rJzDUZ2OxpPRl9eWhPLSSrL5cEJqgVEcDfiKC00pm4UuJSagGTEouF x9xU0EuoLIc5A1kGVRxkoHkGpfBmgozbT3xKH+Sm5Z4XGILARn+Fu1fOs7aB TorkyGCmHLuN9meHbM9YoMd/AIzvniW+TnNHUKY/VQbBQ4oFsIk0WCRmBLQw ZeSvdjY4Nxtbe5hiSCnDNCnNA2nJn39yJOZlu5brhzTOe4/QG4dtNuHhL/if f9C3MkdMxzrW1EVGy6oK4JXtoa6M4FXvoVZDeMhP7JdkBjwXGZCWGtc2wLc4 wle1V1wN8SkL9KsIaM0CgI8+ApgLhi21i16Nht1F0ZeKla1LsOwjRstWl9Xa imC9g2n3sDKPwMuWWqY81rbMHPpeU8qPMAES1gQHHTWEIh1zkKGPayOAMej1 lbrljmhI8P56r4Y9ZAxoLoZWs6VuKUwPmwiYrirZcR6k62pPmB9DEVAdMavK YykSWRq+X5MtWtZSW7RaRm6rsnyoRsJ2FwYn1kYfOfMPEFAQxdFXLZV62EhC DxZG3tZHeDH7Dyu+lq7ue1ePYUno1uOxhTH3Dyu9ds6WCUfSBFi79XgdzoNc rTu6upuw4CidRGAsXFRdH7VB5j/RwqAstoptVtAE/SW2WX0Gy4XxSmCqXgWL gfOk0q2GrU5H3QtcdvZTourlD8istdbyGnw61VUFWKm/ncFX/V1efweqj5Od RxZh3YITXeuqsA84KHdzHqEVn9QVQfGhyC9eVr1e7vAAP68uYuJzL1+8qPpd db86P78vQQYLd0l9CZKKtzcU3Wcgofip2C9dWO1mW1Ur5X4HCdxtPxqZIe+f xhmRhVbhhrSbndYX5IbEipX3QdL3pQ4ITHPFYUK4YUQCLd5TtzbK+YAdWpeu cBDvXJFQg6/+B4jBaA4KhBXfQiPhjMcTeHpIcbV7JeKSUN3uV2GBGPqqG6Js bxewrZYaISi4qkgi6Dye/ou8f6qt7vaSI3Gr9SUFBObKlR+NxbTyEbnVU+P2 8qVZIradi9fOr8+ScLlbQ/AWLQmxREhsbfSeFKi3+4Hk7EQndzj+QkpuPcYl RWC7w791o3HsscDxQseqT3bJG5+EEZ7yxbuu0CI6AbWYH9wu2U07rfYS3XS+ FVdhYF/ksKs/ngmge8EedKzq9dXuXHXBnEjZb663Z5QTiCRWqMyDrtC1+y3V CUgu4pNA3fWO2+TqnhePrKxQP/yj63lr1x/krF1y+6CA6jRzl4rE9xBKmMVS K6rSGvXqj6h3SzSRdH9jSfN0mgM1HJTd7SjC4gn5Y5b9MvKK683FtazHmRNV xWjW0XXj4Z3OkAWRxQgyNsQv4ZrOAhqGw/j1Xg1J8eBCJYxsk9/EtzMWzCnR e8Sp4BByqzxdCc5lckQhO3nAizvA+97pYZb9ploWsfCSwh1Otug/5Ca5zWkn YSupG37YKmTxr5SvdXDQZW+8WEDNkx3ShH9b5ffbdPT8DVpxT5ZAg4UB3c+k H897sdA3OwbuKhQr0kAsfiPLpAQn8SigmZkdDxEF3GqrWxL/Ke2x6PDJUXFF G7+H7Nal5Zl3MHq1zNWHK+15LhN7sSKslV+yiqNy8HHHX5eLSBliOVJ2iDT3 7HXqeKqDb0/PXUnlWxKgr4aJ+JXFc0C/q3Z6foWxBMmN8D8cHkkqOcAZZ4Gy X8W384NBLlVJIMZlSlmG/DsMHb/ummVIwFxBAUthea7LopfOdc7BQtwiTKYq S9ZlEdKfMeTNWBa4ApN59CbF85zy9dRbte3tbXKELgXh32Oh12pnzJ/hfJBn lv9Kxfr6kvwfRSnrlH51AAA= --0-699931523-998332928=:13146-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Aug 20 11:45: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 E5CFD37B414; Mon, 20 Aug 2001 11:45:47 -0700 (PDT) (envelope-from roam@FreeBSD.org) Received: (from roam@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7KIdWr32003; Mon, 20 Aug 2001 11:39:32 -0700 (PDT) (envelope-from roam) Date: Mon, 20 Aug 2001 11:39:32 -0700 (PDT) From: Message-Id: <200108201839.f7KIdWr32003@freefall.freebsd.org> To: roam@FreeBSD.org, freebsd-ports@FreeBSD.org, dougb@FreeBSD.org Subject: Re: ports/29880: xscreensaver hacks dumps core Sender: owner-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: xscreensaver hacks dumps core Responsible-Changed-From-To: freebsd-ports->dougb Responsible-Changed-By: roam Responsible-Changed-When: Mon Aug 20 11:38:55 PDT 2001 Responsible-Changed-Why: Over to maintainer. Doug, does this solve your own coredump problems, too, or is there more? http://www.FreeBSD.org/cgi/query-pr.cgi?pr=29880 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Aug 20 12:10: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 7E7A537B410 for ; Mon, 20 Aug 2001 12:10:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7KJA2438855; Mon, 20 Aug 2001 12:10:02 -0700 (PDT) (envelope-from gnats) Received: from net2.dinoex.sub.org (net2.dinoex.de [212.184.201.182]) by hub.freebsd.org (Postfix) with ESMTP id 864C037B40E for ; Mon, 20 Aug 2001 12:09:49 -0700 (PDT) (envelope-from dm@home.dinoex.sub.org) Received: from home.dinoex.sub.org (home [217.6.200.196]) by net2.dinoex.sub.org (8.11.5/8.11.5) with ESMTP id f7KJ9Rd20870 for ; Mon, 20 Aug 2001 21:09:28 +0200 (CEST) (envelope-from dm@home.dinoex.sub.org) Received: (from dm@localhost) by home.dinoex.sub.org (8.11.5/8.11.4) id f7KJ7NJ24480; Mon, 20 Aug 2001 21:07:23 +0200 (CEST) (envelope-from dm) Message-Id: <200108201907.f7KJ7NJ24480@home.dinoex.sub.org> Date: Mon, 20 Aug 2001 21:07:23 +0200 (CEST) From: dirk.meyer@dinoex.sub.org Reply-To: dirk.meyer@dinoex.sub.org To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/29906: ports/popa3d Sender: owner-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: 29906 >Category: ports >Synopsis: ports/popa3d >Confidential: 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 Aug 20 12:10:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Dirk Meyer >Release: FreeBSD 4.3-STABLE i386 >Organization: privat >Environment: sendmail (base or port) >Description: support SMTP relay after successful pop3 authenication. based on IP numbers without cron-jobs, or log-eatng scripts. >How-To-Repeat: >Fix: maintainer mailed at: 12th august 2001 patches for this new FEATURE: diff popa3d/Makefile popa3d/Makefile --- popa3d/Makefile Sun Feb 18 18:48:07 2001 +++ popa3d/Makefile Sun Aug 12 23:49:17 2001 @@ -12,25 +12,59 @@ ftp://ftp.openwall.com/popa3d/ \ ftp://ftp.dataforce.net/pub/solar/ \ ftp://ftp.false.com/pub/security/popa3d/ +.if defined(SMTP_AFTER_POP3) +PKGNAMESUFFIX?= -before-sendmail +.endif + +.if defined(SMTP_AFTER_POP3) +PATCH_SITES= http://www.openwall.com/popa3d/contrib/ +PATCHFILES= popa3d-0.4-before-sendmail.tar.gz +PATCH_DIST_STRIP= -p1 +.endif MAINTAINER= gonza@techline.ru ALL_TARGET= popa3d +.if defined(SMTP_AFTER_POP3) +PATCHDIR= ${MASTERDIR}/files.smtp +PLIST= ${WRKDIR}/.PLIST.more + +pre-configure: + @${ECHO} "%%PORTDOCS%%share/doc/popa3d/POPAUTH" >${PLIST} + @${CAT} ${PKGDIR}/pkg-plist >>${PLIST} + @${ECHO} "share/sendmail/cf/hack/popauth.m4" >>${PLIST} + +post-patch: + @${PERL5} -pi -e "s=LOG_MAIL=LOG_DAEMON=" ${WRKSRC}/params.h + @${PERL5} -pi -e "s=db1/db.h=db.h=" ${WRKSRC}/pop_root.c +.endif + +pre-install: + @ ${SH} ${PKGINSTALL} ${PKGNAME} PRE-INSTALL + do-install: ${INSTALL} ${COPY} -o root -g wheel -m 500 \ ${WRKSRC}/popa3d ${PREFIX}/libexec/popa3d - +.if defined(SMTP_AFTER_POP3) + ${INSTALL_DATA} ${PATCHDIR}/popauth.m4 ${CFDIR}/hack +.endif .if !defined(NOPORTDOCS) ${MKDIR} ${PREFIX}/share/doc/popa3d ${INSTALL_MAN} ${WRKSRC}/DESIGN ${PREFIX}/share/doc/popa3d ${INSTALL_MAN} ${WRKSRC}/COPYING ${PREFIX}/share/doc/popa3d +.if defined(SMTP_AFTER_POP3) + ${INSTALL_DATA} ${PATCHDIR}/POPAUTH ${PREFIX}/share/doc/popa3d +.endif .endif - -pre-install: - @ ${SH} ${PKGINSTALL} ${PKGNAME} PRE-INSTALL post-install: @ ${CAT} ${PKGMESSAGE} .include + +.if exists(${DESTDIR}/${LOCALBASE}/share/sendmail/cf/mailer/uucp.m4) +CFDIR= ${DESTDIR}${LOCALBASE}/share/sendmail/cf +.else +CFDIR= ${DESTDIR}/usr/share/sendmail/cf +.endif diff popa3d/distinfo popa3d/distinfo --- popa3d/distinfo Sat Feb 19 14:21:54 2000 +++ popa3d/distinfo Mon Jul 16 11:20:54 2001 @@ -1 +1,2 @@ MD5 (popa3d-0.4.tar.gz) = 4ce2ed209abeaeaae7724d8d24bb7dbf +MD5 (popa3d-0.4-before-sendmail.tar.gz) = 8e1aed8c86e1df777eee116667ad9d54 diff popa3d/files.smtp/POPAUTH popa3d/files.smtp/POPAUTH --- popa3d/files.smtp/POPAUTH Thu Jan 1 01:00:00 1970 +++ popa3d/files.smtp/POPAUTH Sat Dec 16 21:28:00 2000 @@ -0,0 +1,49 @@ + popa3d patch for POP-before-SMTP and SMTP-after-POP + + Garry Glendown / Dec. 12th 2000 + +On the 'net there are a couple of solutions to allow for POP-before-SMTP +authentication in order to allow for relaying of mails. Anyway, the +solutions I found didn't really apeal to me, so I hacked popa3d a bit, +which we already used on one of our machines to serve mail to dialup +customers. + + Prerequisites + +This patch supplies data to sendmail to allow for certain IPs to use it +as a relaying host. In order to use with your sendmail installation, get +the popauth-hack (http://www.sendmail.org/~ca/email/rules/popauth.m4) +and install it by adding "HACK(`popauth')" to you .mc-file. + + Installing + +The patch - enabled through the POPB4SMTP-define in the Makefile - +accesses the file "/etc/mail/popauth.db" (create with "makemap hash +/etc/mail/popauth + #include ++#include + #include +-#include + #include + + char addr_buf[256]; diff popa3d/files.smtp/patch-pop_root.c popa3d/files.smtp/patch-pop_root.c --- popa3d/files.smtp/patch-pop_root.c Thu Jan 1 01:00:00 1970 +++ popa3d/files.smtp/patch-pop_root.c Tue Jul 17 11:45:28 2001 @@ -0,0 +1,18 @@ +--- pop_root.c.neu.orig Mon Jul 16 11:55:05 2001 ++++ pop_root.c Tue Jul 17 11:45:22 2001 +@@ -210,6 +210,7 @@ + sem=sem_attach(0x50413453); + sem_enter(sem); + db=dbopen("/etc/mail/popauth.db",O_RDWR,0664,DB_HASH,0 ); ++ if ( db != NULL ) { + key.data=client_addr(1); + key.size=strlen(key.data); + sprintf(ts,"%d",(int)time(0)); +@@ -233,6 +234,7 @@ + ret=db->seq(db,&key,&data,R_NEXT); + } + db->close(db); ++ } + sem_leave(sem); + #endif + diff popa3d/files.smtp/popauth.m4 popa3d/files.smtp/popauth.m4 --- popa3d/files.smtp/popauth.m4 Thu Jan 1 01:00:00 1970 +++ popa3d/files.smtp/popauth.m4 Sun Jul 22 13:39:46 2001 @@ -0,0 +1,47 @@ +divert(-1) +# +# Copyright (c) 2000 Claus Assmann +# +# In short: you can do whatever you want with this, but don't blame me! +# +# THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND +# ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE +# IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE +# ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE +# FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL +# DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS +# OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) +# HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +# LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY +# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF +# SUCH DAMAGE. +# +# +# +VERSIONID(`$Id: popauth.m4,v 1.5 2000/10/19 17:47:53 ca Exp $') + +LOCAL_CONFIG +ifdef(`DATABASE_MAP_TYPE', `', `define(`DATABASE_MAP_TYPE', `hash')') +Kpopauth ifelse(defn(`_ARG_'), `', + `DATABASE_MAP_TYPE -a /etc/mail/popauth', + `_ARG_') +ifdef(`CF_LEVEL', `dnl has been introduced in 8.10 +dnl this can be used to add a tag to entries in the map +dnl to restrict the access +ifdef(`POP_B4_SMTP_TAG',, `define(`POP_B4_SMTP_TAG', `POP:')')dnl +ifdef(`POP_TO', `dnl +ifdef(`_ARITH_MAP_', `', `dnl +define(`_ARITH_MAP_', `1')dnl +Karith arith') +')', `dnl +define(`POP_B4_SMTP_TAG', `')dnl +')dnl +LOCAL_RULESETS +SLocal_check_rcpt +R$* $: $(popauth `'$&{client_addr} $: $) +R $@ NoPopAuth +ifdef(`POP_TO', `dnl +R$+ $: $(arith - $@ $1 $@ $&t $) +R$+ $: $(arith l $@ $1 $@ POP_TO $) +RTRUE $# OK', ` +R$* $# OK') diff popa3d/pkg-plist popa3d/pkg-plist --- popa3d/pkg-plist Sat Apr 1 05:39:48 2000 +++ popa3d/pkg-plist Sun Jul 22 13:57:32 2001 @@ -1,5 +1,5 @@ @comment $FreeBSD: ports/mail/popa3d/pkg-plist,v 1.2 2000/04/01 03:39:48 mharo Exp $ libexec/popa3d -share/doc/popa3d/DESIGN -share/doc/popa3d/COPYING -@dirrm share/doc/popa3d +%%PORTDOCS%%share/doc/popa3d/DESIGN +%%PORTDOCS%%share/doc/popa3d/COPYING +%%PORTDOCS%%@dirrm share/doc/popa3d >Release-Note: >Audit-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 Aug 20 12:24: 3 2001 Delivered-To: freebsd-ports@freebsd.org Received: from giganda.komkon.org (giganda.komkon.org [209.125.17.66]) by hub.freebsd.org (Postfix) with ESMTP id 751AF37B40A; Mon, 20 Aug 2001 12:23:59 -0700 (PDT) (envelope-from str@giganda.komkon.org) Received: (from root@localhost) by giganda.komkon.org (8.11.3/8.11.3) id f7KJNwW33211; Mon, 20 Aug 2001 15:23:58 -0400 (EDT) (envelope-from str) Date: Mon, 20 Aug 2001 15:23:58 -0400 (EDT) From: Igor Roshchin Message-Id: <200108201923.f7KJNwW33211@giganda.komkon.org> To: ports@freebsd.org, sobomax@freebsd.org Subject: libtiff Sender: owner-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! Does anybody know what happened to the master-sites for graphics/tiff port ? Neither the ftp nor the http servers accept logins/connections. Regards, Igor To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Aug 20 12:29:25 2001 Delivered-To: freebsd-ports@freebsd.org Received: from caerulus.cerintha.com (caerulus.cerintha.com [207.18.92.26]) by hub.freebsd.org (Postfix) with ESMTP id A162337B419 for ; Mon, 20 Aug 2001 12:29:22 -0700 (PDT) (envelope-from freebsd-stable@Cerintha.com) Received: (from freebsd-stable@localhost) by caerulus.cerintha.com (8.11.3/8.11.3) id f7KJTMZ61556; Mon, 20 Aug 2001 15:29:22 -0400 (EDT) Message-Id: <200108201929.f7KJTMZ61556@caerulus.cerintha.com> Subject: anyone else have snort core dump? To: freebsd-ports@freebsd.org Date: Mon, 20 Aug 2001 15:29:22 -0400 (EDT) Reply-To: scheidell@fdma.com From: freebsd-stable@news.fdma.com X-Mailer: ELM [version 2.4ME+ PL77 (25)] MIME-Version: 1.0 Content-Transfer-Encoding: 7bit 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 have a problem with snort 1.8.1-REL core dumping. Tried two different systems one, 133mhz PI, 4.3-REL, stock binaries, dec ethernet card Two, 850mhz PIII, 4.4-RC2, (not stock) binaries, reltec card yes, I make sure I took I686_cpu out of make.conf first. and it core dumps when network is silent or noisy, doesn't matter (seems to core dump mostly when silent) So, do I need to run the linux binaries? and at what overhead? -- Michael Scheidell scheidell@fdma.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Aug 20 12:35: 6 2001 Delivered-To: freebsd-ports@freebsd.org Received: from ariel.phys.wesleyan.edu (ariel.phys.wesleyan.edu [129.133.95.129]) by hub.freebsd.org (Postfix) with ESMTP id 34A0F37B414; Mon, 20 Aug 2001 12:35:03 -0700 (PDT) (envelope-from vlad@ariel.phys.wesleyan.edu) Received: from localhost (localhost [127.0.0.1]) by ariel.phys.wesleyan.edu (Postfix) with ESMTP id 16B5C1EA30A; Mon, 20 Aug 2001 15:35:03 -0400 (EDT) Date: Mon, 20 Aug 2001 15:35:03 -0400 (EDT) From: Vladimir Savichev X-X-Sender: To: Cc: Subject: Re: ports/29880: xscreensaver hacks dumps core Message-ID: <20010820153125.Y88671-100000@localhost> 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 so xlockmore coredumping on X-4.1, the reason I found that in XF86Config ># This loads the GLX module > Load "glx" was commented by default. --Vlad To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Aug 20 12: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 3177137B409 for ; Mon, 20 Aug 2001 12:40:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7KJe2h41464; Mon, 20 Aug 2001 12:40:02 -0700 (PDT) (envelope-from gnats) Received: from sj-msg-core-2.cisco.com (sj-msg-core-2.cisco.com [171.69.24.11]) by hub.freebsd.org (Postfix) with ESMTP id A9D5B37B409 for ; Mon, 20 Aug 2001 12:31:21 -0700 (PDT) (envelope-from asaddi@cisco.com) Received: from alephnull.cisco.com (alephnull.cisco.com [171.69.92.51]) by sj-msg-core-2.cisco.com (8.11.3/8.9.1) with ESMTP id f7KJV5T28756; Mon, 20 Aug 2001 12:31:08 -0700 (PDT) Received: (from asaddi@localhost) by alephnull.cisco.com (8.11.3/8.11.3) id f7KJUkB98553; Mon, 20 Aug 2001 12:30:46 -0700 (PDT) (envelope-from asaddi) Message-Id: <200108201930.f7KJUkB98553@alephnull.cisco.com> Date: Mon, 20 Aug 2001 12:30:46 -0700 (PDT) From: asaddi@philosophysw.com Reply-To: asaddi@philosophysw.com To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/29907: New port: sysutils/sha Sender: owner-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: 29907 >Category: ports >Synopsis: New port: sysutils/sha >Confidential: 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 Aug 20 12:40:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Allan Saddi >Release: FreeBSD 4.3-RELEASE i386 >Organization: Philosophy SoftWorks >Environment: System: FreeBSD alephnull.cisco.com 4.3-RELEASE FreeBSD 4.3-RELEASE #45: Tue Aug 7 12:27:26 PDT 2001 root@alephnull.cisco.com:/usr/src/sys/compile/ALEPHNULL i386 >Description: sha is a simple file hashing utility that uses the SHA-1, SHA-256, SHA-384, and SHA-512 hash algorithms. >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: # # sha # sha/Makefile # sha/distinfo # sha/pkg-comment # sha/pkg-descr # sha/pkg-plist # echo c - sha mkdir -p sha > /dev/null 2>&1 echo x - sha/Makefile sed 's/^X//' >sha/Makefile << 'END-of-sha/Makefile' X# New ports collection makefile for: sha X# Date created: 20 August 2001 X# Whom: asaddi@philosophysw.com X# X# $FreeBSD$ X# X XPORTNAME= sha XPORTVERSION= 1.0.2 XCATEGORIES= sysutils XMASTER_SITES= ${MASTER_SITE_SOURCEFORGE} XMASTER_SITE_SUBDIR= ${PORTNAME} X XMAINTAINER= asaddi@philosophysw.com X XUSE_AUTOMAKE= yes XUSE_GMAKE= yes X XMAN1= sha.1 X X.include END-of-sha/Makefile echo x - sha/distinfo sed 's/^X//' >sha/distinfo << 'END-of-sha/distinfo' XMD5 (sha-1.0.2.tar.gz) = 832f7af91475e320b0b540bbb24a07a3 END-of-sha/distinfo echo x - sha/pkg-comment sed 's/^X//' >sha/pkg-comment << 'END-of-sha/pkg-comment' XSimple file hash program utilizing SHA-1, SHA-256, SHA-384, SHA-512 END-of-sha/pkg-comment echo x - sha/pkg-descr sed 's/^X//' >sha/pkg-descr << 'END-of-sha/pkg-descr' Xsha is a simple program that hashes files. It uses the National XInstitute of Standards and Technology's Secure Hash Algorithm. XIt can use SHA-1, SHA-256, SHA-384, or SHA-512, which generate Xrespectively, hashes of 160, 256, 384, or 512 bits. sha can be Xused in scripts to do, for example, file integrity checking. X XWWW: http://philosophysw.com/software/sha/ X X- Allan Saddi Xasaddi@philosophysw.com END-of-sha/pkg-descr echo x - sha/pkg-plist sed 's/^X//' >sha/pkg-plist << 'END-of-sha/pkg-plist' Xbin/sha END-of-sha/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 Aug 20 12: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 5B60037B415 for ; Mon, 20 Aug 2001 12:40:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7KJe2v41473; Mon, 20 Aug 2001 12:40:02 -0700 (PDT) (envelope-from gnats) Received: from sj-msg-core-2.cisco.com (sj-msg-core-2.cisco.com [171.69.24.11]) by hub.freebsd.org (Postfix) with ESMTP id 56C7437B40F for ; Mon, 20 Aug 2001 12:33:18 -0700 (PDT) (envelope-from asaddi@cisco.com) Received: from alephnull.cisco.com (alephnull.cisco.com [171.69.92.51]) by sj-msg-core-2.cisco.com (8.11.3/8.9.1) with ESMTP id f7KJX1T00334; Mon, 20 Aug 2001 12:33:04 -0700 (PDT) Received: (from asaddi@localhost) by alephnull.cisco.com (8.11.3/8.11.3) id f7KJWhL98720; Mon, 20 Aug 2001 12:32:43 -0700 (PDT) (envelope-from asaddi) Message-Id: <200108201932.f7KJWhL98720@alephnull.cisco.com> Date: Mon, 20 Aug 2001 12:32:43 -0700 (PDT) From: asaddi@philosophysw.com Reply-To: asaddi@philosophysw.com To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/29908: New port: security/yafic Sender: owner-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: 29908 >Category: ports >Synopsis: New port: security/yafic >Confidential: 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 Aug 20 12:40:02 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Allan Saddi >Release: FreeBSD 4.3-RELEASE i386 >Organization: Philosophy SoftWorks >Environment: System: FreeBSD alephnull.cisco.com 4.3-RELEASE FreeBSD 4.3-RELEASE #45: Tue Aug 7 12:27:26 PDT 2001 root@alephnull.cisco.com:/usr/src/sys/compile/ALEPHNULL i386 >Description: yafic is Yet Another File Integrity Checker, similar to Tripwire. It is simple, fast, and flexible. >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: # # yafic # yafic/Makefile # yafic/distinfo # yafic/pkg-comment # yafic/pkg-descr # yafic/pkg-plist # yafic/files # yafic/files/yafic.conf.sample # yafic/pkg-message # echo c - yafic mkdir -p yafic > /dev/null 2>&1 echo x - yafic/Makefile sed 's/^X//' >yafic/Makefile << 'END-of-yafic/Makefile' X# New ports collection makefile for: yafic X# Date created: 20 August 2001 X# Whom: asaddi@philosophysw.com X# X# $FreeBSD$ X# X XPORTNAME= yafic XPORTVERSION= 1.0 XCATEGORIES= security XMASTER_SITES= ${MASTER_SITE_SOURCEFORGE} XMASTER_SITE_SUBDIR= ${PORTNAME} X XMAINTAINER= asaddi@philosophysw.com X XUSE_AUTOMAKE= yes XUSE_GMAKE= yes XCONFIGURE_ENV= LDFLAGS="-static" X XMAN1= yafic.1 XMAN5= yafic.conf.5 X Xpost-install: X @${MKDIR} ${PREFIX}/share/examples/yafic X @${CP} ${FILESDIR}/yafic.conf.sample ${PREFIX}/share/examples/yafic X @${ECHO} X @${CAT} ${PKGMESSAGE} X @${ECHO} X X.include END-of-yafic/Makefile echo x - yafic/distinfo sed 's/^X//' >yafic/distinfo << 'END-of-yafic/distinfo' XMD5 (yafic-1.0.tar.gz) = f201ef571f809217ed7fdfa5a3e6eaf6 END-of-yafic/distinfo echo x - yafic/pkg-comment sed 's/^X//' >yafic/pkg-comment << 'END-of-yafic/pkg-comment' XYet Another File Integrity Checker, similar to Tripwire END-of-yafic/pkg-comment echo x - yafic/pkg-descr sed 's/^X//' >yafic/pkg-descr << 'END-of-yafic/pkg-descr' Xyafic is Yet Another File Integrity Checker. yafic saves Xinformation about the state of a filesystem to a database. XLater, yafic can be used to compare the current state of Xthe filesystem against the saved database, letting you Xknow of any changed, added, or removed files. X XWWW: http://philosophysw.com/software/yafic/ X X- Allan Saddi Xasaddi@philosophysw.com END-of-yafic/pkg-descr echo x - yafic/pkg-plist sed 's/^X//' >yafic/pkg-plist << 'END-of-yafic/pkg-plist' Xbin/yafic Xshare/examples/yafic/yafic.conf.sample X@dirrm share/examples/yafic END-of-yafic/pkg-plist echo c - yafic/files mkdir -p yafic/files > /dev/null 2>&1 echo x - yafic/files/yafic.conf.sample sed 's/^X//' >yafic/files/yafic.conf.sample << 'END-of-yafic/files/yafic.conf.sample' X# Sample yafic.conf(5) file for FreeBSD. X# $Id: yafic.conf.sample,v 1.3 2001/08/20 07:52:53 asaddi Exp $ X X#### / #### X X# / X/ X X# /dev X/dev E X$/dev L X X# /etc X/etc/dumpdates L X/etc/motd L X/etc/opiekeys L X/etc/skeykeys L X X# /home X=/home X X# /root X/root/.history L X X# /tmp X=/tmp L X X# /var X=/var X X#### /usr #### X X# /usr X/usr X X# /usr/compat X=/usr/compat X X# /usr/games X=/usr/games X X# /usr/home X=/usr/home X X# /usr/ports X=/usr/ports L X X# /usr/obj X=/usr/obj L X X# /usr/share/man X=/usr/share/man L X X# /usr/share/perl/man X=/usr/share/perl/man L X X# /usr/src X=/usr/src L X X# /usr/sup X=/usr/sup L X X# /usr/tmp X=/usr/tmp L X X#### /usr/X11R6 #### X X# /usr/X11R6 X/usr/X11R6 X X# /usr/X11R6/lib/X11/xdm X/usr/X11R6/lib/X11/xdm/xdm-pid L X/usr/X11R6/lib/X11/xdm/xdm-errors L X X# /usr/X11R6/lib/X11/xdm/authdir/authfiles X=/usr/X11R6/lib/X11/xdm/authdir/authfiles L X X# /usr/X11R6/lib/X11/xkb/compiled X=/usr/X11R6/lib/X11/xkb/compiled L X X# /usr/X11R6/man X=/usr/X11R6/man L X X#### /usr/local #### X X# /usr/local X/usr/local X X# /usr/local/lib/perl5/5.00503/man X=/usr/local/lib/perl5/5.00503/man L X X# /usr/local/man X=/usr/local/man L X X# /usr/local/www X=/usr/local/www L X X#### END-of-yafic/files/yafic.conf.sample echo x - yafic/pkg-message sed 's/^X//' >yafic/pkg-message << 'END-of-yafic/pkg-message' XA sample configuration file has be installed in X${PREFIX}/share/examples/yafic END-of-yafic/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 Mon Aug 20 12:53: 4 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 439A937B413 for ; Mon, 20 Aug 2001 12:53:01 -0700 (PDT) (envelope-from dwcjr@inethouston.net) Received: by leviathan.inethouston.net (Postfix, from userid 1001) id 919C710F429; Mon, 20 Aug 2001 14:53:04 -0500 (CDT) Date: Mon, 20 Aug 2001 14:53:04 -0500 From: "David W. Chapman Jr." To: scheidell@fdma.com Cc: freebsd-ports@freebsd.org Subject: Re: anyone else have snort core dump? Message-ID: <20010820145304.B8211@leviathan.inethouston.net> Reply-To: "David W. Chapman Jr." Mail-Followup-To: "David W. Chapman Jr." , scheidell@fdma.com, freebsd-ports@freebsd.org References: <200108201929.f7KJTMZ61556@caerulus.cerintha.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200108201929.f7KJTMZ61556@caerulus.cerintha.com> User-Agent: Mutt/1.3.20i 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 Mon, Aug 20, 2001 at 03:29:22PM -0400, freebsd-stable@news.fdma.com wrote: > I have a problem with snort 1.8.1-REL core dumping. > > Tried two different systems > > one, 133mhz PI, 4.3-REL, stock binaries, dec ethernet card > > Two, 850mhz PIII, 4.4-RC2, (not stock) binaries, reltec card > > yes, I make sure I took I686_cpu out of make.conf first. > > and it core dumps when network is silent or noisy, doesn't matter (seems > to core dump mostly when silent) > > So, do I need to run the linux binaries? and at what overhead? > You are not the only one having this problem, you will probably have to bug the snort developers on this one since its not a ports problem, but a problem with the actual program. -- 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 Mon Aug 20 13:20: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 58C4F37B413 for ; Mon, 20 Aug 2001 13:20:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7KKK1t48043; Mon, 20 Aug 2001 13:20:01 -0700 (PDT) (envelope-from gnats) Received: from cc92687-a.wlgrv1.pa.home.com (cc92687-a.wlgrv1.pa.home.com [24.5.63.190]) by hub.freebsd.org (Postfix) with ESMTP id E82E437B410 for ; Mon, 20 Aug 2001 13:14:07 -0700 (PDT) (envelope-from pat@cc92687-a.wlgrv1.pa.home.com) Received: (from root@localhost) by cc92687-a.wlgrv1.pa.home.com (8.11.5/8.11.5) id f7KKE6V74307; Mon, 20 Aug 2001 16:14:06 -0400 (EDT) (envelope-from pat) Message-Id: <200108202014.f7KKE6V74307@cc92687-a.wlgrv1.pa.home.com> Date: Mon, 20 Aug 2001 16:14:06 -0400 (EDT) From: Patrick Li Reply-To: Patrick Li To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/29909: New port astro/spacechart Sender: owner-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: 29909 >Category: ports >Synopsis: New port astro/spacechart >Confidential: 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 Aug 20 13:20:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Patrick Li >Release: FreeBSD 4.4-PRERELEASE i386 >Organization: N/A >Environment: System: FreeBSD bottlenek 4.4-PRERELEASE FreeBSD 4.4-PRERELEASE #0: Mon Aug 13 19:08:19 EDT 2001 pat@bottlenek:/usr/src/sys/compile/BOTTLENEK i386 >Description: SpaceChart is a program that allows you to see the stars in glorious 3D and rotate them to see them from any point of view. You can also limit which stars you want to see, according to their spectral class and luminosity, and draw links between all stars closer than a certain distance. WWW: http://zipi.fi.upm.es/~e970095/spacechart/ Author: Miguel Coca >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: # # spacechart # spacechart/files # spacechart/files/patch-Makefile.in # spacechart/Makefile # spacechart/distinfo # spacechart/pkg-plist # spacechart/pkg-comment # spacechart/pkg-descr # echo c - spacechart mkdir -p spacechart > /dev/null 2>&1 echo c - spacechart/files mkdir -p spacechart/files > /dev/null 2>&1 echo x - spacechart/files/patch-Makefile.in sed 's/^X//' >spacechart/files/patch-Makefile.in << 'END-of-spacechart/files/patch-Makefile.in' X--- Makefile.in.orig Mon Aug 20 15:30:33 2001 X+++ Makefile.in Mon Aug 20 15:30:47 2001 X@@ -105,7 +105,7 @@ X cxxflags_set = @cxxflags_set@ X l = @l@ X X-SUBDIRS = src include po intl data pixmaps X+SUBDIRS = intl src include po data pixmaps X ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 X mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs X CONFIG_HEADER = config.h END-of-spacechart/files/patch-Makefile.in echo x - spacechart/Makefile sed 's/^X//' >spacechart/Makefile << 'END-of-spacechart/Makefile' X# New ports collection makefile for: spacechart X# Date created: Mon Aug 20 14:50:20 EDT 2001 X# Whom: Patrick Li X# X# $FreeBSD$ X# X XPORTNAME= spacechart XPORTVERSION= 0.9.2 XCATEGORIES= astro XMASTER_SITES= http://zipi.fi.upm.es/~e970095/spacechart/download/ XDISTNAME= ${PORTNAME}-${PORTVERSION:S/./_/g} XEXTRACT_SUFX= .tgz X XMAINTAINER= pat@databits.net X XWRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} XUSE_X_PREFIX= yes XGNU_CONFIGURE= yes XUSE_GNOMELIBS= yes X X.include END-of-spacechart/Makefile echo x - spacechart/distinfo sed 's/^X//' >spacechart/distinfo << 'END-of-spacechart/distinfo' XMD5 (spacechart-0_9_2.tgz) = 80789375b11adda68728241e52900631 END-of-spacechart/distinfo echo x - spacechart/pkg-plist sed 's/^X//' >spacechart/pkg-plist << 'END-of-spacechart/pkg-plist' Xbin/spacechart Xshare/locale/es/LC_MESSAGES/spacechart.mo Xshare/gnome/spacechart/gliese.dat END-of-spacechart/pkg-plist echo x - spacechart/pkg-comment sed 's/^X//' >spacechart/pkg-comment << 'END-of-spacechart/pkg-comment' XSpaceChart is a star chart viewer for GNOME END-of-spacechart/pkg-comment echo x - spacechart/pkg-descr sed 's/^X//' >spacechart/pkg-descr << 'END-of-spacechart/pkg-descr' XSpaceChart is a program that allows you to see the stars in glorious X3D and rotate them to see them from any point of view. You can also Xlimit which stars you want to see, according to their spectral Xclass and luminosity, and draw links between all stars closer than Xa certain distance. X XWWW: http://zipi.fi.upm.es/~e970095/spacechart/ XAuthor: Miguel Coca END-of-spacechart/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 Aug 20 13: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 786C337B417 for ; Mon, 20 Aug 2001 13:20:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7KKK1k48052; Mon, 20 Aug 2001 13:20:01 -0700 (PDT) (envelope-from gnats) Received: from cc92687-a.wlgrv1.pa.home.com (cc92687-a.wlgrv1.pa.home.com [24.5.63.190]) by hub.freebsd.org (Postfix) with ESMTP id AEF7A37B403 for ; Mon, 20 Aug 2001 13:14:17 -0700 (PDT) (envelope-from pat@cc92687-a.wlgrv1.pa.home.com) Received: (from root@localhost) by cc92687-a.wlgrv1.pa.home.com (8.11.5/8.11.5) id f7KKEHI74399; Mon, 20 Aug 2001 16:14:17 -0400 (EDT) (envelope-from pat) Message-Id: <200108202014.f7KKEHI74399@cc92687-a.wlgrv1.pa.home.com> Date: Mon, 20 Aug 2001 16:14:17 -0400 (EDT) From: Patrick Li Reply-To: Patrick Li To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/29910: New port astro/starplot Sender: owner-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: 29910 >Category: ports >Synopsis: New port astro/starplot >Confidential: 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 Aug 20 13:20:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Patrick Li >Release: FreeBSD 4.4-PRERELEASE i386 >Organization: N/A >Environment: System: FreeBSD bottlenek 4.4-PRERELEASE FreeBSD 4.4-PRERELEASE #0: Mon Aug 13 19:08:19 EDT 2001 pat@bottlenek:/usr/src/sys/compile/BOTTLENEK i386 >Description: StarPlot allows you to view three-dimensional perspective charts of stars. WWW: http://www.princeton.edu/~kmccarty/starplot.html Author: Kevin B. McCarty >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: # # starplot # starplot/Makefile # starplot/distinfo # starplot/files # starplot/files/patch-Makefile # starplot/files/patch-gui::Makefile # starplot/files/patch-gui::filedialogs.cc # starplot/pkg-plist # starplot/pkg-comment # starplot/pkg-descr # echo c - starplot mkdir -p starplot > /dev/null 2>&1 echo x - starplot/Makefile sed 's/^X//' >starplot/Makefile << 'END-of-starplot/Makefile' X# New ports collection makefile for: starplot X# Date created: Mon Aug 20 09:08:07 EDT 2001 X# Whom: Patrick Li X# X# $FreeBSD$ X# X XPORTNAME= starplot XPORTVERSION= 0.92.1 XCATEGORIES= astro XMASTER_SITES= http://www.princeton.edu/~kmccarty/downloads/ X XMAINTAINER= pat@databits.net X XUSE_X_PREFIX= yes XUSE_GMAKE= yes XUSE_GTK= yes XUSE_XPM= yes XMAKE_ENV= DATADIR="${DATADIR}" \ X DOCSDIR="${DOCSDIR}" X XMAN1= starplot.1 starconvert.1 X Xpre-patch: X @${PERL} -pi.orig -e 's|DATADIR|${DATADIR}|; s|DOCDIR|${DOCSDIR}|; \ X s|BINARYNAME|${PORTNAME}|; s|CONVERTNAME|starconvert|' \ X ${WRKSRC}/doc/man/* X @${PERL} -pi.orig -e 's|/usr/local/share/starplot|${DATADIR}|; \ X s|/usr/local/share/doc/starplot|${DOCSDIR}|' \ X ${WRKSRC}/gui/starplot.h X Xdo-install: X @${INSTALL_PROGRAM} ${WRKSRC}/starplot ${PREFIX}/bin X @${INSTALL_PROGRAM} ${WRKSRC}/starconvert ${PREFIX}/bin X @${INSTALL_MAN} ${WRKSRC}/doc/man/starplot-template \ X ${PREFIX}/man/man1/starplot.1 X @${INSTALL_MAN} ${WRKSRC}/doc/man/starconvert-template \ X ${PREFIX}/man/man1/starconvert.1 X @${MKDIR} ${DATADIR} X @${MKDIR} ${DATADIR}/examples X @${INSTALL_DATA} ${WRKSRC}/examples/*.stars \ X ${DATADIR}/examples X.if !defined(NOPORTDOCS) X @${MKDIR} ${DOCSDIR} X @${MKDIR} ${DOCSDIR}/examples X @${MKDIR} ${DOCSDIR}/html X @${MKDIR} ${DOCSDIR}/html/images X @${INSTALL_DATA} ${WRKSRC}/examples/example.spec \ X ${DOCSDIR}/examples X @${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR} X @${INSTALL_DATA} ${WRKSRC}/doc/html/*.html ${DOCSDIR}/html X @${INSTALL_DATA} ${WRKSRC}/doc/html/images/* ${DOCSDIR}/html/images X.endif X X.include END-of-starplot/Makefile echo x - starplot/distinfo sed 's/^X//' >starplot/distinfo << 'END-of-starplot/distinfo' XMD5 (starplot-0.92.1.tar.gz) = a5fa82659bff3019ead4ec54dfa826d4 END-of-starplot/distinfo echo c - starplot/files mkdir -p starplot/files > /dev/null 2>&1 echo x - starplot/files/patch-Makefile sed 's/^X//' >starplot/files/patch-Makefile << 'END-of-starplot/files/patch-Makefile' X--- Makefile.orig Wed Jun 20 05:48:41 2001 X+++ Makefile Mon Aug 20 11:19:22 2001 X@@ -1,34 +1,9 @@ X-# Makefile for StarPlot X+BINARYNAME = starplot X+CONVERTNAME = starconvert X+CFLAGS += -Wall `${GTK_CONFIG} --cflags` X+LFLAGS = `${GTK_CONFIG} --libs` X X-# this is for easier debianizing: X-DESTDIR = X-TREEDIR = usr/local X-TOPDIR = $(DESTDIR)/$(TREEDIR) X- X-# installation locations: ----------------------------------------------- X-export BINARYNAME = starplot X-export CONVERTNAME = starconvert X-export DATADIR = $(TOPDIR)/share/$(BINARYNAME) X-export DOCDIR = $(TOPDIR)/share/doc/$(BINARYNAME) X-INSTALLDIR = $(TOPDIR)/bin X-MANDIR = $(TOPDIR)/man/man1 X- X-# locations of programs needed for compiling / installing: X-export CXX = g++ X-export SED = sed X-INSTALL = install X- X-# compiler flags: X-export CFLAGS = -Wall -pedantic -O2 X-LFLAGS = `gtk-config --libs` X- X-# targets --------------------------------------------------------------- X- X-.PHONY: all object-files conv-files doc-files starplot starconvert debian \ X- clean dist-clean debian-clean install install-bin install-doc \ X- install-debian install-examples install-gpl install-man uninstall X- X-all: object-files conv-files doc-files X+all: object-files conv-files X X object-files: X $(MAKE) -C classes X@@ -38,79 +13,3 @@ X conv-files: X $(MAKE) -C convert X $(CXX) convert/*.o classes/*.o -o $(CONVERTNAME) $(CFLAGS) -lm X- X-doc-files: X- $(MAKE) -C doc X- X-# The next two targets are not used by the default build and are just for X-# convenience if you only want to build one of the two programs. X-starplot: object-files X-starconvert: X- $(MAKE) -C classes X- $(MAKE) conv-files X- X-debian: X- dpkg-buildpackage -rfakeroot X- X-clean: X- $(MAKE) -C gui clean X- $(MAKE) -C classes clean X- $(MAKE) -C convert clean X- X-dist-clean: clean X- rm -f $(BINARYNAME) $(CONVERTNAME) build-stamp configure-stamp X- $(MAKE) -C doc clean X- X-debian-clean: dist-clean X- rm -rf debian/starplot/* X- rm -f debian/files debian/substvars X- rm -f debian/*.debhelper X- X-# install everything X-install: install-examples install-gpl X- X-# install only things relevant to creating a Debian package X-install-debian: install-examples install-doc X- X-# install just the binary and create an empty data directory X-install-bin: X- $(INSTALL) -d -m 0755 $(INSTALLDIR) $(DATADIR) X- $(INSTALL) -m 0755 -s $(BINARYNAME) $(INSTALLDIR) X- $(INSTALL) -m 0755 -s $(CONVERTNAME) $(INSTALLDIR) X- X-# install example star data files as well as the binary X-install-examples: install-bin X- $(INSTALL) -d -m 0755 $(DATADIR)/examples X- $(INSTALL) -m 0644 examples/*.stars $(DATADIR)/examples X- X-# install the text and HTML documentation only X-install-doc: X- $(INSTALL) -d -m 0755 $(DOCDIR) $(DOCDIR)/examples X- $(INSTALL) -m 0644 examples/example.spec $(DOCDIR)/examples X- $(INSTALL) -m 0644 README INSTALL Makefile $(DOCDIR) X- $(INSTALL) -d -m 0755 $(DOCDIR)/html $(DOCDIR)/html/images X- $(INSTALL) -m 0644 doc/html/*.html $(DOCDIR)/html X- $(INSTALL) -m 0644 doc/html/images/* $(DOCDIR)/html/images X- X-# install man pages too X-install-man: install-doc X- $(INSTALL) -d -m 0755 $(MANDIR) X- $(INSTALL) -m 0644 doc/man/starplot.1 $(MANDIR)/$(BINARYNAME).1 X- $(INSTALL) -m 0644 doc/man/starconvert.1 $(MANDIR)/$(CONVERTNAME).1 X- X-# install the GPL as well as the docs X-# (this is separate since most people already have more than enough copies X-# of the GPL lying around on their hard drives) X-install-gpl: install-man X- $(INSTALL) -m 0644 COPYING $(DOCDIR) X- X-# You can uninstall StarPlot even after deleting the source tree because X-# this Makefile will have been installed in $(DOCDIR). X- X-uninstall: X- -rm -f $(INSTALLDIR)/$(BINARYNAME) $(INSTALLDIR)/$(CONVERTNAME) X- -rm -rf $(DATADIR)/examples X- -rmdir $(DATADIR) X- -rm -rf $(DOCDIR) X- -rm -f $(MANDIR)/$(BINARYNAME).* $(MANDIR)/$(CONVERTNAME).* X- END-of-starplot/files/patch-Makefile echo x - starplot/files/patch-gui::Makefile sed 's/^X//' >starplot/files/patch-gui::Makefile << 'END-of-starplot/files/patch-gui::Makefile' X--- gui/Makefile.orig Fri Mar 2 08:39:03 2001 X+++ gui/Makefile Mon Aug 20 11:16:35 2001 X@@ -1,21 +1,21 @@ X HEADERS = starplot.h gtkviewer.h menu.h ../classes/stararray.h \ X ../classes/star.h ../classes/greek.h ../classes/specclass.h \ X ../classes/stringops.h ../classes/mathops.h ../classes/viewer.h X-DATADEF = -DDATADIR=\"$(DATADIR)\" X-DOCDEF = -DDOCDIR=\"$(DOCDIR)\" X+DATADEF = -DDATADIR=\"${DATADIR}\" X+DOCDEF = -DDOCDIR=\"${DOCSDIR}\" X+CFLAGS += `${GTK_CONFIG} --cflags` X X all: starplot.o menuops.o filedialogs.o infodialogs.o chartdialogs.o \ X hrdiagram.o X X %.o: %.cc $(HEADERS) X- $(CXX) -c $< `gtk-config --cflags` $(CFLAGS) $(DATADEF) X+ $(CXX) -c $< $(CFLAGS) $(DATADEF) X X menuops.o: menuops.cc $(HEADERS) xpmdata.h ../version.h X- $(CXX) -c menuops.cc `gtk-config --cflags` $(CFLAGS) \ X- $(DATADEF) $(DOCDEF) X+ $(CXX) -c menuops.cc $(CFLAGS) $(DATADEF) $(DOCDEF) X X starplot.o: starplot.cc $(HEADERS) ../version.h X- $(CXX) -c starplot.cc `gtk-config --cflags` $(CFLAGS) $(DATADEF) X+ $(CXX) -c starplot.cc $(CFLAGS) $(DATADEF) X X clean: X rm -f *.o *.cc~ *.h~ END-of-starplot/files/patch-gui::Makefile echo x - starplot/files/patch-gui::filedialogs.cc sed 's/^X//' >starplot/files/patch-gui::filedialogs.cc << 'END-of-starplot/files/patch-gui::filedialogs.cc' X--- gui/filedialogs.cc.orig Mon Aug 20 13:14:42 2001 X+++ gui/filedialogs.cc Mon Aug 20 13:14:52 2001 X@@ -159,7 +159,7 @@ X if (select_function == help_ok_sel || select_function == help_open_sel) { X if (!help_browser) X gtk_file_selection_set_filename (GTK_FILE_SELECTION(filew), X- "/usr/bin/"); X+ "~/"); X else X gtk_file_selection_set_filename (GTK_FILE_SELECTION(filew), X help_browser); END-of-starplot/files/patch-gui::filedialogs.cc echo x - starplot/pkg-plist sed 's/^X//' >starplot/pkg-plist << 'END-of-starplot/pkg-plist' Xbin/starplot Xbin/starconvert X%%PORTDOCS%%share/doc/starplot/README X%%PORTDOCS%%share/doc/starplot/examples/example.spec X%%PORTDOCS%%share/doc/starplot/html/ch1.html X%%PORTDOCS%%share/doc/starplot/html/images/bayerdes.png X%%PORTDOCS%%share/doc/starplot/html/images/coords.png X%%PORTDOCS%%share/doc/starplot/html/images/gcoords.png X%%PORTDOCS%%share/doc/starplot/html/images/hrdiagram.png X%%PORTDOCS%%share/doc/starplot/html/index.html Xshare/starplot/examples/sample.stars Xshare/starplot/examples/test.stars X@dirrm share/starplot/examples X@dirrm share/starplot/ X%%PORTDOCS%%@dirrm share/doc/starplot/html/images X%%PORTDOCS%%@dirrm share/doc/starplot/html X%%PORTDOCS%%@dirrm share/doc/starplot/examples X%%PORTDOCS%%@dirrm share/doc/starplot/ END-of-starplot/pkg-plist echo x - starplot/pkg-comment sed 's/^X//' >starplot/pkg-comment << 'END-of-starplot/pkg-comment' XA 3-Dimensional Star Chart Viewer END-of-starplot/pkg-comment echo x - starplot/pkg-descr sed 's/^X//' >starplot/pkg-descr << 'END-of-starplot/pkg-descr' XStarPlot allows you to view three-dimensional perspective charts Xof stars. Check the website to get more star data sets X XWWW: http://www.princeton.edu/~kmccarty/starplot.html XAuthor: Kevin B. McCarty X X- Patrick Li END-of-starplot/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 Aug 20 14:19:47 2001 Delivered-To: freebsd-ports@freebsd.org Received: from obsecurity.dyndns.org (adsl-63-207-60-7.dsl.lsan03.pacbell.net [63.207.60.7]) by hub.freebsd.org (Postfix) with ESMTP id C2F2B37B40F; Mon, 20 Aug 2001 14:19:39 -0700 (PDT) (envelope-from kris@obsecurity.org) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 3A33C66BA6; Mon, 20 Aug 2001 14:19:37 -0700 (PDT) Date: Mon, 20 Aug 2001 14:19:36 -0700 From: Kris Kennaway To: Akinori MUSHA Cc: ports@FreeBSD.org, portmgr@FreeBSD.org Subject: Re: RELENG_3 actually supports the "package origin" but there's no support Message-ID: <20010820141936.A4521@xor.obsecurity.org> References: <8666bj5bxp.wl@archon.local.idaemons.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="rwEMma7ioTxnRzrJ" Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <8666bj5bxp.wl@archon.local.idaemons.org>; from knu@iDaemons.org on Mon, Aug 20, 2001 at 06:16:02PM +0900 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org --rwEMma7ioTxnRzrJ Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Aug 20, 2001 at 06:16:02PM +0900, Akinori MUSHA wrote: > Attached is a patch to bump OSVERSION (-> 350002) and tweak > bsd.port.mk accordingly, which allows 3-STABLE users to use pkgdepfix > and portupgrade to upgrade their packages. >=20 > Unless we do this the MFC is merely useless... Could I commit this? Looks fine to me, except: > Index: ports/Mk/bsd.port.mk > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > RCS file: /home/ncvs/ports/Mk/bsd.port.mk,v > retrieving revision 1.376 > diff -u -r1.376 bsd.port.mk > --- ports/Mk/bsd.port.mk 3 Aug 2001 11:35:35 -0000 1.376 > +++ ports/Mk/bsd.port.mk 20 Aug 2001 08:38:05 -0000 > @@ -1060,7 +1060,7 @@ > =20 > TMPPLIST?=3D ${WRKDIR}/.PLIST.mktmp > =20 > -.if ${OSVERSION} >=3D 400000 > +.if ${OSVERSION} >=3D 350002 Can this be right? The origin stuff wasn't in OSVERSION =3D=3D 400000 Kris --rwEMma7ioTxnRzrJ 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 iD8DBQE7gX7oWry0BWjoQKURAt2wAKCmXpkMiCZwiTd1qHVs1JXQqnnCkwCg3IAz JFtxzdF6FuzH08gVVX6Dx2w= =G3ya -----END PGP SIGNATURE----- --rwEMma7ioTxnRzrJ-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Aug 20 15: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 1360C37B410 for ; Mon, 20 Aug 2001 15:20:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7KMK3F71614; Mon, 20 Aug 2001 15:20:03 -0700 (PDT) (envelope-from gnats) Received: from cvs.ircd-hybrid.net (cvs.ircd-hybrid.net [205.149.163.102]) by hub.freebsd.org (Postfix) with ESMTP id 54C0F37B403 for ; Mon, 20 Aug 2001 15:11:54 -0700 (PDT) (envelope-from cosine@cvs.ircd-hybrid.net) Received: (from cosine@localhost) by cvs.ircd-hybrid.net (8.11.5/8.11.5) id f7KMBSR39425; Mon, 20 Aug 2001 15:11:28 -0700 (PDT) (envelope-from cosine) Message-Id: <200108202211.f7KMBSR39425@cvs.ircd-hybrid.net> Date: Mon, 20 Aug 2001 15:11:28 -0700 (PDT) From: Patrick Alken Reply-To: Patrick Alken To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/29911: Port 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: 29911 >Category: ports >Synopsis: Port update >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Aug 20 15:20:02 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Patrick Alken >Release: FreeBSD 4.4-PRERELEASE i386 >Organization: none >Environment: System: FreeBSD cvs.ircd-hybrid.net 4.4-PRERELEASE FreeBSD 4.4-PRERELEASE #0: Tue Aug 7 05:16:42 PDT 2001 root@cvs.ircd-hybrid.net:/usr/obj/usr/src/sys/PARODIUS i386 >Description: Port update >How-To-Repeat: >Fix: # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # . # ./Makefile # ./distinfo # ./pkg-comment # ./pkg-descr # ./pkg-plist # echo c - . mkdir -p . > /dev/null 2>&1 echo x - ./Makefile sed 's/^X//' >./Makefile << 'END-of-./Makefile' X# New ports collection makefile for: ald X# Date created: 28 May 2001 X# Whom: Patrick Alken X# X# $FreeBSD$ X# X XPORTNAME= ald XPORTVERSION= 0.0.17 XCATEGORIES= devel XMASTER_SITES= http://ellipse.mcs.drexel.edu/source/ X XMAINTAINER= cosine@ellipse.mcs.drexel.edu X XGNU_CONFIGURE= yes X X.include END-of-./Makefile echo x - ./distinfo sed 's/^X//' >./distinfo << 'END-of-./distinfo' XMD5 (ald-0.0.17.tar.gz) = 0997fa43ef4aca085c22962da67244bb END-of-./distinfo echo x - ./pkg-comment sed 's/^X//' >./pkg-comment << 'END-of-./pkg-comment' XDebugger for assembly level programs. END-of-./pkg-comment echo x - ./pkg-descr sed 's/^X//' >./pkg-descr << 'END-of-./pkg-descr' XThis is a port of ALD - the Assembly Language Debugger. It provides Xbreakpoint debugging capabilities to those wishing to debug their Xassembly language programs. Currently, x86 platforms are supported. X XWWW: http://ellipse.mcs.drexel.edu/ald.html X XPatrick Alken Xcosine@ellipse.mcs.drexel.edu END-of-./pkg-descr echo x - ./pkg-plist sed 's/^X//' >./pkg-plist << 'END-of-./pkg-plist' Xbin/ald END-of-./pkg-plist exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Aug 20 15:28:55 2001 Delivered-To: freebsd-ports@freebsd.org Received: from Veronica.wmol.com (veronica.wmol.com [208.242.83.241]) by hub.freebsd.org (Postfix) with ESMTP id 51B9537B40F; Mon, 20 Aug 2001 15:28:53 -0700 (PDT) (envelope-from david@phobia.ms) Received: from rain.hill.hom (081bc122.chartermi.net [24.247.81.122]) by Veronica.wmol.com (Vircom SMTPRS 5.0.193) with ESMTP id ; Mon, 20 Aug 2001 18:26:45 -0400 Date: Mon, 20 Aug 2001 18:28:19 -0400 From: David Hill To: obrien@freebsd.org Cc: ports@freebsd.org Subject: dict port Message-Id: <20010820182819.0f167424.david@phobia.ms> X-Mailer: Sylpheed version 0.5.3 (GTK+ 1.2.10; i386-unknown-freebsd5.0) 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 - dictd has been updated to version 1.5. Also, the two FTP sites the Makefile uses no longer have the tarball, and suggest using ftp.dict.org/pub/dict. Thanks - David To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Aug 20 15:32:54 2001 Delivered-To: freebsd-ports@freebsd.org Received: from dragon.nuxi.com (dsl092-013-169.sfo1.dsl.speakeasy.net [66.92.13.169]) by hub.freebsd.org (Postfix) with ESMTP id A980A37B405 for ; Mon, 20 Aug 2001 15:32:52 -0700 (PDT) (envelope-from obrien@NUXI.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.11.5/8.11.1) id f7KMWnW06636; Mon, 20 Aug 2001 15:32:49 -0700 (PDT) (envelope-from obrien) Date: Mon, 20 Aug 2001 15:32:49 -0700 From: "David O'Brien" To: David Hill Cc: ports@freebsd.org Subject: Re: dict port Message-ID: <20010820153249.A6541@dragon.nuxi.com> Reply-To: obrien@freebsd.org References: <20010820182819.0f167424.david@phobia.ms> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20010820182819.0f167424.david@phobia.ms>; from david@phobia.ms on Mon, Aug 20, 2001 at 06:28:19PM -0400 X-Operating-System: FreeBSD 5.0-CURRENT Organization: The NUXI BSD group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 Sender: owner-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, Aug 20, 2001 at 06:28:19PM -0400, David Hill wrote: > Hello - > dictd has been updated to version 1.5. Also, the two FTP sites the Makefile uses no longer have the tarball, and suggest using ftp.dict.org/pub/dict. Actually ijliao@FreeBSD.org `dictd'. `dictd' is currently at version 1.5.5. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Aug 20 17: 0: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 3DBC437B40B for ; Mon, 20 Aug 2001 17:00:05 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7L005982444; Mon, 20 Aug 2001 17:00:05 -0700 (PDT) (envelope-from gnats) Received: from totem.fix.no (totem.fix.no [213.142.66.130]) by hub.freebsd.org (Postfix) with ESMTP id 034F637B401 for ; Mon, 20 Aug 2001 16:57:24 -0700 (PDT) (envelope-from anders@totem.fix.no) Received: by totem.fix.no (Postfix, from userid 1000) id 455CC3C95; Tue, 21 Aug 2001 01:57:20 +0200 (CEST) Message-Id: <20010820235720.455CC3C95@totem.fix.no> Date: Tue, 21 Aug 2001 01:57:20 +0200 (CEST) From: Anders Nordby Reply-To: Anders Nordby To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/29914: Update 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 >Number: 29914 >Category: ports >Synopsis: Update port: mail/dkimap4 >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 Aug 20 17:00:05 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Anders Nordby >Release: FreeBSD 4.3-STABLE i386 >Organization: Fluxpod Information eXchange >Environment: >Description: -Update the dkimap4 port to the latest version, 2.36. -Add installation of README. -Removes patch files/patch-pop.C, which has been included. >How-To-Repeat: >Fix: diff -Nur dkimap4.old/Makefile dkimap4/Makefile --- dkimap4.old/Makefile Sat Jul 7 05:16:37 2001 +++ dkimap4/Makefile Mon Aug 20 23:14:30 2001 @@ -6,7 +6,7 @@ # PORTNAME= dkimap4 -PORTVERSION= 2.35 +PORTVERSION= 2.36 CATEGORIES= mail MASTER_SITES= http://www.dbox.handshake.de/download/ \ http://www.cs.cmu.edu/~kroening/dbox/ @@ -29,12 +29,20 @@ MAKE_ARGS+= SPOOLDIR="${SPOOLDIR}" .endif +DOCS= README + do-install: ${INSTALL_PROGRAM} ${WRKSRC}/movemail/movemail ${PREFIX}/bin ${INSTALL_PROGRAM} ${WRKSRC}/dkimap4/dkimap4 ${PREFIX}/libexec ${INSTALL_PROGRAM} ${WRKSRC}/dkpop3/dkpop3 ${PREFIX}/libexec post-install: +.if !defined(NOPORTDOCS) + ${INSTALL} -d -o root -g wheel -m 0755 ${PREFIX}/share/doc/${PORTNAME} +.for f in ${DOCS} + ${INSTALL_DATA} ${WRKSRC}/${f} ${PREFIX}/share/doc/${PORTNAME} +.endfor +.endif @${CAT} ${PKGMESSAGE} .include diff -Nur dkimap4.old/distinfo dkimap4/distinfo --- dkimap4.old/distinfo Sat Jul 7 05:16:37 2001 +++ dkimap4/distinfo Mon Aug 20 22:57:52 2001 @@ -1 +1 @@ -MD5 (dkimap4-2.35.tgz) = 39db1aed646b83027970adc3ae7d5bb9 +MD5 (dkimap4-2.36.tgz) = 190b29659b3823170e53265c4d57dab4 diff -Nur dkimap4.old/files/patch-pop.C dkimap4/files/patch-pop.C --- dkimap4.old/files/patch-pop.C Sat Jul 7 05:16:39 2001 +++ dkimap4/files/patch-pop.C Thu Jan 1 01:00:00 1970 @@ -1,11 +0,0 @@ ---- unixlib/pop.C.orig Sun Jun 17 21:07:06 2001 -+++ unixlib/pop.C Sun Jun 17 21:07:27 2001 -@@ -53,7 +53,7 @@ - - if(check_unix_passwd(up.name, password.c_str(), uid, protocol.c_str())) - { -- logf.printf("login", "invalid login: \"%s\"", password.c_str()); -+ logf.printf("login", "invalid login: \"%s\"", up.name); - return TRUE; - } - diff -Nur dkimap4.old/pkg-plist dkimap4/pkg-plist --- dkimap4.old/pkg-plist Sat Jul 7 05:16:37 2001 +++ dkimap4/pkg-plist Mon Aug 20 23:14:56 2001 @@ -1,3 +1,5 @@ bin/movemail libexec/dkimap4 libexec/dkpop3 +%%PORTDOCS%%share/doc/dkimap4/README +%%PORTDOCS%%@dirrm share/doc/dkimap4 >Release-Note: >Audit-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 Aug 20 17: 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 1242537B409 for ; Mon, 20 Aug 2001 17:00:05 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7L005382435; Mon, 20 Aug 2001 17:00:05 -0700 (PDT) (envelope-from gnats) Received: from totem.fix.no (totem.fix.no [213.142.66.130]) by hub.freebsd.org (Postfix) with ESMTP id 207C037B409 for ; Mon, 20 Aug 2001 16:57:15 -0700 (PDT) (envelope-from anders@totem.fix.no) Received: by totem.fix.no (Postfix, from userid 1000) id 6F98B3C83; Tue, 21 Aug 2001 01:57:13 +0200 (CEST) Message-Id: <20010820235713.6F98B3C83@totem.fix.no> Date: Tue, 21 Aug 2001 01:57:13 +0200 (CEST) From: Anders Nordby Reply-To: Anders Nordby To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/29913: Update port: net/maradns Sender: owner-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: 29913 >Category: ports >Synopsis: Update port: net/maradns >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 Aug 20 17:00:04 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Anders Nordby >Release: FreeBSD 4.3-STABLE i386 >Organization: Fluxpod Information eXchange >Environment: >Description: Update the maradns port to the latest version: 0.8.16. >How-To-Repeat: >Fix: diff -Nur maradns.old/Makefile maradns/Makefile --- maradns.old/Makefile Mon Aug 13 18:10:50 2001 +++ maradns/Makefile Tue Aug 21 00:48:19 2001 @@ -6,7 +6,7 @@ # PORTNAME= maradns -PORTVERSION= 0.8.06 +PORTVERSION= 0.8.16 CATEGORIES= net MASTER_SITES= http://www.maradns.org/download/ \ ftp://ftp.nuug.no/pub/anders/distfiles/ @@ -18,11 +18,13 @@ MAN1= askmara.1 getzone.1 MAN8= maradns.8 zoneserver.8 -DOCS= RFC1035.compliance csv1.format draft-skwan-utf8-dns-05.txt \ - example_csv1 example_mararc faq.txt handling.compression \ - mararc.format multiple.qdcount recursive-case-insensitive \ - recursive.algorithm resolution.algorithm rfc2044.txt rtest.output \ - www.monty.de ../0QuickStart ../CHANGELOG.html ../ROADMAP ../CREDITS +DDOCS= RFC1035.compliance cache.poison.protection csv1.format \ + draft-skwan-utf8-dns-05.txt example_full_mararc faq.html \ + firewall.configuration handling.compression mararc.format \ + multiple.qdcount recursive-case-insensitive recursive.algorithm \ + resolution.algorithm rfc2044.txt rtest.output www.monty.de +DOCS= example_csv1 example_mararc faq.txt ../0QuickStart ../CHANGELOG.html \ + ../TODO.done ../TODO.first ../TODO.second ../changelog.html ../CREDITS FIXPREFIX= 00QuickStart CHANGELOG.html doc/man/maradns.8 doc/faq.txt \ doc/man/zoneserver.8 parse/ParseMaraRc.c doc/example_mararc @@ -44,7 +46,14 @@ ${INSTALL_MAN} ${WRKSRC}/doc/man/askmara.1 ${PREFIX}/man/man1 ${INSTALL_MAN} ${WRKSRC}/doc/man/getzone.1 ${PREFIX}/man/man1 .if !defined(NOPORTDOCS) - ${INSTALL} -d -o root -g wheel -m 0755 ${PREFIX}/share/doc/maradns + ${INSTALL} -d -o root -g wheel -m 0755 \ + ${PREFIX}/share/doc/maradns/detailed/spammers + ${INSTALL_DATA} ${WRKSRC}/doc/detailed/spammers/azmalink.net \ + ${PREFIX}/share/doc/maradns/detailed/spammers +.for f in ${DDOCS} + ${INSTALL_DATA} ${WRKSRC}/doc/detailed/${f} \ + ${PREFIX}/share/doc/maradns/detailed +.endfor .for f in ${DOCS} ${INSTALL_DATA} ${WRKSRC}/doc/${f} ${PREFIX}/share/doc/maradns .endfor diff -Nur maradns.old/distinfo maradns/distinfo --- maradns.old/distinfo Mon Aug 13 18:10:50 2001 +++ maradns/distinfo Mon Aug 20 22:59:36 2001 @@ -1 +1 @@ -MD5 (maradns-0.8.06.tar.bz2) = e43b74eadc29e756ca1365a1c79586e5 +MD5 (maradns-0.8.16.tar.bz2) = e48afe22554e4830c76868cd95a16683 diff -Nur maradns.old/files/patch-example_mararc maradns/files/patch-example_mararc --- maradns.old/files/patch-example_mararc Mon Aug 13 18:10:54 2001 +++ maradns/files/patch-example_mararc Mon Aug 20 23:11:17 2001 @@ -1,14 +1,13 @@ ---- doc/example_mararc.orig Sun Jul 22 21:20:30 2001 -+++ doc/example_mararc Sun Jul 22 21:20:44 2001 -@@ -15,9 +15,9 @@ +--- doc/example_mararc.orig Mon Aug 20 23:10:09 2001 ++++ doc/example_mararc Mon Aug 20 23:10:53 2001 +@@ -19,7 +19,9 @@ # The directory with all of the zone files - chroot_dir = "/etc/maradns" + chroot_dir = "/usr/local/etc/maradns" # The numeric UID MaraDNS will run as -maradns_uid = 99 +maradns_uid = 53 - # The (optional) numeric GID MaraDNS will run as --# maradns_gid = 99 ++# The (optional) numeric GID MaraDNS will run as +maradns_gid = 53 - # The maximum number of processes MaraDNS is allowed to use - maxprocs = 64 - + # The maximum number of threads (or processes, with the zone server) + # MaraDNS is allowed to run + maxprocs = 96 diff -Nur maradns.old/pkg-plist maradns/pkg-plist --- maradns.old/pkg-plist Mon Aug 13 18:10:50 2001 +++ maradns/pkg-plist Tue Aug 21 00:48:30 2001 @@ -3,23 +3,33 @@ sbin/getzone bin/askmara etc/mararc.sample -%%PORTDOCS%%share/doc/maradns/RFC1035.compliance -%%PORTDOCS%%share/doc/maradns/csv1.format -%%PORTDOCS%%share/doc/maradns/draft-skwan-utf8-dns-05.txt +%%PORTDOCS%%share/doc/maradns/detailed/spammers/azmalink.net +%%PORTDOCS%%share/doc/maradns/detailed/RFC1035.compliance +%%PORTDOCS%%share/doc/maradns/detailed/cache.poison.protection +%%PORTDOCS%%share/doc/maradns/detailed/csv1.format +%%PORTDOCS%%share/doc/maradns/detailed/draft-skwan-utf8-dns-05.txt +%%PORTDOCS%%share/doc/maradns/detailed/example_full_mararc +%%PORTDOCS%%share/doc/maradns/detailed/faq.html +%%PORTDOCS%%share/doc/maradns/detailed/firewall.configuration +%%PORTDOCS%%share/doc/maradns/detailed/handling.compression +%%PORTDOCS%%share/doc/maradns/detailed/mararc.format +%%PORTDOCS%%share/doc/maradns/detailed/multiple.qdcount +%%PORTDOCS%%share/doc/maradns/detailed/recursive-case-insensitive +%%PORTDOCS%%share/doc/maradns/detailed/recursive.algorithm +%%PORTDOCS%%share/doc/maradns/detailed/resolution.algorithm +%%PORTDOCS%%share/doc/maradns/detailed/rfc2044.txt +%%PORTDOCS%%share/doc/maradns/detailed/rtest.output +%%PORTDOCS%%share/doc/maradns/detailed/www.monty.de %%PORTDOCS%%share/doc/maradns/example_csv1 %%PORTDOCS%%share/doc/maradns/example_mararc %%PORTDOCS%%share/doc/maradns/faq.txt -%%PORTDOCS%%share/doc/maradns/handling.compression -%%PORTDOCS%%share/doc/maradns/mararc.format -%%PORTDOCS%%share/doc/maradns/multiple.qdcount -%%PORTDOCS%%share/doc/maradns/recursive-case-insensitive -%%PORTDOCS%%share/doc/maradns/recursive.algorithm -%%PORTDOCS%%share/doc/maradns/resolution.algorithm -%%PORTDOCS%%share/doc/maradns/rfc2044.txt -%%PORTDOCS%%share/doc/maradns/rtest.output -%%PORTDOCS%%share/doc/maradns/www.monty.de %%PORTDOCS%%share/doc/maradns/0QuickStart -%%PORTDOCS%%share/doc/maradns/CHANGELOG.html %%PORTDOCS%%share/doc/maradns/CREDITS -%%PORTDOCS%%share/doc/maradns/ROADMAP +%%PORTDOCS%%share/doc/maradns/CHANGELOG.html +%%PORTDOCS%%share/doc/maradns/TODO.done +%%PORTDOCS%%share/doc/maradns/TODO.first +%%PORTDOCS%%share/doc/maradns/TODO.second +%%PORTDOCS%%share/doc/maradns/changelog.html +%%PORTDOCS%%@dirrm share/doc/maradns/detailed/spammers +%%PORTDOCS%%@dirrm share/doc/maradns/detailed %%PORTDOCS%%@dirrm share/doc/maradns >Release-Note: >Audit-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 Aug 20 18: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 B3B6137B407; Mon, 20 Aug 2001 18:10:07 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7L1A7P93833; Mon, 20 Aug 2001 18:10:07 -0700 (PDT) (envelope-from gnats) Received: from palle.girgensohn.se (c213.89.167.190.cm-upc.chello.se [213.89.167.190]) by hub.freebsd.org (Postfix) with ESMTP id 5D49937B40A for ; Mon, 20 Aug 2001 18:03:05 -0700 (PDT) (envelope-from girgen@palle.girgensohn.se) Received: (from girgen@localhost) by palle.girgensohn.se (8.11.5/8.11.5) id f7L133o73380; Tue, 21 Aug 2001 03:03:03 +0200 (CEST) (envelope-from girgen) Message-Id: <200108210103.f7L133o73380@palle.girgensohn.se> Date: Tue, 21 Aug 2001 03:03:03 +0200 (CEST) From: Palle Girgensohn Reply-To: Palle Girgensohn To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 X-GNATS-Notify: Michal Pasternak Subject: ports/29916: postgresql updated to 7.1.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: 29916 >Category: ports >Synopsis: postgresql updated to 7.1.3 >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 Aug 20 18:10:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Palle Girgensohn >Release: FreeBSD 4.4-RC i386 >Organization: Partitur >Environment: System: FreeBSD palle.girgensohn.se 4.4-RC FreeBSD 4.4-RC #2: Sun Aug 19 03:26:52 CEST 2001 root@palle.girgensohn.se:/usr/obj/usr/src/sys/STORDATAN i386 >Description: Update the PostgreSQL port to 7.1.3. Also, add a note about how to install languages into a PostgreSQL database. Submitted by: Michal Pasternak >How-To-Repeat: >Fix: Index: Makefile =================================================================== RCS file: /home/ncvs/ports/databases/postgresql7/Makefile,v retrieving revision 1.87 diff -u -u -r1.87 Makefile --- Makefile 2001/07/27 11:56:39 1.87 +++ Makefile 2001/08/20 23:15:10 @@ -6,8 +6,7 @@ # PORTNAME= postgresql -PORTVERSION= 7.1.2 -PORTREVISION= 2 +PORTVERSION= 7.1.3 CATEGORIES= databases MASTER_SITES= ftp://ftp.iodynamics.com/pub/mirror/postgresql/%SUBDIR%/ \ ftp://ftp.postgresql.org/pub/%SUBDIR%/ \ Index: distinfo =================================================================== RCS file: /home/ncvs/ports/databases/postgresql7/distinfo,v retrieving revision 1.19 diff -u -u -r1.19 distinfo --- distinfo 2001/05/27 12:10:49 1.19 +++ distinfo 2001/08/20 23:19:20 @@ -1,3 +1,3 @@ -MD5 (postgresql/postgresql-base-7.1.2.tar.gz) = 06e2a51d5df202b5002b6596636e090f -MD5 (postgresql/postgresql-opt-7.1.2.tar.gz) = a8adc15926348dd4ccee583a6cc55ac2 -MD5 (postgresql/postgresql-docs-7.1.2.tar.gz) = a0c7c074dcdcef092cf548e5fbf13bb5 +MD5 (postgresql/postgresql-base-7.1.3.tar.gz) = f932dea12806972402aaaf17a2a97034 +MD5 (postgresql/postgresql-opt-7.1.3.tar.gz) = e84e9c51b31567d4571c7612e0c0fbd6 +MD5 (postgresql/postgresql-docs-7.1.3.tar.gz) = 7061ab7f7ec3c4d18f8e6cb2858896d0 Index: pkg-message =================================================================== RCS file: /home/ncvs/ports/databases/postgresql7/pkg-message,v retrieving revision 1.3 diff -u -u -r1.3 pkg-message --- pkg-message 2001/04/21 11:34:32 1.3 +++ pkg-message 2001/08/21 00:36:59 @@ -18,9 +18,9 @@ changed with for example chpass(1). Datadir defaults to ~pgsql/data, but can be changed by modifying the ~pgsql/.profile script. -As always, you *must* dump existing databases before stopping and -removing your old postgresql, as part of the update. This is *NOT* -done by this port! +As always, backup your data before upgrading. If the upgrade leads to +a higher minor revision (i.e. 7.0.x -> 7.1.x), a dump and restore of +all databases is required. This is *NOT* done by the port! ====================================================================== Index: pkg-plist.doc =================================================================== RCS file: /home/ncvs/ports/databases/postgresql7/pkg-plist.doc,v retrieving revision 1.5 diff -u -u -r1.5 pkg-plist.doc --- pkg-plist.doc 2001/05/27 12:10:49 1.5 +++ pkg-plist.doc 2001/08/21 00:10:07 @@ -154,10 +154,10 @@ share/doc/postgresql/html/lisp.html share/doc/postgresql/html/ln11330.html share/doc/postgresql/html/ln1274.html -share/doc/postgresql/html/ln15168.html +share/doc/postgresql/html/ln15181.html share/doc/postgresql/html/ln24.html -share/doc/postgresql/html/ln24997.html -share/doc/postgresql/html/ln37163.html +share/doc/postgresql/html/ln25010.html +share/doc/postgresql/html/ln37176.html share/doc/postgresql/html/ln8.html share/doc/postgresql/html/lo-funcs.html share/doc/postgresql/html/lo-implementation.html @@ -334,7 +334,9 @@ share/doc/postgresql/html/release-7-0-2.html share/doc/postgresql/html/release-7-0-3.html share/doc/postgresql/html/release-7-0.html +share/doc/postgresql/html/release-7-1.html share/doc/postgresql/html/release-7-1-1.html +share/doc/postgresql/html/release-7-1-2.html share/doc/postgresql/html/release.html share/doc/postgresql/html/relmodel-formal.html share/doc/postgresql/html/relmodel-oper.html @@ -472,7 +474,6 @@ share/doc/postgresql/html/wal-configuration.html share/doc/postgresql/html/wal-implementation.html share/doc/postgresql/html/wal.html -share/doc/postgresql/html/x14501.html share/doc/postgresql/html/xact-read-committed.html share/doc/postgresql/html/xact-serializable.html share/doc/postgresql/html/xaggr.html Index: files/post-install-notes =================================================================== RCS file: /home/ncvs/ports/databases/postgresql7/files/post-install-notes,v retrieving revision 1.12 diff -u -u -r1.12 post-install-notes --- files/post-install-notes 2001/04/21 11:34:33 1.12 +++ files/post-install-notes 2001/08/21 00:29:39 @@ -20,3 +20,6 @@ If you have many tables and many clients running, consider raising kern.maxfiles using sysctl(8). + +Use createlang(1) to install languages into your database. +Supported languages are 'plpgsql', 'pltcl', 'pltclu', and 'plperl'. >Release-Note: >Audit-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 Aug 20 19: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 6060F37B40A for ; Mon, 20 Aug 2001 19:30:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7L2U1204112; Mon, 20 Aug 2001 19:30:01 -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 288CD37B40A for ; Mon, 20 Aug 2001 19:21:51 -0700 (PDT) (envelope-from nakaji@boggy.acest.tutrp.tut.ac.jp) Received: (from root@localhost) by boggy.acest.tutrp.tut.ac.jp (8.11.4+3.4W/8.11.4) id f7L2Lna06081 for freebsd-gnats-submit@freebsd.org; Tue, 21 Aug 2001 11:21:49 +0900 (JST) Received: (from nakaji@localhost) by boggy.acest.tutrp.tut.ac.jp (8.11.4+3.4W/8.11.4av) id f7L2Llq06073; Tue, 21 Aug 2001 11:21:47 +0900 (JST) Message-Id: <200108210221.f7L2Llq06073@boggy.acest.tutrp.tut.ac.jp> Date: Tue, 21 Aug 2001 11:21:47 +0900 (JST) From: NAKAJI Hiroyuki Reply-To: NAKAJI Hiroyuki To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/29917: Update by maintainer: 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: 29917 >Category: ports >Synopsis: Update by maintainer: japanese/samba >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 Aug 20 19:30: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 #4: Tue Jul 31 13:37:30 JST 2001 root@boggy.acest.tutrp.tut.ac.jp:/usr/obj/usr/src/sys/NAKAJI i386 >Description: Japanese/samba is updated to samba-2.0.10-ja-1.1 released on Aug 20 2001. >How-To-Repeat: >Fix: Here is a diff from ports-current. Index: Makefile =================================================================== RCS file: /net/tamy/usr2/ncvs/ports/japanese/samba/Makefile,v retrieving revision 1.14 diff -u -u -r1.14 Makefile --- Makefile 2001/07/14 06:01:06 1.14 +++ Makefile 2001/08/21 01:16:30 @@ -25,7 +25,7 @@ Y2K= http://us1.samba.org/samba/docs/sambay2k.html SAMBA_VERSION= 2.0.10 -SAMBA_JA_VERSION= 1.0 +SAMBA_JA_VERSION= 1.1 # directories VARDIR= /var Index: distinfo =================================================================== RCS file: /net/tamy/usr2/ncvs/ports/japanese/samba/distinfo,v retrieving revision 1.9 diff -u -u -r1.9 distinfo --- distinfo 2001/07/14 06:01:06 1.9 +++ distinfo 2001/08/21 01:17:59 @@ -1 +1 @@ -MD5 (samba-2.0.10-ja-1.0.tar.bz2) = c1d014933733f0db985f5d696f124996 +MD5 (samba-2.0.10-ja-1.1.tar.bz2) = 9f658071179d30e4dcb220ee35efee38 >Release-Note: >Audit-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 Aug 20 19:37:17 2001 Delivered-To: freebsd-ports@freebsd.org Received: from obsecurity.dyndns.org (adsl-63-207-60-7.dsl.lsan03.pacbell.net [63.207.60.7]) by hub.freebsd.org (Postfix) with ESMTP id D0D4437B409 for ; Mon, 20 Aug 2001 19:37:13 -0700 (PDT) (envelope-from kris@obsecurity.org) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 2E7C566D3E; Mon, 20 Aug 2001 19:37:13 -0700 (PDT) Date: Mon, 20 Aug 2001 19:37:13 -0700 From: Kris Kennaway To: scheidell@fdma.com Cc: freebsd-ports@freebsd.org Subject: Re: anyone else have snort core dump? Message-ID: <20010820193712.A7801@xor.obsecurity.org> References: <200108201929.f7KJTMZ61556@caerulus.cerintha.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="BXVAT5kNtrzKuDFl" Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200108201929.f7KJTMZ61556@caerulus.cerintha.com>; from freebsd-stable@news.fdma.com on Mon, Aug 20, 2001 at 03:29:22PM -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 --BXVAT5kNtrzKuDFl Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Aug 20, 2001 at 03:29:22PM -0400, freebsd-stable@news.fdma.com wrot= e: > I have a problem with snort 1.8.1-REL core dumping. >=20 > Tried two different systems >=20 > one, 133mhz PI, 4.3-REL, stock binaries, dec ethernet card >=20 > Two, 850mhz PIII, 4.4-RC2, (not stock) binaries, reltec card >=20 > yes, I make sure I took I686_cpu out of make.conf first. >=20 > and it core dumps when network is silent or noisy, doesn't matter (seems > to core dump mostly when silent) It's probably a code bug. Unfortunately recent releases of snort haven't exactly been very stable. I've learned to run it in a while(1) loop to restart it when it crashes. > So, do I need to run the linux binaries? and at what overhead? No, you should obtain a gdb core traceback and talk to the snort user support mailing list. It's probably already a known problem. Kris --BXVAT5kNtrzKuDFl 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 iD8DBQE7gclYWry0BWjoQKURAkWbAJsFqKLFYvEYsAsG9OId6In1NrRe1gCggQvv cpQpaK4wuqcms5BCOyNPS3g= =t5zl -----END PGP SIGNATURE----- --BXVAT5kNtrzKuDFl-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Aug 20 20: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 53C1A37B407 for ; Mon, 20 Aug 2001 20:30:29 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7L3UTf12358; Mon, 20 Aug 2001 20:30:29 -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 4B5C937B41C for ; Mon, 20 Aug 2001 20:27:56 -0700 (PDT) (envelope-from petef@electron.databits.net) Received: by electron.databits.net (Postfix, from userid 1001) id 470E3D925; Mon, 20 Aug 2001 23:27:27 -0400 (EDT) Message-Id: <20010821032727.470E3D925@electron.databits.net> Date: Mon, 20 Aug 2001 23:27:27 -0400 (EDT) From: Pete Fritchman Reply-To: Pete Fritchman To: FreeBSD-gnats-submit@freebsd.org Cc: xaa+ports@timewasters.nl X-Send-Pr-Version: 3.113 Subject: ports/29918: Update news/slrn to 0.9.7.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: 29918 >Category: ports >Synopsis: Update news/slrn to 0.9.7.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 Aug 20 20:30:28 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Pete Fritchman >Release: FreeBSD 5.0-CURRENT i386 >Organization: Databits Network Services, Inc. >Environment: System: FreeBSD entropy.databits.net 5.0-CURRENT FreeBSD 5.0-CURRENT #3: Wed Aug 8 12:51:05 EDT 2001 root@entropy.databits.net:/usr/obj/usr/src/sys/ENTROPY i386 >Description: - update to version 0.9.7.2 - use MASTER_SITE_SOURCEFORGE - build with SSL by default (WITH_SSL => WITHOUT_SSL) - replace patch w/regex - clean up do-install target - better pkg-descr >How-To-Repeat: >Fix: [ cvs rm files/patch-aa ] Index: Makefile =================================================================== RCS file: /home/ncvs/ports/news/slrn/Makefile,v retrieving revision 1.24 diff -u -r1.24 Makefile --- Makefile 2001/06/22 11:24:26 1.24 +++ Makefile 2001/08/21 02:57:06 @@ -6,38 +6,42 @@ # PORTNAME= slrn -PORTVERSION= 0.9.7.1 +PORTVERSION= 0.9.7.2 CATEGORIES= news ipv6 -MASTER_SITES= ftp://slrn.sourceforge.net/pub/slrn/ -DISTNAME= slrn-0.9.7.1 +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= xaa+ports@timewasters.nl LIB_DEPENDS= slang.1:${PORTSDIR}/devel/libslang -GNU_CONFIGURE= yes -ALL_TARGET= all slrnpull -MAN1= slrn.1 +USE_GMAKE= yes -CONFIGURE_ARGS= --enable-ipv6 --disable-inews +GNU_CONFIGURE= yes +CONFIGURE_ARGS= --enable-ipv6 --disable-inews --with-slrnpull -.if defined(WITH_SSL) +.if !defined(WITHOUT_SSL) USE_OPENSSL= YES CONFIGURE_ARGS+= --with-ssl .endif +ALL_TARGET= all slrnpull + +MAN1= slrn.1 + +post-patch: + @${PERL} -pi -e 's,/usr/lib/sendmail,/usr/sbin/sendmail,' \ + ${WRKSRC}/src/slrnfeat.h + do-install: ${INSTALL_PROGRAM} ${WRKSRC}/src/${MACHINE_ARCH}objs/slrn ${PREFIX}/bin ${INSTALL_PROGRAM} ${WRKSRC}/src/${MACHINE_ARCH}objs/slrnpull ${PREFIX}/bin @${MKDIR} ${PREFIX}/share/examples/slrn ${INSTALL_DATA} ${WRKSRC}/doc/slrn.rc ${PREFIX}/share/examples/slrn @${MKDIR} ${PREFIX}/share/examples/slrn/slrnpull - ${INSTALL_DATA} ${WRKSRC}/doc/slrnpull/README ${PREFIX}/share/examples/slrn/slrnpull - ${INSTALL_DATA} ${WRKSRC}/doc/slrnpull/SETUP ${PREFIX}/share/examples/slrn/slrnpull - ${INSTALL_DATA} ${WRKSRC}/doc/slrnpull/score ${PREFIX}/share/examples/slrn/slrnpull - ${INSTALL_DATA} ${WRKSRC}/doc/slrnpull/slrn.rc ${PREFIX}/share/examples/slrn/slrnpull - ${INSTALL_DATA} ${WRKSRC}/doc/slrnpull/slrnpull.conf ${PREFIX}/share/examples/slrn/slrnpull - ${INSTALL_DATA} ${WRKSRC}/doc/slrnpull/slrnpull.sh ${PREFIX}/share/examples/slrn/slrnpull +.for file in FAQ README SETUP score slrn.rc slrnpull.conf slrnpull.sh + ${INSTALL_DATA} ${WRKSRC}/doc/slrnpull/${file} ${PREFIX}/share/examples/slrn/slrnpull +.endfor ${INSTALL_MAN} ${WRKSRC}/doc/slrn.1 ${PREFIX}/man/man1 .include Index: distinfo =================================================================== RCS file: /home/ncvs/ports/news/slrn/distinfo,v retrieving revision 1.18 diff -u -r1.18 distinfo --- distinfo 2001/06/22 11:24:26 1.18 +++ distinfo 2001/08/21 01:08:00 @@ -1 +1 @@ -MD5 (slrn-0.9.7.1.tar.gz) = 9317401abb8c7ab63a0b177575abb088 +MD5 (slrn-0.9.7.2.tar.gz) = 36645f69e4dc01986c1c1f0277bfca01 Index: pkg-descr =================================================================== RCS file: /home/ncvs/ports/news/slrn/pkg-descr,v retrieving revision 1.4 diff -u -r1.4 pkg-descr --- pkg-descr 2001/06/22 11:24:26 1.4 +++ pkg-descr 2001/08/21 02:43:49 @@ -1,7 +1,5 @@ -slrn (not to be confused with slnr) is a SLang-based NNTP newsreader with a -nice interface. - -It now supports SSL (compile with -DWITH_SSL) and IPv6 (but that part is still -under development) +slrn is an easy to use but powerful NNTP/spool based newsreader. It is +highly customizable, supports scoring, free key bindings, and can be +extended using the SLang macro language. slrn supports SSL and IPv6. WWW: http://slrn.sourceforge.net/ Index: pkg-plist =================================================================== RCS file: /home/ncvs/ports/news/slrn/pkg-plist,v retrieving revision 1.4 diff -u -r1.4 pkg-plist --- pkg-plist 2001/06/22 11:24:26 1.4 +++ pkg-plist 2001/08/21 03:08:00 @@ -1,6 +1,7 @@ bin/slrn bin/slrnpull share/examples/slrn/slrn.rc +share/examples/slrn/slrnpull/FAQ share/examples/slrn/slrnpull/README share/examples/slrn/slrnpull/SETUP share/examples/slrn/slrnpull/score >Release-Note: >Audit-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 Aug 20 21: 2:59 2001 Delivered-To: freebsd-ports@freebsd.org 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 C0B7D37B40B; Mon, 20 Aug 2001 21:02:55 -0700 (PDT) (envelope-from nakaji@tutrp.tut.ac.jp) Received: (from root@localhost) by boggy.acest.tutrp.tut.ac.jp (8.11.4+3.4W/8.11.4) id f7L42oY28582; Tue, 21 Aug 2001 13:02:50 +0900 (JST) Received: from boggy.acest.tutrp.tut.ac.jp (localhost [127.0.0.1]) by boggy.acest.tutrp.tut.ac.jp (8.11.4+3.4W/8.11.4av) with ESMTP id f7L42lD28575; Tue, 21 Aug 2001 13:02:47 +0900 (JST) To: gnats-admin@FreeBSD.org, freebsd-gnats-submit@FreeBSD.org Cc: freebsd-ports@FreeBSD.org Subject: Re: ports/29917: Update by maintainer: japanese/samba References: <200108210221.f7L2Llq06073@boggy.acest.tutrp.tut.ac.jp> <200108210230.f7L2U1r04108@freefall.freebsd.org> MIME-Version: 1.0 (generated by SEMI 1.14.3 - "Ushinoya") Content-Type: text/plain; charset=ISO-2022-JP From: NAKAJI Hiroyuki Date: 21 Aug 2001 13:02:47 +0900 In-Reply-To: <200108210230.f7L2U1r04108@freefall.freebsd.org> (gnats-admin@FreeBSD.org's message of "Mon, 20 Aug 2001 19:30:01 -0700 (PDT)") Message-ID: <877kvy9i1k.fsf@boggy.acest.tutrp.tut.ac.jp> Lines: 48 User-Agent: T-gnus/6.15.3 (based on Oort Gnus v0.03) (revision 05) SEMI/1.14.3 (Ushinoya) FLIM/1.14.3 (=?ISO-8859-4?Q?Unebigory=F2mae?=) APEL/10.3 Emacs/20.7 (i386--freebsd) MULE/4.0 (HANANOEN) X-Virus-Scanned: by AMaViS perl-11 Sender: owner-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 patch included in ports/29917 is not good because pkg-descr is not updated. Please apply this. Index: Makefile =================================================================== RCS file: /net/tamy/usr2/ncvs/ports/japanese/samba/Makefile,v retrieving revision 1.14 diff -u -r1.14 Makefile --- Makefile 2001/07/14 06:01:06 1.14 +++ Makefile 2001/08/21 01:16:30 @@ -25,7 +25,7 @@ Y2K= http://us1.samba.org/samba/docs/sambay2k.html SAMBA_VERSION= 2.0.10 -SAMBA_JA_VERSION= 1.0 +SAMBA_JA_VERSION= 1.1 # directories VARDIR= /var Index: distinfo =================================================================== RCS file: /net/tamy/usr2/ncvs/ports/japanese/samba/distinfo,v retrieving revision 1.9 diff -u -r1.9 distinfo --- distinfo 2001/07/14 06:01:06 1.9 +++ distinfo 2001/08/21 01:17:59 @@ -1 +1 @@ -MD5 (samba-2.0.10-ja-1.0.tar.bz2) = c1d014933733f0db985f5d696f124996 +MD5 (samba-2.0.10-ja-1.1.tar.bz2) = 9f658071179d30e4dcb220ee35efee38 Index: pkg-descr =================================================================== RCS file: /net/tamy/usr2/ncvs/ports/japanese/samba/pkg-descr,v retrieving revision 1.2 diff -u -r1.2 pkg-descr --- pkg-descr 2001/02/26 04:50:20 1.2 +++ pkg-descr 2001/08/21 03:58:52 @@ -1,6 +1,6 @@ Samba Japanese Edition -Samba Japanese Edition is based on Samba 2.0.7, implemented the +Samba Japanese Edition is based on Samba 2.0.10, implemented the experimental internationalized SWAT and fixed several problems around functions for Japanese support. -- NAKAJI Hiroyuki ($BCf<#(B $B909T(B) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Aug 20 21: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 A2FDF37B403 for ; Mon, 20 Aug 2001 21:10:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7L4A2K18317; Mon, 20 Aug 2001 21:10:02 -0700 (PDT) (envelope-from gnats) Date: Mon, 20 Aug 2001 21:10:02 -0700 (PDT) Message-Id: <200108210410.f7L4A2K18317@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: NAKAJI Hiroyuki Subject: Re: ports/29917: Update by maintainer: japanese/samba Reply-To: NAKAJI Hiroyuki Sender: owner-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/29917; it has been noted by GNATS. From: NAKAJI Hiroyuki To: gnats-admin@FreeBSD.org, freebsd-gnats-submit@FreeBSD.org Cc: freebsd-ports@FreeBSD.org Subject: Re: ports/29917: Update by maintainer: japanese/samba Date: 21 Aug 2001 13:02:47 +0900 The patch included in ports/29917 is not good because pkg-descr is not updated. Please apply this. Index: Makefile =================================================================== RCS file: /net/tamy/usr2/ncvs/ports/japanese/samba/Makefile,v retrieving revision 1.14 diff -u -r1.14 Makefile --- Makefile 2001/07/14 06:01:06 1.14 +++ Makefile 2001/08/21 01:16:30 @@ -25,7 +25,7 @@ Y2K= http://us1.samba.org/samba/docs/sambay2k.html SAMBA_VERSION= 2.0.10 -SAMBA_JA_VERSION= 1.0 +SAMBA_JA_VERSION= 1.1 # directories VARDIR= /var Index: distinfo =================================================================== RCS file: /net/tamy/usr2/ncvs/ports/japanese/samba/distinfo,v retrieving revision 1.9 diff -u -r1.9 distinfo --- distinfo 2001/07/14 06:01:06 1.9 +++ distinfo 2001/08/21 01:17:59 @@ -1 +1 @@ -MD5 (samba-2.0.10-ja-1.0.tar.bz2) = c1d014933733f0db985f5d696f124996 +MD5 (samba-2.0.10-ja-1.1.tar.bz2) = 9f658071179d30e4dcb220ee35efee38 Index: pkg-descr =================================================================== RCS file: /net/tamy/usr2/ncvs/ports/japanese/samba/pkg-descr,v retrieving revision 1.2 diff -u -r1.2 pkg-descr --- pkg-descr 2001/02/26 04:50:20 1.2 +++ pkg-descr 2001/08/21 03:58:52 @@ -1,6 +1,6 @@ Samba Japanese Edition -Samba Japanese Edition is based on Samba 2.0.7, implemented the +Samba Japanese Edition is based on Samba 2.0.10, implemented the experimental internationalized SWAT and fixed several problems around functions for Japanese support. -- NAKAJI Hiroyuki ($BCf<#(B $B909T(B) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Aug 20 21:35: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 BEE7A37B408; Mon, 20 Aug 2001 21:35:48 -0700 (PDT) (envelope-from clive@FreeBSD.org) Received: (from clive@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7L4X6N24915; Mon, 20 Aug 2001 21:33:06 -0700 (PDT) (envelope-from clive) Date: Mon, 20 Aug 2001 21:33:06 -0700 (PDT) From: Message-Id: <200108210433.f7L4X6N24915@freefall.freebsd.org> To: doc@lublin.t1.pl, girgen@partitur.se, clive@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/29916: postgresql updated to 7.1.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: postgresql updated to 7.1.3 State-Changed-From-To: open->closed State-Changed-By: clive State-Changed-When: Mon Aug 20 21:31:54 PDT 2001 State-Changed-Why: Committed , thanks. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=29916 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Aug 20 23: 1: 2 2001 Delivered-To: freebsd-ports@freebsd.org Received: from longfellow.nbrewer.com (nbrewer.dsl.visi.com [208.42.141.101]) by hub.freebsd.org (Postfix) with ESMTP id 82F9137B40E for ; Mon, 20 Aug 2001 23:01:00 -0700 (PDT) (envelope-from chris@northernbrewer.com) Received: by longfellow.nbrewer.com (Postfix, from userid 1001) id 3966E7ECF08; Tue, 21 Aug 2001 01:00:58 -0500 (CDT) Date: Mon, 20 Aug 2001 12:46:40 -0500 From: Christopher Farley To: ports@freebsd.org Subject: qt-designer segfault Message-ID: <20010820124638.A66960@northernbrewer.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i Organization: Northern Brewer, St. Paul, MN Sender: owner-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 this from the ports, and everything appeared to build/install properly. Upon launch, I get a splash screen immediately followed by a segmentation fault. I tried this on a couple of different machines with exactly the same results. Is this port broken? -- Christopher Farley www.northernbrewer.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Aug 20 23: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 D8DDC37B408 for ; Mon, 20 Aug 2001 23:10:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7L6A1N50716; Mon, 20 Aug 2001 23:10:01 -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 306C637B409 for ; Mon, 20 Aug 2001 23:08:18 -0700 (PDT) (envelope-from dsh@neva.vlink.ru) Received: (from dsh@localhost) by neva.vlink.ru (8.11.3/8.11.3) id f7L68EZ11020; Tue, 21 Aug 2001 10:08:14 +0400 (MSD) (envelope-from dsh) Message-Id: <200108210608.f7L68EZ11020@neva.vlink.ru> Date: Tue, 21 Aug 2001 10:08:14 +0400 (MSD) From: dsh@vlink.ru Reply-To: dsh@neva.vlink.ru To: FreeBSD-gnats-submit@freebsd.org Cc: dsh@neva.vlink.ru X-Send-Pr-Version: 3.113 Subject: ports/29920: new port: graphics/mplayer Sender: owner-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: 29920 >Category: ports >Synopsis: new port: graphics/mplayer >Confidential: 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 Aug 20 23:10:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Denis Shaposhnikov >Release: FreeBSD 4.4-PRERELEASE i386 >Organization: >Environment: System: FreeBSD neva.vlink.ru 4.4-PRERELEASE FreeBSD 4.4-PRERELEASE #10: Thu Aug 16 14:14:51 MSD 2001 dsh@neva.vlink.ru:/var/FreeBSD/src/sys/compile/NEVA i386 >Description: MPlayer is a movie player. It plays most MPEG, AVI and ASF files, supported by many native and Win32 DLL codecs. You can watch VCD, DVD and even DivX movies too. The another big feature of mplayer is the wide range of supported output drivers. It works with X11, Xv, DGA, OpenGL, SVGAlib, fbdev, but you can use SDL (and this way all drivers of SDL, for example AAlib) and some lowlevel card-specific drivers (for Matrox) too! Most of them supports software or hardware scaling, so you can enjoy movies in fullscreen. And what about the nice big antialiased shaded subtitles (7 supported types!!!) with hungarian, english, cyrillic, czech, korean fonts, and OSD? WWW: http://mplayer.sourceforge.net/ >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: # # mplayer/ # mplayer/Makefile # mplayer/pkg-plist # mplayer/pkg-comment # mplayer/pkg-descr # mplayer/distinfo # mplayer/files # mplayer/files/patch-Makefile # echo c - mplayer/ mkdir -p mplayer/ > /dev/null 2>&1 echo x - mplayer/Makefile sed 's/^X//' >mplayer/Makefile << 'END-of-mplayer/Makefile' X# New ports collection makefile for: MPlayer X# Date created: 15 August 2001 X# Whom: Denis Shaposhnikov X# X# $FreeBSD$ X# X XPORTNAME= mplayer XPORTVERSION= 0.18.p5 XCATEGORIES= graphics XMASTER_SITES= ftp://mp.dev.hu/MPlayer/releases/ XDISTNAME= MPlayer-0.18pre5 XDISTFILES= MPlayer-0.18pre.tgz ${MPLAYER_W32} XEXTRACT_ONLY= MPlayer-0.18pre.tgz X XMAINTAINER= dsh@vlink.ru X XBUILD_DEPENDS= unzip:${PORTSDIR}/archivers/unzip \ X nasm:${PORTSDIR}/devel/nasm X XUSE_XLIB= yes XUSE_GMAKE= yes XGNU_CONFIGURE= yes XCONFIGURE_ARGS= --with-win32libdir=${PREFIX}/lib/${PORTNAME} X XMAN1= mplayer.1 X XMPLAYER_W32= w32codec-0.18.zip X Xpost-install: X ${MKDIR} ${PREFIX}/lib/${PORTNAME} X unzip -q ${DISTDIR}/${MPLAYER_W32} -d ${PREFIX}/lib/${PORTNAME} X ${CHOWN} -R ${SHAREOWN}:${SHAREGRP} ${PREFIX}/lib/${PORTNAME} X ${CHMOD} ${SHAREMODE} ${PREFIX}/lib/${PORTNAME}/* X X ${CP} -R ${WRKSRC}/DOCS ${PREFIX}/share/doc/${PORTNAME} X ${CHOWN} -R ${SHAREOWN}:${SHAREGRP} ${PREFIX}/share/doc/${PORTNAME} X find ${PREFIX}/share/doc/${PORTNAME} -type d | xargs ${CHMOD} 555 X find ${PREFIX}/share/doc/${PORTNAME} -type f | xargs ${CHMOD} ${SHAREMODE} X X.include END-of-mplayer/Makefile echo x - mplayer/pkg-plist sed 's/^X//' >mplayer/pkg-plist << 'END-of-mplayer/pkg-plist' Xbin/mplayer Xlib/mplayer/acelpdec.ax Xlib/mplayer/asusasv2.dll Xlib/mplayer/asusasvd.dll Xlib/mplayer/ativcr2.dll Xlib/mplayer/avimszh.dll Xlib/mplayer/avizlib.dll Xlib/mplayer/divx_c32.ax Xlib/mplayer/divxa32.acm Xlib/mplayer/divxc32.dll Xlib/mplayer/huffyuv.dll Xlib/mplayer/i263_32.drv Xlib/mplayer/iccvid.dll Xlib/mplayer/icmw_32.dll Xlib/mplayer/imaadp32.acm Xlib/mplayer/ir32_32.dll Xlib/mplayer/ir41_32.dll Xlib/mplayer/ir50_32.dll Xlib/mplayer/l3codeca.acm Xlib/mplayer/lhacm.acm Xlib/mplayer/mcmjpg32.dll Xlib/mplayer/mpg4c32.dll Xlib/mplayer/mpg4ds32.ax Xlib/mplayer/msadp32.acm Xlib/mplayer/msg711.acm Xlib/mplayer/msgsm32.acm Xlib/mplayer/msh261.drv Xlib/mplayer/msms001.vwp Xlib/mplayer/msvidc32.dll Xlib/mplayer/qdv.dll Xlib/mplayer/tm20dec.ax Xlib/mplayer/tssoft32.acm Xlib/mplayer/voxmsdec.ax Xlib/mplayer/wmv8ds32.ax Xlib/mplayer/wmvds32.ax Xshare/doc/mplayer/AUTHORS Xshare/doc/mplayer/BUGREPORTS Xshare/doc/mplayer/BUGS Xshare/doc/mplayer/CDROM Xshare/doc/mplayer/CODECS Xshare/doc/mplayer/ChangeLog Xshare/doc/mplayer/ChangeLog.mpeg Xshare/doc/mplayer/DEBIAN Xshare/doc/mplayer/DGA Xshare/doc/mplayer/DVD Xshare/doc/mplayer/DVD-FAQ Xshare/doc/mplayer/FREEBSD Xshare/doc/mplayer/German/BUGREPORTS Xshare/doc/mplayer/German/CDROM Xshare/doc/mplayer/German/CODECS Xshare/doc/mplayer/German/DEBIAN Xshare/doc/mplayer/Hungarian/BUGREPORTS Xshare/doc/mplayer/Hungarian/CDROM Xshare/doc/mplayer/Hungarian/CODECS Xshare/doc/mplayer/Hungarian/DEBIAN Xshare/doc/mplayer/Hungarian/DGA Xshare/doc/mplayer/Hungarian/DVD Xshare/doc/mplayer/Hungarian/DVD-FAQ Xshare/doc/mplayer/Hungarian/FREEBSD Xshare/doc/mplayer/Hungarian/INSTALL Xshare/doc/mplayer/Hungarian/LIRC Xshare/doc/mplayer/Hungarian/MPlayer-FAQ Xshare/doc/mplayer/Hungarian/MTRR Xshare/doc/mplayer/Hungarian/OpenDivX Xshare/doc/mplayer/Hungarian/README Xshare/doc/mplayer/Hungarian/SDL Xshare/doc/mplayer/Hungarian/SOUNDCARDS Xshare/doc/mplayer/Hungarian/TVout-G400 Xshare/doc/mplayer/Hungarian/Translator Xshare/doc/mplayer/Hungarian/VIDEOCARDS Xshare/doc/mplayer/Hungarian/example.conf Xshare/doc/mplayer/INSTALL Xshare/doc/mplayer/LIRC Xshare/doc/mplayer/MAINTAINERS Xshare/doc/mplayer/MPlayer-FAQ Xshare/doc/mplayer/MTRR Xshare/doc/mplayer/OpenDivX Xshare/doc/mplayer/Polish/BUGREPORTS Xshare/doc/mplayer/Polish/BUGS Xshare/doc/mplayer/Polish/Debian Xshare/doc/mplayer/Polish/FreeBSD Xshare/doc/mplayer/Polish/README Xshare/doc/mplayer/Polish/SUB+OSD Xshare/doc/mplayer/README Xshare/doc/mplayer/Requirements Xshare/doc/mplayer/Russian/CODECS Xshare/doc/mplayer/Russian/DEBIAN Xshare/doc/mplayer/Russian/DGA Xshare/doc/mplayer/Russian/MPlayer-FAQ Xshare/doc/mplayer/Russian/OpenDivX Xshare/doc/mplayer/Russian/README Xshare/doc/mplayer/Russian/SOUNDCARDS Xshare/doc/mplayer/Russian/TVout-G400 Xshare/doc/mplayer/Russian/VIDEOCARDS Xshare/doc/mplayer/Russian/cdrom Xshare/doc/mplayer/Russian/dvd Xshare/doc/mplayer/Russian/dvd-faq Xshare/doc/mplayer/Russian/install Xshare/doc/mplayer/Russian/lirc Xshare/doc/mplayer/Russian/mtrr Xshare/doc/mplayer/Russian/sdl Xshare/doc/mplayer/SDL Xshare/doc/mplayer/SOLARIS Xshare/doc/mplayer/SOUNDCARDS Xshare/doc/mplayer/SPEED Xshare/doc/mplayer/SUB+OSD Xshare/doc/mplayer/Spanish/BUGREPORTS Xshare/doc/mplayer/Spanish/CDROM Xshare/doc/mplayer/Spanish/DEBIAN Xshare/doc/mplayer/Spanish/DGA Xshare/doc/mplayer/Spanish/DVD Xshare/doc/mplayer/Spanish/DVD-FAQ Xshare/doc/mplayer/Spanish/FREEBSD Xshare/doc/mplayer/Spanish/INSTALL Xshare/doc/mplayer/Spanish/LIRC Xshare/doc/mplayer/Spanish/MPlayer-FAQ Xshare/doc/mplayer/Spanish/MTRR Xshare/doc/mplayer/Spanish/OpenDivX Xshare/doc/mplayer/Spanish/README Xshare/doc/mplayer/Spanish/Requirements Xshare/doc/mplayer/Spanish/SDL Xshare/doc/mplayer/Spanish/SOLARIS Xshare/doc/mplayer/Spanish/SOUNDCARDS Xshare/doc/mplayer/Spanish/SUB+OSD Xshare/doc/mplayer/Spanish/TVout-G400 Xshare/doc/mplayer/Spanish/Translator Xshare/doc/mplayer/Spanish/VIDEOCARDS Xshare/doc/mplayer/Spanish/example.conf Xshare/doc/mplayer/TODO Xshare/doc/mplayer/TVout-G400 Xshare/doc/mplayer/VIDEOCARDS Xshare/doc/mplayer/codecs-in.html Xshare/doc/mplayer/codecs.conf Xshare/doc/mplayer/example.conf Xshare/doc/mplayer/inttypes.h Xshare/doc/mplayer/mplayer.1 Xshare/doc/mplayer/mpsub.sub Xshare/doc/mplayer/tech-eng.txt Xshare/doc/mplayer/tech-hun.txt X@dirrm lib/mplayer X@dirrm share/doc/mplayer/German X@dirrm share/doc/mplayer/Hungarian X@dirrm share/doc/mplayer/Polish X@dirrm share/doc/mplayer/Russian X@dirrm share/doc/mplayer/Spanish X@dirrm share/doc/mplayer END-of-mplayer/pkg-plist echo x - mplayer/pkg-comment sed 's/^X//' >mplayer/pkg-comment << 'END-of-mplayer/pkg-comment' XA movie player. END-of-mplayer/pkg-comment echo x - mplayer/pkg-descr sed 's/^X//' >mplayer/pkg-descr << 'END-of-mplayer/pkg-descr' XMPlayer is a movie player. It plays most MPEG, AVI and ASF Xfiles, supported by many native and Win32 DLL codecs. You can watch XVCD, DVD and even DivX movies too. The another big feature of mplayer Xis the wide range of supported output drivers. It works with X11, Xv, XDGA, OpenGL, SVGAlib, fbdev, but you can use SDL (and this way all Xdrivers of SDL, for example AAlib) and some lowlevel card-specific Xdrivers (for Matrox) too! Most of them supports software or hardware Xscaling, so you can enjoy movies in fullscreen. And what about the Xnice big antialiased shaded subtitles (7 supported types!!!) with Xhungarian, english, cyrillic, czech, korean fonts, and OSD? X XWWW: http://mplayer.sourceforge.net/ END-of-mplayer/pkg-descr echo x - mplayer/distinfo sed 's/^X//' >mplayer/distinfo << 'END-of-mplayer/distinfo' XMD5 (MPlayer-0.18pre.tgz) = cc86cd8cdc61d6aea243c6e539b5df2e XMD5 (w32codec-0.18.zip) = 80afcd781e6c6a7d93989e9128d8c753 END-of-mplayer/distinfo echo c - mplayer/files mkdir -p mplayer/files > /dev/null 2>&1 echo x - mplayer/files/patch-Makefile sed 's/^X//' >mplayer/files/patch-Makefile << 'END-of-mplayer/files/patch-Makefile' X--- Makefile.orig Sun Jul 8 04:21:20 2001 X+++ Makefile Mon Aug 20 15:13:55 2001 X@@ -92,7 +92,7 @@ X @echo "however it means you can't use fibmap_mplayer." X @echo "Without this (or without running mplayer as root) you won't be" X @echo "able to play DVDs." X- install -D -o root -g root -m 4755 -s $(PRG_FIBMAP) $(BINDIR)/$(PRG_FIBMAP) X+# install -D -o root -g root -m 4755 -s $(PRG_FIBMAP) $(BINDIR)/$(PRG_FIBMAP) X X clean: X rm -f *.o *~ $(OBJS) END-of-mplayer/files/patch-Makefile 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 Aug 20 23:12:34 2001 Delivered-To: freebsd-ports@freebsd.org Received: from ipcard.iptcom.net (ipcard.iptcom.net [212.9.224.5]) by hub.freebsd.org (Postfix) with ESMTP id 6B85837B407; Mon, 20 Aug 2001 23:12:27 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Received: from vega.vega.com (dialup15-5.iptelecom.net.ua [212.9.229.133]) by ipcard.iptcom.net (8.9.3/8.9.3) with ESMTP id JAA47069; Tue, 21 Aug 2001 09:12:20 +0300 (EEST) (envelope-from sobomax@FreeBSD.org) 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 f7L6Axo19085; Tue, 21 Aug 2001 09:10:59 +0300 (EEST) (envelope-from sobomax@FreeBSD.org) Message-ID: <3B81FBAE.CCFF9E9B@FreeBSD.org> Date: Tue, 21 Aug 2001 09:11:58 +0300 From: Maxim Sobolev Organization: Vega International Capital X-Mailer: Mozilla 4.78 [en] (Windows NT 5.0; U) X-Accept-Language: en,uk,ru MIME-Version: 1.0 To: Akinori MUSHA Cc: portmgr@FreeBSD.org, ports@FreeBSD.org Subject: Re: bsd.port.mk: renaming cookie files References: <86snernc9l.wl@archon.local.idaemons.org> <3B81389A.167A5788@FreeBSD.org> <86vgji4q72.wl@archon.local.idaemons.org> Content-Type: text/plain; charset=koi8-r 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 Akinori MUSHA wrote: > At Mon, 20 Aug 2001 19:19:38 +0300, > sobomax wrote: > > Nice idea, but I think that we can go further down the road and change WRKDIR to be > > ${WRKDIRPREFIX}${.CURDIR}/work-${PKGNAME}. This way we will also protect packages > > whose distfiles were updated without version bump (hence WRKSRC remains the same) and > > those that doesn't have version number in their WRKSRC at all (e.g. XFree86) - you > > know unpacking new version on top of older one can give number of weird problems > > raging from make (1) not rebuiling all targets to configure script picking pieces of > > all setup via config.cache file. For compatibility purposed bsd.ports.mk could be > > tweaked to create work --> work-${PKGNAME}symlink in the ports's top directory. > > I suppose you don't need to go that far since the do-extract target > will remove the ${WRKDIR} extirely before extracting a tarball. > > > # Extract > > .if !target(do-extract) > do-extract: > @${RM} -rf ${WRKDIR} > @${MKDIR} ${WRKDIR} > @for file in ${EXTRACT_ONLY}; do \ > if ! (cd ${WRKDIR} && ${EXTRACT_CMD} ${EXTRACT_BEFORE_ARGS} ${_DISTDIR}/$$file ${EXTRACT_AFTER_ARGS});\ > > > Which means ${WRKDIR} will be ${RM} -rf'ed if ${EXTRACT_COOKIE} does > not exist. :) Ah, Ok then. You have my `yes' for the change. ;) -Maxim To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Aug 20 23: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 E9A5D37B405 for ; Mon, 20 Aug 2001 23:20:00 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7L6K0U51810; Mon, 20 Aug 2001 23:20:00 -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 B8D5237B403 for ; Mon, 20 Aug 2001 23:16:50 -0700 (PDT) (envelope-from nobody@FreeBSD.org) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7L6Gof51495; Mon, 20 Aug 2001 23:16:50 -0700 (PDT) (envelope-from nobody) Message-Id: <200108210616.f7L6Gof51495@freefall.freebsd.org> Date: Mon, 20 Aug 2001 23:16:50 -0700 (PDT) From: Berend de Boer To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/29921: ImageMagick port doesn not compile Sender: owner-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: 29921 >Category: ports >Synopsis: ImageMagick port doesn not compile >Confidential: no >Severity: serious >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon Aug 20 23:20:00 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Berend de Boer >Release: 4.3-STABLE >Organization: NederWare >Environment: 4.3-STABLE FreeBSD 4.3-STABLE #15: >Description: make fails. Seems unknown option passed to ltconfig, i.e. the --build="${build}" seems to be wrong. >How-To-Repeat: Just compile. >Fix: I fixed this by patching the configure script and removing the offending lines. Configure goes somewhat further, but there's another error, also command-line related which I also fixed by removing the offending option. It finally builds, but install fails with another error, something to do with Perl if I'm correct. I try to update my perl libs, perhaps helps. >Release-Note: >Audit-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 Aug 21 1: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 5E35C37B407 for ; Tue, 21 Aug 2001 01:20:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7L8K2L75986; Tue, 21 Aug 2001 01:20:02 -0700 (PDT) (envelope-from gnats) Date: Tue, 21 Aug 2001 01:20:02 -0700 (PDT) Message-Id: <200108210820.f7L8K2L75986@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Anton Berezin Subject: Re: ports/29921: ImageMagick port doesn not compile Reply-To: Anton Berezin Sender: owner-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/29921; it has been noted by GNATS. From: Anton Berezin To: Berend de Boer Cc: freebsd-gnats-submit@FreeBSD.org Subject: Re: ports/29921: ImageMagick port doesn not compile Date: Tue, 21 Aug 2001 10:11:51 +0200 On Mon, Aug 20, 2001 at 11:16:50PM -0700, Berend de Boer wrote: > >Description: > make fails. Seems unknown option passed to ltconfig, i.e. the > --build="${build}" seems to be wrong. Have you tried to update your libtool installation before doing anything else? The symptoms you describe usually indicate the presense of old libtool. =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 Aug 21 2: 2:28 2001 Delivered-To: freebsd-ports@freebsd.org Received: from antares.surnet.ru (antares.surnet.ru [195.54.2.5]) by hub.freebsd.org (Postfix) with ESMTP id 63EAC37B415; Tue, 21 Aug 2001 02:02:20 -0700 (PDT) (envelope-from ilia@chel.skbkontur.ru) Received: (from uucp@localhost) by antares.surnet.ru (8.11.2/Joy) with UUCP id f7L924T22022; Tue, 21 Aug 2001 15:02:04 +0600 (YEKST) X-Authentication-Warning: antares.surnet.ru: uucp set sender to ilia@chel.skbkontur.ru using -f Received: from localhost (localhost [127.0.0.1]) by sol.chel.skbkontur.ru (8.11.4/8.11.1) with ESMTP id f7L8U5796507; Tue, 21 Aug 2001 14:30:05 +0600 (YEKST) (envelope-from ilia@chel.skbkontur.ru) Date: Tue, 21 Aug 2001 14:30:01 +0600 (YEKST) From: =?koi8-r?B?6czY0SD7ydDJw8nO?= To: Cc: , Subject: problems with mod_php4 Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=koi8-r Content-Transfer-Encoding: QUOTED-PRINTABLE Sender: owner-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 Sirs, PEAR.php is definetely listed in PLIST, but there's no such file, how can I correct that ?? Regards, (=EE=C1=C9=CC=D5=DE=DB=C9=C5 =D0=CF=D6=C5=CC=C1=CE=C9=D1) Ilia Chipitsine (=E9=CC=D8=D1 =FB=C9=D0=C9=C3=C9=CE) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Aug 21 2:21:28 2001 Delivered-To: freebsd-ports@freebsd.org Received: from voyager.myzona.net (dsl027-179-063.sfo1.dsl.speakeasy.net [216.27.179.63]) by hub.freebsd.org (Postfix) with ESMTP id A4BEA37B409 for ; Tue, 21 Aug 2001 02:21:20 -0700 (PDT) (envelope-from alex@myzona.net) Received: from parkson (adsl-64-173-10-148.dsl.sntc01.pacbell.net [64.173.10.148]) by voyager.myzona.net with SMTP id f7L9HAo62119; Tue, 21 Aug 2001 02:17:10 -0700 (PDT) (envelope-from alex@myzona.net) Message-ID: <000a01c12a22$2b2e6500$9601a8c0@parkson> Reply-To: "Alex M" From: "Alex M" To: =?koi8-r?B?6czY0SD7ydDJw8nO?= , References: Subject: Re: problems with mod_php4 Date: Tue, 21 Aug 2001 02:17:57 -0700 MIME-Version: 1.0 Content-Type: text/plain; charset="koi8-r" Content-Transfer-Encoding: 8bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2479.0006 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2479.0006 Sender: owner-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 Ilia, did you cvsup to the latest ports-tree? I have successfully installed mod_php4 I have also located the file voyager# locate PEAR.php /usr/local/lib/php/PEAR.php /usr/ports/www/mod_php4/work/php-4.0.6/pear/PEAR.php ----- Original Message ----- From: "éÌØÑ ûÉÐÉÃÉÎ" To: Cc: ; Sent: Tuesday, August 21, 2001 1:30 AM Subject: problems with mod_php4 > Dear Sirs, > > PEAR.php is definetely listed in PLIST, but there's no such file, > how can I correct that ?? > > Regards, (îÁÉÌÕÞÛÉÅ ÐÏÖÅÌÁÎÉÑ) > Ilia Chipitsine (éÌØÑ ûÉÐÉÃÉÎ) > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-ports" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Aug 21 3:30: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 1968737B40C for ; Tue, 21 Aug 2001 03:30:07 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7LAU6308936; Tue, 21 Aug 2001 03:30:06 -0700 (PDT) (envelope-from gnats) Received: from mss.rdc2.nsw.optushome.com.au (ha1.rdc2.nsw.optushome.com.au [203.164.2.50]) by hub.freebsd.org (Postfix) with ESMTP id 1F5DB37B416 for ; Tue, 21 Aug 2001 03:26:00 -0700 (PDT) (envelope-from tonym@biolateral.com.au) Received: from dt.home ([203.164.148.68]) by mss.rdc2.nsw.optushome.com.au (InterMail vM.4.01.03.20 201-229-121-120-20010223) with ESMTP id <20010821102558.GQLI4715.mss.rdc2.nsw.optushome.com.au@dt.home> for ; Tue, 21 Aug 2001 20:25:58 +1000 Received: (from tonym@localhost) by dt.home (8.11.5/8.11.5) id f7LAORb59595; Tue, 21 Aug 2001 20:24:27 +1000 (EST) (envelope-from tonym) Message-Id: <200108211024.f7LAORb59595@dt.home> Date: Tue, 21 Aug 2001 20:24:27 +1000 (EST) From: Tony Maher Reply-To: Tony Maher To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/29922: New port: biology/seqio - a set of C functions to read/write bilogical sequences Sender: owner-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: 29922 >Category: ports >Synopsis: New port: biology/seqio - a set of C functions to read/write bilogical sequences >Confidential: 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 Aug 21 03:30:06 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Tony Maher >Release: FreeBSD 4.4-RC i386 >Organization: Biolateral >Environment: System: FreeBSD dt.home 4.4-RC FreeBSD 4.4-RC #6: Fri Aug 17 14:21:47 EST 2001 root@dt.home:/usr/src/sys/compile/DT i386 >Description: "The SEQIO package is a set of C functions which can read and write biological sequence files formatted using various file formats and which can be used to perform database searches on biological databases." - from the README file It also has 4 useful executables that utilize seqio. >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: # # seqio # seqio/files # seqio/files/patch-grepseq # seqio/files/patch-fmtseq # seqio/files/patch-seqio # seqio/files/patch-Makefile # seqio/pkg-plist # seqio/pkg-descr # seqio/pkg-comment # seqio/distinfo # seqio/Makefile # echo c - seqio mkdir -p seqio > /dev/null 2>&1 echo c - seqio/files mkdir -p seqio/files > /dev/null 2>&1 echo x - seqio/files/patch-grepseq sed 's/^X//' >seqio/files/patch-grepseq << 'END-of-seqio/files/patch-grepseq' X--- grepseq.c.orig Sat Aug 18 16:19:15 2001 X+++ grepseq.c Sat Aug 18 16:37:58 2001 X@@ -18,7 +18,6 @@ X #include X #include "seqio.h" X X-extern char *sys_errlist[]; X X #define ASCII 4 X X@@ -475,7 +474,7 @@ X ascii_alpha_mask[num] |= mask; X } X else X- ascii_alpha_mask[*s] |= mask; X+ ascii_alpha_mask[(int) *s] |= mask; X break; X X case '.': X@@ -518,7 +517,7 @@ X ascii_alpha_mask[num] |= mask; X } X else X- ascii_alpha_mask[*s] |= mask; X+ ascii_alpha_mask[(int) *s] |= mask; X } X else { X if (dna_flag) { X@@ -526,17 +525,17 @@ X dna_flag = 0; X else X for ( ; *t; t++) X- dna_alpha_mask[*t] |= mask; X+ dna_alpha_mask[(int) *t] |= mask; X } X if (prt_flag) { X if ((t = prt_expand(*s)) == NULL) X prt_flag = 0; X else X for ( ; *t; t++) X- prt_alpha_mask[*t] |= mask; X+ prt_alpha_mask[(int) *t] |= mask; X } X X- ascii_alpha_mask[*s] |= mask; X+ ascii_alpha_mask[(int) *s] |= mask; X } X } X X@@ -557,17 +556,17 @@ X dna_flag = 0; X else X for ( ; *t; t++) X- dna_alpha_mask[*t] |= mask; X+ dna_alpha_mask[(int) *t] |= mask; X } X if (prt_flag) { X if ((t = prt_expand(*s)) == NULL) X prt_flag = 0; X else X for ( ; *t; t++) X- prt_alpha_mask[*t] |= mask; X+ prt_alpha_mask[(int) *t] |= mask; X } X X- ascii_alpha_mask[*s] |= mask; X+ ascii_alpha_mask[(int) *s] |= mask; X } X X /* X@@ -677,16 +676,16 @@ X */ X if (num_errors == 0) { X score = 0; X- while ((ch = *s) && table[ch] && X- !((masklist0 = ((masklist0 << 1) & alpha_mask[*s]) + 1) & X+ while ((ch = *s) && table[(int) ch] && X+ !((masklist0 = ((masklist0 << 1) & alpha_mask[(int) *s]) + 1) & X accept_mask)) X s++; X } X else if (num_errors == 1) { X score = -1; X if (misonly_flag) { X- while ((ch = *s) && table[ch]) { X- chmask = alpha_mask[ch]; X+ while ((ch = *s) && table[(int) ch]) { X+ chmask = alpha_mask[(int) ch]; X last_mask = masklist0; X masklist0 = ((masklist0 << 1) & chmask) + 1; X masklist1 = ((masklist1 << 1) & chmask) | (last_mask << 1); X@@ -703,8 +702,8 @@ X } X } X else { X- while ((ch = *s) && table[ch]) { X- chmask = alpha_mask[ch]; X+ while ((ch = *s) && table[(int) ch]) { X+ chmask = alpha_mask[(int) ch]; X last_mask = masklist0; X masklist0 = ((masklist0 << 1) & chmask) + 1; X masklist1 = ((masklist1 << 1) & chmask) | /* match */ X@@ -727,8 +726,8 @@ X else if (num_errors == 2) { X score = -1; X if (misonly_flag) { X- while ((ch = *s) && table[ch]) { X- chmask = alpha_mask[ch]; X+ while ((ch = *s) && table[(int) ch]) { X+ chmask = alpha_mask[(int) ch]; X last_mask = masklist0; X masklist0 = ((masklist0 << 1) & chmask) + 1; X newmask = ((masklist1 << 1) & chmask) | (last_mask << 1); X@@ -752,8 +751,8 @@ X } X } X else { X- while ((ch = *s) && table[ch]) { X- chmask = alpha_mask[ch]; X+ while ((ch = *s) && table[(int) ch]) { X+ chmask = alpha_mask[(int) ch]; X last_mask = masklist0; X masklist0 = ((masklist0 << 1) & chmask) + 1; X newmask = ((masklist1 << 1) & chmask) | /* match */ X@@ -785,8 +784,8 @@ X } X else if (misonly_flag) { X score = -1; X- while ((ch = *s) && table[ch]) { X- chmask = alpha_mask[ch]; X+ while ((ch = *s) && table[(int) ch]) { X+ chmask = alpha_mask[(int) ch]; X X last_mask = masklist[0]; X masklist[0] = ((masklist[0] << 1) & chmask) + 1; X@@ -808,8 +807,8 @@ X } X else { X score = -1; X- while ((ch = *s) && table[ch]) { X- chmask = alpha_mask[ch]; X+ while ((ch = *s) && table[(int) ch]) { X+ chmask = alpha_mask[(int) ch]; X X last_mask = masklist[0]; X masklist[0] = ((masklist[0] << 1) & chmask) + 1; X@@ -835,7 +834,7 @@ X X if (!ch) X break; X- else if (!table[ch]) { X+ else if (!table[(int) ch]) { X fprintf(stderr, "%s, entry %d: Sequence contains invalid characters.\n", X seqffilename(sfp, 0), seqfentryno(sfp)); X return NULL; END-of-seqio/files/patch-grepseq echo x - seqio/files/patch-fmtseq sed 's/^X//' >seqio/files/patch-fmtseq << 'END-of-seqio/files/patch-fmtseq' X--- fmtseq.c.orig Wed Jul 10 12:58:39 1996 X+++ fmtseq.c Tue Aug 21 13:17:23 2001 X@@ -37,7 +37,6 @@ X #include X #include "seqio.h" X X-extern char *sys_errlist[]; X X X #ifdef WIN32 X@@ -70,6 +69,7 @@ X #define ASK 2 X #define ITEMLIST 3 X X+#define MAXLINE 128 X X int pretty_flag, pretty_count; X FILE *fpout; X@@ -81,7 +81,7 @@ X } pretty; X X X-char dna_complement[128], rna_complement[128]; X+char dna_complement[MAXLINE], rna_complement[MAXLINE]; X X X /* X@@ -222,7 +222,7 @@ X void print_options(int flag) X { X int i, j; X- char line[128]; X+ char line[MAXLINE]; X X printf("Program Options (text in [...] is optional):\n"); X printf(" -al[l] select all sequences\n"); X@@ -249,7 +249,7 @@ X X if (flag) { X printf("More? "); X- gets(line); X+ fgets(line,MAXLINE-1,stdin); X if (line[0] == 'q' || line[0] == 'Q') X return; X } X@@ -264,7 +264,7 @@ X X if (flag) { X printf("More? "); X- gets(line); X+ fgets(line,MAXLINE-1,stdin); X if (line[0] == 'q' || line[0] == 'Q') X return; X } X@@ -1646,7 +1646,7 @@ X s = line; X while (*s == '\0') { X printf("Enter: "); X- gets(line); X+ fgets(line,MAXLINE-1,stdin); X for (s=line; *s && isspace(*s); s++) ; X } X printf("----------------------\n\n"); X@@ -1701,7 +1701,7 @@ X { X static char defch = 'y'; X int init_print, count; X- char *s, *entry, *eptr, line[128]; X+ char *s, *entry, *eptr, line[MAXLINE]; X X putchar('\n'); X if (seqcount == 1) { X@@ -1717,7 +1717,7 @@ X eptr = entry = NULL; X while (1) { X printf("Select? [%c] ", defch); X- gets(line); X+ fgets(line,MAXLINE-1,stdin); X X if (line[0] == '\0') X line[0] = defch; X@@ -1771,7 +1771,7 @@ X SEQINFO *info, int mode) X { X int len; X- char *temp, tempbuffer[128]; X+ char *temp, tempbuffer[MAXLINE]; X X if (buf != NULL) X temp = buf; X@@ -1803,7 +1803,7 @@ X X int pretty_store(char *seq, int seqlen, SEQINFO *info) X { X- char buffer[128]; X+ char buffer[MAXLINE]; X X if (pretty_count == psize) { X if (psize == 0) { X@@ -2582,7 +2582,7 @@ X X void blastout_store(SEQFILE *sfp, char *seq, int seqlen, SEQINFO *info) X { X- static otherstrand = 0; X+ static int otherstrand = 0; X int pos, al_start, ingap, len; X char *s, *t1, *entry, *end, *line1, *line2; X ALIGN newalign; X@@ -3017,7 +3017,7 @@ X { X int i; X X- for (i=0; i < 128; i++) X+ for (i=0; i < MAXLINE; i++) X dna_complement[i] = dna_complement[i] = i; X X dna_complement['a'] = 't'; dna_complement['A'] = 'T'; END-of-seqio/files/patch-fmtseq echo x - seqio/files/patch-seqio sed 's/^X//' >seqio/files/patch-seqio << 'END-of-seqio/files/patch-seqio' X--- seqio.c.orig Sat Aug 18 16:20:53 2001 X+++ seqio.c Sat Aug 18 16:21:23 2001 X@@ -147,7 +147,6 @@ X * files, and replacement functions for system calls that don't exist on X * one or more machines. X */ X-extern char *sys_errlist[]; X X #if defined(__sun) && !defined(FILENAME_MAX) X #include X@@ -158,7 +157,6 @@ X static int ctype_initflag = 0; X static char tubuf[384], *tuary; X X-#define toupper(chr) tuary[(int) (chr)] X X static void init_ctype(void) X { END-of-seqio/files/patch-seqio echo x - seqio/files/patch-Makefile sed 's/^X//' >seqio/files/patch-Makefile << 'END-of-seqio/files/patch-Makefile' X--- Makefile.orig Tue Aug 21 12:50:44 2001 X+++ Makefile Tue Aug 21 12:51:13 2001 X@@ -12,7 +12,7 @@ X CFLAGS= -g -O2 -Wall -Wshadow X X X-all: grepseq fmtseq idxseq typeseq wcseq examples X+all: grepseq fmtseq idxseq typeseq wcseq X X grepseq: grepseq.o seqio.o X $(CC) $(CFLAGS) -o grepseq grepseq.o seqio.o END-of-seqio/files/patch-Makefile echo x - seqio/pkg-plist sed 's/^X//' >seqio/pkg-plist << 'END-of-seqio/pkg-plist' Xbin/fmtseq Xbin/grepseq Xbin/idxseq Xbin/typeseq Xbin/wcseq Xshare/doc/seqio/html/bigaln_example.html Xshare/doc/seqio/html/examples_doc.html Xshare/doc/seqio/html/fmtseq_doc.html Xshare/doc/seqio/html/idxseq_doc.html Xshare/doc/seqio/html/seqio.html Xshare/doc/seqio/html/seqio_bioseq.html Xshare/doc/seqio/html/seqio_changes.html Xshare/doc/seqio/html/seqio_doc.html Xshare/doc/seqio/html/seqio_format.html Xshare/doc/seqio/html/seqio_progr.html Xshare/doc/seqio/html/seqio_qref.html Xshare/doc/seqio/html/seqio_readme.html Xshare/doc/seqio/html/seqio_toc.html Xshare/doc/seqio/html/seqio_todo.html Xshare/doc/seqio/html/seqio_user.html Xshare/doc/seqio/bioseq.txt Xshare/doc/seqio/examples.doc Xshare/doc/seqio/fmtseq.doc Xshare/doc/seqio/format.doc Xshare/doc/seqio/idxseq.doc Xshare/doc/seqio/programr.doc Xshare/doc/seqio/quickref.doc Xshare/doc/seqio/seqio.doc Xshare/doc/seqio/user.doc Xshare/examples/seqio/example1.c Xshare/examples/seqio/example2.c Xshare/examples/seqio/example3.c Xshare/examples/seqio/example4.c Xshare/examples/seqio/seqio.c Xshare/examples/seqio/seqio.h Xshare/examples/seqio/Makefile X@dirrm share/doc/seqio/html X@dirrm share/doc/seqio X@dirrm share/examples/seqio END-of-seqio/pkg-plist echo x - seqio/pkg-descr sed 's/^X//' >seqio/pkg-descr << 'END-of-seqio/pkg-descr' X"The SEQIO package is a set of C functions which can read and write Xbiological sequence files formatted using various file formats and which Xcan be used to perform database searches on biological databases." X- from the README file X XWWW: http://www.cs.ucdavis.edu/~gusfield/seqio.html X X-- XTony Maher END-of-seqio/pkg-descr echo x - seqio/pkg-comment sed 's/^X//' >seqio/pkg-comment << 'END-of-seqio/pkg-comment' XA set of C functions which can read/write biological sequence files END-of-seqio/pkg-comment echo x - seqio/distinfo sed 's/^X//' >seqio/distinfo << 'END-of-seqio/distinfo' XMD5 (seqio.tar.gz) = c8e5d44485c8202082d4cfa516f9e0db END-of-seqio/distinfo echo x - seqio/Makefile sed 's/^X//' >seqio/Makefile << 'END-of-seqio/Makefile' X# New ports collection makefile for: seqio X# Date created: 17 August 2001 X# Whom: Tony Maher X# X# $FreeBSD$ X# X XPORTNAME= seqio XPORTVERSION= 1.2.2 XCATEGORIES= biology XMASTER_SITES= http://www.cs.ucdavis.edu/~gusfield/ XDISTNAME= ${PORTNAME} X XMAINTAINER= tonym@biolateral.com.au X XWRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} X XEXAMPLESDIR= ${PREFIX}/share/examples/${PORTNAME} XEXAMPLES= example1.c example2.c example3.c example4.c seqio.c seqio.h Makefile XPROGRAMS= fmtseq grepseq idxseq typeseq wcseq X Xdo-install: X ${MKDIR} ${DOCSDIR} X ${MKDIR} ${DOCSDIR}/html X ${MKDIR} ${EXAMPLESDIR} X cd ${WRKSRC}; \ X for file in ${PROGRAMS}; do \ X ${INSTALL_PROGRAM} $$file ${PREFIX}/bin; \ X done X cd ${WRKSRC}; \ X for file in ${EXAMPLES}; do \ X ${INSTALL_DATA} $$file ${EXAMPLESDIR}; \ X done X ${INSTALL_DATA} ${WRKSRC}/bioseq.txt ${DOCSDIR} X cd ${WRKSRC}/doc; \ X for file in *.doc; do \ X ${INSTALL_DATA} $$file ${DOCSDIR}; \ X done X cd ${WRKSRC}/html; \ X for file in *.html; do \ X ${INSTALL_DATA} $$file ${DOCSDIR}/html; \ X done X X.include END-of-seqio/Makefile exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Aug 21 4: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 6D66737B413 for ; Tue, 21 Aug 2001 04:10:05 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7LBA5m21891; Tue, 21 Aug 2001 04:10:05 -0700 (PDT) (envelope-from gnats) Received: from cc92687-a.wlgrv1.pa.home.com (cc92687-a.wlgrv1.pa.home.com [24.5.63.190]) by hub.freebsd.org (Postfix) with ESMTP id 4B7B037B40F for ; Tue, 21 Aug 2001 04:06:20 -0700 (PDT) (envelope-from pat@cc92687-a.wlgrv1.pa.home.com) Received: (from root@localhost) by cc92687-a.wlgrv1.pa.home.com (8.11.5/8.11.5) id f7LB6G804580; Tue, 21 Aug 2001 07:06:16 -0400 (EDT) (envelope-from pat) Message-Id: <200108211106.f7LB6G804580@cc92687-a.wlgrv1.pa.home.com> Date: Tue, 21 Aug 2001 07:06:16 -0400 (EDT) From: Patrick Li Reply-To: Patrick Li To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/29923: Update port www/phpnuke Sender: owner-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: 29923 >Category: ports >Synopsis: Update port www/phpnuke >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 Aug 21 04:10:05 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Patrick Li >Release: FreeBSD 4.4-PRERELEASE i386 >Organization: N/A >Environment: System: FreeBSD pento 4.4-PRERELEASE FreeBSD 4.4-PRERELEASE #0: Mon Aug 13 19:08:19 EDT 2001 pat@bottlenek:/usr/src/sys/compile/BOTTLENEK i386 >Description: Update to 5.2 Security fixes, feature enchancements, and new features added. >How-To-Repeat: N/A >Fix: diff -ruN /usr/ports/www/phpnuke/Makefile phpnuke/Makefile --- /usr/ports/www/phpnuke/Makefile Thu Aug 16 13:07:38 2001 +++ phpnuke/Makefile Tue Aug 21 05:36:17 2001 @@ -6,7 +6,7 @@ # PORTNAME= phpnuke -PORTVERSION= 5.1 +PORTVERSION= 5.2 CATEGORIES= www MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} diff -ruN /usr/ports/www/phpnuke/distinfo phpnuke/distinfo --- /usr/ports/www/phpnuke/distinfo Thu Aug 16 13:07:38 2001 +++ phpnuke/distinfo Tue Aug 21 05:30:12 2001 @@ -1 +1 @@ -MD5 (PHP-Nuke-5.1.tar.gz) = f72f7d780419001a40819f2cf76b4b53 +MD5 (PHP-Nuke-5.2.tar.gz) = b1cf4af9c479a4a39f30d71056406f34 diff -ruN /usr/ports/www/phpnuke/pkg-plist phpnuke/pkg-plist --- /usr/ports/www/phpnuke/pkg-plist Thu Aug 16 13:07:38 2001 +++ phpnuke/pkg-plist Tue Aug 21 05:35:25 2001 @@ -117,6 +117,8 @@ www/phpnuke/html/images/admin/topicsman.gif www/phpnuke/html/images/admin/users.gif www/phpnuke/html/images/articles/index.html +www/phpnuke/html/images/articles/tribute.gif +www/phpnuke/html/images/articles/yans.gif www/phpnuke/html/images/banners/index.html www/phpnuke/html/images/blackpixel.gif www/phpnuke/html/images/blue.gif @@ -522,6 +524,7 @@ www/phpnuke/html/images/topics/suse.gif www/phpnuke/html/images/topics/x.gif www/phpnuke/html/images/up.gif +www/phpnuke/html/includes/index.html www/phpnuke/html/includes/javascript.php www/phpnuke/html/includes/meta.php www/phpnuke/html/index.php @@ -571,11 +574,11 @@ www/phpnuke/html/manual/users.html www/phpnuke/html/manual/weblinks.html www/phpnuke/html/modules.php -www/phpnuke/html/modules/FAQ/index.html +www/phpnuke/html/modules/AvantGo/index.php www/phpnuke/html/modules/FAQ/index.php +www/phpnuke/html/modules/Feedback/index.php www/phpnuke/html/modules/Members_List/index.php www/phpnuke/html/modules/NS-Addon_Sample/f2.php -www/phpnuke/html/modules/NS-Addon_Sample/index.html www/phpnuke/html/modules/NS-Addon_Sample/index.php www/phpnuke/html/modules/index.html www/phpnuke/html/modules/readme.txt @@ -712,6 +715,7 @@ www/phpnuke/html/upgrades/upgrade43-44.php www/phpnuke/html/upgrades/upgrade44-50.php www/phpnuke/html/upgrades/upgrade50-51.php +www/phpnuke/html/upgrades/upgrade51-52.php www/phpnuke/html/user.php www/phpnuke/html/viewpmsg.php www/phpnuke/html/voteinclude.php @@ -739,7 +743,9 @@ @dirrm www/phpnuke/html/themes @dirrm www/phpnuke/html/modules/NS-Addon_Sample @dirrm www/phpnuke/html/modules/Members_List +@dirrm www/phpnuke/html/modules/Feedback @dirrm www/phpnuke/html/modules/FAQ +@dirrm www/phpnuke/html/modules/AvantGo @dirrm www/phpnuke/html/modules @dirrm www/phpnuke/html/manual @dirrm www/phpnuke/html/language >Release-Note: >Audit-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 Aug 21 4: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 77A9437B40D for ; Tue, 21 Aug 2001 04:50:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7LBo2m26639; Tue, 21 Aug 2001 04: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 064F537B406 for ; Tue, 21 Aug 2001 04:48:08 -0700 (PDT) (envelope-from nobody@FreeBSD.org) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7LBm8u26267; Tue, 21 Aug 2001 04:48:08 -0700 (PDT) (envelope-from nobody) Message-Id: <200108211148.f7LBm8u26267@freefall.freebsd.org> Date: Tue, 21 Aug 2001 04:48:08 -0700 (PDT) From: Berend de Boer To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/29924: remove port smalleiffel-0.76.b4 Sender: owner-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: 29924 >Category: ports >Synopsis: remove port smalleiffel-0.76.b4 >Confidential: 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 Aug 21 04:50:02 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Berend de Boer >Release: 4.3-STABLE >Organization: NederWare >Environment: 4.3-STABLE FreeBSD 4.3-STABLE #15 >Description: Remove this port. It usually takes to long for a change request to be handled, so tracking beta's is not really usefull this way. I will still maintain the release smalleiffel port. You get a fix for the latest release soon. >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 Aug 21 4:55: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 B6EDB37B413; Tue, 21 Aug 2001 04:55:49 -0700 (PDT) (envelope-from tobez@FreeBSD.org) Received: (from tobez@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7LBtIK27294; Tue, 21 Aug 2001 04:55:18 -0700 (PDT) (envelope-from tobez) Date: Tue, 21 Aug 2001 04:55:18 -0700 (PDT) From: Message-Id: <200108211155.f7LBtIK27294@freefall.freebsd.org> To: berend@pobox.com, tobez@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/29921: ImageMagick port doesn not compile Sender: owner-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: ImageMagick port doesn not compile State-Changed-From-To: open->closed State-Changed-By: tobez State-Changed-When: Tue Aug 21 04:54:03 PDT 2001 State-Changed-Why: Originator reported that the problem went away when he updated his libtool to 1.3.4_2. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=29921 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Aug 21 5: 2:50 2001 Delivered-To: freebsd-ports@freebsd.org Received: from mail.fdma.com (mail.fdma.com [216.241.67.73]) by hub.freebsd.org (Postfix) with ESMTP id BC6F437B40A for ; Tue, 21 Aug 2001 05:02:47 -0700 (PDT) (envelope-from scheidell@mail.fdma.com) Received: (from scheidell@localhost) by mail.fdma.com (8.11.3/8.11.3) id f7LC2Js34833; Tue, 21 Aug 2001 08:02:19 -0400 (EDT) Message-Id: <200108211202.f7LC2Js34833@mail.fdma.com> Subject: Re: anyone else have snort core dump? To: kris@obsecurity.org (Kris Kennaway) Date: Tue, 21 Aug 2001 08:02:19 -0400 (EDT) Cc: freebsd-ports@freebsd.org In-Reply-To: <20010820193712.A7801@xor.obsecurity.org> from "Kris Kennaway" at Aug 20, 2001 07:37:13 PM From: Michael Scheidell X-Loop: scheidell@fdma.com X-Mailer: ELM [version 2.5 PL5] 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 > > On Mon, Aug 20, 2001 at 03:29:22PM -0400, freebsd-stable@news.fdma.com wrot= > e: > > I have a problem with snort 1.8.1-REL core dumping. > >=20 > > Tried two different systems > >=20 > > one, 133mhz PI, 4.3-REL, stock binaries, dec ethernet card > >=20 > > Two, 850mhz PIII, 4.4-RC2, (not stock) binaries, reltec card > >=20 > > yes, I make sure I took I686_cpu out of make.conf first. > >=20 > > and it core dumps when network is silent or noisy, doesn't matter (seems > > to core dump mostly when silent) > > It's probably a code bug. Unfortunately recent releases of snort > haven't exactly been very stable. I've learned to run it in a > while(1) loop to restart it when it crashes. Ok, here is a different 'twist' on this, has for 12 hours. the 'package' in the ports collection runs fine If I compile it on 4.3-stable (even with NO cpuflags set) it will core dump. Do I need to makeworld on 4.3stable with no cpuflags set? If it runs fine from the package, then it seems to be somerhing in 4.3-stable that would be causing the problem? > No, you should obtain a gdb core traceback and talk to the snort user > support mailing list. It's probably already a known problem. I did report the bug on snort.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Aug 21 6: 5: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 A7F9037B406; Tue, 21 Aug 2001 06:05:49 -0700 (PDT) (envelope-from sada@FreeBSD.org) Received: (from sada@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7LD5dw41141; Tue, 21 Aug 2001 06:05:39 -0700 (PDT) (envelope-from sada) Date: Tue, 21 Aug 2001 06:05:39 -0700 (PDT) From: Message-Id: <200108211305.f7LD5dw41141@freefall.freebsd.org> To: kanou@mil.allnet.ne.jp, sada@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/29660: port japanese/xjman MASTER_SITES moved Sender: owner-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 japanese/xjman MASTER_SITES moved State-Changed-From-To: open->closed State-Changed-By: sada State-Changed-When: Tue Aug 21 06:05:09 PDT 2001 State-Changed-Why: Fixed, thanks. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=29660 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Aug 21 6:20: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 E0D1D37B405 for ; Tue, 21 Aug 2001 06:20:00 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7LDK0b42654; Tue, 21 Aug 2001 06:20:00 -0700 (PDT) (envelope-from gnats) Received: from speedy.netbeat.de (speedy.netbeat.de [212.6.214.36]) by hub.freebsd.org (Postfix) with ESMTP id 8BA7D37B408 for ; Tue, 21 Aug 2001 06:16:11 -0700 (PDT) (envelope-from wwwrun@speedy.netbeat.de) Received: (from wwwrun@localhost) by speedy.netbeat.de (8.9.3/8.9.3) id PAA10841; Tue, 21 Aug 2001 15:16:08 +0200 Message-Id: <200108211316.PAA10841@speedy.netbeat.de> Date: Tue, 21 Aug 2001 15:16:08 +0200 From: Oliver Lehmann Reply-To: Oliver Lehmann To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/29925: update-port: sysutils/xcdroast Sender: owner-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: 29925 >Category: ports >Synopsis: update-port: sysutils/xcdroast >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 Aug 21 06:20:00 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Oliver Lehmann >Release: FreeBSD 4.3-STABLE i386 >Organization: >Environment: System: FreeBSD localhost138.brainwire.de 4.3-STABLE FreeBSD 4.3-STABLE #1: Thu Jun 21 18:15:32 CEST 2001 olivleh1@ollis.brainwire.de:/usr/obj/usr/src/sys/OLLIS i386 >Description: >How-To-Repeat: >Fix: diff -ruN xcdroast.old/Makefile xcdroast/Makefile --- xcdroast.old/Makefile Tue Aug 14 22:12:44 2001 +++ xcdroast/Makefile Tue Aug 21 15:13:39 2001 @@ -21,23 +21,25 @@ USE_GTK= yes USE_IMLIB= yes +MAKE_ENV+= GTK_CONFIG="${GTK_CONFIG}" \ + IMLIB_CONFIG="${IMLIB_CONFIG}" + post-patch: for i in xcdroast.h Makefile ; do \ ${PERL} -pi -e "s|%%PREFIX%%|${PREFIX}|g" ${WRKSRC}/$$i ; \ done -post-install: + for i in Makefile ; do \ + ${PERL} -pi -e "s|%%LOCALBASE%%|${LOCALBASE}|g" ${WRKSRC}/$$i ; \ + done - ${LN} -sf ${LOCALBASE}/bin/cdrecord ${PREFIX}/lib/xcdroast-0.98/bin/cdrecord - ${LN} -sf ${LOCALBASE}/bin/mkisofs ${PREFIX}/lib/xcdroast-0.98/bin/mkisofs - ${LN} -sf ${LOCALBASE}/bin/cdda2wav ${PREFIX}/lib/xcdroast-0.98/bin/cdda2wav - ${LN} -sf ${LOCALBASE}/bin/readcd ${PREFIX}/lib/xcdroast-0.98/bin/readcd +post-install: /usr/sbin/pw groupadd -n cdwrite - for i in cdrecord cdda2wav mkisofs readcd ; do \ - ${CHOWN} root:cdwrite ${PREFIX}/bin/$i && \ - ${CHMOD} 4710 ${PREFIX}/bin/$i ; \ + for i in cdrecord cdda2wav mkisofs readcd; do \ + ${CHOWN} root:cdwrite ${LOCALBASE}/bin/$$i ; \ + ${CHMOD} 4710 ${LOCALBASE}/bin/$$i ; \ done ${CHOWN} root:cdwrite ${PREFIX}/lib/xcdroast-0.98/bin/xcdrwrap diff -ruN xcdroast.old/files/patch-Makefile xcdroast/files/patch-Makefile --- xcdroast.old/files/patch-Makefile Mon Aug 20 19:05:10 2001 +++ xcdroast/files/patch-Makefile Tue Aug 21 13:07:43 2001 @@ -1,6 +1,6 @@ --- Makefile.orig Tue Jul 17 23:46:26 2001 -+++ Makefile Sat Aug 18 20:15:52 2001 -@@ -6,7 +6,7 @@ ++++ Makefile Tue Aug 21 13:07:40 2001 +@@ -6,13 +6,13 @@ # Installation prefix directory: #PREFIX=/usr @@ -9,17 +9,25 @@ PRE_LIBDIR=$(PREFIX)/lib/xcdroast-0.98 # put here the prefix where you want xcdroast to look for + # cdrecord/mkisofs/readcd/cdda2wav. + # e.g. /usr +-CDRTOOLS_PREFIX=$(PREFIX) ++CDRTOOLS_PREFIX=%%LOCALBASE%% + + # for linux + INSTALL=/usr/bin/install -c @@ -23,10 +23,10 @@ #--- -CFLAGS=-Wall `gtk-config --cflags` `imlib-config --cflags` -DPRE_PREFIX="\"$(PREFIX)\"" -DPRE_LIBDIR="\"$(PRE_LIBDIR)\"" -DCDRTOOLS_PREFIX="\"$(CDRTOOLS_PREFIX)\"" -+CFLAGS=-Wall `gtk12-config --cflags` `imlib-config --cflags` -DPRE_PREFIX="\"$(PREFIX)\"" -DPRE_LIBDIR="\"$(PRE_LIBDIR)\"" -DCDRTOOLS_PREFIX="\"$(CDRTOOLS_PREFIX)\"" - CFLAGS2=-Wall `glib-config --cflags --libs` -DPRE_PREFIX="\"$(PREFIX)\"" -DPRE_LIBDIR="\"$(PRE_LIBDIR)\"" -DCDRTOOLS_PREFIX="\"$(CDRTOOLS_PREFIX)\"" +-CFLAGS2=-Wall `glib-config --cflags --libs` -DPRE_PREFIX="\"$(PREFIX)\"" -DPRE_LIBDIR="\"$(PRE_LIBDIR)\"" -DCDRTOOLS_PREFIX="\"$(CDRTOOLS_PREFIX)\"" -LIBS=`gtk-config --libs` `imlib-config --libs` -lgdk_imlib -TOOLLIBS=`gtk-config --libs` -+LIBS=`gtk12-config --libs` `imlib-config --libs` -lgdk_imlib -+TOOLLIBS=`gtk12-config --libs` ++CFLAGS=-Wall `${GTK_CONFIG} --cflags` `${IMLIB_CONFIG} --cflags` -DPRE_PREFIX="\"$(PREFIX)\"" -DPRE_LIBDIR="\"$(PRE_LIBDIR)\"" -DCDRTOOLS_PREFIX="\"$(CDRTOOLS_PREFIX)\"" ++CFLAGS2=-Wall `${GTK_CONFIG} --cflags --libs` -DPRE_PREFIX="\"$(PREFIX)\"" -DPRE_LIBDIR="\"$(PRE_LIBDIR)\"" -DCDRTOOLS_PREFIX="\"$(CDRTOOLS_PREFIX)\"" ++LIBS=`${GTK_CONFIG} --libs` `${IMLIB_CONFIG} --libs` -lgdk_imlib ++TOOLLIBS=`${GTK_CONFIG} --libs` CC=gcc OBJ = main.o language.o init.o tools.o xtools.o menus.o setup.o io.o duplicate.o wav_frontend.o wav_id.o create.o diff -ruN xcdroast.old/pkg-plist xcdroast/pkg-plist --- xcdroast.old/pkg-plist Tue Aug 14 22:12:44 2001 +++ xcdroast/pkg-plist Tue Aug 21 15:12:26 2001 @@ -15,13 +15,10 @@ lib/xcdroast-0.98/bin/rmtool lib/xcdroast-0.98/bin/vrfytool lib/xcdroast-0.98/bin/wavplay -lib/xcdroast-0.98/bin/mkisofs -lib/xcdroast-0.98/bin/cdrecord -lib/xcdroast-0.98/bin/cdda2wav -lib/xcdroast-0.98/bin/readcd lib/xcdroast-0.98/bin/xcdrwrap @dirrm lib/xcdroast-0.98/bin @dirrm lib/xcdroast-0.98/icons @dirrm lib/xcdroast-0.98/lang @dirrm lib/xcdroast-0.98/sound @dirrm lib/xcdroast-0.98 +@unexec /usr/sbin/pw groupdel -n cdwrite >Release-Note: >Audit-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 Aug 21 6:25: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 C3C5A37B40B; Tue, 21 Aug 2001 06:25:49 -0700 (PDT) (envelope-from sada@FreeBSD.org) Received: (from sada@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7LDNMI43151; Tue, 21 Aug 2001 06:23:22 -0700 (PDT) (envelope-from sada) Date: Tue, 21 Aug 2001 06:23:22 -0700 (PDT) From: Message-Id: <200108211323.f7LDNMI43151@freefall.freebsd.org> To: pat@databits.net, sada@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/29758: Fix pkg-plist for converters/aish Sender: owner-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 converters/aish State-Changed-From-To: open->closed State-Changed-By: sada State-Changed-When: Tue Aug 21 06:22:27 PDT 2001 State-Changed-Why: Committed by lioux; thanks. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=29758 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Aug 21 6:45: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 B749C37B405; Tue, 21 Aug 2001 06:45:49 -0700 (PDT) (envelope-from sada@FreeBSD.org) Received: (from sada@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7LDhjW19058; Tue, 21 Aug 2001 06:43:45 -0700 (PDT) (envelope-from sada) Date: Tue, 21 Aug 2001 06:43:45 -0700 (PDT) From: Message-Id: <200108211343.f7LDhjW19058@freefall.freebsd.org> To: pat@databits.net, sada@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/29759: Fix pkg-plist for converters/i18ntools Sender: owner-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 converters/i18ntools State-Changed-From-To: open->closed State-Changed-By: sada State-Changed-When: Tue Aug 21 06:43:01 PDT 2001 State-Changed-Why: Committed, thanks. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=29759 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Aug 21 7: 5: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 B2F9637B421; Tue, 21 Aug 2001 07:05:49 -0700 (PDT) (envelope-from sada@FreeBSD.org) Received: (from sada@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7LDxvX54578; Tue, 21 Aug 2001 06:59:57 -0700 (PDT) (envelope-from sada) Date: Tue, 21 Aug 2001 06:59:57 -0700 (PDT) From: Message-Id: <200108211359.f7LDxvX54578@freefall.freebsd.org> To: pat@databits.net, sada@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/29751: Fix pkg-plist for chinese/muni Sender: owner-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 chinese/muni State-Changed-From-To: open->closed State-Changed-By: sada State-Changed-When: Tue Aug 21 06:59:36 PDT 2001 State-Changed-Why: Committed, thanks. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=29751 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Aug 21 8:30:49 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5750B37B403 for ; Tue, 21 Aug 2001 08:30:27 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7LFUR271091; Tue, 21 Aug 2001 08:30:27 -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 B554637B413 for ; Tue, 21 Aug 2001 08:27:20 -0700 (PDT) (envelope-from nobody@FreeBSD.org) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7LFRKC70795; Tue, 21 Aug 2001 08:27:20 -0700 (PDT) (envelope-from nobody) Message-Id: <200108211527.f7LFRKC70795@freefall.freebsd.org> Date: Tue, 21 Aug 2001 08:27:20 -0700 (PDT) From: Bjarne Wichmann Petersen To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/29926: kdeadmin fails to compile at kpackage Sender: owner-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: 29926 >Category: ports >Synopsis: kdeadmin fails to compile at kpackage >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 Aug 21 08:30:26 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Bjarne Wichmann Petersen >Release: FreeBSD 4.3-STABLE >Organization: >Environment: FreeBSD mekanix.my.domain 4.3-STABLE FreeBSD 4.3-STABLE #1: Thu Jun 7 11:22:16 CEST 2001 mekanix@mekanix.my.domain:/usr/obj/usr/src/sys/MEKANIX i386 >Description: c++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/local/include -I/usr/X11R6/include/qt2 -I/usr/X11R6/include -I/usr/local/include/rpm -I/usr/include -D_GETOPT_H -D_PTH_H_ -D_PTH_PTHREAD_H_ -I/usr/local/include -I/usr/local/include -I/usr/X11R6/include/qt2 -O2 -O -pipe -fno-exceptions -fno-check-new -DQT_CLEAN_NAMESPACE -DQT_NO_COMPAT -DQT_NO_ASCII_CAST -c rpmInterface.cpp rpmInterface.cpp:21: rpm/rpmio.h: No such file or directory rpmInterface.cpp: In method `RPM::RPM(QString)': /usr/local/include/rpm/rpmlib.h:269: too few arguments to function `int rpmReadConfigFiles(char *, char *, char *, int)' rpmInterface.cpp:94: at this point in file rpmInterface.cpp: In method `class packageInfo * RPM::getPackageInfo(char, const QString &, const QString &)': rpmInterface.cpp:248: syntax error before `;' rpmInterface.cpp:322: `fd' undeclared (first use this function) rpmInterface.cpp:322: (Each undeclared identifier is reported only once rpmInterface.cpp:322: for each function it appears in.) rpmInterface.cpp:322: implicit declaration of function `int fdOpen(...)' rpmInterface.cpp:322: warning: cannot pass objects of type `QCString' through `...' rpmInterface.cpp:335: implicit declaration of function `int fdClose(...)' rpmInterface.cpp: In method `class packageInfo * RPM::collectInfo(headerToken *)': rpmInterface.cpp:463: passing `const char **' as argument 5 of `headerSprintf(headerToken *, const char *, const headerTagTableEntry *, const headerSprintfExtension *, char **)' discards qualifiers rpmInterface.cpp:473: passing `const char **' as argument 5 of `headerSprintf(headerToken *, const char *, const headerTagTableEntry *, const headerSprintfExtension *, char **)' discards qualifiers rpmInterface.cpp: In method `class QStringList RPM::getFileList(packageInfo *)':rpmInterface.cpp:522: syntax error before `;' rpmInterface.cpp: In method `class QStringList RPM::collectFileList(headerToken *)': rpmInterface.cpp:680: implicit declaration of function `int free(...)' rpmInterface.cpp: In method `class QString RPM::doUninst(int, const QStringList &, bool &)': rpmInterface.cpp:783: `RPMTRANS_FLAG_NOSCRIPTS' undeclared (first use this function) rpmInterface.cpp:791: `RPMTRANS_FLAG_TEST' undeclared (first use this function) rpmInterface.cpp: In method `class QString RPM::doinst(int, const QStringList &, bool &)': rpmInterface.cpp:867: `RPMPROB_FILTER_REPLACEOLDFILES' undeclared (first use this function) rpmInterface.cpp:868: `RPMPROB_FILTER_REPLACENEWFILES' undeclared (first use this function) rpmInterface.cpp:873: `RPMPROB_FILTER_REPLACEPKG' undeclared (first use this function) rpmInterface.cpp:874: `RPMPROB_FILTER_OLDPACKAGE' undeclared (first use this function) rpmInterface.cpp: In method `class QStringList RPM::FindFile(const QString &)': rpmInterface.cpp:928: passing `const char *' as argument 1 of `rpmdbOpen(char *, rpmdb_s **, int, int)' discards qualifiers gmake[3]: *** [rpmInterface.o] Error 1 gmake[3]: Leaving directory `/usr/ports/sysutils/kdeadmin/work/kdeadmin-2.2/kpackage' gmake[2]: *** [all-recursive] Error 1 gmake[2]: Leaving directory `/usr/ports/sysutils/kdeadmin/work/kdeadmin-2.2/kpackage' >How-To-Repeat: cd /usr/ports/sysutils/kdeadmin ; make install >Fix: >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Aug 21 9: 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 D828037B40F; Tue, 21 Aug 2001 09:05:49 -0700 (PDT) (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7LG5B974993; Tue, 21 Aug 2001 09:05:11 -0700 (PDT) (envelope-from olgeni) Date: Tue, 21 Aug 2001 09:05:11 -0700 (PDT) From: Message-Id: <200108211605.f7LG5B974993@freefall.freebsd.org> To: olgeni@FreeBSD.org, freebsd-ports@FreeBSD.org, demon@FreeBSD.org Subject: Re: ports/29926: kdeadmin fails to compile at kpackage Sender: owner-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: kdeadmin fails to compile at kpackage Responsible-Changed-From-To: freebsd-ports->demon Responsible-Changed-By: olgeni Responsible-Changed-When: Tue Aug 21 09:04:40 PDT 2001 Responsible-Changed-Why: Over to maintainer. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=29926 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Aug 21 9:19:34 2001 Delivered-To: freebsd-ports@freebsd.org Received: from Post.com2com.ru (Post.com2com.ru [195.98.162.14]) by hub.freebsd.org (Postfix) with ESMTP id 50D3937B401; Tue, 21 Aug 2001 09:19:30 -0700 (PDT) (envelope-from kir@com2com.ru) Received: from sun (ws216.com2com.ru [195.98.160.216]) by Post.com2com.ru (8.9.3/8.9.3) with ESMTP id UAA72773; Tue, 21 Aug 2001 20:19:06 +0400 (MSD) (envelope-from kir@com2com.ru) Date: Tue, 21 Aug 2001 20:18:49 +0400 From: kir X-Mailer: The Bat! (v1.49) UNREG / CD5BF9353B3B7091 Reply-To: kir Organization: 2com X-Priority: 3 (Normal) Message-ID: <12836364006.20010821201849@com2com.ru> To: jeh@freebsd.org Cc: ports@freebsd.org Subject: FreeBSD 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 Good day ! I am install nut-0.45.0 to my FreeBSD 4.3/ I have one problem. I don`t undestand - How use the upssched.conf ? Y setup a 1. NOTIFYCMD "/usr/local/ups/sbin/upsshed" in upsmon.conf NOTIFYFLAG SYSLOG+EXEC in upsmon.conf and describe 2. CMDSCRIPT "/usr/local/ups/sbin/upsshed-cmd" in upsshed.conf 3. create upsshed-cmd file - the bat file with case ... esac, with reboot section (test upsshe-cmd directly ) and add 4. AT ONBATT * START-TIMER reboot 3 But no results ---- Could you send me working examples of config files. Thanx. -- Alexander Yegorov. System and Network administrator. kir@com2com.ru +7 095 330 8074 VAT5-RIPE 2COM Co Ltd., Moscow, Russia. http://www.com2com.ru To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Aug 21 10: 0:31 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 7C23337B409 for ; Tue, 21 Aug 2001 10:00:15 -0700 (PDT) (envelope-from fenner@FreeBSD.org) Received: (from fenner@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7LH0Eg85299 for ports@freebsd.org; Tue, 21 Aug 2001 10:00:14 -0700 (PDT) (envelope-from fenner) Date: Tue, 21 Aug 2001 10:00:14 -0700 (PDT) From: Message-Id: <200108211700.f7LH0Eg85299@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 Tue Aug 21 10:34:24 2001 Delivered-To: freebsd-ports@freebsd.org Received: from k2.synapseglobal.com (k2.synapseglobal.com [208.186.204.20]) by hub.freebsd.org (Postfix) with SMTP id D38C937B407 for ; Tue, 21 Aug 2001 10:34:21 -0700 (PDT) (envelope-from alexh@synapseglobal.com) Received: (qmail 10831 invoked by uid 0); 21 Aug 2001 17:33:42 -0000 Received: from unknown (HELO stuff) (4.35.106.37) by 0 with SMTP; 21 Aug 2001 17:33:42 -0000 Message-ID: <200108211031200130.1A1375AF@synapseglobal.com> X-Mailer: Calypso Version 3.30.00.00 (3) Date: Tue, 21 Aug 2001 10:31:20 -0700 From: "Alex Hathaway" To: girgen@partitur.se Cc: ports@FreeBSD.org Subject: FreeBSD Port: postgresql-7.1.2_2 Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="=====_99841508014604=_" Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org --=====_99841508014604=_ Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: quoted-printable It seems that the port package for postgres is on 7.1.3 and the patches to= apply do not function anymore. (aj and ae so far) --=====_99841508014604=_ Content-Type: text/html; charset="us-ascii"
It seems that the port package for postgres is on 7.1.3 and the patches to apply do not function anymore.
 
(aj and ae so far)
 
 
 
--=====_99841508014604=_-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Aug 21 11:20: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 C654637B401 for ; Tue, 21 Aug 2001 11:20:28 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7LIKSs00963; Tue, 21 Aug 2001 11:20:28 -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 0A30237B40A for ; Tue, 21 Aug 2001 11:16:46 -0700 (PDT) (envelope-from jason@mastaler.com) Received: (qmail 16422 invoked from network); 21 Aug 2001 18:16:44 -0000 Received: from localhost (HELO nightshade.la.mastaler.com) (jason@127.0.0.1) by localhost with SMTP; 21 Aug 2001 18:16:44 -0000 Received: (qmail 15668 invoked by uid 666); 21 Aug 2001 18:16:41 -0000 Message-Id: <20010821181641.15667.qmail@nightshade.la.mastaler.com> Date: 21 Aug 2001 18:16:41 -0000 From: jason-dated-999108911.3e5920@mastaler.com Reply-To: jason-dated-999108911.3e5920@mastaler.com To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/29927: Update port: audio/mad (fix shlib 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: 29927 >Category: ports >Synopsis: Fix shared library support >Confidential: 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 Aug 21 11:20:27 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: Fix shared library support. >How-To-Repeat: >Fix: diff -ruN /usr/ports/audio/mad/files/patch-ab /root/ports/mad/files/patch-ab --- /usr/ports/audio/mad/files/patch-ab Wed Dec 31 17:00:00 1969 +++ /root/ports/mad/files/patch-ab Tue Aug 21 12:06:53 2001 @@ -0,0 +1,12 @@ +--- libmad/Makefile.in.orig Fri Jul 27 21:36:18 2001 ++++ libmad/Makefile.in Fri Jul 27 21:36:59 2001 +@@ -108,7 +108,7 @@ + # The API for MAD is not yet stable enough to use versioning, so we use + # release numbering instead. + +-libmad_la_LDFLAGS = -release $(VERSION) ++libmad_la_LDFLAGS = + ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 + mkinstalldirs = $(SHELL) $(top_srcdir)/../mkinstalldirs + CONFIG_HEADER = config.h + diff -ruN /usr/ports/audio/mad/pkg-plist /root/ports/mad/pkg-plist --- /usr/ports/audio/mad/pkg-plist Tue Aug 21 11:11:58 2001 +++ /root/ports/mad/pkg-plist Tue Aug 21 12:07:31 2001 @@ -3,7 +3,7 @@ include/mad.h lib/libmad.a lib/libmad.so -lib/libmad-%%PORTVERSION%%.so +lib/libmad.so.0 share/locale/en/LC_MESSAGES/mad.mo share/locale/es/LC_MESSAGES/mad.mo share/locale/fr/LC_MESSAGES/mad.mo >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Aug 21 12:20: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 EDFA337B408 for ; Tue, 21 Aug 2001 12:20:34 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7LJKYG10428; Tue, 21 Aug 2001 12:20:34 -0700 (PDT) (envelope-from gnats) Received: from devon.eecs.umich.edu (devon.eecs.umich.edu [141.213.11.128]) by hub.freebsd.org (Postfix) with ESMTP id 4556637B405 for ; Tue, 21 Aug 2001 12:14:09 -0700 (PDT) (envelope-from ecronin@devon.eecs.umich.edu) Received: (from ecronin@localhost) by devon.eecs.umich.edu (8.11.3/8.11.3) id f7LJDTL07185; Tue, 21 Aug 2001 15:13:29 -0400 (EDT) (envelope-from ecronin) Message-Id: <200108211913.f7LJDTL07185@devon.eecs.umich.edu> Date: Tue, 21 Aug 2001 15:13:29 -0400 (EDT) From: Eric Cronin Reply-To: ecronin@devon.eecs.umich.edu To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/29929: webglimpse port fails in install Sender: owner-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: 29929 >Category: ports >Synopsis: wginstall.pl script chokes on calculated cgi-bin directory >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 Aug 21 12:20:34 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Eric Cronin >Release: FreeBSD 4.3-RELEASE i386 >Organization: >Environment: System: FreeBSD devon.eecs.umich.edu 4.3-RELEASE FreeBSD 4.3-RELEASE #0: Tue Aug 7 18:51:29 EDT 2001 root@devon.eecs.umich.edu:/a/tail/host/z/obj/z/src/sys/MP_PIII-IPSEC i386 >Description: When installing webglimpse from the ports tree, at some point it creates the /usr/local/www/webglimpse/.wgsiteconf file. There is a file in files/ but it does not use this. The generated .wgsiteconf contains quotes around the cgi-bin directory ("/usr/local/www/cgi-bin") which the wginstall.pl script interprets literally (looks for a directory " in the cwd...). I tried figuring out where it is generating the wgsiteconf but had no luck. >How-To-Repeat: cd /usr/ports/www/webglimpse make install ... ERROR - Aborting install. Cannot create directory "/usr/local/www/cgi-bin/" >Fix: Simple fix: insert a s/\"//g right before it tries to create the directory. Right fix: find out why and where it puts the quotes in in the first place... >Release-Note: >Audit-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 Aug 21 12:40: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 2B66A37B406 for ; Tue, 21 Aug 2001 12:40:32 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7LJeWf12388; Tue, 21 Aug 2001 12:40:32 -0700 (PDT) (envelope-from gnats) Received: from convex.cs.unb.ca (convex.cs.unb.ca [131.202.244.141]) by hub.freebsd.org (Postfix) with ESMTP id 6023437B409 for ; Tue, 21 Aug 2001 12:39:17 -0700 (PDT) (envelope-from bremner@unb.ca) Received: (from bremner@localhost) by convex.cs.unb.ca (8.11.3/8.11.3) id f7LJdCp54076; Tue, 21 Aug 2001 16:39:12 -0300 (ADT) (envelope-from bremner) Message-Id: <200108211939.f7LJdCp54076@convex.cs.unb.ca> Date: Tue, 21 Aug 2001 16:39:12 -0300 (ADT) From: David Bremner Reply-To: bremner@unb.ca To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/29930: New port LAM -- Implementation of MPI message passing standard Sender: owner-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: 29930 >Category: ports >Synopsis: new port for LAM/MPI >Confidential: 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 Aug 21 12:40:31 PDT 2001 >Closed-Date: >Last-Modified: >Originator: David Bremner >Release: FreeBSD 4.3-RELEASE i386 >Organization: University of New Brunswick >Environment: System: FreeBSD convex.cs.unb.ca 4.3-RELEASE FreeBSD 4.3-RELEASE #0: Tue Jun 19 11:37:07 ADT 2001 bremner@convex.cs.unb.ca:/usr/obj/usr/src/sys/CONVEX i386 >Description: New port attached. Does the same thing as mpich, so I guess net is the best category >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: # # lam # lam/Makefile # lam/distinfo # lam/pkg-plist # lam/pkg-comment # lam/pkg-descr # echo c - lam mkdir -p lam > /dev/null 2>&1 echo x - lam/Makefile sed 's/^X//' >lam/Makefile << 'END-of-lam/Makefile' X# New ports collection makefile for: lam X# Date created: Aug 21 2001 X# Whom: bremner@unb.ca X# X# $FreeBSD$ X# X XPORTNAME= lam XPORTVERSION= 6.5.4 XCATEGORIES= net XMASTER_SITES= http://www.lam-mpi.org/download/files/ X XMAINTAINER= bremner@unb.ca X XGNU_CONFIGURE= yes X.include END-of-lam/Makefile echo x - lam/distinfo sed 's/^X//' >lam/distinfo << 'END-of-lam/distinfo' XMD5 (lam-6.5.4.tar.gz) = f9a963adfa7a4ff292eef051d75dfa0b END-of-lam/distinfo echo x - lam/pkg-plist sed 's/^X//' >lam/pkg-plist << 'END-of-lam/pkg-plist' Xbin/lamclean Xbin/lamexec Xbin/lamgrow Xbin/lamshrink Xbin/lamtrace Xbin/mpimsg Xbin/mpirun Xbin/mpitask Xbin/lamd Xbin/tping Xbin/hboot Xbin/hcc Xbin/hcp Xbin/mpicc Xbin/mpiCC Xbin/hf77 Xbin/mpif77 Xbin/lamboot Xbin/lamhalt Xbin/lamnodes Xbin/recon Xbin/tkill Xbin/wipe Xbin/balky Xetc/lam-bhost.def Xetc/lam-bhost.lam Xetc/lam-conf.lam Xetc/lam-conf.otb Xetc/lam-helpfile Xinclude/lam_config.h Xinclude/mpi.h Xinclude/mpif.h Xinclude/mpi2c++/mpi2c++_config.h Xinclude/mpi2c++/mpi++.h Xinclude/mpi2c++/mpi2c++_map.h Xinclude/mpi2c++/mpi2c++_list.h Xinclude/mpi2c++/constants.h Xinclude/mpi2c++/functions.h Xinclude/mpi2c++/datatype.h Xinclude/mpi2c++/exception.h Xinclude/mpi2c++/op.h Xinclude/mpi2c++/status.h Xinclude/mpi2c++/request.h Xinclude/mpi2c++/group.h Xinclude/mpi2c++/comm.h Xinclude/mpi2c++/errhandler.h Xinclude/mpi2c++/intracomm.h Xinclude/mpi2c++/topology.h Xinclude/mpi2c++/intercomm.h Xinclude/mpi2c++/datatype_inln.h Xinclude/mpi2c++/functions_inln.h Xinclude/mpi2c++/request_inln.h Xinclude/mpi2c++/comm_inln.h Xinclude/mpi2c++/intracomm_inln.h Xinclude/mpi2c++/op_inln.h Xinclude/mpi2c++/topology_inln.h Xinclude/mpi2c++/intercomm_inln.h Xinclude/mpi2c++/group_inln.h Xinclude/mpi2c++/errhandler_inln.h Xinclude/mpi2c++/status_inln.h Xinclude/mpi++.h Xinclude/mpio.h Xinclude/mpiof.h Xlib/liblamf77mpi.la Xlib/liblamf77mpi.a Xlib/libpmpi.la Xlib/libpmpi.a Xlib/liblam.la Xlib/liblam.a Xlib/libmpi.la Xlib/libmpi.a Xlib/liblammpi++.a Xlib/liblammpio.a Xman/man1/hboot.1 Xman/man1/hcc.1 Xman/man1/hcp.1 Xman/man1/hf77.1 Xman/man1/introu.1 Xman/man1/lamboot.1 Xman/man1/lamclean.1 Xman/man1/lamexec.1 Xman/man1/lamgrow.1 Xman/man1/lamshrink.1 Xman/man1/lamtrace.1 Xman/man1/mpiCC.1 Xman/man1/mpicc.1 Xman/man1/mpif77.1 Xman/man1/mpimsg.1 Xman/man1/mpirun.1 Xman/man1/mpitask.1 Xman/man1/recon.1 Xman/man1/tkill.1 Xman/man1/tping.1 Xman/man1/wipe.1 Xman/man3/libmpi.3 Xman/man3/MPI_Wtime.3 Xman/man3/MPI_Wtick.3 Xman/man3/MPI_Win_wait.3 Xman/man3/MPI_Win_start.3 Xman/man3/MPI_Win_set_name.3 Xman/man3/MPI_Win_set_errhandler.3 Xman/man3/MPI_Win_set_attr.3 Xman/man3/MPI_Win_post.3 Xman/man3/MPI_Win_get_name.3 Xman/man3/MPI_Win_get_group.3 Xman/man3/MPI_Win_get_errhandler.3 Xman/man3/MPI_Win_get_attr.3 Xman/man3/MPI_Win_free_keyval.3 Xman/man3/MPI_Win_free.3 Xman/man3/MPI_Win_fence.3 Xman/man3/MPI_Win_f2c.3 Xman/man3/MPI_Win_delete_attr.3 Xman/man3/MPI_Win_create_keyval.3 Xman/man3/MPI_Win_create_errhandler.3 Xman/man3/MPI_Win_create.3 Xman/man3/MPI_Win_complete.3 Xman/man3/MPI_Win_c2f.3 Xman/man3/MPI_Waitsome.3 Xman/man3/MPI_Waitany.3 Xman/man3/MPI_Waitall.3 Xman/man3/MPI_Wait.3 Xman/man3/MPI_WIN_DUP_FN.3 Xman/man3/MPI_Unpack.3 Xman/man3/MPI_Type_vector.3 Xman/man3/MPI_Type_ub.3 Xman/man3/MPI_Type_struct.3 Xman/man3/MPI_Type_size.3 Xman/man3/MPI_Type_set_name.3 Xman/man3/MPI_Type_set_attr.3 Xman/man3/MPI_Type_lb.3 Xman/man3/MPI_Type_indexed.3 Xman/man3/MPI_Type_hvector.3 Xman/man3/MPI_Type_hindexed.3 Xman/man3/MPI_Type_get_true_extent.3 Xman/man3/MPI_Type_get_name.3 Xman/man3/MPI_Type_get_extent.3 Xman/man3/MPI_Type_get_envelope.3 Xman/man3/MPI_Type_get_contents.3 Xman/man3/MPI_Type_get_attr.3 Xman/man3/MPI_Type_free_keyval.3 Xman/man3/MPI_Type_free.3 Xman/man3/MPI_Type_f2c.3 Xman/man3/MPI_Type_extent.3 Xman/man3/MPI_Type_dup.3 Xman/man3/MPI_Type_delete_attr.3 Xman/man3/MPI_Type_create_subarray.3 Xman/man3/MPI_Type_create_struct.3 Xman/man3/MPI_Type_contiguous.3 Xman/man3/MPI_Type_create_keyval.3 Xman/man3/MPI_Type_create_hvector.3 Xman/man3/MPI_Type_create_hindexed.3 Xman/man3/MPI_Type_create_extent.3 Xman/man3/MPI_Type_create_darray.3 Xman/man3/MPI_Type_commit.3 Xman/man3/MPI_Type_c2f.3 Xman/man3/MPI_Topo_test.3 Xman/man3/MPI_Testsome.3 Xman/man3/MPI_Testany.3 Xman/man3/MPI_Testall.3 Xman/man3/MPI_Test_cancelled.3 Xman/man3/MPI_Test.3 Xman/man3/MPI_TYPE_DUP_FN.3 Xman/man3/MPI_Status_f2c.3 Xman/man3/MPI_Status_c2f.3 Xman/man3/MPI_Startall.3 Xman/man3/MPI_Start.3 Xman/man3/MPI_Ssend_init.3 Xman/man3/MPI_Ssend.3 Xman/man3/MPI_Sendrecv_replace.3 Xman/man3/MPI_Sendrecv.3 Xman/man3/MPI_Send_init.3 Xman/man3/MPI_Send.3 Xman/man3/MPI_Scatterv.3 Xman/man3/MPI_Scatter.3 Xman/man3/MPI_Scan.3 Xman/man3/MPI_Rsend_init.3 Xman/man3/MPI_Rsend.3 Xman/man3/MPI_Request_free.3 Xman/man3/MPI_Request_f2c.3 Xman/man3/MPI_Request_c2f.3 Xman/man3/MPI_Reduce_scatter.3 Xman/man3/MPI_Reduce.3 Xman/man3/MPI_Recv_init.3 Xman/man3/MPI_Recv.3 Xman/man3/MPI_Query_thread.3 Xman/man3/MPI_Put.3 Xman/man3/MPI_Publish_name.3 Xman/man3/MPI_Probe.3 Xman/man3/MPI_Pcontrol.3 Xman/man3/MPI_Pack_size.3 Xman/man3/MPI_Pack.3 Xman/man3/MPI_Open_port.3 Xman/man3/MPI_Op_free.3 Xman/man3/MPI_Op_f2c.3 Xman/man3/MPI_Op_create.3 Xman/man3/MPI_Op_c2f.3 Xman/man3/MPI_Lookup_name.3 Xman/man3/MPI_Keyval_free.3 Xman/man3/MPI_Keyval_create.3 Xman/man3/MPI_Issend.3 Xman/man3/MPI_Isend.3 Xman/man3/MPI_Is_thread_main.3 Xman/man3/MPI_Irsend.3 Xman/man3/MPI_Irecv.3 Xman/man3/MPI_Iprobe.3 Xman/man3/MPI_Intercomm_merge.3 Xman/man3/MPI_Intercomm_create.3 Xman/man3/MPI_Initialized.3 Xman/man3/MPI_Init_thread.3 Xman/man3/MPI_Init.3 Xman/man3/MPI_Info_set.3 Xman/man3/MPI_Info_get_valuelen.3 Xman/man3/MPI_Info_get_nthkey.3 Xman/man3/MPI_Info_get_nkeys.3 Xman/man3/MPI_Info_get.3 Xman/man3/MPI_Info_free.3 Xman/man3/MPI_Info_f2c.3 Xman/man3/MPI_Info_dup.3 Xman/man3/MPI_Info_delete.3 Xman/man3/MPI_Info_create.3 Xman/man3/MPI_Info_c2f.3 Xman/man3/MPI_Ibsend.3 Xman/man3/MPI_Group_union.3 Xman/man3/MPI_Group_translate_ranks.3 Xman/man3/MPI_Get.3 Xman/man3/MPI_Group_size.3 Xman/man3/MPI_Group_rank.3 Xman/man3/MPI_Group_range_incl.3 Xman/man3/MPI_Group_range_excl.3 Xman/man3/MPI_Group_intersection.3 Xman/man3/MPI_Group_incl.3 Xman/man3/MPI_Group_free.3 Xman/man3/MPI_Group_f2c.3 Xman/man3/MPI_Group_excl.3 Xman/man3/MPI_Group_difference.3 Xman/man3/MPI_Group_compare.3 Xman/man3/MPI_Group_c2f.3 Xman/man3/MPI_Graphdims_get.3 Xman/man3/MPI_Graph_neighbors_count.3 Xman/man3/MPI_Graph_neighbors.3 Xman/man3/MPI_Graph_map.3 Xman/man3/MPI_Graph_get.3 Xman/man3/MPI_Bsend.3 Xman/man3/MPI_Graph_create.3 Xman/man3/MPI_Get_version.3 Xman/man3/MPI_Get_processor_name.3 Xman/man3/MPI_Get_elements.3 Xman/man3/MPI_Get_count.3 Xman/man3/MPI_Get_address.3 Xman/man3/MPI_Gatherv.3 Xman/man3/MPI_Gather.3 Xman/man3/MPI_Free_mem.3 Xman/man3/MPI_Finalized.3 Xman/man3/MPI_Finalize.3 Xman/man3/MPI_File_write_shared.3 Xman/man3/MPI_File_write_ordered_end.3 Xman/man3/MPI_File_write_ordered_begin.3 Xman/man3/MPI_File_write_ordered.3 Xman/man3/MPI_File_write_at_all_end.3 Xman/man3/MPI_File_write_at_all.3 Xman/man3/MPI_File_write_at_all_begin.3 Xman/man3/MPI_File_write_at.3 Xman/man3/MPI_File_write_all_end.3 Xman/man3/MPI_File_write_all_begin.3 Xman/man3/MPI_File_write_all.3 Xman/man3/MPI_File_write.3 Xman/man3/MPI_File_sync.3 Xman/man3/MPI_File_set_view.3 Xman/man3/MPI_File_set_size.3 Xman/man3/MPI_File_set_info.3 Xman/man3/MPI_File_set_errhandler.3 Xman/man3/MPI_File_set_atomicity.3 Xman/man3/MPI_File_seek_shared.3 Xman/man3/MPI_File_seek.3 Xman/man3/MPI_File_read_shared.3 Xman/man3/MPI_File_read_ordered_end.3 Xman/man3/MPI_File_read_ordered_begin.3 Xman/man3/MPI_File_read_ordered.3 Xman/man3/MPI_File_read_at_all_end.3 Xman/man3/MPI_File_read_at_all_begin.3 Xman/man3/MPI_File_read_at_all.3 Xman/man3/MPI_File_read_at.3 Xman/man3/MPI_File_read_all_end.3 Xman/man3/MPI_File_read_all_begin.3 Xman/man3/MPI_File_read_all.3 Xman/man3/MPI_File_read.3 Xman/man3/MPI_File_preallocate.3 Xman/man3/MPI_File_open.3 Xman/man3/MPI_File_iwrite_shared.3 Xman/man3/MPI_File_iwrite_at.3 Xman/man3/MPI_File_iwrite.3 Xman/man3/MPI_File_iread_shared.3 Xman/man3/MPI_File_iread_at.3 Xman/man3/MPI_File_iread.3 Xman/man3/MPI_File_get_view.3 Xman/man3/MPI_File_get_type_extent.3 Xman/man3/MPI_File_get_size.3 Xman/man3/MPI_File_get_position_shared.3 Xman/man3/MPI_File_get_position.3 Xman/man3/MPI_File_get_info.3 Xman/man3/MPI_File_get_group.3 Xman/man3/MPI_File_get_errhandler.3 Xman/man3/MPI_File_get_byte_offset.3 Xman/man3/MPI_File_get_atomicity.3 Xman/man3/MPI_File_get_amode.3 Xman/man3/MPI_File_f2c.3 Xman/man3/MPI_File_delete.3 Xman/man3/MPI_File_close.3 Xman/man3/MPI_File_c2f.3 Xman/man3/MPI_Error_string.3 Xman/man3/MPI_Error_class.3 Xman/man3/MPI_Errhandler_set.3 Xman/man3/MPI_Errhandler_get.3 Xman/man3/MPI_Errhandler_free.3 Xman/man3/MPI_Errhandler_f2c.3 Xman/man3/MPI_Errhandler_create.3 Xman/man3/MPI_Errhandler_c2f.3 Xman/man3/MPI_Dims_create.3 Xman/man3/MPI_DUP_FN.3 Xman/man3/MPI_Comm_test_inter.3 Xman/man3/MPI_Comm_split.3 Xman/man3/MPI_Comm_spawn_multiple.3 Xman/man3/MPI_Comm_spawn.3 Xman/man3/MPI_Comm_size.3 Xman/man3/MPI_Comm_set_name.3 Xman/man3/MPI_Comm_set_attr.3 Xman/man3/MPI_Comm_ser_errhandler.3 Xman/man3/MPI_Comm_remote_size.3 Xman/man3/MPI_Comm_remote_group.3 Xman/man3/MPI_Comm_rank.3 Xman/man3/MPI_Comm_join.3 Xman/man3/MPI_Comm_group.3 Xman/man3/MPI_Comm_get_parent.3 Xman/man3/MPI_Comm_get_name.3 Xman/man3/MPI_Comm_get_errhandler.3 Xman/man3/MPI_Comm_get_attr.3 Xman/man3/MPI_Comm_free_keyval.3 Xman/man3/MPI_Comm_free.3 Xman/man3/MPI_Comm_f2c.3 Xman/man3/MPI_Comm_dup.3 Xman/man3/MPI_Comm_disconnect.3 Xman/man3/MPI_Comm_delete_attr.3 Xman/man3/MPI_Comm_create_keyval.3 Xman/man3/MPI_Comm_create_errhandler.3 Xman/man3/MPI_Comm_create.3 Xman/man3/MPI_Comm_connect.3 Xman/man3/MPI_Comm_compare.3 Xman/man3/MPI_Comm_c2f.3 Xman/man3/MPI_Comm_accept.3 Xman/man3/MPI_Close_port.3 Xman/man3/MPI_Cartdim_get.3 Xman/man3/MPI_Cart_sub.3 Xman/man3/MPI_Cart_shift.3 Xman/man3/MPI_Cart_rank.3 Xman/man3/MPI_Cart_map.3 Xman/man3/MPI_Cart_get.3 Xman/man3/MPI_Cart_create.3 Xman/man3/MPI_Cart_coords.3 Xman/man3/MPI_Cancel.3 Xman/man3/MPI_COMM_DUP_FN.3 Xman/man3/MPI_Buffer_detach.3 Xman/man3/MPI_Buffer_attach.3 Xman/man3/MPI_Bsend_init.3 Xman/man3/MPI_Bcast.3 Xman/man3/MPI_Barrier.3 Xman/man3/MPI_Attr_put.3 Xman/man3/MPI_Attr_get.3 Xman/man3/MPI_Attr_delete.3 Xman/man3/MPI_Alltoallv.3 Xman/man3/MPI_Alltoall.3 Xman/man3/MPI_Allreduce.3 Xman/man3/MPI_Alloc_mem.3 Xman/man3/MPI_Allgatherv.3 Xman/man3/MPI_Allgather.3 Xman/man3/MPI_Address.3 Xman/man3/MPI_Accumulate.3 Xman/man3/MPI_Abort.3 Xman/man3/XMPI_Coloron.3 Xman/man3/XMPI_Coloroff.3 Xman/man3/XMPI_Buoy.3 Xman/man3/MPIO_Wait.3 Xman/man3/MPIO_Test.3 Xman/man3/MPIO_Request_f2c.3 Xman/man3/MPIO_Request_c2f.3 Xman/man3/MPIL_Comm_gps.3 Xman/man3/MPIL_Comm_id.3 Xman/man3/MPIL_Comm_parent.3 Xman/man3/MPIL_Signal.3 Xman/man3/MPIL_Spawn.3 Xman/man3/MPIL_Trace_off.3 Xman/man3/MPIL_Trace_on.3 Xman/man3/MPIL_Type_id.3 Xman/man3/MPIL_Universe_size.3 Xman/man5/appschema.5 Xman/man5/bhost.5 Xman/man5/conf.5 Xman/man5/CONSTANTS.5 Xman/man5/lam-helpfile.5 Xman/man5/procschema.5 Xman/man7/LAM.7 Xman/man7/lam.7 Xman/man7/MPI.7 Xman/man7/mpi.7 Xman/mans/mpi.share Xshare/lam/doc/ROMIO-COPYRIGHT Xshare/lam/doc/ROMIO-README Xshare/lam/doc/ROMIO-README_LAM Xshare/lam/doc/romio-users-guide.ps.gz X@dirrm include/mpi2c++ X@dirrm man/mans X@dirrm share/lam/doc X@dirrm share/lam X END-of-lam/pkg-plist echo x - lam/pkg-comment sed 's/^X//' >lam/pkg-comment << 'END-of-lam/pkg-comment' XLAM-MPI -- Local Area Multicomputer MPI implementation END-of-lam/pkg-comment echo x - lam/pkg-descr sed 's/^X//' >lam/pkg-descr << 'END-of-lam/pkg-descr' XThis is LAM/MPI version 6.5.4. Users are highly encouraged to report Xall problems with LAM 6.5.4 to the LAM mailing list (lam@lam-mpi.org) X XWWW: http://www.lam-mpi.org END-of-lam/pkg-descr exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Aug 21 13: 0:45 2001 Delivered-To: freebsd-ports@freebsd.org Received: from probity.mcc.ac.uk (probity.mcc.ac.uk [130.88.200.94]) by hub.freebsd.org (Postfix) with ESMTP id A6AB837B401 for ; Tue, 21 Aug 2001 13:00:42 -0700 (PDT) (envelope-from jcm@freebsd-uk.eu.org) Received: from dogma.freebsd-uk.eu.org ([130.88.200.97] helo=dogma) by probity.mcc.ac.uk with esmtp (Exim 2.05 #7) id 15ZHhY-000DQo-00 for freebsd-ports@freebsd.org; Tue, 21 Aug 2001 21:00:40 +0100 Received: (from jcm@localhost) by dogma (8.11.4/8.11.1) id f7LK0eN44940 for freebsd-ports@freebsd.org; Tue, 21 Aug 2001 21:00:40 +0100 (BST) (envelope-from jcm) Date: Tue, 21 Aug 2001 21:00:39 +0100 From: j mckitrick To: freebsd-ports@freebsd.org Subject: Invisible Linux Netscape? Message-ID: <20010821210039.A44850@dogma.freebsd-uk.eu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Hi all, I am running Linux Netspace 4.77, and I am having an odd problem rather frequently. I am not sure what causes this (an odd application exit combination?) but I sometimes cannot get NS to start back up. I check 'top' and see 2 processes running called 'netscape-linux' but no window. I have to explicitly kill both processes, and sometimes even Blackbox, and then I can restart NS. Otherwise, it will pretend to start (start the 2 processes) but never open the main window. Any idea what could cause this? I am running BSD 4.3-stable. jm -- My other computer is your windows box. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Aug 21 13: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 A25AD37B40E for ; Tue, 21 Aug 2001 13:40:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7LKe1J21768; Tue, 21 Aug 2001 13:40:01 -0700 (PDT) (envelope-from gnats) Received: from ice.42.org (ice.42.org [194.246.250.222]) by hub.freebsd.org (Postfix) with ESMTP id 8DC1737B406 for ; Tue, 21 Aug 2001 13:33:13 -0700 (PDT) (envelope-from sec@ice.42.org) Received: by ice.42.org (Postfix, from userid 1000) id DDFFD377; Tue, 21 Aug 2001 22:33:11 +0200 (CEST) Message-Id: <20010821203311.DDFFD377@ice.42.org> Date: Tue, 21 Aug 2001 22:33:11 +0200 (CEST) From: Stefan `Sec` Zehl Reply-To: Stefan `Sec` Zehl To: FreeBSD-gnats-submit@freebsd.org Cc: Christian Weisgerber X-Send-Pr-Version: 3.113 Subject: ports/29932: Update of audio/shorten port Sender: owner-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: 29932 >Category: ports >Synopsis: Update of audio/shorten port >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 Aug 21 13:40:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Stefan `Sec` Zehl >Release: FreeBSD 4.4-PRERELEASE i386 >Organization: >Environment: System: FreeBSD ice 4.4-PRERELEASE FreeBSD 4.4-PRERELEASE #7: Tue Aug 14 13:34:25 CEST 2001 root@ice:/usr/export/obj/usr/export/src/sys/ICE i386 >Description: Thanks to Christian Weisgerber , for providing a patch to update this port. This patch removes files/patch-aa completely, do not forget to delete it :) >How-To-Repeat: >Fix: diff -uNr /usr/ports/audio/shorten/Makefile shorten/Makefile --- /usr/ports/audio/shorten/Makefile Fri Nov 3 19:55:45 2000 +++ shorten/Makefile Tue Aug 21 17:17:34 2001 @@ -6,17 +6,16 @@ # PORTNAME= shorten -PORTVERSION= 3.1 +PORTVERSION= 3.3 CATEGORIES= audio archivers -MASTER_SITES= http://www.etree.org/software/ +MASTER_SITES= http://shnutils.etree.org/misc/ MAINTAINER= sec@42.org RESTRICTED= "May not be sold." -MAN1= shorten.1 +GNU_CONFIGURE= yes -post-install: - strip ${PREFIX}/bin/shorten +MAN1= shorten.1 .include diff -uNr /usr/ports/audio/shorten/distinfo shorten/distinfo --- /usr/ports/audio/shorten/distinfo Fri Nov 3 19:55:45 2000 +++ shorten/distinfo Tue Aug 21 17:19:57 2001 @@ -1 +1 @@ -MD5 (shorten-3.1.tar.gz) = 7581e6027fb087845158adcc99090072 +MD5 (shorten-3.3.tar.gz) = 1db8d2d9f70892538c1c273e3d9c665f diff -uNr /usr/ports/audio/shorten/files/patch-aa shorten/files/patch-aa --- /usr/ports/audio/shorten/files/patch-aa Fri Nov 3 19:55:45 2000 +++ shorten/files/patch-aa Thu Jan 1 01:00:00 1970 @@ -1,11 +0,0 @@ ---- Makefile.orig Tue Sep 26 06:38:32 2000 -+++ Makefile Fri Sep 29 14:17:52 2000 -@@ -5,7 +5,7 @@ - CC = cc - CFLAGS= -O - --DESTDIR = /usr/local -+DESTDIR = $(PREFIX) - prefix = $(DESTDIR) - exec_prefix = $(prefix)/bin - man_prefix = $(prefix)/man/man$(manext) diff -uNr /usr/ports/audio/shorten/pkg-comment shorten/pkg-comment --- /usr/ports/audio/shorten/pkg-comment Fri Apr 2 06:32:33 1999 +++ shorten/pkg-comment Mon Aug 20 01:10:52 2001 @@ -1 +1 @@ -A wav-file compressor +Fast compression for waveform files diff -uNr /usr/ports/audio/shorten/pkg-descr shorten/pkg-descr --- /usr/ports/audio/shorten/pkg-descr Sun May 2 23:31:48 1999 +++ shorten/pkg-descr Tue Aug 21 17:24:54 2001 @@ -1,6 +1,17 @@ -Shorten is a compressing tool specialized for Audio files where it usually -performs better than gzip/bzip2. +Shorten reduces the size of waveform files (such as audio) using +Huffman coding of prediction residuals and optional additional +quantisation. In lossless mode the amount of compression obtained +depends on the nature of the waveform. Those composing of low +frequencies and low amplitudes give the best compression, which may +be 2:1 or better. Lossy compression operates by specifying a minimum +acceptable segmental signal to noise ratio or a maximum bit rate. +Lossy compression operates by zeroing the lower order bits of the +waveform, so retaining waveform shape. -WWW: http://www.softsound.com/Shorten.html +Permission is granted to use this software for decoding and +non-commercial encoding (e.g. private or research use). + +If you intend to use shorten, be sure to check the full license, +which can be displayed by "shorten -l". -also read the LICENCE. +WWW: http://www.softsound.com/Shorten.html >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Aug 21 14:15: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 5F35E37B40B; Tue, 21 Aug 2001 14:15:50 -0700 (PDT) (envelope-from alex@FreeBSD.org) Received: (from alex@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7LLAEm28140; Tue, 21 Aug 2001 14:10:14 -0700 (PDT) (envelope-from alex) Date: Tue, 21 Aug 2001 14:10:14 -0700 (PDT) From: Message-Id: <200108212110.f7LLAEm28140@freefall.freebsd.org> To: lehmann@ans-netz.de, alex@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/29925: update-port: sysutils/xcdroast Sender: owner-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/xcdroast State-Changed-From-To: open->closed State-Changed-By: alex State-Changed-When: Tue Aug 21 14:09:24 PDT 2001 State-Changed-Why: Committed, but I already backed out the chmod changes again, due to general agreement about this issue. You have been Cc:'ed. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=29925 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Aug 21 14: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 859C037B408 for ; Tue, 21 Aug 2001 14:30:00 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7LLU0929989; Tue, 21 Aug 2001 14:30:00 -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 4CC5B37B408 for ; Tue, 21 Aug 2001 14:27:58 -0700 (PDT) (envelope-from nobody@FreeBSD.org) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7LLRwG29763; Tue, 21 Aug 2001 14:27:58 -0700 (PDT) (envelope-from nobody) Message-Id: <200108212127.f7LLRwG29763@freefall.freebsd.org> Date: Tue, 21 Aug 2001 14:27:58 -0700 (PDT) From: Shell Hung To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/29933: [MAINTAINER] Upgrade devel/p5-IO-stringy Sender: owner-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: 29933 >Category: ports >Synopsis: [MAINTAINER] Upgrade devel/p5-IO-stringy >Confidential: 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 Aug 21 14:30:00 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Shell Hung >Release: 4.3-STABLE >Organization: >Environment: >Description: Newest upstream version From 2.106 to 2.108 >How-To-Repeat: >Fix: Diff : http://www.shellhung.org/FreeBSD/patches/p5-IO-stringy-2.108.diff.gz thanks >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Aug 21 14:40: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 67A9937B405 for ; Tue, 21 Aug 2001 14:40:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7LLe1M30928; Tue, 21 Aug 2001 14: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 8FFFB37B401 for ; Tue, 21 Aug 2001 14:32:30 -0700 (PDT) (envelope-from nobody@FreeBSD.org) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7LLWUu30199; Tue, 21 Aug 2001 14:32:30 -0700 (PDT) (envelope-from nobody) Message-Id: <200108212132.f7LLWUu30199@freefall.freebsd.org> Date: Tue, 21 Aug 2001 14:32:30 -0700 (PDT) From: Evan Sarmiento To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/29934: [PATCH] scsh fails to compile Sender: owner-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: 29934 >Category: ports >Synopsis: [PATCH] scsh fails to compile >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: Tue Aug 21 14:40:00 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Evan Sarmiento >Release: 5.0 >Organization: >Environment: FreeBSD teqnix.sekt7.org 5.0-CURRENT FreeBSD 5.0-CURRENT #2: Sun Aug 19 08:53:54 EDT 2001 kaworu@teqnix.sekt7.org:/usr/src/sys/compile/TEQNIX i386 >Description: When compiling, gcc complains because fileno(fs) = fd should be fd = fileno(fs) >How-To-Repeat: compile scsh how to apply: cd /usr/ports/shells/scsh/work/scsh-0.5.2/scsh/machine patch -p < patch >Fix: *** stdio_dep.old Tue Aug 21 17:27:50 2001 --- stdio_dep.c Tue Aug 21 17:28:15 2001 *************** *** 61,67 **** void setfileno(FILE *fs, int fd) { ! fileno(fs) = fd; } int fbufcount(FILE* fs) --- 61,67 ---- void setfileno(FILE *fs, int fd) { ! fd = fileno(fs); } int fbufcount(FILE* fs) >Release-Note: >Audit-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 Aug 21 15: 6:46 2001 Delivered-To: freebsd-ports@freebsd.org Received: from kawoserv.kawo2.rwth-aachen.de (kawoserv.kawo2.RWTH-Aachen.DE [134.130.180.1]) by hub.freebsd.org (Postfix) with ESMTP id 1CF9E37B405 for ; Tue, 21 Aug 2001 15:06:43 -0700 (PDT) (envelope-from alex@big.endian.de) Received: from zerogravity.kawo2.rwth-aachen.de (zerogravity.kawo2.rwth-aachen.de [134.130.181.28]) by kawoserv.kawo2.rwth-aachen.de (8.9.3/8.9.3) with ESMTP id AAA25236; Wed, 22 Aug 2001 00:06:42 +0200 Received: by zerogravity.kawo2.rwth-aachen.de (Postfix, from userid 1001) id 8BF1D14E69; Wed, 22 Aug 2001 00:06:41 +0200 (CEST) Date: Wed, 22 Aug 2001 00:06:40 +0200 From: Alexander Langer To: Oliver Lehmann Cc: ports@FreeBSD.org Subject: Re: [Fwd: Re: cvs commit: ports/sysutils/xcdroast Makefile pkg-plist ports/sysutils/xcdroast/files patch-Makefile] Message-ID: <20010822000640.A956@zerogravity.kawo2.rwth-aachen.d> Mail-Followup-To: Alexander Langer , Oliver Lehmann , ports@FreeBSD.org References: <3B82CF76.1080302@ans-netz.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <3B82CF76.1080302@ans-netz.de>; from lehmann@ans-netz.de on Tue, Aug 21, 2001 at 11:15:34PM +0200 X-PGP-Fingerprint: 44 28 CA 4C 46 5B D3 A8 A8 E3 BA F3 4E 60 7D 7F X-PGP-at: finger alex@big.endian.de X-Verwirrung: Dieser Header dient der allgemeinen Verwirrung. Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Also sprach Oliver Lehmann (lehmann@ans-netz.de): > imho, it's the only way to become xcdroast worked without beeing root. Yes, but the user should be able to decide himself. > Is it better to disable the "non-root" mode in the default installation > of these port (don't change rights), and create a Makefile-target like > "enable-nonroot" which must be called manually. Yes. Or just print a message after installation (pkg-message). Alex To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Aug 21 16:10:42 2001 Delivered-To: freebsd-ports@freebsd.org Received: from shumai.marcuscom.com (rdu26-228-058.nc.rr.com [66.26.228.58]) by hub.freebsd.org (Postfix) with ESMTP id 0745C37B40C; Tue, 21 Aug 2001 16:10:34 -0700 (PDT) (envelope-from marcus@marcuscom.com) Received: from localhost (marcus@localhost) by shumai.marcuscom.com (8.11.3/8.11.3) with ESMTP id f7LNAo136549; Tue, 21 Aug 2001 19:10:50 -0400 (EDT) (envelope-from marcus@marcuscom.com) X-Authentication-Warning: shumai.marcuscom.com: marcus owned process doing -bs Date: Tue, 21 Aug 2001 19:10:50 -0400 (EDT) From: Joe Clarke To: Cc: Subject: Problem with datadir and gnome ports Message-ID: <20010821184931.L25024-100000@shumai.marcuscom.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 have noticed that quite a few gnome ports' pkg-plists mention that they are putting files in /usr/X11R6/share/gnome/*, but actually do not. It looks like bsd.gnome.mk tries to do this, but only if HAVE_GNOME is not defined. If HAVE_GNOME is defined, then pkg-plists get updated correctly, but the port Makefile does not. That is, shouldn't line 284 in bsd.gnome.mk read: .if defined(HAVE_GNOME) && ${CONFIGURE_ARGS:S/--localstatedir=//} == ${CONFIGURE_ARGS:S/ / /g} and line 287 read: .if defined(HAVE_GNOME) && ${CONFIGURE_ARGS:S/--datadir=//} == ${CONFIGURE_ARGS:S/ / /g} ? Should I set HAVE_GNOME=yes in /etc/make.conf? Right now, I define: HAVE_GTK=yes HAVE_ESOUND=yes HAVE_GNOME=yes XFREE86_VERSION=4 in /etc/make.conf. Should I not be defining the GTK and GNOME vars? Thanks. Joe Clarke To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Aug 21 16:32:39 2001 Delivered-To: freebsd-ports@freebsd.org Received: from smtp011.mail.yahoo.com (smtp011.mail.yahoo.com [216.136.173.31]) by hub.freebsd.org (Postfix) with SMTP id 40FD237B40D for ; Tue, 21 Aug 2001 16:32:35 -0700 (PDT) (envelope-from kc5vdj@yahoo.com) Received: from mkc-65-28-47-209.kc.rr.com (HELO yahoo.com) (65.28.47.209) by smtp.mail.vip.sc5.yahoo.com with SMTP; 21 Aug 2001 23:32:34 -0000 X-Apparently-From: Message-ID: <3B82EF91.8070104@yahoo.com> Date: Tue, 21 Aug 2001 18:32:33 -0500 From: Jim Bryant Reply-To: kc5vdj@yahoo.com User-Agent: Mozilla/5.0 (X11; U; Linux i386; en-US; rv:0.9.2) Gecko/20010726 Netscape6/6.1 X-Accept-Language: en-us MIME-Version: 1.0 To: j mckitrick Cc: freebsd-ports@freebsd.org Subject: Re: Invisible Linux Netscape? References: <20010821210039.A44850@dogma.freebsd-uk.eu.org> 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 ps -ax | grep dns.helper kill that... netscape 4.7x's dns helper hangs on both -current and -stable.... apparently at random... i've seen this behaviour for about a year... upgrading to 4.78 [or is it 4.79, i forget] doesn't fix this matter, but will fix some 3xpl0itz, so you may want to do the upgrade anyhow... j mckitrick wrote: > Hi all, > > I am running Linux Netspace 4.77, and I am having an odd problem rather > frequently. I am not sure what causes this (an odd application exit > combination?) but I sometimes cannot get NS to start back up. I check 'top' > and see 2 processes running called 'netscape-linux' but no window. I have > to explicitly kill both processes, and sometimes even Blackbox, and then I can > restart NS. Otherwise, it will pretend to start (start the 2 > processes) but never open the main window. Any idea what could cause this? > I am running BSD 4.3-stable. > > jm > jim -- ET has one helluva sense of humor! He's always anal-probing right-wing schizos! _________________________________________________________ Do You Yahoo!? Get your free @yahoo.com address at http://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 Tue Aug 21 16:46:10 2001 Delivered-To: freebsd-ports@freebsd.org Received: from mail.trigger.net (ns.trigger.net [204.50.18.5]) by hub.freebsd.org (Postfix) with ESMTP id 74B2F37B413 for ; Tue, 21 Aug 2001 16:46:00 -0700 (PDT) (envelope-from mikej@trigger.net) Received: from win2000 (unknown [24.112.205.1]) by mail.trigger.net (Postfix) with SMTP id 93C987DF22; Tue, 21 Aug 2001 19:45:59 -0400 (EDT) From: "Mike Jakubik" To: Cc: Subject: FreeBSD Port: iplog-2.2.3 Date: Tue, 21 Aug 2001 19:46:31 -0400 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2911.0) Importance: Normal 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 Hi, Iplog does not seem to produce any output on FreeBSD 4.3+. I have tried different boxes, configured different logging facilities, and even tried authors suggestion from the website, but still nothing. PS: Can you suggest a similar utility? Thanks. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Aug 21 16:50: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 7861937B40E for ; Tue, 21 Aug 2001 16:50:11 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7LNoB551127; Tue, 21 Aug 2001 16:50:11 -0700 (PDT) (envelope-from gnats) Received: from speedy.netbeat.de (speedy.netbeat.de [212.6.214.36]) by hub.freebsd.org (Postfix) with ESMTP id 218F237B419 for ; Tue, 21 Aug 2001 16:47:00 -0700 (PDT) (envelope-from wwwrun@speedy.netbeat.de) Received: (from wwwrun@localhost) by speedy.netbeat.de (8.9.3/8.9.3) id BAA16883; Wed, 22 Aug 2001 01:46:59 +0200 Message-Id: <200108212346.BAA16883@speedy.netbeat.de> Date: Wed, 22 Aug 2001 01:46:59 +0200 From: Oliver Lehmann Reply-To: Oliver Lehmann To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/29939: update port: sysutils/xcdroast Sender: owner-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: 29939 >Category: ports >Synopsis: update port: sysutils/xcdroast >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 Aug 21 16:50:11 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Oliver Lehmann >Release: FreeBSD 4.4-PRERELEASE i386 >Organization: >Environment: System: FreeBSD sina.sesamestreet.net 4.4-PRERELEASE FreeBSD 4.4-PRERELEASE #0: Sat Aug 11 04:09:45 CEST 2001 olivleh1@bert.sesamestreet.net:/usr/obj/usr/src/sys/SINA i386 >Description: Change the default install to use it as root only. Because the non-root mode isn't really secure >How-To-Repeat: >Fix: diff -ruN xcdroast.old/Makefile xcdroast/Makefile --- xcdroast.old/Makefile Wed Aug 22 00:58:42 2001 +++ xcdroast/Makefile Wed Aug 22 01:16:50 2001 @@ -34,16 +34,19 @@ done post-install: + @${CAT} ${PKGMESSAGE} + +enable-nonroot: /usr/sbin/pw groupadd -n cdwrite -# for i in cdrecord cdda2wav mkisofs readcd; do \ -# ${CHOWN} root:cdwrite ${LOCALBASE}/bin/$$i ; \ -# ${CHMOD} 4710 ${LOCALBASE}/bin/$$i ; \ -# done + for i in cdrecord cdda2wav mkisofs readcd; do \ + ${CHOWN} root:cdwrite ${LOCALBASE}/bin/$$i ; \ + ${CHMOD} 4710 ${LOCALBASE}/bin/$$i ; \ + done -# ${CHOWN} root:cdwrite ${PREFIX}/lib/xcdroast-0.98/bin/xcdrwrap -# ${CHMOD} 2755 ${PREFIX}/lib/xcdroast-0.98/bin/xcdrwrap + ${CHOWN} root:cdwrite ${PREFIX}/lib/xcdroast-0.98/bin/xcdrwrap + ${CHMOD} 2755 ${PREFIX}/lib/xcdroast-0.98/bin/xcdrwrap @${ECHO} "" @${ECHO} "***************************************************************" @@ -52,4 +55,5 @@ @${ECHO} " this file, a normal user will get an error message." @${ECHO} "***************************************************************" @${ECHO} "" + .include diff -ruN xcdroast.old/pkg-message xcdroast/pkg-message --- xcdroast.old/pkg-message Thu Jan 1 01:00:00 1970 +++ xcdroast/pkg-message Wed Aug 22 01:40:22 2001 @@ -0,0 +1,20 @@ + +*********************************************************** + ATTENTION! + +You must be root to use xcdroast. To use it as normal user, +type "make enable-nonroot". But beware! This is a security +risk. It modifies the following files and give them the +set-user-ID-on-execution bit. + +cdrecord(1) +readcd(1) +cdda2wav(1) +mkisofs(8) + +All group members of "cdwrite" are able to run these files +as root. Usually, these group has no members. +Users added to this group may start these files as root + +*********************************************************** + >Release-Note: >Audit-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 Aug 21 16:51: 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 1A26137B40B for ; Tue, 21 Aug 2001 16:50:11 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7LNo4a51112; Tue, 21 Aug 2001 16:50:04 -0700 (PDT) (envelope-from gnats) Received: from mailgate.rz.uni-karlsruhe.de (mailgate.rz.uni-karlsruhe.de [129.13.64.97]) by hub.freebsd.org (Postfix) with ESMTP id 030DB37B412 for ; Tue, 21 Aug 2001 16:44:14 -0700 (PDT) (envelope-from riggs@f113.hadiko.de) Received: from f113.hadiko.de (root@hadif113.hadiko.uni-karlsruhe.de [172.20.42.143]) by mailgate.rz.uni-karlsruhe.de with esmtp (Exim 3.16 #1) id 15ZLBs-0006gF-00; Wed, 22 Aug 2001 01:44:12 +0200 Received: (from riggs@localhost) by f113.hadiko.de (8.11.5/8.11.4) id f7LNiCP78657; Wed, 22 Aug 2001 01:44:12 +0200 (CEST) (envelope-from riggs) Message-Id: <200108212344.f7LNiCP78657@f113.hadiko.de> Date: Wed, 22 Aug 2001 01:44:12 +0200 (CEST) From: "Thomas E. Zander" Reply-To: "Thomas E. Zander" To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/29938: Port for grephics/mplayer-fonts Sender: owner-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: 29938 >Category: ports >Synopsis: Port for grephics/mplayer-fonts >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue Aug 21 16:50:03 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Thomas E. Zander >Release: FreeBSD 4.4-RC i386 >Organization: >Environment: System: FreeBSD f113.hadiko.de 4.4-RC FreeBSD 4.4-RC #0: Fri Aug 17 00:34:57 CEST 2001 root@f113.hadiko.de:/usr/obj/usr/src/sys/MARVIN i386 >Description: This is the port which contains the superset of the fonts for the mplay on screen display and the sub title. In this stage it supports the following charsets: ISO for dutch, french, german, hungarian, italian and portugese cyrillic russian (koi8r) WWW: http://mplayer.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: # # /usr/ports/graphics/mplayer-fonts/ # /usr/ports/graphics/mplayer-fonts/Makefile # /usr/ports/graphics/mplayer-fonts/pkg-comment # /usr/ports/graphics/mplayer-fonts/pkg-descr # /usr/ports/graphics/mplayer-fonts/distinfo # /usr/ports/graphics/mplayer-fonts/pkg-plist # echo c - /usr/ports/graphics/mplayer-fonts/ mkdir -p /usr/ports/graphics/mplayer-fonts/ > /dev/null 2>&1 echo x - /usr/ports/graphics/mplayer-fonts/Makefile sed 's/^X//' >/usr/ports/graphics/mplayer-fonts/Makefile << 'END-of-/usr/ports/graphics/mplayer-fonts/Makefile' X# New ports collection makefile for: mplayer-fonts X# Date created: 15 August 2001 X# Whom: Thomas E. Zander X# X# $FreeBSD$ X# X XPORTNAME= mplayer-fonts XPORTVERSION= 0.18 XCATEGORIES= graphics XMASTER_SITES= http://www.stud.uni-karlsruhe.de/~uedc/mplayer/ X XMAINTAINER= riggs@rrr.de X XONLY_FOR_ARCHS= i386 XUSE_BZIP2= yes XNO_BUILD= yes X Xdo-install: X @${MKDIR} ${PREFIX}/share/mplayer/fonts X @${CHMOD} 0555 ${PREFIX}/share/mplayer/fonts X @${MKDIR} ${PREFIX}/share/mplayer/fonts/iso X @${CHMOD} 0555 ${PREFIX}/share/mplayer/fonts/iso X @${MKDIR} ${PREFIX}/share/mplayer/fonts/cyrillic X @${CHMOD} 0555 ${PREFIX}/share/mplayer/fonts/cyrillic X @${MKDIR} ${PREFIX}/share/mplayer/fonts/koi8r X @${CHMOD} 0555 ${PREFIX}/share/mplayer/fonts/koi8r X @${INSTALL_DATA} ${WRKDIR}/iso/* ${PREFIX}/share/mplayer/fonts/iso X @${INSTALL_DATA} ${WRKDIR}/cyrillic/* ${PREFIX}/share/mplayer/fonts/cyrillic X @${INSTALL_DATA} ${WRKDIR}/koi8r/* ${PREFIX}/share/mplayer/fonts/koi8r/ X X.include END-of-/usr/ports/graphics/mplayer-fonts/Makefile echo x - /usr/ports/graphics/mplayer-fonts/pkg-comment sed 's/^X//' >/usr/ports/graphics/mplayer-fonts/pkg-comment << 'END-of-/usr/ports/graphics/mplayer-fonts/pkg-comment' XA font pack for the mplayer OSD and SUB END-of-/usr/ports/graphics/mplayer-fonts/pkg-comment echo x - /usr/ports/graphics/mplayer-fonts/pkg-descr sed 's/^X//' >/usr/ports/graphics/mplayer-fonts/pkg-descr << 'END-of-/usr/ports/graphics/mplayer-fonts/pkg-descr' XThis is the port which contains the superset of Xthe fonts for the mplay on screen display and Xthe sub title. X XIn this stage it supports the following charsets: X XISO for dutch, french, german, hungarian, italian X and portugese X Xcyrillic X Xrussian (koi8r) X XWWW: http://mplayer.sourceforge.net END-of-/usr/ports/graphics/mplayer-fonts/pkg-descr echo x - /usr/ports/graphics/mplayer-fonts/distinfo sed 's/^X//' >/usr/ports/graphics/mplayer-fonts/distinfo << 'END-of-/usr/ports/graphics/mplayer-fonts/distinfo' XMD5 (mplayer-fonts-0.18.tar.bz2) = 918f2c6255b22b45ff9ed56d397bd20d END-of-/usr/ports/graphics/mplayer-fonts/distinfo echo x - /usr/ports/graphics/mplayer-fonts/pkg-plist sed 's/^X//' >/usr/ports/graphics/mplayer-fonts/pkg-plist << 'END-of-/usr/ports/graphics/mplayer-fonts/pkg-plist' Xshare/mplayer/fonts/iso/README Xshare/mplayer/fonts/iso/arial-12-00_a.raw Xshare/mplayer/fonts/iso/arial-12-00_b.raw Xshare/mplayer/fonts/iso/arial-12.desc Xshare/mplayer/fonts/iso/arial-16-00_a.raw Xshare/mplayer/fonts/iso/arial-16-00_b.raw Xshare/mplayer/fonts/iso/arial-16.desc Xshare/mplayer/fonts/iso/arialbd-12-00_a.raw Xshare/mplayer/fonts/iso/arialbd-12-00_b.raw Xshare/mplayer/fonts/iso/arialbd-12.desc Xshare/mplayer/fonts/iso/arialbd-16-00_a.raw Xshare/mplayer/fonts/iso/arialbd-16-00_b.raw Xshare/mplayer/fonts/iso/arialbd-16.desc Xshare/mplayer/fonts/iso/arpi_osd_a.raw Xshare/mplayer/fonts/iso/arpi_osd_b.raw Xshare/mplayer/fonts/iso/arpi_progress_a.raw Xshare/mplayer/fonts/iso/arpi_progress_b.raw Xshare/mplayer/fonts/iso/font.desc Xshare/mplayer/fonts/cyrillic/bgfont_a.raw Xshare/mplayer/fonts/cyrillic/bgfont_b.raw Xshare/mplayer/fonts/cyrillic/font.desc Xshare/mplayer/fonts/cyrillic/font.desc.koi8-r Xshare/mplayer/fonts/cyrillic/test.sub Xshare/mplayer/fonts/koi8r/font.desc Xshare/mplayer/fonts/koi8r/koi8-r-a.raw Xshare/mplayer/fonts/koi8r/koi8-r-b.raw X@dirrm share/mplayer/fonts/iso X@dirrm share/mplayer/fonts/cyrillic X@dirrm share/mplayer/fonts/koi8r X@dirrm share/mplayer/fonts X@dirrm share/mplayer END-of-/usr/ports/graphics/mplayer-fonts/pkg-plist exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Aug 21 16:51: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 4BF1F37B40D for ; Tue, 21 Aug 2001 16:50:12 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7LNoBV51136; Tue, 21 Aug 2001 16:50:11 -0700 (PDT) (envelope-from gnats) Received: from mailgate.rz.uni-karlsruhe.de (mailgate.rz.uni-karlsruhe.de [129.13.64.97]) by hub.freebsd.org (Postfix) with ESMTP id 52D0A37B409 for ; Tue, 21 Aug 2001 16:49:07 -0700 (PDT) (envelope-from riggs@f113.hadiko.de) Received: from f113.hadiko.de (root@hadif113.hadiko.uni-karlsruhe.de [172.20.42.143]) by mailgate.rz.uni-karlsruhe.de with esmtp (Exim 3.16 #1) id 15ZLGc-0006vp-00; Wed, 22 Aug 2001 01:49:06 +0200 Received: (from riggs@localhost) by f113.hadiko.de (8.11.5/8.11.4) id f7LNn6S78960; Wed, 22 Aug 2001 01:49:06 +0200 (CEST) (envelope-from riggs) Message-Id: <200108212349.f7LNn6S78960@f113.hadiko.de> Date: Wed, 22 Aug 2001 01:49:06 +0200 (CEST) From: "Thomas E. Zander" Reply-To: "Thomas E. Zander" To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/29940: graphics/mplayer-codecs port Sender: owner-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: 29940 >Category: ports >Synopsis: graphics/mplayer-codecs port >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue Aug 21 16:50:11 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Thomas E. Zander >Release: FreeBSD 4.4-RC i386 >Organization: >Environment: System: FreeBSD f113.hadiko.de 4.4-RC FreeBSD 4.4-RC #0: Fri Aug 17 00:34:57 CEST 2001 root@f113.hadiko.de:/usr/obj/usr/src/sys/MARVIN i386 >Description: The superset of win32 codecs for mplayer includes support for a lot of different movie types including - Inter Video 3.2, 4.1 - MPEG-4 v1,v2,v3 (DivX :-)) - Cinepack Video - WMA Audio, MPEG-Layer 1,2,3, GSM6.1 and much more. This compilation of codecs is provided by the makers of mplayer. WWW: http://mplayer.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: # # /usr/ports/graphics/mplayer-codecs/ # /usr/ports/graphics/mplayer-codecs/pkg-plist # /usr/ports/graphics/mplayer-codecs/pkg-descr # /usr/ports/graphics/mplayer-codecs/pkg-comment # /usr/ports/graphics/mplayer-codecs/distinfo # /usr/ports/graphics/mplayer-codecs/Makefile # echo c - /usr/ports/graphics/mplayer-codecs/ mkdir -p /usr/ports/graphics/mplayer-codecs/ > /dev/null 2>&1 echo x - /usr/ports/graphics/mplayer-codecs/pkg-plist sed 's/^X//' >/usr/ports/graphics/mplayer-codecs/pkg-plist << 'END-of-/usr/ports/graphics/mplayer-codecs/pkg-plist' Xlib/mplayer-codecs/acelpdec.ax Xlib/mplayer-codecs/asusasv2.dll Xlib/mplayer-codecs/asusasvd.dll Xlib/mplayer-codecs/ativcr2.dll Xlib/mplayer-codecs/avimszh.dll Xlib/mplayer-codecs/avizlib.dll Xlib/mplayer-codecs/divx_c32.ax Xlib/mplayer-codecs/divxa32.acm Xlib/mplayer-codecs/divxc32.dll Xlib/mplayer-codecs/huffyuv.dll Xlib/mplayer-codecs/i263_32.drv Xlib/mplayer-codecs/iccvid.dll Xlib/mplayer-codecs/icmw_32.dll Xlib/mplayer-codecs/imaadp32.acm Xlib/mplayer-codecs/ir32_32.dll Xlib/mplayer-codecs/ir41_32.dll Xlib/mplayer-codecs/ir50_32.dll Xlib/mplayer-codecs/l3codeca.acm Xlib/mplayer-codecs/lhacm.acm Xlib/mplayer-codecs/mcmjpg32.dll Xlib/mplayer-codecs/mpg4c32.dll Xlib/mplayer-codecs/mpg4ds32.ax Xlib/mplayer-codecs/msadp32.acm Xlib/mplayer-codecs/msg711.acm Xlib/mplayer-codecs/msgsm32.acm Xlib/mplayer-codecs/msh261.drv Xlib/mplayer-codecs/msms001.vwp Xlib/mplayer-codecs/msvidc32.dll Xlib/mplayer-codecs/qdv.dll Xlib/mplayer-codecs/tm20dec.ax Xlib/mplayer-codecs/tssoft32.acm Xlib/mplayer-codecs/voxmsdec.ax Xlib/mplayer-codecs/wmv8ds32.ax Xlib/mplayer-codecs/wmvds32.ax X@dirrm lib/mplayer-codecs END-of-/usr/ports/graphics/mplayer-codecs/pkg-plist echo x - /usr/ports/graphics/mplayer-codecs/pkg-descr sed 's/^X//' >/usr/ports/graphics/mplayer-codecs/pkg-descr << 'END-of-/usr/ports/graphics/mplayer-codecs/pkg-descr' XThe superset of win32 codecs for mplayer Xincludes support for a lot of different movie types including X X- Inter Video 3.2, 4.1 X- MPEG-4 v1,v2,v3 (DivX :-)) X- Cinepack Video X- WMA Audio, MPEG-Layer 1,2,3, GSM6.1 X Xand much more. X XThis compilation of codecs is provided by the makers of mplayer. X XWWW: http://mplayer.sourceforge.net END-of-/usr/ports/graphics/mplayer-codecs/pkg-descr echo x - /usr/ports/graphics/mplayer-codecs/pkg-comment sed 's/^X//' >/usr/ports/graphics/mplayer-codecs/pkg-comment << 'END-of-/usr/ports/graphics/mplayer-codecs/pkg-comment' XA superset of win32 codecs to play movies with mplayer END-of-/usr/ports/graphics/mplayer-codecs/pkg-comment echo x - /usr/ports/graphics/mplayer-codecs/distinfo sed 's/^X//' >/usr/ports/graphics/mplayer-codecs/distinfo << 'END-of-/usr/ports/graphics/mplayer-codecs/distinfo' XMD5 (w32codec-0.18.zip) = 80afcd781e6c6a7d93989e9128d8c753 END-of-/usr/ports/graphics/mplayer-codecs/distinfo echo x - /usr/ports/graphics/mplayer-codecs/Makefile sed 's/^X//' >/usr/ports/graphics/mplayer-codecs/Makefile << 'END-of-/usr/ports/graphics/mplayer-codecs/Makefile' X# New ports collection makefile for: mplayer-codecs X# Date created: 10 August 2001 X# Whom: Thomas E. Zander X# X# $FreeBSD$ X# X XPORTNAME= mplayer-codecs XPORTVERSION= 0.18 XCATEGORIES= graphics audio XMASTER_SITES= http://mp.dev.hu/MPlayer/releases/ \ X http://www.stud.uni-karlsruhe.de/~uedc/mplayer/ XDISTNAME= w32codec-${PORTVERSION} X XMAINTAINER= riggs@rrr.de X XRESTRICTED= Unsure of codec\'s license X XONLY_FOR_ARCHS= i386 XUSE_ZIP= yes XNO_BUILD= yes XNO_WRKSUBDIR= yes X Xdo-install: X @${MKDIR} ${PREFIX}/lib/mplayer-codecs X @${CHMOD} 0555 ${PREFIX}/lib/mplayer-codecs X @${INSTALL_DATA} ${WRKDIR}/* ${PREFIX}/lib/mplayer-codecs X X.include END-of-/usr/ports/graphics/mplayer-codecs/Makefile exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Aug 21 17:20:20 2001 Delivered-To: freebsd-ports@freebsd.org Received: from mail.trigger.net (ns.trigger.net [204.50.18.5]) by hub.freebsd.org (Postfix) with ESMTP id 4E2D537B405 for ; Tue, 21 Aug 2001 17:20:05 -0700 (PDT) (envelope-from mikej@trigger.net) Received: from win2000 (unknown [24.112.205.1]) by mail.trigger.net (Postfix) with SMTP id A35107DF22; Tue, 21 Aug 2001 20:20:04 -0400 (EDT) From: "Mike Jakubik" To: Cc: Subject: FW: FreeBSD Port: iplog-2.2.3 Date: Tue, 21 Aug 2001 20:20:36 -0400 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2911.0) Importance: Normal 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 Hi, Sorry for the misinformation, I just found out that iplog does work, however the output is greatly delayed. Do you know why this is happening? Thank You. -----Original Message----- From: Mike Jakubik [mailto:mikej@trigger.net] Sent: Tuesday, August 21, 2001 7:47 PM To: ust@cert.siemens.de Cc: ports@FreeBSD.org Subject: FreeBSD Port: iplog-2.2.3 Hi, Iplog does not seem to produce any output on FreeBSD 4.3+. I have tried different boxes, configured different logging facilities, and even tried authors suggestion from the website, but still nothing. PS: Can you suggest a similar utility? Thanks. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Aug 21 17:24: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 4C0B637B413 for ; Tue, 21 Aug 2001 17:20:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7M0K1E61633; Tue, 21 Aug 2001 17:20:01 -0700 (PDT) (envelope-from gnats) Received: from smtp.noos.fr (lafontaine.noos.net [212.198.2.72]) by hub.freebsd.org (Postfix) with ESMTP id 8891137B420 for ; Tue, 21 Aug 2001 17:11:05 -0700 (PDT) (envelope-from root@gits.dyndns.org) Received: (qmail 48542147 invoked by uid 0); 22 Aug 2001 00:10:54 -0000 Received: from unknown (HELO gits.dyndns.org) ([212.198.231.187]) (envelope-sender ) by 212.198.2.72 (qmail-ldap-1.03) with SMTP for ; 22 Aug 2001 00:10:54 -0000 Received: (from root@localhost) by gits.dyndns.org (8.11.4/8.11.4) id f7M0ArL89631; Wed, 22 Aug 2001 02:10:53 +0200 (CEST) (envelope-from root) Message-Id: <200108220010.f7M0ArL89631@gits.dyndns.org> Date: Wed, 22 Aug 2001 02:10:53 +0200 (CEST) From: Cyrille Lefevre Reply-To: Cyrille Lefevre To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/29943: Maintainer update: setiathome tidy and enhancements Sender: owner-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: 29943 >Category: ports >Synopsis: Maintainer update: setiathome tidy and enhancements >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 Aug 21 17:20:00 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 #28: Wed Jul 25 09:04:25 CEST 2001 root@gits:/disk2/4.x-stable/src/sys/compile/CUSTOM i386 >Description: Tidy things up a bit. Makefile PORTREVISION bumped (also needed by tkseti). MAINTAINER email address changed. PACKAGE_BUILDING replaced by BATCH. PKGMESSAGE and PKGDEINSTALL added. pkg-install $FreeBSD$ added. PACKAGE_BUILDING replaced by BATCH. indentation changed for more readability. DEINSTALL section added. pkg-message new file. pkg-plist updated. files/setiathome.sh indentation changed for more readability. messages logged through syslog. restart/status sections added. files/rc.setiathome.conf new file. >How-To-Repeat: n/a >Fix: Take care, the first two patches are against /dev/null. others are cvs diff. --- /dev/null Wed Aug 22 00:24:32 2001 +++ pkg-message Wed Aug 22 00:13:46 2001 @@ -0,0 +1,3 @@ +**** %%PREFIX%%/etc/rc.setiathome.conf may be edited to tune some startup + variables such as `seti_nice' defaulted to 15 and `seti_maxprocs' + defaulted to your number of processors. --- /dev/null Wed Aug 22 00:24:32 2001 +++ files/rc.setiathome.conf Tue Aug 21 06:04:06 2001 @@ -0,0 +1,12 @@ +# $FreeBSD$ +# +# SETI@home startup configuration file. +# + +# seti_wrkdir=/var/db/setiathome # primary working directory +# 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=15 # nice level to run at +# seti_maxprocs=$(sysctl -n hw.ncpu) # max. number of processes to start Index: Makefile =================================================================== RCS file: /home/ncvs/ports/astro/setiathome/Makefile,v retrieving revision 1.27 diff -u -r1.27 Makefile --- Makefile 2001/06/09 12:59:29 1.27 +++ Makefile 2001/08/22 00:03:35 @@ -6,7 +6,7 @@ PORTNAME= setiathome PORTVERSION= 3.03 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= astro MASTER_SITES= ftp://ftp.cdrom.com/pub/setiathome/ \ ftp://alien.ssl.berkeley.edu/pub/ \ @@ -15,15 +15,14 @@ DISTNAME= ${PORTNAME}-${PORTVERSION}.${PORT_HOST} EXTRACT_SUFX= .tar -MAINTAINER= clefevre@redirect.to +MAINTAINER= clefevre@citeweb.net .include -# # Global variables # -.if !defined(PACKAGE_BUILDING) || empty(PACKAGE_BUILDING) +.if !defined(BATCH) IS_INTERACTIVE= yes .endif @@ -38,13 +37,17 @@ EXTRACT_CMD= ${CAT} EXTRACT_BEFORE_ARGS= + STRIP= # aout is already stripped SCRIPTS_ENV+= PKG_PREFIX=${PREFIX} -SCRIPTS_ENV+= PACKAGE_BUILDING=${PACKAGE_BUILDING} +PLIST_SUB= X11PORTS=${X11PORTS} MAN1= ${PORTNAME}.1 -# +MSG_FILE= ${PKGDIR}/pkg-message +PKGMESSAGE= ${WRKDIR}/pkg-message +PKGDEINSTALL= ${PKGINSTALL} + # Local variables # @@ -55,12 +58,15 @@ PORT_OS= ${PORT_OSNAME}${PORT_OSREL} PORT_HOST= ${PORT_CPU}-${PORT_VENDOR}-${PORT_OS} -SBINSUBDIR?= sbin -RCDSUBDIR= etc/rc.d -MANSUBDIR= man -PROG= ${PORTNAME} -SCRIPT= ${PORTNAME}.sh +SBIN_DIR= ${PREFIX}/sbin +CONF_DIR= ${PREFIX}/etc +RC_DIR= ${PREFIX}/etc/rc.d +SAMP_SUFX= .sample + +BIN_FILE= setiathome +RC_FILES= setiathome + # xsetiathome is currently broken at 4.2. should work at 2.x, # don't know between 3.0 and 4.2 ? so, be conservative... # diagnostic messages are : @@ -68,60 +74,70 @@ # Floating point exception (core dumped) .if ${OSVERSION} < 300000 -XBINSUBDIR= bin -XPROG+= x${PORTNAME} MAN1+= x${PORTNAME}.1 +XBIN_DIR= ${PREFIX}/bin +XBIN_FILE+= xsetiathome +X11PORTS= +.else +X11PORTS= "@comment " .endif # -# Post-configure # -post-configure: - @${SED} -e 's.!!SUBDIR!!.${SBINSUBDIR}.g' ${FILESDIR}/${SCRIPT} > ${WRKSRC}/${SCRIPT} +post-patch: patch-message -# +patch-message: + @${SED} 's|%%PREFIX%%|${PREFIX}|g' ${MSG_FILE} > ${PKGMESSAGE} + # Install # -do-install: install-daemon install-program install-script install-man +do-install: install-daemon install-program install-man install-daemon: - @${INSTALL_PROGRAM} ${WRKSRC}/${PROG} ${PREFIX}/${SBINSUBDIR} + @${INSTALL_PROGRAM} ${WRKSRC}/${BIN_FILE} ${SBIN_DIR} install-program: .if defined(XPROG) - @${INSTALL_PROGRAM} ${WRKSRC}/${prog} ${PREFIX}/${XBINSUBDIR} + @${INSTALL_PROGRAM} ${WRKSRC}/${XBIN_FILE} ${XBIN_DIR} .endif -install-script: - @${INSTALL_SCRIPT} ${WRKSRC}/${SCRIPT} ${PREFIX}/${RCDSUBDIR} - install-man: .for mansect in 1 .for man in ${MAN${mansect}} @${INSTALL_MAN} ${FILESDIR}/${man} \ - ${MAN${mansect}PREFIX}/${MANSUBDIR}/man${mansect} + ${MAN${mansect}PREFIX}/man/man${mansect} .endfor .endfor -# # Post-install # -post-install: update-plist configure-package +post-install: install-startup-files configure-package display-message -update-plist: - @${GREP} -q ${SBINSUBDIR}/${PROG} ${TMPPLIST} || \ - ${ECHO} ${SBINSUBDIR}/${PROG} >> ${TMPPLIST} -.if defined(XPROG) - @${GREP} -q ${XBINSUBDIR}/${XPROG} ${TMPPLIST} || \ - ${ECHO} ${XBINSUBDIR}/${XPROG} >> ${TMPPLIST} +install-startup-files: +.for file in ${RC_FILES} +.if exists(${FILESDIR}/rc.${file}.conf) + @${INSTALL_DATA} ${FILESDIR}/rc.${file}.conf \ + ${CONF_DIR}/rc.${file}.conf${SAMP_SUFX} +.if !exists(${CONF_DIR}/rc.${file}.conf) + @${INSTALL_DATA} ${FILESDIR}/rc.${file}.conf ${CONF_DIR} +.endif .endif +.if exists(${FILESDIR}/${file}.sh) + @${INSTALL_SCRIPT} ${FILESDIR}/${file}.sh ${RC_DIR} +.endif +.endfor configure-package: -.if defined(IS_INTERACTIVE) +.if !defined(BATCH) @${SETENV} ${SCRIPTS_ENV} ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL +.endif + +display-message: +.if !defined(BATCH) + @${CAT} ${PKGMESSAGE} .endif .include Index: pkg-install =================================================================== RCS file: /home/ncvs/ports/astro/setiathome/pkg-install,v retrieving revision 1.7 diff -u -r1.7 pkg-install --- pkg-install 2001/01/28 19:48:30 1.7 +++ pkg-install 2001/08/21 23:54:02 @@ -1,66 +1,141 @@ #!/bin/sh - +# +# $FreeBSD$ # -# Set up the work area and run setiathome to login or register +# Set up the work area and run SETI@home to login or register. # + +[ $# != 2 ] && exit 1 +[ -z "${PKG_PREFIX}" ] && exit 1 +[ -n "${BATCH}" ] && exit 0 + +PKG_NAME=$1 +PKG_ACTION=$2 -seti_rcdir=${PKG_PREFIX}/etc/rc.d # startup directory -seti_script=setiathome.sh # startup script +# override these variables in ${PREFIX}/etc/rc.setiathome.conf seti_wrkdir=/var/db/setiathome # working directory seti_user=nobody # user id to run under -seti_maxprocs=`sysctl -n hw.ncpu` # max. number of processes to start +seti_maxprocs=$(sysctl -n hw.ncpu) # max. number of processes to start -if [ -f ${PKG_PREFIX}/etc/setiathome.conf ]; then - . ${PKG_PREFIX}/etc/setiathome.conf -fi +rcconf_dir=${PKG_PREFIX}/etc +rcconf_file=rc.setiathome.conf +rcconf_path=${rcconf_dir}/${rcconf_file} -case $2 in - POST-INSTALL) - if [ -n "${PACKAGE_BUILDING}" ]; then - exit 0 - fi +if [ -f ${rcconf_path} ]; then + . ${rcconf_path} +fi - echo "**** setihome requires a working directory for temporary files and" - echo " a brief registration process." - echo - echo " Would you like to set up a working directory in ${seti_wrkdir}," - if [ ${seti_maxprocs} -gt 1 ]; then - if [ `sysctl -n hw.ncpu` -eq ${seti_maxprocs} ]; then - echo " register with SETI@home, and let me arrange for ${seti_maxprocs} setiathome" - echo " processes (one for each of your `sysctl -n hw.ncpu` CPUs) to be started automatically" - echo -n " as user \`${seti_user}' [Y/n]? " - else - echo " register with SETI@home, and let me arrange for ${seti_maxprocs} setiathome" - echo " processes (as configured) to be started automatically" - echo -n " as user \`${seti_user}' [Y/n]? " - fi +rc_dir=${PKG_PREFIX}/etc/rc.d +rc_file=setiathome.sh +rc_path=${rc_dir}/${rc_file} + +ncpu=$(sysctl -n hw.ncpu) + +case "$PKG_ACTION" in +POST-INSTALL) + +echo "**** SETI@home requires a working directory for temporary files and a" +echo " brief registration process." +echo +echo " Would you like to set up a working directory in ${seti_wrkdir}," + if [ ${seti_maxprocs} -gt 1 ]; then +echo " register with SETI@home, and let me arrange for ${ncpu} setiathome" + if [ ${ncpu} -eq ${seti_maxprocs} ]; then +echo " processes (one for each of your ${ncpu} CPUs) to be started" +echo -n " automatically as user \`${seti_user}'? [Y/n] " else - echo " register with SETI@home, and let me arrange for setiathome to be" - echo -n " started automatically as user \`${seti_user}' [Y/n]? " +echo " processes (as configured) to be started automatically as user" +echo -n " \`${seti_user}'? [Y/n] " fi - read a - echo "" - if [ "X$a" = "XN" -o "X$a" = "Xn" ]; then - echo "" - echo "Please set up the working directory yourself. You can use" - echo "${seti_rcdir}/${seti_script} register" - echo "to do so. See setiathome(1) for details." - exit 0 - fi - - ${seti_rcdir}/${seti_script} register - - if [ ! -f ${seti_wrkdir}/user_info.sah ]; then - echo "unable to start setiathome: it seems registration or login failed." - exit 0 - fi - ${seti_rcdir}/${seti_script} start >/dev/null - echo - echo "**** Congratulations! Your system now participates in the search for extra-" - echo " terrestrial intelligence. Be sure to visit the home page at" - echo " http://setiathome.ssl.berkeley.edu/" - echo " See setiathome(1) for further details." - ;; - + else +echo " register with SETI@home, and let me arrange for setiathome to be" +echo -n " started automatically as user \`${seti_user}'? [Y/n] " + fi + read a +echo + if [ "X$a" = "XN" -o "X$a" = "Xn" ]; then +echo "**** Please set up the working directory yourself. You may use" +echo " ${rc_path} register" +echo " to do so. See setiathome(1) for details." + exit 0 + fi + ${rc_path} register + if [ ! -f ${seti_wrkdir}/user_info.sah ]; then +echo "unable to start setiathome: it seems registration or login failed." +echo "See setiathome(1) for details." + exit 0 + fi + ${rc_path} start > /dev/null +echo +echo "**** Congratulations! Your system now participates in the search for" +echo " extra-terrestrial intelligence. Be sure to visit the home page" +echo " at http://setiathome.ssl.berkeley.edu/" +echo " See setiathome(1) for further details." + ;; + +DEINSTALL) + if [ ! -d ${seti_wrkdir} ]; then + exit 0 + fi + + ${rc_path} stop > /dev/null + +echo "**** SETI@home working directory and temporary files have to be" +echo " removed to complete the deinstallation process. Of course," +echo " you may prefer to keep them for futher researchs? Would you" +echo " like to remove it as well as all temporary files it may" +echo -n " contains? [y/N] " + read a +echo + if [ "X$a" != "XY" -a "X$a" != "Xy" ]; then +echo "**** SETI@home working directory and temporary files left untouched." + exit 0 + fi + for i in ${seti_wrkdir}/.??* ${seti_wrkdir}/*; do + case "${i}" in + "${seti_wrkdir}/.??*"|"${seti_wrkdir}/*") + continue + ;; + */.tkseti*|*.sah) + [ -f ${i} ] || continue + rm -f ${i} + ;; + *) + [ -d ${i} ] || continue + for j in ${seti_wrkdir}/*; do + case "${j}" in + "${seti_wrkdir}/*") + continue + ;; + */.tkseti*|*.sah) + [ -f ${j} ] || continue + rm -f ${j} + ;; + esac + done + rmdir ${i} + ;; + esac + done + rmdir ${seti_wrkdir} + if [ -d ${seti_wrkdir} ]; then +echo "**** SETI@home working directory can't be removed since it contains" +echo " non SETI@home files or directories. You have to remove it" +echo " manually. You can use" +echo " rm -rf ${seti_wrkdir}" +echo " to do so, but think about it twince before." + else +echo "**** SETI@home working directory and temporary files removed." + fi + ;; + +PRE-INSTALL|POST-DEINSTALL) + ;; + +*) +echo "usage: $0 {PRE-INSTALL|POST-INSTALL|DEINSTALL|POST-DEINSTALL}" >&2 + exit 1 + ;; esac + exit 0 Index: pkg-plist =================================================================== RCS file: /home/ncvs/ports/astro/setiathome/pkg-plist,v retrieving revision 1.4 diff -u -r1.4 pkg-plist --- pkg-plist 2001/07/04 14:27:55 1.4 +++ pkg-plist 2001/08/21 21:53:58 @@ -1,2 +1,6 @@ -etc/rc.d/setiathome.sh sbin/setiathome +@unexec if cmp -s %D/etc/rc.setiathome.conf %D/etc/rc.setiathome.conf.sample; then rm -f %D/etc/rc.setiathome.conf; fi +etc/rc.setiathome.conf.sample +@exec [ -f %D/etc/rc.setiathome.conf ] || cp %D/etc/rc.setiathome.conf.sample %D/etc/rc.setiathome.conf +etc/rc.d/setiathome.sh +%%X11PORTS%%bin/xsetiathome Index: files/setiathome.sh =================================================================== RCS file: /home/ncvs/ports/astro/setiathome/files/setiathome.sh,v retrieving revision 1.5 diff -u -r1.5 setiathome.sh --- files/setiathome.sh 2001/07/04 14:27:58 1.5 +++ files/setiathome.sh 2001/08/21 04:34:34 @@ -2,105 +2,145 @@ # # $FreeBSD: ports/astro/setiathome/files/setiathome.sh,v 1.5 2001/07/04 14:27:58 kevlo Exp $ # -# Start or stop setiathome, or set up working directory and register +# Start or stop SETI@home, or set up working directory and register. # -# override these variables in ${PREFIX}/etc/setiathome.conf +rc_file=${0##*/} +rc_arg=$1 + +# override these variables in ${PREFIX}/etc/rc.setiathome.conf seti_wrkdir=/var/db/setiathome # primary working directory -seti_bindir=!!SUBDIR!! # exec directory relative to ${PREFIX} -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 -seti_syslog=daemon.err # syslog facility.level +seti_nice=15 # nice level to run at +seti_maxprocs=$(sysctl -n hw.ncpu) # max. number of processes to start -if ! PREFIX=$(expr $0 : "\(/.*\)/etc/rc\.d/${0##*/}\$"); then - echo "${0##*/}: Cannot determine PREFIX." >&2 +if ! PREFIX=$(expr $0 : "\(/.*\)/etc/rc\.d/${rc_file}\$"); then + echo "${rc_file}: Cannot determine PREFIX." >&2 echo "Please use the complete pathname." >&2 exit 64 fi + +rcconf_dir=${PREFIX}/etc +rcconf_file=rc.${rc_file%.sh}.conf +rcconf_path=${rcconf_dir}/${rcconf_file} -if [ -f ${PREFIX}/etc/setiathome.conf ]; then - . ${PREFIX}/etc/setiathome.conf +if [ -f ${rcconf_path} ]; then + . ${rcconf_path} fi +program_dir=${PREFIX}/sbin +program_file=setiathome +program_path=${program_dir}/${program_file} + +syslog_facility=daemon.err + i=${seti_maxprocs} seti_wrksuff="." while [ ${i} -gt 1 ]; do seti_wrksuff="${seti_wrksuff} ${i}" - i=`expr ${i} - 1` + i=$((${i} - 1)) done -case $1 in - start) - for i in ${seti_wrksuff}; do - if [ ! -d ${seti_wrkdir}/${i} ]; then - logger -sp ${seti_syslog} -t ${seti_command} \ - "unable to start: ${seti_wrkdir}/${i} is missing." - exit 72 - fi - if [ ! -f ${seti_wrkdir}/${i}/user_info.sah ]; then - logger -sp ${seti_syslog} -t ${seti_command} \ - "unable to start: please log in to SETI@home first. (${seti_wrkdir}/${i}/user_info.sah is missing.)" - exit 72 - fi - done - for i in ${seti_wrksuff}; do - su -fm ${seti_user} -c "\ - (cd ${seti_wrkdir}/${i} && \ - exec ${PREFIX}/${seti_bindir}/${seti_command} \ +case "$rc_arg" in +start) + if [ ! -x ${program_path} ]; then + logger -sp ${syslog_facility} -t ${program_file} \ + "unable to start: ${program_path} is missing." + exit 72 + fi + for i in ${seti_wrksuff}; do + if [ ! -d ${seti_wrkdir}/${i} ]; then + logger -sp ${syslog_facility} -t ${program_file} \ + "unable to start: ${seti_wrkdir}/${i} is missing." + exit 72 + fi + if [ ! -f ${seti_wrkdir}/${i}/user_info.sah ]; then + logger -sp ${syslog_facility} -t ${program_file} \ + "unable to start: please log in to SETI@home first" \ + "(${seti_wrkdir}/${i}/user_info.sah is missing)." + logger -sp ${syslog_facility} -t ${program_file} \ + "run \"$0 register\" to accomplish this." + exit 72 + fi + done + for i in ${seti_wrksuff}; do + su -fm ${seti_user} -c "\ + (cd ${seti_wrkdir}/${i} && exec ${program_path} \ ${seti_std_args} ${seti_proxy_args} \ ${seti_nice+-nice} ${seti_nice} >/dev/null &)" - echo -n " SETI@home" - done - ;; - - stop) - killall ${seti_command} - ;; - - register) - # Create or update primary working directory (in case the uid changed) - 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] " - read a - if [ "X${a}" = "Xn" -o "X${a}" = "XN" ]; then - seti_dontlogin=yes - fi - fi - # No need to register if we've already done so - if [ "X${seti_dontlogin}" != "Xyes" ]; then - su -fm ${seti_user} -c "\ - cd ${seti_wrkdir} && \ - exec ${PREFIX}/${seti_bindir}/${seti_command} \ - ${seti_reg_args} ${seti_proxy_args}" + done + echo -n " SETI@home" + ;; + +stop) + for i in ${seti_wrksuff}; do + pid_path=${seti_wrkdir}/${i}/pid.sah + if [ -f ${pid_path} ]; then + kill $(cat ${pid_path}) 2> /dev/null fi - - if [ ${seti_maxprocs} -gt 1 ]; then - echo " Updating additional working directories." - i=${seti_maxprocs} - while [ ${i} -gt 1 ]; do - mkdir -p ${seti_wrkdir}/${i} - chown ${seti_user} ${seti_wrkdir}/${i} - chmod 755 ${seti_wrkdir}/${i} - # Assume the user want's all processes to run with the same registration - rm -f ${seti_wrkdir}/${i}/user_info.sah - ln -sf ../user_info.sah ${seti_wrkdir}/${i} - i=`expr ${i} - 1` - done + done + if [ ! -f ${seti_wrkdir}/pid.sah ]; then + killall ${program_file} 2> /dev/null + fi + ;; + +restart) + $0 stop + $0 start + ;; + +status) + ps -auxww | egrep ${program_file} | egrep -v "($0|egrep)" + ;; + +register) + if [ ! -x ${program_path} ]; then + echo "${program_file}:" \ + "unable to register: ${program_path} is missing." >&2 + exit 72 + fi + # Create or update primary working directory (in case the uid changed) + 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" + echo -n " like to repeat the procedure? [Y/n] " + read a + if [ "X${a}" = "Xn" -o "X${a}" = "XN" ]; then + seti_dontlogin=yes fi - ;; + fi + # No need to register if we've already done so + if [ "X${seti_dontlogin}" != "Xyes" ]; then + su -fm ${seti_user} -c "\ + cd ${seti_wrkdir} && \ + exec ${program_path} \ + ${seti_reg_args} ${seti_proxy_args}" + fi + if [ ${seti_maxprocs} -gt 1 ]; then + echo " Updating additional working directories." + i=${seti_maxprocs} + while [ ${i} -gt 1 ]; do + mkdir -p ${seti_wrkdir}/${i} + chown ${seti_user} ${seti_wrkdir}/${i} + chmod 755 ${seti_wrkdir}/${i} + # Assume the user want's all processes to run + # with the same registration + rm -f ${seti_wrkdir}/${i}/user_info.sah + ln -sf ../user_info.sah ${seti_wrkdir}/${i} + i=$((${i} - 1)) + done + fi + ;; - *) - echo "usage: ${0##*/} {start|stop|register}" >&2 - exit 64 - ;; +*) + echo "usage: ${rc_file} {start|stop|restart|status|register}" >&2 + exit 64 + ;; 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 Tue Aug 21 17:25:37 2001 Delivered-To: freebsd-ports@freebsd.org Received: from franklin.physics.purdue.edu (franklin.physics.purdue.edu [128.210.146.222]) by hub.freebsd.org (Postfix) with ESMTP id 531B337B40E; Tue, 21 Aug 2001 17:25:34 -0700 (PDT) (envelope-from will@physics.purdue.edu) Received: from physics.purdue.edu (bohr.physics.purdue.edu [128.210.67.12]) by franklin.physics.purdue.edu (Postfix) with ESMTP id 5EB3820F09; Tue, 21 Aug 2001 19:27:17 -0500 (EST) Received: by physics.purdue.edu (Postfix, from userid 12409) id 171665BC3; Tue, 21 Aug 2001 19:27:27 -0500 (EST) Date: Tue, 21 Aug 2001 19:27:27 -0500 From: Will Andrews To: Jimmy Olgeni Cc: ports@FreeBSD.org Subject: Re: cvs commit: ports/net/kdenetwork2 Makefile pkg-plist Message-ID: <20010821192726.H35352@bohr.physics.purdue.edu> Reply-To: Will Andrews Mail-Followup-To: Jimmy Olgeni , ports@FreeBSD.org References: <200108211120.f7LBKOq22981@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.3.17i In-Reply-To: <200108211120.f7LBKOq22981@freefall.freebsd.org>; from olgeni@FreeBSD.org on Tue, Aug 21, 2001 at 04:20:23AM -0700 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 Tue, Aug 21, 2001 at 04:20:23AM -0700, Jimmy Olgeni (olgeni@FreeBSD.org) wrote: > Log: > Just teach KDE to take our word for it and avoid the utmp check entirely > (AC_CHECK_UTMP_FILE): the talkd application will then be built by default. Do you think a solution could be made more general; i.e. can we make a patch that both fixes this problem for bento's situation AND be something that KDE can apply to their source? Like maybe add an option to disable the utmp check? If we can, perhaps something a bit smarter... -- wca To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Aug 21 17:32: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 624CE37B40B for ; Tue, 21 Aug 2001 17:30:00 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7M0U0f62489; Tue, 21 Aug 2001 17:30:00 -0700 (PDT) (envelope-from gnats) Received: from mailgate.rz.uni-karlsruhe.de (mailgate.rz.uni-karlsruhe.de [129.13.64.97]) by hub.freebsd.org (Postfix) with ESMTP id 2482337B40D for ; Tue, 21 Aug 2001 17:22:45 -0700 (PDT) (envelope-from riggs@f113.hadiko.de) Received: from f113.hadiko.de (root@hadif113.hadiko.uni-karlsruhe.de [172.20.42.143]) by mailgate.rz.uni-karlsruhe.de with esmtp (Exim 3.16 #1) id 15ZLnA-0000h8-00; Wed, 22 Aug 2001 02:22:44 +0200 Received: (from riggs@localhost) by f113.hadiko.de (8.11.5/8.11.4) id f7M0Mio80278; Wed, 22 Aug 2001 02:22:44 +0200 (CEST) (envelope-from riggs) Message-Id: <200108220022.f7M0Mio80278@f113.hadiko.de> Date: Wed, 22 Aug 2001 02:22:44 +0200 (CEST) From: "Thomas E. Zander" Reply-To: "Thomas E. Zander" To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/29944: graphics/mplayer port Sender: owner-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: 29944 >Category: ports >Synopsis: graphics/mplayer port >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue Aug 21 17:30:00 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Thomas E. Zander >Release: FreeBSD 4.4-RC i386 >Organization: >Environment: System: FreeBSD f113.hadiko.de 4.4-RC FreeBSD 4.4-RC #0: Fri Aug 17 00:34:57 CEST 2001 root@f113.hadiko.de:/usr/obj/usr/src/sys/MARVIN i386 >Description: This is the port of mplayer, a project which has the effort to become a very stable and useful movie player. It is based on the windows codec compilation and provides the ability to play many formats in a very good quality without much CPU comsumption. WWW: http://mplayer.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: # # /usr/ports/graphics/mplayer # /usr/ports/graphics/mplayer/Makefile # /usr/ports/graphics/mplayer/distinfo # /usr/ports/graphics/mplayer/pkg-descr # /usr/ports/graphics/mplayer/pkg-comment # /usr/ports/graphics/mplayer/files # /usr/ports/graphics/mplayer/files/patch-ac # /usr/ports/graphics/mplayer/files/patch-ab # /usr/ports/graphics/mplayer/files/install-user # /usr/ports/graphics/mplayer/files/patch-ad # /usr/ports/graphics/mplayer/files/patch-ae # /usr/ports/graphics/mplayer/pkg-plist # /usr/ports/graphics/mplayer/pkg-message # echo c - /usr/ports/graphics/mplayer mkdir -p /usr/ports/graphics/mplayer > /dev/null 2>&1 echo x - /usr/ports/graphics/mplayer/Makefile sed 's/^X//' >/usr/ports/graphics/mplayer/Makefile << 'END-of-/usr/ports/graphics/mplayer/Makefile' X# New ports collection makefile for: mplayer X# Date created: 10 August 2001 X# Whom: Thomas E. Zander X# with lots of help from Vladimir Kushnir X# $FreeBSD$ X# X XPORTNAME= mplayer XPORTVERSION= 0.18 XCATEGORIES= graphics XMASTER_SITES= http://mp.dev.hu/MPlayer/releases/ \ X http://www.stud.uni-karlsruhe.de/~uedc/mplayer/ XDISTNAME= MPlayer-${PORTVERSION}pre XEXTRACT_SUFX= .tgz X XMAINTAINER= riggs@rrr.de X XONLY_FOR_ARCHS= i386 X XWRKSRC= ${WRKDIR}/MPlayer-${PORTVERSION}pre5 XCONFIGURE_ENV= PTHREAD_CFLAGS="${PTHREAD_CFLAGS}" \ X PTHREAD_LIBS="${PTHREAD_LIBS}" XCFLAGS+= -O3 -ffast-math -fomit-frame-pointer X XMAN1= mplayer.1 XMANCOMPRESSED= no X XGNU_CONFIGURE= yes XUSE_GMAKE= yes XUSE_XLIB= yes X XLIB_DEPENDS= png.4:${PORTSDIR}/graphics/png XRUN_DEPENDS= ${PREFIX}/share/mplayer/fonts:${PORTSDIR}/graphics/mplayer-fonts X XCONFIGURE_ARGS+=--disable-esd \ X --enable-mmx2 \ X --enable-3dnow \ X --enable-3dnowex X X.if defined(WITH_SDL) XLIB_DEPENDS+= SDL-1.1.3:${PORTSDIR}/devel/sdl12 X.else XBUILD_DEPENDS+= nasm:${PORTSDIR}/devel/nasm X.endif X X.if defined(USE_AVIFILE_CODECS) XBUILD_DEPENDS+= ${PREFIX}/lib/win32:${PORTSDIR}/graphics/win32-codecs X.else XBUILD_DEPENDS+= ${PREFIX}/lib/mplayer-codecs:${PORTSDIR}/graphics/mplayer-codecs XCONFIGURE_ARGS+=--with-win32libdir=${LOCALBASE}/lib/mplayer-codecs X.endif X Xpost-install: X @${MKDIR} ${PREFIX}/share/mplayer X @${CHMOD} 755 ${PREFIX}/share/mplayer X @${INSTALL_DATA} ${WRKSRC}/DOCS/codecs.conf ${PREFIX}/share/mplayer X @${INSTALL_DATA} ${WRKSRC}/DOCS/example.conf ${PREFIX}/share/mplayer X.if !defined(NOPORTDOCS) X @${MKDIR} ${PREFIX}/share/doc/mplayer X @${CHMOD} 755 ${PREFIX}/share/doc/mplayer X @${INSTALL_DATA} ${WRKSRC}/DOCS/DGA ${PREFIX}/share/doc/mplayer X @${INSTALL_DATA} ${WRKSRC}/DOCS/FREEBSD ${PREFIX}/share/doc/mplayer X @${INSTALL_DATA} ${WRKSRC}/DOCS/MPlayer-FAQ ${PREFIX}/share/doc/mplayer X @${INSTALL_DATA} ${WRKSRC}/DOCS/OpenDivX ${PREFIX}/share/doc/mplayer X @${INSTALL_DATA} ${WRKSRC}/DOCS/README ${PREFIX}/share/doc/mplayer X @${INSTALL_DATA} ${WRKSRC}/DOCS/SDL ${PREFIX}/share/doc/mplayer X @${INSTALL_DATA} ${WRKSRC}/DOCS/VIDEOCARDS ${PREFIX}/share/doc/mplayer X.endif X @${CAT} pkg-message X Xinstall-user: X @${PERL} ${FILESDIR}/install-user X X.include END-of-/usr/ports/graphics/mplayer/Makefile echo x - /usr/ports/graphics/mplayer/distinfo sed 's/^X//' >/usr/ports/graphics/mplayer/distinfo << 'END-of-/usr/ports/graphics/mplayer/distinfo' XMD5 (MPlayer-0.18pre.tgz) = cc86cd8cdc61d6aea243c6e539b5df2e END-of-/usr/ports/graphics/mplayer/distinfo echo x - /usr/ports/graphics/mplayer/pkg-descr sed 's/^X//' >/usr/ports/graphics/mplayer/pkg-descr << 'END-of-/usr/ports/graphics/mplayer/pkg-descr' XThis is the port of mplayer, a project which has the effort Xto become a very stable and useful movie player. X XIt is based on the windows codec compilation and Xprovides the ability to play many formats Xin a very good quality without much CPU comsumption. X XWWW: http://mplayer.sourceforge.net END-of-/usr/ports/graphics/mplayer/pkg-descr echo x - /usr/ports/graphics/mplayer/pkg-comment sed 's/^X//' >/usr/ports/graphics/mplayer/pkg-comment << 'END-of-/usr/ports/graphics/mplayer/pkg-comment' XHigh performance media player using win32 codecs END-of-/usr/ports/graphics/mplayer/pkg-comment echo c - /usr/ports/graphics/mplayer/files mkdir -p /usr/ports/graphics/mplayer/files > /dev/null 2>&1 echo x - /usr/ports/graphics/mplayer/files/patch-ac sed 's/^X//' >/usr/ports/graphics/mplayer/files/patch-ac << 'END-of-/usr/ports/graphics/mplayer/files/patch-ac' X*** ../MPlayer-0.18pre5.old/loader/config.h Sat Feb 24 22:30:26 2001 X--- loader/config.h Fri Aug 17 10:14:46 2001 X*************** X*** 56,62 **** X #define HAVE_LIMITS_H 1 X X /* Define if you have the header file. */ X! #define HAVE_MALLOC_H 1 X X /* Define if you have the header file. */ X #define HAVE_SYS_IOCTL_H 1 X--- 56,62 ---- X #define HAVE_LIMITS_H 1 X X /* Define if you have the header file. */ X! /* #undef HAVE_MALLOC_H */ X X /* Define if you have the header file. */ X #define HAVE_SYS_IOCTL_H 1 END-of-/usr/ports/graphics/mplayer/files/patch-ac echo x - /usr/ports/graphics/mplayer/files/patch-ab sed 's/^X//' >/usr/ports/graphics/mplayer/files/patch-ab << 'END-of-/usr/ports/graphics/mplayer/files/patch-ab' X*** /home/volodya/usr/ports/graphics/mplayer/work/MPlayer-0.18pre5/DOCS/FREEBSD Thu Jun 21 03:06:40 2001 X--- DOCS/FREEBSD Thu Aug 16 03:54:08 2001 X*************** X*** 6,11 **** X--- 6,13 ---- X X 2. To run mplayer you will need to re-compile the kernel with X "options USER_LDT" (unless you are running -CURRENT, where this is default). X+ If you have a CPU with SSE also use "options CPU_ENABLE_SSE" to use it X+ (FreeBSD-STABLE required, or use kernel patches). X X 3. If mplayer complains about "CD-ROM Device '/dev/cdrom' not found!" make a X symbolic link : ln -s /dev/ /dev/cdrom END-of-/usr/ports/graphics/mplayer/files/patch-ab echo x - /usr/ports/graphics/mplayer/files/install-user sed 's/^X//' >/usr/ports/graphics/mplayer/files/install-user << 'END-of-/usr/ports/graphics/mplayer/files/install-user' X#This perl script links the codec config file X#and the fonts dir to the user's home dir. X Xif (-e "$ENV{HOME}/.mplayer/") X{ X print "Sorry, you should execute this target without having a .mplayer directory in your homedir.\n"; X exit 1; X} X X#Determining location of fonts: X X@pkg=`pkg_info -Lx mplayer-fonts`; Xprint "$prefix[3]"; X$prefix=$pkg[3]; X$prefix=~ s/(.+mplayer).*/$1/; Xchop $prefix; X Xprint "You may choose any of the available language sets:\n\n"; Xprint "European fonts (e.g. dutch, french, german...) : e\n"; Xprint "Cyrillic fonts : c\n"; Xprint "Russian fonts: r\n"; X Xprint "Your decision? "; Xchomp ($lang=); Xprint "\n"; X Xsystem "mkdir $ENV{HOME}/.mplayer"; Xif ($lang eq "c") X{ X system "ln -s $prefix/fonts/cyrillic/ $ENV{HOME}/.mplayer/font"; X} Xelsif ($lang eq "r") X{ X system "ln -s $prefix/fonts/koi8r/ $ENV{HOME}/.mplayer/font"; X} Xelse {system "ln -s $prefix/fonts/iso/ $ENV{HOME}/.mplayer/font"}; X Xsystem "ln -s $prefix/codecs.conf $ENV{HOME}/.mplayer/codecs.conf"; END-of-/usr/ports/graphics/mplayer/files/install-user echo x - /usr/ports/graphics/mplayer/files/patch-ad sed 's/^X//' >/usr/ports/graphics/mplayer/files/patch-ad << 'END-of-/usr/ports/graphics/mplayer/files/patch-ad' X*** configure.orig Fri Jul 6 23:00:22 2001 X--- configure Sat Aug 18 22:25:58 2001 X*************** X*** 181,187 **** X X system_name=`uname -s 2>&1` X if [ "$system_name" = "FreeBSD" ]; then X! _archlibs="-rdynamic -pthread" X else X _archlibs="-ldl -lpthread" X fi X--- 181,187 ---- X X system_name=`uname -s 2>&1` X if [ "$system_name" = "FreeBSD" ]; then X! _archlibs="-rdynamic ${PTHREAD_LIBS}" X else X _archlibs="-ldl -lpthread" X fi X*************** X*** 587,593 **** X $_cc $_extraincdir $_extralibdir $TMPC -o $TMPO -lvgagl -lvga > /dev/null 2>&1 && _svga=yes X X if [ "$system_name" = "FreeBSD" ]; then X! $_cc $TMPC -o $TMPO -pthread > /dev/null 2>&1 || \ X { echo "Lib pthread not found."; rm -f $TMPC $TMPO $TMPS ; exit 1; } X else X $_cc $TMPC -o $TMPO -lpthread > /dev/null 2>&1 || \ X--- 587,593 ---- X $_cc $_extraincdir $_extralibdir $TMPC -o $TMPO -lvgagl -lvga > /dev/null 2>&1 && _svga=yes X X if [ "$system_name" = "FreeBSD" ]; then X! $_cc $TMPC -o $TMPO ${PTHREAD_LIBS} > /dev/null 2>&1 || \ X { echo "Lib pthread not found."; rm -f $TMPC $TMPO $TMPS ; exit 1; } X else X $_cc $TMPC -o $TMPO -lpthread > /dev/null 2>&1 || \ X*************** X*** 669,675 **** X $_cc $TMPC -o $TMPO $_x11libdir -lX11 -lXext -lXxf86vm $_socklib > /dev/null 2>&1 && _vm=yes X X if [ "$system_name" = "FreeBSD" ]; then X! $_cc $TMPC -o $TMPO $_x11libdir -lX11 -lXext -lGL -pthread $_socklib > /dev/null 2>&1 && _gl=yes X else X $_cc $TMPC -o $TMPO $_x11libdir -lX11 -lXext -lGL $_socklib > /dev/null 2>&1 && _gl=yes X fi X--- 669,675 ---- X $_cc $TMPC -o $TMPO $_x11libdir -lX11 -lXext -lXxf86vm $_socklib > /dev/null 2>&1 && _vm=yes X X if [ "$system_name" = "FreeBSD" ]; then X! $_cc $TMPC -o $TMPO $_x11libdir -lX11 -lXext -lGL ${PTHREAD_LIBS} $_socklib > /dev/null 2>&1 && _gl=yes X else X $_cc $TMPC -o $TMPO $_x11libdir -lX11 -lXext -lGL $_socklib > /dev/null 2>&1 && _gl=yes X fi X*************** X*** 679,685 **** X int main( void ) { return 0; } X EOF X if [ "$system_name" = "FreeBSD" ]; then X! $_cc $_x11incdir $TMPC -o $TMPO $_x11libdir -lX11 -lXext -lGL -pthread $_socklib > /dev/null 2>&1 || \ X { _gl=no; echo "GL includes not found!";} X else X $_cc $TMPC -o $TMPO $_x11libdir -lX11 -lXext -lGL $_socklib > /dev/null 2>&1 || \ X--- 679,685 ---- X int main( void ) { return 0; } X EOF X if [ "$system_name" = "FreeBSD" ]; then X! $_cc $_x11incdir $TMPC -o $TMPO $_x11libdir -lX11 -lXext -lGL ${PTHREAD_LIBS} $_socklib > /dev/null 2>&1 || \ X { _gl=no; echo "GL includes not found!";} X else X $_cc $TMPC -o $TMPO $_x11libdir -lX11 -lXext -lGL $_socklib > /dev/null 2>&1 || \ X*************** X*** 1162,1168 **** X if [ "$system_name" = "FreeBSD" ]; then X # Under XFree86 4.x GL port is poorly designed X if [ -r /usr/X11R6/bin/XFree86 ]; then X! _gllib='-lGL -pthread' X else X _gllib='-lGL' X fi X--- 1162,1168 ---- X if [ "$system_name" = "FreeBSD" ]; then X # Under XFree86 4.x GL port is poorly designed X if [ -r /usr/X11R6/bin/XFree86 ]; then X! _gllib="-lGL ${PTHREAD_LIBS}" X else X _gllib='-lGL' X fi X*************** X*** 1329,1335 **** X # Under FreeBSD (maybe other systems as well?) we have to add to CFLAGS X # for MT applications: X if [ "$system_name" = "FreeBSD" ]; then X! CFLAGS="$CFLAGS -D_THREAD_SAFE" X fi X X # echo 'CFLAGS=$(OPTFLAGS) -Wall -DMPG12PLAY' >> config.mak X--- 1329,1335 ---- X # Under FreeBSD (maybe other systems as well?) we have to add to CFLAGS X # for MT applications: X if [ "$system_name" = "FreeBSD" ]; then X! CFLAGS="$CFLAGS ${PTHREAD_CFLAGS}" X fi X X # echo 'CFLAGS=$(OPTFLAGS) -Wall -DMPG12PLAY' >> config.mak END-of-/usr/ports/graphics/mplayer/files/patch-ad echo x - /usr/ports/graphics/mplayer/files/patch-ae sed 's/^X//' >/usr/ports/graphics/mplayer/files/patch-ae << 'END-of-/usr/ports/graphics/mplayer/files/patch-ae' X--- Makefile Sun Jul 8 02:21:20 2001 X+++ Makefile.freebsd Wed Aug 15 19:23:54 2001 X@@ -85,14 +85,14 @@ X $(PRG_CFG): version.h codec-cfg.c codec-cfg.h X $(CC) $(CFLAGS) -g codec-cfg.c -o $(PRG_CFG) -DCODECS2HTML X X-install: $(PRG) $(PRG_FIBMAP) X- install -D -m 755 -s $(PRG) $(BINDIR)/$(PRG) X- install -D -m 644 DOCS/mplayer.1 $(prefix)/man/man1/mplayer.1 X- @echo "Following task requires root privs. If it fails don't panic" X- @echo "however it means you can't use fibmap_mplayer." X- @echo "Without this (or without running mplayer as root) you won't be" X- @echo "able to play DVDs." X- install -D -o root -g root -m 4755 -s $(PRG_FIBMAP) $(BINDIR)/$(PRG_FIBMAP) X+install: $(PRG) X+ install -C -m 755 -s $(PRG) $(BINDIR)/$(PRG) X+ install -C -m 644 DOCS/mplayer.1 $(prefix)/man/man1/mplayer.1 X+# @echo "Following task requires root privs. If it fails don't panic" X+# @echo "however it means you can't use fibmap_mplayer." X+# @echo "Without this (or without running mplayer as root) you won't be" X+# @echo "able to play DVDs." X+# install -D -o root -g root -m 4755 -s $(PRG_FIBMAP) $(BINDIR)/$(PRG_FIBMAP) X X clean: X rm -f *.o *~ $(OBJS) END-of-/usr/ports/graphics/mplayer/files/patch-ae echo x - /usr/ports/graphics/mplayer/pkg-plist sed 's/^X//' >/usr/ports/graphics/mplayer/pkg-plist << 'END-of-/usr/ports/graphics/mplayer/pkg-plist' Xbin/mplayer Xshare/doc/mplayer/DGA Xshare/doc/mplayer/FREEBSD Xshare/doc/mplayer/MPlayer-FAQ Xshare/doc/mplayer/OpenDivX Xshare/doc/mplayer/README Xshare/doc/mplayer/SDL Xshare/doc/mplayer/VIDEOCARDS Xshare/mplayer/codecs.conf Xshare/mplayer/example.conf X@dirrm share/doc/mplayer X@dirrm share/mplayer END-of-/usr/ports/graphics/mplayer/pkg-plist echo x - /usr/ports/graphics/mplayer/pkg-message sed 's/^X//' >/usr/ports/graphics/mplayer/pkg-message << 'END-of-/usr/ports/graphics/mplayer/pkg-message' XThis port provides a simple and easy to use Xpossibility for any user to make mplayer ready Xto run with a working codecs.conf and the Xright font by logging in with the username, Xthen cd to the mplayer port directory and Xenter: X Xmake install-user X XPlease take a look at docs in X/usr/local/share/doc/mplayer END-of-/usr/ports/graphics/mplayer/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 Tue Aug 21 17:42:34 2001 Delivered-To: freebsd-ports@freebsd.org Received: from palle.girgensohn.se (c213.89.167.190.cm-upc.chello.se [213.89.167.190]) by hub.freebsd.org (Postfix) with ESMTP id 8E4E837B407 for ; Tue, 21 Aug 2001 17:42:29 -0700 (PDT) (envelope-from girgen@partitur.se) Received: from partitur.se (localhost [127.0.0.1]) by palle.girgensohn.se (8.11.5/8.11.5) with ESMTP id f7M0gOZ21091; Wed, 22 Aug 2001 02:42:25 +0200 (CEST) (envelope-from girgen@partitur.se) Message-ID: <3B82FFF0.B469654D@partitur.se> Date: Wed, 22 Aug 2001 02:42:24 +0200 From: Palle Girgensohn Organization: Partitur X-Mailer: Mozilla 4.78 [en] (X11; U; Linux 2.2.12 i386) X-Accept-Language: sv, en MIME-Version: 1.0 To: Alex Hathaway Cc: ports@FreeBSD.org Subject: Re: FreeBSD Port: postgresql-7.1.2_2 References: <200108211031200130.1A1375AF@synapseglobal.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 > It seems that the port package for postgres is on 7.1.3 and the patches to apply do not function anymore. > > (aj and ae so far) Hi, Could you be more specific? Everything works fine here. /P To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Aug 21 18:15: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 BADFB37B40D; Tue, 21 Aug 2001 18:15:50 -0700 (PDT) (envelope-from demon@FreeBSD.org) Received: (from demon@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7M1EKW38862; Tue, 21 Aug 2001 18:14:20 -0700 (PDT) (envelope-from demon) Date: Tue, 21 Aug 2001 18:14:20 -0700 (PDT) From: Message-Id: <200108220114.f7M1EKW38862@freefall.freebsd.org> To: demon@FreeBSD.org, freebsd-ports@FreeBSD.org, demon@FreeBSD.org Subject: Re: ports/29930: new port for LAM/MPI Sender: owner-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 LAM/MPI Responsible-Changed-From-To: freebsd-ports->demon Responsible-Changed-By: demon Responsible-Changed-When: Tue Aug 21 18:13:57 PDT 2001 Responsible-Changed-Why: I am looking at this one http://www.FreeBSD.org/cgi/query-pr.cgi?pr=29930 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Aug 21 18:22:58 2001 Delivered-To: freebsd-ports@freebsd.org Received: from sclp3.sclp.com (sclp3.sclp.com [209.196.61.66]) by hub.freebsd.org (Postfix) with SMTP id CEEA237B40D for ; Tue, 21 Aug 2001 18:22:52 -0700 (PDT) (envelope-from jason-dated-999134568.3c3c6f@mastaler.com) Received: (qmail 21764 invoked from network); 22 Aug 2001 01:22:51 -0000 Received: from localhost (HELO nightshade.la.mastaler.com) (jason@127.0.0.1) by localhost with SMTP; 22 Aug 2001 01:22:51 -0000 Received: (qmail 16531 invoked by uid 666); 22 Aug 2001 01:22:48 -0000 From: "Jason R. Mastaler" Mail-Followup-To: freebsd-ports@freebsd.org, greg@rosevale.com.au To: Greg Robinson Cc: freebsd-ports@freebsd.org Subject: Re: Xfree86 4.1.0 font problem. References: <200108180627.f7I6RuV01842@sad.rosevale.com.au> Mail-Copies-To: never X-Face: "Whz7py/hGVg+:}u&Q$/5z>j)gy%qNRX{j]0xGF&?Z"^b3`[6dY'^jSDlZDHh$m1~YX6U3J 1gOce%&je3)lVMOa/P,=9Kj:lmZb6]1hMmam*SW$GrVPa>b05y9/svb[uX.i><]^; iE1^(p_*=eLQJ6g$[aOX9I#`DCP\^O=RR:7|95hZ Date: Tue, 21 Aug 2001 19:22:47 -0600 Message-ID: Lines: 24 User-Agent: Gnus/5.090004 (Oort Gnus v0.04) XEmacs/21.4 (Academic Rigor) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Delivery-Agent: TMDA v0.32/Python 2.2a1 (freebsd4) Sender: owner-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, 18 Aug 2001, Greg Robinson wrote: > I've installed XFree86 4.1.0 from the ports collection, and I'm > having trouble viewing some fonts using either linux netscape 4.77 > or freebsd netscape 4.76. > > The font's are just unreadable. I'm having the same problem after upgrading from XFree86-3. > I have a NVidia GeForce2 MX rev 161 as probed by Xfre86 and I'm > using the nv driver which comes with 4.1.0 Similarily, I'm using the nv driver with a Diamond Viper 770 card. However, I have the same problem on Linux as well, so it's probably a general XFree86 issue. > I'm running 4.3-STABLE as of a few weeks ago. 4.3-RELEASE. -- (TMDA - http://tmda.sourceforge.net) (SPAM reduction for qmail systems) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Aug 21 18:30:48 2001 Delivered-To: freebsd-ports@freebsd.org Received: from yoda.bmi.net (yoda.bmi.net [204.57.191.163]) by hub.freebsd.org (Postfix) with ESMTP id 4072237B40D for ; Tue, 21 Aug 2001 18:30:34 -0700 (PDT) (envelope-from jmcoopr@webmail.bmi.net) Received: from johncoop.MSHOME (drumheller-router.bmi.net [206.63.201.3] (may be forged)) by yoda.bmi.net (Pro-8.9.3/Pro-8.9.3) with ESMTP id SAA27368; Tue, 21 Aug 2001 18:30:14 -0700 Received: from johncoop.MSHOME (localhost [127.0.0.1]) by johncoop.MSHOME (8.11.6/8.11.6) with ESMTP id f7M1Ugu01235; Tue, 21 Aug 2001 18:30:43 -0700 (PDT) (envelope-from jmcoopr@webmail.bmi.net) Date: Tue, 21 Aug 2001 18:30:42 -0700 From: John Merryweather Cooper To: "Jason R . Mastaler" Cc: Greg Robinson , freebsd-ports@FreeBSD.ORG Subject: Re: Xfree86 4.1.0 font problem. Message-ID: <20010821183042.A1188@johncoop> References: <200108180627.f7I6RuV01842@sad.rosevale.com.au> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit In-Reply-To: ; from jason-dated-999134568.3c3c6f@mastaler.com on Tue, Aug 21, 2001 at 18:22:47 -0700 X-Mailer: Balsa 1.1.7 Lines: 35 Sender: owner-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 2001.08.21 18:22 Jason R. Mastaler wrote: > On Sat, 18 Aug 2001, Greg Robinson wrote: > > > I've installed XFree86 4.1.0 from the ports collection, and I'm > > having trouble viewing some fonts using either linux netscape 4.77 > > or freebsd netscape 4.76. > > > > The font's are just unreadable. > > I'm having the same problem after upgrading from XFree86-3. > > > I have a NVidia GeForce2 MX rev 161 as probed by Xfre86 and I'm > > using the nv driver which comes with 4.1.0 > > Similarily, I'm using the nv driver with a Diamond Viper 770 card. > However, I have the same problem on Linux as well, so it's probably a > general XFree86 issue. > > > I'm running 4.3-STABLE as of a few weeks ago. > > 4.3-RELEASE. > > -- > (TMDA - http://tmda.sourceforge.net) > (SPAM reduction for qmail systems) > I'm also running a Diamond Viper 770 (mine's an Ultra). I had similar problems with font readability until I discovered that the problem (at least for me) was the DPI X was reporting for my monitor. I have a 19" LG 995E running at 1280x1024. X was reporting 72dpi, but the Gimp configuration dialog was reporting about 102dpi. Passing -dpi 102 to the X server helped big time. jmc To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Aug 21 18:45: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 E399D37B417; Tue, 21 Aug 2001 18:45:50 -0700 (PDT) (envelope-from demon@FreeBSD.org) Received: (from demon@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7M1bEr42447; Tue, 21 Aug 2001 18:37:14 -0700 (PDT) (envelope-from demon) Date: Tue, 21 Aug 2001 18:37:14 -0700 (PDT) From: Message-Id: <200108220137.f7M1bEr42447@freefall.freebsd.org> To: tkato@prontomail.com, demon@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/29819: Update port: databases/unixODBC to 2.0.9 Sender: owner-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: databases/unixODBC to 2.0.9 State-Changed-From-To: open->closed State-Changed-By: demon State-Changed-When: Tue Aug 21 18:36:48 PDT 2001 State-Changed-Why: Committed, thanks! http://www.FreeBSD.org/cgi/query-pr.cgi?pr=29819 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Aug 21 20:37:54 2001 Delivered-To: freebsd-ports@freebsd.org Received: from lennier.cc.vt.edu (lennier.cc.vt.edu [198.82.162.213]) by hub.freebsd.org (Postfix) with ESMTP id B570E37B411 for ; Tue, 21 Aug 2001 20:37:47 -0700 (PDT) (envelope-from mheffner@vt.edu) Received: from zidane.cc.vt.edu (IDENT:mirapoint@zidane.cc.vt.edu [198.82.161.184]) by lennier.cc.vt.edu (8.11.4/8.11.4) with ESMTP id f7M3bhS281838; Tue, 21 Aug 2001 23:37:43 -0400 (EDT) Received: from mail.vt.edu (gkar.cc.vt.edu [198.82.161.190]) by zidane.cc.vt.edu (Mirapoint) with ESMTP id ABF97574; Tue, 21 Aug 2001 23:37:42 -0400 (EDT) Received: from fesbox ([198.82.60.30]) by gkar.cc.vt.edu (Sun Internet Mail Server sims.3.5.2000.03.23.18.03.p10) with ESMTP id <0GIG00CBYA2UB9@gkar.cc.vt.edu>; Tue, 21 Aug 2001 23:37:42 -0400 (EDT) Date: Tue, 21 Aug 2001 23:37:40 -0400 From: Mike Heffner Subject: RE: ports/28691: New port: napshare-0.1: GTK based Gnutella client In-reply-to: <20010819104738.A51860@tigerdyr.wheel.dk> To: "=?iso-8859-1?Q?'Michael_Lyngb=F8l'?=" , ports@freebsd.org Message-id: <001a01c12abb$cbb56c00$1e3c52c6@fesbox> MIME-version: 1.0 X-Mailer: Microsoft Outlook, Build 10.0.2627 Content-type: text/plain; charset=iso-8859-1 Content-transfer-encoding: quoted-printable Importance: Normal X-MSMail-Priority: Normal X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 X-Priority: 3 (Normal) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org | -----Original Message----- | From: owner-freebsd-ports@FreeBSD.ORG [mailto:owner-freebsd- | ports@FreeBSD.ORG] On Behalf Of Michael Lyngb=F8l | Sent: Sunday, August 19, 2001 4:48 AM | To: ports@freebsd.org | Subject: Re: ports/28691: New port: napshare-0.1: GTK based Gnutella | client |=20 | On 04.07.2001 08:27:53 +0000, mikeh@FreeBSD.org wrote: |=20 | This works fine on my RELENG_4 boxes. Any chance of having it added to | the tree? I can probably look into adding it, I was waiting for a ports committer to approve of it first however. Mike To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Aug 21 20:50: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 CDD3037B411 for ; Tue, 21 Aug 2001 20:50:00 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7M3o0j59121; Tue, 21 Aug 2001 20:50:00 -0700 (PDT) (envelope-from gnats) Received: from smtp.noos.fr (aragon.noos.net [212.198.2.75]) by hub.freebsd.org (Postfix) with ESMTP id A35B337B411 for ; Tue, 21 Aug 2001 20:49:22 -0700 (PDT) (envelope-from root@gits.dyndns.org) Received: (qmail 2835698 invoked by uid 0); 22 Aug 2001 03:49:20 -0000 Received: from unknown (HELO gits.dyndns.org) ([212.198.231.187]) (envelope-sender ) by 212.198.2.75 (qmail-ldap-1.03) with SMTP for ; 22 Aug 2001 03:49:20 -0000 Received: (from root@localhost) by gits.dyndns.org (8.11.4/8.11.4) id f7M3nIT17357; Wed, 22 Aug 2001 05:49:18 +0200 (CEST) (envelope-from root) Message-Id: <200108220349.f7M3nIT17357@gits.dyndns.org> Date: Wed, 22 Aug 2001 05:49:18 +0200 (CEST) From: Cyrille Lefevre Reply-To: Cyrille Lefevre To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/29945: Maintainer update: uptime client marked as 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 >Number: 29945 >Category: ports >Synopsis: Maintainer update: uptime client marked as broken >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 Aug 21 20:50:00 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 #28: Wed Jul 25 09:04:25 CEST 2001 root@gits:/disk2/4.x-stable/src/sys/compile/CUSTOM i386 >Description: The 'uptime' project is closed for an undetermined period of time. You are advised to shutdown your uptime client until the new version is ready. See http://www.uptimes.net/ for details. humm! should it be marked as broken or forbidden ? >How-To-Repeat: n/a >Fix: Index: Makefile =================================================================== RCS file: /home/ncvs/ports/misc/upclient/Makefile,v retrieving revision 1.10 diff -u -r1.10 Makefile --- Makefile 2001/06/09 12:59:32 1.10 +++ Makefile 2001/08/22 03:47:46 @@ -7,12 +7,18 @@ PORTNAME= upclient PORTVERSION= 4.2.1.21 +PORTREVISION= 1 CATEGORIES= misc MASTER_SITES= http://uptimes.atomicvoid.net/files/ \ ftp://ftp.uptimes.net/pub/uptimes/ \ http://www.uptimes.net/download/ MAINTAINER= clefevre@redirect.to + +BROKEN= The 'uptime' project is closed for an undetermined period of \ + time. You are advised to shutdown your uptime client until \ + the new version is ready. See http://www.uptimes.net/ for \ + details. ALL_TARGET= bsd BUILD_WRKSRC= ${WRKSRC}/src >Release-Note: >Audit-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 Aug 21 20:56:24 2001 Delivered-To: freebsd-ports@freebsd.org Received: from obsecurity.dyndns.org (adsl-63-207-60-7.dsl.lsan03.pacbell.net [63.207.60.7]) by hub.freebsd.org (Postfix) with ESMTP id 5AAB737B40D for ; Tue, 21 Aug 2001 20:56:10 -0700 (PDT) (envelope-from kris@obsecurity.org) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id BEEE066E31; Tue, 21 Aug 2001 20:56:09 -0700 (PDT) Date: Tue, 21 Aug 2001 20:56:09 -0700 From: Kris Kennaway To: Michael Scheidell Cc: Kris Kennaway , freebsd-ports@freebsd.org Subject: Re: anyone else have snort core dump? Message-ID: <20010821205609.A24468@xor.obsecurity.org> References: <20010820193712.A7801@xor.obsecurity.org> <200108211202.f7LC2Js34833@mail.fdma.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="6c2NcOVqGQ03X4Wi" Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200108211202.f7LC2Js34833@mail.fdma.com>; from scheidell@fdma.com on Tue, Aug 21, 2001 at 08:02:19AM -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 --6c2NcOVqGQ03X4Wi Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Aug 21, 2001 at 08:02:19AM -0400, Michael Scheidell wrote: > Ok, here is a different 'twist' on this, has for 12 hours. > the 'package' in the ports collection runs fine Could just be the traffic conditions. The coredumps are caused by certain types of traffic. > If I compile it on 4.3-stable (even with NO cpuflags set) it will core > dump. >=20 > Do I need to makeworld on 4.3stable with no cpuflags set? No. > If it runs fine from the package, then it seems to be somerhing in > 4.3-stable that would be causing the problem? If you use the same compiler flags ("-O -pipe") then the package should be identical. Kris --6c2NcOVqGQ03X4Wi 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 iD8DBQE7gy1ZWry0BWjoQKURAlpDAJ9LDyHQQG5w5MXyYUbZwV4M6WoMLgCfZgyM HPqkq5SIc3wDoZAeOg3LGvU= =YaZt -----END PGP SIGNATURE----- --6c2NcOVqGQ03X4Wi-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Aug 21 21: 0: 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 DD8E337B406 for ; Tue, 21 Aug 2001 21:00:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7M402Y59802; Tue, 21 Aug 2001 21:00:02 -0700 (PDT) (envelope-from gnats) Date: Tue, 21 Aug 2001 21:00:02 -0700 (PDT) Message-Id: <200108220400.f7M402Y59802@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: John Merryweather Cooper Subject: Re: ports/29894: Add patch-gkrellweather.c to port misc/gkrellweather Reply-To: John Merryweather Cooper Sender: owner-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/29894; it has been noted by GNATS. From: John Merryweather Cooper To: freebsd-gnats-submit@FreeBSD.org, pat@databits.net Cc: Subject: Re: ports/29894: Add patch-gkrellweather.c to port misc/gkrellweather Date: Tue, 21 Aug 2001 20:58:41 -0700 Yes, this fixes my 100% humidity problem. Prompt work by the Maintainer is appreciated. :) jmc To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Aug 21 21:35: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 1A46B37B411; Tue, 21 Aug 2001 21:35:51 -0700 (PDT) (envelope-from dinoex@FreeBSD.org) Received: (from dinoex@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7M4Tvi65352; Tue, 21 Aug 2001 21:29:57 -0700 (PDT) (envelope-from dinoex) Date: Tue, 21 Aug 2001 21:29:57 -0700 (PDT) From: Message-Id: <200108220429.f7M4Tvi65352@freefall.freebsd.org> To: dsh@neva.vlink.ru, dinoex@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/29920: new port: graphics/mplayer Sender: owner-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/mplayer State-Changed-From-To: open->closed State-Changed-By: dinoex State-Changed-When: Tue Aug 21 21:29:27 PDT 2001 State-Changed-Why: Superseeded by #29944 http://www.FreeBSD.org/cgi/query-pr.cgi?pr=29920 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Aug 21 21:40:11 2001 Delivered-To: freebsd-ports@freebsd.org Received: from sad.rosevale.com.au (gregro.lnk.telstra.net [139.130.137.117]) by hub.freebsd.org (Postfix) with ESMTP id 6294337B418 for ; Tue, 21 Aug 2001 21:39:50 -0700 (PDT) (envelope-from greg@rosevale.com.au) Received: (from greg@localhost) by sad.rosevale.com.au (8.11.1/8.11.1) id f7M4eaV04467; Wed, 22 Aug 2001 14:10:36 +0930 (CST) From: Greg Robinson Message-Id: <200108220440.f7M4eaV04467@sad.rosevale.com.au> Subject: Re: Xfree86 4.1.0 font problem. In-Reply-To: <20010821183042.A1188@johncoop> from John Merryweather Cooper at "Aug 21, 2001 06:30:42 pm" To: jmcoopr@webmail.bmi.net (John Merryweather Cooper) Date: Wed, 22 Aug 2001 14:10:36 +0930 (CST) Cc: jason-dated-999134568.3c3c6f@mastaler.com (Jason R . Mastaler), greg@rosevale.com.au (Greg Robinson), freebsd-ports@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL54 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org [Charset ISO-8859-1 unsupported, filtering to ASCII...] > On 2001.08.21 18:22 Jason R. Mastaler wrote: > > On Sat, 18 Aug 2001, Greg Robinson wrote: > > > > > I've installed XFree86 4.1.0 from the ports collection, and I'm > > > having trouble viewing some fonts using either linux netscape 4.77 > > > or freebsd netscape 4.76. > > > > > > The font's are just unreadable. > > > > I'm having the same problem after upgrading from XFree86-3. > > > > > I have a NVidia GeForce2 MX rev 161 as probed by Xfre86 and I'm > > > using the nv driver which comes with 4.1.0 > > > > Similarily, I'm using the nv driver with a Diamond Viper 770 card. > > However, I have the same problem on Linux as well, so it's probably a > > general XFree86 issue. > > > > > I'm running 4.3-STABLE as of a few weeks ago. > > > > 4.3-RELEASE. > > > > -- > > (TMDA - http://tmda.sourceforge.net) > > (SPAM reduction for qmail systems) > > > > I'm also running a Diamond Viper 770 (mine's an Ultra). I had similar > problems with font readability until I discovered that the problem (at > least for me) was the DPI X was reporting for my monitor. I have a 19" > LG 995E running at 1280x1024. X was reporting 72dpi, but the Gimp > configuration dialog was reporting about 102dpi. Passing -dpi 102 to > the X server helped big time. Well, this is interesting. I have the exact same monitor. Heavy arn't they? :-) My resolution is currently set to: dimensions: 1280x1024 pixels (374x271 millimeters) resolution: 87x96 dots per inch I have had limited success with TrueType fonts after another marathon session last night. I shall try your suggestion as well. Can you try a particular web page for me? http://www.whitepages.com.au/ And do a reload. The font's for me just turn really bad. As per this screen capture: http://www.rosevale.com.au/~greg/pics/fonts.gif You can see why I'm perplexed... Thankx, Greg. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Aug 21 21: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 98F0037B41E for ; Tue, 21 Aug 2001 21:50:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7M4o2a67343; Tue, 21 Aug 2001 21:50:02 -0700 (PDT) (envelope-from gnats) Date: Tue, 21 Aug 2001 21:50:02 -0700 (PDT) Message-Id: <200108220450.f7M4o2a67343@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: dirk.meyer@dinoex.sub.org (Dirk Meyer) Subject: Re: ports/29940: graphics/mplayer-codecs port 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/29940; it has been noted by GNATS. From: dirk.meyer@dinoex.sub.org (Dirk Meyer) To: FreeBSD-gnats-submit@FreeBSD.ORG, riggs@f113.hadiko.de Cc: Subject: Re: ports/29940: graphics/mplayer-codecs port Date: Wed, 22 Aug 2001 06:43:25 +0200 Can it be made to work with the existing port? ports/graphics/win32-codecs/ Sample how to use it: ports/graphics/xmps-win32-plugin/ 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 Tue Aug 21 22:30:39 2001 Delivered-To: freebsd-ports@freebsd.org Received: from mailgate.rz.uni-karlsruhe.de (mailgate.rz.uni-karlsruhe.de [129.13.64.97]) by hub.freebsd.org (Postfix) with ESMTP id 1BA5637B408 for ; Tue, 21 Aug 2001 22:30:26 -0700 (PDT) (envelope-from riggs@f113.hadiko.de) Received: from f113.hadiko.de (root@hadif113.hadiko.uni-karlsruhe.de [172.20.42.143]) by mailgate.rz.uni-karlsruhe.de with esmtp (Exim 3.16 #1) id 15ZQav-0006NC-00; Wed, 22 Aug 2001 07:30:25 +0200 Received: (from riggs@localhost) by f113.hadiko.de (8.11.5/8.11.4) id f7M5UO083781; Wed, 22 Aug 2001 07:30:24 +0200 (CEST) (envelope-from riggs) Date: Wed, 22 Aug 2001 07:30:24 +0200 From: "Thomas E. Zander" To: Dirk Meyer Cc: freebsd-ports@freebsd.org Subject: Re: ports/29940: graphics/mplayer-codecs port Message-ID: <20010822073024.A80163@f113.hadiko.de> References: <200108220450.f7M4o2a67343@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable In-Reply-To: <200108220450.f7M4o2a67343@freefall.freebsd.org>; from dirk.meyer@dinoex.sub.org on Tue, Aug 21, 2001 at 09:50:02PM -0700 Organization: =?iso-8859-1?Q?RiggiServ_-_Ihr_Partner_f=FCr_alles_Delikate?= X-PGP-KeyID: 0xC85996CD X-PGP-Fingerprint: 4F59 75B4 4CE3 3B00 BC61 5400 8DD4 8929 C859 96CD X-Mailer: Riggisoft Ausguck Eggsbress (Build 998457850) X-Operating-System: Riggiland BSD 4.4-RC (To serve and protect.) Sender: owner-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, Am Di , dem 21. Aug 2001, um 21:50 -0700 Uhr schrubte Dirk Meyer zum Thema [Re: ports/29940: graphics/mplayer-codecs port]: > The following reply was made to PR ports/29940; it has been noted by GNAT= S. >=20 > From: dirk.meyer@dinoex.sub.org (Dirk Meyer) > To: FreeBSD-gnats-submit@FreeBSD.ORG, riggs@f113.hadiko.de > Cc: =20 > Subject: Re: ports/29940: graphics/mplayer-codecs port > Date: Wed, 22 Aug 2001 06:43:25 +0200 >=20 > Can it be made to work with the existing port? The problem is that Vladimir and I have worked out a little different concept for this mplayer port: To divide it in 3 sections: fonts, codecs and the program with docs. (Anyway, the other ports isn't working for the make install target though. FreeBSD doesn't support install -D.) Take a look at: http://www.freebsd.org/cgi/query-pr.cgi?pr=3D29938 http://www.freebsd.org/cgi/query-pr.cgi?pr=3D29940 http://www.freebsd.org/cgi/query-pr.cgi?pr=3D29944 These are our suggestions for the really working port. Regards Riggs --=20 - Die Welt schl=E4ft tief schon lange Zeit | Sent with RiggiSmooth [tm] - -- Mich nur flieht die Dunkelheit | ------------------------- -- --- Denn per Infrarot seh ich | just to fit your --- ---- Die Nacht ist wirklich widerlich. | primitive screen. ---- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Aug 21 22:35: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 3580C37B40B; Tue, 21 Aug 2001 22:35:51 -0700 (PDT) (envelope-from dinoex@FreeBSD.org) Received: (from dinoex@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7M5T1882332; Tue, 21 Aug 2001 22:29:01 -0700 (PDT) (envelope-from dinoex) Date: Tue, 21 Aug 2001 22:29:01 -0700 (PDT) From: Message-Id: <200108220529.f7M5T1882332@freefall.freebsd.org> To: riggs@f113.hadiko.de, dinoex@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/29938: Port for grephics/mplayer-fonts Sender: owner-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 for grephics/mplayer-fonts State-Changed-From-To: open->closed State-Changed-By: dinoex State-Changed-When: Tue Aug 21 22:28:31 PDT 2001 State-Changed-Why: Committed, Thanks. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=29938 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Aug 21 22:41: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 AA21037B416 for ; Tue, 21 Aug 2001 22:40:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7M5e2r83677; Tue, 21 Aug 2001 22:40:02 -0700 (PDT) (envelope-from gnats) Received: from vortex.jcmax.com (vortex.jcmax.com [204.69.248.1]) by hub.freebsd.org (Postfix) with ESMTP id 6C56B37B403 for ; Tue, 21 Aug 2001 22:33:01 -0700 (PDT) (envelope-from cr@jcmax.com) Received: from plasma.jcmax.com (plasma.jcmax.com [204.69.248.13]) by vortex.jcmax.com (8.9.3/8.9.3) with ESMTP id BAA17714 for ; Wed, 22 Aug 2001 01:33:00 -0400 (EDT) (envelope-from cr@jcmax.com) Received: (from cr@localhost) by plasma.jcmax.com (8.9.3/8.9.3) id BAA79436; Wed, 22 Aug 2001 01:33:00 -0400 (EDT) (envelope-from cr@jcmax.com) Message-Id: <200108220533.BAA79436@plasma.jcmax.com> Date: Wed, 22 Aug 2001 01:33:00 -0400 (EDT) From: Cyrus Rahman Reply-To: cr@jcmax.com To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/29948: Update port converters/tnef to version 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 >Number: 29948 >Category: ports >Synopsis: Update port converters/tnef to version 1.1 >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue Aug 21 22:40:02 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Cyrus Rahman >Release: FreeBSD 4.1-STABLE i386 >Organization: >Environment: >Description: The complete port is included below. The differences are minimal except that a patch-aa will be needed until the next release to correct the incorrect installation of the new man page into section 3 of the manual. # 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: # # tnef # tnef/pkg-plist # tnef/pkg-descr # tnef/pkg-comment # tnef/distinfo # tnef/Makefile # tnef/files # tnef/files/patch-aa # echo c - tnef mkdir -p tnef > /dev/null 2>&1 echo x - tnef/pkg-plist sed 's/^X//' >tnef/pkg-plist << 'END-of-tnef/pkg-plist' Xbin/tnef END-of-tnef/pkg-plist echo x - tnef/pkg-descr sed 's/^X//' >tnef/pkg-descr << 'END-of-tnef/pkg-descr' XThis program decodes those annoying application/ms-tnef MIME attachments that XMicrosoft mail servers helpfully use to encapsulate your already MIME encoded Xattachments. X XDue to the proliferation of Microsoft Outlook and Exchange mail servers, Xmore and more mail is encapsulated into this format. X XThe TNEF program allows one to unpack the attachments which were encapsulated Xinto the TNEF attachment. Thus alleviating the need to use Microsoft Outlook Xto view them. X XWritten by: Mark Simpson XBased upon work by: Thomas Boll X XWWW: http://world.std.com/~damned/software.html X X- Cyrus Rahman Xcr@jcmax.com END-of-tnef/pkg-descr echo x - tnef/pkg-comment sed 's/^X//' >tnef/pkg-comment << 'END-of-tnef/pkg-comment' XUnpack data encapsulated from Microsoft Outlook's application/ms-tnef format END-of-tnef/pkg-comment echo x - tnef/distinfo sed 's/^X//' >tnef/distinfo << 'END-of-tnef/distinfo' XMD5 (tnef-1.1.tar.gz) = 56ab3407c4dedd433669942d6b0f3545 END-of-tnef/distinfo echo x - tnef/Makefile sed 's/^X//' >tnef/Makefile << 'END-of-tnef/Makefile' X# New ports collection makefile for: tnef X# Date created: 19 September 2000 X# Whom: Cyrus Rahman X# X# $FreeBSD: ports/converters/tnef/Makefile,v 1.4 2001/03/19 21:59:12 kris Exp $ X# X XPORTNAME= tnef XPORTVERSION= 1.1 XCATEGORIES= converters mail XMASTER_SITES= http://world.std.com/~damned/ X XMAINTAINER= cr@jcmax.com X XGNU_CONFIGURE= yes X XMAN1= tnef.1 X Xpre-configure: X $(MV) $(WRKSRC)/doc/tnef.3 $(WRKSRC)/doc/tnef.1 X X.include END-of-tnef/Makefile echo c - tnef/files mkdir -p tnef/files > /dev/null 2>&1 echo x - tnef/files/patch-aa sed 's/^X//' >tnef/files/patch-aa << 'END-of-tnef/files/patch-aa' Xdiff -ru ../tnef-1.1.dist/doc/Makefile.am ./doc/Makefile.am X--- ../tnef-1.1.dist/doc/Makefile.am Mon Aug 13 21:46:22 2001 X+++ ./doc/Makefile.am Wed Aug 22 01:12:08 2001 X@@ -1,2 +1,2 @@ X-man_MANS = tnef.3 X-EXTRA_DIST = file-format.tex $(man_MANS) X+man_MANS = tnef.1 X+EXTRA_DIST = file-format.tex $(man_MANS) Xdiff -ru ../tnef-1.1.dist/doc/Makefile.in ./doc/Makefile.in X--- ../tnef-1.1.dist/doc/Makefile.in Mon Aug 13 21:48:56 2001 X+++ ./doc/Makefile.in Wed Aug 22 01:12:08 2001 X@@ -66,12 +66,12 @@ X RANLIB = @RANLIB@ X VERSION = @VERSION@ X X-man_MANS = tnef.3 X+man_MANS = tnef.1 X EXTRA_DIST = file-format.tex $(man_MANS) X mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs X CONFIG_HEADER = ../config.h X CONFIG_CLEAN_FILES = X-man3dir = $(mandir)/man3 X+man1dir = $(mandir)/man1 X MANS = $(man_MANS) X X NROFF = nroff X@@ -92,12 +92,12 @@ X && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status X X X-install-man3: X- $(mkinstalldirs) $(DESTDIR)$(man3dir) X- @list='$(man3_MANS)'; \ X+install-man1: X+ $(mkinstalldirs) $(DESTDIR)$(man1dir) X+ @list='$(man1_MANS)'; \ X l2='$(man_MANS)'; for i in $$l2; do \ X case "$$i" in \ X- *.3*) list="$$list $$i" ;; \ X+ *.1*) list="$$list $$i" ;; \ X esac; \ X done; \ X for i in $$list; do \ X@@ -106,12 +106,12 @@ X ext=`echo $$i | sed -e 's/^.*\\.//'`; \ X inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \ X inst=`echo $$inst | sed '$(transform)'`.$$ext; \ X- echo " $(INSTALL_DATA) $$file $(DESTDIR)$(man3dir)/$$inst"; \ X- $(INSTALL_DATA) $$file $(DESTDIR)$(man3dir)/$$inst; \ X+ echo " $(INSTALL_DATA) $$file $(DESTDIR)$(man1dir)/$$inst"; \ X+ $(INSTALL_DATA) $$file $(DESTDIR)$(man1dir)/$$inst; \ X done X X-uninstall-man3: X- @list='$(man3_MANS)'; \ X+uninstall-man1: X+ @list='$(man1_MANS)'; \ X l2='$(man_MANS)'; for i in $$l2; do \ X case "$$i" in \ X *.3*) list="$$list $$i" ;; \ X@@ -121,15 +121,15 @@ X ext=`echo $$i | sed -e 's/^.*\\.//'`; \ X inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \ X inst=`echo $$inst | sed '$(transform)'`.$$ext; \ X- echo " rm -f $(DESTDIR)$(man3dir)/$$inst"; \ X- rm -f $(DESTDIR)$(man3dir)/$$inst; \ X+ echo " rm -f $(DESTDIR)$(man1dir)/$$inst"; \ X+ rm -f $(DESTDIR)$(man1dir)/$$inst; \ X done X install-man: $(MANS) X @$(NORMAL_INSTALL) X- $(MAKE) $(AM_MAKEFLAGS) install-man3 X+ $(MAKE) $(AM_MAKEFLAGS) install-man1 X uninstall-man: X @$(NORMAL_UNINSTALL) X- $(MAKE) $(AM_MAKEFLAGS) uninstall-man3 X+ $(MAKE) $(AM_MAKEFLAGS) uninstall-man1 X tags: TAGS X TAGS: X X@@ -173,7 +173,7 @@ X install-strip: X $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install X installdirs: X- $(mkinstalldirs) $(DESTDIR)$(mandir)/man3 X+ $(mkinstalldirs) $(DESTDIR)$(mandir)/man1 X X X mostlyclean-generic: X@@ -203,7 +203,7 @@ X X maintainer-clean: maintainer-clean-am X X-.PHONY: install-man3 uninstall-man3 install-man uninstall-man tags \ X+.PHONY: install-man1 uninstall-man1 install-man uninstall-man tags \ X distdir info-am info dvi-am dvi check check-am installcheck-am \ X installcheck install-exec-am install-exec install-data-am install-data \ X install-am install uninstall-am uninstall all-redirect all-am all \ END-of-tnef/files/patch-aa exit >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Aug 21 22:41:37 2001 Delivered-To: freebsd-ports@freebsd.org Received: from yoda.bmi.net (yoda.bmi.net [204.57.191.163]) by hub.freebsd.org (Postfix) with ESMTP id 636F537B40F for ; Tue, 21 Aug 2001 22:40:50 -0700 (PDT) (envelope-from jmcoopr@webmail.bmi.net) Received: from johncoop.MSHOME (drumheller-router.bmi.net [206.63.201.3] (may be forged)) by yoda.bmi.net (Pro-8.9.3/Pro-8.9.3) with ESMTP id WAA10439; Tue, 21 Aug 2001 22:40:31 -0700 Received: from johncoop.MSHOME (localhost [127.0.0.1]) by johncoop.MSHOME (8.11.6/8.11.6) with ESMTP id f7M5f9k34373; Tue, 21 Aug 2001 22:41:09 -0700 (PDT) (envelope-from jmcoopr@webmail.bmi.net) Date: Tue, 21 Aug 2001 22:41:08 -0700 From: John Merryweather Cooper To: Greg Robinson Cc: John Merryweather Cooper , "Jason R . Mastaler" , Greg Robinson , freebsd-ports@FreeBSD.ORG Subject: Re: Xfree86 4.1.0 font problem. Message-ID: <20010821224108.C34558@johncoop> References: <20010821183042.A1188@johncoop> <200108220440.f7M4eaV04467@sad.rosevale.com.au> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit In-Reply-To: <200108220440.f7M4eaV04467@sad.rosevale.com.au>; from greg@rosevale.com.au on Tue, Aug 21, 2001 at 21:40:36 -0700 X-Mailer: Balsa 1.1.7 Lines: 80 Sender: owner-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 2001.08.21 21:40 Greg Robinson wrote: > [Charset ISO-8859-1 unsupported, filtering to ASCII...] > > On 2001.08.21 18:22 Jason R. Mastaler wrote: > > > On Sat, 18 Aug 2001, Greg Robinson wrote: > > > > > > > I've installed XFree86 4.1.0 from the ports collection, and I'm > > > > having trouble viewing some fonts using either linux netscape > 4.77 > > > > or freebsd netscape 4.76. > > > > > > > > The font's are just unreadable. > > > > > > I'm having the same problem after upgrading from XFree86-3. > > > > > > > I have a NVidia GeForce2 MX rev 161 as probed by Xfre86 and I'm > > > > using the nv driver which comes with 4.1.0 > > > > > > Similarily, I'm using the nv driver with a Diamond Viper 770 card. > > > However, I have the same problem on Linux as well, so it's > probably a > > > general XFree86 issue. > > > > > > > I'm running 4.3-STABLE as of a few weeks ago. > > > > > > 4.3-RELEASE. > > > > > > -- > > > (TMDA - http://tmda.sourceforge.net) > > > (SPAM reduction for qmail systems) > > > > > > > I'm also running a Diamond Viper 770 (mine's an Ultra). I had > similar > > problems with font readability until I discovered that the problem > (at > > least for me) was the DPI X was reporting for my monitor. I have a > 19" > > LG 995E running at 1280x1024. X was reporting 72dpi, but the Gimp > > configuration dialog was reporting about 102dpi. Passing -dpi 102 > to > > the X server helped big time. > > Well, this is interesting. I have the exact same monitor. Heavy > arn't > they? :-) > > My resolution is currently set to: > > dimensions: 1280x1024 pixels (374x271 millimeters) > resolution: 87x96 dots per inch > > I have had limited success with TrueType fonts after another marathon > session last night. I shall try your suggestion as well. > > Can you try a particular web page for me? > > http://www.whitepages.com.au/ > > And do a reload. The font's for me just turn really bad. As per this > screen capture: > > http://www.rosevale.com.au/~greg/pics/fonts.gif > > You can see why I'm perplexed... > > Thankx, > > Greg. Yes, the 995E develops strong arms. Great monitor though. Note, DPI based on maximum screen dimensions will be on the low side--particularly if you have a reasonable margin around the image. My calculation is based on the actual screen image. YMMV. Yes, that GIF if "fugly." On the intial load of the web page, the font in the tabs looks just like that (but NOT the font on the side). Reloading clears things right up. It's usable and legible after a reload. I'm using Mozilla from ports. jmc To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Aug 21 22:49: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 7E2B137B411 for ; Tue, 21 Aug 2001 22:40:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7M5e3383688; Tue, 21 Aug 2001 22:40:03 -0700 (PDT) (envelope-from gnats) Received: from mgr2.xmission.com (mgr2.xmission.com [198.60.22.202]) by hub.freebsd.org (Postfix) with ESMTP id 3A14B37B403 for ; Tue, 21 Aug 2001 22:35:49 -0700 (PDT) (envelope-from glewis@misty.eyesbeyond.com) Received: from [166.70.13.208] (helo=misty.eyesbeyond.com) by mgr2.xmission.com with esmtp (Exim 3.22 #1) id 15ZQfs-0003Ob-00 for FreeBSD-gnats-submit@freebsd.org; Tue, 21 Aug 2001 23:35:33 -0600 Received: (from glewis@localhost) by misty.eyesbeyond.com (8.11.3/8.11.3) id f7M5ZTk81089; Wed, 22 Aug 2001 15:05:29 +0930 (CST) (envelope-from glewis) Message-Id: <200108220535.f7M5ZTk81089@misty.eyesbeyond.com> Date: Wed, 22 Aug 2001 15:05:29 +0930 (CST) From: Greg Lewis Reply-To: glewis@eyesbeyond.com To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/29949: JDK 1.3.1 native port Sender: owner-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: 29949 >Category: ports >Synopsis: JDK 1.3.1 native port >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue Aug 21 22:40:02 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Greg Lewis >Release: FreeBSD 4.3-RELEASE i386 >Organization: BSD JDK Porting team. >Environment: System: FreeBSD misty.eyesbeyond.com 4.3-RELEASE FreeBSD 4.3-RELEASE #0: Sun Jul 22 07:18:00 CST 2001 root@misty.eyesbeyond.com:/usr/src/sys/compile/MISTY i386 >Description: Here is a shell archive of a JDK 1.3.1 native port, based on the current Sun SCSL source base and the current patchset I have on my web site. I've tested the port and it appears to work save that I can't quite figure out how to place conditional entries in the packing list for the "debug" executables and libraries. The best way to do this would be to generate the packing list dynamically. I suggest this port be placed in java/jdk13. I don't see any point in calling it alpha, beta, etc. as per the JDK 1.2.2 native port. >How-To-Repeat: N/A >Fix: # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # Makefile # distinfo # pkg-comment # pkg-descr # pkg-message # pkg-plist # echo x - Makefile sed 's/^X//' >Makefile << 'END-of-Makefile' X# New ports collection makefile for: jdk13 X# Date created: 9 August 2001 X# Whom: Greg Lewis X# X# $FreeBSD$ X# X XPORTNAME= jdk XPORTVERSION= ${JDK_VERSION}p${JDK_PATCHSET_VERSION} XCATEGORIES= java devel XMASTER_SITES= # http://www.sun.com/software/java2/download.html X# http://www.eyesbeyond.com/freebsddom/java/jdk13.html XDISTFILES= j2sdk-${JDK_VERSION:S/./_/g}-src${EXTRACT_SUFX} \ X bsd-jdk131-patches-${JDK_PATCHSET_VERSION}.tar.gz X XMAINTAINER= X XBUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4 \ X gtar:${PORTSDIR}/archivers/gtar \ X ${JDK13DIR}/bin/javac:${PORTSDIR}/java/linux-jdk13 \ X ${X11BASE}/lib/libMrm.a:${PORTSDIR}/x11-toolkits/open-motif-devel XRUN_DEPENDS= javavm:${PORTSDIR}/java/javavmwrapper X XWRKSRC= ${WRKDIR}/j2sdk1.3.1/make X XJDK_VERSION= 1.3.1 XJDK_PATCHSET_VERSION= 3 X XJDK13DIR?= ${LOCALBASE}/linux-jdk${JDK_VERSION} X XONLY_FOR_ARCHS= i386 XUSE_GMAKE= yes XRESTRICTED= "Redistribution of pre-compiled binaries isn't permitted" XMAKEFILE= Makefile XMAKE_ENV= ALT_BOOTDIR="${JDK13DIR}" \ X ALT_MOTIF_DIR="${X11BASE}" \ X OPENWINHOME="${X11BASE}" \ X CLASSPATH="" \ X JAVA_COMPILER="" XALL_TARGET= all images XPATCH_CMD= ${PATCH} < XTAR= gtar XPLIST_SUB+= JDK_VERSION=${JDK_VERSION} X XJDKIMAGEDIR= ${WRKSRC}/../build/bsd-i386/jdk-image-i386 XJDKIMAGEDIR_G= ${WRKSRC}/../build/bsd-i386/jdk-debug-image-i386 X X.if defined(NODEBUG) XPLIST_SUB+= DEBUG:="@comment " XPKGNAMESUFFIX= -nodebug X.else XPLIST_SUB+= DEBUG:="" X.endif X X.if defined(BATCH) || defined(PACKAGE_BUILDING) XIGNORE= "You can not legally distribute pre-compiled binaries" X.endif X X.include X X.for file in ${DISTFILES} X.if !exists(${DISTDIR}/${file}) XIGNORE=You must manually fetch the source distribution and FreeBSD patches (${DISTFILES}) from http://www.sun.com/software/java2/download.html and http://www.eyesbeyond.com/freebsddom/java/jdk13.html, place it in ${DISTDIR} and then run make again X.endif X.endfor X Xpre-patch: X @cd ${WRKDIR} && ${PATCH_CMD} ${WRKDIR}/jdk131.patches X X.if !defined(NODEBUG) Xpre-install: X @${ECHO_MSG} X @${ECHO_MSG} "Please use \`make -DNODEBUG' if you don't want to install libraries and binaries" X @${ECHO_MSG} "with debugging support." X @${ECHO_MSG} X.endif X Xdo-install: X ${MKDIR} ${PREFIX}/jdk${JDK_VERSION} X (cd ${JDKIMAGEDIR} && ${TAR} -c -f - .) \ X | (cd ${PREFIX}/jdk${JDK_VERSION} && ${TAR} --unlink -x -f -) X.if !defined(NODEBUG) X (cd ${JDKIMAGEDIR_G} && ${TAR} -c -f - .) \ X | (cd ${PREFIX}/jdk${JDK_VERSION} && ${TAR} --unlink -x -f -) X.endif X Xpost-install: X ${LOCALBASE}/bin/registervm "${PREFIX}/jdk${JDK_VERSION}/bin/java # JDK${JDK_VERSION}" X X.include END-of-Makefile echo x - distinfo sed 's/^X//' >distinfo << 'END-of-distinfo' XMD5 (j2sdk-1_3_1-src.tar.gz) = 787a01655133df85e65eda7deb2ece57 XMD5 (bsd-jdk131-patches-3.tar.gz) = c3798cbb4f2a69cbb87e699511144f27 END-of-distinfo echo x - pkg-comment sed 's/^X//' >pkg-comment << 'END-of-pkg-comment' XSun's Java Developers Kit END-of-pkg-comment echo x - pkg-descr sed 's/^X//' >pkg-descr << 'END-of-pkg-descr' XThis is the latest patchset from the Java 2 FreeBSD porting project. This Xport allows you to easily build a native JDK1.3.1 for FreeBSD. X XPlease note that due to the current Sun licensing policy the resulting binaries Xcan't be distributed and you are only permitted to use/hack it personally. XDue to the same reasons you have to manually fetch the source code and patchset Xfor FreeBSD. X XWWW: http://www.freebsd.org/java/ X http://www.eyesbeyond.com/freebsddom/java/index.html X http://www.sun.com/software/communitysource/java2/ END-of-pkg-descr echo x - pkg-message sed 's/^X//' >pkg-message << 'END-of-pkg-message' XSUN COMMUNITY SOURCE LICENSE XVersion 2.3 X(Rev. Date February 22, 1999) X XRECITALS X XOriginal Contributor has developed Specifications and Source Code Ximplementations of certain Technology; and X XOriginal Contributor desires to license the Technology to a large community to Xfacilitate research, innovation and product development while maintaining Xcompatibility of such products with the Technology as delivered by Original XContributor; and X XOriginal Contributor desires to license certain Sun Trademarks for the purpose Xof branding products that are compatible with the relevant Technology delivered Xby Original Contributor; and X XYou desire to license the Technology and possibly certain Sun Trademarks from XOriginal Contributor on the terms and conditions specified in this License. X XIn consideration for the mutual covenants contained herein, You and Original XContributor agree as follows: X XAGREEMENT X X1. Introduction. The Sun Community Source License and effective attachments X("License") may include five distinct licenses: Research Use, TCK, Internal XDeployment Use, Commercial Use and Trademark License. The Research Use license Xis effective when You click and accept this License. The TCK and Internal XDeployment Use licenses are effective when You click and accept this License, Xunless otherwise specified in the TCK and Internal Deployment Use attachments. XThe Commercial Use and Trademark licenses must be signed by You and Original XContributor in order to become effective. Once effective, these licenses and the Xassociated requirements and responsibilities are cumulative. Capitalized terms Xused in this License are defined in the Glossary. X X2. License Grants. X X2.1 Original Contributor Grant. Subject to Your compliance with Sections 3, X8.10 and Attachment A of this License, Original Contributor grants to You a Xworldwide, royalty-free, non- exclusive license, to the extent of Original XContributor's Intellectual Property Rights covering the Original Code, Upgraded XCode and Specifications, to do the following: X Xa) Research Use License: X (i) use, reproduce and modify the Original Code, Upgraded Code and XSpecifications to create Modifications and Reformatted Specifications for XResearch Use by You, X (ii) publish and display Original Code, Upgraded Code and XSpecifications with, or as part of Modifications, as permitted under Section 3.1 Xb) below, X (iii) reproduce and distribute copies of Original Code and Upgraded XCode to Licensees and students for Research Use by You, X (iv) compile, reproduce and distribute Original Code and Upgraded XCode in Executable form, and Reformatted Specifications to anyone for Research XUse by You. X Xb) Other than the licenses expressly granted in this License, Original XContributor retains all right, title, and interest in Original Code and Upgraded XCode and Specifications. X X2.2 Your Grants. X Xa) To Other Licensees. You hereby grant to each Licensee a license to Your XError Corrections and Shared Modifications, of the same scope and extent as XOriginal Contributor's licenses under Section 2.1 a) above relative to Research XUse, Attachment C relative to Internal Deployment Use, and Attachment D relative Xto Commercial Use. X Xb) To Original Contributor. You hereby grant to Original Contributor a Xworldwide, royalty-free, non-exclusive, perpetual and irrevocable license, to Xthe extent of Your Intellectual Property Rights covering Your Error Corrections, XShared Modifications and Reformatted Specifications, to use, reproduce, modify, Xdisplay and distribute Your Error Corrections, Shared Modifications and XReformatted Specifications, in any form, including the right to sublicense such Xrights through multiple tiers of distribution. X Xc) Other than the licenses expressly granted in Sections 2.2 a) and b) Xabove, and the restriction set forth in Section 3.1 d)(iv) below, You retain all Xright, title, and interest in Your Error Corrections, Shared Modifications and XReformatted Specifications. X X2.3 Contributor Modifications. You may use, reproduce, modify, display and Xdistribute Contributor Error Corrections, Shared Modifications and Reformatted XSpecifications, obtained by You under this License, to the same scope and extent Xas with Original Code, Upgraded Code and Specifications. X X2.4 Subcontracting. You may deliver the Source Code of Covered Code to other XLicensees having at least a Research Use license, for the sole purpose of Xfurnishing development services to You in connection with Your rights granted in Xthis License. All such Licensees must execute appropriate documents with respect Xto such work consistent with the terms of this License, and acknowledging their Xwork-made-for-hire status or assigning exclusive right to the work product and Xassociated Intellectual Property Rights to You. X X3. Requirements and Responsibilities. X3.1 Research Use License. As a condition of exercising the rights granted Xunder Section 2.1 a) above, You agree to comply with the following: X Xa) Your Contribution to the Community. All Error Corrections and Shared XModifications which You create or contribute to are automatically subject to the Xlicenses granted under Section 2.2 above. You are encouraged to license all of XYour other Modifications under Section 2.2 as Shared Modifications, but are not Xrequired to do so. You agree to notify Original Contributor of any errors in the XSpecification. X Xb) Source Code Availability. You agree to provide all Your Error XCorrections to Original Contributor as soon as reasonably practicable and, in Xany event, prior to Internal Deployment Use or Commercial Use, if applicable. XOriginal Contributor may, at its discretion, post Source Code for Your Error XCorrections and Shared Modifications on the Community Webserver. You may also Xpost Error Corrections and Shared Modifications on a web-server of Your choice; Xprovided, that You must take reasonable precautions to ensure that only XLicensees have access to such Error Corrections and Shared Modifications. Such Xprecautions shall include, without limitation, a password protection scheme Xlimited to Licensees and a click-on, download certification of Licensee status Xrequired of those attempting to download from the server. An example of an Xacceptable certification is attached as Attachment A-2. X Xc) Notices. All Error Corrections and Shared Modifications You create or Xcontribute to must include a file documenting the additions and changes You made Xand the date of such additions and changes. You must also include the notice set Xforth in Attachment A-1 in the file header. If it is not possible to put the Xnotice in a particular Source Code file due to its structure, then You must Xinclude the notice in a location (such as a relevant directory file), where a Xrecipient would be most likely to look for such a notice. X Xd) Redistribution. X X (i) Source. Covered Code may be distributed in Source Code form only Xto another Licensee (except for students as provided below). You may not offer Xor impose any terms on any Covered Code that alter the rights, requirements, or Xresponsibilities of such Licensee. You may distribute Covered Code to students Xfor use in connection with their course work and research projects undertaken at Xaccredited educational institutions. Such students need not be Licensees, but Xmust be given a copy of the notice set forth in Attachment A-3 and such notice Xmust also be included in a file header or prominent location in the Source Code Xmade available to such students. X X (ii) Executable. You may distribute Executable version(s) of Covered XCode to Licensees and other third parties only for the purpose of evaluation and Xcomment in connection with Research Use by You and under a license of Your Xchoice, but which limits use of such Executable version(s) of Covered Code only Xto that purpose. X X (iii) Modified Class, Interface and Package Naming. In connection Xwith Research Use by You only, You may use Original XContributor’s class, interface and package names only to accurately reference or Xinvoke the Source Code files You modify. XOriginal Contributor grants to You a limited license to the extent necessary for Xsuch purposes. X X (iv) You expressly agree that any distribution, in whole or in part, Xof Modifications developed by You shall only be done pursuant to the term and Xconditions of this License. X Xe) Extensions. X X (i) Covered Code. You may not include any Source Code of Community XCode in any Extensions; X X (ii) Publication. No later than the date on which You first Xdistribute such Extension for Commercial Use, You must publish to the industry, Xon a non-confidential basis and free of all copyright restrictions with respect Xto reproduction and use, an accurate and current specification for any XExtension. In addition, You must make available an appropriate test suite, Xpursuant to the same rights as the specification, sufficiently detailed to allow Xany third party reasonably skilled in the technology to produce implementations Xof the Extension compatible with the specification. Such test suites must be Xmade available as soon as reasonably practicable but, in no event, later than Xninety (90) days after Your first Commercial Use of the Extension. You must use Xreasonable efforts to promptly clarify and correct the specification and the Xtest suite upon written request by Original Contributor. X X (iii) Open. You agree to refrain from enforcing any Intellectual XProperty Rights You may have covering any interface(s) of Your Extension, which Xwould prevent the implementation of such interface(s) by Original Contributor or Xany Licensee. This obligation does not prevent You from enforcing any XIntellectual Property Right You have that would otherwise be infringed by an Ximplementation of Your Extension. X X (iv) Class, Interface and Package Naming. You may not add any Xpackages, or any public or protected classes or interfaces with names that Xoriginate or might appear to originate from Original Contributor including, Xwithout limitation, package or class names which begin with "sun", "java", X"javax", "jini", "net.jini", "com.sun" or their equivalents in any subsequent Xclass, interface and/ or package naming convention adopted by Original XContributor. It is specifically suggested that You name any new packages using Xthe "Unique Package Naming Convention" as described in "The Java Language XSpecification" by James Gosling, Bill Joy, and Guy Steele, ISBN 0-201-63451-1, XAugust 1996. Section 7.7 "Unique Package Names", on page 125 of this Xspecification which states, in part: X X"You form a unique package name by first having (or belonging to an organization Xthat has) an Internet domain name, such as "sun.com". You then reverse the name, Xcomponent by component, to obtain, in this example, "Com.sun", and use this as a Xprefix for Your package names, using a convention developed within Your Xorganization to further administer package names." X X3.2 Additional Requirements and Responsibilities. Any additional Xrequirements and responsibilities relating to the Technology are listed in XAttachment F (Additional Requirements and Responsibilities), if applicable, and Xare hereby incorporated into this Section 3. X X4. Versions of the License. X X4.1 License Versions. Original Contributor may publish revised versions of Xthe License from time to time. Each version will be given a distinguishing Xversion number. X X4.2 Effect. Once a particular version of Covered Code has been provided Xunder a version of the License, You may always continue to use such Covered Code Xunder the terms of that version of the License. You may also choose to use such XCovered Code under the terms of any subsequent version of the License. No one Xother than Original Contributor has the right to promulgate License versions. X X5. Disclaimer of Warranty. X X5.1 COVERED CODE IS PROVIDED UNDER THIS LICENSE "AS IS", WITHOUT WARRANTY OF XANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING, WITHOUT LIMITATION, WARRANTIES XTHAT THE COVERED CODE IS FREE OF DEFECTS, MERCHANTABLE, FIT FOR A PARTICULAR XPURPOSE OR NON-INFRINGING. YOU AGREE TO BEAR THE ENTIRE RISK IN CONNECTION WITH XYOUR USE AND DISTRIBUTION OF COVERED CODE UNDER THIS LICENSE. THIS DISCLAIMER OF XWARRANTY CONSTITUTES AN ESSENTIAL PART OF THIS LICENSE. NO USE OF ANY COVERED XCODE IS AUTHORIZED HEREUNDER EXCEPT SUBJECT TO THIS DISCLAIMER. X X5.2 You acknowledge that Original Code, Upgraded Code and Specifications are Xnot designed or intended for use in (i) on-line control of aircraft, air Xtraffic, aircraft navigation or aircraft communications; or (ii) in the design, Xconstruction, operation or maintenance of any nuclear facility. Original XContributor disclaims any express or implied warranty of fitness for such uses. X X6. Termination. X X6.1 By You. You may terminate this Research Use license at anytime by Xproviding written notice to Original Contributor. X X6.2 By Original Contributor. This License and the rights granted hereunder Xwill terminate: X X (i) automatically if You fail to comply with the terms of this XLicense and fail to cure such breach within 30 days of receipt of written notice Xof the breach; X X (ii) immediately in the event of circumstances specified in Sections X7.1 and 8.4; or X X (iii) at Original Contributor's discretion upon any action initiated Xin the first instance by You alleging that use or distribution by Original XContributor or any Licensee, of Original Code, Upgraded Code, Error Corrections Xor Shared Modifications contributed by You, or Specifications, infringe a patent Xowned or controlled by You. X X6.3 Effective of Termination. Upon termination, You agree to discontinue use Xand return or destroy all copies of Covered Code in Your possession. All Xsublicenses to the Covered Code which You have properly granted shall survive Xany termination of this License. Provisions which, by their nature, should Xremain in effect beyond the termination of this License shall survive including, Xwithout limitation, Sections 2.2, 3, 5, 7 and 8. X X6.4 Each party waives and releases the other from any claim to compensation Xor indemnity for permitted or lawful termination of the business relationship Xestablished by this License. X X7. Liability. X X7.1 Infringement. Should any of the Original Code, Upgraded Code, TCK or XSpecifications ("Materials") become the subject of a claim of infringement, XOriginal Contributor may, at its sole option, (i) attempt to procure the rights Xnecessary for You to continue using the Materials, (ii) modify the Materials so Xthat they are no longer infringing, or (iii) terminate Your right to use the XMaterials, immediately upon written notice, and refund to You the amount, if Xany, having then actually been paid by You to Original Contributor for the XOriginal Code, Upgraded Code and TCK, depreciated on a straight line, five year Xbasis. X X7.2 LIMITATION OF LIABILITY. TO THE FULL EXTENT ALLOWED BY APPLICABLE LAW, XORIGINAL CONTRIBUTOR's LIABILITY TO YOU FOR CLAIMS RELATING TO THIS LICENSE, XWHETHER FOR BREACH OR IN TORT, SHALL BE LIMITED TO ONE HUNDRED PERCENT (100%) OF XTHE AMOUNT HAVING THEN ACTUALLY BEEN PAID BY YOU TO ORIGINAL CONTRIBUTOR FOR ALL XCOPIES LICENSED HEREUNDER OF THE PARTICULAR ITEMS GIVING RISE TO SUCH CLAIM, IF XANY. IN NO EVENT WILL YOU (RELATIVE TO YOUR SHARED MODIFICATIONS OR ERROR XCORRECTIONS) OR SUN BE LIABLE FOR ANY INDIRECT, PUNITIVE, SPECIAL, INCIDENTAL OR XCONSEQUENTIAL DAMAGES IN CONNECTION WITH OR ARISING OUT OF THIS LICENSE X(INCLUDING, WITHOUT LIMITATION, LOSS OF PROFITS, USE, DATA, OR OTHER ECONOMIC XADVANTAGE), HOWEVER IT ARISES AND ON ANY THEORY OF LIABILITY, WHETHER IN AN XACTION FOR CONTRACT, STRICT LIABILITY OR TORT (INCLUDING NEGLIGENCE) OR XOTHERWISE, WHETHER OR NOT YOU OR ORIGINAL CONTRIBUTOR HAS BEEN ADVISED OF THE XPOSSIBILITY OF SUCH DAMAGE AND NOTWITHSTANDING THE FAILURE OF ESSENTIAL PURPOSE XOF ANY REMEDY. X X8. Miscellaneous. X X8.1 Trademark. You agree to comply with the then current Sun Trademark & XLogo Usage Requirements accessible through the SCSL Webpage. Except as expressly Xprovided in the License, You are granted no right, title or license to, or Xinterest in, any Sun Trademarks. You agree not to (i) challenge Original XContributor's ownership or use of Sun Trademarks; (ii) attempt to register any XSun Trademarks, or any mark or logo substantially similar thereto; or (iii) Xincorporate any Sun Trademarks into Your own trademarks, product names, service Xmarks, company names, or domain names. X X8.2 Integration. This License represents the complete agreement concerning Xthe subject matter hereof. X X8.3 Assignment. Original Contributor may assign this License, and its rights Xand obligations hereunder, in its sole discretion. You may assign the Research XUse portions of this License to a third party upon prior written notice to XOriginal Contributor (which may be provided via the Community Web-Server). You Xmay not assign the Commercial Use license or TCK license, including by way of Xmerger (regardless of whether You are the surviving entity) or acquisition, Xwithout Original Contributor's prior written consent. X X8.4 Severability. If any provision of this License is held to be Xunenforceable, such provision shall be reformed only to the extent necessary to Xmake it enforceable. Notwithstanding the foregoing, if You are prohibited by law Xfrom fully and specifically complying with Sections 2.2 or 3, this License will Ximmediately terminate and You must immediately discontinue any use of Covered XCode. X X8.5 Governing Law. This License shall be governed by the laws of the United XStates and the State of California, as applied to contracts entered into and to Xbe performed in California between California residents. The application of the XUnited Nations Convention on Contracts for the International Sale of Goods is Xexpressly excluded. X X8.6 Dispute Resolution. X Xa) Any dispute arising out of or relating to this License shall be finally Xsettled by arbitration as set out herein, except that either party may bring any Xaction, in a court of competent jurisdiction (which jurisdiction shall be Xexclusive), with respect to any dispute relating to such party's Intellectual XProperty Rights or with respect to Your compliance with the TCK license. XArbitration shall be administered: (i) by the American Arbitration Association X(AAA), (ii) in accordance with the rules of the United Nations Commission on XInternational Trade Law (UNCITRAL) (the "Rules") in effect at the time of Xarbitration as modified herein; and (iii) the arbitrator will apply the Xsubstantive laws of California and United States. Judgement upon the award Xrendered by the arbitrator may be entered in any court having jurisdiction to Xenforce such award. X Xb) All arbitration proceedings shall be conducted in English by a single Xarbitrator selected in accordance with the Rules, who must be fluent in English Xand be either a retired judge or practicing attorney having at least ten (10) Xyears litigation experience and be reasonably familiar with the technology Xmatters relative to the dispute. Unless otherwise agreed, arbitration venue Xshall be in London, Tokyo, or San Francisco, whichever is closest to defendant's Xprincipal business office. The arbitrator may award monetary damages only and Xnothing shall preclude either party from seeking provisional or emergency relief Xfrom a court of competent jurisdiction. The arbitrator shall have no authority Xto award damages in excess of those permitted in this License and any such award Xin excess is void. All awards will be payable in U.S. dollars and may include, Xfor the prevailing party (i) pre-judgment award interest, (ii) reasonable Xattorneys' fees incurred in connection with the arbitration, and (iii) Xreasonable costs and expenses incurred in enforcing the award. The arbitrator Xwill order each party to produce identified documents and respond to no more Xthan twenty-five single question interrogatories. X X8.7 Construction. Any law or regulation which provides that the language of Xa contract shall be construed against the drafter shall not apply to this XLicense. X X8.8 U.S. Government End Users. The Covered Code is a "commercial item", as Xthat term is defined in 48 C.F.R. 2.101 (Oct. 1995), consisting of "commercial Xcomputer software" and "commercial computer software documentation", as such Xterms are used in 48 C.F.R. 12.212 (Sept. 1995). Consistent with 48 C.F.R. X12.212 and 48 C.F.R. 227.7202-1 through 227.7202-4 (June 1995), all U.S. XGovernment End Users acquire Covered Code with only those rights set forth Xherein. You agree to pass this notice to Your licensees. X X8.9 Press Announcements. All press announcements relative to the execution Xof this License must be reviewed and approved by Original Contributor and You Xprior to release. X X8.10 International Use. X Xa) Export/Import laws. Covered Code is subject to U.S. export control laws Xand may be subject to export or import regulations in other countries. Each Xparty agrees to comply strictly with all such laws and regulations and Xacknowledges their responsibility to obtain such licenses to export, re- export, Xor import as may be required. You agree to pass these obligations to Your Xlicensees. X Xb) Intellectual Property Protection. Due to limited intellectual property Xprotection and enforcement in certain countries, You agree not to redistribute Xthe Original Code, Upgraded Code, TCK and Specifications to any country other Xthan the list of restricted countries on the SCSL Webpage. X X8.11 Language. This License is in the English language only, which language Xshall be controlling in all respects, and all versions of this License in any Xother language shall be for accommodation only and shall not be binding on the Xparties to this License. All communications and notices made or given pursuant Xto this License, and all documentation and support to be provided, unless Xotherwise noted, shall be in the English language. X XPLEASE READ THE TERMS OF THIS LICENSE CAREFULLY. BY CLICKING ON THE "ACCEPT" XBUTTON BELOW YOU ARE ACCEPTING AND AGREEING TO THE TERMS AND CONDITIONS OF THIS XLICENSE WITH SUN MICROSYSTEMS, INC. IF YOU ARE AGREEING TO THIS LICENSE ON XBEHALF OF A COMPANY, YOU REPRESENT THAT YOU ARE AUTHORIZED TO BIND THE COMPANY XTO SUCH A LICENSE. WHETHER YOU ARE ACTING ON YOUR OWN BEHALF, OR REPRESENTING A XCOMPANY, YOU MUST BE OF MAJORITY AGE AND BE OTHERWISE COMPETENT TO ENTER INTO XCONTRACTS. IF YOU DO NOT MEET THIS CRITERIA OR YOU DO NOT AGREE TO ANY OF THE XTERMS AND CONDITIONS OF THIS LICENSE, CLICK ON THE REJECT BUTTON TO EXIT. X XACCEPT REJECT X XGLOSSARY X X1. "Commercial Use" means any use (excluding Internal Deployment Use) or Xdistribution, directly or indirectly of Compliant Covered Code by You to any Xthird party, alone or bundled with any other software or hardware, for direct or Xindirect commercial or strategic gain or advantage, subject to execution of XAttachment D by You and Original Contributor. X X2. "Community Code" means the Original Code, Upgraded Code, Error XCorrections, Shared Modifications, or any combination thereof. X X3. "Community Webserver(s)" means the webservers designated by Original XContributor for posting Error Corrections and Shared Modifications. X X4. "Compliant Covered Code" means Covered Code that complies with the Xrequirements of the TCK. X X5. "Contributor" means each Licensee that creates or contributes to the Xcreation of any Error Correction or Shared Modification. X X6. "Covered Code" means the Original Code, Upgraded Code, Modifications, or Xany combination thereof. X X7. "Error Correction" means any change made to Community Code which Xconforms to the Specification and corrects the adverse effect of a failure of XCommunity Code to perform any function set forth in or required by the XSpecifications. X X7. "Executable" means Covered Code that has been converted to a form other Xthan Source Code. X X9. "Extension(s)" means any additional classes or other programming code Xand/or interfaces developed by or for You which: (i) are designed for use with Xthe Technology; (ii) constitute an API for a library of computing functions or Xservices; and (iii) are disclosed to third party software developers for the Xpurpose of developing software which invokes such additional classes or other Xprogramming code and/or interfaces. The foregoing shall not apply to software Xdevelopment by Your subcontractors to be exclusively used by You. X X10. "Intellectual Property Rights" means worldwide statutory and common law Xrights associated solely with (i) patents and patent applications; (ii) works of Xauthorship including copyrights, copyright applications, copyright registrations Xand "moral rights"; (iii) the protection of trade and industrial secrets and Xconfidential information; and (iv) divisions, continuations, renewals, and re- Xissuances of the foregoing now existing or acquired in the future. X X11. "Internal Deployment Use" means use of Compliant Covered Code (excluding XResearch Use) within Your business or organization only by Your employees and/or Xagents, subject to execution of Attachment C by You and Original Contributor, if Xrequired. X X12. "Licensee" means any party that has entered into and has in effect a Xversion of this License with Original Contributor. X X13. "Modification(s)" means (i) any change to Covered Code; (ii) any new Xfile or other representation of computer program statements that contains any Xportion of Covered Code; and/or (iii) any new Source Code implementing any Xportion of the Specifications. X X14. "Original Code" means the initial Source Code for the Technology as Xdescribed on the Technology Download Site. X X15. "Original Contributor" means Sun Microsystems, Inc., its affiliates and Xits successors and assigns. X X16. "Reformatted Specifications" means any revision to the Specifications Xwhich translates or reformats the Specifications (as for example in connection Xwith Your documentation) but which does not alter, subset or superset the Xfunctional or operational aspects of the Specifications. X X17. "Research Use" means use and distribution of Covered Code only for Your Xresearch, development, educational or personal and individual use, and expressly Xexcludes Internal Deployment Use and Commercial Use. X X18. "SCSL Webpage" means the Sun Community Source license webpage located at Xhttp://sun.com/software/communitysource, or such other url that Sun may Xdesignate from time to time. X X19. "Shared Modifications" means Modifications provided by You, at Your Xoption, pursuant to Section 2.2, or received by You from a Contributor pursuant Xto Section 2.3. X X20. "Source Code" means computer program statements written in any Xhigh-level, readable form suitable for modification and development. X X21. "Specifications" means the specifications for the Technology and other Xdocumentation, as designated on the Technology Download Site, as may be revised Xby Original Contributor from time to time. X X22. "Sun Trademarks" means Original Contributor's SUN, JAVA, and JINI Xtrademarks and logos, whether now used or adopted in the future. X X23. "Technology" means the technology described in Attachment B, and XUpgrades. X X24. "Technology Compatibility Kit" or "TCK" means the test programs, Xprocedures and/or other requirements, designated by Original Contributor for use Xin verifying compliance of Covered Code with the Specifications, in conjunction Xwith the Original Code and Upgraded Code. Original Contributor may, in its sole Xdiscretion and from time to time, revise a TCK to correct errors and/or Xomissions and in connection with Upgrades. X X25. "Technology Download Site" means the site(s) designated by Original XContributor for access to the Original Code, Upgraded Code, TCK and XSpecifications. X X26. "Upgrade(s)" means new versions of Technology designated exclusively by XOriginal Contributor as an "Upgrade" and released by Original Contributor from Xtime to time. X X27. "Upgraded Code" means the Source Code for Upgrades, possibly including XModifications made by Contributors. X X28. "You(r)" means an individual, or a legal entity acting by and through an Xindividual or individuals, exercising rights either under this License or under Xa future version of this License issued pursuant to Section 4.1. For legal Xentities, "You(r)" includes any entity that by majority voting interest Xcontrols, is controlled by, or is under common control with You. X XATTACHMENT A X XREQUIRED NOTICES X X XATTACHMENT A-1 X XREQUIRED IN ALL CASES X X"The contents of this file, or the files included with this file, are subject to Xthe current version of Sun Community Source License for [fill in name of Xapplicable Technology] (the "License"); You may not use this file except in Xcompliance with the License. You may obtain a copy of the License at Xhttp://sun.com/software/communitysource. See the License for the rights, Xobligations and limitations governing use of the contents of the file. X X XThe Original and Upgraded Code is [fill in name and version of applicable XTechnology]. The developer of the Original and Upgraded Code is Sun XMicrosystems, Inc. Sun Microsystems, Inc. owns the copyrights in the portions it Xcreated. All Rights Reserved. X X X Contributor(s): _______________________________________________ X XAssociated Test Suite(s) Location: ________________________________" X X X XATTACHMENT A-2 X XSAMPLE LICENSEE CERTIFICATION X X"By clicking the 'Agree' button below, You certify that You are a Licensee in Xgood standing under the Sun Community Source License, [fill in applicable XTechnology and Version] ("License") and that Your access, use and distribution Xof code and information You may obtain at this site is subject to the License."” X X X XATTACHMENT A-3 X XREQUIRED STUDENT NOTIFICATION X X"This software and related documentation has been obtained by your educational Xinstitution subject to the Sun Community Source License, [fill in applicable XTechnology]. You have been provided access to the software and related Xdocumentation for use only in connection with your course work and research Xactivities as a matriculated student of your educational institution. Any other Xuse is expressly prohibited. X XTHIS SOFTWARE AND RELATED DOCUMENTATION CONTAINS PROPRIETARY MATERIAL OF SUN XMICROSYSTEMS, INC, WHICH ARE PROTECTED BY VARIOUS INTELLECTUAL PROPERTY RIGHTS. X XYou may not use this file except in compliance with the License. You may obtain Xa copy of the License on the web at http://sun.com/software/communitysource."” X X X XATTACHMENT B X XJava(tm) 2 SDK Technology X XDescription of "Technology" X XJava(tm) 2 SDK Technology v.1.3.1 as described on the Technology Download Site. X X X XATTACHMENT C X XINTERNAL DEPLOYMENT USE X XThis Attachment C is only effective for the Technology specified in Attachment XB, upon execution of Attachment D (Commercial Use License) including the Xrequirement to pay royalties. In the event of a conflict between the terms of Xthis Attachment C and Attachment D, the terms of Attachment D shall govern. X X1. Internal Deployment License Grant. Subject to Your compliance with XSection 2 below, and Section 8.10 of the Research Use license; in addition to Xthe Research Use license and the TCK license, Original Contributor grants to You Xa worldwide, non-exclusive license, to the extent of Original Contributor's XIntellectual Property Rights covering the Original Code, Upgraded Code and XSpecifications, to do the following: X Xa) reproduce and distribute internally, Original Code and Upgraded Code as Xpart of Compliant Covered Code, and Specifications, for Internal Deployment Use, X Xb) compile such Original Code and Upgraded Code, as part of Compliant XCovered Code, and reproduce and distribute internally the same in Executable Xform for Internal Deployment Use, and X Xc) reproduce and distribute internally, Reformatted Specifications for use Xin connection with Internal Deployment Use. X X 2. Additional Requirements and Responsibilities. In addition to the Xrequirements and responsibilities described under Section 3.1 of the Research XUse license, and as a condition to exercising the rights granted under Section 3 Xabove, You agree to the following additional requirements and responsibilities: X X2.1 Compatibility. All Covered Code must be Compliant Covered Code prior to Xany Internal Deployment Use or Commercial Use, whether originating with You or Xacquired from a third party. Successful compatibility testing must be completed Xin accordance with the TCK License. If You make any further Modifications to any XCovered Code previously determined to be Compliant Covered Code, You must ensure Xthat it continues to be Compliant Covered Code. X X X XATTACHMENT D XCOMMERCIAL USE LICENSE X X1. Effect. This Attachment D is effective only if signed below by You and XOriginal Contributor, and applies to Your Commercial Use of Original Code and XUpgraded Code. X X2. Term. Upon execution of this Attachment D by You and Original XContributor, this Commercial Use license shall have an initial term of 3 years Xand shall automatically renew for additional one year terms unless either party Xprovides notice to the other no less than 60 days prior to an anniversary date. X X3. Commercial Use License Grant. Subject to Your compliance with Section 4 Xbelow, Section 8.10 of the Research Use license, and the TCK license; in Xaddition to the Research Use license, the TCK license, and the Internal XDeployment Use license, Original Contributor grants to You a worldwide, Xnon-exclusive, non-transferable license, to the extent of Original Contributor's XIntellectual Property Rights covering the Original Code, Upgraded Code and XSpecifications, to do the following: X Xa) reproduce and distribute Compliant Covered Code; X Xb) compile Compliant Covered Code and reproduce and distribute the same in XExecutable form through multiple tiers of distribution; and X Xc) reproduce and distribute Reformatted Specifications in association with XCompliant Covered Code. X X4. Additional Requirements and Responsibilities. In addition to the Xrequirements and responsibilities specified in the Research Use license, the TCK Xlicense and the Internal Deployment license, and as a condition to exercising Xthe rights granted in Section 3 above, You agree to the following additional Xrequirements and responsibilities: X Xa) Distribution of Source Code. Source Code of Compliant Covered Code may Xbe distributed only to another Licensee of the same Technology. X Xb) Distribution of Executable Code. You may distribute the Executable Xversion(s) of Compliant Covered Code under a license of Your choice, which may Xcontain terms different from this License, provided (i) that You are in Xcompliance with the terms of this License, and (ii) You must make it absolutely Xclear that any terms which differ from this License are offered by You alone, Xnot by Original Contributor or any other Contributor. X Xc) Branding. Products integrating Compliant Covered Code used for XCommercial Use must be branded with the Technology compliance logo under a Xseparate trademark license required to be executed by You and Original XContributor concurrent with execution of this Attachment D. X X5. Indemnity/Limitation of Liability. The provisions of Section 7.1 of the XResearch Use license are superseded by the following: X Xa) Your Indemnity Obligation. You hereby agree to defend, at Your expense, Xany legal proceeding brought against Original Contributor or any Licensee to the Xextent it is based on a claim: (i) that the use, reproduction or distribution of Xany of Your Error Corrections or Shared Modifications is an infringement of a Xthird party trade secret or a copyright in a country that is a signatory to the XBerne Convention; (ii) arising in connection with any representation, warranty, Xsupport, indemnity, liability or other license terms You may offer in connection Xwith any Covered Code; or (iii) arising from Your Commercial Use of Covered XCode, other than a claim covered by Section 5.b) below, or a patent claim based Xsolely on Covered Code not provided by You. You will pay all damages costs and Xfees awarded by a court of competent jurisdiction, or such settlement amount Xnegotiated by You, attributable to such claim. X Xb) Original Contributor's Indemnity Obligation. Original Contributor will Xdefend, at its expense, any legal proceeding brought against You, to the extent Xit is based on a claim that Your authorized Commercial Use of Original Code and XUpgraded Code is an infringement of a third party trade secret or a copyright in Xa country that is a signatory to the Berne Convention, and will pay all damages Xcosts and fees awarded by a court of competent jurisdiction, or such settlement Xamount negotiated by Original Contributor, attributable to such claim. The Xforegoing shall not apply to any claims of intellectual property infringement Xbased upon the combination of code or documentation supplied by Original XContributor with code, technology or documentation from other sources. X Xc) Right of Intervention. Original Contributor will have the right, but not Xthe obligation, to defend You, at Original Contributor's expense, in connection Xwith a claim that Your Commercial Use of Original Code and Upgraded Code is an Xinfringement of a third party patent and will, if Original Contributor chooses Xto defend You, pay all damages costs and fees awarded by a court of competent Xjurisdiction, or such settlement amount negotiated by Original Contributor, Xattributable to such claim. X Xd) Prerequisites. Under Sections 5.b) and c) above, You must, and under XSection 5.a) above, Original Contributor or any Licensee must: (i) provide Xnotice of the claim promptly to the party providing an indemnity; (ii) give the Xindemnifying party sole control of the defense and settlement of the claim; X(iii) provide the indemnifying party, at indemnifying party's expense, all Xavailable information, assistance and authority to defend; and (iv) not have Xcompromised or settled such claim or proceeding without the indemnifying party's Xprior written consent. X Xe) Additional Remedies. Should any Original Code, Upgraded Code, TCK, XSpecifications, or Modifications become, or in the indemnifying party's opinion Xbe likely to become, the subject of a claim of infringement for which indemnity Xis provided above, the indemnifying party may, at its sole option, attempt to Xprocure on reasonable terms the rights necessary for the indemnified party to Xexercise its license rights under this License with respect to the infringing Xitems, or to modify the infringing items so that they are no longer infringing Xwithout substantially impairing their function or performance. If the Xindemnifying party is unable to do the foregoing after reasonable efforts, then Xthe indemnifying party may send a notice of such inability to the indemnified Xparty together with a refund of any license fees received by the indemnifying Xparty from the indemnified party for the infringing items applicable to the Xindemnified party's future use or distribution of such infringing items, in Xwhich case the indemnifying party will not be liable for any damages resulting Xfrom infringing activity with respect to the infringing items occurring after Xsuch notice and refund. X X6. Support Programs. X XSupport to You. Technical support is not provided to You by Original Contributor Xunder this License. You may contract for one or more support programs from XOriginal Contributor relating to the Technology which are described on the SCSL XWebpage. X XCustomer Support. You are responsible for providing technical and maintenance Xsupport services to Your customers for Your products and services incorporating Xthe Compliant Covered code. X X7. Royalties and Payments. X XTechnology specified in Attachment B. X X XField of Use:____________________ X XRoyalty per Unit $_______________ X X Xb) Royalty Payments. Payment of royalties shall be made quarterly, shall be Xdue thirty (30) days following the end of the calendar quarter to which they Xrelate and shall be submitted with a written statement documenting the basis for Xthe royalty calculation. X Xc) Taxes. All payments required by this License shall be made in United XStates dollars, are exclusive of taxes, and Licensee agrees to bear and be Xresponsible for the payment of all such taxes, including, but not limited to, Xall sales, use, rental receipt, personal property or other taxes and their Xequivalents which may be levied or assessed in connection with this License X(excluding only taxes based on Original Contributor's net income). To the extent XLicensee is required to withhold taxes based upon Original Contributor's income Xin any country, You agree to provide Original Contributor with written evidence Xof such withholding, suitable for Original Contributor to obtain a tax credit in Xthe United States. X Xd) Records. You agree to maintain account books and records consistent with XGenerally Accepted Accounting Principles appropriate to Your domicile, as may be Xin effect from time to time, sufficient to allow the correctness of the Xroyalties required to be paid pursuant to this License to be determined. X Xe) Audit Rights. Original Contributor shall have the right to audit such Xaccounts upon reasonable prior notice using an independent auditor of Original XContributor's choice (the "Auditor"). The Auditor shall be bound to keep Xconfidential the details of Your business affairs and to limit disclosure of the Xresults of any audit to the sufficiency of the accounts and the amount, if any, Xof a payment adjustment that should be made. Such audits shall not occur more Xthan once each year (unless discrepancies are discovered in excess of the five Xpercent (5%) threshold set forth in Section 7.f) below, in which case two Xconsecutive quarters per year may be audited). Except as set forth in Section X7.f) below, Original Contributor shall bear all costs and expenses associated Xwith the exercise of its rights to audit. X Xf) Payment Errors. In the event that any errors in payments shall be Xdetermined, such errors shall be corrected by appropriate adjustment in payment Xfor the quarterly period during which the error is discovered. In the event of Xan underpayment of more than five percent (5%) of the proper amount owed, upon Xsuch underpayment being properly determined by the Auditor, You agree to Xreimburse Original Contributor the amount of the underpayment and all reasonable Xcosts and expenses associated with the exercise of its rights to audit, and Xinterest on the overdue amount at the maximum allowable interest rate from the Xdate of accrual of such obligation. X X8. Notice of Breach or Infringement. Each party shall notify the other Ximmediately in writing when it becomes aware of any breach or violation of the Xterms of this License, or when You become aware of any potential or actual Xinfringement by a third party of the Technology or Sun's Intellectual Property XRights therein. X X9. Proprietary Rights Notices. You may not remove any copyright notices, Xtrademark notices or other proprietary legends of Original Contributor or its Xsuppliers contained on or in the Original Code, Upgraded Code and XSpecifications. X X10. Notices. All written notices required by this License must be delivered Xin person or by means evidenced by a delivery receipt and will be effective upon Xreceipt by the persons at the addresses specified below. X X XOriginal Contributor: You: X XSun Microsystems, Inc. _____________________________ X X901 San Antonio Road ______________________________ X XPalo Alto, California 94303 ______________________________ X XAttn.: VP, Sun Software and XTechnology Sales ______________________________ X Xcc: Sun Software and Technology, XGeneral Counsel X X11. Disclaimer of Agency. The relationship created hereby is that of Xlicensor and licensee and the parties hereby acknowledge and agree that nothing Xherein shall be deemed to constitute You as a franchisee of Original XContributor. You hereby waive the benefit of any state or federal statutes Xdealing with the establishment and regulation of franchises. X X Agreed: X XYou: Original Contributor: X X_____________________________ Sun Microsystems, Inc. X(Your Name) X XBy:__________________________ By:________________________ X XName:________________________ Name:______________________ X XTitle_________________________ Title:_____________________ X XDate:_________________________ Date:______________________ X X X X XATTACHMENT E XTECHNOLOGY COMPATIBILITY KIT X XThe following license is effective for the Java(tm)2 SDK Version 1.3.1 XTechnology Compatibility Kit only upon execution of a separate support agreement Xbetween You and Original Contributor (subject to an annual fee) as described on Xthe SCSL Webpage. The Technology Compatibility Kit for the Technology specified Xin Attachment B may be accessed at the Technology Download Site only upon Xexecution of the support agreement. X X1. TCK License. X Xa) Subject to the restrictions set forth in Section 1.b below and Section X8.10 of the Research Use license, in addition to the Research Use license, XOriginal Contributor grants to You a worldwide, non-exclusive, non-transferable Xlicense, to the extent of Original Contributor's Intellectual Property Rights in Xthe TCK (without the right to sublicense), to use the TCK to develop and test XCovered Code. X Xb) TCK Use Restrictions. You are not authorized to create derivative works Xof the TCK or use the TCK to test any implementation of the Specification that Xis not Covered Code. You may not publish Your test results or make claims of Xcomparative compatibility with respect to other implementations of the XSpecification. In consideration for the license grant in Section 1.a above You Xagree not to develop Your own tests which are intended to validate conformation Xwith the Specification. X X2. Requirements for Determining Compliance. X X2.1 Definitions. X Xa) "Added Value" means code which: X X (i) has a principal purpose which is substantially different from Xthat of the stand-alone Technology; X X (ii) represents a significant functional and value enhancement to the XTechnology; X X (iii) operates in conjunction with the Technology; and X X (iv) is not marketed as a technology which replaces or substitutes Xfor the Technology. X Xb) “"Java Classes" means the specific class libraries associated with each XTechnology defined in Attachment B. X Xc) “"Java Runtime Interpreter" means the program(s) which implement the XJava virtual machine for the Technology as defined in the Specification. X Xd) “"Platform Dependent Part" means those Original Code and Upgraded Code Xfiles of the Technology which are not in a "share" directory or subdirectory Xthereof. X Xe) “"Shared Part" means those Original Code and Upgraded Code files of the XTechnology which are identified as "shared" (or words of similar meaning) or Xwhich are in any "share" directory or subdirectory thereof, except those files Xspecifically designated by Original Contributor as modifiable. X Xf) "User's Guide" means the users guide for the TCK which Sun makes Xavailable to You to provide direction in how to run the TCK and properly Xinterpret the results, as may be revised by Sun from time to time. X X2.2 Development Restrictions. Compliant Covered Code: X Xa) must include Added Value; X Xb) must fully comply with the Specifications for the Technology specified Xin Attachment B; X Xc) must include the Shared Part, complete and unmodified; X Xd) may not modify the functional behavior of the Java Runtime Interpreter Xor the Java Classes; X Xe) may not modify, subset or superset the interfaces of the Java Runtime XInterpreter or the Java Classes; X Xf) may not subset or superset the Java Classes; and X Xg) may not modify or extend the required public class or public interface Xdeclarations whose names begin with "java", "javax", "jini", "net.jini", X"sun.hotjava", "COM.sun" or their equivalents in any subsequent naming Xconvention. X X2.3 Compatibility Testing. Successful compatibility testing must be Xcompleted by You, or at Original Contributor's option, a third party designated Xby Original Contributor, to conduct such tests, in accordance with the User's XGuide, and using the most current version of the applicable TCK available from XOriginal Contributor one hundred twenty (120) days (two hundred forty [240] days Xin the case of silicon implementations) prior to: (i) Your Internal Deployment XUse; and (ii) each release of Compliant Covered Code by You for Commercial Use. XIn the event that You elect to use a version of Upgraded Code that is newer than Xthat which is required under this Section 2.3, then You agree to pass the Xversion of the TCK that corresponds to such newer version of Upgraded Code. X X2.4 Test Results. You agree to provide to Original Contributor or the third Xparty test facility if applicable, Your test results that demonstrate that XCovered Code is Compliant Covered Code and that Original Contributor may publish Xor otherwise distribute such test results. X X X END-of-pkg-message echo x - pkg-plist sed 's/^X//' >pkg-plist << 'END-of-pkg-plist' Xjdk%%JDK_VERSION%%/COPYRIGHT Xjdk%%JDK_VERSION%%/LICENSE Xjdk%%JDK_VERSION%%/LICENSE.fr Xjdk%%JDK_VERSION%%/README Xjdk%%JDK_VERSION%%/README.html Xjdk%%JDK_VERSION%%/bin/i386/green_threads/java Xjdk%%JDK_VERSION%%/bin/i386/green_threads/oldjava Xjdk%%JDK_VERSION%%/bin/i386/green_threads/javac Xjdk%%JDK_VERSION%%/bin/i386/green_threads/oldjavac Xjdk%%JDK_VERSION%%/bin/i386/green_threads/javah Xjdk%%JDK_VERSION%%/bin/i386/green_threads/keytool Xjdk%%JDK_VERSION%%/bin/i386/green_threads/jarsigner Xjdk%%JDK_VERSION%%/bin/i386/green_threads/policytool Xjdk%%JDK_VERSION%%/bin/i386/green_threads/jar Xjdk%%JDK_VERSION%%/bin/i386/green_threads/appletviewer Xjdk%%JDK_VERSION%%/bin/i386/green_threads/tnameserv Xjdk%%JDK_VERSION%%/bin/i386/green_threads/rmic Xjdk%%JDK_VERSION%%/bin/i386/green_threads/rmiregistry Xjdk%%JDK_VERSION%%/bin/i386/green_threads/rmid Xjdk%%JDK_VERSION%%/bin/i386/green_threads/javap Xjdk%%JDK_VERSION%%/bin/i386/green_threads/native2ascii Xjdk%%JDK_VERSION%%/bin/i386/green_threads/serialver Xjdk%%JDK_VERSION%%/bin/i386/green_threads/oldjdb Xjdk%%JDK_VERSION%%/bin/i386/green_threads/javadoc Xjdk%%JDK_VERSION%%/bin/i386/green_threads/extcheck Xjdk%%JDK_VERSION%%/bin/i386/green_threads/idlj Xjdk%%JDK_VERSION%%/bin/i386/green_threads/jdb X%%DEBUG%%jdk%%JDK_VERSION%%/bin/i386/green_threads/java_g X%%DEBUG%%jdk%%JDK_VERSION%%/bin/i386/green_threads/oldjava_g X%%DEBUG%%jdk%%JDK_VERSION%%/bin/i386/green_threads/javac_g X%%DEBUG%%jdk%%JDK_VERSION%%/bin/i386/green_threads/oldjavac_g X%%DEBUG%%jdk%%JDK_VERSION%%/bin/i386/green_threads/javah_g X%%DEBUG%%jdk%%JDK_VERSION%%/bin/i386/green_threads/keytool_g X%%DEBUG%%jdk%%JDK_VERSION%%/bin/i386/green_threads/jarsigner_g X%%DEBUG%%jdk%%JDK_VERSION%%/bin/i386/green_threads/policytool_g X%%DEBUG%%jdk%%JDK_VERSION%%/bin/i386/green_threads/jar_g X%%DEBUG%%jdk%%JDK_VERSION%%/bin/i386/green_threads/appletviewer_g X%%DEBUG%%jdk%%JDK_VERSION%%/bin/i386/green_threads/tnameserv_g X%%DEBUG%%jdk%%JDK_VERSION%%/bin/i386/green_threads/rmic_g X%%DEBUG%%jdk%%JDK_VERSION%%/bin/i386/green_threads/rmiregistry_g X%%DEBUG%%jdk%%JDK_VERSION%%/bin/i386/green_threads/rmid_g X%%DEBUG%%jdk%%JDK_VERSION%%/bin/i386/green_threads/javap_g X%%DEBUG%%jdk%%JDK_VERSION%%/bin/i386/green_threads/native2ascii_g X%%DEBUG%%jdk%%JDK_VERSION%%/bin/i386/green_threads/serialver_g X%%DEBUG%%jdk%%JDK_VERSION%%/bin/i386/green_threads/oldjdb_g X%%DEBUG%%jdk%%JDK_VERSION%%/bin/i386/green_threads/javadoc_g X%%DEBUG%%jdk%%JDK_VERSION%%/bin/i386/green_threads/extcheck_g X%%DEBUG%%jdk%%JDK_VERSION%%/bin/i386/green_threads/idlj_g X%%DEBUG%%jdk%%JDK_VERSION%%/bin/i386/green_threads/jdb_g Xjdk%%JDK_VERSION%%/bin/.java_wrapper Xjdk%%JDK_VERSION%%/bin/java Xjdk%%JDK_VERSION%%/bin/oldjava Xjdk%%JDK_VERSION%%/bin/javac Xjdk%%JDK_VERSION%%/bin/oldjavac Xjdk%%JDK_VERSION%%/bin/javah Xjdk%%JDK_VERSION%%/bin/keytool Xjdk%%JDK_VERSION%%/bin/jarsigner Xjdk%%JDK_VERSION%%/bin/policytool Xjdk%%JDK_VERSION%%/bin/jar Xjdk%%JDK_VERSION%%/bin/awt_robot Xjdk%%JDK_VERSION%%/bin/appletviewer Xjdk%%JDK_VERSION%%/bin/tnameserv Xjdk%%JDK_VERSION%%/bin/rmic Xjdk%%JDK_VERSION%%/bin/java-rmi.cgi Xjdk%%JDK_VERSION%%/bin/rmiregistry Xjdk%%JDK_VERSION%%/bin/rmid Xjdk%%JDK_VERSION%%/bin/javap Xjdk%%JDK_VERSION%%/bin/native2ascii Xjdk%%JDK_VERSION%%/bin/serialver Xjdk%%JDK_VERSION%%/bin/oldjdb Xjdk%%JDK_VERSION%%/bin/javadoc Xjdk%%JDK_VERSION%%/bin/extcheck Xjdk%%JDK_VERSION%%/bin/idlj Xjdk%%JDK_VERSION%%/bin/jdb X%%DEBUG%%jdk%%JDK_VERSION%%/bin/java_g X%%DEBUG%%jdk%%JDK_VERSION%%/bin/oldjava_g X%%DEBUG%%jdk%%JDK_VERSION%%/bin/javac_g X%%DEBUG%%jdk%%JDK_VERSION%%/bin/oldjavac_g X%%DEBUG%%jdk%%JDK_VERSION%%/bin/javah_g X%%DEBUG%%jdk%%JDK_VERSION%%/bin/keytool_g X%%DEBUG%%jdk%%JDK_VERSION%%/bin/jarsigner_g X%%DEBUG%%jdk%%JDK_VERSION%%/bin/policytool_g X%%DEBUG%%jdk%%JDK_VERSION%%/bin/jar_g X%%DEBUG%%jdk%%JDK_VERSION%%/bin/awt_robot_g X%%DEBUG%%jdk%%JDK_VERSION%%/bin/appletviewer_g X%%DEBUG%%jdk%%JDK_VERSION%%/bin/tnameserv_g X%%DEBUG%%jdk%%JDK_VERSION%%/bin/rmic_g X%%DEBUG%%jdk%%JDK_VERSION%%/bin/rmiregistry_g X%%DEBUG%%jdk%%JDK_VERSION%%/bin/rmid_g X%%DEBUG%%jdk%%JDK_VERSION%%/bin/javap_g X%%DEBUG%%jdk%%JDK_VERSION%%/bin/native2ascii_g X%%DEBUG%%jdk%%JDK_VERSION%%/bin/serialver_g X%%DEBUG%%jdk%%JDK_VERSION%%/bin/oldjdb_g X%%DEBUG%%jdk%%JDK_VERSION%%/bin/javadoc_g X%%DEBUG%%jdk%%JDK_VERSION%%/bin/extcheck_g X%%DEBUG%%jdk%%JDK_VERSION%%/bin/idlj_g X%%DEBUG%%jdk%%JDK_VERSION%%/bin/jdb_g Xjdk%%JDK_VERSION%%/demo/applets/GraphicsTest/ColorUtils.class Xjdk%%JDK_VERSION%%/demo/applets/GraphicsTest/AppletFrame.java Xjdk%%JDK_VERSION%%/demo/applets/GraphicsTest/GraphicsTest.java Xjdk%%JDK_VERSION%%/demo/applets/GraphicsTest/AppletFrame.class Xjdk%%JDK_VERSION%%/demo/applets/GraphicsTest/GraphicsPanel.class Xjdk%%JDK_VERSION%%/demo/applets/GraphicsTest/GraphicsCards.class Xjdk%%JDK_VERSION%%/demo/applets/GraphicsTest/GraphicsTest.class Xjdk%%JDK_VERSION%%/demo/applets/GraphicsTest/ArcCard.class Xjdk%%JDK_VERSION%%/demo/applets/GraphicsTest/ArcDegreePanel.class Xjdk%%JDK_VERSION%%/demo/applets/GraphicsTest/ArcPanel.class Xjdk%%JDK_VERSION%%/demo/applets/GraphicsTest/Shape.class Xjdk%%JDK_VERSION%%/demo/applets/GraphicsTest/RectShape.class Xjdk%%JDK_VERSION%%/demo/applets/GraphicsTest/OvalShape.class Xjdk%%JDK_VERSION%%/demo/applets/GraphicsTest/RoundRectShape.class Xjdk%%JDK_VERSION%%/demo/applets/GraphicsTest/PolygonShape.class Xjdk%%JDK_VERSION%%/demo/applets/GraphicsTest/ShapeTest.class Xjdk%%JDK_VERSION%%/demo/applets/GraphicsTest/example1.html Xjdk%%JDK_VERSION%%/demo/applets/ArcTest/example1.html Xjdk%%JDK_VERSION%%/demo/applets/ArcTest/ArcTest.java Xjdk%%JDK_VERSION%%/demo/applets/ArcTest/ArcTest.class Xjdk%%JDK_VERSION%%/demo/applets/ArcTest/ArcControls.class Xjdk%%JDK_VERSION%%/demo/applets/ArcTest/ArcCanvas.class Xjdk%%JDK_VERSION%%/demo/applets/BarChart/example1.html Xjdk%%JDK_VERSION%%/demo/applets/BarChart/Chart.java Xjdk%%JDK_VERSION%%/demo/applets/BarChart/Chart.class Xjdk%%JDK_VERSION%%/demo/applets/Blink/example1.html Xjdk%%JDK_VERSION%%/demo/applets/Blink/Blink.java Xjdk%%JDK_VERSION%%/demo/applets/Blink/Blink$1.class Xjdk%%JDK_VERSION%%/demo/applets/Blink/Blink.class Xjdk%%JDK_VERSION%%/demo/applets/CardTest/example1.html Xjdk%%JDK_VERSION%%/demo/applets/CardTest/CardTest.java Xjdk%%JDK_VERSION%%/demo/applets/CardTest/CardPanel.class Xjdk%%JDK_VERSION%%/demo/applets/CardTest/CardTest.class Xjdk%%JDK_VERSION%%/demo/applets/Clock/example1.html Xjdk%%JDK_VERSION%%/demo/applets/Clock/Clock2.java Xjdk%%JDK_VERSION%%/demo/applets/Clock/Clock2.class Xjdk%%JDK_VERSION%%/demo/applets/DitherTest/example1.html Xjdk%%JDK_VERSION%%/demo/applets/DitherTest/DitherTest.java Xjdk%%JDK_VERSION%%/demo/applets/DitherTest/DitherTest.class Xjdk%%JDK_VERSION%%/demo/applets/DitherTest/DitherControls.class Xjdk%%JDK_VERSION%%/demo/applets/DitherTest/DitherCanvas.class Xjdk%%JDK_VERSION%%/demo/applets/DrawTest/example1.html Xjdk%%JDK_VERSION%%/demo/applets/DrawTest/DrawTest.java Xjdk%%JDK_VERSION%%/demo/applets/DrawTest/DrawTest.class Xjdk%%JDK_VERSION%%/demo/applets/DrawTest/DrawPanel.class Xjdk%%JDK_VERSION%%/demo/applets/DrawTest/DrawControls.class Xjdk%%JDK_VERSION%%/demo/applets/Fractal/example1.html Xjdk%%JDK_VERSION%%/demo/applets/Fractal/CLSFractal.java Xjdk%%JDK_VERSION%%/demo/applets/Fractal/CLSFractal.class Xjdk%%JDK_VERSION%%/demo/applets/Fractal/ContextLSystem.class Xjdk%%JDK_VERSION%%/demo/applets/Fractal/CLSRule.class Xjdk%%JDK_VERSION%%/demo/applets/Fractal/CLSTurtle.class Xjdk%%JDK_VERSION%%/demo/applets/GraphLayout/audio/computer.au Xjdk%%JDK_VERSION%%/demo/applets/GraphLayout/audio/drip.au Xjdk%%JDK_VERSION%%/demo/applets/GraphLayout/audio/gong.au Xjdk%%JDK_VERSION%%/demo/applets/GraphLayout/example1.html Xjdk%%JDK_VERSION%%/demo/applets/GraphLayout/example2.html Xjdk%%JDK_VERSION%%/demo/applets/GraphLayout/example3.html Xjdk%%JDK_VERSION%%/demo/applets/GraphLayout/example4.html Xjdk%%JDK_VERSION%%/demo/applets/GraphLayout/Graph.java Xjdk%%JDK_VERSION%%/demo/applets/GraphLayout/Node.class Xjdk%%JDK_VERSION%%/demo/applets/GraphLayout/Edge.class Xjdk%%JDK_VERSION%%/demo/applets/GraphLayout/GraphPanel.class Xjdk%%JDK_VERSION%%/demo/applets/GraphLayout/Graph.class Xjdk%%JDK_VERSION%%/demo/applets/Animator/images/SimpleAnimation/T1.gif Xjdk%%JDK_VERSION%%/demo/applets/Animator/images/SimpleAnimation/T2.gif Xjdk%%JDK_VERSION%%/demo/applets/Animator/images/Beans/T4.gif Xjdk%%JDK_VERSION%%/demo/applets/Animator/images/Beans/T9.gif Xjdk%%JDK_VERSION%%/demo/applets/Animator/images/Beans/T7.gif Xjdk%%JDK_VERSION%%/demo/applets/Animator/images/Beans/T3.gif Xjdk%%JDK_VERSION%%/demo/applets/Animator/images/Beans/T8.gif Xjdk%%JDK_VERSION%%/demo/applets/Animator/images/Beans/T6.gif Xjdk%%JDK_VERSION%%/demo/applets/Animator/images/Beans/T2.gif Xjdk%%JDK_VERSION%%/demo/applets/Animator/images/Beans/T1.gif Xjdk%%JDK_VERSION%%/demo/applets/Animator/images/Beans/T5.gif Xjdk%%JDK_VERSION%%/demo/applets/Animator/images/Beans/T10.gif Xjdk%%JDK_VERSION%%/demo/applets/Animator/images/loading-msg.gif Xjdk%%JDK_VERSION%%/demo/applets/Animator/audio/spacemusic.au Xjdk%%JDK_VERSION%%/demo/applets/Animator/audio/1.au Xjdk%%JDK_VERSION%%/demo/applets/Animator/audio/2.au Xjdk%%JDK_VERSION%%/demo/applets/Animator/audio/3.au Xjdk%%JDK_VERSION%%/demo/applets/Animator/audio/4.au Xjdk%%JDK_VERSION%%/demo/applets/Animator/audio/5.au Xjdk%%JDK_VERSION%%/demo/applets/Animator/audio/6.au Xjdk%%JDK_VERSION%%/demo/applets/Animator/audio/7.au Xjdk%%JDK_VERSION%%/demo/applets/Animator/audio/8.au Xjdk%%JDK_VERSION%%/demo/applets/Animator/audio/9.au Xjdk%%JDK_VERSION%%/demo/applets/Animator/audio/0.au Xjdk%%JDK_VERSION%%/demo/applets/Animator/example2.html Xjdk%%JDK_VERSION%%/demo/applets/Animator/example3.html Xjdk%%JDK_VERSION%%/demo/applets/Animator/example4.html Xjdk%%JDK_VERSION%%/demo/applets/Animator/Animator.java Xjdk%%JDK_VERSION%%/demo/applets/Animator/Animator.class Xjdk%%JDK_VERSION%%/demo/applets/Animator/Animation.class Xjdk%%JDK_VERSION%%/demo/applets/Animator/ParseException.class Xjdk%%JDK_VERSION%%/demo/applets/Animator/AnimationFrame.class Xjdk%%JDK_VERSION%%/demo/applets/Animator/DescriptionFrame.class Xjdk%%JDK_VERSION%%/demo/applets/Animator/example1.html Xjdk%%JDK_VERSION%%/demo/applets/ImageMap/images/jim.graham.gif Xjdk%%JDK_VERSION%%/demo/applets/ImageMap/audio/chirp1.au Xjdk%%JDK_VERSION%%/demo/applets/ImageMap/audio/hi.au Xjdk%%JDK_VERSION%%/demo/applets/ImageMap/sources.html Xjdk%%JDK_VERSION%%/demo/applets/ImageMap/imagemapcheat.html Xjdk%%JDK_VERSION%%/demo/applets/ImageMap/AniArea.java Xjdk%%JDK_VERSION%%/demo/applets/ImageMap/ButtonFilter.java Xjdk%%JDK_VERSION%%/demo/applets/ImageMap/ClickArea.java Xjdk%%JDK_VERSION%%/demo/applets/ImageMap/DelayedSoundArea.java Xjdk%%JDK_VERSION%%/demo/applets/ImageMap/HighlightArea.java Xjdk%%JDK_VERSION%%/demo/applets/ImageMap/HighlightFilter.java Xjdk%%JDK_VERSION%%/demo/applets/ImageMap/HrefButtonArea.java Xjdk%%JDK_VERSION%%/demo/applets/ImageMap/ImageMap.java Xjdk%%JDK_VERSION%%/demo/applets/ImageMap/ImageMapArea.java Xjdk%%JDK_VERSION%%/demo/applets/ImageMap/LinkArea.java Xjdk%%JDK_VERSION%%/demo/applets/ImageMap/NameArea.java Xjdk%%JDK_VERSION%%/demo/applets/ImageMap/RoundButtonFilter.java Xjdk%%JDK_VERSION%%/demo/applets/ImageMap/RoundHrefButtonArea.java Xjdk%%JDK_VERSION%%/demo/applets/ImageMap/SoundArea.java Xjdk%%JDK_VERSION%%/demo/applets/ImageMap/TickerArea.java Xjdk%%JDK_VERSION%%/demo/applets/ImageMap/AniArea.class Xjdk%%JDK_VERSION%%/demo/applets/ImageMap/ImageMapArea.class Xjdk%%JDK_VERSION%%/demo/applets/ImageMap/ImageMap.class Xjdk%%JDK_VERSION%%/demo/applets/ImageMap/ButtonFilter.class Xjdk%%JDK_VERSION%%/demo/applets/ImageMap/ClickArea.class Xjdk%%JDK_VERSION%%/demo/applets/ImageMap/DelayedSoundArea.class Xjdk%%JDK_VERSION%%/demo/applets/ImageMap/HighlightArea.class Xjdk%%JDK_VERSION%%/demo/applets/ImageMap/HighlightFilter.class Xjdk%%JDK_VERSION%%/demo/applets/ImageMap/HrefButtonArea.class Xjdk%%JDK_VERSION%%/demo/applets/ImageMap/LinkArea.class Xjdk%%JDK_VERSION%%/demo/applets/ImageMap/NameArea.class Xjdk%%JDK_VERSION%%/demo/applets/ImageMap/RoundButtonFilter.class Xjdk%%JDK_VERSION%%/demo/applets/ImageMap/RoundHrefButtonArea.class Xjdk%%JDK_VERSION%%/demo/applets/ImageMap/SoundArea.class Xjdk%%JDK_VERSION%%/demo/applets/ImageMap/TickerArea.class Xjdk%%JDK_VERSION%%/demo/applets/ImageMap/example1.html Xjdk%%JDK_VERSION%%/demo/applets/JumpingBox/sounds/adapt-or-die.au Xjdk%%JDK_VERSION%%/demo/applets/JumpingBox/sounds/ip.au Xjdk%%JDK_VERSION%%/demo/applets/JumpingBox/sounds/that.hurts.au Xjdk%%JDK_VERSION%%/demo/applets/JumpingBox/sounds/cannot.be.completed.au Xjdk%%JDK_VERSION%%/demo/applets/JumpingBox/sounds/thin.bell.au Xjdk%%JDK_VERSION%%/demo/applets/JumpingBox/sounds/tiptoe.thru.the.tulips.au Xjdk%%JDK_VERSION%%/demo/applets/JumpingBox/example1.html Xjdk%%JDK_VERSION%%/demo/applets/JumpingBox/MouseTrack.java Xjdk%%JDK_VERSION%%/demo/applets/JumpingBox/MouseTrack.class Xjdk%%JDK_VERSION%%/demo/applets/MoleculeViewer/models/benzene.xyz Xjdk%%JDK_VERSION%%/demo/applets/MoleculeViewer/models/buckminsterfullerine.xyz Xjdk%%JDK_VERSION%%/demo/applets/MoleculeViewer/models/HyaluronicAcid.xyz Xjdk%%JDK_VERSION%%/demo/applets/MoleculeViewer/models/cyclohexane.xyz Xjdk%%JDK_VERSION%%/demo/applets/MoleculeViewer/models/ethane.xyz Xjdk%%JDK_VERSION%%/demo/applets/MoleculeViewer/models/water.xyz Xjdk%%JDK_VERSION%%/demo/applets/MoleculeViewer/example1.html Xjdk%%JDK_VERSION%%/demo/applets/MoleculeViewer/example2.html Xjdk%%JDK_VERSION%%/demo/applets/MoleculeViewer/example3.html Xjdk%%JDK_VERSION%%/demo/applets/MoleculeViewer/Matrix3D.java Xjdk%%JDK_VERSION%%/demo/applets/MoleculeViewer/XYZApp.java Xjdk%%JDK_VERSION%%/demo/applets/MoleculeViewer/Matrix3D.class Xjdk%%JDK_VERSION%%/demo/applets/MoleculeViewer/XYZChemModel.class Xjdk%%JDK_VERSION%%/demo/applets/MoleculeViewer/Atom.class Xjdk%%JDK_VERSION%%/demo/applets/MoleculeViewer/XYZApp.class Xjdk%%JDK_VERSION%%/demo/applets/NervousText/example1.html Xjdk%%JDK_VERSION%%/demo/applets/NervousText/NervousText.java Xjdk%%JDK_VERSION%%/demo/applets/NervousText/NervousText.class Xjdk%%JDK_VERSION%%/demo/applets/SimpleGraph/example1.html Xjdk%%JDK_VERSION%%/demo/applets/SimpleGraph/GraphApplet.java Xjdk%%JDK_VERSION%%/demo/applets/SimpleGraph/GraphApplet.class Xjdk%%JDK_VERSION%%/demo/applets/SortDemo/QSortAlgorithm.class Xjdk%%JDK_VERSION%%/demo/applets/SortDemo/BidirBubbleSortAlgorithm.java Xjdk%%JDK_VERSION%%/demo/applets/SortDemo/BubbleSortAlgorithm.java Xjdk%%JDK_VERSION%%/demo/applets/SortDemo/QSortAlgorithm.java Xjdk%%JDK_VERSION%%/demo/applets/SortDemo/SortAlgorithm.java Xjdk%%JDK_VERSION%%/demo/applets/SortDemo/SortItem.java Xjdk%%JDK_VERSION%%/demo/applets/SortDemo/BidirBubbleSortAlgorithm.class Xjdk%%JDK_VERSION%%/demo/applets/SortDemo/SortAlgorithm.class Xjdk%%JDK_VERSION%%/demo/applets/SortDemo/SortItem.class Xjdk%%JDK_VERSION%%/demo/applets/SortDemo/BubbleSortAlgorithm.class Xjdk%%JDK_VERSION%%/demo/applets/SortDemo/example1.html Xjdk%%JDK_VERSION%%/demo/applets/SpreadSheet/CellUpdater.class Xjdk%%JDK_VERSION%%/demo/applets/SpreadSheet/SpreadSheet.java Xjdk%%JDK_VERSION%%/demo/applets/SpreadSheet/SpreadSheet.class Xjdk%%JDK_VERSION%%/demo/applets/SpreadSheet/SpreadSheetInput.class Xjdk%%JDK_VERSION%%/demo/applets/SpreadSheet/InputField.class Xjdk%%JDK_VERSION%%/demo/applets/SpreadSheet/Cell.class Xjdk%%JDK_VERSION%%/demo/applets/SpreadSheet/Node.class Xjdk%%JDK_VERSION%%/demo/applets/SpreadSheet/example1.html Xjdk%%JDK_VERSION%%/demo/applets/SymbolTest/example1.html Xjdk%%JDK_VERSION%%/demo/applets/SymbolTest/SymbolTest.java Xjdk%%JDK_VERSION%%/demo/applets/SymbolTest/SymbolTest$MyAdapter.class Xjdk%%JDK_VERSION%%/demo/applets/SymbolTest/SymbolTest.class Xjdk%%JDK_VERSION%%/demo/applets/SymbolTest/SymbolCanvas.class Xjdk%%JDK_VERSION%%/demo/applets/TicTacToe/audio/beep.au Xjdk%%JDK_VERSION%%/demo/applets/TicTacToe/audio/ding.au Xjdk%%JDK_VERSION%%/demo/applets/TicTacToe/audio/return.au Xjdk%%JDK_VERSION%%/demo/applets/TicTacToe/audio/yahoo1.au Xjdk%%JDK_VERSION%%/demo/applets/TicTacToe/audio/yahoo2.au Xjdk%%JDK_VERSION%%/demo/applets/TicTacToe/images/cross.gif Xjdk%%JDK_VERSION%%/demo/applets/TicTacToe/images/not.gif Xjdk%%JDK_VERSION%%/demo/applets/TicTacToe/example1.html Xjdk%%JDK_VERSION%%/demo/applets/TicTacToe/TicTacToe.java Xjdk%%JDK_VERSION%%/demo/applets/TicTacToe/TicTacToe.class Xjdk%%JDK_VERSION%%/demo/applets/WireFrame/models/cube.obj Xjdk%%JDK_VERSION%%/demo/applets/WireFrame/models/dinasaur.obj Xjdk%%JDK_VERSION%%/demo/applets/WireFrame/models/hughes_500.obj Xjdk%%JDK_VERSION%%/demo/applets/WireFrame/models/knoxS.obj Xjdk%%JDK_VERSION%%/demo/applets/WireFrame/example1.html Xjdk%%JDK_VERSION%%/demo/applets/WireFrame/example2.html Xjdk%%JDK_VERSION%%/demo/applets/WireFrame/example3.html Xjdk%%JDK_VERSION%%/demo/applets/WireFrame/example4.html Xjdk%%JDK_VERSION%%/demo/applets/WireFrame/Matrix3D.java Xjdk%%JDK_VERSION%%/demo/applets/WireFrame/ThreeD.java Xjdk%%JDK_VERSION%%/demo/applets/WireFrame/Matrix3D.class Xjdk%%JDK_VERSION%%/demo/applets/WireFrame/FileFormatException.class Xjdk%%JDK_VERSION%%/demo/applets/WireFrame/Model3D.class Xjdk%%JDK_VERSION%%/demo/applets/WireFrame/ThreeD.class Xjdk%%JDK_VERSION%%/demo/jfc/Stylepad/resources/save.gif Xjdk%%JDK_VERSION%%/demo/jfc/Stylepad/resources/bold.gif Xjdk%%JDK_VERSION%%/demo/jfc/Stylepad/resources/bullets.gif Xjdk%%JDK_VERSION%%/demo/jfc/Stylepad/resources/caterpillar.gif Xjdk%%JDK_VERSION%%/demo/jfc/Stylepad/resources/center.gif Xjdk%%JDK_VERSION%%/demo/jfc/Stylepad/resources/fg.gif Xjdk%%JDK_VERSION%%/demo/jfc/Stylepad/resources/hatter.gif Xjdk%%JDK_VERSION%%/demo/jfc/Stylepad/resources/italic.gif Xjdk%%JDK_VERSION%%/demo/jfc/Stylepad/resources/left.gif Xjdk%%JDK_VERSION%%/demo/jfc/Stylepad/resources/rabbit.gif Xjdk%%JDK_VERSION%%/demo/jfc/Stylepad/resources/rabbit2.gif Xjdk%%JDK_VERSION%%/demo/jfc/Stylepad/resources/right.gif Xjdk%%JDK_VERSION%%/demo/jfc/Stylepad/resources/Stylepad.properties Xjdk%%JDK_VERSION%%/demo/jfc/Stylepad/resources/Stylepad_sv.properties Xjdk%%JDK_VERSION%%/demo/jfc/Stylepad/resources/Stylepad_zh_CN.properties Xjdk%%JDK_VERSION%%/demo/jfc/Stylepad/resources/underline.gif Xjdk%%JDK_VERSION%%/demo/jfc/Stylepad/resources/Notepad.properties Xjdk%%JDK_VERSION%%/demo/jfc/Stylepad/resources/Notepad_fr.properties Xjdk%%JDK_VERSION%%/demo/jfc/Stylepad/resources/Notepad_sv.properties Xjdk%%JDK_VERSION%%/demo/jfc/Stylepad/resources/Notepad_zh_CN.properties Xjdk%%JDK_VERSION%%/demo/jfc/Stylepad/resources/copy.gif Xjdk%%JDK_VERSION%%/demo/jfc/Stylepad/resources/cut.gif Xjdk%%JDK_VERSION%%/demo/jfc/Stylepad/resources/new.gif Xjdk%%JDK_VERSION%%/demo/jfc/Stylepad/resources/open.gif Xjdk%%JDK_VERSION%%/demo/jfc/Stylepad/resources/paste.gif Xjdk%%JDK_VERSION%%/demo/jfc/Stylepad/resources/alice.gif Xjdk%%JDK_VERSION%%/demo/jfc/Stylepad/src/HelloWorld.java Xjdk%%JDK_VERSION%%/demo/jfc/Stylepad/src/Notepad.java Xjdk%%JDK_VERSION%%/demo/jfc/Stylepad/src/ElementTreePanel.java Xjdk%%JDK_VERSION%%/demo/jfc/Stylepad/src/Stylepad.java Xjdk%%JDK_VERSION%%/demo/jfc/Stylepad/src/Wonderland.java Xjdk%%JDK_VERSION%%/demo/jfc/Stylepad/README.txt Xjdk%%JDK_VERSION%%/demo/jfc/Stylepad/Stylepad.jar Xjdk%%JDK_VERSION%%/demo/jfc/FileChooserDemo/images/gifIcon.gif Xjdk%%JDK_VERSION%%/demo/jfc/FileChooserDemo/images/jpgIcon.jpg Xjdk%%JDK_VERSION%%/demo/jfc/FileChooserDemo/src/ExampleFileFilter.java Xjdk%%JDK_VERSION%%/demo/jfc/FileChooserDemo/src/ExampleFileView.java Xjdk%%JDK_VERSION%%/demo/jfc/FileChooserDemo/src/FileChooserDemo.java Xjdk%%JDK_VERSION%%/demo/jfc/FileChooserDemo/README.txt Xjdk%%JDK_VERSION%%/demo/jfc/FileChooserDemo/FileChooserDemo.jar Xjdk%%JDK_VERSION%%/demo/jfc/Metalworks/HelpFiles/toc.html Xjdk%%JDK_VERSION%%/demo/jfc/Metalworks/HelpFiles/credits.html Xjdk%%JDK_VERSION%%/demo/jfc/Metalworks/HelpFiles/duke.gif Xjdk%%JDK_VERSION%%/demo/jfc/Metalworks/HelpFiles/javalogo.gif Xjdk%%JDK_VERSION%%/demo/jfc/Metalworks/HelpFiles/metal.html Xjdk%%JDK_VERSION%%/demo/jfc/Metalworks/HelpFiles/metalworks.html Xjdk%%JDK_VERSION%%/demo/jfc/Metalworks/HelpFiles/swing.html Xjdk%%JDK_VERSION%%/demo/jfc/Metalworks/HelpFiles/back.gif Xjdk%%JDK_VERSION%%/demo/jfc/Metalworks/images/palette_crop.gif Xjdk%%JDK_VERSION%%/demo/jfc/Metalworks/images/palette_draw.gif Xjdk%%JDK_VERSION%%/demo/jfc/Metalworks/images/palette_hand.gif Xjdk%%JDK_VERSION%%/demo/jfc/Metalworks/images/palette_select.gif Xjdk%%JDK_VERSION%%/demo/jfc/Metalworks/images/palette_text.gif Xjdk%%JDK_VERSION%%/demo/jfc/Metalworks/images/palette_zoom.gif Xjdk%%JDK_VERSION%%/demo/jfc/Metalworks/src/UISwitchListener.java Xjdk%%JDK_VERSION%%/demo/jfc/Metalworks/src/BigContrastMetalTheme.java Xjdk%%JDK_VERSION%%/demo/jfc/Metalworks/src/ContrastMetalTheme.java Xjdk%%JDK_VERSION%%/demo/jfc/Metalworks/src/DemoMetalTheme.java Xjdk%%JDK_VERSION%%/demo/jfc/Metalworks/src/GreenMetalTheme.java Xjdk%%JDK_VERSION%%/demo/jfc/Metalworks/src/KhakiMetalTheme.java Xjdk%%JDK_VERSION%%/demo/jfc/Metalworks/src/MetalThemeMenu.java Xjdk%%JDK_VERSION%%/demo/jfc/Metalworks/src/Metalworks.java Xjdk%%JDK_VERSION%%/demo/jfc/Metalworks/src/MetalworksDocumentFrame.java Xjdk%%JDK_VERSION%%/demo/jfc/Metalworks/src/MetalworksFrame.java Xjdk%%JDK_VERSION%%/demo/jfc/Metalworks/src/MetalworksHelp.java Xjdk%%JDK_VERSION%%/demo/jfc/Metalworks/src/MetalworksInBox.java Xjdk%%JDK_VERSION%%/demo/jfc/Metalworks/src/MetalworksPrefs.java Xjdk%%JDK_VERSION%%/demo/jfc/Metalworks/src/PropertiesMetalTheme.java Xjdk%%JDK_VERSION%%/demo/jfc/Metalworks/src/AquaMetalTheme.java Xjdk%%JDK_VERSION%%/demo/jfc/Metalworks/MyTheme.theme Xjdk%%JDK_VERSION%%/demo/jfc/Metalworks/README.txt Xjdk%%JDK_VERSION%%/demo/jfc/Metalworks/Metalworks.jar Xjdk%%JDK_VERSION%%/demo/jfc/DBDemos/InsertCoffees/SQLSrvr/InsertCoffees.class Xjdk%%JDK_VERSION%%/demo/jfc/DBDemos/InsertCoffees/SQLSrvr/InsertCoffees.java Xjdk%%JDK_VERSION%%/demo/jfc/DBDemos/InsertCoffees/SQLSrvr/runnit.bat Xjdk%%JDK_VERSION%%/demo/jfc/DBDemos/InsertCoffees/Sybase/InsertCoffees.class Xjdk%%JDK_VERSION%%/demo/jfc/DBDemos/InsertCoffees/Sybase/InsertCoffees.java Xjdk%%JDK_VERSION%%/demo/jfc/DBDemos/InsertCoffees/Sybase/runnit.bat Xjdk%%JDK_VERSION%%/demo/jfc/DBDemos/JavaDB/CAFEJAVA.MDB Xjdk%%JDK_VERSION%%/demo/jfc/DBDemos/JavaDB/CAFEJAVA.ldb Xjdk%%JDK_VERSION%%/demo/jfc/DBDemos/CreateCoffees/MSAccess/CreateCoffees.class Xjdk%%JDK_VERSION%%/demo/jfc/DBDemos/CreateCoffees/MSAccess/CreateCoffees.java Xjdk%%JDK_VERSION%%/demo/jfc/DBDemos/CreateCoffees/MSAccess/runnit.bat Xjdk%%JDK_VERSION%%/demo/jfc/DBDemos/CreateCoffees/Sybase/CreateCoffees.class Xjdk%%JDK_VERSION%%/demo/jfc/DBDemos/CreateCoffees/Sybase/CreateCoffees.java Xjdk%%JDK_VERSION%%/demo/jfc/DBDemos/CreateCoffees/Sybase/runnit.bat Xjdk%%JDK_VERSION%%/demo/jfc/DBDemos/InsertSuppliers/MSAccess/InsertSuppliers.class Xjdk%%JDK_VERSION%%/demo/jfc/DBDemos/InsertSuppliers/MSAccess/InsertSuppliers.java Xjdk%%JDK_VERSION%%/demo/jfc/DBDemos/InsertSuppliers/MSAccess/runnit.bat Xjdk%%JDK_VERSION%%/demo/jfc/DBDemos/InsertSuppliers/Sybase/InsertSuppliers.class Xjdk%%JDK_VERSION%%/demo/jfc/DBDemos/InsertSuppliers/Sybase/InsertSuppliers.java Xjdk%%JDK_VERSION%%/demo/jfc/DBDemos/InsertSuppliers/Sybase/runnit.bat Xjdk%%JDK_VERSION%%/demo/jfc/DBDemos/CreateSuppliers/MSAccess/CreateSuppliers.class Xjdk%%JDK_VERSION%%/demo/jfc/DBDemos/CreateSuppliers/MSAccess/CreateSuppliers.java Xjdk%%JDK_VERSION%%/demo/jfc/DBDemos/CreateSuppliers/MSAccess/runnit.bat Xjdk%%JDK_VERSION%%/demo/jfc/DBDemos/CreateSuppliers/Sybase/CreateSuppliers.class Xjdk%%JDK_VERSION%%/demo/jfc/DBDemos/CreateSuppliers/Sybase/CreateSuppliers.java Xjdk%%JDK_VERSION%%/demo/jfc/DBDemos/CreateSuppliers/Sybase/runnit.bat Xjdk%%JDK_VERSION%%/demo/jfc/DBDemos/README.txt Xjdk%%JDK_VERSION%%/demo/jfc/DBDemos/private.fls Xjdk%%JDK_VERSION%%/demo/jfc/SimpleExample/src/SimpleExample.java Xjdk%%JDK_VERSION%%/demo/jfc/SimpleExample/README.txt Xjdk%%JDK_VERSION%%/demo/jfc/SimpleExample/SimpleExample.jar Xjdk%%JDK_VERSION%%/demo/jfc/Notepad/resources/save.gif Xjdk%%JDK_VERSION%%/demo/jfc/Notepad/resources/cut.gif Xjdk%%JDK_VERSION%%/demo/jfc/Notepad/resources/new.gif Xjdk%%JDK_VERSION%%/demo/jfc/Notepad/resources/Notepad.properties Xjdk%%JDK_VERSION%%/demo/jfc/Notepad/resources/Notepad_fr.properties Xjdk%%JDK_VERSION%%/demo/jfc/Notepad/resources/Notepad_sv.properties Xjdk%%JDK_VERSION%%/demo/jfc/Notepad/resources/Notepad_zh_CN.properties Xjdk%%JDK_VERSION%%/demo/jfc/Notepad/resources/open.gif Xjdk%%JDK_VERSION%%/demo/jfc/Notepad/resources/paste.gif Xjdk%%JDK_VERSION%%/demo/jfc/Notepad/resources/copy.gif Xjdk%%JDK_VERSION%%/demo/jfc/Notepad/src/ElementTreePanel.java Xjdk%%JDK_VERSION%%/demo/jfc/Notepad/src/Notepad.java Xjdk%%JDK_VERSION%%/demo/jfc/Notepad/README.txt Xjdk%%JDK_VERSION%%/demo/jfc/Notepad/Notepad.jar Xjdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/TreeDemo.java Xjdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/BezierAnimationPanel.java Xjdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/ButtonDemo.java Xjdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/CharcoalTheme.java Xjdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/CodeViewer.java Xjdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/ColorChooserDemo.java Xjdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/ComboBoxDemo.java Xjdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/ContrastTheme.java Xjdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/DemoModule.java Xjdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/DirectionPanel.java Xjdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/EmeraldTheme.java Xjdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/ExampleFileFilter.java Xjdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/ExampleFileView.java Xjdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/FileChooserDemo.java Xjdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/HtmlDemo.java Xjdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/InternalFrameDemo.java Xjdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/LayoutControlPanel.java Xjdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/ListDemo.java Xjdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/OptionPaneDemo.java Xjdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/Permuter.java Xjdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/ProgressBarDemo.java Xjdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/RubyTheme.java Xjdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/ScrollPaneDemo.java Xjdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/SliderDemo.java Xjdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/SplitPaneDemo.java Xjdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/SwingSet2.java Xjdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/SwingSet2Applet.java Xjdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/TabbedPaneDemo.java Xjdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/TableDemo.java Xjdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/ToolTipDemo.java Xjdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/AquaTheme.java Xjdk%%JDK_VERSION%%/demo/jfc/SwingSet2/README.txt Xjdk%%JDK_VERSION%%/demo/jfc/SwingSet2/SwingSet2.html Xjdk%%JDK_VERSION%%/demo/jfc/SwingSet2/SwingSet2Plugin.html Xjdk%%JDK_VERSION%%/demo/jfc/SwingSet2/SwingSet2.jar Xjdk%%JDK_VERSION%%/demo/jfc/SampleTree/images/collapsed.gif Xjdk%%JDK_VERSION%%/demo/jfc/SampleTree/images/expanded.gif Xjdk%%JDK_VERSION%%/demo/jfc/SampleTree/src/DynamicTreeNode.java Xjdk%%JDK_VERSION%%/demo/jfc/SampleTree/src/SampleData.java Xjdk%%JDK_VERSION%%/demo/jfc/SampleTree/src/SampleTree.java Xjdk%%JDK_VERSION%%/demo/jfc/SampleTree/src/SampleTreeCellRenderer.java Xjdk%%JDK_VERSION%%/demo/jfc/SampleTree/src/SampleTreeModel.java Xjdk%%JDK_VERSION%%/demo/jfc/SampleTree/README.txt Xjdk%%JDK_VERSION%%/demo/jfc/SampleTree/SampleTree.jar Xjdk%%JDK_VERSION%%/demo/jfc/SwingApplet/src/SwingApplet.java Xjdk%%JDK_VERSION%%/demo/jfc/SwingApplet/README.txt Xjdk%%JDK_VERSION%%/demo/jfc/SwingApplet/SwingApplet.html Xjdk%%JDK_VERSION%%/demo/jfc/SwingApplet/SwingApplet.jar Xjdk%%JDK_VERSION%%/demo/jfc/TableExample/src/TableSorter.java Xjdk%%JDK_VERSION%%/demo/jfc/TableExample/src/OldJTable.java Xjdk%%JDK_VERSION%%/demo/jfc/TableExample/src/TableExample.java Xjdk%%JDK_VERSION%%/demo/jfc/TableExample/src/TableExample2.java Xjdk%%JDK_VERSION%%/demo/jfc/TableExample/src/TableExample3.java Xjdk%%JDK_VERSION%%/demo/jfc/TableExample/src/TableExample4.java Xjdk%%JDK_VERSION%%/demo/jfc/TableExample/src/TableMap.java Xjdk%%JDK_VERSION%%/demo/jfc/TableExample/src/JDBCAdapter.java Xjdk%%JDK_VERSION%%/demo/jfc/TableExample/README.txt Xjdk%%JDK_VERSION%%/demo/jfc/TableExample/TableExample.jar Xjdk%%JDK_VERSION%%/demo/jfc/Java2D/src/demos/Images/DukeAnim.java Xjdk%%JDK_VERSION%%/demo/jfc/Java2D/src/demos/Images/ImageOps.java Xjdk%%JDK_VERSION%%/demo/jfc/Java2D/src/demos/Images/WarpImage.java Xjdk%%JDK_VERSION%%/demo/jfc/Java2D/src/demos/Images/JPEGFlip.java Xjdk%%JDK_VERSION%%/demo/jfc/Java2D/src/demos/Clipping/ClipAnim.java Xjdk%%JDK_VERSION%%/demo/jfc/Java2D/src/demos/Clipping/Text.java Xjdk%%JDK_VERSION%%/demo/jfc/Java2D/src/demos/Clipping/Areas.java Xjdk%%JDK_VERSION%%/demo/jfc/Java2D/src/demos/Clipping/Intersection.java Xjdk%%JDK_VERSION%%/demo/jfc/Java2D/src/demos/Colors/ColorConvert.java Xjdk%%JDK_VERSION%%/demo/jfc/Java2D/src/demos/Colors/BullsEye.java Xjdk%%JDK_VERSION%%/demo/jfc/Java2D/src/demos/Colors/Rotator3D.java Xjdk%%JDK_VERSION%%/demo/jfc/Java2D/src/demos/Composite/ACimages.java Xjdk%%JDK_VERSION%%/demo/jfc/Java2D/src/demos/Composite/FadeAnim.java Xjdk%%JDK_VERSION%%/demo/jfc/Java2D/src/demos/Composite/ACrules.java Xjdk%%JDK_VERSION%%/demo/jfc/Java2D/src/demos/Fonts/AllFonts.java Xjdk%%JDK_VERSION%%/demo/jfc/Java2D/src/demos/Fonts/Outline.java Xjdk%%JDK_VERSION%%/demo/jfc/Java2D/src/demos/Fonts/Highlighting.java Xjdk%%JDK_VERSION%%/demo/jfc/Java2D/src/demos/Fonts/Tree.java Xjdk%%JDK_VERSION%%/demo/jfc/Java2D/src/demos/Fonts/AttributedStr.java Xjdk%%JDK_VERSION%%/demo/jfc/Java2D/src/demos/Arcs_Curves/Arcs.java Xjdk%%JDK_VERSION%%/demo/jfc/Java2D/src/demos/Arcs_Curves/BezierAnim.java Xjdk%%JDK_VERSION%%/demo/jfc/Java2D/src/demos/Arcs_Curves/Curves.java Xjdk%%JDK_VERSION%%/demo/jfc/Java2D/src/demos/Arcs_Curves/Ellipses.java Xjdk%%JDK_VERSION%%/demo/jfc/Java2D/src/demos/Lines/LineAnim.java Xjdk%%JDK_VERSION%%/demo/jfc/Java2D/src/demos/Lines/Caps.java Xjdk%%JDK_VERSION%%/demo/jfc/Java2D/src/demos/Lines/Joins.java Xjdk%%JDK_VERSION%%/demo/jfc/Java2D/src/demos/Lines/Dash.java Xjdk%%JDK_VERSION%%/demo/jfc/Java2D/src/demos/Mix/Stars3D.java Xjdk%%JDK_VERSION%%/demo/jfc/Java2D/src/demos/Mix/Balls.java Xjdk%%JDK_VERSION%%/demo/jfc/Java2D/src/demos/Mix/BezierScroller.java Xjdk%%JDK_VERSION%%/demo/jfc/Java2D/src/demos/Paths/Append.java Xjdk%%JDK_VERSION%%/demo/jfc/Java2D/src/demos/Paths/CurveQuadTo.java Xjdk%%JDK_VERSION%%/demo/jfc/Java2D/src/demos/Paths/FillStroke.java Xjdk%%JDK_VERSION%%/demo/jfc/Java2D/src/demos/Paths/WindingRule.java Xjdk%%JDK_VERSION%%/demo/jfc/Java2D/src/demos/Transforms/Rotate.java Xjdk%%JDK_VERSION%%/demo/jfc/Java2D/src/demos/Transforms/SelectTx.java Xjdk%%JDK_VERSION%%/demo/jfc/Java2D/src/demos/Transforms/TransformAnim.java Xjdk%%JDK_VERSION%%/demo/jfc/Java2D/src/demos/Paint/GradAnim.java Xjdk%%JDK_VERSION%%/demo/jfc/Java2D/src/demos/Paint/TextureAnim.java Xjdk%%JDK_VERSION%%/demo/jfc/Java2D/src/demos/Paint/Gradient.java Xjdk%%JDK_VERSION%%/demo/jfc/Java2D/src/demos/Paint/Texture.java Xjdk%%JDK_VERSION%%/demo/jfc/Java2D/src/DemoPanel.java Xjdk%%JDK_VERSION%%/demo/jfc/Java2D/src/GlobalControls.java Xjdk%%JDK_VERSION%%/demo/jfc/Java2D/src/MemoryMonitor.java Xjdk%%JDK_VERSION%%/demo/jfc/Java2D/src/Surface.java Xjdk%%JDK_VERSION%%/demo/jfc/Java2D/src/Java2Demo.java Xjdk%%JDK_VERSION%%/demo/jfc/Java2D/src/Tools.java Xjdk%%JDK_VERSION%%/demo/jfc/Java2D/src/PerformanceMonitor.java Xjdk%%JDK_VERSION%%/demo/jfc/Java2D/src/RunWindow.java Xjdk%%JDK_VERSION%%/demo/jfc/Java2D/src/TextureChooser.java Xjdk%%JDK_VERSION%%/demo/jfc/Java2D/src/DemoGroup.java Xjdk%%JDK_VERSION%%/demo/jfc/Java2D/src/GlobalPanel.java Xjdk%%JDK_VERSION%%/demo/jfc/Java2D/src/Java2DemoApplet.java Xjdk%%JDK_VERSION%%/demo/jfc/Java2D/src/DemoImages.java Xjdk%%JDK_VERSION%%/demo/jfc/Java2D/src/DemoFonts.java Xjdk%%JDK_VERSION%%/demo/jfc/Java2D/src/AnimatingSurface.java Xjdk%%JDK_VERSION%%/demo/jfc/Java2D/src/AnimatingControlsSurface.java Xjdk%%JDK_VERSION%%/demo/jfc/Java2D/src/ControlsSurface.java Xjdk%%JDK_VERSION%%/demo/jfc/Java2D/src/Intro.java Xjdk%%JDK_VERSION%%/demo/jfc/Java2D/src/CustomControlsContext.java Xjdk%%JDK_VERSION%%/demo/jfc/Java2D/src/CustomControls.java Xjdk%%JDK_VERSION%%/demo/jfc/Java2D/src/CloningFeature.java Xjdk%%JDK_VERSION%%/demo/jfc/Java2D/README.txt Xjdk%%JDK_VERSION%%/demo/jfc/Java2D/Java2Demo.html Xjdk%%JDK_VERSION%%/demo/jfc/Java2D/Java2Demo.jar Xjdk%%JDK_VERSION%%/demo/jfc/Font2DTest/src/Font2DTest.java Xjdk%%JDK_VERSION%%/demo/jfc/Font2DTest/resources/resource.data Xjdk%%JDK_VERSION%%/demo/jfc/Font2DTest/resources/TextResources.properties Xjdk%%JDK_VERSION%%/demo/jfc/Font2DTest/resources/TextResources_de.properties Xjdk%%JDK_VERSION%%/demo/jfc/Font2DTest/resources/TextResources_en.properties Xjdk%%JDK_VERSION%%/demo/jfc/Font2DTest/resources/TextResources_en_GB.properties Xjdk%%JDK_VERSION%%/demo/jfc/Font2DTest/resources/TextResources_ko.properties Xjdk%%JDK_VERSION%%/demo/jfc/Font2DTest/README.txt Xjdk%%JDK_VERSION%%/demo/jfc/Font2DTest/Font2DTest.html Xjdk%%JDK_VERSION%%/demo/jfc/Font2DTest/Font2DTest.jar Xjdk%%JDK_VERSION%%/demo/sound/src/Juke.java Xjdk%%JDK_VERSION%%/demo/sound/src/JavaSound.java Xjdk%%JDK_VERSION%%/demo/sound/src/MidiSynth.java Xjdk%%JDK_VERSION%%/demo/sound/src/CapturePlayback.java Xjdk%%JDK_VERSION%%/demo/sound/src/ControlContext.java Xjdk%%JDK_VERSION%%/demo/sound/src/Groove.java Xjdk%%JDK_VERSION%%/demo/sound/src/TempoDial.java Xjdk%%JDK_VERSION%%/demo/sound/src/JavaSoundApplet.java Xjdk%%JDK_VERSION%%/demo/sound/media/bong.wav Xjdk%%JDK_VERSION%%/demo/sound/media/classical.rmf Xjdk%%JDK_VERSION%%/demo/sound/media/spacemusic.au Xjdk%%JDK_VERSION%%/demo/sound/media/modern-rock.rmf Xjdk%%JDK_VERSION%%/demo/sound/media/sfx-medley.rmf Xjdk%%JDK_VERSION%%/demo/sound/media/bark.aiff Xjdk%%JDK_VERSION%%/demo/sound/media/trippygaia1.mid Xjdk%%JDK_VERSION%%/demo/sound/media/trance.rmf Xjdk%%JDK_VERSION%%/demo/sound/media/ambient.rmf Xjdk%%JDK_VERSION%%/demo/sound/README.txt Xjdk%%JDK_VERSION%%/demo/sound/JavaSound.html Xjdk%%JDK_VERSION%%/demo/sound/JavaSound.jar Xjdk%%JDK_VERSION%%/demo/jpda/examples.jar Xjdk%%JDK_VERSION%%/include/bsd/jni_md.h Xjdk%%JDK_VERSION%%/include/bsd/jawt_md.h Xjdk%%JDK_VERSION%%/include/jni.h Xjdk%%JDK_VERSION%%/include/jvmdi.h Xjdk%%JDK_VERSION%%/include/jvmpi.h Xjdk%%JDK_VERSION%%/include/jawt.h Xjdk%%JDK_VERSION%%/include-old/bsd/timeval_md.h Xjdk%%JDK_VERSION%%/include-old/bsd/jmath_md.h Xjdk%%JDK_VERSION%%/include-old/bsd/miscdefs_md.h Xjdk%%JDK_VERSION%%/include-old/bsd/sysmacros_md.h Xjdk%%JDK_VERSION%%/include-old/bsd/typedefs_md.h Xjdk%%JDK_VERSION%%/include-old/bsd/jawt_md.h Xjdk%%JDK_VERSION%%/include-old/bsd/jvm_md.h Xjdk%%JDK_VERSION%%/include-old/bsd/byteorder_md.h Xjdk%%JDK_VERSION%%/include-old/bsd/hpi_md.h Xjdk%%JDK_VERSION%%/include-old/bsd/io_md.h Xjdk%%JDK_VERSION%%/include-old/bsd/path_md.h Xjdk%%JDK_VERSION%%/include-old/bsd/gc_md.h Xjdk%%JDK_VERSION%%/include-old/alloc_cache.h Xjdk%%JDK_VERSION%%/include-old/bag.h Xjdk%%JDK_VERSION%%/include-old/breakpoints.h Xjdk%%JDK_VERSION%%/include-old/byteorder.h Xjdk%%JDK_VERSION%%/include-old/common_exceptions.h Xjdk%%JDK_VERSION%%/include-old/debug.h Xjdk%%JDK_VERSION%%/include-old/exceptions.h Xjdk%%JDK_VERSION%%/include-old/gc.h Xjdk%%JDK_VERSION%%/include-old/interpreter.h Xjdk%%JDK_VERSION%%/include-old/javaString.h Xjdk%%JDK_VERSION%%/include-old/jit.h Xjdk%%JDK_VERSION%%/include-old/jmath.h Xjdk%%JDK_VERSION%%/include-old/log.h Xjdk%%JDK_VERSION%%/include-old/monitor.h Xjdk%%JDK_VERSION%%/include-old/monitor_cache.h Xjdk%%JDK_VERSION%%/include-old/native.h Xjdk%%JDK_VERSION%%/include-old/oldnmi.h Xjdk%%JDK_VERSION%%/include-old/oobj.h Xjdk%%JDK_VERSION%%/include-old/opcodes.h Xjdk%%JDK_VERSION%%/include-old/path.h Xjdk%%JDK_VERSION%%/include-old/reflect.h Xjdk%%JDK_VERSION%%/include-old/signature.h Xjdk%%JDK_VERSION%%/include-old/sys_api.h Xjdk%%JDK_VERSION%%/include-old/tree.h Xjdk%%JDK_VERSION%%/include-old/threads.h Xjdk%%JDK_VERSION%%/include-old/typecodes.h Xjdk%%JDK_VERSION%%/include-old/typedefs.h Xjdk%%JDK_VERSION%%/include-old/utf.h Xjdk%%JDK_VERSION%%/include-old/util.h Xjdk%%JDK_VERSION%%/include-old/vmprofiler.h Xjdk%%JDK_VERSION%%/include-old/wrap.h Xjdk%%JDK_VERSION%%/include-old/jawt.h Xjdk%%JDK_VERSION%%/include-old/jvm.h Xjdk%%JDK_VERSION%%/include-old/jvmdi.h Xjdk%%JDK_VERSION%%/include-old/jvmpi.h Xjdk%%JDK_VERSION%%/include-old/bool.h Xjdk%%JDK_VERSION%%/include-old/dll.h Xjdk%%JDK_VERSION%%/include-old/hpi.h Xjdk%%JDK_VERSION%%/include-old/java_lang_String.h Xjdk%%JDK_VERSION%%/include-old/java_lang_ClassLoader.h Xjdk%%JDK_VERSION%%/include-old/java_lang_Thread.h Xjdk%%JDK_VERSION%%/include-old/StubPreamble.h Xjdk%%JDK_VERSION%%/include-old/java_lang_ThreadGroup.h Xjdk%%JDK_VERSION%%/jre/bin/i386/green_threads/java Xjdk%%JDK_VERSION%%/jre/bin/i386/green_threads/oldjava Xjdk%%JDK_VERSION%%/jre/bin/i386/green_threads/javac Xjdk%%JDK_VERSION%%/jre/bin/i386/green_threads/oldjavac Xjdk%%JDK_VERSION%%/jre/bin/i386/green_threads/javah Xjdk%%JDK_VERSION%%/jre/bin/i386/green_threads/keytool Xjdk%%JDK_VERSION%%/jre/bin/i386/green_threads/jarsigner Xjdk%%JDK_VERSION%%/jre/bin/i386/green_threads/policytool Xjdk%%JDK_VERSION%%/jre/bin/i386/green_threads/jar Xjdk%%JDK_VERSION%%/jre/bin/i386/green_threads/appletviewer Xjdk%%JDK_VERSION%%/jre/bin/i386/green_threads/tnameserv Xjdk%%JDK_VERSION%%/jre/bin/i386/green_threads/rmic Xjdk%%JDK_VERSION%%/jre/bin/i386/green_threads/rmiregistry Xjdk%%JDK_VERSION%%/jre/bin/i386/green_threads/rmid Xjdk%%JDK_VERSION%%/jre/bin/i386/green_threads/javap Xjdk%%JDK_VERSION%%/jre/bin/i386/green_threads/native2ascii Xjdk%%JDK_VERSION%%/jre/bin/i386/green_threads/serialver Xjdk%%JDK_VERSION%%/jre/bin/i386/green_threads/oldjdb Xjdk%%JDK_VERSION%%/jre/bin/i386/green_threads/javadoc Xjdk%%JDK_VERSION%%/jre/bin/i386/green_threads/extcheck Xjdk%%JDK_VERSION%%/jre/bin/i386/green_threads/idlj Xjdk%%JDK_VERSION%%/jre/bin/i386/green_threads/jdb Xjdk%%JDK_VERSION%%/jre/bin/.java_wrapper Xjdk%%JDK_VERSION%%/jre/bin/java Xjdk%%JDK_VERSION%%/jre/bin/keytool Xjdk%%JDK_VERSION%%/jre/bin/policytool Xjdk%%JDK_VERSION%%/jre/bin/awt_robot Xjdk%%JDK_VERSION%%/jre/bin/tnameserv Xjdk%%JDK_VERSION%%/jre/bin/rmiregistry Xjdk%%JDK_VERSION%%/jre/bin/rmid Xjdk%%JDK_VERSION%%/jre/lib/i386/green_threads/libhpi.so X%%DEBUG%%jdk%%JDK_VERSION%%/jre/lib/i386/green_threads/libhpi_g.so Xjdk%%JDK_VERSION%%/jre/lib/i386/classic/Xusage.txt Xjdk%%JDK_VERSION%%/jre/lib/i386/classic/libjvm.so X%%DEBUG%%jdk%%JDK_VERSION%%/jre/lib/i386/classic/libjvm_g.so Xjdk%%JDK_VERSION%%/jre/lib/i386/libverify.so Xjdk%%JDK_VERSION%%/jre/lib/i386/libjava.so Xjdk%%JDK_VERSION%%/jre/lib/i386/libzip.so Xjdk%%JDK_VERSION%%/jre/lib/i386/libhprof.so Xjdk%%JDK_VERSION%%/jre/lib/i386/libjcov.so Xjdk%%JDK_VERSION%%/jre/lib/i386/libnet.so Xjdk%%JDK_VERSION%%/jre/lib/i386/libjsound.so Xjdk%%JDK_VERSION%%/jre/lib/i386/libdcpr.so Xjdk%%JDK_VERSION%%/jre/lib/i386/libmlib_image.so Xjdk%%JDK_VERSION%%/jre/lib/i386/libawt.so Xjdk%%JDK_VERSION%%/jre/lib/i386/libfontmanager.so Xjdk%%JDK_VERSION%%/jre/lib/i386/libjpeg.so Xjdk%%JDK_VERSION%%/jre/lib/i386/libcmm.so Xjdk%%JDK_VERSION%%/jre/lib/i386/libioser12.so Xjdk%%JDK_VERSION%%/jre/lib/i386/libJdbcOdbc.so Xjdk%%JDK_VERSION%%/jre/lib/i386/libagent.so Xjdk%%JDK_VERSION%%/jre/lib/i386/libjawt.so X%%DEBUG%%jdk%%JDK_VERSION%%/jre/lib/i386/libverify_g.so X%%DEBUG%%jdk%%JDK_VERSION%%/jre/lib/i386/libjava_g.so X%%DEBUG%%jdk%%JDK_VERSION%%/jre/lib/i386/libzip_g.so X%%DEBUG%%jdk%%JDK_VERSION%%/jre/lib/i386/libhprof_g.so X%%DEBUG%%jdk%%JDK_VERSION%%/jre/lib/i386/libjcov_g.so X%%DEBUG%%jdk%%JDK_VERSION%%/jre/lib/i386/libnet_g.so X%%DEBUG%%jdk%%JDK_VERSION%%/jre/lib/i386/libjsound_g.so X%%DEBUG%%jdk%%JDK_VERSION%%/jre/lib/i386/libdcpr_g.so X%%DEBUG%%jdk%%JDK_VERSION%%/jre/lib/i386/libmlib_image_g.so X%%DEBUG%%jdk%%JDK_VERSION%%/jre/lib/i386/libawt_g.so X%%DEBUG%%jdk%%JDK_VERSION%%/jre/lib/i386/libfontmanager_g.so X%%DEBUG%%jdk%%JDK_VERSION%%/jre/lib/i386/libjpeg_g.so X%%DEBUG%%jdk%%JDK_VERSION%%/jre/lib/i386/libcmm_g.so X%%DEBUG%%jdk%%JDK_VERSION%%/jre/lib/i386/libioser12_g.so X%%DEBUG%%jdk%%JDK_VERSION%%/jre/lib/i386/libJdbcOdbc_g.so X%%DEBUG%%jdk%%JDK_VERSION%%/jre/lib/i386/libagent_g.so X%%DEBUG%%jdk%%JDK_VERSION%%/jre/lib/i386/libjawt_g.so X%%DEBUG%%jdk%%JDK_VERSION%%/jre/lib/i386/libjdwp_g.so X%%DEBUG%%jdk%%JDK_VERSION%%/jre/lib/i386/libdt_socket_g.so Xjdk%%JDK_VERSION%%/jre/lib/sunrsasign.jar Xjdk%%JDK_VERSION%%/jre/lib/fonts/LucidaTypewriterRegular.ttf Xjdk%%JDK_VERSION%%/jre/lib/fonts/LucidaTypewriterBold.ttf Xjdk%%JDK_VERSION%%/jre/lib/fonts/LucidaTypewriterOblique.ttf Xjdk%%JDK_VERSION%%/jre/lib/fonts/LucidaTypewriterBoldOblique.ttf Xjdk%%JDK_VERSION%%/jre/lib/fonts/LucidaBrightRegular.ttf Xjdk%%JDK_VERSION%%/jre/lib/fonts/LucidaBrightDemiBold.ttf Xjdk%%JDK_VERSION%%/jre/lib/fonts/LucidaBrightItalic.ttf Xjdk%%JDK_VERSION%%/jre/lib/fonts/LucidaBrightDemiItalic.ttf Xjdk%%JDK_VERSION%%/jre/lib/fonts/LucidaSansRegular.ttf Xjdk%%JDK_VERSION%%/jre/lib/fonts/LucidaSansDemiBold.ttf Xjdk%%JDK_VERSION%%/jre/lib/fonts/LucidaSansOblique.ttf Xjdk%%JDK_VERSION%%/jre/lib/fonts/LucidaSansDemiOblique.ttf Xjdk%%JDK_VERSION%%/jre/lib/fonts/fonts.dir Xjdk%%JDK_VERSION%%/jre/lib/content-types.properties Xjdk%%JDK_VERSION%%/jre/lib/tzmappings Xjdk%%JDK_VERSION%%/jre/lib/jvm.cfg Xjdk%%JDK_VERSION%%/jre/lib/security/java.security Xjdk%%JDK_VERSION%%/jre/lib/security/java.policy Xjdk%%JDK_VERSION%%/jre/lib/security/cacerts Xjdk%%JDK_VERSION%%/jre/lib/jvm.hprof.txt Xjdk%%JDK_VERSION%%/jre/lib/jvm.jcov.txt Xjdk%%JDK_VERSION%%/jre/lib/flavormap.properties Xjdk%%JDK_VERSION%%/jre/lib/images/cursors/cursors.properties Xjdk%%JDK_VERSION%%/jre/lib/images/cursors/motif_CopyDrop32x32.gif Xjdk%%JDK_VERSION%%/jre/lib/images/cursors/motif_MoveDrop32x32.gif Xjdk%%JDK_VERSION%%/jre/lib/images/cursors/motif_LinkDrop32x32.gif Xjdk%%JDK_VERSION%%/jre/lib/images/cursors/motif_CopyNoDrop32x32.gif Xjdk%%JDK_VERSION%%/jre/lib/images/cursors/motif_MoveNoDrop32x32.gif Xjdk%%JDK_VERSION%%/jre/lib/images/cursors/motif_LinkNoDrop32x32.gif Xjdk%%JDK_VERSION%%/jre/lib/images/cursors/invalid32x32.gif Xjdk%%JDK_VERSION%%/jre/lib/audio/soundbank.gm Xjdk%%JDK_VERSION%%/jre/lib/psfontj2d.properties Xjdk%%JDK_VERSION%%/jre/lib/font.properties Xjdk%%JDK_VERSION%%/jre/lib/font.properties.ja Xjdk%%JDK_VERSION%%/jre/lib/psfont.properties.ja Xjdk%%JDK_VERSION%%/jre/lib/font.properties.zh Xjdk%%JDK_VERSION%%/jre/lib/cmm/sRGB.pf Xjdk%%JDK_VERSION%%/jre/lib/cmm/GRAY.pf Xjdk%%JDK_VERSION%%/jre/lib/cmm/CIEXYZ.pf Xjdk%%JDK_VERSION%%/jre/lib/cmm/PYCC.pf Xjdk%%JDK_VERSION%%/jre/lib/cmm/LINEAR_RGB.pf Xjdk%%JDK_VERSION%%/jre/lib/rt.jar Xjdk%%JDK_VERSION%%/jre/lib/i18n.jar Xjdk%%JDK_VERSION%%/jre/CHANGES Xjdk%%JDK_VERSION%%/jre/COPYRIGHT Xjdk%%JDK_VERSION%%/jre/LICENSE Xjdk%%JDK_VERSION%%/jre/LICENSE.fr Xjdk%%JDK_VERSION%%/jre/Welcome.html Xjdk%%JDK_VERSION%%/jre/README Xjdk%%JDK_VERSION%%/lib/tools.jar Xjdk%%JDK_VERSION%%/lib/orb.idl Xjdk%%JDK_VERSION%%/lib/ir.idl Xjdk%%JDK_VERSION%%/lib/i386/libdt_socket.so Xjdk%%JDK_VERSION%%/lib/i386/libjdwp.so Xjdk%%JDK_VERSION%%/lib/dt.jar Xjdk%%JDK_VERSION%%/man/man1/appletviewer.1 Xjdk%%JDK_VERSION%%/man/man1/serialver.1 Xjdk%%JDK_VERSION%%/man/man1/rmiregistry.1 Xjdk%%JDK_VERSION%%/man/man1/rmid.1 Xjdk%%JDK_VERSION%%/man/man1/rmic.1 Xjdk%%JDK_VERSION%%/man/man1/native2ascii.1 Xjdk%%JDK_VERSION%%/man/man1/keytool.1 Xjdk%%JDK_VERSION%%/man/man1/jdb.1 Xjdk%%JDK_VERSION%%/man/man1/javap.1 Xjdk%%JDK_VERSION%%/man/man1/javah.1 Xjdk%%JDK_VERSION%%/man/man1/javadoc.1 Xjdk%%JDK_VERSION%%/man/man1/javac.1 Xjdk%%JDK_VERSION%%/man/man1/java.1 Xjdk%%JDK_VERSION%%/man/man1/jarsigner.1 Xjdk%%JDK_VERSION%%/man/man1/jar.1 Xjdk%%JDK_VERSION%%/man/man1/extcheck.1 Xjdk%%JDK_VERSION%%/man/man1/tnameserv.1 Xjdk%%JDK_VERSION%%/src.jar X@exec mkdir -p %D/share/java/classes X@exec mkdir -p %D/share/doc/java X@unexec rmdir %D/share/java/classes 2>/dev/null || true X@unexec rmdir %D/share/java 2>/dev/null || true X@unexec rmdir %D/share/doc/java 2>/dev/null || true X@exec %D/bin/registervm "%D/jdk%%JDK_VERSION%%/bin/java # JDK%%JDK_VERSION%%" X@unexec %D/bin/unregistervm JDK%%JDK_VERSION%% X@dirrm jdk%%JDK_VERSION%%/man/man1 X@dirrm jdk%%JDK_VERSION%%/man X@dirrm jdk%%JDK_VERSION%%/lib/i386 X@dirrm jdk%%JDK_VERSION%%/lib X@dirrm jdk%%JDK_VERSION%%/jre/plugin X@dirrm jdk%%JDK_VERSION%%/jre/lib/security X@dirrm jdk%%JDK_VERSION%%/jre/lib/images/cursors X@dirrm jdk%%JDK_VERSION%%/jre/lib/images X@dirrm jdk%%JDK_VERSION%%/jre/lib/i386/green_threads X@dirrm jdk%%JDK_VERSION%%/jre/lib/i386/classic X@dirrm jdk%%JDK_VERSION%%/jre/lib/i386 X@dirrm jdk%%JDK_VERSION%%/jre/lib/fonts X@dirrm jdk%%JDK_VERSION%%/jre/lib/ext X@dirrm jdk%%JDK_VERSION%%/jre/lib/cmm X@dirrm jdk%%JDK_VERSION%%/jre/lib/audio X@dirrm jdk%%JDK_VERSION%%/jre/lib/applet X@dirrm jdk%%JDK_VERSION%%/jre/lib X@dirrm jdk%%JDK_VERSION%%/jre/bin/i386/green_threads X@dirrm jdk%%JDK_VERSION%%/jre/bin/i386 X@dirrm jdk%%JDK_VERSION%%/jre/bin X@dirrm jdk%%JDK_VERSION%%/jre X@dirrm jdk%%JDK_VERSION%%/include/bsd X@dirrm jdk%%JDK_VERSION%%/include-old/bsd X@dirrm jdk%%JDK_VERSION%%/include-old X@dirrm jdk%%JDK_VERSION%%/include X@dirrm jdk%%JDK_VERSION%%/demo/sound/src X@dirrm jdk%%JDK_VERSION%%/demo/sound/media X@dirrm jdk%%JDK_VERSION%%/demo/sound X@dirrm jdk%%JDK_VERSION%%/demo/jpda X@dirrm jdk%%JDK_VERSION%%/demo/jfc/TableExample/src X@dirrm jdk%%JDK_VERSION%%/demo/jfc/TableExample X@dirrm jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src X@dirrm jdk%%JDK_VERSION%%/demo/jfc/SwingSet2 X@dirrm jdk%%JDK_VERSION%%/demo/jfc/SwingApplet/src X@dirrm jdk%%JDK_VERSION%%/demo/jfc/SwingApplet X@dirrm jdk%%JDK_VERSION%%/demo/jfc/Stylepad/src X@dirrm jdk%%JDK_VERSION%%/demo/jfc/Stylepad/resources X@dirrm jdk%%JDK_VERSION%%/demo/jfc/Stylepad X@dirrm jdk%%JDK_VERSION%%/demo/jfc/SimpleExample/src X@dirrm jdk%%JDK_VERSION%%/demo/jfc/SimpleExample X@dirrm jdk%%JDK_VERSION%%/demo/jfc/SampleTree/src X@dirrm jdk%%JDK_VERSION%%/demo/jfc/SampleTree/images X@dirrm jdk%%JDK_VERSION%%/demo/jfc/SampleTree X@dirrm jdk%%JDK_VERSION%%/demo/jfc/Notepad/src X@dirrm jdk%%JDK_VERSION%%/demo/jfc/Notepad/resources X@dirrm jdk%%JDK_VERSION%%/demo/jfc/Notepad X@dirrm jdk%%JDK_VERSION%%/demo/jfc/Metalworks/src X@dirrm jdk%%JDK_VERSION%%/demo/jfc/Metalworks/images X@dirrm jdk%%JDK_VERSION%%/demo/jfc/Metalworks/HelpFiles X@dirrm jdk%%JDK_VERSION%%/demo/jfc/Metalworks X@dirrm jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/demos/Transforms X@dirrm jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/demos/Paths X@dirrm jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/demos/Paint X@dirrm jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/demos/Mix X@dirrm jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/demos/Lines X@dirrm jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/demos/Images X@dirrm jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/demos/Fonts X@dirrm jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/demos/Composite X@dirrm jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/demos/Colors X@dirrm jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/demos/Clipping X@dirrm jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/demos/Arcs_Curves X@dirrm jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/demos X@dirrm jdk%%JDK_VERSION%%/demo/jfc/Java2D/src X@dirrm jdk%%JDK_VERSION%%/demo/jfc/Java2D X@dirrm jdk%%JDK_VERSION%%/demo/jfc/Font2DTest/src X@dirrm jdk%%JDK_VERSION%%/demo/jfc/Font2DTest/resources X@dirrm jdk%%JDK_VERSION%%/demo/jfc/Font2DTest X@dirrm jdk%%JDK_VERSION%%/demo/jfc/FileChooserDemo/src X@dirrm jdk%%JDK_VERSION%%/demo/jfc/FileChooserDemo/images X@dirrm jdk%%JDK_VERSION%%/demo/jfc/FileChooserDemo X@dirrm jdk%%JDK_VERSION%%/demo/jfc/DBDemos/JavaDB X@dirrm jdk%%JDK_VERSION%%/demo/jfc/DBDemos/InsertSuppliers/Sybase X@dirrm jdk%%JDK_VERSION%%/demo/jfc/DBDemos/InsertSuppliers/MSAccess X@dirrm jdk%%JDK_VERSION%%/demo/jfc/DBDemos/InsertSuppliers X@dirrm jdk%%JDK_VERSION%%/demo/jfc/DBDemos/InsertCoffees/Sybase X@dirrm jdk%%JDK_VERSION%%/demo/jfc/DBDemos/InsertCoffees/SQLSrvr X@dirrm jdk%%JDK_VERSION%%/demo/jfc/DBDemos/InsertCoffees X@dirrm jdk%%JDK_VERSION%%/demo/jfc/DBDemos/CreateSuppliers/Sybase X@dirrm jdk%%JDK_VERSION%%/demo/jfc/DBDemos/CreateSuppliers/MSAccess X@dirrm jdk%%JDK_VERSION%%/demo/jfc/DBDemos/CreateSuppliers X@dirrm jdk%%JDK_VERSION%%/demo/jfc/DBDemos/CreateCoffees/Sybase X@dirrm jdk%%JDK_VERSION%%/demo/jfc/DBDemos/CreateCoffees/MSAccess X@dirrm jdk%%JDK_VERSION%%/demo/jfc/DBDemos/CreateCoffees X@dirrm jdk%%JDK_VERSION%%/demo/jfc/DBDemos X@dirrm jdk%%JDK_VERSION%%/demo/jfc X@dirrm jdk%%JDK_VERSION%%/demo/applets/WireFrame/models X@dirrm jdk%%JDK_VERSION%%/demo/applets/WireFrame X@dirrm jdk%%JDK_VERSION%%/demo/applets/TicTacToe/images X@dirrm jdk%%JDK_VERSION%%/demo/applets/TicTacToe/audio X@dirrm jdk%%JDK_VERSION%%/demo/applets/TicTacToe X@dirrm jdk%%JDK_VERSION%%/demo/applets/SymbolTest X@dirrm jdk%%JDK_VERSION%%/demo/applets/SpreadSheet X@dirrm jdk%%JDK_VERSION%%/demo/applets/SortDemo X@dirrm jdk%%JDK_VERSION%%/demo/applets/SimpleGraph X@dirrm jdk%%JDK_VERSION%%/demo/applets/NervousText X@dirrm jdk%%JDK_VERSION%%/demo/applets/MoleculeViewer/models X@dirrm jdk%%JDK_VERSION%%/demo/applets/MoleculeViewer X@dirrm jdk%%JDK_VERSION%%/demo/applets/JumpingBox/sounds X@dirrm jdk%%JDK_VERSION%%/demo/applets/JumpingBox X@dirrm jdk%%JDK_VERSION%%/demo/applets/ImageMap/images X@dirrm jdk%%JDK_VERSION%%/demo/applets/ImageMap/audio X@dirrm jdk%%JDK_VERSION%%/demo/applets/ImageMap X@dirrm jdk%%JDK_VERSION%%/demo/applets/GraphicsTest X@dirrm jdk%%JDK_VERSION%%/demo/applets/GraphLayout/audio X@dirrm jdk%%JDK_VERSION%%/demo/applets/GraphLayout X@dirrm jdk%%JDK_VERSION%%/demo/applets/Fractal X@dirrm jdk%%JDK_VERSION%%/demo/applets/DrawTest X@dirrm jdk%%JDK_VERSION%%/demo/applets/DitherTest X@dirrm jdk%%JDK_VERSION%%/demo/applets/Clock X@dirrm jdk%%JDK_VERSION%%/demo/applets/CardTest X@dirrm jdk%%JDK_VERSION%%/demo/applets/Blink X@dirrm jdk%%JDK_VERSION%%/demo/applets/BarChart X@dirrm jdk%%JDK_VERSION%%/demo/applets/ArcTest X@dirrm jdk%%JDK_VERSION%%/demo/applets/Animator/images/SimpleAnimation X@dirrm jdk%%JDK_VERSION%%/demo/applets/Animator/images/Beans X@dirrm jdk%%JDK_VERSION%%/demo/applets/Animator/images X@dirrm jdk%%JDK_VERSION%%/demo/applets/Animator/audio X@dirrm jdk%%JDK_VERSION%%/demo/applets/Animator X@dirrm jdk%%JDK_VERSION%%/demo/applets X@dirrm jdk%%JDK_VERSION%%/demo X@dirrm jdk%%JDK_VERSION%%/bin/i386/green_threads X@dirrm jdk%%JDK_VERSION%%/bin/i386 X@dirrm jdk%%JDK_VERSION%%/bin X@dirrm jdk%%JDK_VERSION%%/ END-of-pkg-plist exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Aug 21 23:12:41 2001 Delivered-To: freebsd-ports@freebsd.org Received: from mailgate.rz.uni-karlsruhe.de (mailgate.rz.uni-karlsruhe.de [129.13.64.97]) by hub.freebsd.org (Postfix) with ESMTP id 2A9B737B405 for ; Tue, 21 Aug 2001 23:12:37 -0700 (PDT) (envelope-from riggs@f113.hadiko.de) Received: from f113.hadiko.de (root@hadif113.hadiko.uni-karlsruhe.de [172.20.42.143]) by mailgate.rz.uni-karlsruhe.de with esmtp (Exim 3.16 #1) id 15ZRFj-0000Yq-00; Wed, 22 Aug 2001 08:12:35 +0200 Received: (from riggs@localhost) by f113.hadiko.de (8.11.5/8.11.4) id f7M6CZa84344; Wed, 22 Aug 2001 08:12:35 +0200 (CEST) (envelope-from riggs) Date: Wed, 22 Aug 2001 08:12:35 +0200 From: "Thomas E. Zander" To: Dirk Meyer Cc: freebsd-ports@freebsd.org Subject: Re: ports/29940: graphics/mplayer-codecs port Message-ID: <20010822081234.C80163@f113.hadiko.de> References: <200108220450.f7M4o2a67343@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable In-Reply-To: <200108220450.f7M4o2a67343@freefall.freebsd.org>; from dirk.meyer@dinoex.sub.org on Tue, Aug 21, 2001 at 09:50:02PM -0700 Organization: =?iso-8859-1?Q?RiggiServ_-_Ihr_Partner_f=FCr_alles_Delikate?= X-PGP-KeyID: 0xC85996CD X-PGP-Fingerprint: 4F59 75B4 4CE3 3B00 BC61 5400 8DD4 8929 C859 96CD X-Mailer: Riggisoft Ausguck Eggsbress (Build 998460459) X-Operating-System: Riggiland BSD 4.4-RC (To serve and protect.) Sender: owner-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, Am Di , dem 21. Aug 2001, um 21:50 -0700 Uhr schrubte Dirk Meyer zum Thema [Re: ports/29940: graphics/mplayer-codecs port]: > Can it be made to work with the existing port? > =20 > ports/graphics/win32-codecs/ This _is_ working. Our submission for graphics/mplayer http://www.freebsd.org/cgi/query-pr.cgi?pr=3D29944 provides the USE_AVIFILE_CODECS makeoption to use the existing win32-codecs, but mplayer has support for more video formats, so we decided to make a port for the codecs itself. Riggs --=20 - Die Welt schl=E4ft tief schon lange Zeit | Sent with RiggiSmooth [tm] - -- Mich nur flieht die Dunkelheit | ------------------------- -- --- Denn per Infrarot seh ich | just to fit your --- ---- Die Nacht ist wirklich widerlich. | primitive screen. ---- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Aug 21 23:15: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 6042937B40C; Tue, 21 Aug 2001 23:15:51 -0700 (PDT) (envelope-from dinoex@FreeBSD.org) Received: (from dinoex@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7M69pq89460; Tue, 21 Aug 2001 23:09:51 -0700 (PDT) (envelope-from dinoex) Date: Tue, 21 Aug 2001 23:09:51 -0700 (PDT) From: Message-Id: <200108220609.f7M69pq89460@freefall.freebsd.org> To: riggs@f113.hadiko.de, dinoex@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/29940: graphics/mplayer-codecs port Sender: owner-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: graphics/mplayer-codecs port State-Changed-From-To: open->closed State-Changed-By: dinoex State-Changed-When: Tue Aug 21 23:09:32 PDT 2001 State-Changed-Why: Committed, Thanks http://www.FreeBSD.org/cgi/query-pr.cgi?pr=29940 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Aug 21 23:15: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 3C4FA37B40B; Tue, 21 Aug 2001 23:15:51 -0700 (PDT) (envelope-from dinoex@FreeBSD.org) Received: (from dinoex@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7M6C0d90000; Tue, 21 Aug 2001 23:12:00 -0700 (PDT) (envelope-from dinoex) Date: Tue, 21 Aug 2001 23:12:00 -0700 (PDT) From: Message-Id: <200108220612.f7M6C0d90000@freefall.freebsd.org> To: riggs@f113.hadiko.de, dinoex@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/29944: graphics/mplayer port Sender: owner-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: graphics/mplayer port State-Changed-From-To: open->closed State-Changed-By: dinoex State-Changed-When: Tue Aug 21 23:11:47 PDT 2001 State-Changed-Why: Committed, Thanks http://www.FreeBSD.org/cgi/query-pr.cgi?pr=29944 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Aug 22 0:18:28 2001 Delivered-To: freebsd-ports@freebsd.org Received: from redfernnetworks.com (gateway.redfernnetworks.com [203.202.15.36]) by hub.freebsd.org (Postfix) with ESMTP id 533C537B407; Wed, 22 Aug 2001 00:18:24 -0700 (PDT) (envelope-from jheller@rbni.com) Received: from rbni.com (jheller.redfernnetworks.com [172.16.41.122]) by redfernnetworks.com (8.11.3/8.11.3) with ESMTP id f7M7IMe07349; Wed, 22 Aug 2001 17:18:22 +1000 Message-ID: <3B835CBE.908FADC4@rbni.com> Date: Wed, 22 Aug 2001 17:18:22 +1000 From: John Heller Organization: Redfern Broadband Networks X-Mailer: Mozilla 4.76 [en] (Windows NT 5.0; U) X-Accept-Language: en,pdf MIME-Version: 1.0 To: jmz@FreeBSD.org Cc: ports@FreeBSD.org Subject: FreeBSD Port: XFree86-4.1.0_4 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 Howdy, A search of the ports collection turns up a XFree86-4.1.0_4, however the port that is linked there builds version 4.0.3. ftp://ftp5.FreeBSD.org/pub/FreeBSD/branches/-current/ports/x11/XFree86-4 Is there a port for 4.1.0? I need it for the i815 driver. -- Regards, John Heller: IT Manager, RBN Pty. Ltd. Ph: +61 2 9209 4952 http://www.rbni.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Aug 22 0: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 C93D537B407 for ; Wed, 22 Aug 2001 00:20:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7M7K1X99417; Wed, 22 Aug 2001 00:20:01 -0700 (PDT) (envelope-from gnats) Received: from torpy.unbc.ca (torpy.unbc.ca [142.207.144.60]) by hub.freebsd.org (Postfix) with ESMTP id 7E85137B406 for ; Wed, 22 Aug 2001 00:19:37 -0700 (PDT) (envelope-from karlj000@unbc.ca) Received: from ugrad.unbc.ca (ugrad.unbc.ca [142.207.112.20]) by torpy.unbc.ca (8.9.3/8.9.3) with ESMTP id AAA2395819 for ; Wed, 22 Aug 2001 00:19:28 -0700 (PDT) Received: from localhost (karlj000@localhost) by ugrad.unbc.ca (8.9.3/8.9.3) with ESMTP id AAA26836 for ; Wed, 22 Aug 2001 00:17:22 -0700 Message-Id: Date: Wed, 22 Aug 2001 00:17:22 -0700 (PDT) From: Jeremy Karlson To: FreeBSD-gnats-submit@freebsd.org Subject: ports/29950: Update Port: games/magiccube4d (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: 29950 >Category: ports >Synopsis: Update Port: games/magiccube4d >Confidential: 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 Aug 22 00:20:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Jeremy Karlson >Release: FreeBSD 4.3-STABLE i386 >Organization: None >Environment: System: FreeBSD a3hp4382y45og.bc.hsia.telus.net 4.3-STABLE FreeBSD 4.3-STABLE #8: Thu Jun 14 20:46:57 PDT 2001 root@h24-76-76-76.vc.shawcable.net:/usr/src/sys/compile/LUCRETIA i386 >Description: Update port to fetch new file name from master site. >How-To-Repeat: N/A. >Fix: Apply the diffs in the following shar file: # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # Makefile.diff # distinfo.diff # echo x - Makefile.diff sed 's/^X//' >Makefile.diff << 'END-of-Makefile.diff' X--- Makefile.BACKUP Sat Aug 18 13:43:56 2001 X+++ Makefile Sat Aug 18 14:52:26 2001 X@@ -9,7 +9,7 @@ X PORTVERSION= 2.1 X CATEGORIES= games X MASTER_SITES= http://www.superliminal.com/cube/ X-DISTNAME= magiccube4d-src-${PORTVERSION:S/./_/} X+DISTNAME= mc4d-src-${PORTVERSION:S/./_/} X EXTRACT_SUFX= .tgz X X MAINTAINER= karlj000@unbc.ca X@@ -18,6 +18,7 @@ X X GNU_CONFIGURE= yes X USE_GMAKE= yes X+WRKSRC= ${WRKDIR}/${PORTNAME}-src-${PORTVERSION:S/./_/} X X do-install: X ${INSTALL_PROGRAM} ${WRKSRC}/magiccube4d ${PREFIX}/bin END-of-Makefile.diff echo x - distinfo.diff sed 's/^X//' >distinfo.diff << 'END-of-distinfo.diff' X--- distinfo.BACKUP Sat Aug 18 13:44:01 2001 X+++ distinfo Sat Aug 18 13:44:46 2001 X@@ -1,3 +1 @@ X-MD5 (magiccube4d-src-2_1.tgz) = b718f635df7644e20126f2ba3c11701a X-MD5 (EventHandler.diff) = 21919eb1b3f86f28acde28dec896d795 X-MD5 (MagicCube.diff) = 9fc512703f903ad3d5512f74524b7de9 X+MD5 (mc4d-src-2_1.tgz) = b718f635df7644e20126f2ba3c11701a END-of-distinfo.diff 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 Aug 22 0: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 9729A37B408 for ; Wed, 22 Aug 2001 00:30:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7M7U3c00456; Wed, 22 Aug 2001 00:30:03 -0700 (PDT) (envelope-from gnats) Received: from 3wgraphics.com (ppp084.comintern.ru [213.148.2.84]) by hub.freebsd.org (Postfix) with ESMTP id EEC5D37B408 for ; Wed, 22 Aug 2001 00:24:37 -0700 (PDT) (envelope-from root@3wgraphics.com) Received: from root by 3wgraphics.com with local (Exim 3.30 #1) id 15ZSNJ-000MXe-00 for FreeBSD-gnats-submit@freebsd.org; Wed, 22 Aug 2001 11:24:29 +0400 Message-Id: Date: Wed, 22 Aug 2001 11:24:29 +0400 From: skv@protey.ru Reply-To: skv@protey.ru To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/29951: Update port: Sablot-0.65 Sender: owner-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: 29951 >Category: ports >Synopsis: Update port: Sablot-0.65 >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Wed Aug 22 00:30:02 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Sergey Skvortsov >Release: FreeBSD 4.3-STABLE i386 >Organization: >Environment: >Description: Update port: Sablot-0.65 >How-To-Repeat: >Fix: diff -crN sablotron.0.60.1/Makefile sablotron/Makefile *** sablotron.0.60.1/Makefile Mon Jul 2 19:52:00 2001 --- sablotron/Makefile Thu Aug 16 19:34:00 2001 *************** *** 2,18 **** # Date created: 13 Nov 2000 # Whom: Sergey Skvortsov # ! # $FreeBSD: ports/textproc/sablotron/Makefile,v 1.6 2001/06/18 18:13:11 dannyboy Exp $ # PORTNAME= Sablot ! PORTVERSION= 0.60 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 --- 2,14 ---- # Date created: 13 Nov 2000 # Whom: Sergey Skvortsov # ! # $FreeBSD: ports/textproc/sablotron/Makefile,v 1.7 2001/07/03 09:18:16 knu Exp $ # PORTNAME= Sablot ! PORTVERSION= 0.65 CATEGORIES= textproc MASTER_SITES= http://download.gingerall.cz/sablot/ MAINTAINER= skv@protey.ru diff -crN sablotron.0.60.1/distinfo sablotron/distinfo *** sablotron.0.60.1/distinfo Mon Jul 2 19:51:10 2001 --- sablotron/distinfo Thu Aug 16 19:59:42 2001 *************** *** 1,2 **** ! MD5 (Sablot-0.60.tar.gz) = 2938b6c301355f832eb0f6be98f12570 ! MD5 (Sablot-0.60.1.patch) = 65881887cc28755d780b84483f99aede --- 1 ---- ! MD5 (Sablot-0.65.tar.gz) = 8417174c81b1cecfb2961f728ab1d454 diff -crN sablotron.0.60.1/pkg-plist sablotron/pkg-plist *** sablotron.0.60.1/pkg-plist Sat Jun 16 13:44:59 2001 --- sablotron/pkg-plist Wed Aug 22 11:19:06 2001 *************** *** 2,7 **** include/shandler.h include/sdom.h bin/sabcmd ! lib/libsablot.so.60 lib/libsablot.so lib/libsablot.a --- 2,7 ---- include/shandler.h include/sdom.h bin/sabcmd ! lib/libsablot.so.65 lib/libsablot.so lib/libsablot.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 Wed Aug 22 1:59:16 2001 Delivered-To: freebsd-ports@freebsd.org Received: from ipcard.iptcom.net (ipcard.iptcom.net [212.9.224.5]) by hub.freebsd.org (Postfix) with ESMTP id 738E837B403; Wed, 22 Aug 2001 01:59:08 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Received: from vega.vega.com (dialup13-61.iptelecom.net.ua [212.9.229.61]) by ipcard.iptcom.net (8.9.3/8.9.3) with ESMTP id LAA88179; Wed, 22 Aug 2001 11:58:56 +0300 (EEST) (envelope-from sobomax@FreeBSD.org) 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 f7M8wPo25351; Wed, 22 Aug 2001 11:58:25 +0300 (EEST) (envelope-from sobomax@FreeBSD.org) Message-ID: <3B83746D.68EA675D@FreeBSD.org> Date: Wed, 22 Aug 2001 11:59:25 +0300 From: Maxim Sobolev Organization: Vega International Capital X-Mailer: Mozilla 4.78 [en] (Windows NT 5.0; U) X-Accept-Language: en,uk,ru MIME-Version: 1.0 To: Joe Clarke Cc: freebsd-ports@FreeBSD.org, gnome@FreeBSD.org Subject: Re: Problem with datadir and gnome ports References: <20010821184931.L25024-100000@shumai.marcuscom.com> Content-Type: text/plain; charset=koi8-r 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 Joe Clarke wrote: > I have noticed that quite a few gnome ports' pkg-plists mention that they > are putting files in /usr/X11R6/share/gnome/*, but actually do not. It > looks like bsd.gnome.mk tries to do this, but only if HAVE_GNOME is not > defined. If HAVE_GNOME is defined, then pkg-plists get updated correctly, > but the port Makefile does not. That is, shouldn't line 284 in > bsd.gnome.mk read: > > .if defined(HAVE_GNOME) && ${CONFIGURE_ARGS:S/--localstatedir=//} == ${CONFIGURE_ARGS:S/ / /g} > > and line 287 read: > > .if defined(HAVE_GNOME) && ${CONFIGURE_ARGS:S/--datadir=//} == ${CONFIGURE_ARGS:S/ / /g} > > ? Should I set HAVE_GNOME=yes in /etc/make.conf? Right now, I define: > > HAVE_GTK=yes > HAVE_ESOUND=yes > HAVE_GNOME=yes > XFREE86_VERSION=4 > > in /etc/make.conf. Should I not be defining the GTK and GNOME vars? > Thanks. You confused things. HAVE_* variables are intended for internal use only. Use WITH_* variables in your /etc/make.conf instead. -Maxim To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Aug 22 2: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 9F80437B40E for ; Wed, 22 Aug 2001 02:20:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7M9K1n18646; Wed, 22 Aug 2001 02:20:01 -0700 (PDT) (envelope-from gnats) Date: Wed, 22 Aug 2001 02:20:01 -0700 (PDT) Message-Id: <200108220920.f7M9K1n18646@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Peter Pentchev Subject: Re: ports/29934: [PATCH] scsh fails to compile 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/29934; it has been noted by GNATS. From: Peter Pentchev To: Evan Sarmiento Cc: freebsd-gnats-submit@FreeBSD.org Subject: Re: ports/29934: [PATCH] scsh fails to compile Date: Wed, 22 Aug 2001 12:12:00 +0300 On Tue, Aug 21, 2001 at 02:32:30PM -0700, Evan Sarmiento wrote: > > >Number: 29934 > >Category: ports > >Synopsis: [PATCH] scsh fails to compile > >Originator: Evan Sarmiento > >Release: 5.0 > >Organization: > >Environment: > FreeBSD teqnix.sekt7.org 5.0-CURRENT FreeBSD 5.0-CURRENT #2: Sun Aug 19 08:53:54 EDT 2001 kaworu@teqnix.sekt7.org:/usr/src/sys/compile/TEQNIX i386 > >Description: > When compiling, gcc complains because fileno(fs) = fd should be fd = fileno(fs) I don't think this is correct. The name of the function is 'setfileno()', which seems to imply that the function really wants to change the fileno of the FILE structure - that is, it wants to tweak the FILE structure internals. The patch you are proposing would break the function's semantics - the function would turn out to be a no-op, not changing the FILE structure in any way. A more correct patch would be to change the application so that it does not fumble inside the FILE structure. I don't really see ANY reason that an app would want to change a FILE structure's file descriptor *within the structure*, keeping all other fields in some inconsistent state referring to the *old* file descriptor, instead of simply calling the well-documented and standardized fdopen() stdio function. Unfortunately, I do not have the time to look at the scsh sources right now, so I cannot see what would the correct fix be. However, it is most certainly NOT correct for scsh to muck the FILE structure internals - you are most probably seeing a problem because in -current, the FILE internals were changed in a way that kept stdio completely standards-compliant, made it somewhat more efficient, esp. WRT threads, and as a side effect exposed such "smart" programs trying to poke their fingers where they can only get burnt. G'luck, Peter -- This sentence contains exactly threee erors. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Aug 22 4:15: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 DE70737B412; Wed, 22 Aug 2001 04:15:51 -0700 (PDT) (envelope-from ijliao@FreeBSD.org) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7MBE5i41971; Wed, 22 Aug 2001 04:14:05 -0700 (PDT) (envelope-from ijliao) Date: Wed, 22 Aug 2001 04:14:05 -0700 (PDT) From: Message-Id: <200108221114.f7MBE5i41971@freefall.freebsd.org> To: jason-dated-999108911.3e5920@mastaler.com, ijliao@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/29927: Fix shared library 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: Fix shared library support State-Changed-From-To: open->closed State-Changed-By: ijliao State-Changed-When: Wed Aug 22 04:13:47 PDT 2001 State-Changed-Why: committed, thanks http://www.FreeBSD.org/cgi/query-pr.cgi?pr=29927 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Aug 22 4:25: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 C29F137B409; Wed, 22 Aug 2001 04:25:51 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7MBMGg42706; Wed, 22 Aug 2001 04:22:16 -0700 (PDT) (envelope-from sobomax) Date: Wed, 22 Aug 2001 04:22:16 -0700 (PDT) From: Message-Id: <200108221122.f7MBMGg42706@freefall.freebsd.org> To: sobomax@FreeBSD.org, freebsd-ports@FreeBSD.org, sobomax@FreeBSD.org Subject: Re: ports/29949: JDK 1.3.1 native port Sender: owner-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: JDK 1.3.1 native port Responsible-Changed-From-To: freebsd-ports->sobomax Responsible-Changed-By: sobomax Responsible-Changed-When: Wed Aug 22 04:21:37 PDT 2001 Responsible-Changed-Why: I'll take this. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=29949 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Aug 22 4:32: 0 2001 Delivered-To: freebsd-ports@freebsd.org Received: from serenity.mcc.ac.uk (serenity.mcc.ac.uk [130.88.200.93]) by hub.freebsd.org (Postfix) with ESMTP id 15D9637B411 for ; Wed, 22 Aug 2001 04:31:51 -0700 (PDT) (envelope-from jcm@freebsd-uk.eu.org) Received: from dogma.freebsd-uk.eu.org ([130.88.200.97] helo=dogma) by serenity.mcc.ac.uk with esmtp (Exim 2.05 #6) id 15ZWEf-000Ez9-00; Wed, 22 Aug 2001 12:31:49 +0100 Received: (from jcm@localhost) by dogma (8.11.4/8.11.1) id f7MBVnp50667; Wed, 22 Aug 2001 12:31:49 +0100 (BST) (envelope-from jcm) Date: Wed, 22 Aug 2001 12:31:48 +0100 From: j mckitrick To: Jim Bryant Cc: freebsd-ports@freebsd.org Subject: Re: Invisible Linux Netscape? Message-ID: <20010822123148.A50609@dogma.freebsd-uk.eu.org> References: <20010821210039.A44850@dogma.freebsd-uk.eu.org> <3B82EF91.8070104@yahoo.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i In-Reply-To: <3B82EF91.8070104@yahoo.com>; from kc5vdj@yahoo.com on Tue, Aug 21, 2001 at 06:32:33PM -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 On Tue, Aug 21, 2001 at 06:32:33PM -0500, Jim Bryant wrote: | ps -ax | grep dns.helper | | kill that... | | netscape 4.7x's dns helper hangs on both -current and -stable.... apparently at random... i've seen this behaviour for about a year... | | upgrading to 4.78 [or is it 4.79, i forget] doesn't fix this matter, but will fix some 3xpl0itz, so you may want to do the upgrade | anyhow... It doesn't just add a bunch of whizbang FEEtures that I *must* have to enhance my browsing experience? | j mckitrick wrote: | | > Hi all, | > | > I am running Linux Netspace 4.77, and I am having an odd problem rather | > frequently. I am not sure what causes this (an odd application exit | > combination?) but I sometimes cannot get NS to start back up. I check 'top' | > and see 2 processes running called 'netscape-linux' but no window. I have | > to explicitly kill both processes, and sometimes even Blackbox, and then I can | > restart NS. Otherwise, it will pretend to start (start the 2 | > processes) but never open the main window. Any idea what could cause this? | > I am running BSD 4.3-stable. | > | > jm | > | | jim | -- | ET has one helluva sense of humor! | He's always anal-probing right-wing schizos! | | | _________________________________________________________ | Do You Yahoo!? | Get your free @yahoo.com address at http://mail.yahoo.com jm -- My other computer is your windows box. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Aug 22 4:35: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 C772837B403; Wed, 22 Aug 2001 04:35:52 -0700 (PDT) (envelope-from wjv@FreeBSD.org) Received: (from wjv@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7MBTqA43466; Wed, 22 Aug 2001 04:29:52 -0700 (PDT) (envelope-from wjv) Date: Wed, 22 Aug 2001 04:29:52 -0700 (PDT) From: Message-Id: <200108221129.f7MBTqA43466@freefall.freebsd.org> To: wjv@FreeBSD.org, freebsd-ports@FreeBSD.org, wjv@FreeBSD.org Subject: Re: ports/29922: New port: biology/seqio - a set of C functions to read/write bilogical sequences Sender: owner-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/seqio - a set of C functions to read/write bilogical sequences Responsible-Changed-From-To: freebsd-ports->wjv Responsible-Changed-By: wjv Responsible-Changed-When: Wed Aug 22 04:28:59 PDT 2001 Responsible-Changed-Why: I'll take this one... http://www.FreeBSD.org/cgi/query-pr.cgi?pr=29922 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Aug 22 4:36:47 2001 Delivered-To: freebsd-ports@freebsd.org Received: from sad.rosevale.com.au (gregro.lnk.telstra.net [139.130.137.117]) by hub.freebsd.org (Postfix) with ESMTP id E6BA337B417 for ; Wed, 22 Aug 2001 04:36:28 -0700 (PDT) (envelope-from greg@rosevale.com.au) Received: (from greg@localhost) by sad.rosevale.com.au (8.11.1/8.11.1) id f7MBbcF04576; Wed, 22 Aug 2001 21:07:38 +0930 (CST) From: Greg Robinson Message-Id: <200108221137.f7MBbcF04576@sad.rosevale.com.au> Subject: Re: Xfree86 4.1.0 font problem. In-Reply-To: <20010821224108.C34558@johncoop> from John Merryweather Cooper at "Aug 21, 2001 10:41:08 pm" To: freebsd-ports@FreeBSD.ORG Date: Wed, 22 Aug 2001 21:07:38 +0930 (CST) X-Mailer: ELM [version 2.4ME+ PL54 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org [Charset ISO-8859-1 unsupported, filtering to ASCII...] > On 2001.08.21 21:40 Greg Robinson wrote: > > [Charset ISO-8859-1 unsupported, filtering to ASCII...] > > > On 2001.08.21 18:22 Jason R. Mastaler wrote: > > > > On Sat, 18 Aug 2001, Greg Robinson wrote: > > > > > > > > > I've installed XFree86 4.1.0 from the ports collection, and I'm > > > > > having trouble viewing some fonts using either linux netscape > > 4.77 > > > > > or freebsd netscape 4.76. > > > > > > > > > > The font's are just unreadable. > > > > > > > > I'm having the same problem after upgrading from XFree86-3. > > > > > > > > > I have a NVidia GeForce2 MX rev 161 as probed by Xfre86 and I'm > > > > > using the nv driver which comes with 4.1.0 > > > > > > > > Similarily, I'm using the nv driver with a Diamond Viper 770 card. > > > > However, I have the same problem on Linux as well, so it's > > probably a > > > > general XFree86 issue. > > > > > > > > > I'm running 4.3-STABLE as of a few weeks ago. > > > > > > > > 4.3-RELEASE. > > > > > > > > -- > > > > (TMDA - http://tmda.sourceforge.net) > > > > (SPAM reduction for qmail systems) > > > > > > > > > > I'm also running a Diamond Viper 770 (mine's an Ultra). I had > > similar > > > problems with font readability until I discovered that the problem > > (at > > > least for me) was the DPI X was reporting for my monitor. I have a > > 19" > > > LG 995E running at 1280x1024. X was reporting 72dpi, but the Gimp > > > configuration dialog was reporting about 102dpi. Passing -dpi 102 > > to > > > the X server helped big time. > > > > Well, this is interesting. I have the exact same monitor. Heavy > > arn't > > they? :-) > > > > My resolution is currently set to: > > > > dimensions: 1280x1024 pixels (374x271 millimeters) > > resolution: 87x96 dots per inch > > > > I have had limited success with TrueType fonts after another marathon > > session last night. I shall try your suggestion as well. > > > > Can you try a particular web page for me? > > > > http://www.whitepages.com.au/ > > > > And do a reload. The font's for me just turn really bad. As per this > > screen capture: > > > > http://www.rosevale.com.au/~greg/pics/fonts.gif > > > > You can see why I'm perplexed... > > > > Thankx, > > > > Greg. > > Yes, the 995E develops strong arms. Great monitor though. Note, DPI > based on maximum screen dimensions will be on the low side--particularly > if you have a reasonable margin around the image. My calculation is > based on the actual screen image. YMMV. Right. Yes, the picture doesn't quite go right to the edge. I'll check my mileage. > Yes, that GIF if "fugly." On the intial load of the web page, the font > in the tabs looks just like that (but NOT the font on the side). > Reloading clears things right up. It's usable and legible after a > reload. I'm using Mozilla from ports. Yes, I think it works with Mozilla. I've found a work around. If I set netscape to use my fonts and override doccuemnt-specific fonts, everything looks perfect. A little different and smaller, but more readable than that GIF! Thankx for all your help. Greg. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Aug 22 4:50: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 CBC8C37B409 for ; Wed, 22 Aug 2001 04:50:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7MBo2T45430; Wed, 22 Aug 2001 04:50:02 -0700 (PDT) (envelope-from gnats) Received: from david.siemens.de (david.siemens.de [192.35.17.14]) by hub.freebsd.org (Postfix) with ESMTP id 7D1F437B40E; Wed, 22 Aug 2001 04:49:28 -0700 (PDT) (envelope-from ust@cert.siemens.de) Received: from mail3.siemens.de (mail3.siemens.de [139.25.208.14]) by david.siemens.de (8.11.0/8.11.0) with ESMTP id f7MBnRc29828; Wed, 22 Aug 2001 13:49:27 +0200 (MET DST) Received: from mars.cert.siemens.de (ust.mchp.siemens.de [139.23.201.17]) by mail3.siemens.de (8.11.6/8.11.6) with ESMTP id f7MBnQl36042789; Wed, 22 Aug 2001 13:49:26 +0200 (MEST) Received: from reims.mchp.siemens.de (alaska [139.23.202.134]) by mars.cert.siemens.de (8.11.6/8.11.6/Siemens CERT [ $Revision: 1.17 ]) with ESMTP id f7MBnQk96303; Wed, 22 Aug 2001 13:49:26 +0200 (CEST) (envelope-from ust@reims.mchp.siemens.de) Received: (from ust@localhost) by reims.mchp.siemens.de (8.11.6/8.11.6/alaska [ $Revision: 1.8 ]) id f7MBnQw79040; Wed, 22 Aug 2001 13:49:26 +0200 (CEST) (envelope-from ust) Message-Id: <200108221149.f7MBnQw79040@reims.mchp.siemens.de> Date: Wed, 22 Aug 2001 13:49:26 +0200 (CEST) From: Udo Schweigert Reply-To: Udo Schweigert To: FreeBSD-gnats-submit@freebsd.org Cc: dwcjr@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/29952: maintainer-update mail/mutt-devel Sender: owner-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: 29952 >Category: ports >Synopsis: maintainer-update mail/mutt-devel >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: Wed Aug 22 04:50:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Udo Schweigert >Release: FreeBSD 4.4-RC i386 >Organization: >Environment: System: FreeBSD alaska.cert.siemens.de 4.4-RC FreeBSD 4.4-RC #41: Mon Aug 20 16:40:50 CEST 2001 ust@alaska.cert.siemens.de:/usr/obj/work/src/RELENG_4/sys/alaska i386 >Description: Update port mail/mutt-devel to version 1.3.21. (Hint: Patches for 1.3.20 stay working with this version, only giving one error message when patching - but this only patches configure, which is later rebuilt by aclocal) >How-To-Repeat: >Fix: diff -ru /usr/ports/mail/mutt-devel/Makefile mutt-devel/Makefile --- /usr/ports/mail/mutt-devel/Makefile Mon Aug 20 11:10:23 2001 +++ mutt-devel/Makefile Wed Aug 22 13:40:26 2001 @@ -7,8 +7,8 @@ # PORTNAME= mutt-devel -PORTVERSION= 1.3.20 -PORTREVISION= 2 +PORTVERSION= 1.3.21 +# PORTREVISION= 1 CATEGORIES+= mail MASTER_SITES= ftp://ftp.demon.co.uk/pub/mirrors/mutt/devel/ \ ftp://ftp.parodius.com/pub/mutt/devel/ @@ -38,6 +38,7 @@ ftp://ftp2.mutt.org.ua/pub/mutt/mutt-${PATCH_VERSION}/ .endif +PATCH_VERSION= 1.3.20 .if !defined(PATCH_VERSION) PATCH_VERSION= ${PORTVERSION} .endif diff -ru /usr/ports/mail/mutt-devel/distinfo mutt-devel/distinfo --- /usr/ports/mail/mutt-devel/distinfo Thu Jul 26 12:59:59 2001 +++ mutt-devel/distinfo Wed Aug 22 09:28:04 2001 @@ -1,4 +1,4 @@ -MD5 (mutt/mutt-1.3.20i.tar.gz) = 802bf75acd19566848e29dff0aef9940 +MD5 (mutt/mutt-1.3.21i.tar.gz) = ecb73e9db793df3246670d1dfeb352f2 MD5 (mutt/patch-1.3.20.rr.compressed.gz) = e5fcd9e272262173045f4022995cf119 MD5 (mutt/patch-1.3.20.vvv.nntp.gz) = 52e8576f272b0d9a65ef4b3bff4916ff MD5 (mutt/patch-1.3.20.vvv.initials.gz) = 04553b07741c82ca024d4cd194915dd2 diff -ru /usr/ports/mail/mutt-devel/pkg-plist mutt-devel/pkg-plist --- /usr/ports/mail/mutt-devel/pkg-plist Thu Jul 26 12:59:59 2001 +++ mutt-devel/pkg-plist Wed Aug 22 13:40:55 2001 @@ -261,8 +261,8 @@ %%SUB_HTML%%share/doc/mutt/html/manual255.html %%SUB_HTML%%share/doc/mutt/html/manual256.html %%SUB_HTML%%share/doc/mutt/html/manual257.html -%%SUB_HTML%%share/doc/mutt/html/manual258.html -%%SUB_HTML%%share/doc/mutt/html/manual259.html +%%SUB_HTML%%share/doc/mutt/html/manual258.html +%%SUB_HTML%%share/doc/mutt/html/manual259.html %%SUB_HTML%%share/doc/mutt/html/manual26.html %%SUB_HTML%%share/doc/mutt/html/manual260.html %%SUB_HTML%%share/doc/mutt/html/manual261.html @@ -334,7 +334,6 @@ %%SUB_HTML%%share/doc/mutt/html/manual322.html %%SUB_HTML%%share/doc/mutt/html/manual323.html %%SUB_HTML%%share/doc/mutt/html/manual324.html -%%SUB_HTML%%share/doc/mutt/html/manual325.html %%SUB_HTML%%share/doc/mutt/html/manual31.html %%SUB_HTML%%share/doc/mutt/html/manual32.html %%SUB_HTML%%share/doc/mutt/html/manual33.html @@ -411,20 +410,21 @@ %%SUB_HTML%%share/doc/mutt/html/manual98.html %%SUB_HTML%%share/doc/mutt/html/manual99.html %%SUB_HTML%%share/doc/mutt/html/manual_toc.html +%%SUB_ADD_A%%share/doc/mutt/html/manual325.html %%SUB_ADD_A%%share/doc/mutt/html/manual326.html -%%SUB_ADD_A%%share/doc/mutt/html/manual327.html +%%SUB_ADD_B%%share/doc/mutt/html/manual325.html %%SUB_ADD_B%%share/doc/mutt/html/manual326.html %%SUB_ADD_B%%share/doc/mutt/html/manual327.html %%SUB_ADD_B%%share/doc/mutt/html/manual328.html %%SUB_ADD_B%%share/doc/mutt/html/manual329.html -%%SUB_ADD_B%%share/doc/mutt/html/manual330.html +%%SUB_ADD_C%%share/doc/mutt/html/manual325.html %%SUB_ADD_C%%share/doc/mutt/html/manual326.html %%SUB_ADD_C%%share/doc/mutt/html/manual327.html %%SUB_ADD_C%%share/doc/mutt/html/manual328.html %%SUB_ADD_C%%share/doc/mutt/html/manual329.html %%SUB_ADD_C%%share/doc/mutt/html/manual330.html %%SUB_ADD_C%%share/doc/mutt/html/manual331.html -%%SUB_ADD_C%%share/doc/mutt/html/manual332.html +%%SUB_ADD_D%%share/doc/mutt/html/manual325.html %%SUB_ADD_D%%share/doc/mutt/html/manual326.html %%SUB_ADD_D%%share/doc/mutt/html/manual327.html %%SUB_ADD_D%%share/doc/mutt/html/manual328.html @@ -446,6 +446,7 @@ %%SUB_ADD_D%%share/doc/mutt/html/manual344.html %%SUB_ADD_D%%share/doc/mutt/html/manual345.html %%SUB_ADD_D%%share/doc/mutt/html/manual346.html +%%SUB_ADD_E%%share/doc/mutt/html/manual325.html %%SUB_ADD_E%%share/doc/mutt/html/manual326.html %%SUB_ADD_E%%share/doc/mutt/html/manual327.html %%SUB_ADD_E%%share/doc/mutt/html/manual328.html @@ -469,6 +470,7 @@ %%SUB_ADD_E%%share/doc/mutt/html/manual346.html %%SUB_ADD_E%%share/doc/mutt/html/manual347.html %%SUB_ADD_E%%share/doc/mutt/html/manual348.html +%%SUB_ADD_F%%share/doc/mutt/html/manual325.html %%SUB_ADD_F%%share/doc/mutt/html/manual326.html %%SUB_ADD_F%%share/doc/mutt/html/manual327.html %%SUB_ADD_F%%share/doc/mutt/html/manual328.html @@ -495,6 +497,7 @@ %%SUB_ADD_F%%share/doc/mutt/html/manual349.html %%SUB_ADD_F%%share/doc/mutt/html/manual350.html %%SUB_ADD_F%%share/doc/mutt/html/manual351.html +%%SUB_ADD_G%%share/doc/mutt/html/manual325.html %%SUB_ADD_G%%share/doc/mutt/html/manual326.html %%SUB_ADD_G%%share/doc/mutt/html/manual327.html %%SUB_ADD_G%%share/doc/mutt/html/manual328.html >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Aug 22 5: 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 CFD0637B41A for ; Wed, 22 Aug 2001 05:00:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7MC03s46266; Wed, 22 Aug 2001 05:00:03 -0700 (PDT) (envelope-from gnats) Received: from manetheren.cl.msu.edu (mlss15.cl.msu.edu [35.9.4.115]) by hub.freebsd.org (Postfix) with ESMTP id 53E8537B414 for ; Wed, 22 Aug 2001 04:55:06 -0700 (PDT) (envelope-from buchanon@manetheren.cl.msu.edu) Received: (from buchanon@localhost) by manetheren.cl.msu.edu (8.11.2/8.11.4) id f7MBt6u15966; Wed, 22 Aug 2001 07:55:06 -0400 (EDT) (envelope-from buchanon) Message-Id: <200108221155.f7MBt6u15966@manetheren.cl.msu.edu> Date: Wed, 22 Aug 2001 07:55:06 -0400 (EDT) From: Mike Buchanon Reply-To: Mike Buchanon To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/29953: mplayer-0.18 core dumps Sender: owner-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: 29953 >Category: ports >Synopsis: mplayer-0.18 core dumps >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 Aug 22 05:00:03 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Mike Buchanon >Release: FreeBSD 4.4-PRERELEASE i386 >Organization: >Environment: System: FreeBSD manetheren.cl.msu.edu 4.4-PRERELEASE FreeBSD 4.4-PRERELEASE #13: Wed Aug 8 10:58:11 EDT 2001 root@manetheren.cl.msu.edu:/usr/obj/usr/src/sys/MANETHEREN i386 >Description: Make assumes 3dNow capable machine...core dumps >How-To-Repeat: run make install on a non-3DNow machine >Fix: remove --enable-3d* from the make file. >Release-Note: >Audit-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 Aug 22 5: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 8753437B415 for ; Wed, 22 Aug 2001 05:40:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7MCe1x58261; Wed, 22 Aug 2001 05: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 E579A37B410 for ; Wed, 22 Aug 2001 05:37:16 -0700 (PDT) (envelope-from nobody@FreeBSD.org) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7MCbGJ57983; Wed, 22 Aug 2001 05:37:16 -0700 (PDT) (envelope-from nobody) Message-Id: <200108221237.f7MCbGJ57983@freefall.freebsd.org> Date: Wed, 22 Aug 2001 05:37:16 -0700 (PDT) From: Michael Nottebrock To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/29954: Tircproxy breaks in transparent proxy mode under 4.3R & higher (IP Filter 3.4.x). Sender: owner-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: 29954 >Category: ports >Synopsis: Tircproxy breaks in transparent proxy mode under 4.3R & higher (IP Filter 3.4.x). >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed Aug 22 05:40:00 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Michael Nottebrock >Release: 4.3-STABLE >Organization: >Environment: FreeBSD lofi.dyndns.org 4.3-STABLE FreeBSD 4.3-STABLE #8: Wed Jul 11 15:50:34 CEST 2001 root@lofi.dyndns.org:/usr/obj/usr/src/sys/MY KERNEL i386 >Description: Tircproxy, when used in transparent proxy mode, looks up the original destination of the redirected packets in /dev/ipnat. This lookup fails in FreeBSD 4.3R and later because IP Filter 3.4.x expects a different argument to the natlookup ioctrl call than IP Filter 3.3.x. If a connection is made, tircproxy prints out "ioctrl: Bad address" and refuses the connection. >How-To-Repeat: Set up a redirection rule in /etc/ipnat.rules like 'rdr dc0 0.0.0.0/0 port 6667 -> 127.0.0.1 port 7776' and run '/usr/local/sbin/tircproxy -s 7666 -MRH -i ' Then try to connect to an IRC Server from a machine connecting to the proxy via the dc0 interface. >Fix: With this patch, the port checks the version of FreeBSD at build time and makes the appropriate calls if the machine is running 4.3R or higher. begin 644 /usr/ports/irc/tircproxy/files/patch-ad M*BHJ('1I2YC+F]R:6<)5&AU($UA>2`@-"`R,CHU,SHS,"`R,#`P M"BTM+2!T:7)C<')O>'DN8PE7960@075G(#(R(#$S.C0R.C0V(#(P,#$**BHJ M*BHJ*BHJ*BHJ*BHJ"BHJ*B`Q,#8U+#$P-S0@*BHJ*@H@('L*("`)PH@("`@("`@("`@("`@("`@("`)<&5RRelease-Note: >Audit-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 Aug 22 5:50: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 7775C37B401 for ; Wed, 22 Aug 2001 05:50:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7MCo2N59209; Wed, 22 Aug 2001 05:50:02 -0700 (PDT) (envelope-from gnats) Date: Wed, 22 Aug 2001 05:50:02 -0700 (PDT) Message-Id: <200108221250.f7MCo2N59209@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Peter Pentchev Subject: Re: ports/29934: [PATCH] scsh fails to compile 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/29934; it has been noted by GNATS. From: Peter Pentchev To: freebsd-gnats-submit@FreeBSD.org Cc: Subject: Re: ports/29934: [PATCH] scsh fails to compile Date: Wed, 22 Aug 2001 15:43:15 +0300 Just to get this into the audit trail.. G'luck, Peter -- This sentence claims to be an Epimenides paradox, but it is lying. ----- Forwarded message from Evan Sarmiento ----- From: Evan Sarmiento Date: Wed, 22 Aug 2001 07:29:21 -0400 To: Peter Pentchev Subject: Re: ports/29934: [PATCH] scsh fails to compile In-Reply-To: <20010822141501.D12936@ringworld.oblivion.bg> Hey, It actually does work. I was using scsh on my laptop that runs -CURRENT. Was using open write and read from scsh too, but I will contact the developers as well and use fdopen. Thanks a lot, Evan Peter Pentchev writes: > On Wed, Aug 22, 2001 at 07:09:12AM -0400, Evan Sarmiento wrote: > > Hey, > > > > I agree with you -- there probably is a better way to do this. But, with this patch, > > scsh compiled. It might be a good short-time solution? > > > > Whatever you feel is best, > > Sure it would compile; but does it work? Any code which calls > setfileno() would certainly fail to change the underlying file > descriptor of the referenced file; this would most probably cause > the program to fail in subtle, untraceable ways ;) > > I don't think that there is a 'quick' solution :( > The best you could do is send a bug report to the scsh developers, > and point out to them that fileno(FILE *) is not required to be > an lvalue by any standards, so an assignment to fileno(fs) is > not really guaranteed to work. The best way to do it would be > to use fdopen(3), if available (and it is available on most > recent releases of most OS's). > > G'luck, > Peter > > -- > If this sentence didn't exist, somebody would have invented it. > > > Peter Pentchev writes: > > > On Tue, Aug 21, 2001 at 02:32:30PM -0700, Evan Sarmiento wrote: > > > > > > > > >Number: 29934 > > > > >Category: ports > > > > >Synopsis: [PATCH] scsh fails to compile > > > > >Originator: Evan Sarmiento > > > > >Release: 5.0 > > > > >Organization: > > > > >Environment: > > > > FreeBSD teqnix.sekt7.org 5.0-CURRENT FreeBSD 5.0-CURRENT #2: Sun Aug 19 08:53:54 EDT 2001 kaworu@teqnix.sekt7.org:/usr/src/sys/compile/TEQNIX i386 > > > > >Description: > > > > When compiling, gcc complains because fileno(fs) = fd should be fd = fileno(fs) > > > > > > I don't think this is correct. The name of the function is 'setfileno()', > > > which seems to imply that the function really wants to change the fileno > > > of the FILE structure - that is, it wants to tweak the FILE structure > > > internals. > > > > > > The patch you are proposing would break the function's semantics - > > > the function would turn out to be a no-op, not changing the FILE structure > > > in any way. > > > > > > A more correct patch would be to change the application so that it does > > > not fumble inside the FILE structure. I don't really see ANY reason > > > that an app would want to change a FILE structure's file descriptor > > > *within the structure*, keeping all other fields in some inconsistent > > > state referring to the *old* file descriptor, instead of simply calling > > > the well-documented and standardized fdopen() stdio function. > > > > > > Unfortunately, I do not have the time to look at the scsh sources > > > right now, so I cannot see what would the correct fix be. However, > > > it is most certainly NOT correct for scsh to muck the FILE structure > > > internals - you are most probably seeing a problem because in -current, > > > the FILE internals were changed in a way that kept stdio completely > > > standards-compliant, made it somewhat more efficient, esp. WRT threads, > > > and as a side effect exposed such "smart" programs trying to poke their > > > fingers where they can only get burnt. -- ----------------------------------- Evan Sarmiento | www.open-root.org ems@sekt7.org | www.sekt7.org/~ems/ ----------------------------------- ----- End forwarded message ----- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Aug 22 6: 0: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 69E0137B40F for ; Wed, 22 Aug 2001 06:00:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7MD02g60298; Wed, 22 Aug 2001 06:00:02 -0700 (PDT) (envelope-from gnats) Date: Wed, 22 Aug 2001 06:00:02 -0700 (PDT) Message-Id: <200108221300.f7MD02g60298@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Peter Pentchev Subject: Re: ports/29954: Tircproxy breaks in transparent proxy mode under 4.3R & higher (IP Filter 3.4.x). 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/29954; it has been noted by GNATS. From: Peter Pentchev To: Michael Nottebrock Cc: freebsd-gnats-submit@FreeBSD.org Subject: Re: ports/29954: Tircproxy breaks in transparent proxy mode under 4.3R & higher (IP Filter 3.4.x). Date: Wed, 22 Aug 2001 15:47:03 +0300 On Wed, Aug 22, 2001 at 05:37:16AM -0700, Michael Nottebrock wrote: > > >Number: 29954 > >Category: ports > >Synopsis: Tircproxy breaks in transparent proxy mode under 4.3R & higher (IP Filter 3.4.x). > >Originator: Michael Nottebrock > >Release: 4.3-STABLE > >Organization: > >Environment: > FreeBSD lofi.dyndns.org 4.3-STABLE FreeBSD 4.3-STABLE #8: Wed Jul 11 15:50:34 CEST 2001 root@lofi.dyndns.org:/usr/obj/usr/src/sys/MY > KERNEL i386 > >Description: > Tircproxy, when used in transparent proxy mode, looks up the original destination of the redirected packets in /dev/ipnat. This lookup fails in FreeBSD 4.3R and later because IP Filter 3.4.x expects a different argument to the natlookup ioctrl call than IP Filter 3.3.x. If a connection is made, tircproxy prints out "ioctrl: Bad address" and refuses the connection. > >How-To-Repeat: > Set up a redirection rule in /etc/ipnat.rules like > > 'rdr dc0 0.0.0.0/0 port 6667 -> 127.0.0.1 port 7776' > > and run '/usr/local/sbin/tircproxy -s 7666 -MRH -i ' Then try to connect to an IRC Server from a machine connecting to the proxy via the dc0 interface. > >Fix: > With this patch, the port checks the version of FreeBSD at build time and makes the appropriate calls if the machine is running 4.3R or higher. Great analysis there! However, a compile-time check would break if the port is built on an IPF 3.3.x system, which is later updated to IPF 3.4.x. Granted, this would be a case of improper system administration, but I wonder if a runtime check would not fix it better - check the result of the kern.osreldate sysctl instead of __FreeBSD_version? G'luck, Peter -- If the meanings of 'true' and 'false' were switched, then this sentence wouldn't be false. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Aug 22 6: 5: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 33CAA37B414; Wed, 22 Aug 2001 06:05:52 -0700 (PDT) (envelope-from roam@FreeBSD.org) Received: (from roam@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7MD3hp60787; Wed, 22 Aug 2001 06:03:43 -0700 (PDT) (envelope-from roam) Date: Wed, 22 Aug 2001 06:03:43 -0700 (PDT) From: Message-Id: <200108221303.f7MD3hp60787@freefall.freebsd.org> To: kaworu@sektor7.ath.cx, roam@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/29934: [PATCH] scsh fails to compile Sender: owner-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: [PATCH] scsh fails to compile State-Changed-From-To: open->closed State-Changed-By: roam State-Changed-When: Wed Aug 22 06:03:06 PDT 2001 State-Changed-Why: The submitter agrees that this should be brought up with the scsh developers. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=29934 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Aug 22 6:16:43 2001 Delivered-To: freebsd-ports@freebsd.org Received: from shumai.marcuscom.com (rdu57-28-046.nc.rr.com [66.57.28.46]) by hub.freebsd.org (Postfix) with ESMTP id 90B6437B41A; Wed, 22 Aug 2001 06:16:32 -0700 (PDT) (envelope-from marcus@marcuscom.com) Received: from localhost (marcus@localhost) by shumai.marcuscom.com (8.11.3/8.11.3) with ESMTP id f7MDGXW03921; Wed, 22 Aug 2001 09:16:33 -0400 (EDT) (envelope-from marcus@marcuscom.com) X-Authentication-Warning: shumai.marcuscom.com: marcus owned process doing -bs Date: Wed, 22 Aug 2001 09:16:33 -0400 (EDT) From: Joe Clarke To: Maxim Sobolev Cc: , Subject: Re: Problem with datadir and gnome ports In-Reply-To: <3B83746D.68EA675D@FreeBSD.org> Message-ID: <20010822091609.L3915-100000@shumai.marcuscom.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 Thanks for the info. Joe Clarke On Wed, 22 Aug 2001, Maxim Sobolev wrote: > Joe Clarke wrote: > > > I have noticed that quite a few gnome ports' pkg-plists mention that they > > are putting files in /usr/X11R6/share/gnome/*, but actually do not. It > > looks like bsd.gnome.mk tries to do this, but only if HAVE_GNOME is not > > defined. If HAVE_GNOME is defined, then pkg-plists get updated correctly, > > but the port Makefile does not. That is, shouldn't line 284 in > > bsd.gnome.mk read: > > > > .if defined(HAVE_GNOME) && ${CONFIGURE_ARGS:S/--localstatedir=//} == ${CONFIGURE_ARGS:S/ / /g} > > > > and line 287 read: > > > > .if defined(HAVE_GNOME) && ${CONFIGURE_ARGS:S/--datadir=//} == ${CONFIGURE_ARGS:S/ / /g} > > > > ? Should I set HAVE_GNOME=yes in /etc/make.conf? Right now, I define: > > > > HAVE_GTK=yes > > HAVE_ESOUND=yes > > HAVE_GNOME=yes > > XFREE86_VERSION=4 > > > > in /etc/make.conf. Should I not be defining the GTK and GNOME vars? > > Thanks. > > You confused things. HAVE_* variables are intended for internal use only. Use WITH_* variables in > your /etc/make.conf instead. > > -Maxim > > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Aug 22 6:50:48 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 44BD237B41B for ; Wed, 22 Aug 2001 06:50:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7MDo1T76637; Wed, 22 Aug 2001 06:50:01 -0700 (PDT) (envelope-from gnats) Received: from h132-197-97-45.gte.com (h132-197-97-45.gte.com [132.197.97.45]) by hub.freebsd.org (Postfix) with ESMTP id 2BEDB37B40B for ; Wed, 22 Aug 2001 06:41:00 -0700 (PDT) (envelope-from ak03@gte.com) Received: (from ak03@localhost) by h132-197-97-45.gte.com (8.11.5/8.11.4) id f7MDes617721; Wed, 22 Aug 2001 09:40:54 -0400 (EDT) (envelope-from ak03) Message-Id: <200108221340.f7MDes617721@h132-197-97-45.gte.com> Date: Wed, 22 Aug 2001 09:40:54 -0400 (EDT) From: "Alexander N. Kabaev" To: FreeBSD-gnats-submit@freebsd.org Cc: user@unknown.nu X-Send-Pr-Version: 3.113 Subject: ports/29955: CAMLP4 port is out of sync with ocaml + 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: 29955 >Category: ports >Synopsis: CAMLP4 port is out of sync with ocaml + update >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 Aug 22 06:50:00 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Alexander N. Kabaev >Release: FreeBSD 5.0-CURRENT i386 >Organization: Verizon Information Technology >Environment: System: FreeBSD kanpc.gte.com 5.0-CURRENT FreeBSD 5.0-CURRENT #0: Fri Aug 10 13:22:27 EDT 2001 ak03@kanpc.gte.com:/usr/src/sys/i386/compile/KANPC i386 >Description: OCAML has been updated to the recentyl release version 3.0.2, while camlp4 remained at 3.0.1, causing interoperability problems. >How-To-Repeat: N/A >Fix: Index: Makefile =================================================================== RCS file: /home/ncvs/ports/devel/camlp4/Makefile,v retrieving revision 1.5 diff -u -u -r1.5 Makefile --- Makefile 2001/04/20 15:00:14 1.5 +++ Makefile 2001/08/17 03:01:24 @@ -6,7 +6,7 @@ # PORTNAME= camlp4 -PORTVERSION= 3.01 +PORTVERSION= 3.02 CATEGORIES= devel MASTER_SITES= ftp://ftp.inria.fr/INRIA/Projects/cristal/camlp4/ \ http://cristal.inria.fr/~ddr/Camlp4/ftp/ \ Index: distinfo =================================================================== RCS file: /home/ncvs/ports/devel/camlp4/distinfo,v retrieving revision 1.3 diff -u -u -r1.3 distinfo --- distinfo 2001/04/20 15:00:14 1.3 +++ distinfo 2001/08/17 03:01:36 @@ -1 +1 @@ -MD5 (camlp4-3.01.tar.gz) = 9baa7f4adbaa8f88eeb0e754bc681aec +MD5 (camlp4-3.02.tar.gz) = aa4e733599ed67acea48e3a1a659c383 Index: pkg-plist =================================================================== RCS file: /home/ncvs/ports/devel/camlp4/pkg-plist,v retrieving revision 1.4 diff -u -u -r1.4 pkg-plist --- pkg-plist 2001/04/20 15:00:14 1.4 +++ pkg-plist 2001/08/17 03:15:21 @@ -10,7 +10,12 @@ lib/camlp4/camlp4o.cma lib/camlp4/camlp4r.cma lib/camlp4/crc.cmo -lib/camlp4/extract_crc +lib/camlp4/extfun.cmi +lib/camlp4/extfun.cmx +lib/camlp4/extfun.mli +lib/camlp4/fstream.cmi +lib/camlp4/fstream.cmx +lib/camlp4/fstream.mli lib/camlp4/gramext.cmi lib/camlp4/gramext.cmx lib/camlp4/gramext.mli @@ -28,9 +33,12 @@ lib/camlp4/odyl.cmo lib/camlp4/pa_extend.cmo lib/camlp4/pa_extend_m.cmo +lib/camlp4/pa_extfun.cmo lib/camlp4/pa_format.cmo +lib/camlp4/pa_fstream.cmo lib/camlp4/pa_ifdef.cmi lib/camlp4/pa_ifdef.cmo +lib/camlp4/pa_lisp.cmo lib/camlp4/pa_o.cmi lib/camlp4/pa_o.cmo lib/camlp4/pa_olabl.cmo @@ -48,6 +56,7 @@ lib/camlp4/pr_depend.cmo lib/camlp4/pr_dump.cmo lib/camlp4/pr_extend.cmo +lib/camlp4/pr_extfun.cmo lib/camlp4/pr_null.cmo lib/camlp4/pr_o.cmo lib/camlp4/pr_op.cmo @@ -57,6 +66,8 @@ lib/camlp4/q_phony.cmo lib/camlp4/quotation.cmi lib/camlp4/quotation.mli +lib/camlp4/spretty.cmi +lib/camlp4/spretty.mli lib/camlp4/stdpp.cmi lib/camlp4/stdpp.cmx lib/camlp4/stdpp.mli >Release-Note: >Audit-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 Aug 22 6:57:40 2001 Delivered-To: freebsd-ports@freebsd.org Received: from jtackett.com (cc34094-b.strhg1.mi.home.com [65.6.141.173]) by hub.freebsd.org (Postfix) with SMTP id AE17337B41C for ; Wed, 22 Aug 2001 06:57:25 -0700 (PDT) (envelope-from jim@jtackett.com) Received: (qmail 73393 invoked by uid 90); 22 Aug 2001 13:57:54 -0000 Message-ID: <20010822135754.73392.qmail@jtackett.com> From: "Jim Tackett" To: dirk@FreeBSD.org Cc: ports@freebsd.org Subject: port mod_php4 failed Date: Wed, 22 Aug 2001 13:57:54 GMT Mime-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1" 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, This php4 port failed. Instead of reiterating myself, you can read my post on FreeBSD Diary forum: http://www.freebsddiary.org/phorum/read.php?f=1&i=2875&t=2875 If you need anymore information, let me know. Thanks for your help! Jim To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Aug 22 7:39:13 2001 Delivered-To: freebsd-ports@freebsd.org Received: from hm3.aitai.ne.jp (hm3.aitai.ne.jp [211.1.192.70]) by hub.freebsd.org (Postfix) with ESMTP id B59EA37B425 for ; Wed, 22 Aug 2001 07:39:01 -0700 (PDT) (envelope-from sada@bsdclub.org) Received: from bsdclub.org ([172.28.136.39]) by hm3.aitai.ne.jp (8.9.3/3.7W) with SMTP id XAA16738; Wed, 22 Aug 2001 23:35:22 +0900 (JST) Date: Wed, 22 Aug 2001 23:37:37 +0900 From: SADA Kenji To: "Fernando Krahe" Cc: ports@FreeBSD.org Subject: Re: Netscape Message-Id: <20010822233737.3a340c17.sada@bsdclub.org> In-Reply-To: <00ff01c12a4c$b0dc6740$650db9c8@vaiofk> References: <00ff01c12a4c$b0dc6740$650db9c8@vaiofk> X-Mailer: Sylpheed version 0.4.66 (GTK+ 1.2.10; i386--freebsd4.3) Organization: Private 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 On Tue, 21 Aug 2001 11:21:00 -0300 "Fernando Krahe" wrote: > I am about to install FreeBSD in my laptop and I intent to install version > 4.3 with XFree86 4. Reading the requirements and remembering some troubles I > had in the past, I see that Netscape requires XFree86-3.3.6_9 distribution > and XFree86-aoutlibs-3.3.6.9 libraries. How can I install Netscape using > XFree86 4? 1. Build ports. 2. mkdir XFree86-3.3.6_9 at /var/db/pkg and fake your packages out. I recommend you to use linux version or mozilla. -- SADA Kenji To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Aug 22 7:56: 2 2001 Delivered-To: freebsd-ports@freebsd.org Received: from ler-freebie.iadfw.net (ler-freebie.iadfw.net [206.66.13.221]) by hub.freebsd.org (Postfix) with ESMTP id 51BC137B409 for ; Wed, 22 Aug 2001 07:55:59 -0700 (PDT) (envelope-from ler@ler-freebie.iadfw.net) Received: (from ler@localhost) by ler-freebie.iadfw.net (8.11.5/8.11.4) id f7MEtw429214 for freebsd-ports@freebsd.org; Wed, 22 Aug 2001 09:55:58 -0500 (CDT) (envelope-from ler) Date: Wed, 22 Aug 2001 09:55:57 -0500 From: Larry Rosenman To: freebsd-ports@freebsd.org Subject: portupgrade refuses to run... Message-ID: <20010822095557.A29201@ler-freebie.iadfw.net> Reply-To: ler@airmail.net Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.3.20i Sender: owner-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 portupgrade this am, and it refuses to run: ler-freebie# portupgrade -a /usr/local/sbin/portupgrade:163:in `main': undefined method `def_option' for # (NameError) from /usr/local/sbin/portupgrade:162:in `initialize' from /usr/local/sbin/portupgrade:162:in `new' from /usr/local/sbin/portupgrade:162:in `main' from /usr/local/sbin/portupgrade:1165 ler-freebie# I even upgraded to the latest ports/lang/ruby, and nothing doing. HELP. FreeBSD ler-freebie.iadfw.net 4.4-RC FreeBSD 4.4-RC #20: Fri Aug 17 15:48:23 CDT 2001 ler@ler-freebie.iadfw.net:/usr/obj/usr/src/sys/LER-FREEBIE i386 -- Larry Rosenman, Sr. Network Engineer, Internet America, Inc. E-Mail: ler@airmail.net Phone: +1 214-861-2571, Fax: 214-861-2663 US Mail: 350 N. St. Paul, Suite 3000, Dallas, TX 75201 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Aug 22 8: 1: 3 2001 Delivered-To: freebsd-ports@freebsd.org Received: from ipcard.iptcom.net (ipcard.iptcom.net [212.9.224.5]) by hub.freebsd.org (Postfix) with ESMTP id 6354C37B412 for ; Wed, 22 Aug 2001 08:00:52 -0700 (PDT) (envelope-from max@vega.com) Received: from vega.vega.com (dialup1-58.iptelecom.net.ua [212.9.226.58]) by ipcard.iptcom.net (8.9.3/8.9.3) with ESMTP id RAA47576; Wed, 22 Aug 2001 17:58:06 +0300 (EEST) (envelope-from max@vega.com) Received: (from max@localhost) by vega.vega.com (8.11.4/8.11.3) id f7MEvZf26625; Wed, 22 Aug 2001 17:57:35 +0300 (EEST) (envelope-from sobomax@FreeBSD.org) From: Maxim Sobolev Message-Id: <200108221457.f7MEvZf26625@vega.vega.com> Subject: Re: Netscape To: sada@bsdclub.org (SADA Kenji) Date: Wed, 22 Aug 2001 17:57:35 +0300 (EEST) Cc: fernando@pampa.tche.br (Fernando Krahe), ports@FreeBSD.ORG In-Reply-To: <20010822233737.3a340c17.sada@bsdclub.org> from "SADA Kenji" at Aug 22, 2001 11:37:37 PM X-Mailer: ELM [version 2.5 PL5] 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 > > On Tue, 21 Aug 2001 11:21:00 -0300 > "Fernando Krahe" wrote: > > > I am about to install FreeBSD in my laptop and I intent to install version > > 4.3 with XFree86 4. Reading the requirements and remembering some troubles I > > had in the past, I see that Netscape requires XFree86-3.3.6_9 distribution > > and XFree86-aoutlibs-3.3.6.9 libraries. How can I install Netscape using > > XFree86 4? > > 1. Build ports. > 2. mkdir XFree86-3.3.6_9 at /var/db/pkg and fake your packages out. > > I recommend you to use linux version or mozilla. Why linux version? What's wrong with our native version? -Maxim To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Aug 22 8: 8:19 2001 Delivered-To: freebsd-ports@freebsd.org Received: from emmi.physik.TU-Berlin.DE (emmi.physik.TU-Berlin.DE [130.149.160.103]) by hub.freebsd.org (Postfix) with ESMTP id E14CA37B41C for ; Wed, 22 Aug 2001 08:08:07 -0700 (PDT) (envelope-from ibex@emmi.physik.TU-Berlin.DE) Received: (from ibex@localhost) by emmi.physik.TU-Berlin.DE (8.11.4/8.11.3) id f7MF6nI94810; Wed, 22 Aug 2001 17:06:49 +0200 (CEST) (envelope-from ibex) Date: Wed, 22 Aug 2001 17:06:49 +0200 From: Dirk Froemberg To: Jim Tackett Cc: ports@FreeBSD.org Subject: Re: port mod_php4 failed Message-ID: <20010822170649.B94495@physik.TU-Berlin.DE> References: <20010822135754.73392.qmail@jtackett.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20010822135754.73392.qmail@jtackett.com>; from jim@jtackett.com on Wed, Aug 22, 2001 at 01:57:54PM +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 Hi Jim! I can't reproduce the error. patch-ar was removed for version 4.0.6: http://www.freebsd.org/cgi/cvsweb.cgi/ports/www/mod_php4/files/Attic/patch-ar You should resync your ports tree properly... 8-) Regards Dirk On Wed, Aug 22, 2001 at 01:57:54PM +0000, Jim Tackett wrote: > This php4 port failed. Instead of reiterating myself, you can read my post > on FreeBSD Diary forum: > > http://www.freebsddiary.org/phorum/read.php?f=1&i=2875&t=2875 > > If you need anymore information, let me know. -- Dirk Froemberg FreeBSD: The Power to Serve! http://www.FreeBSD.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Aug 22 8:22:26 2001 Delivered-To: freebsd-ports@freebsd.org Received: from mail.webmonster.de (datasink.webmonster.de [194.162.162.209]) by hub.freebsd.org (Postfix) with SMTP id 4946637B41F for ; Wed, 22 Aug 2001 08:21:56 -0700 (PDT) (envelope-from karsten@rohrbach.de) Received: (qmail 90520 invoked by uid 1000); 22 Aug 2001 15:22:16 -0000 Date: Wed, 22 Aug 2001 17:22:16 +0200 From: "Karsten W. Rohrbach" To: Stijn Hoop Cc: ports@freebsd.org Subject: Re: gnomedb-0.2.90 builds fail with strange error Message-ID: <20010822172216.K75021@mail.webmonster.de> References: <20010816101842.E18720@pcwin002.win.tue.nl> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="XjbSsFHOHxvQpKib" Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20010816101842.E18720@pcwin002.win.tue.nl>; from stijn@win.tue.nl on Thu, Aug 16, 2001 at 10:18:42AM +0200 X-Arbitrary-Number-Of-The-Day: 42 X-URL: http://www.webmonster.de/ X-Disclaimer: My opinions do not necessarily represent those of my employer X-Work-URL: http://www.ngenn.net/ X-Work-Address: nGENn GmbH, Schloss Kransberg, D-61250 Usingen-Kransberg, Germany X-Work-Phone: +49-6081-682-304 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org --XjbSsFHOHxvQpKib Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Stijn Hoop(stijn@win.tue.nl)@2001.08.16 10:18:42 +0000: > I got this at home, but bento is also affected (see > http://bento.freebsd.org/errorlogs/4-latest/gnomedb-0.2.90_2.log): >=20 > /bin/sh ../libtool --mode=3Dlink cc -O -pipe -I/usr/X11R6/include -L/us= r/X11R6/lib -o gnomedb-components gnomedb-com-config.o gnomedb-com-connect= ion-pool.o gnomedb-com-connection.o gnomedb-com-designer.o gnomedb-com-expo= rt.o gnomedb-com-import.o gnomedb-com-log.o gnomedb-com-main.o -L/usr/X11R6= /lib -L/usr/X11R6/lib -lgda-common -lgda-client -L/usr/local/lib -lgthread1= 2 -lglib12 -pthread -L/usr/X11R6/lib -L/usr/X11R6/lib -lgtk12 -lgdk12 -L/us= r/local/lib -Wl,-E -lgmodule12 -lglib12 -lintl -lxpg4 -lXext -lX11 -lm -L/u= sr/local/lib -lxml -lz -L/usr/X11R6/lib -L/usr/local/lib -lintl -lgconf-1 -= loaf -lORBitCosNaming -lORBit -lIIOP -lORBitutil -lglib12 -lm -Wl,-E -L/usr= /X11R6/lib -L/usr/local/lib -lbonobo -lXpm -ljpeg -lgnomeui -lart_lgpl -lgd= k_imlib -ltiff -lungif -lpng -lz -lSM -lICE -lgnome -lgnomesupport -lesd -l= audiofile -lgdk_pixbuf -lgtk12 -lgdk12 -lgmodule12 -lintl -lxpg4 -lXext -lX= 11 -loaf -lORBitCosNaming -lORBit -lIIOP -lORBitutil -lglib12 -lm -Wl,-E -L= /usr/local/lib -L/usr/X11R6/lib -lbonobo -loaf -lORBitCosNaming -lORBit -lI= IOP -lORBitutil -lbonobox -lgnomeprint -lXpm -ljpeg -lgnomeui -lart_lgpl -l= gdk_imlib -ltiff -lungif -lpng -lSM -lICE -lgnome -lgnomesupport -lesd -lau= diofile -lgdk_pixbuf -lgtk12 -lgdk12 -lgmodule12 -lglib12 -lintl -lxpg4 -lX= ext -lX11 -lm -lxml -lz ../lib/libgnomedb.la -L/usr/local/lib -lintl > libtool: link: cannot find the library `' > gmake[2]: *** [gnomedb-components] Error 1 dunno, but -Wl might expand to -W -l with -l having no arguments. just a thought. btw, -lart_lgpl is nice, isn't it ;-) /k >=20 > --Stijn >=20 > --=20 > ] Nothing safer than a 'cat /dev/wallet | grep $price > real-person; \ > ] mv $thing-to-buy $my-case > I'd prefer 'mv $thing-to-buy $my-case && cat /dev/wallet | \ > grep $price > real-person >=20 > -- freebsd-questions <200108020628.IAA11775@hugo10.ka.punkt.de> >=20 > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-ports" in the body of the message --=20 > yes, i'm writing all lowercase. that's a fact. KR433/KR11-RIPE -- WebMonster Community Founder -- nGENn GmbH Senior Techie http://www.webmonster.de/ -- ftp://ftp.webmonster.de/ -- http://www.ngenn.n= et/ karsten&rohrbach.de -- alpha&ngenn.net -- alpha&scene.org -- catch@spam.de GnuPG 0x2964BF46 2001-03-15 42F9 9FFF 50D4 2F38 DBEE DF22 3340 4F4E 2964 B= F46 Please do not remove my address from To: and Cc: fields in mailing lists. 1= 0x --XjbSsFHOHxvQpKib 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 iD8DBQE7g84oM0BPTilkv0YRAow/AJ94UD3mD5f9g208+B5veZ0FZaypGACgsaif DaIJBbWMaUIm/UAXZJ+6S3Y= =gQk1 -----END PGP SIGNATURE----- --XjbSsFHOHxvQpKib-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Aug 22 8:24: 8 2001 Delivered-To: freebsd-ports@freebsd.org Received: from mail.webmonster.de (datasink.webmonster.de [194.162.162.209]) by hub.freebsd.org (Postfix) with SMTP id 6F1B337B420 for ; Wed, 22 Aug 2001 08:23:38 -0700 (PDT) (envelope-from karsten@rohrbach.de) Received: (qmail 90550 invoked by uid 1000); 22 Aug 2001 15:23:59 -0000 Date: Wed, 22 Aug 2001 17:23:59 +0200 From: "Karsten W. Rohrbach" To: Joe Clarke Cc: freebsd-ports@freebsd.org, gnome@freebsd.org Subject: Re: Blank root window with gdm-2.2.3.2 Message-ID: <20010822172359.L75021@mail.webmonster.de> References: <20010817112227.X59726-100000@shumai.marcuscom.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="EEx6GiKZGZ1wKUra" Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20010817112227.X59726-100000@shumai.marcuscom.com>; from marcus@marcuscom.com on Fri, Aug 17, 2001 at 11:26:47AM -0400 X-Arbitrary-Number-Of-The-Day: 42 X-URL: http://www.webmonster.de/ X-Disclaimer: My opinions do not necessarily represent those of my employer X-Work-URL: http://www.ngenn.net/ X-Work-Address: nGENn GmbH, Schloss Kransberg, D-61250 Usingen-Kransberg, Germany X-Work-Phone: +49-6081-682-304 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org --EEx6GiKZGZ1wKUra Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Joe Clarke(marcus@marcuscom.com)@2001.08.17 11:26:47 +0000: > I just upgraded to gdm-2.2.3.2 last night on my 4.3-RELEASE machine, and > noticed that it never really comes up. I start gdm, and then the X root > window pops up, but no gdm. I have had 2.2.2.1 working fine for a long > time. >=20 > I have the PAM entries, and the gdm user and group. I also have the > default configuration. I'm running the latest gnome pieces compiled from > ports. There is nothing in the X logs, and truss doesn't reveal the > process doing anything. conflicting libraries. your gdm is linked against the old ones. first remove the complete gnome install, including all referenced libs and the install the gnome metaport again. this fixed it for me /k >=20 > Anyone else seeing this? >=20 > Joe Clarke >=20 >=20 > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-ports" in the body of the message --=20 > Markets are self-correcting. That's why I trust markets more than > governments. Governments usually aren't self-correcting, until too late.= =20 > --Interview with Walter Wriston as reported in Wired 4.10=20 KR433/KR11-RIPE -- WebMonster Community Founder -- nGENn GmbH Senior Techie http://www.webmonster.de/ -- ftp://ftp.webmonster.de/ -- http://www.ngenn.n= et/ karsten&rohrbach.de -- alpha&ngenn.net -- alpha&scene.org -- catch@spam.de GnuPG 0x2964BF46 2001-03-15 42F9 9FFF 50D4 2F38 DBEE DF22 3340 4F4E 2964 B= F46 Please do not remove my address from To: and Cc: fields in mailing lists. 1= 0x --EEx6GiKZGZ1wKUra 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 iD8DBQE7g86PM0BPTilkv0YRAh3XAKCG4t8pKL4s4oLeIhirMEHpDvd0iwCfT/kS muOThyRpBRuEk7dQLtX9Yr4= =7T9d -----END PGP SIGNATURE----- --EEx6GiKZGZ1wKUra-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Aug 22 8:40: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 3FEF137B420 for ; Wed, 22 Aug 2001 08:40:28 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7MFeSM96059; Wed, 22 Aug 2001 08:40:28 -0700 (PDT) (envelope-from gnats) Received: from ler-freebie.iadfw.net (ler-freebie.iadfw.net [206.66.13.221]) by hub.freebsd.org (Postfix) with ESMTP id AEB1837B420 for ; Wed, 22 Aug 2001 08:37:40 -0700 (PDT) (envelope-from ler@ler-freebie.iadfw.net) Received: (from ler@localhost) by ler-freebie.iadfw.net (8.11.5/8.11.4) id f7MFbef29513; Wed, 22 Aug 2001 10:37:40 -0500 (CDT) (envelope-from ler) Message-Id: <200108221537.f7MFbef29513@ler-freebie.iadfw.net> Date: Wed, 22 Aug 2001 10:37:40 -0500 (CDT) From: Larry Rosenman Reply-To: Larry Rosenman To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/29956: portupgrade refuses to run. Sender: owner-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: 29956 >Category: ports >Synopsis: portupgrade refuses to run. >Confidential: no >Severity: serious >Priority: high >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed Aug 22 08:40:27 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Larry Rosenman >Release: FreeBSD 4.4-RC i386 >Organization: Internet America, Inc. >Environment: System: FreeBSD ler-freebie.iadfw.net 4.4-RC FreeBSD 4.4-RC #20: Fri Aug 17 15:48:23 CDT 2001 ler@ler-freebie.iadfw.net:/usr/obj/usr/src/sys/LER-FREEBIE i386 CVSup'd on Friday, built WORLD, installed world. CVSup'd port's tree today and make install in /usr/ports/sysutils/portupgrade. >Description: CVSup'd on Friday, built WORLD, installed world. CVSup'd port's tree today and make install in /usr/ports/sysutils/portupgrade. When I try to run portupgrade, it complains: ler-freebie# portupgrade -a /usr/local/sbin/portupgrade:163:in `main': undefined method `def_option' for # (NameError) from /usr/local/sbin/portupgrade:162:in `initialize' from /usr/local/sbin/portupgrade:162:in `new' from /usr/local/sbin/portupgrade:162:in `main' from /usr/local/sbin/portupgrade:1165 ler-freebie# I upgraded the ports/lang/ruby install to the one off the CVSup, and NO change. How-To-Repeat: See above >How-To-Repeat: >Fix: Unknown. >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Aug 22 8:41:41 2001 Delivered-To: freebsd-ports@freebsd.org Received: from freebsd.org.ru (sweet.etrust.ru [194.84.67.5]) by hub.freebsd.org (Postfix) with ESMTP id 2BDEE37B422; Wed, 22 Aug 2001 08:41:30 -0700 (PDT) (envelope-from osa@freebsd.org.ru) Received: by freebsd.org.ru (Postfix, from userid 1000) id D61A6212; Wed, 22 Aug 2001 19:41:27 +0400 (MSD) Date: Wed, 22 Aug 2001 19:41:27 +0400 From: "Sergey A. Osokin" To: Maxim Sobolev Cc: freebsd-ports@freebsd.org Subject: Re: Netscape Message-ID: <20010822194127.B73666@freebsd.org.ru> References: <20010822233737.3a340c17.sada@bsdclub.org> <200108221457.f7MEvZf26625@vega.vega.com> Mime-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <200108221457.f7MEvZf26625@vega.vega.com> User-Agent: Mutt/1.3.20i Sender: owner-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, Aug 22, 2001 at 05:57:35PM +0300, Maxim Sobolev wrote: > > > > On Tue, 21 Aug 2001 11:21:00 -0300 > > "Fernando Krahe" wrote: > > > > > I am about to install FreeBSD in my laptop and I intent to install version > > > 4.3 with XFree86 4. Reading the requirements and remembering some troubles I > > > had in the past, I see that Netscape requires XFree86-3.3.6_9 distribution > > > and XFree86-aoutlibs-3.3.6.9 libraries. How can I install Netscape using > > > XFree86 4? > > > > 1. Build ports. > > 2. mkdir XFree86-3.3.6_9 at /var/db/pkg and fake your packages out. > > > > I recommend you to use linux version or mozilla. > > Why linux version? What's wrong with our native version? No plugins for native version? -- Rgdz, /"\ Sergey Osokin aka oZZ, \ / ASCII RIBBON CAMPAIGN osa@freebsd.org.ru X AGAINST HTML MAIL http://freebsd.org.ru/~osa/ / \ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Aug 22 8:55:40 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 3891237B420 for ; Wed, 22 Aug 2001 08:55:28 -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 96FB24D801; Thu, 23 Aug 2001 00:55:26 +0900 (JST) Date: Thu, 23 Aug 2001 00:55:26 +0900 Message-ID: <86snek1441.wl@archon.local.idaemons.org> From: "Akinori MUSHA" To: Larry Rosenman Cc: freebsd-ports@freebsd.org Subject: Re: portupgrade refuses to run... In-Reply-To: <20010822095557.A29201@ler-freebie.iadfw.net> References: <20010822095557.A29201@ler-freebie.iadfw.net> User-Agent: Wanderlust/2.7.2 (Too Funky) 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) 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.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 Wed, 22 Aug 2001 09:55:57 -0500, Larry Rosenman wrote: > I installed portupgrade this am, and it refuses to run: > > ler-freebie# portupgrade -a > /usr/local/sbin/portupgrade:163:in `main': undefined method > `def_option' for # (NameError) > from /usr/local/sbin/portupgrade:162:in `initialize' > from /usr/local/sbin/portupgrade:162:in `new' > from /usr/local/sbin/portupgrade:162:in `main' > from /usr/local/sbin/portupgrade:1165 > ler-freebie# > > > I even upgraded to the latest ports/lang/ruby, and nothing doing. Probably you still have an old version of ruby-optparse installed. After a due period (~3 month or so), I changed portupgrade to use the new version's usage. Please install the latest version of ruby-optparse from your freshly cvsup'ed ports tree as follows: cd /usr/ports/devel/ruby-optparse make clean all make install clean -DFORCE_PKG_REGISTER Then run pkgdepfix to fix up dependencies: pkgdepfix -o (delete the older ruby-optparse's record with it) Finally, make sure you have the latest version of portupgrade: portupgrade portupgrade Regards, -- / /__ __ 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 Wed Aug 22 9: 1: 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 AE43837B42F for ; Wed, 22 Aug 2001 09:00:34 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7MG0Yj98174; Wed, 22 Aug 2001 09:00:34 -0700 (PDT) (envelope-from gnats) Received: from krusty.e-technik.uni-dortmund.de (krusty.E-Technik.Uni-Dortmund.DE [129.217.163.1]) by hub.freebsd.org (Postfix) with ESMTP id 84B8837B420 for ; Wed, 22 Aug 2001 08:58:56 -0700 (PDT) (envelope-from matthias.andree@web.de) Received: from emma1.emma.line.org (krusty.dt.e-technik.uni-dortmund.de [129.217.163.1]) by krusty.e-technik.uni-dortmund.de (Postfix) with ESMTP id BEF7AA3826 for ; Wed, 22 Aug 2001 17:58:54 +0200 (CEST) Received: from freebsd.emma.line.org (freebsd.emma.line.org [192.168.0.4]) by emma1.emma.line.org (Postfix) with ESMTP id 3B7FAA201F for ; Wed, 22 Aug 2001 17:58:54 +0200 (CEST) Received: by freebsd.emma.line.org (Postfix, from userid 500) id B775E2D395; Wed, 22 Aug 2001 17:55:23 +0200 (CEST) Message-Id: <20010822155523.B775E2D395@freebsd.emma.line.org> Date: Wed, 22 Aug 2001 17:55:23 +0200 (CEST) From: matthias.andree@web.de Reply-To: matthias.andree@web.de To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/29958: exim 3.33 crashes Sender: owner-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: 29958 >Category: ports >Synopsis: exim 3.33 crashes >Confidential: no >Severity: critical >Priority: high >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed Aug 22 09:00:34 PDT 2001 >Closed-Date: >Last-Modified: >Originator: >Release: FreeBSD 4.3-RELEASE i386 >Organization: >Environment: System: FreeBSD freebsd.emma.line.org 4.3-RELEASE FreeBSD 4.3-RELEASE #0: Wed Aug 8 18:59:41 CEST 2001 root@freebsd.emma.line.org:/usr/src/sys/compile/M2A2 i386 >Description: Exim crashes with segfault, looks like setgroups nukes. strace output: ... 16449 write(1, "Exim version 3.33 #1 built 22-Au"..., 48) = 48 16449 write(1, "Copyright (c) University of Camb"..., 43) = 43 16449 getgroups(16, [0, 100, 102, 101, 103]) = 5 16449 setgroups(0, [] ktrace output: 16458 exim CALL fcntl(0,0x3,0) 16458 exim RET fcntl 6 16458 exim CALL fcntl(0,0x4,0x2) 16458 exim RET fcntl 0 16458 exim CALL fcntl(0x1,0x3,0) 16458 exim RET fcntl 2 16458 exim CALL fcntl(0x1,0x4,0x2) 16458 exim RET fcntl 0 16458 exim CALL fcntl(0x2,0x3,0) 16458 exim RET fcntl 2 16458 exim CALL fcntl(0x2,0x4,0x2) 16458 exim RET fcntl 0 16458 exim CALL fcntl(0x5,0x3,0) 16458 exim RET fcntl -1 errno 9 Bad file descriptor 16458 exim PSIG SIGSEGV SIG_DFL >How-To-Repeat: >Fix: not known >Release-Note: >Audit-Trail: >Unformatted: >How-ToRepeat: $ Exim version 3.33 #1 built 22-Aug-2001 17:36:47 Copyright (c) University of Cambridge 2001 Segmentation fault To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Aug 22 9: 1:41 2001 Delivered-To: freebsd-ports@freebsd.org Received: from ler-freebie.iadfw.net (ler-freebie.iadfw.net [206.66.13.221]) by hub.freebsd.org (Postfix) with ESMTP id 9922337B42F for ; Wed, 22 Aug 2001 09:01:09 -0700 (PDT) (envelope-from ler@ler-freebie.iadfw.net) Received: (from ler@localhost) by ler-freebie.iadfw.net (8.11.5/8.11.4) id f7MG0no30455; Wed, 22 Aug 2001 11:00:49 -0500 (CDT) (envelope-from ler) Date: Wed, 22 Aug 2001 11:00:49 -0500 From: Larry Rosenman To: Akinori MUSHA Cc: freebsd-ports@freebsd.org Subject: Re: portupgrade refuses to run... Message-ID: <20010822110049.A29615@ler-freebie.iadfw.net> References: <20010822095557.A29201@ler-freebie.iadfw.net> <86snek1441.wl@archon.local.idaemons.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <86snek1441.wl@archon.local.idaemons.org> User-Agent: Mutt/1.3.20i X-Mailer: Mutt http://www.mutt.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 * Akinori MUSHA [010822 10:54]: > At Wed, 22 Aug 2001 09:55:57 -0500, > Larry Rosenman wrote: > > I installed portupgrade this am, and it refuses to run: > > > > ler-freebie# portupgrade -a > > /usr/local/sbin/portupgrade:163:in `main': undefined method > > `def_option' for # (NameError) > > from /usr/local/sbin/portupgrade:162:in `initialize' > > from /usr/local/sbin/portupgrade:162:in `new' > > from /usr/local/sbin/portupgrade:162:in `main' > > from /usr/local/sbin/portupgrade:1165 > > ler-freebie# > > > > > > I even upgraded to the latest ports/lang/ruby, and nothing doing. > > Probably you still have an old version of ruby-optparse installed. > > After a due period (~3 month or so), I changed portupgrade to use the > new version's usage. Please install the latest version of > ruby-optparse from your freshly cvsup'ed ports tree as follows: > > cd /usr/ports/devel/ruby-optparse > make clean all > make install clean -DFORCE_PKG_REGISTER > Did this... > Then run pkgdepfix to fix up dependencies: > > pkgdepfix -o No luck: ler-freebie# pkgdepfix -o /usr/local/lib/ruby/site_ruby/1.6/pkginfo.rb:166:in `match?': undefined method `fnmatch?' for File:Class (NameError) from /usr/local/lib/ruby/site_ruby/1.6/pkgdb.rb:191:in `glob' from /usr/local/lib/ruby/site_ruby/1.6/pkgdb.rb:181:in `each' from /usr/local/lib/ruby/site_ruby/1.6/pkgdb.rb:181:in `glob' from /usr/local/sbin/pkgdepfix:107:in `main' from /usr/local/sbin/pkgdepfix:107:in `loop' from /usr/local/sbin/pkgdepfix:107:in `main' from /usr/local/sbin/pkgdepfix:54:in `initialize' from /usr/local/sbin/pkgdepfix:54:in `new' from /usr/local/sbin/pkgdepfix:54:in `main' from /usr/local/sbin/pkgdepfix:655 ler-freebie# > > (delete the older ruby-optparse's record with it) > > Finally, make sure you have the latest version of portupgrade: > > portupgrade portupgrade > > > Regards, > > -- > / > /__ __ 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" -- Larry Rosenman, Sr. Network Engineer, Internet America, Inc. E-Mail: ler@airmail.net Phone: +1 214-861-2571, Fax: 214-861-2663 US Mail: 350 N. St. Paul, Suite 3000, Dallas, TX 75201 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Aug 22 9: 6:31 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 B46D937B41C for ; Wed, 22 Aug 2001 09:06:22 -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 934224D801; Thu, 23 Aug 2001 01:06:21 +0900 (JST) Date: Thu, 23 Aug 2001 01:06:21 +0900 Message-ID: <86r8u413lu.wl@archon.local.idaemons.org> From: "Akinori MUSHA" To: Larry Rosenman Cc: freebsd-ports@freebsd.org Subject: Re: portupgrade refuses to run... In-Reply-To: <20010822110049.A29615@ler-freebie.iadfw.net> References: <20010822095557.A29201@ler-freebie.iadfw.net> <86snek1441.wl@archon.local.idaemons.org> <20010822110049.A29615@ler-freebie.iadfw.net> User-Agent: Wanderlust/2.7.2 (Too Funky) 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) 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.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 > ler-freebie# pkgdepfix -o > /usr/local/lib/ruby/site_ruby/1.6/pkginfo.rb:166:in `match?': > undefined method `fnmatch?' for File:Class (NameError) > from /usr/local/lib/ruby/site_ruby/1.6/pkgdb.rb:191:in `glob' > from /usr/local/lib/ruby/site_ruby/1.6/pkgdb.rb:181:in `each' > from /usr/local/lib/ruby/site_ruby/1.6/pkgdb.rb:181:in `glob' > from /usr/local/sbin/pkgdepfix:107:in `main' > from /usr/local/sbin/pkgdepfix:107:in `loop' > from /usr/local/sbin/pkgdepfix:107:in `main' > from /usr/local/sbin/pkgdepfix:54:in `initialize' > from /usr/local/sbin/pkgdepfix:54:in `new' > from /usr/local/sbin/pkgdepfix:54:in `main' > from /usr/local/sbin/pkgdepfix:655 > ler-freebie# ??? It's really weird. This suggests you don't have ruby-fnmatch installed somehow, even though it is listed in the RUN_DEPENDS list of sysutils/portupgrade. Do the following and see if it works.. cd /usr/ports/devel/ruby-fnmatch make clean all make install clean -DFORCE_PKG_REGISTER -- / /__ __ 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 Wed Aug 22 9:10: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 485B437B42F for ; Wed, 22 Aug 2001 09:10:29 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7MGATp02289; Wed, 22 Aug 2001 09:10:29 -0700 (PDT) (envelope-from gnats) Date: Wed, 22 Aug 2001 09:10:29 -0700 (PDT) Message-Id: <200108221610.f7MGATp02289@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Matthias Andree Subject: Re: ports/29958: exim 3.33 crashes Reply-To: Matthias Andree Sender: owner-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/29958; it has been noted by GNATS. From: Matthias Andree To: freebsd-gnats-submit@FreeBSD.org, matthias.andree@web.de Cc: Subject: Re: ports/29958: exim 3.33 crashes Date: Wed, 22 Aug 2001 18:05:16 +0200 I nuked the report. I did exim -bV, got the version and a SIGSEGV and the output shown in the Unformatted section. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Aug 22 9:11: 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 2DBC837B412 for ; Wed, 22 Aug 2001 09:10:27 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7MGARV02279; Wed, 22 Aug 2001 09:10:27 -0700 (PDT) (envelope-from gnats) Date: Wed, 22 Aug 2001 09:10:27 -0700 (PDT) Message-Id: <200108221610.f7MGARV02279@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Larry Rosenman Subject: ports/29956 Reply-To: Larry Rosenman Sender: owner-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/29956; it has been noted by GNATS. From: Larry Rosenman To: freebsd-gnats-submit@freebsd.org Cc: Subject: ports/29956 Date: Wed, 22 Aug 2001 11:02:45 -0500 * Akinori MUSHA [010822 10:54]: > At Wed, 22 Aug 2001 09:55:57 -0500, > Larry Rosenman wrote: > > I installed portupgrade this am, and it refuses to run: > > > > ler-freebie# portupgrade -a > > /usr/local/sbin/portupgrade:163:in `main': undefined method > > `def_option' for # (NameError) > > from /usr/local/sbin/portupgrade:162:in `initialize' > > from /usr/local/sbin/portupgrade:162:in `new' > > from /usr/local/sbin/portupgrade:162:in `main' > > from /usr/local/sbin/portupgrade:1165 > > ler-freebie# > > > > > > I even upgraded to the latest ports/lang/ruby, and nothing doing. > > Probably you still have an old version of ruby-optparse installed. > > After a due period (~3 month or so), I changed portupgrade to use the > new version's usage. Please install the latest version of > ruby-optparse from your freshly cvsup'ed ports tree as follows: > > cd /usr/ports/devel/ruby-optparse > make clean all > make install clean -DFORCE_PKG_REGISTER > Did this... > Then run pkgdepfix to fix up dependencies: > > pkgdepfix -o No luck: ler-freebie# pkgdepfix -o /usr/local/lib/ruby/site_ruby/1.6/pkginfo.rb:166:in `match?': undefined method `fnmatch?' for File:Class (NameError) from /usr/local/lib/ruby/site_ruby/1.6/pkgdb.rb:191:in `glob' from /usr/local/lib/ruby/site_ruby/1.6/pkgdb.rb:181:in `each' from /usr/local/lib/ruby/site_ruby/1.6/pkgdb.rb:181:in `glob' from /usr/local/sbin/pkgdepfix:107:in `main' from /usr/local/sbin/pkgdepfix:107:in `loop' from /usr/local/sbin/pkgdepfix:107:in `main' from /usr/local/sbin/pkgdepfix:54:in `initialize' from /usr/local/sbin/pkgdepfix:54:in `new' from /usr/local/sbin/pkgdepfix:54:in `main' from /usr/local/sbin/pkgdepfix:655 ler-freebie# > > (delete the older ruby-optparse's record with it) > > Finally, make sure you have the latest version of portupgrade: > > portupgrade portupgrade > > > Regards, > > -- > / > /__ __ 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" -- Larry Rosenman, Sr. Network Engineer, Internet America, Inc. E-Mail: ler@airmail.net Phone: +1 214-861-2571, Fax: 214-861-2663 US Mail: 350 N. St. Paul, Suite 3000, Dallas, TX 75201 ----- End forwarded message ----- -- Larry Rosenman, Sr. Network Engineer, Internet America, Inc. E-Mail: ler@airmail.net Phone: +1 214-861-2571, Fax: 214-861-2663 US Mail: 350 N. St. Paul, Suite 3000, Dallas, TX 75201 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Aug 22 9:11:21 2001 Delivered-To: freebsd-ports@freebsd.org Received: from ler-freebie.iadfw.net (ler-freebie.iadfw.net [206.66.13.221]) by hub.freebsd.org (Postfix) with ESMTP id 049B837B435; Wed, 22 Aug 2001 09:10:57 -0700 (PDT) (envelope-from ler@ler-freebie.iadfw.net) Received: (from ler@localhost) by ler-freebie.iadfw.net (8.11.5/8.11.4) id f7MGAso32163; Wed, 22 Aug 2001 11:10:54 -0500 (CDT) (envelope-from ler) Date: Wed, 22 Aug 2001 11:10:54 -0500 From: Larry Rosenman To: Akinori MUSHA Cc: freebsd-ports@freebsd.org, freebsd-gnats-submit@freebsd.org Subject: ports/29956 portupgrade refuses to run... Message-ID: <20010822111054.A30511@ler-freebie.iadfw.net> References: <20010822095557.A29201@ler-freebie.iadfw.net> <86snek1441.wl@archon.local.idaemons.org> <20010822110049.A29615@ler-freebie.iadfw.net> <86r8u413lu.wl@archon.local.idaemons.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <86r8u413lu.wl@archon.local.idaemons.org> User-Agent: Mutt/1.3.20i X-Mailer: Mutt http://www.mutt.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 * Akinori MUSHA [010822 11:05]: > > ler-freebie# pkgdepfix -o > > /usr/local/lib/ruby/site_ruby/1.6/pkginfo.rb:166:in `match?': > > undefined method `fnmatch?' for File:Class (NameError) > > from /usr/local/lib/ruby/site_ruby/1.6/pkgdb.rb:191:in `glob' > > from /usr/local/lib/ruby/site_ruby/1.6/pkgdb.rb:181:in `each' > > from /usr/local/lib/ruby/site_ruby/1.6/pkgdb.rb:181:in `glob' > > from /usr/local/sbin/pkgdepfix:107:in `main' > > from /usr/local/sbin/pkgdepfix:107:in `loop' > > from /usr/local/sbin/pkgdepfix:107:in `main' > > from /usr/local/sbin/pkgdepfix:54:in `initialize' > > from /usr/local/sbin/pkgdepfix:54:in `new' > > from /usr/local/sbin/pkgdepfix:54:in `main' > > from /usr/local/sbin/pkgdepfix:655 > > ler-freebie# > > ??? It's really weird. This suggests you don't have ruby-fnmatch > installed somehow, even though it is listed in the RUN_DEPENDS list of > sysutils/portupgrade. Do the following and see if it works.. > > cd /usr/ports/devel/ruby-fnmatch > make clean all > make install clean -DFORCE_PKG_REGISTER > That fixed it. Guess the upgrade of Ruby and the change from 4.3->4.4 busted it? Wierd. THanks (see also ports/29956) > -- > / > /__ __ 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" -- Larry Rosenman, Sr. Network Engineer, Internet America, Inc. E-Mail: ler@airmail.net Phone: +1 214-861-2571, Fax: 214-861-2663 US Mail: 350 N. St. Paul, Suite 3000, Dallas, TX 75201 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Aug 22 9:11:24 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 0320637B438; Wed, 22 Aug 2001 09:11:05 -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 40B2F4E24D; Thu, 23 Aug 2001 01:11:04 +0900 (JST) Date: Thu, 23 Aug 2001 01:11:04 +0900 Message-ID: <86pu9o13dz.wl@archon.local.idaemons.org> From: "Akinori MUSHA" To: Maxim Sobolev Cc: sada@bsdclub.org (SADA Kenji), fernando@pampa.tche.br (Fernando Krahe), ports@FreeBSD.ORG Subject: Re: Netscape In-Reply-To: <200108221457.f7MEvZf26625@vega.vega.com> References: <20010822233737.3a340c17.sada@bsdclub.org> <200108221457.f7MEvZf26625@vega.vega.com> User-Agent: Wanderlust/2.7.2 (Too Funky) 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) 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.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 Wed, 22 Aug 2001 17:57:35 +0300 (EEST), sobomax wrote: > > I recommend you to use linux version or mozilla. > > Why linux version? What's wrong with our native version? Security problems and unfixed bugs. They had discontinued the FreeBSD version long ago. (And they never supported FreeBSD ELF ;) -- / /__ __ 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 Wed Aug 22 9:15: 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 7AC2F37B433 for ; Wed, 22 Aug 2001 09:10:30 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7MGAUj02294; Wed, 22 Aug 2001 09:10:30 -0700 (PDT) (envelope-from gnats) Date: Wed, 22 Aug 2001 09:10:30 -0700 (PDT) Message-Id: <200108221610.f7MGAUj02294@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Udo Schweigert Subject: Re: ports/29952: maintainer-update mail/mutt-devel Reply-To: Udo Schweigert Sender: owner-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/29952; it has been noted by GNATS. From: Udo Schweigert To: freebsd-gnats-submit@FreeBSD.org Cc: dwcjr@FreeBSD.org Subject: Re: ports/29952: maintainer-update mail/mutt-devel Date: Wed, 22 Aug 2001 18:05:43 +0200 On Wed, Aug 22, 2001 at 04:50:02 -0700, gnats-admin@FreeBSD.org wrote: > Thank you very much for your problem report. > It has the internal identification `ports/29952'. > The individual assigned to look at your > report is: freebsd-ports. > Sorry, but after again checking the port I found another issue. Please use the attached patch. The commit message could be: - update to version 1.3.21 - build with IMAP and POP support when PACKAGE_BUILDING. - fix pkg-plist if not build with WITH_MUTT_IMAP or WITH_MUTT_POP. Best regards Udo Schweigert -- Udo Schweigert, Siemens AG | Voice : +49 89 636 42170 CT IC 3, Siemens CERT | Fax : +49 89 636 41166 D-81730 Muenchen / Germany | email : Udo.Schweigert@cert.siemens.de diff -ru --exclude=CVS /usr/ports/mail/mutt-devel/Makefile mutt-devel/Makefile --- /usr/ports/mail/mutt-devel/Makefile Mon Aug 20 11:10:23 2001 +++ mutt-devel/Makefile Wed Aug 22 17:57:02 2001 @@ -7,8 +7,8 @@ # PORTNAME= mutt-devel -PORTVERSION= 1.3.20 -PORTREVISION= 2 +PORTVERSION= 1.3.21 +# PORTREVISION= 1 CATEGORIES+= mail MASTER_SITES= ftp://ftp.demon.co.uk/pub/mirrors/mutt/devel/ \ ftp://ftp.parodius.com/pub/mutt/devel/ @@ -38,12 +38,15 @@ ftp://ftp2.mutt.org.ua/pub/mutt/mutt-${PATCH_VERSION}/ .endif +PATCH_VERSION= 1.3.20 .if !defined(PATCH_VERSION) PATCH_VERSION= ${PORTVERSION} .endif .if defined(PACKAGE_BUILDING) WITH_MUTT_SLANG= yes +WITH_MUTT_IMAP= yes +WITH_MUTT_POP= yes BUILD_DEPENDS+= ispell:${PORTSDIR}/textproc/ispell RUN_DEPENDS= ispell:${PORTSDIR}/textproc/ispell \ urlview:${PORTSDIR}/textproc/urlview @@ -124,8 +127,12 @@ ed -s ${WRKSRC}/doc/mutt.man .if defined(WITH_MUTT_HTML) PLIST_SUB+= SUB_HTML="" +.if defined(WITH_MUTT_IMAP) || defined(WITH_MUTT_POP) +WITH_IMAP_POP:= yes +.endif .if defined(WITH_MUTT_COMPRESSED_FOLDERS) && defined(WITH_MUTT_NNTP) && \ - defined(WITH_MUTT_RU_PATCH) && defined(WITH_MUTT_QUOTE_PATCH) + defined(WITH_MUTT_RU_PATCH) && defined(WITH_MUTT_QUOTE_PATCH) && \ + defined(WITH_IMAP_POP) PLIST_SUB+= SUB_ADD_G="" PLIST_SUB+= SUB_ADD_A="@comment " PLIST_SUB+= SUB_ADD_B="@comment " @@ -133,8 +140,16 @@ PLIST_SUB+= SUB_ADD_D="@comment " PLIST_SUB+= SUB_ADD_E="@comment " PLIST_SUB+= SUB_ADD_F="@comment " +PLIST_SUB+= SUB_ADD_H="@comment " +PLIST_SUB+= SUB_ADD_I="@comment " +PLIST_SUB+= SUB_ADD_J="@comment " +PLIST_SUB+= SUB_ADD_K="@comment " +PLIST_SUB+= SUB_ADD_L="@comment " +PLIST_SUB+= SUB_ADD_M="@comment " +PLIST_SUB+= SUB_ADD_N="@comment " .elif defined(WITH_MUTT_COMPRESSED_FOLDERS) && defined(WITH_MUTT_NNTP) && \ - defined(WITH_MUTT_RU_PATCH) && !defined(WITH_MUTT_QUOTE_PATCH) + defined(WITH_MUTT_RU_PATCH) && !defined(WITH_MUTT_QUOTE_PATCH) && \ + defined(WITH_IMAP_POP) PLIST_SUB+= SUB_ADD_F="" PLIST_SUB+= SUB_ADD_A="@comment " PLIST_SUB+= SUB_ADD_B="@comment " @@ -142,8 +157,16 @@ PLIST_SUB+= SUB_ADD_D="@comment " PLIST_SUB+= SUB_ADD_E="@comment " PLIST_SUB+= SUB_ADD_G="@comment " +PLIST_SUB+= SUB_ADD_H="@comment " +PLIST_SUB+= SUB_ADD_I="@comment " +PLIST_SUB+= SUB_ADD_J="@comment " +PLIST_SUB+= SUB_ADD_K="@comment " +PLIST_SUB+= SUB_ADD_L="@comment " +PLIST_SUB+= SUB_ADD_M="@comment " +PLIST_SUB+= SUB_ADD_N="@comment " .elif defined(WITH_MUTT_COMPRESSED_FOLDERS) && defined(WITH_MUTT_NNTP) && \ - !defined(WITH_MUTT_RU_PATCH) && defined(WITH_MUTT_QUOTE_PATCH) + !defined(WITH_MUTT_RU_PATCH) && defined(WITH_MUTT_QUOTE_PATCH) && \ + defined(WITH_IMAP_POP) PLIST_SUB+= SUB_ADD_G="" PLIST_SUB+= SUB_ADD_A="@comment " PLIST_SUB+= SUB_ADD_B="@comment " @@ -151,8 +174,16 @@ PLIST_SUB+= SUB_ADD_D="@comment " PLIST_SUB+= SUB_ADD_E="@comment " PLIST_SUB+= SUB_ADD_F="@comment " +PLIST_SUB+= SUB_ADD_H="@comment " +PLIST_SUB+= SUB_ADD_I="@comment " +PLIST_SUB+= SUB_ADD_J="@comment " +PLIST_SUB+= SUB_ADD_K="@comment " +PLIST_SUB+= SUB_ADD_L="@comment " +PLIST_SUB+= SUB_ADD_M="@comment " +PLIST_SUB+= SUB_ADD_N="@comment " .elif defined(WITH_MUTT_COMPRESSED_FOLDERS) && defined(WITH_MUTT_NNTP) && \ - !defined(WITH_MUTT_RU_PATCH) && !defined(WITH_MUTT_QUOTE_PATCH) + !defined(WITH_MUTT_RU_PATCH) && !defined(WITH_MUTT_QUOTE_PATCH) && \ + defined(WITH_IMAP_POP) PLIST_SUB+= SUB_ADD_F="" PLIST_SUB+= SUB_ADD_A="@comment " PLIST_SUB+= SUB_ADD_B="@comment " @@ -160,8 +191,16 @@ PLIST_SUB+= SUB_ADD_D="@comment " PLIST_SUB+= SUB_ADD_E="@comment " PLIST_SUB+= SUB_ADD_G="@comment " +PLIST_SUB+= SUB_ADD_H="@comment " +PLIST_SUB+= SUB_ADD_I="@comment " +PLIST_SUB+= SUB_ADD_J="@comment " +PLIST_SUB+= SUB_ADD_K="@comment " +PLIST_SUB+= SUB_ADD_L="@comment " +PLIST_SUB+= SUB_ADD_M="@comment " +PLIST_SUB+= SUB_ADD_N="@comment " .elif defined(WITH_MUTT_COMPRESSED_FOLDERS) && !defined(WITH_MUTT_NNTP) && \ - defined(WITH_MUTT_RU_PATCH) && defined(WITH_MUTT_QUOTE_PATCH) + defined(WITH_MUTT_RU_PATCH) && defined(WITH_MUTT_QUOTE_PATCH) && \ + defined(WITH_IMAP_POP) PLIST_SUB+= SUB_ADD_C="" PLIST_SUB+= SUB_ADD_A="@comment " PLIST_SUB+= SUB_ADD_B="@comment " @@ -169,8 +208,16 @@ PLIST_SUB+= SUB_ADD_E="@comment " PLIST_SUB+= SUB_ADD_F="@comment " PLIST_SUB+= SUB_ADD_G="@comment " +PLIST_SUB+= SUB_ADD_H="@comment " +PLIST_SUB+= SUB_ADD_I="@comment " +PLIST_SUB+= SUB_ADD_J="@comment " +PLIST_SUB+= SUB_ADD_K="@comment " +PLIST_SUB+= SUB_ADD_L="@comment " +PLIST_SUB+= SUB_ADD_M="@comment " +PLIST_SUB+= SUB_ADD_N="@comment " .elif defined(WITH_MUTT_COMPRESSED_FOLDERS) && !defined(WITH_MUTT_NNTP) && \ - defined(WITH_MUTT_RU_PATCH) && !defined(WITH_MUTT_QUOTE_PATCH) + defined(WITH_MUTT_RU_PATCH) && !defined(WITH_MUTT_QUOTE_PATCH) && \ + defined(WITH_IMAP_POP) PLIST_SUB+= SUB_ADD_B="" PLIST_SUB+= SUB_ADD_A="@comment " PLIST_SUB+= SUB_ADD_C="@comment " @@ -178,8 +225,16 @@ PLIST_SUB+= SUB_ADD_E="@comment " PLIST_SUB+= SUB_ADD_F="@comment " PLIST_SUB+= SUB_ADD_G="@comment " +PLIST_SUB+= SUB_ADD_H="@comment " +PLIST_SUB+= SUB_ADD_I="@comment " +PLIST_SUB+= SUB_ADD_J="@comment " +PLIST_SUB+= SUB_ADD_K="@comment " +PLIST_SUB+= SUB_ADD_L="@comment " +PLIST_SUB+= SUB_ADD_M="@comment " +PLIST_SUB+= SUB_ADD_N="@comment " .elif defined(WITH_MUTT_COMPRESSED_FOLDERS) && !defined(WITH_MUTT_NNTP) && \ - !defined(WITH_MUTT_RU_PATCH) && defined(WITH_MUTT_QUOTE_PATCH) + !defined(WITH_MUTT_RU_PATCH) && defined(WITH_MUTT_QUOTE_PATCH) && \ + defined(WITH_IMAP_POP) PLIST_SUB+= SUB_ADD_C="" PLIST_SUB+= SUB_ADD_A="@comment " PLIST_SUB+= SUB_ADD_B="@comment " @@ -187,8 +242,16 @@ PLIST_SUB+= SUB_ADD_E="@comment " PLIST_SUB+= SUB_ADD_F="@comment " PLIST_SUB+= SUB_ADD_G="@comment " +PLIST_SUB+= SUB_ADD_H="@comment " +PLIST_SUB+= SUB_ADD_I="@comment " +PLIST_SUB+= SUB_ADD_J="@comment " +PLIST_SUB+= SUB_ADD_K="@comment " +PLIST_SUB+= SUB_ADD_L="@comment " +PLIST_SUB+= SUB_ADD_M="@comment " +PLIST_SUB+= SUB_ADD_N="@comment " .elif defined(WITH_MUTT_COMPRESSED_FOLDERS) && !defined(WITH_MUTT_NNTP) && \ - !defined(WITH_MUTT_RU_PATCH) && !defined(WITH_MUTT_QUOTE_PATCH) + !defined(WITH_MUTT_RU_PATCH) && !defined(WITH_MUTT_QUOTE_PATCH) && \ + defined(WITH_IMAP_POP) PLIST_SUB+= SUB_ADD_B="" PLIST_SUB+= SUB_ADD_A="@comment " PLIST_SUB+= SUB_ADD_C="@comment " @@ -196,8 +259,16 @@ PLIST_SUB+= SUB_ADD_E="@comment " PLIST_SUB+= SUB_ADD_F="@comment " PLIST_SUB+= SUB_ADD_G="@comment " +PLIST_SUB+= SUB_ADD_H="@comment " +PLIST_SUB+= SUB_ADD_I="@comment " +PLIST_SUB+= SUB_ADD_J="@comment " +PLIST_SUB+= SUB_ADD_K="@comment " +PLIST_SUB+= SUB_ADD_L="@comment " +PLIST_SUB+= SUB_ADD_M="@comment " +PLIST_SUB+= SUB_ADD_N="@comment " .elif !defined(WITH_MUTT_COMPRESSED_FOLDERS) && defined(WITH_MUTT_NNTP) && \ - defined(WITH_MUTT_RU_PATCH) && defined(WITH_MUTT_QUOTE_PATCH) + defined(WITH_MUTT_RU_PATCH) && defined(WITH_MUTT_QUOTE_PATCH) && \ + defined(WITH_IMAP_POP) PLIST_SUB+= SUB_ADD_E="" PLIST_SUB+= SUB_ADD_A="@comment " PLIST_SUB+= SUB_ADD_B="@comment " @@ -205,8 +276,16 @@ PLIST_SUB+= SUB_ADD_D="@comment " PLIST_SUB+= SUB_ADD_F="@comment " PLIST_SUB+= SUB_ADD_G="@comment " +PLIST_SUB+= SUB_ADD_H="@comment " +PLIST_SUB+= SUB_ADD_I="@comment " +PLIST_SUB+= SUB_ADD_J="@comment " +PLIST_SUB+= SUB_ADD_K="@comment " +PLIST_SUB+= SUB_ADD_L="@comment " +PLIST_SUB+= SUB_ADD_M="@comment " +PLIST_SUB+= SUB_ADD_N="@comment " .elif !defined(WITH_MUTT_COMPRESSED_FOLDERS) && defined(WITH_MUTT_NNTP) && \ - defined(WITH_MUTT_RU_PATCH) && !defined(WITH_MUTT_QUOTE_PATCH) + defined(WITH_MUTT_RU_PATCH) && !defined(WITH_MUTT_QUOTE_PATCH) && \ + defined(WITH_IMAP_POP) PLIST_SUB+= SUB_ADD_D="" PLIST_SUB+= SUB_ADD_A="@comment " PLIST_SUB+= SUB_ADD_B="@comment " @@ -214,8 +293,16 @@ PLIST_SUB+= SUB_ADD_E="@comment " PLIST_SUB+= SUB_ADD_F="@comment " PLIST_SUB+= SUB_ADD_G="@comment " +PLIST_SUB+= SUB_ADD_H="@comment " +PLIST_SUB+= SUB_ADD_I="@comment " +PLIST_SUB+= SUB_ADD_J="@comment " +PLIST_SUB+= SUB_ADD_K="@comment " +PLIST_SUB+= SUB_ADD_L="@comment " +PLIST_SUB+= SUB_ADD_M="@comment " +PLIST_SUB+= SUB_ADD_N="@comment " .elif !defined(WITH_MUTT_COMPRESSED_FOLDERS) && defined(WITH_MUTT_NNTP) && \ - !defined(WITH_MUTT_RU_PATCH) && defined(WITH_MUTT_QUOTE_PATCH) + !defined(WITH_MUTT_RU_PATCH) && defined(WITH_MUTT_QUOTE_PATCH) && \ + defined(WITH_IMAP_POP) PLIST_SUB+= SUB_ADD_E="" PLIST_SUB+= SUB_ADD_A="@comment " PLIST_SUB+= SUB_ADD_B="@comment " @@ -223,8 +310,16 @@ PLIST_SUB+= SUB_ADD_D="@comment " PLIST_SUB+= SUB_ADD_F="@comment " PLIST_SUB+= SUB_ADD_G="@comment " +PLIST_SUB+= SUB_ADD_H="@comment " +PLIST_SUB+= SUB_ADD_I="@comment " +PLIST_SUB+= SUB_ADD_J="@comment " +PLIST_SUB+= SUB_ADD_K="@comment " +PLIST_SUB+= SUB_ADD_L="@comment " +PLIST_SUB+= SUB_ADD_M="@comment " +PLIST_SUB+= SUB_ADD_N="@comment " .elif !defined(WITH_MUTT_COMPRESSED_FOLDERS) && defined(WITH_MUTT_NNTP) && \ - !defined(WITH_MUTT_RU_PATCH) && !defined(WITH_MUTT_QUOTE_PATCH) + !defined(WITH_MUTT_RU_PATCH) && !defined(WITH_MUTT_QUOTE_PATCH) && \ + defined(WITH_IMAP_POP) PLIST_SUB+= SUB_ADD_D="" PLIST_SUB+= SUB_ADD_A="@comment " PLIST_SUB+= SUB_ADD_B="@comment " @@ -232,8 +327,16 @@ PLIST_SUB+= SUB_ADD_E="@comment " PLIST_SUB+= SUB_ADD_F="@comment " PLIST_SUB+= SUB_ADD_G="@comment " +PLIST_SUB+= SUB_ADD_H="@comment " +PLIST_SUB+= SUB_ADD_I="@comment " +PLIST_SUB+= SUB_ADD_J="@comment " +PLIST_SUB+= SUB_ADD_K="@comment " +PLIST_SUB+= SUB_ADD_L="@comment " +PLIST_SUB+= SUB_ADD_M="@comment " +PLIST_SUB+= SUB_ADD_N="@comment " .elif !defined(WITH_MUTT_COMPRESSED_FOLDERS) && !defined(WITH_MUTT_NNTP) && \ - defined(WITH_MUTT_RU_PATCH) && defined(WITH_MUTT_QUOTE_PATCH) + defined(WITH_MUTT_RU_PATCH) && defined(WITH_MUTT_QUOTE_PATCH) && \ + defined(WITH_IMAP_POP) PLIST_SUB+= SUB_ADD_A="" PLIST_SUB+= SUB_ADD_B="@comment " PLIST_SUB+= SUB_ADD_C="@comment " @@ -241,8 +344,16 @@ PLIST_SUB+= SUB_ADD_E="@comment " PLIST_SUB+= SUB_ADD_F="@comment " PLIST_SUB+= SUB_ADD_G="@comment " +PLIST_SUB+= SUB_ADD_H="@comment " +PLIST_SUB+= SUB_ADD_I="@comment " +PLIST_SUB+= SUB_ADD_J="@comment " +PLIST_SUB+= SUB_ADD_K="@comment " +PLIST_SUB+= SUB_ADD_L="@comment " +PLIST_SUB+= SUB_ADD_M="@comment " +PLIST_SUB+= SUB_ADD_N="@comment " .elif !defined(WITH_MUTT_COMPRESSED_FOLDERS) && !defined(WITH_MUTT_NNTP) && \ - defined(WITH_MUTT_RU_PATCH) && !defined(WITH_MUTT_QUOTE_PATCH) + defined(WITH_MUTT_RU_PATCH) && !defined(WITH_MUTT_QUOTE_PATCH) && \ + defined(WITH_IMAP_POP) PLIST_SUB+= SUB_ADD_A="@comment " PLIST_SUB+= SUB_ADD_B="@comment " PLIST_SUB+= SUB_ADD_C="@comment " @@ -250,8 +361,16 @@ PLIST_SUB+= SUB_ADD_E="@comment " PLIST_SUB+= SUB_ADD_F="@comment " PLIST_SUB+= SUB_ADD_G="@comment " +PLIST_SUB+= SUB_ADD_H="@comment " +PLIST_SUB+= SUB_ADD_I="@comment " +PLIST_SUB+= SUB_ADD_J="@comment " +PLIST_SUB+= SUB_ADD_K="@comment " +PLIST_SUB+= SUB_ADD_L="@comment " +PLIST_SUB+= SUB_ADD_M="@comment " +PLIST_SUB+= SUB_ADD_N="@comment " .elif !defined(WITH_MUTT_COMPRESSED_FOLDERS) && !defined(WITH_MUTT_NNTP) && \ - !defined(WITH_MUTT_RU_PATCH) && defined(WITH_MUTT_QUOTE_PATCH) + !defined(WITH_MUTT_RU_PATCH) && defined(WITH_MUTT_QUOTE_PATCH) && \ + defined(WITH_IMAP_POP) PLIST_SUB+= SUB_ADD_A="" PLIST_SUB+= SUB_ADD_B="@comment " PLIST_SUB+= SUB_ADD_C="@comment " @@ -259,8 +378,288 @@ PLIST_SUB+= SUB_ADD_E="@comment " PLIST_SUB+= SUB_ADD_F="@comment " PLIST_SUB+= SUB_ADD_G="@comment " +PLIST_SUB+= SUB_ADD_H="@comment " +PLIST_SUB+= SUB_ADD_I="@comment " +PLIST_SUB+= SUB_ADD_J="@comment " +PLIST_SUB+= SUB_ADD_K="@comment " +PLIST_SUB+= SUB_ADD_L="@comment " +PLIST_SUB+= SUB_ADD_M="@comment " +PLIST_SUB+= SUB_ADD_N="@comment " +.elif !defined(WITH_MUTT_COMPRESSED_FOLDERS) && !defined(WITH_MUTT_NNTP) && \ + !defined(WITH_MUTT_RU_PATCH) && !defined(WITH_MUTT_QUOTE_PATCH) && \ + defined(WITH_IMAP_POP) +PLIST_SUB+= SUB_ADD_A="@comment " +PLIST_SUB+= SUB_ADD_B="@comment " +PLIST_SUB+= SUB_ADD_C="@comment " +PLIST_SUB+= SUB_ADD_D="@comment " +PLIST_SUB+= SUB_ADD_E="@comment " +PLIST_SUB+= SUB_ADD_F="@comment " +PLIST_SUB+= SUB_ADD_G="@comment " +PLIST_SUB+= SUB_ADD_H="@comment " +PLIST_SUB+= SUB_ADD_I="@comment " +PLIST_SUB+= SUB_ADD_J="@comment " +PLIST_SUB+= SUB_ADD_K="@comment " +PLIST_SUB+= SUB_ADD_L="@comment " +PLIST_SUB+= SUB_ADD_M="@comment " +PLIST_SUB+= SUB_ADD_N="@comment " +.elif defined(WITH_MUTT_COMPRESSED_FOLDERS) && defined(WITH_MUTT_NNTP) && \ + defined(WITH_MUTT_RU_PATCH) && defined(WITH_MUTT_QUOTE_PATCH) && \ + !defined(WITH_IMAP_POP) +PLIST_SUB+= SUB_ADD_N="" +PLIST_SUB+= SUB_ADD_A="@comment " +PLIST_SUB+= SUB_ADD_B="@comment " +PLIST_SUB+= SUB_ADD_C="@comment " +PLIST_SUB+= SUB_ADD_D="@comment " +PLIST_SUB+= SUB_ADD_E="@comment " +PLIST_SUB+= SUB_ADD_F="@comment " +PLIST_SUB+= SUB_ADD_G="@comment " +PLIST_SUB+= SUB_ADD_H="@comment " +PLIST_SUB+= SUB_ADD_I="@comment " +PLIST_SUB+= SUB_ADD_J="@comment " +PLIST_SUB+= SUB_ADD_K="@comment " +PLIST_SUB+= SUB_ADD_L="@comment " +PLIST_SUB+= SUB_ADD_M="@comment " +.elif defined(WITH_MUTT_COMPRESSED_FOLDERS) && defined(WITH_MUTT_NNTP) && \ + defined(WITH_MUTT_RU_PATCH) && !defined(WITH_MUTT_QUOTE_PATCH) && \ + !defined(WITH_IMAP_POP) +PLIST_SUB+= SUB_ADD_M="" +PLIST_SUB+= SUB_ADD_A="@comment " +PLIST_SUB+= SUB_ADD_B="@comment " +PLIST_SUB+= SUB_ADD_C="@comment " +PLIST_SUB+= SUB_ADD_D="@comment " +PLIST_SUB+= SUB_ADD_E="@comment " +PLIST_SUB+= SUB_ADD_F="@comment " +PLIST_SUB+= SUB_ADD_G="@comment " +PLIST_SUB+= SUB_ADD_H="@comment " +PLIST_SUB+= SUB_ADD_I="@comment " +PLIST_SUB+= SUB_ADD_J="@comment " +PLIST_SUB+= SUB_ADD_K="@comment " +PLIST_SUB+= SUB_ADD_L="@comment " +PLIST_SUB+= SUB_ADD_N="@comment " +.elif defined(WITH_MUTT_COMPRESSED_FOLDERS) && defined(WITH_MUTT_NNTP) && \ + !defined(WITH_MUTT_RU_PATCH) && defined(WITH_MUTT_QUOTE_PATCH) && \ + !defined(WITH_IMAP_POP) +PLIST_SUB+= SUB_ADD_N="" +PLIST_SUB+= SUB_ADD_A="@comment " +PLIST_SUB+= SUB_ADD_B="@comment " +PLIST_SUB+= SUB_ADD_C="@comment " +PLIST_SUB+= SUB_ADD_D="@comment " +PLIST_SUB+= SUB_ADD_E="@comment " +PLIST_SUB+= SUB_ADD_F="@comment " +PLIST_SUB+= SUB_ADD_G="@comment " +PLIST_SUB+= SUB_ADD_H="@comment " +PLIST_SUB+= SUB_ADD_I="@comment " +PLIST_SUB+= SUB_ADD_J="@comment " +PLIST_SUB+= SUB_ADD_K="@comment " +PLIST_SUB+= SUB_ADD_L="@comment " +PLIST_SUB+= SUB_ADD_M="@comment " +.elif defined(WITH_MUTT_COMPRESSED_FOLDERS) && defined(WITH_MUTT_NNTP) && \ + !defined(WITH_MUTT_RU_PATCH) && !defined(WITH_MUTT_QUOTE_PATCH) && \ + !defined(WITH_IMAP_POP) +PLIST_SUB+= SUB_ADD_M="" +PLIST_SUB+= SUB_ADD_A="@comment " +PLIST_SUB+= SUB_ADD_B="@comment " +PLIST_SUB+= SUB_ADD_C="@comment " +PLIST_SUB+= SUB_ADD_D="@comment " +PLIST_SUB+= SUB_ADD_E="@comment " +PLIST_SUB+= SUB_ADD_F="@comment " +PLIST_SUB+= SUB_ADD_G="@comment " +PLIST_SUB+= SUB_ADD_H="@comment " +PLIST_SUB+= SUB_ADD_I="@comment " +PLIST_SUB+= SUB_ADD_J="@comment " +PLIST_SUB+= SUB_ADD_K="@comment " +PLIST_SUB+= SUB_ADD_L="@comment " +PLIST_SUB+= SUB_ADD_N="@comment " +.elif defined(WITH_MUTT_COMPRESSED_FOLDERS) && !defined(WITH_MUTT_NNTP) && \ + defined(WITH_MUTT_RU_PATCH) && defined(WITH_MUTT_QUOTE_PATCH) && \ + !defined(WITH_IMAP_POP) +PLIST_SUB+= SUB_ADD_J="" +PLIST_SUB+= SUB_ADD_A="@comment " +PLIST_SUB+= SUB_ADD_B="@comment " +PLIST_SUB+= SUB_ADD_C="@comment " +PLIST_SUB+= SUB_ADD_D="@comment " +PLIST_SUB+= SUB_ADD_E="@comment " +PLIST_SUB+= SUB_ADD_F="@comment " +PLIST_SUB+= SUB_ADD_G="@comment " +PLIST_SUB+= SUB_ADD_H="@comment " +PLIST_SUB+= SUB_ADD_I="@comment " +PLIST_SUB+= SUB_ADD_K="@comment " +PLIST_SUB+= SUB_ADD_L="@comment " +PLIST_SUB+= SUB_ADD_M="@comment " +PLIST_SUB+= SUB_ADD_N="@comment " +.elif defined(WITH_MUTT_COMPRESSED_FOLDERS) && !defined(WITH_MUTT_NNTP) && \ + defined(WITH_MUTT_RU_PATCH) && !defined(WITH_MUTT_QUOTE_PATCH) && \ + !defined(WITH_IMAP_POP) +PLIST_SUB+= SUB_ADD_I="" +PLIST_SUB+= SUB_ADD_A="@comment " +PLIST_SUB+= SUB_ADD_B="@comment " +PLIST_SUB+= SUB_ADD_C="@comment " +PLIST_SUB+= SUB_ADD_D="@comment " +PLIST_SUB+= SUB_ADD_E="@comment " +PLIST_SUB+= SUB_ADD_F="@comment " +PLIST_SUB+= SUB_ADD_G="@comment " +PLIST_SUB+= SUB_ADD_H="@comment " +PLIST_SUB+= SUB_ADD_J="@comment " +PLIST_SUB+= SUB_ADD_K="@comment " +PLIST_SUB+= SUB_ADD_L="@comment " +PLIST_SUB+= SUB_ADD_M="@comment " +PLIST_SUB+= SUB_ADD_N="@comment " +.elif defined(WITH_MUTT_COMPRESSED_FOLDERS) && !defined(WITH_MUTT_NNTP) && \ + !defined(WITH_MUTT_RU_PATCH) && defined(WITH_MUTT_QUOTE_PATCH) && \ + !defined(WITH_IMAP_POP) +PLIST_SUB+= SUB_ADD_J="" +PLIST_SUB+= SUB_ADD_A="@comment " +PLIST_SUB+= SUB_ADD_B="@comment " +PLIST_SUB+= SUB_ADD_C="@comment " +PLIST_SUB+= SUB_ADD_D="@comment " +PLIST_SUB+= SUB_ADD_E="@comment " +PLIST_SUB+= SUB_ADD_F="@comment " +PLIST_SUB+= SUB_ADD_G="@comment " +PLIST_SUB+= SUB_ADD_H="@comment " +PLIST_SUB+= SUB_ADD_I="@comment " +PLIST_SUB+= SUB_ADD_K="@comment " +PLIST_SUB+= SUB_ADD_L="@comment " +PLIST_SUB+= SUB_ADD_M="@comment " +PLIST_SUB+= SUB_ADD_N="@comment " +.elif defined(WITH_MUTT_COMPRESSED_FOLDERS) && !defined(WITH_MUTT_NNTP) && \ + !defined(WITH_MUTT_RU_PATCH) && !defined(WITH_MUTT_QUOTE_PATCH) && \ + !defined(WITH_IMAP_POP) +PLIST_SUB+= SUB_ADD_I="" +PLIST_SUB+= SUB_ADD_A="@comment " +PLIST_SUB+= SUB_ADD_B="@comment " +PLIST_SUB+= SUB_ADD_C="@comment " +PLIST_SUB+= SUB_ADD_D="@comment " +PLIST_SUB+= SUB_ADD_E="@comment " +PLIST_SUB+= SUB_ADD_F="@comment " +PLIST_SUB+= SUB_ADD_G="@comment " +PLIST_SUB+= SUB_ADD_H="@comment " +PLIST_SUB+= SUB_ADD_J="@comment " +PLIST_SUB+= SUB_ADD_K="@comment " +PLIST_SUB+= SUB_ADD_L="@comment " +PLIST_SUB+= SUB_ADD_M="@comment " +PLIST_SUB+= SUB_ADD_N="@comment " +.elif !defined(WITH_MUTT_COMPRESSED_FOLDERS) && defined(WITH_MUTT_NNTP) && \ + defined(WITH_MUTT_RU_PATCH) && defined(WITH_MUTT_QUOTE_PATCH) && \ + !defined(WITH_IMAP_POP) +PLIST_SUB+= SUB_ADD_L="" +PLIST_SUB+= SUB_ADD_A="@comment " +PLIST_SUB+= SUB_ADD_B="@comment " +PLIST_SUB+= SUB_ADD_C="@comment " +PLIST_SUB+= SUB_ADD_D="@comment " +PLIST_SUB+= SUB_ADD_E="@comment " +PLIST_SUB+= SUB_ADD_F="@comment " +PLIST_SUB+= SUB_ADD_G="@comment " +PLIST_SUB+= SUB_ADD_H="@comment " +PLIST_SUB+= SUB_ADD_I="@comment " +PLIST_SUB+= SUB_ADD_J="@comment " +PLIST_SUB+= SUB_ADD_K="@comment " +PLIST_SUB+= SUB_ADD_M="@comment " +PLIST_SUB+= SUB_ADD_N="@comment " +.elif !defined(WITH_MUTT_COMPRESSED_FOLDERS) && defined(WITH_MUTT_NNTP) && \ + defined(WITH_MUTT_RU_PATCH) && !defined(WITH_MUTT_QUOTE_PATCH) && \ + !defined(WITH_IMAP_POP) +PLIST_SUB+= SUB_ADD_K="" +PLIST_SUB+= SUB_ADD_A="@comment " +PLIST_SUB+= SUB_ADD_B="@comment " +PLIST_SUB+= SUB_ADD_C="@comment " +PLIST_SUB+= SUB_ADD_D="@comment " +PLIST_SUB+= SUB_ADD_E="@comment " +PLIST_SUB+= SUB_ADD_F="@comment " +PLIST_SUB+= SUB_ADD_G="@comment " +PLIST_SUB+= SUB_ADD_H="@comment " +PLIST_SUB+= SUB_ADD_I="@comment " +PLIST_SUB+= SUB_ADD_J="@comment " +PLIST_SUB+= SUB_ADD_L="@comment " +PLIST_SUB+= SUB_ADD_M="@comment " +PLIST_SUB+= SUB_ADD_N="@comment " +.elif !defined(WITH_MUTT_COMPRESSED_FOLDERS) && defined(WITH_MUTT_NNTP) && \ + !defined(WITH_MUTT_RU_PATCH) && defined(WITH_MUTT_QUOTE_PATCH) && \ + !defined(WITH_IMAP_POP) +PLIST_SUB+= SUB_ADD_L="" +PLIST_SUB+= SUB_ADD_A="@comment " +PLIST_SUB+= SUB_ADD_B="@comment " +PLIST_SUB+= SUB_ADD_C="@comment " +PLIST_SUB+= SUB_ADD_D="@comment " +PLIST_SUB+= SUB_ADD_E="@comment " +PLIST_SUB+= SUB_ADD_F="@comment " +PLIST_SUB+= SUB_ADD_G="@comment " +PLIST_SUB+= SUB_ADD_H="@comment " +PLIST_SUB+= SUB_ADD_I="@comment " +PLIST_SUB+= SUB_ADD_J="@comment " +PLIST_SUB+= SUB_ADD_K="@comment " +PLIST_SUB+= SUB_ADD_M="@comment " +PLIST_SUB+= SUB_ADD_N="@comment " +.elif !defined(WITH_MUTT_COMPRESSED_FOLDERS) && defined(WITH_MUTT_NNTP) && \ + !defined(WITH_MUTT_RU_PATCH) && !defined(WITH_MUTT_QUOTE_PATCH) && \ + !defined(WITH_IMAP_POP) +PLIST_SUB+= SUB_ADD_K="" +PLIST_SUB+= SUB_ADD_A="@comment " +PLIST_SUB+= SUB_ADD_B="@comment " +PLIST_SUB+= SUB_ADD_C="@comment " +PLIST_SUB+= SUB_ADD_D="@comment " +PLIST_SUB+= SUB_ADD_E="@comment " +PLIST_SUB+= SUB_ADD_F="@comment " +PLIST_SUB+= SUB_ADD_G="@comment " +PLIST_SUB+= SUB_ADD_H="@comment " +PLIST_SUB+= SUB_ADD_I="@comment " +PLIST_SUB+= SUB_ADD_J="@comment " +PLIST_SUB+= SUB_ADD_L="@comment " +PLIST_SUB+= SUB_ADD_M="@comment " +PLIST_SUB+= SUB_ADD_N="@comment " +.elif !defined(WITH_MUTT_COMPRESSED_FOLDERS) && !defined(WITH_MUTT_NNTP) && \ + defined(WITH_MUTT_RU_PATCH) && defined(WITH_MUTT_QUOTE_PATCH) && \ + !defined(WITH_IMAP_POP) +PLIST_SUB+= SUB_ADD_H="" +PLIST_SUB+= SUB_ADD_A="@comment " +PLIST_SUB+= SUB_ADD_B="@comment " +PLIST_SUB+= SUB_ADD_C="@comment " +PLIST_SUB+= SUB_ADD_D="@comment " +PLIST_SUB+= SUB_ADD_E="@comment " +PLIST_SUB+= SUB_ADD_F="@comment " +PLIST_SUB+= SUB_ADD_G="@comment " +PLIST_SUB+= SUB_ADD_I="@comment " +PLIST_SUB+= SUB_ADD_J="@comment " +PLIST_SUB+= SUB_ADD_K="@comment " +PLIST_SUB+= SUB_ADD_L="@comment " +PLIST_SUB+= SUB_ADD_M="@comment " +PLIST_SUB+= SUB_ADD_N="@comment " +.elif !defined(WITH_MUTT_COMPRESSED_FOLDERS) && !defined(WITH_MUTT_NNTP) && \ + defined(WITH_MUTT_RU_PATCH) && !defined(WITH_MUTT_QUOTE_PATCH) && \ + !defined(WITH_IMAP_POP) +PLIST_SUB+= SUB_ADD_A="@comment " +PLIST_SUB+= SUB_ADD_B="@comment " +PLIST_SUB+= SUB_ADD_C="@comment " +PLIST_SUB+= SUB_ADD_D="@comment " +PLIST_SUB+= SUB_ADD_E="@comment " +PLIST_SUB+= SUB_ADD_F="@comment " +PLIST_SUB+= SUB_ADD_G="@comment " +PLIST_SUB+= SUB_ADD_H="@comment " +PLIST_SUB+= SUB_ADD_I="@comment " +PLIST_SUB+= SUB_ADD_J="@comment " +PLIST_SUB+= SUB_ADD_K="@comment " +PLIST_SUB+= SUB_ADD_L="@comment " +PLIST_SUB+= SUB_ADD_M="@comment " +PLIST_SUB+= SUB_ADD_N="@comment " +.elif !defined(WITH_MUTT_COMPRESSED_FOLDERS) && !defined(WITH_MUTT_NNTP) && \ + !defined(WITH_MUTT_RU_PATCH) && defined(WITH_MUTT_QUOTE_PATCH) && \ + !defined(WITH_IMAP_POP) +PLIST_SUB+= SUB_ADD_H="" +PLIST_SUB+= SUB_ADD_A="@comment " +PLIST_SUB+= SUB_ADD_B="@comment " +PLIST_SUB+= SUB_ADD_C="@comment " +PLIST_SUB+= SUB_ADD_D="@comment " +PLIST_SUB+= SUB_ADD_E="@comment " +PLIST_SUB+= SUB_ADD_F="@comment " +PLIST_SUB+= SUB_ADD_G="@comment " +PLIST_SUB+= SUB_ADD_I="@comment " +PLIST_SUB+= SUB_ADD_J="@comment " +PLIST_SUB+= SUB_ADD_K="@comment " +PLIST_SUB+= SUB_ADD_L="@comment " +PLIST_SUB+= SUB_ADD_M="@comment " +PLIST_SUB+= SUB_ADD_N="@comment " .elif !defined(WITH_MUTT_COMPRESSED_FOLDERS) && !defined(WITH_MUTT_NNTP) && \ - !defined(WITH_MUTT_RU_PATCH) && !defined(WITH_MUTT_QUOTE_PATCH) + !defined(WITH_MUTT_RU_PATCH) && !defined(WITH_MUTT_QUOTE_PATCH) && \ + !defined(WITH_IMAP_POP) PLIST_SUB+= SUB_ADD_A="@comment " PLIST_SUB+= SUB_ADD_B="@comment " PLIST_SUB+= SUB_ADD_C="@comment " @@ -268,6 +667,13 @@ PLIST_SUB+= SUB_ADD_E="@comment " PLIST_SUB+= SUB_ADD_F="@comment " PLIST_SUB+= SUB_ADD_G="@comment " +PLIST_SUB+= SUB_ADD_H="@comment " +PLIST_SUB+= SUB_ADD_I="@comment " +PLIST_SUB+= SUB_ADD_J="@comment " +PLIST_SUB+= SUB_ADD_K="@comment " +PLIST_SUB+= SUB_ADD_L="@comment " +PLIST_SUB+= SUB_ADD_M="@comment " +PLIST_SUB+= SUB_ADD_N="@comment " .else # patches PLIST_SUB+= SUB_ADD_A="@comment " PLIST_SUB+= SUB_ADD_B="@comment " @@ -276,6 +682,13 @@ PLIST_SUB+= SUB_ADD_E="@comment " PLIST_SUB+= SUB_ADD_F="@comment " PLIST_SUB+= SUB_ADD_G="@comment " +PLIST_SUB+= SUB_ADD_H="@comment " +PLIST_SUB+= SUB_ADD_I="@comment " +PLIST_SUB+= SUB_ADD_J="@comment " +PLIST_SUB+= SUB_ADD_K="@comment " +PLIST_SUB+= SUB_ADD_L="@comment " +PLIST_SUB+= SUB_ADD_M="@comment " +PLIST_SUB+= SUB_ADD_N="@comment " .endif .else # HTML PLIST_SUB+= SUB_HTML="@comment " @@ -286,6 +699,13 @@ PLIST_SUB+= SUB_ADD_E="@comment " PLIST_SUB+= SUB_ADD_F="@comment " PLIST_SUB+= SUB_ADD_G="@comment " +PLIST_SUB+= SUB_ADD_H="@comment " +PLIST_SUB+= SUB_ADD_I="@comment " +PLIST_SUB+= SUB_ADD_J="@comment " +PLIST_SUB+= SUB_ADD_K="@comment " +PLIST_SUB+= SUB_ADD_L="@comment " +PLIST_SUB+= SUB_ADD_M="@comment " +PLIST_SUB+= SUB_ADD_N="@comment " .endif .else # NOPORTDOCS PLIST_SUB+= SUB_DOCS="@comment " @@ -297,6 +717,13 @@ PLIST_SUB+= SUB_ADD_E="@comment " PLIST_SUB+= SUB_ADD_F="@comment " PLIST_SUB+= SUB_ADD_G="@comment " +PLIST_SUB+= SUB_ADD_H="@comment " +PLIST_SUB+= SUB_ADD_I="@comment " +PLIST_SUB+= SUB_ADD_J="@comment " +PLIST_SUB+= SUB_ADD_K="@comment " +PLIST_SUB+= SUB_ADD_L="@comment " +PLIST_SUB+= SUB_ADD_M="@comment " +PLIST_SUB+= SUB_ADD_N="@comment " post-patch: ${PATCH} ${PATCH_ARGS} < ${PATCHDIR}/extra-patch-nodoc ${PATCH} ${PATCH_ARGS} < ${PATCHDIR}/extra-patch-nodoc-contrib diff -ru --exclude=CVS /usr/ports/mail/mutt-devel/distinfo mutt-devel/distinfo --- /usr/ports/mail/mutt-devel/distinfo Thu Jul 26 12:59:59 2001 +++ mutt-devel/distinfo Wed Aug 22 09:28:04 2001 @@ -1,4 +1,4 @@ -MD5 (mutt/mutt-1.3.20i.tar.gz) = 802bf75acd19566848e29dff0aef9940 +MD5 (mutt/mutt-1.3.21i.tar.gz) = ecb73e9db793df3246670d1dfeb352f2 MD5 (mutt/patch-1.3.20.rr.compressed.gz) = e5fcd9e272262173045f4022995cf119 MD5 (mutt/patch-1.3.20.vvv.nntp.gz) = 52e8576f272b0d9a65ef4b3bff4916ff MD5 (mutt/patch-1.3.20.vvv.initials.gz) = 04553b07741c82ca024d4cd194915dd2 diff -ru --exclude=CVS /usr/ports/mail/mutt-devel/pkg-plist mutt-devel/pkg-plist --- /usr/ports/mail/mutt-devel/pkg-plist Thu Jul 26 12:59:59 2001 +++ mutt-devel/pkg-plist Wed Aug 22 17:26:29 2001 @@ -334,7 +334,6 @@ %%SUB_HTML%%share/doc/mutt/html/manual322.html %%SUB_HTML%%share/doc/mutt/html/manual323.html %%SUB_HTML%%share/doc/mutt/html/manual324.html -%%SUB_HTML%%share/doc/mutt/html/manual325.html %%SUB_HTML%%share/doc/mutt/html/manual31.html %%SUB_HTML%%share/doc/mutt/html/manual32.html %%SUB_HTML%%share/doc/mutt/html/manual33.html @@ -411,13 +410,16 @@ %%SUB_HTML%%share/doc/mutt/html/manual98.html %%SUB_HTML%%share/doc/mutt/html/manual99.html %%SUB_HTML%%share/doc/mutt/html/manual_toc.html +%%SUB_ADD_A%%share/doc/mutt/html/manual325.html %%SUB_ADD_A%%share/doc/mutt/html/manual326.html %%SUB_ADD_A%%share/doc/mutt/html/manual327.html +%%SUB_ADD_B%%share/doc/mutt/html/manual325.html %%SUB_ADD_B%%share/doc/mutt/html/manual326.html %%SUB_ADD_B%%share/doc/mutt/html/manual327.html %%SUB_ADD_B%%share/doc/mutt/html/manual328.html %%SUB_ADD_B%%share/doc/mutt/html/manual329.html %%SUB_ADD_B%%share/doc/mutt/html/manual330.html +%%SUB_ADD_C%%share/doc/mutt/html/manual325.html %%SUB_ADD_C%%share/doc/mutt/html/manual326.html %%SUB_ADD_C%%share/doc/mutt/html/manual327.html %%SUB_ADD_C%%share/doc/mutt/html/manual328.html @@ -425,6 +427,7 @@ %%SUB_ADD_C%%share/doc/mutt/html/manual330.html %%SUB_ADD_C%%share/doc/mutt/html/manual331.html %%SUB_ADD_C%%share/doc/mutt/html/manual332.html +%%SUB_ADD_D%%share/doc/mutt/html/manual325.html %%SUB_ADD_D%%share/doc/mutt/html/manual326.html %%SUB_ADD_D%%share/doc/mutt/html/manual327.html %%SUB_ADD_D%%share/doc/mutt/html/manual328.html @@ -446,6 +449,7 @@ %%SUB_ADD_D%%share/doc/mutt/html/manual344.html %%SUB_ADD_D%%share/doc/mutt/html/manual345.html %%SUB_ADD_D%%share/doc/mutt/html/manual346.html +%%SUB_ADD_E%%share/doc/mutt/html/manual325.html %%SUB_ADD_E%%share/doc/mutt/html/manual326.html %%SUB_ADD_E%%share/doc/mutt/html/manual327.html %%SUB_ADD_E%%share/doc/mutt/html/manual328.html @@ -469,6 +473,7 @@ %%SUB_ADD_E%%share/doc/mutt/html/manual346.html %%SUB_ADD_E%%share/doc/mutt/html/manual347.html %%SUB_ADD_E%%share/doc/mutt/html/manual348.html +%%SUB_ADD_F%%share/doc/mutt/html/manual325.html %%SUB_ADD_F%%share/doc/mutt/html/manual326.html %%SUB_ADD_F%%share/doc/mutt/html/manual327.html %%SUB_ADD_F%%share/doc/mutt/html/manual328.html @@ -495,6 +500,7 @@ %%SUB_ADD_F%%share/doc/mutt/html/manual349.html %%SUB_ADD_F%%share/doc/mutt/html/manual350.html %%SUB_ADD_F%%share/doc/mutt/html/manual351.html +%%SUB_ADD_G%%share/doc/mutt/html/manual325.html %%SUB_ADD_G%%share/doc/mutt/html/manual326.html %%SUB_ADD_G%%share/doc/mutt/html/manual327.html %%SUB_ADD_G%%share/doc/mutt/html/manual328.html @@ -523,5 +529,121 @@ %%SUB_ADD_G%%share/doc/mutt/html/manual351.html %%SUB_ADD_G%%share/doc/mutt/html/manual352.html %%SUB_ADD_G%%share/doc/mutt/html/manual353.html +%%SUB_ADD_H%%share/doc/mutt/html/manual325.html +%%SUB_ADD_H%%share/doc/mutt/html/manual326.html +%%SUB_ADD_I%%share/doc/mutt/html/manual325.html +%%SUB_ADD_I%%share/doc/mutt/html/manual326.html +%%SUB_ADD_I%%share/doc/mutt/html/manual327.html +%%SUB_ADD_I%%share/doc/mutt/html/manual328.html +%%SUB_ADD_I%%share/doc/mutt/html/manual329.html +%%SUB_ADD_J%%share/doc/mutt/html/manual325.html +%%SUB_ADD_J%%share/doc/mutt/html/manual326.html +%%SUB_ADD_J%%share/doc/mutt/html/manual327.html +%%SUB_ADD_J%%share/doc/mutt/html/manual328.html +%%SUB_ADD_J%%share/doc/mutt/html/manual329.html +%%SUB_ADD_J%%share/doc/mutt/html/manual330.html +%%SUB_ADD_J%%share/doc/mutt/html/manual331.html +%%SUB_ADD_K%%share/doc/mutt/html/manual325.html +%%SUB_ADD_K%%share/doc/mutt/html/manual326.html +%%SUB_ADD_K%%share/doc/mutt/html/manual327.html +%%SUB_ADD_K%%share/doc/mutt/html/manual328.html +%%SUB_ADD_K%%share/doc/mutt/html/manual329.html +%%SUB_ADD_K%%share/doc/mutt/html/manual330.html +%%SUB_ADD_K%%share/doc/mutt/html/manual331.html +%%SUB_ADD_K%%share/doc/mutt/html/manual332.html +%%SUB_ADD_K%%share/doc/mutt/html/manual333.html +%%SUB_ADD_K%%share/doc/mutt/html/manual334.html +%%SUB_ADD_K%%share/doc/mutt/html/manual335.html +%%SUB_ADD_K%%share/doc/mutt/html/manual336.html +%%SUB_ADD_K%%share/doc/mutt/html/manual337.html +%%SUB_ADD_K%%share/doc/mutt/html/manual338.html +%%SUB_ADD_K%%share/doc/mutt/html/manual339.html +%%SUB_ADD_K%%share/doc/mutt/html/manual340.html +%%SUB_ADD_K%%share/doc/mutt/html/manual341.html +%%SUB_ADD_K%%share/doc/mutt/html/manual342.html +%%SUB_ADD_K%%share/doc/mutt/html/manual343.html +%%SUB_ADD_K%%share/doc/mutt/html/manual344.html +%%SUB_ADD_K%%share/doc/mutt/html/manual345.html +%%SUB_ADD_K%%share/doc/mutt/html/manual346.html +%%SUB_ADD_L%%share/doc/mutt/html/manual325.html +%%SUB_ADD_L%%share/doc/mutt/html/manual326.html +%%SUB_ADD_L%%share/doc/mutt/html/manual327.html +%%SUB_ADD_L%%share/doc/mutt/html/manual328.html +%%SUB_ADD_L%%share/doc/mutt/html/manual329.html +%%SUB_ADD_L%%share/doc/mutt/html/manual330.html +%%SUB_ADD_L%%share/doc/mutt/html/manual331.html +%%SUB_ADD_L%%share/doc/mutt/html/manual332.html +%%SUB_ADD_L%%share/doc/mutt/html/manual333.html +%%SUB_ADD_L%%share/doc/mutt/html/manual334.html +%%SUB_ADD_L%%share/doc/mutt/html/manual335.html +%%SUB_ADD_L%%share/doc/mutt/html/manual336.html +%%SUB_ADD_L%%share/doc/mutt/html/manual337.html +%%SUB_ADD_L%%share/doc/mutt/html/manual338.html +%%SUB_ADD_L%%share/doc/mutt/html/manual339.html +%%SUB_ADD_L%%share/doc/mutt/html/manual340.html +%%SUB_ADD_L%%share/doc/mutt/html/manual341.html +%%SUB_ADD_L%%share/doc/mutt/html/manual342.html +%%SUB_ADD_L%%share/doc/mutt/html/manual343.html +%%SUB_ADD_L%%share/doc/mutt/html/manual344.html +%%SUB_ADD_L%%share/doc/mutt/html/manual345.html +%%SUB_ADD_L%%share/doc/mutt/html/manual346.html +%%SUB_ADD_L%%share/doc/mutt/html/manual347.html +%%SUB_ADD_L%%share/doc/mutt/html/manual348.html +%%SUB_ADD_M%%share/doc/mutt/html/manual325.html +%%SUB_ADD_M%%share/doc/mutt/html/manual326.html +%%SUB_ADD_M%%share/doc/mutt/html/manual327.html +%%SUB_ADD_M%%share/doc/mutt/html/manual328.html +%%SUB_ADD_M%%share/doc/mutt/html/manual329.html +%%SUB_ADD_M%%share/doc/mutt/html/manual330.html +%%SUB_ADD_M%%share/doc/mutt/html/manual331.html +%%SUB_ADD_M%%share/doc/mutt/html/manual332.html +%%SUB_ADD_M%%share/doc/mutt/html/manual333.html +%%SUB_ADD_M%%share/doc/mutt/html/manual334.html +%%SUB_ADD_M%%share/doc/mutt/html/manual335.html +%%SUB_ADD_M%%share/doc/mutt/html/manual336.html +%%SUB_ADD_M%%share/doc/mutt/html/manual337.html +%%SUB_ADD_M%%share/doc/mutt/html/manual338.html +%%SUB_ADD_M%%share/doc/mutt/html/manual339.html +%%SUB_ADD_M%%share/doc/mutt/html/manual340.html +%%SUB_ADD_M%%share/doc/mutt/html/manual341.html +%%SUB_ADD_M%%share/doc/mutt/html/manual342.html +%%SUB_ADD_M%%share/doc/mutt/html/manual343.html +%%SUB_ADD_M%%share/doc/mutt/html/manual344.html +%%SUB_ADD_M%%share/doc/mutt/html/manual345.html +%%SUB_ADD_M%%share/doc/mutt/html/manual346.html +%%SUB_ADD_M%%share/doc/mutt/html/manual347.html +%%SUB_ADD_M%%share/doc/mutt/html/manual348.html +%%SUB_ADD_M%%share/doc/mutt/html/manual349.html +%%SUB_ADD_M%%share/doc/mutt/html/manual350.html +%%SUB_ADD_M%%share/doc/mutt/html/manual351.html +%%SUB_ADD_N%%share/doc/mutt/html/manual325.html +%%SUB_ADD_N%%share/doc/mutt/html/manual326.html +%%SUB_ADD_N%%share/doc/mutt/html/manual327.html +%%SUB_ADD_N%%share/doc/mutt/html/manual328.html +%%SUB_ADD_N%%share/doc/mutt/html/manual329.html +%%SUB_ADD_N%%share/doc/mutt/html/manual330.html +%%SUB_ADD_N%%share/doc/mutt/html/manual331.html +%%SUB_ADD_N%%share/doc/mutt/html/manual332.html +%%SUB_ADD_N%%share/doc/mutt/html/manual333.html +%%SUB_ADD_N%%share/doc/mutt/html/manual334.html +%%SUB_ADD_N%%share/doc/mutt/html/manual335.html +%%SUB_ADD_N%%share/doc/mutt/html/manual336.html +%%SUB_ADD_N%%share/doc/mutt/html/manual337.html +%%SUB_ADD_N%%share/doc/mutt/html/manual338.html +%%SUB_ADD_N%%share/doc/mutt/html/manual339.html +%%SUB_ADD_N%%share/doc/mutt/html/manual340.html +%%SUB_ADD_N%%share/doc/mutt/html/manual341.html +%%SUB_ADD_N%%share/doc/mutt/html/manual342.html +%%SUB_ADD_N%%share/doc/mutt/html/manual343.html +%%SUB_ADD_N%%share/doc/mutt/html/manual344.html +%%SUB_ADD_N%%share/doc/mutt/html/manual345.html +%%SUB_ADD_N%%share/doc/mutt/html/manual346.html +%%SUB_ADD_N%%share/doc/mutt/html/manual347.html +%%SUB_ADD_N%%share/doc/mutt/html/manual348.html +%%SUB_ADD_N%%share/doc/mutt/html/manual349.html +%%SUB_ADD_N%%share/doc/mutt/html/manual350.html +%%SUB_ADD_N%%share/doc/mutt/html/manual351.html +%%SUB_ADD_N%%share/doc/mutt/html/manual352.html +%%SUB_ADD_N%%share/doc/mutt/html/manual353.html %%SUB_HTML%%@dirrm share/doc/mutt/html %%SUB_DOCS%%@dirrm share/doc/mutt To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Aug 22 9:18:24 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 BC56437B437; Wed, 22 Aug 2001 09:18:15 -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 79DC44D801; Thu, 23 Aug 2001 01:18:14 +0900 (JST) Date: Thu, 23 Aug 2001 01:18:14 +0900 Message-ID: <86ofp81321.wl@archon.local.idaemons.org> From: "Akinori MUSHA" To: Larry Rosenman Cc: freebsd-ports@freebsd.org, freebsd-gnats-submit@freebsd.org Subject: Re: ports/29956 portupgrade refuses to run... In-Reply-To: <20010822111054.A30511@ler-freebie.iadfw.net> References: <20010822095557.A29201@ler-freebie.iadfw.net> <86snek1441.wl@archon.local.idaemons.org> <20010822110049.A29615@ler-freebie.iadfw.net> <86r8u413lu.wl@archon.local.idaemons.org> <20010822111054.A30511@ler-freebie.iadfw.net> User-Agent: Wanderlust/2.7.2 (Too Funky) 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) 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.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 Wed, 22 Aug 2001 11:10:54 -0500, Larry Rosenman wrote: > > ??? It's really weird. This suggests you don't have ruby-fnmatch > > installed somehow, even though it is listed in the RUN_DEPENDS list of > > sysutils/portupgrade. Do the following and see if it works.. > > > > cd /usr/ports/devel/ruby-fnmatch > > make clean all > > make install clean -DFORCE_PKG_REGISTER > > > That fixed it. > > Guess the upgrade of Ruby and the change from 4.3->4.4 busted it? Ah! That's it! You'd need this.. cd /usr/local/lib/ruby cp -R 1.6/i386-freebsd4.3/* 1.6/i386-freebsd4.4/ cp -R site_ruby/1.6/i386-freebsd4.3/* \ site_ruby/1.6/i386-freebsd4.4/ > THanks (see also ports/29956) OK, I'll close it. Thanks. -- / /__ __ 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 Wed Aug 22 9: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 997B437B431 for ; Wed, 22 Aug 2001 09:20:17 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7MGKHC03173; Wed, 22 Aug 2001 09:20:17 -0700 (PDT) (envelope-from gnats) Date: Wed, 22 Aug 2001 09:20:17 -0700 (PDT) Message-Id: <200108221620.f7MGKHC03173@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: "Akinori MUSHA" Subject: Re: ports/29956 portupgrade refuses to run... Reply-To: "Akinori MUSHA" Sender: owner-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/29956; it has been noted by GNATS. From: "Akinori MUSHA" To: Larry Rosenman Cc: freebsd-ports@freebsd.org, freebsd-gnats-submit@freebsd.org Subject: Re: ports/29956 portupgrade refuses to run... Date: Thu, 23 Aug 2001 01:18:14 +0900 At Wed, 22 Aug 2001 11:10:54 -0500, Larry Rosenman wrote: > > ??? It's really weird. This suggests you don't have ruby-fnmatch > > installed somehow, even though it is listed in the RUN_DEPENDS list of > > sysutils/portupgrade. Do the following and see if it works.. > > > > cd /usr/ports/devel/ruby-fnmatch > > make clean all > > make install clean -DFORCE_PKG_REGISTER > > > That fixed it. > > Guess the upgrade of Ruby and the change from 4.3->4.4 busted it? Ah! That's it! You'd need this.. cd /usr/local/lib/ruby cp -R 1.6/i386-freebsd4.3/* 1.6/i386-freebsd4.4/ cp -R site_ruby/1.6/i386-freebsd4.3/* \ site_ruby/1.6/i386-freebsd4.4/ > THanks (see also ports/29956) OK, I'll close it. Thanks. -- / /__ __ 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 Wed Aug 22 9: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 6AB2A37B40C for ; Wed, 22 Aug 2001 09:20:16 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7MGKGl03167; Wed, 22 Aug 2001 09:20:16 -0700 (PDT) (envelope-from gnats) Date: Wed, 22 Aug 2001 09:20:16 -0700 (PDT) Message-Id: <200108221620.f7MGKGl03167@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Larry Rosenman Subject: ports/29956 portupgrade refuses to run... Reply-To: Larry Rosenman Sender: owner-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/29956; it has been noted by GNATS. From: Larry Rosenman To: Akinori MUSHA Cc: freebsd-ports@freebsd.org, freebsd-gnats-submit@freebsd.org Subject: ports/29956 portupgrade refuses to run... Date: Wed, 22 Aug 2001 11:10:54 -0500 * Akinori MUSHA [010822 11:05]: > > ler-freebie# pkgdepfix -o > > /usr/local/lib/ruby/site_ruby/1.6/pkginfo.rb:166:in `match?': > > undefined method `fnmatch?' for File:Class (NameError) > > from /usr/local/lib/ruby/site_ruby/1.6/pkgdb.rb:191:in `glob' > > from /usr/local/lib/ruby/site_ruby/1.6/pkgdb.rb:181:in `each' > > from /usr/local/lib/ruby/site_ruby/1.6/pkgdb.rb:181:in `glob' > > from /usr/local/sbin/pkgdepfix:107:in `main' > > from /usr/local/sbin/pkgdepfix:107:in `loop' > > from /usr/local/sbin/pkgdepfix:107:in `main' > > from /usr/local/sbin/pkgdepfix:54:in `initialize' > > from /usr/local/sbin/pkgdepfix:54:in `new' > > from /usr/local/sbin/pkgdepfix:54:in `main' > > from /usr/local/sbin/pkgdepfix:655 > > ler-freebie# > > ??? It's really weird. This suggests you don't have ruby-fnmatch > installed somehow, even though it is listed in the RUN_DEPENDS list of > sysutils/portupgrade. Do the following and see if it works.. > > cd /usr/ports/devel/ruby-fnmatch > make clean all > make install clean -DFORCE_PKG_REGISTER > That fixed it. Guess the upgrade of Ruby and the change from 4.3->4.4 busted it? Wierd. THanks (see also ports/29956) > -- > / > /__ __ 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" -- Larry Rosenman, Sr. Network Engineer, Internet America, Inc. E-Mail: ler@airmail.net Phone: +1 214-861-2571, Fax: 214-861-2663 US Mail: 350 N. St. Paul, Suite 3000, Dallas, TX 75201 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Aug 22 9:30: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 36C6737B435 for ; Wed, 22 Aug 2001 09:30:27 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7MGURP04480; Wed, 22 Aug 2001 09:30:27 -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 72F9437B42B for ; Wed, 22 Aug 2001 09:30:13 -0700 (PDT) (envelope-from nobody@FreeBSD.org) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7MGUDD04406; Wed, 22 Aug 2001 09:30:13 -0700 (PDT) (envelope-from nobody) Message-Id: <200108221630.f7MGUDD04406@freefall.freebsd.org> Date: Wed, 22 Aug 2001 09:30:13 -0700 (PDT) From: Andreas Schulz To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/29960: ports/devel/glg has a checksum error Sender: owner-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: 29960 >Category: ports >Synopsis: ports/devel/glg has a checksum error >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed Aug 22 09:30:26 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Andreas Schulz >Release: 4.3-RELEASE >Organization: Fraunhofer-FIRST >Environment: FreeBSD freebsd.first.gmd.de 4.3-RELEASE FreeBSD 4.3-RELEASE #0: Wed Aug 15 16:5 1:57 CEST 2001 root@freebsd.first.gmd.de:/usr/src/sys/compile/FREEBSD i386 >Description: ports/devel/glg has a checksum error in the tarball. It looks like the tarball is repackaged, as the Makefile tries to find work/glg-0.2a but the extraction builds a work/glg only. >How-To-Repeat: Fetch from the mastersite and do a "make checksum" >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 Aug 22 9:32: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 7CF7C37B434 for ; Wed, 22 Aug 2001 09:30:26 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7MGUQf04471; Wed, 22 Aug 2001 09:30:26 -0700 (PDT) (envelope-from gnats) Received: from mailgate.rz.uni-karlsruhe.de (mailgate.rz.uni-karlsruhe.de [129.13.64.97]) by hub.freebsd.org (Postfix) with ESMTP id 42D8237B40C for ; Wed, 22 Aug 2001 09:21:09 -0700 (PDT) (envelope-from riggs@f113.hadiko.de) Received: from f113.hadiko.de (root@hadif113.hadiko.uni-karlsruhe.de [172.20.42.143]) by mailgate.rz.uni-karlsruhe.de with esmtp (Exim 3.16 #1) id 15Zake-0004JH-00; Wed, 22 Aug 2001 18:21:08 +0200 Received: (from riggs@localhost) by f113.hadiko.de (8.11.5/8.11.4) id f7MGL8Z94692; Wed, 22 Aug 2001 18:21:08 +0200 (CEST) (envelope-from riggs) Message-Id: <200108221621.f7MGL8Z94692@f113.hadiko.de> Date: Wed, 22 Aug 2001 18:21:08 +0200 (CEST) From: "Thomas E. Zander" Reply-To: "Thomas E. Zander" To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/29959: Update port: graphics/mplayer : Additional makeoptions to avoid using of the wrong decoding routines Sender: owner-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: 29959 >Category: ports >Synopsis: Update port: graphics/mplayer : Additional makeoptions to avoid using of the wrong decoding routines >Confidential: no >Severity: serious >Priority: high >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Wed Aug 22 09:30:25 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Thomas E. Zander >Release: FreeBSD 4.4-RC i386 >Organization: >Environment: System: FreeBSD f113.hadiko.de 4.4-RC FreeBSD 4.4-RC #0: Fri Aug 17 00:34:57 CEST 2001 root@f113.hadiko.de:/usr/obj/usr/src/sys/MARVIN i386 >Description: mplayer causes segfaults caused by using decoding routines which do not apply to the used CPU. >How-To-Repeat: Building mplayer with support for instruction sets which do not match the implemented set, e.g. use of 3Dnow on an Intel machine. >Fix: This port update contains a new makefile, so everybody can define the options for the used decoding instruction set. # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # /usr/ports/graphics/mplayer # /usr/ports/graphics/mplayer/Makefile # /usr/ports/graphics/mplayer/distinfo # /usr/ports/graphics/mplayer/pkg-descr # /usr/ports/graphics/mplayer/pkg-comment # /usr/ports/graphics/mplayer/files # /usr/ports/graphics/mplayer/files/patch-ac # /usr/ports/graphics/mplayer/files/patch-ab # /usr/ports/graphics/mplayer/files/install-user # /usr/ports/graphics/mplayer/files/patch-ad # /usr/ports/graphics/mplayer/files/patch-ae # /usr/ports/graphics/mplayer/pkg-plist # /usr/ports/graphics/mplayer/pkg-message # echo c - /usr/ports/graphics/mplayer mkdir -p /usr/ports/graphics/mplayer > /dev/null 2>&1 echo x - /usr/ports/graphics/mplayer/Makefile sed 's/^X//' >/usr/ports/graphics/mplayer/Makefile << 'END-of-/usr/ports/graphics/mplayer/Makefile' X# New ports collection makefile for: mplayer X# Date created: 10 August 2001 X# Whom: Thomas E. Zander X# with lots of help from Vladimir Kushnir X# $FreeBSD$ X# X XPORTNAME= mplayer XPORTVERSION= 0.18 XCATEGORIES= graphics XMASTER_SITES= http://mp.dev.hu/MPlayer/releases/ \ X http://www.stud.uni-karlsruhe.de/~uedc/mplayer/ XDISTNAME= MPlayer-${PORTVERSION}pre XEXTRACT_SUFX= .tgz X XMAINTAINER= riggs@rrr.de X XONLY_FOR_ARCHS= i386 X XWRKSRC= ${WRKDIR}/MPlayer-${PORTVERSION}pre5 XCONFIGURE_ENV= PTHREAD_CFLAGS="${PTHREAD_CFLAGS}" \ X PTHREAD_LIBS="${PTHREAD_LIBS}" XCFLAGS+= -O3 -ffast-math -fomit-frame-pointer X XMAN1= mplayer.1 XMANCOMPRESSED= no X XGNU_CONFIGURE= yes XUSE_GMAKE= yes XUSE_XLIB= yes X XLIB_DEPENDS= png.4:${PORTSDIR}/graphics/png XRUN_DEPENDS= ${PREFIX}/share/mplayer/fonts:${PORTSDIR}/graphics/mplayer-fonts X XCONFIGURE_ARGS+=--disable-esd X X.include X X.if defined(WITH_SDL) XLIB_DEPENDS+= SDL-1.1.3:${PORTSDIR}/devel/sdl12 X.else XBUILD_DEPENDS+= nasm:${PORTSDIR}/devel/nasm X.endif X.if !defined(WITHOUT_3DNOW) && ${OSVERSION} >= 400021 XCONFIGURE_ARGS+=--enable-3dnow X.endif X.if !defined(WITHOUT_3DNOWEX) && !defined(WITHOUT_3DNOW) && ${OSVERSION} >= 400021 XCONFIGURE_ARGS+=--enable-3dnowex X.endif X.if !defined(WITHOUT_MMX2) XCONFIGURE_ARGS+=--enable-mmx2 X.endif X.if defined(WITH_SSE) XCONFIGURE_ARGS+=--enable-sse X.endif X.if defined(USE_AVIFILE_CODECS) XBUILD_DEPENDS+= ${PREFIX}/lib/win32:${PORTSDIR}/graphics/win32-codecs X.else XBUILD_DEPENDS+= ${PREFIX}/lib/mplayer-codecs:${PORTSDIR}/graphics/mplayer-codecs XCONFIGURE_ARGS+=--with-win32libdir=${LOCALBASE}/lib/mplayer-codecs X.endif X Xpre-extract: X X.if !defined(WITHOUT_3DNOW) && ${OSVERSION} >= 400021 X @${ECHO_MSG} "You can disable 3DNow! support by defining WITHOUT_3DNOW" X.endif X X.if !defined(WITHOUT_3DNOWEX) && !defined(WITHOUT_3DNOW) && ${OSVERSION} >= 400021 X @${ECHO_MSG} "You can disable K7 3DNow! extension support by defining WITHOUT_3DNOWEX" X.endif X.if !defined(WITHOUT_MMX2) X @${ECHO_MSG} "You can disable MMX2 support by defining WITHOUT_MMX2" X.endif X.if !defined(WITH_SSE) X @${ECHO_MSG} "You can enable SSE optimized decoding by defining WITH_SSE" X @${ECHO_MSG} "You have to enable \"options CPU_ENABLE_SSE\" in your kernel" X @${ECHO_MSG} "config in order to enable kernel support for SSE." X.endif X Xpost-install: X @${MKDIR} ${PREFIX}/share/mplayer X @${CHMOD} 755 ${PREFIX}/share/mplayer X @${INSTALL_DATA} ${WRKSRC}/DOCS/codecs.conf ${PREFIX}/share/mplayer X @${INSTALL_DATA} ${WRKSRC}/DOCS/example.conf ${PREFIX}/share/mplayer X.if !defined(NOPORTDOCS) X @${MKDIR} ${PREFIX}/share/doc/mplayer X @${CHMOD} 755 ${PREFIX}/share/doc/mplayer X @${INSTALL_DATA} ${WRKSRC}/DOCS/DGA ${PREFIX}/share/doc/mplayer X @${INSTALL_DATA} ${WRKSRC}/DOCS/FREEBSD ${PREFIX}/share/doc/mplayer X @${INSTALL_DATA} ${WRKSRC}/DOCS/MPlayer-FAQ ${PREFIX}/share/doc/mplayer X @${INSTALL_DATA} ${WRKSRC}/DOCS/OpenDivX ${PREFIX}/share/doc/mplayer X @${INSTALL_DATA} ${WRKSRC}/DOCS/README ${PREFIX}/share/doc/mplayer X @${INSTALL_DATA} ${WRKSRC}/DOCS/SDL ${PREFIX}/share/doc/mplayer X @${INSTALL_DATA} ${WRKSRC}/DOCS/VIDEOCARDS ${PREFIX}/share/doc/mplayer X.endif X @${CAT} pkg-message X Xinstall-user: X @${PERL} ${FILESDIR}/install-user X X.include END-of-/usr/ports/graphics/mplayer/Makefile echo x - /usr/ports/graphics/mplayer/distinfo sed 's/^X//' >/usr/ports/graphics/mplayer/distinfo << 'END-of-/usr/ports/graphics/mplayer/distinfo' XMD5 (MPlayer-0.18pre.tgz) = cc86cd8cdc61d6aea243c6e539b5df2e END-of-/usr/ports/graphics/mplayer/distinfo echo x - /usr/ports/graphics/mplayer/pkg-descr sed 's/^X//' >/usr/ports/graphics/mplayer/pkg-descr << 'END-of-/usr/ports/graphics/mplayer/pkg-descr' XThis is the port of mplayer, a project which has the effort Xto become a very stable and useful movie player. X XIt is based on the windows codec compilation and Xprovides the ability to play many formats Xin a very good quality without much CPU comsumption. X XWWW: http://mplayer.sourceforge.net END-of-/usr/ports/graphics/mplayer/pkg-descr echo x - /usr/ports/graphics/mplayer/pkg-comment sed 's/^X//' >/usr/ports/graphics/mplayer/pkg-comment << 'END-of-/usr/ports/graphics/mplayer/pkg-comment' XHigh performance media player using win32 codecs END-of-/usr/ports/graphics/mplayer/pkg-comment echo c - /usr/ports/graphics/mplayer/files mkdir -p /usr/ports/graphics/mplayer/files > /dev/null 2>&1 echo x - /usr/ports/graphics/mplayer/files/patch-ac sed 's/^X//' >/usr/ports/graphics/mplayer/files/patch-ac << 'END-of-/usr/ports/graphics/mplayer/files/patch-ac' X*** ../MPlayer-0.18pre5.old/loader/config.h Sat Feb 24 22:30:26 2001 X--- loader/config.h Fri Aug 17 10:14:46 2001 X*************** X*** 56,62 **** X #define HAVE_LIMITS_H 1 X X /* Define if you have the header file. */ X! #define HAVE_MALLOC_H 1 X X /* Define if you have the header file. */ X #define HAVE_SYS_IOCTL_H 1 X--- 56,62 ---- X #define HAVE_LIMITS_H 1 X X /* Define if you have the header file. */ X! /* #undef HAVE_MALLOC_H */ X X /* Define if you have the header file. */ X #define HAVE_SYS_IOCTL_H 1 END-of-/usr/ports/graphics/mplayer/files/patch-ac echo x - /usr/ports/graphics/mplayer/files/patch-ab sed 's/^X//' >/usr/ports/graphics/mplayer/files/patch-ab << 'END-of-/usr/ports/graphics/mplayer/files/patch-ab' X*** /home/volodya/usr/ports/graphics/mplayer/work/MPlayer-0.18pre5/DOCS/FREEBSD Thu Jun 21 03:06:40 2001 X--- DOCS/FREEBSD Thu Aug 16 03:54:08 2001 X*************** X*** 6,11 **** X--- 6,13 ---- X X 2. To run mplayer you will need to re-compile the kernel with X "options USER_LDT" (unless you are running -CURRENT, where this is default). X+ If you have a CPU with SSE also use "options CPU_ENABLE_SSE" to use it X+ (FreeBSD-STABLE required, or use kernel patches). X X 3. If mplayer complains about "CD-ROM Device '/dev/cdrom' not found!" make a X symbolic link : ln -s /dev/ /dev/cdrom END-of-/usr/ports/graphics/mplayer/files/patch-ab echo x - /usr/ports/graphics/mplayer/files/install-user sed 's/^X//' >/usr/ports/graphics/mplayer/files/install-user << 'END-of-/usr/ports/graphics/mplayer/files/install-user' X#This perl script links the codec config file X#and the fonts dir to the user's home dir. X Xif (-e "$ENV{HOME}/.mplayer/") X{ X print "Sorry, you should execute this target without having a .mplayer directory in your homedir.\n"; X exit 1; X} X X#Determining location of fonts: X X@pkg=`pkg_info -Lx mplayer-fonts`; Xprint "$prefix[3]"; X$prefix=$pkg[3]; X$prefix=~ s/(.+mplayer).*/$1/; Xchop $prefix; X Xprint "You may choose any of the available language sets:\n\n"; Xprint "European fonts (e.g. dutch, french, german...) : e\n"; Xprint "Cyrillic fonts : c\n"; Xprint "Russian fonts: r\n"; X Xprint "Your decision? "; Xchomp ($lang=); Xprint "\n"; X Xsystem "mkdir $ENV{HOME}/.mplayer"; Xif ($lang eq "c") X{ X system "ln -s $prefix/fonts/cyrillic/ $ENV{HOME}/.mplayer/font"; X} Xelsif ($lang eq "r") X{ X system "ln -s $prefix/fonts/koi8r/ $ENV{HOME}/.mplayer/font"; X} Xelse {system "ln -s $prefix/fonts/iso/ $ENV{HOME}/.mplayer/font"}; X Xsystem "ln -s $prefix/codecs.conf $ENV{HOME}/.mplayer/codecs.conf"; END-of-/usr/ports/graphics/mplayer/files/install-user echo x - /usr/ports/graphics/mplayer/files/patch-ad sed 's/^X//' >/usr/ports/graphics/mplayer/files/patch-ad << 'END-of-/usr/ports/graphics/mplayer/files/patch-ad' X*** configure.orig Fri Jul 6 23:00:22 2001 X--- configure Sat Aug 18 22:25:58 2001 X*************** X*** 181,187 **** X X system_name=`uname -s 2>&1` X if [ "$system_name" = "FreeBSD" ]; then X! _archlibs="-rdynamic -pthread" X else X _archlibs="-ldl -lpthread" X fi X--- 181,187 ---- X X system_name=`uname -s 2>&1` X if [ "$system_name" = "FreeBSD" ]; then X! _archlibs="-rdynamic ${PTHREAD_LIBS}" X else X _archlibs="-ldl -lpthread" X fi X*************** X*** 587,593 **** X $_cc $_extraincdir $_extralibdir $TMPC -o $TMPO -lvgagl -lvga > /dev/null 2>&1 && _svga=yes X X if [ "$system_name" = "FreeBSD" ]; then X! $_cc $TMPC -o $TMPO -pthread > /dev/null 2>&1 || \ X { echo "Lib pthread not found."; rm -f $TMPC $TMPO $TMPS ; exit 1; } X else X $_cc $TMPC -o $TMPO -lpthread > /dev/null 2>&1 || \ X--- 587,593 ---- X $_cc $_extraincdir $_extralibdir $TMPC -o $TMPO -lvgagl -lvga > /dev/null 2>&1 && _svga=yes X X if [ "$system_name" = "FreeBSD" ]; then X! $_cc $TMPC -o $TMPO ${PTHREAD_LIBS} > /dev/null 2>&1 || \ X { echo "Lib pthread not found."; rm -f $TMPC $TMPO $TMPS ; exit 1; } X else X $_cc $TMPC -o $TMPO -lpthread > /dev/null 2>&1 || \ X*************** X*** 669,675 **** X $_cc $TMPC -o $TMPO $_x11libdir -lX11 -lXext -lXxf86vm $_socklib > /dev/null 2>&1 && _vm=yes X X if [ "$system_name" = "FreeBSD" ]; then X! $_cc $TMPC -o $TMPO $_x11libdir -lX11 -lXext -lGL -pthread $_socklib > /dev/null 2>&1 && _gl=yes X else X $_cc $TMPC -o $TMPO $_x11libdir -lX11 -lXext -lGL $_socklib > /dev/null 2>&1 && _gl=yes X fi X--- 669,675 ---- X $_cc $TMPC -o $TMPO $_x11libdir -lX11 -lXext -lXxf86vm $_socklib > /dev/null 2>&1 && _vm=yes X X if [ "$system_name" = "FreeBSD" ]; then X! $_cc $TMPC -o $TMPO $_x11libdir -lX11 -lXext -lGL ${PTHREAD_LIBS} $_socklib > /dev/null 2>&1 && _gl=yes X else X $_cc $TMPC -o $TMPO $_x11libdir -lX11 -lXext -lGL $_socklib > /dev/null 2>&1 && _gl=yes X fi X*************** X*** 679,685 **** X int main( void ) { return 0; } X EOF X if [ "$system_name" = "FreeBSD" ]; then X! $_cc $_x11incdir $TMPC -o $TMPO $_x11libdir -lX11 -lXext -lGL -pthread $_socklib > /dev/null 2>&1 || \ X { _gl=no; echo "GL includes not found!";} X else X $_cc $TMPC -o $TMPO $_x11libdir -lX11 -lXext -lGL $_socklib > /dev/null 2>&1 || \ X--- 679,685 ---- X int main( void ) { return 0; } X EOF X if [ "$system_name" = "FreeBSD" ]; then X! $_cc $_x11incdir $TMPC -o $TMPO $_x11libdir -lX11 -lXext -lGL ${PTHREAD_LIBS} $_socklib > /dev/null 2>&1 || \ X { _gl=no; echo "GL includes not found!";} X else X $_cc $TMPC -o $TMPO $_x11libdir -lX11 -lXext -lGL $_socklib > /dev/null 2>&1 || \ X*************** X*** 1162,1168 **** X if [ "$system_name" = "FreeBSD" ]; then X # Under XFree86 4.x GL port is poorly designed X if [ -r /usr/X11R6/bin/XFree86 ]; then X! _gllib='-lGL -pthread' X else X _gllib='-lGL' X fi X--- 1162,1168 ---- X if [ "$system_name" = "FreeBSD" ]; then X # Under XFree86 4.x GL port is poorly designed X if [ -r /usr/X11R6/bin/XFree86 ]; then X! _gllib="-lGL ${PTHREAD_LIBS}" X else X _gllib='-lGL' X fi X*************** X*** 1329,1335 **** X # Under FreeBSD (maybe other systems as well?) we have to add to CFLAGS X # for MT applications: X if [ "$system_name" = "FreeBSD" ]; then X! CFLAGS="$CFLAGS -D_THREAD_SAFE" X fi X X # echo 'CFLAGS=$(OPTFLAGS) -Wall -DMPG12PLAY' >> config.mak X--- 1329,1335 ---- X # Under FreeBSD (maybe other systems as well?) we have to add to CFLAGS X # for MT applications: X if [ "$system_name" = "FreeBSD" ]; then X! CFLAGS="$CFLAGS ${PTHREAD_CFLAGS}" X fi X X # echo 'CFLAGS=$(OPTFLAGS) -Wall -DMPG12PLAY' >> config.mak END-of-/usr/ports/graphics/mplayer/files/patch-ad echo x - /usr/ports/graphics/mplayer/files/patch-ae sed 's/^X//' >/usr/ports/graphics/mplayer/files/patch-ae << 'END-of-/usr/ports/graphics/mplayer/files/patch-ae' X--- Makefile Sun Jul 8 02:21:20 2001 X+++ Makefile.freebsd Wed Aug 15 19:23:54 2001 X@@ -85,14 +85,14 @@ X $(PRG_CFG): version.h codec-cfg.c codec-cfg.h X $(CC) $(CFLAGS) -g codec-cfg.c -o $(PRG_CFG) -DCODECS2HTML X X-install: $(PRG) $(PRG_FIBMAP) X- install -D -m 755 -s $(PRG) $(BINDIR)/$(PRG) X- install -D -m 644 DOCS/mplayer.1 $(prefix)/man/man1/mplayer.1 X- @echo "Following task requires root privs. If it fails don't panic" X- @echo "however it means you can't use fibmap_mplayer." X- @echo "Without this (or without running mplayer as root) you won't be" X- @echo "able to play DVDs." X- install -D -o root -g root -m 4755 -s $(PRG_FIBMAP) $(BINDIR)/$(PRG_FIBMAP) X+install: $(PRG) X+ install -C -m 755 -s $(PRG) $(BINDIR)/$(PRG) X+ install -C -m 644 DOCS/mplayer.1 $(prefix)/man/man1/mplayer.1 X+# @echo "Following task requires root privs. If it fails don't panic" X+# @echo "however it means you can't use fibmap_mplayer." X+# @echo "Without this (or without running mplayer as root) you won't be" X+# @echo "able to play DVDs." X+# install -D -o root -g root -m 4755 -s $(PRG_FIBMAP) $(BINDIR)/$(PRG_FIBMAP) X X clean: X rm -f *.o *~ $(OBJS) END-of-/usr/ports/graphics/mplayer/files/patch-ae echo x - /usr/ports/graphics/mplayer/pkg-plist sed 's/^X//' >/usr/ports/graphics/mplayer/pkg-plist << 'END-of-/usr/ports/graphics/mplayer/pkg-plist' Xbin/mplayer Xshare/doc/mplayer/DGA Xshare/doc/mplayer/FREEBSD Xshare/doc/mplayer/MPlayer-FAQ Xshare/doc/mplayer/OpenDivX Xshare/doc/mplayer/README Xshare/doc/mplayer/SDL Xshare/doc/mplayer/VIDEOCARDS Xshare/mplayer/codecs.conf Xshare/mplayer/example.conf X@dirrm share/doc/mplayer X@dirrm share/mplayer END-of-/usr/ports/graphics/mplayer/pkg-plist echo x - /usr/ports/graphics/mplayer/pkg-message sed 's/^X//' >/usr/ports/graphics/mplayer/pkg-message << 'END-of-/usr/ports/graphics/mplayer/pkg-message' XThis port provides a simple and easy to use Xpossibility for any user to make mplayer ready Xto run with a working codecs.conf and the Xright font by logging in with the username, Xthen cd to the mplayer port directory and Xenter: X Xmake install-user X XPlease take a look at docs in X/usr/local/share/doc/mplayer END-of-/usr/ports/graphics/mplayer/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 Wed Aug 22 9:34:28 2001 Delivered-To: freebsd-ports@freebsd.org Received: from ler-freebie.iadfw.net (ler-freebie.iadfw.net [206.66.13.221]) by hub.freebsd.org (Postfix) with ESMTP id B9C8937B431; Wed, 22 Aug 2001 09:34:13 -0700 (PDT) (envelope-from ler@ler-freebie.iadfw.net) Received: (from ler@localhost) by ler-freebie.iadfw.net (8.11.5/8.11.4) id f7MGYAV38779; Wed, 22 Aug 2001 11:34:10 -0500 (CDT) (envelope-from ler) Date: Wed, 22 Aug 2001 11:34:10 -0500 From: Larry Rosenman To: Akinori MUSHA Cc: freebsd-ports@freebsd.org, freebsd-gnats-submit@freebsd.org Subject: Re: ports/29956 portupgrade refuses to run... Message-ID: <20010822113410.A34827@ler-freebie.iadfw.net> References: <20010822095557.A29201@ler-freebie.iadfw.net> <86snek1441.wl@archon.local.idaemons.org> <20010822110049.A29615@ler-freebie.iadfw.net> <86r8u413lu.wl@archon.local.idaemons.org> <20010822111054.A30511@ler-freebie.iadfw.net> <86ofp81321.wl@archon.local.idaemons.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <86ofp81321.wl@archon.local.idaemons.org> User-Agent: Mutt/1.3.20i X-Mailer: Mutt http://www.mutt.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 * Akinori MUSHA [010822 11:17]: > At Wed, 22 Aug 2001 11:10:54 -0500, > Larry Rosenman wrote: > > > ??? It's really weird. This suggests you don't have ruby-fnmatch > > > installed somehow, even though it is listed in the RUN_DEPENDS list of > > > sysutils/portupgrade. Do the following and see if it works.. > > > > > > cd /usr/ports/devel/ruby-fnmatch > > > make clean all > > > make install clean -DFORCE_PKG_REGISTER > > > > > That fixed it. > > > > Guess the upgrade of Ruby and the change from 4.3->4.4 busted it? > > Ah! That's it! You'd need this.. > > cd /usr/local/lib/ruby > cp -R 1.6/i386-freebsd4.3/* 1.6/i386-freebsd4.4/ > cp -R site_ruby/1.6/i386-freebsd4.3/* \ > site_ruby/1.6/i386-freebsd4.4/ > > > THanks (see also ports/29956) Done.... That makes portupgrade work :-) Thank You.... > > OK, I'll close it. Thanks. > > -- > / > /__ __ 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" -- Larry Rosenman, Sr. Network Engineer, Internet America, Inc. E-Mail: ler@airmail.net Phone: +1 214-861-2571, Fax: 214-861-2663 US Mail: 350 N. St. Paul, Suite 3000, Dallas, TX 75201 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Aug 22 9:40: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 4C34437B416 for ; Wed, 22 Aug 2001 09:40:25 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7MGePx05689; Wed, 22 Aug 2001 09:40:25 -0700 (PDT) (envelope-from gnats) Date: Wed, 22 Aug 2001 09:40:25 -0700 (PDT) Message-Id: <200108221640.f7MGePx05689@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Larry Rosenman Subject: Re: ports/29956 portupgrade refuses to run... Reply-To: Larry Rosenman Sender: owner-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/29956; it has been noted by GNATS. From: Larry Rosenman To: Akinori MUSHA Cc: freebsd-ports@freebsd.org, freebsd-gnats-submit@freebsd.org Subject: Re: ports/29956 portupgrade refuses to run... Date: Wed, 22 Aug 2001 11:34:10 -0500 * Akinori MUSHA [010822 11:17]: > At Wed, 22 Aug 2001 11:10:54 -0500, > Larry Rosenman wrote: > > > ??? It's really weird. This suggests you don't have ruby-fnmatch > > > installed somehow, even though it is listed in the RUN_DEPENDS list of > > > sysutils/portupgrade. Do the following and see if it works.. > > > > > > cd /usr/ports/devel/ruby-fnmatch > > > make clean all > > > make install clean -DFORCE_PKG_REGISTER > > > > > That fixed it. > > > > Guess the upgrade of Ruby and the change from 4.3->4.4 busted it? > > Ah! That's it! You'd need this.. > > cd /usr/local/lib/ruby > cp -R 1.6/i386-freebsd4.3/* 1.6/i386-freebsd4.4/ > cp -R site_ruby/1.6/i386-freebsd4.3/* \ > site_ruby/1.6/i386-freebsd4.4/ > > > THanks (see also ports/29956) Done.... That makes portupgrade work :-) Thank You.... > > OK, I'll close it. Thanks. > > -- > / > /__ __ 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" -- Larry Rosenman, Sr. Network Engineer, Internet America, Inc. E-Mail: ler@airmail.net Phone: +1 214-861-2571, Fax: 214-861-2663 US Mail: 350 N. St. Paul, Suite 3000, Dallas, TX 75201 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Aug 22 9:45: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 73F5937B432; Wed, 22 Aug 2001 09:45:52 -0700 (PDT) (envelope-from knu@FreeBSD.org) Received: (from knu@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7MGcVS05526; Wed, 22 Aug 2001 09:38:31 -0700 (PDT) (envelope-from knu) Date: Wed, 22 Aug 2001 09:38:31 -0700 (PDT) From: Message-Id: <200108221638.f7MGcVS05526@freefall.freebsd.org> To: ler@airmail.net, knu@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/29956: portupgrade refuses to run. Sender: owner-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: portupgrade refuses to run. State-Changed-From-To: open->closed State-Changed-By: knu State-Changed-When: Thu Aug 23 01:37:35 JST 2001 State-Changed-Why: The problem was caused by outdated libraries. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=29956 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Aug 22 10: 7: 0 2001 Delivered-To: freebsd-ports@freebsd.org Received: from directcommunications.net (mailgate.bridgetrading.com [62.49.201.178]) by hub.freebsd.org (Postfix) with ESMTP id 7F90637B414; Wed, 22 Aug 2001 09:52:45 -0700 (PDT) (envelope-from owner-ringtones@mobiledirect.uk.com) Received: from localhost (mail@localhost) by directcommunications.net (8.11.0/8.11.0) with SMTP id f7MGqQ332067; Wed, 22 Aug 2001 17:52:26 +0100 X-Authentication-Warning: hercules.bti.com: mail owned process doing -bs Received: by hercules.bti.com (bulk_mailer v1.13); Wed, 22 Aug 2001 17:44:45 +0100 Received: from mobiledirect.uk.com (aries.bti.com [10.54.1.1]) by directcommunications.net (8.11.0/8.11.0) with ESMTP id f7MGiiU01504 for ; Wed, 22 Aug 2001 17:44:44 +0100 Message-ID: <3B83E168.2090106@mobiledirect.uk.com> Date: Wed, 22 Aug 2001 17:44:24 +0100 From: Mobile Ringtones User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:0.9.3+) Gecko/20010817 X-Accept-Language: en-us MIME-Version: 1.0 To: ringtones@mobiledirect.uk.com Subject: Ringtones and Logos Content-Type: multipart/related; boundary="------------050200090204050702040306" Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org --------------050200090204050702040306 Content-Type: text/html; charset=us-ascii Content-Transfer-Encoding: 7bit newlogo




Personalise You Nokia with these great Logos!!!

Picture of Logo

Picture of BITCH
Picture of HOPE
Picture of Bomb
Picture of Dragon
Picture of BEER
Bitch
21692
Hope
21716
Sex Bomb
21740
Dragon 1
20110
Love Beer
20203
Picture of Fcuk
Picture of eyes
Picture of Trust
Picture ot rizla
Picture of Simpsons
fcuk
21951
Loving Eyes 20142
Trust No One 20409
Rizla
21256 
The Simpsons 20399



Call Now ON  "0906 400 2144"

Quote the 5 digit number and your logo / Ringtone will be sent immediately!!
For many more please visit www.mobiledirect.uk.com




Get Your Mobile Rocking with these great Ringtones!!!

Picture of ringtones

Description
Code
Listen
Baha Men - Who let the dogs out
10138
Bob the Builder - Can We Fix It?
11107
Shaggy Feat Rikrok - It Wasn't Me
11762
The Simpsons
10009
James Bond Theme
10000
Star Wars Imperial March
10085


Please note: the call costs £1.50 per minute and the average call length is 2 minutes. Please ask bill payer for permission. Calls from mobiles cost more depending on service. The following phones receive both logos and tones - Nokia 3210, 3310,6090, 6110, 6130, 6150, 6210, 6250, 7110, 8110i, 8210, 8810, 8850, 9000i and 9110. Nokia models: 402 and 51XX receive logos only. Motorola T250, T2288, V50, V100, V2288, V8088 receive ring tones only. Please make sure that your mobile is listed here before ordering. Mobile Direct reserves the right not to refund your money if your phone is not listed here. If you experience any problem, call Customer Service on 0800 015 1175. Orders normally sent immediately, depending on network.

For hundreds more ringtones and logos just click on to www.mobiledirect.uk.com - pass this on to a friend or stick it on the notice board

Important Notice: If you do not wish to receive any more emails, please mail us on majordomo@mobiledirect.uk.com and click "send." and your address will removed


--------------050200090204050702040306 Content-Type: image/gif; name="Sent" Content-Transfer-Encoding: base64 Content-ID: Content-Disposition: inline; filename="Sent" R0lGODlhiAFAAPcAAP////39/Z+fn/n5+ZycnO7u7tXV1b29verq6vv7+/f399vb27GxsX9/ f2NjY7a2tnx8fPT09M/Pz2RkZOHh4fDw8IWFhY6OjpmZmZubm/Ly8tjY2KysrIuLi6Kiot3d 3cbGxtfX16SkpLOzs9HR0ZSUlMjIyLm5uaqqqu3t7dPT0+Pj4+fn56amps3NzYCAgIeHh6Cg oIKCgsPDw+Xl5cTExJKSkq6urqioqImJid7e3sDAwFVVVZeXl3FxcWdnZ/74+bq6umlpacvL yywsLHZ2duUsTB4eHkhISPEsT09PT2FhYXR0dFZWVj09PVBQUCMjI1paWisrKzQ0NM3NtRwc HCQkJAcHBzs7O0VFRScnJzExMQgICO8AKhYWFg4ODgAAAA0NDRAQEBISEgUFBd4AJwICAuU5 V3l5eY2NjdPTvunp6ZCQkLW1tfz8+m5ububm2uzs40dHR2tra3Nzc9bWw+wsTr6+vhoaGlNT U3p6euMsTPb28RkZGS4uLjIyMu4CLNKvtQsLCykpKUBAQENDQ2xsbO4sTv77/BUVFSAgIDc3 Nzg4OEtLS0xMTFlZWVxcXOMkReMlRucsTegsTfEpTPErTvorUO85Wu9QbOpbdNCts9CvteTG zOvDyv75+v7+/gAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACwAAAAAiAFAAAAI/gABCBxIsKDBgwgTKlzIsKHD hxAjSpxIsaLFixgzatwI0Q2cOlRCihxJsqTJkyhTqlzJsqXLlzBjypxJs6bNmzhz0qwDx01D Pmp0Ch1KtKjRo0iTKl16Uw2fhW6CqonDsarVq1izat3KtavXhHGk+kwIh4qasV/Tql3Ltq3b t1ijUoGjMChVuHjz6t3Lt2/GOFTqKAzpt7Dhw4gTfyWckLHix5AjS54MwPFBy5Qza97MWSvm gp87ix5NuvRlKoNRm17NunXm0ANhu55Nu3Zb2ZVV297Nu7dn3ad9Cx9OnCJu3MWTKxd+HPjy 59B5N48IqLr164AIXh+I3eB27diz/nMP370gefPfwVcHQD79eOsQyzd0j/B8/fD35aOHX3VN Dx9LOCDggA4sQYcHKRgUQQxFEEiggTEkKNAQAi6RhkMJQBDgHAjEEKADKkDkAgxLfOjggzCA 5pyK1LXHH3sv4qeeeAK5+J6NN9oHI33bubhejvTlF6SQCvlII5Av1ujjjPpZFEEPeIAh5ZRU TkmECKAIBAoOWlTppZR+CCCQCFM64RAoVUy5gANTjtAQKCM0QsaXdPrBYmMrLmTkj+npuCON Riq5pKCD+tnjoIQ2edChP+qZ5H6I/qnjnoC2p9EPdGZKgEAwZEqnDACgMKUcZx6hpiFtNtSA p3ROcSdC/sh5tyehSM6YqH2z3oqrjLQGquuji/IHbLCNyuqrpJPmGmlFOiQypRhHHCHIlGNE K8aUVawBChRTXhHtt+BOK6UgLIwwKoY5+OBDEQVgKqWbC40w55RhgGvvt1U88Wpw8T36XZ/J 8snjkbRCWmx3lvY67I3gMfRvsQkNiSyTiaJ3K8XuQUxRGlMWskIEEaAxZQ8gbzDIlBlIgO0M ILfscgh9tPnAlEhQtESqCzVBZRUhKODzz0ADva9BsUJq9J9IVrqeouwZS7CkBiPbKKNP29ri 0hoTSSzECA8pXpNdZ40RBCMP1KmUmwqks5Q5mDDlBAshMWUbM0uZBSh45423/gIBEBSABDWA YAIoN7/L0NpSLgGA3ozrTXSesUEesb9Txwjfw1iLvbXTm1OtMI5S9yvx5qQbPXrBpvOa0apS XigQ62CkDQDiHbjw9kJyTPlA3WAIQsTvwP/uhxMwIKClH2aQIcgHc+CsEA9UjuFH8NT/LoUU MwytvaOIApz590gfzbD4tlKdnfmqJ+xwkFWjTj7D7F8+LOZMTwT7BQPBLjv0UtY+pQO40x3v WAWGPqQIFCcDAxmY57yE8I+AVWrD9iJ3NT+FL3yeix/XgOU1+QkMfMf61Xz00z73WS11GvMc 50SIkfvlb0r7m5L/pARAheROSruDIJXYAAApSIkL/gw03EIeqEMhUhBPFVSU975mKQ0SzImd E1YTl6WrIk2xhBd83+eepsL3WdB+U8Lf62A4kAfOEAxwU4jccMi7KkxgAg6awA/+MCUtVMAP PwwiGO7AECJq4QdwPJGDQkSQ6YjufAOrnCLDtsFGcnF+HlQaIytoxQ+eTmId/N4TI1k6LUrE hWNEWxllWIMpKU6Nc+OdIxISAUWMiwR0BAMQmyclPi4kD1T6gXEklxtKZvGCGZMRCSmXwkSC r1ang9EJV1ixSrYPbPQ7kvmipszxWQSUANDfKNm2gSkpIgYhCIEKxknODYzAWVIKAu+cYIB2 urOdGyAAOsOwgS1I6QoU/qDDlJRgAnGS858hAMAjdiaCDbzzoO0MwQYmKJCinTCYi2SSJUFn wl+VB6LoG6b6mPnLre3qWJSy6BJVRxFsalMgD0yRFajEhSu49KVX4AKVvrACc0nJDDCFqUzL pAA8guEKHwjBThXY0py61AsJGIG4plRUo8LUCgzt5SFzZE1jLvKLmSwUMSNpqI06jaIeFWau RCpJ0IGVImSTkhgBkNbYDQRxDQBADIoopRsA4AZ0FcMMQOFTMgQUVQQURAUAQCa6ggEPUXWo NaEGzK0ezKsVJetiJxbCsxoMshKVTwgtelmNkpQiepiS6wAQWlEKRAlT0sOYprBUOnFhCj0Q /kgLdBgGJ/BxW1MiAQAiAAFFmMFTZJAQBxrRh3kR0AuJ5WUnMWi5Yjq2hJckqRMRedb6fVWS kwPrF4GUXUwmEyIhwIAAMhBQgYRXAARYqEB2kAEBYKC8i9vADQgggPraF703WECWBEIB+taX AAAOMAEykIEbfKBvAEgABzAA4AIMRAMziEEGBCxgDwyAICm4w4ApzGEMxCC50QlxaUABhBIT hMQmPnGJEdEQRHyixPudjCFFTOPJZKISSUiCHYywByPYIcc6nkSPDwFkO0hiEkaYBJGBzGQm U4LHPs6xJS7hCVBEoAAJGAjeFjeAFERAy6BIQQo0MJAIrADBGqgA/ijSvN8AtLlveCuAl3db ACvXGcQ1zrNVLmwVSZThz4AOtKAHTehCG7oLnDAQAZYAgwQkoAkfJkAjBJCGJei2CHmIAQH4 qIAlMCEGStjUHXKABQgwYL8wmMKFIEAHAKRBDgC2KwhKgAUm4IDPR4SVcgeCaz37Wi2TMLSw h01sQAMiEIrgoblqAAAvpOgNixAIHh4BgEIQIgAITkMVEvSCNwhEZQwgCCS+YIVHEwIAE1DE ABAMgBSAIbaPS82v512YYBf73vj+87H9EFsNkCEDADhCivSABz0wwQkSVEIVGkCALC2i1QUJ ARkkOJA8MEEIS4hCIwDwhi80oHgCSQEZ/mRXSF4qlt4o54q9881yYe8b4CsAg12rYAEA0AEK nfowAOQghy3PLg8CWUENskQCMrhpv0qAgMQVsXEhKAIUWRZIAcgAbzynXMTs5kskWs71Qndh E39AAgSeEAUEJIDmNmfEXaGwqUZAQQYv8AAAQrAIC02hAUSfuM3t+gQfAMAHYAD6GxLxAhj0 IMtTr3rJ5X31xrdFE2eIvOQnT/nKW/7ymMdEJ1xwAxGYQEs7+AAANgACgdSAjyQYQQxiYMsU xCANLnjwCRK0gwUAwAUBBcUDYr8BBrRABCPIEihOsAJ+6drxyE8+V2as/OY7HyPMf770p++Q 6FP/+thfPBI5/rKBAzjYIC44AQDWcAD1YqX7EkLIAA4Qe4GEXy3on8j7tZKAAwzBIBWowQEO UBg0+P///scGwQcAaABwBtEBHWAQOoAGtoRhaGBXNEAAMACAaMAGd9A3GYAGB3EDaJB+amF9 F+ECEPB9BbEGC5UCECABWiGCJIgQacABA2GCaiEBEOCBDyGDW5EGKGAQI/ACBqBbfjEBQkCB RfBGsTUBa0UQ/mcQCzAB4VYQCDABBJACQjABbwCAdPBGEnQBaVQQBDABxsMW0dcGLTAC9uUB G3AH9iUCazB391VfOFABNNhea9iGI8ABAVAAKZgAJ/CGIqADBrEGIvCGAqABgviG/h4AiDRY ACsgAIRkeoXoajkgADB4hwEQAoQYhwMAfBxwXygwAAOAAoRofgOBifdlAyNYAZ14X3EIAAdA iMxmiSHgAYS4Apt4h544AKr4hpooivf1AjBYEBxgAXegW4d4X4m4iXewiipIEAPgAfAiEGoY Acd4hoDoAgLQhgPBAcEoEEhoEBrgAxr4jQaxhAXRhE9IEFFIAE2ocwTRhJvChQfxhWG4FtHH ATLwfRVgAQTAZzQAAfxHaV8mEAaQgos4ECwAkABQXwCghxJAARDAbFJnAd04EAcAAfW4W/UH ATQwEAVAkQCwiA5JEBcpEC+4WwspJgI5EAWpgmlAAAMJ/gAgAAEUAJGfNxAJEJMDsZLfNoIX 2ZEEmYJsxQFRJxCDxZACwAYxeZAvGZMzSQE/yZIpCJESaZIVKRAckAMUUHxROZEw+JJ8ppNW SZIQ4Ioc6ZEgeZA7KSYDMQEQAAJwGZc1MAdlSY4FYY7v6IQGsY7ouJdSCADyaBD0eBsm5xwc MFquVpEKyZAeaZAjSBCLKSYOCZE98ItXCQA6YAMdwIopUJIEcZIiKZQWWZaJuZYpSRAjeZID AZEUoAEZAAPISIoCwZg9WQAXeV8ZIJQcAAN0WF/MhpRsWZuluZo0eZv2lZsPSZOfeZmHOZoF cZKq6YIVWZKeORCg+Zim2ZZv/rSd3BkEf7cEBMAA4jmeV2gQKzABPuAB4ymeMSCFfQmFfxmY XgiGhMl424iY0clWAal4CSkBNJh+AxCZDTmVECCbDaFgN3CRMRkAOQCDodl+AjECpJkGLWCa AsCfQpmfrHkQJsBDBXGhBMGCF9lrCYEAEFABSIkBBMGUFcmaI2oQEEmKHcCco6WgA8GgX3mZ n1mhzmmjAoGjIQkBLEAQ4kUQbhmXcRkEQlCWKgAB3MmdGmgQJ/AGT7qd7KiX8BmPXUgQgymG hVkQGWABCJYAFuCOFQABbnIHEFAC9gUDMEADdyAD/iUAHWABAVUCbBAAKxCRFZAGMnBfGEAB BlEA/mx6nDAwBCEgA5tZX2zwAve3AxyZADbwAv5FAGkAAWR2AxCQATCIpwGgpoUqAG5KAwNg ATwalCEyp/UFA3ZVEKBqXyUAASsQAhawqIwaoW/YASWQAJ76qvWFigVQqqcKAAWpArRqq0kJ ABXQAX9aXxiQA+64kzCAYIlqq406BKUarQahqeJVX5c6d4pqX9cKADTgpvYlgTZgpEn4o3QQ peO3APAKrxtQngehp/EKrzXgnhOwgwVxnloaYwPRA/TppfaZfW2hlpNRnRVhhRfQsA6bhQkI ACvgsA7rAxMQsQYBAhR7AWkwBxMwAmuwBBMAAxTbAR7rJu35BhvrpEIgx5aL8aUGqxYrUABy pqmDBRkzWwBrEAOkaRFV+kYQEAMD2YRPCgEecLMGwQBPKgQw0AZ9swAEYLHbyWhOuzhtAANV uJ1v0AHwZY8wG7NfUQPcyI1V+RjLOLbNCLbad3xq27bOB4JuG7f0BrdyW7d5Rrd2m7fRgRsg cRd6+7chBhhqoBBlcRaAe7jLIRd0kRByMRWI+7jCERZmgRYIARRMcbmYm7mau7mc27mc6xQN 4REg4bmkW7qme7qom7pCwROUC7mu63gBAQAAOw== --------------050200090204050702040306 Content-Type: image/gif; name="Sent" Content-Transfer-Encoding: base64 Content-ID: Content-Disposition: inline; filename="Sent" R0lGODlhmgEFAID/AP///zMzmSH/C0FET0JFOklSMS4wAt7tACH5BAAAAAAALAAAAACaAQUA AAJBhI+py+0Po5y02ouz3rz7D4biSJbmiabqygbuC8fyTNf2jef6zvf+DwwKh8Si8YiEsZbM pvMJjUqn1Kr1is1qEQUAOw== --------------050200090204050702040306 Content-Type: image/gif; name="Sent" Content-Transfer-Encoding: base64 Content-ID: Content-Disposition: inline; filename="Sent" R0lGODlhUABIAPcAAP////f1//b29vX18e7v9+7u//Du8O3n+Obm7+Xl5t/l6+Df+Njl4d7d 8N7g597d4NPb5tnZ8dXU5tjX39XU1c7W383Y1MnW3MXW09PQ387O4s7N3sfO2MzMzMLN0MTE 1sXGxHz3fLPMvsDI1L3FzbzCxsW/18K/zb27xb290Ly8vHbsdru7uLa8yLO6v762x7i6trW0 z3Pmc7y0vruzuLW1xbS1tra2vbS0rq6zxK20vHPbc6y0s7etv6OytaC9pbWts2vcaq6qxLOv rXPWc62uvK2tra2ttaurqKOquqSrtrOos2vWa6aqra+kvqepqKymtWXUYqymr6imu6qmp6Sl taWlpaWlrZ+ktp6irGbMZqKcs5uopWrEaqaarXm6gaadpp6ct2PFY52crZyapaOVtaaRrKST o5mZmZmZmZmZmWO+Y5+VrZyVpJeXpV28XWW4Z1y7YJSTqZuMpVy4X2avc5KOn2mpeVq1Wmau ZpOLlI6MoI2Pko2NjWaldVqtWmSobICJmGibfFKxUWaZd02qUlelVmmVfYOEioWDlWaZZoWE hXePhlKlUmaVeGiKcV2aXIB9i3x9j1CaUHl8em2AeXp4hlWTWEyZTFWVVVeVZmmEZmd8b0qU SmGAZFGLUXRzh3Nzc3VzfHBxblqHWVWCX02MS2x0fXBrgm5yclCIT1p7Z3RsdWV2bEWLRUuE SWtsdFp2ZkKEQmtmdGZmZkh6RmZmZlJzW0x6UGRmdVlpZEJ5QmRebjx5PFZiaUdsVWJdYkZu Rjt1R09jVFxcbTpzOldaYlBlTllXWDxpST9lP0xbVjdtN1hPX1ZVVlNPXFNSVDNmM1BHYD9a Q0VPVU5NTU5JVktIV0pJSz9SSDFeMTVUNitYKzpMQD9HPTBQMEVDRkc8UkJCQilSKTRNOTpE OidMJz49Oy5BNzg6QTo6OSw/KyNIIy08MCFCITMzMx86Hxs3GyssLhkxGScnKRYqFiEiHhIm EhAhEA4bDgsXCwgQCAUJBQAIAAAAAGbMZiH/C05FVFNDQVBFMi4wAwEAAAAh+QQFSAD/ACwA AAAAUABIAAAI/wABAHjAYsiTgwgTKlzIsKHDhxATWiHDQoDABxQ6qLCBo6PHjyBDihxJsqTJ jkaMkFnExwBGChRUIDGCY4jNmzdr4tyZk6fPn0CD2kRiRQ8lYGhYdOhQogQII1aeWIl60MqV K1kkPrly8OrVLFGvSKFyxQqVJleakDW79QmSJgibwH1C5axcugflzn1i48giYMhoGWGhwogD AC/GpMWS9sgRLEcUNzlSJIuRLFWuFBGy5QjmJkp6QFEidnQPIJmlGNFsY0rKI1Bu2IAypQmQ IjlsLCmipAgUITaUTNHQYFG1as6e1LyiAIANK6stG6lSZXX1JlWg0JRr3ciQI1dWY/8psrqJ 9ypFbBhJcsQIlPZD3hvZXYQH5SI4bue4f39KBgSWiIMNNNAh8UQCAOTgRnjlGYFWSlegd5l5 V711hWNXTSFFFuGJ1UNkRwxxRRjkWWaDFE3QAMSFNhRRhQ03THHEDaLBKOMRFyhgiTrgVFPg EwgAcIMcaWGV1oNVYAZFE1lgh6JcVUxRhRKT4VBEZVIcoQQSUvhmhA7aTVnFEjxAUYQUUEAB RJkyStFXEfdNVgEClKgjjo9G8CWAACopgYVcWYTxZxO1PTEGFlQi4QMJGJDg4gcf1ODBBRlw MMIHJBjhwwQp6ICBC1zcEIEGcB4hxYW9AQHbWbvpcMQUU1z/oUQVEwhQ553QPXEDAARUAV1a Dl41XRVyRYihEhxUIMEHyH5QgQYt6HDBAhxcUAIGHBShAgY8GGFBBAt8kEV6EeoAZnpLQKGD fUfYAISZUHQAACJ24vmEDgEIUMSCDjY5BJMyCntZEWI1mkIEI3jwwQYkZEEGCRBwsAEHCtQg RwsV+FCCARuAS7AOZ96nZg7agewEECAvUQUHBCxSL3RWsACAAVNIdqis4DUxhlyOWTaGERWM UIQEC0TwAQYXaGBCBRyYkEERGkhwQw4boAABARlE0AAIo+nQl3a+FaHDEkc0UcQUXnt2QgH0 4pqnzARIYQV4WYC3hRIOSjZlv0ag/9BCFTdooIELLnygwQUb6ODCCVhUkUEHObRgwgY51FAD CScUgQR/KTWBww1OlH0lZUcg4cG877hthQq8VkGGeUQdkaTZDsq1M4XjIZEFFDxUsQWKWUzh YhhGIDGeDbLygJV2VPaFnnp82WD2DS4egRoWRnQgQNt4rg6AAlvsDMUVio1/BRRV3H4FouFN 0Vt2WEnR5RZcEgsEEFIkUYVqTdhQ3RIXqo0RZDdAWH2nce45wlYeBoA+pK57rEPAGciQpK8o BivuqwKioGADF/BGCUrwwRSEICW0jI82VMjC7rKkAxBW4V1FqIGr2uUY2YDHCFRyDFpU44YP NPCBMCtB6/+gQywctCgHKFABboCwhSuAwQ56kEQiEmGJU4hCFKyABSxoAYtZ8IIYvPCFL3hB C1rwIhewyAUqQMHGRLSBDGCYzA2EoIIb1CAFKsiBbHCWhdM5UHUgAAACXCeFF8wAClKoghwQ EQlUkBEYz7jGNbpRjmxYspLZ6IY3LjmNbJQDHd4oBzm8EcpyhBId5ShHOtIBjmu00hjEMAYr ECGJPWzhPTdAQWSuAAIB/LF7gXwAGbCnh1kQwxrSCMc72vGOb3xjG9OYRjCCUYtX1OISn1BF Ni/BzUtkopvc/IQ4x3kJVZjiFa/4RC1qEYxpbOOZ5EAHOtJxDWk0Ixd7uNIYagD/AD4AESqB HKQbcvEOcwijGJq4gx/EoIWGOvShEI2oRCdKUS3UwQ9+EAQuvmEPecCCQ0L0JyABUIAb8EIY jYhDEJgQhZZW9KUwjakWWtrSIGjBEK+gByiK4IEAiBSYAEjAGHARhZXK9KhIjWkQgmAKZIwh Bf38pxUCmQA7dCGpWH0oE7TAhK5q1atd3apEg/AIO2zghyMNgB3WkFWsMkEMjdBCIzrRiK3u YAdzbcQO/tCJSYgVolE4hB0sAAA9SDWQBFhrW7E6D38wQRbRyIc2dsCMTsiCGfooRieiUQ9z /NWhURCEHDgQ1ZEiYA9sXexRmTCOfohhBTuIxz5kUI9x/8hAG/roxQpkMA5/SDQKd7ADVH8K s0D69A2qPaoMeuHYTuwjGlyVBSZ2IAN44OMPzxXDZx3aBTTICw2HBUAAEkGH5Mp0B73gxw7g sQ9taEMG/DCHLMyRj0Zwgx/a4MZE12AHCpQWqAHYQxzMe1SGikEMeCgvQ9+AhzW8FcHllega 9nA64gJUvOSV6B82nNqG/iGuDvWHNlarBW74g6FtXUMiSGvhqYrXEniQqD9mXA86vKEXrnDF PnqB4n34oxg2fekaGlEMf+yjGJPoRYy1EAQZbHe/kThri40rCeRG1B/mwIQ/6OoPffwBH/7A RzRkoA9/8EMWMngpHZxr5E7MWP8fdGACPPKBCUPEQwu9uLOE95CB/xZXvIEY8JXH4Y584CEf M5aFO2bMj2K8AR4z7kWaJ7pcfphZG7Lwx6HZIYt++KMXWr6tbyWcCP9OGQACyPCVZ3yPaMzY H/PIxzyY6w9mhIDWaJaoDDJd6z+EINPauAc/6oEPVzRi0dy4x6gjmoc+XMDPF57XkiH6alY3 wsci/rU/7sGERph523TYgUNlgAdlWzquO+C1iGGNiXzEgxlt/q0j7AABaLs4wIKmdj1cXe0Z ayMEJnaHNvzRCEiHWRYOlUWZ/QEPb49D22IQdqzZ0Q9ZGIIfvZhoFAixBwnYO5DbizC1mUHr vtJaH/H/mLE5osGPELhDH/y27aL7EQ19uGMF++DGrf3xcnjweh8rgHTGf0uIREzg4wJBxLQf +mp2TEIGTS7yjOPRia7uAx6d6MQ9zKGFaDBhxOPAxyQ64Yp5MLkT8YCHNv7wdXbgwc35oOjG 9XCYUwPADiJ/aC96IYsd/FUGmOC7UbWgaHewgx3i3qpde6uPuTaUCTtYakOD4Pc/4FjuhLBD 3cMLADfkG6IyELdEiQDRuz4eol398NLbGlo7PADpACDD5wlMe41znAGwB8Psa8970DqiDEGy Owo63Pviz9QRU1gA7GNAfOPzPrBVMADsh+9840fBEVIYAFqBCoAONL/6WVW8/+9vYBFESJV1 AJhAF7p9j3jUQxZBBn9Mu+0Przc0Co84QQAAsIjzX+Sqb6AN8zAObCd/5xUPkVWAUVAJLxAk vwQz6DcBcMBVYlAPjRB/BvhSQYB441BXDVUJH0AA2weBAuEAyRAFTAYPKJaBMBUE7sAE5lBX UVAHluBxAhAJLwMVMgMAB8AIKChXLChTG+gO+IAHLFUHfDAB+4eDqoN+BMAFKOhVXGV8iid6 MvUGKBYFgOAGEhAABbAjbsMXIggAPxAFf7ALTrYGxRBWXCWF4pdUlrcCjcAODgZWYSVWUih5 MwUIYWAAAbAAopCDSHAFHgcAIhAE3uYKO0BsKzB2TP9AB5jgClogBpPwBpOwgvP3B1umZXDl Cg42Ca4Aiobgd321UpggCwylhVVAAAHgAKEgiFfwes5RCHjAav7ADp2gD/fADUUWD+7gZpnm gTLFBLUIa77VCOZwD94GabJlCNxQD/zgCsyAcSjmCE1gAATgioJoBX0GACcACLUYDdHgi+6w D+NgDsWwD67gD7vgD1omjPNXi73gYwFoDv6QaW7mCvwwjfPgDsUQDfNQD2/ABGtwCj1AUhvw im6jEj4EABTwBYPgD5MQAvdwD5iwj67gasz1ZZAGjzBFjASnBY2nD5CWaZnGXP+ID8WACZjg DmbHBH/QDCYgECRAC+fgNrr/Q1oAIAFfEAWT4GCNoFeN4AqYQAeNYIlM8AZ9hYkxRYlvEAQx ppSVOJVvcJRMYFmG4HhbZQjAsAEFYAAfAAs3iSeDmAIWcQCH8JSPp3h3OIVs6Fanx4biZ4dv GQTtMApdeAAxYJMLaQU5IIIDIAqX8INBiFRMMAn0EAkLUAANkANiuZBkcAUIEgBuQAp5UJhI FQRrsA7vsAfSxwBJMAtjCR2XQQayiALJQApdQJiYSVEw+QrrkA4+sCcegAWPiSerMQZCJEi5 8A2QkAdMsFJtyYJR0FU1pQWQoAzqYA/E4AACMAApsAW3SZrkYwMCEAAB4ALd0A7H8AqmcAmG YAiY/3CJLEVT5nme6Jme6klTeRCef4AHmfAL07AO9HANRXCdCjAFWZAKo1k8hLIFHaAACZAB Y8ALxnAN4SAN1JAN4IANw3AMw/Cgx4ALuBALq3ALv1AKq7ChnlAKt+AJnrAKsbAJnhALnrAJ q8AJm7AJsdAKLiqiujAMy2AMuqALz/AMxmAMouA4CNAAL4AGVxAK/bk5NTAGbtACHAApNpAF YzAGZPBGT4oGdjAHdtAGbDAHc8AGZpClXtAGbTAHXmAGZeAFXnClXjAGYyqmZgAGYLAFTgAG bCAHc2AGY1AFcMoGYEAFVRADNYACJsABNeAG98IKY/kExXMEKQAeVdADNf9gA0OAAzMBA3AC AzfAA0NAAy7AA5RKHjCQqTbAAz5gBDRwA+YiqUpgAy2iAzhAA/hBqTcAA0oEBIThAjDAAiww AyqQq6TqKkxaBTogpKrTBCdwAy9AMjWwHyxwrFPQqL3RAsGhR68yA60BHK8iG1DQAzcAG9h6 rS5AMrIBBDdwA/eDAjMABDTwAjUAAzMgGzYwrDaAAjmQHc+aCg+EBmTAB4iACKIQCleUCrAQ Cvy6r6cAC6kAsAArClrECgqrsKOQCqwQCqwwCqHQsA+bCv7asLDQsBrbsKGQCqOwsBBrsSKr Rf4KsFoEDvKgDtXAAotwFNUgDuoQs+dwDjFbszNhS7PqgLM3m7M0u7M5y7M9e7NCK7Qyq7NF G7Q+ew7vIA/0YA+UMAB8ABjVAA7iULVWe7VYm7Vau7Vc27Vee7XvYA/IgCAGgAbA4AzQcBxq u7Zs27Zu+7ZwG7dy27aUgCABAQAh+QQFUAD/ACwPAB0AMQALAAAI/wC1CBxIsKDBgwOZDBSD ECGTIAkVPiQI0aHCNWKCaBTzUGOQHTsQBnFVj2GQaLKYmIP3hwmTRvXwBGHXi1u+fPXq6cuH qR6+nfjqTYI3L+e4RnQO7ujlj6GMcftk3PPHTUYQTP7+yNDHrZc7d/7qmWOHdR67r+Y6+YvH zlw9f42UMnUKVUY+ePjGrWjkD8/WcUQE7pMVYgUeuCs07vX3ZoUMMfPMKSy4tKmWp1H1jduh LxpTv5pDauHXaweTP/5Sh11sSOGKePVEE6zMEfNWdiu05EsNmp1of8VCrtEmqzgmGXwNaWzE b57shJj2Sfenj52MffFkMBGzL6sMf/BkCFj0x0z8G3+9fvIjH49p6nprRHYqRr+XS1mdJveK toZJr/wCFdOIQpBFUwwz9GEyTy/MIPjGZA1pQURgEkKoxS6uXFZRhQMFodCEgUEkg3gRljgQ SCamWFBAACH5BAVYAP8ALA0AHQAzAAoAAAj/AP/9W1PMHyY69fz1WiOwoYwgQfA0msiwoUWB fyY2uvhvUqePnSb++6PPn8mT/vL9+deoWDFtIflFYxZPVsNiM4sJZLaPWbRo2ly61DZPm7af 2vS9Obnvnj5890ya23HUlax58zBhMmfzDZ5O8Fy5GsfO3T8xvdx1wjPJqixZkxr9gecOj7ti 7BodlfVmUq9ojcw1YtaLXydMvRqZnPTPqLlO5uK96dWJ6klZWhL6a9rrD7dijfTpE0ikETt9 MsXskIHvXyd/svzBE2M1iCx37P4RcQePnT88YvxxawRvXy9/9zDheePOnTkZ3JALlIUTU7TP WpgIV9yP2Qo8+ri9157HD5+YeP7mMXnT+h8/fv7iRd+HKYSYcfvqvanXvpdPbv+s0MkaWvDD jGbjNEKHP39g4g8TeLhyXHydFcMPN9H4w08vb2Ayjz/msKNNPrCpBSAeJ+GjhQwr+OcSM1qA GA08y5nU0yTuMPFhNP+8IQMzzj220T+9EAVPNHjs0xGGsvTSyy5M/HPiPT4ZYtNKtBni0kjR yNKSOf8wIctRPP6Dxz+Y6IVUPgCOlBY8cMIjy5ksTcLNPnDiw84a/MQT54V9wjPPPfXo4+Uu yNUDZ3eNYNIJYwEBACH5BAlYAP8ALAAAAABQAEgAAAj/AP8JHEiwoMGDCBMqXMiwocOHECNK nEixosWLGDNq3Mixo8ePIEOKHEmypMmTKFOqXMmypcuXMGPKnEmzps2bOHPq3Mmzp8+fQIMK HZpTi9GjRwmO88dU37+kBhsJJEKESS94WPHhm5ePHVKoGr8iZcLkX1lz8OrVY+YOrFEx3O79 axQtWqdiYmTImsdNRhB9g8RuFItUzBsmMnr566RNFjd+TAiP0zJOjBhXsuLVK9ZpnLl65rT1 euo2I+GvO1b8GSf1j7Zifr8yMffnXpBGWmS4uqft3rhecQ2RLo1Ri0CxQZj80RzPHTxDvfSx m2eOrPEg0epp09eJnxZz+f5p/+tU7988TGK0RSZ+0fhwo0wauWMab57AcfnyxevnD96kP0Fg xw4TOzSGBzsraPPGClpow4w547Czg2BhHUcWgbIwVQweK4QAzz9MyRLCP67Mhw8dO+wgA1my rCEcN/i4M0lc9+gFTxAUmnYdHo24wk4n/pgTAo5asMOUP73goeIK9eBjCDPc/NGIGPCs8c8b eNwTTTG9xMOONn+4sx57FhnVCD9HHrkLE9rkc8+RDnaCxx/6pMnUOLJg4t48e7njHDc+5jgY M8w0YqihhpRn36GNFENoI8xEYwijf9STnBZv0BENpvrgs88aRSJF1KiklmrqqaimquqqrLbq 6quwxhYq66y01mrrrbjmquuuvPbq66/AyhoQADs= --------------050200090204050702040306 Content-Type: image/gif; name="Sent" Content-Transfer-Encoding: base64 Content-ID: Content-Disposition: inline; filename="Sent" R0lGODlhSAAOAIAAAP///wAAACwAAAAASAAOAAACjYSPGctxDJo00lEIk96U13U5HziGIrhZ 3JWSGVY2ESpnirraj0ujIVLr8TQ6TxEmBPpmQ+YJ51ztdMipEhe0ZK9LU8mLXVKLThl4hBaa mVcu8XNOf9nmcbi5ja+nYp62f/dkwsYH1dKF9Hfn9lLlJkXYVgfIqBZpBdn1M7nIR5h3Axlh NPGDWagCqqBRAAA7 --------------050200090204050702040306 Content-Type: image/gif; name="Sent" Content-Transfer-Encoding: base64 Content-ID: Content-Disposition: inline; filename="Sent" R0lGODlhSAAOAIAAAP///wAAACwAAAAASAAOAAAChoQPgZuhDKOclD3onMwo63Z1nuGNEVeJ 5WKaR6nBFNq9H+iqJL0rHF/T2VSPnOUCBO0amxCN18rBkDebLzYVopJQ6fQH/q5Yn2JISCTL xOHKj9mED63ma69anRmPyh59uGXnN3bH1lWIl6gERpdlRXKHocYnUrhkmZKQualHNbeZxyk6 GlEAADs= --------------050200090204050702040306 Content-Type: image/gif; name="Sent" Content-Transfer-Encoding: base64 Content-ID: Content-Disposition: inline; filename="Sent" R0lGODlhSAAOAIAAAP///wAAACwAAAAASAAOAAACiISPqcvtD6OcMVgLQqa8P41cBnhhZQai o7iSqcl+ytmKJ7bWWrnDfdxIjTZE4TDUO7yIm19TGeQthUamEnd8Dklb6ALHc9CA1ia3GzIz wNJKGUWFThM7L/0XhtSRquxeK2eHJEV2dWPz4oJoQweHNUhYpVPT10cDl7VVqNPm4fnpmAc6 ykHYUAAAOw== --------------050200090204050702040306 Content-Type: image/gif; name="Sent" Content-Transfer-Encoding: base64 Content-ID: Content-Disposition: inline; filename="Sent" R0lGODlhSAAOAIAAAP///wAAACwAAAAASAAOAEACkISPaRHqD+NpErJ7UcNMA7pkyyc6VDdx mYpZJAt7cKuA3DuHd5qq+p4AhWqnm/BxGhWPMtqn1nMCJ7+SxrqxXm3RaCnLGuaq0+erQh6h qU+mK2majSXLMBLnM8Vjxw3+W5aXtoVC2MFlh4TltFdX+OfXJvhT5aVldmZmFPPHE+Qo+NgV IcqptqL2WYiy4nZQAAA7 --------------050200090204050702040306 Content-Type: image/gif; name="Sent" Content-Transfer-Encoding: base64 Content-ID: Content-Disposition: inline; filename="Sent" R0lGODlhSAAOAIAAAP///wAAACwAAAAASAAOAEACgoyPqcvt74AEalpZZ9AbL55RnZhYyIVu p8aB3ni8Jri+X3TVuYHKnh3b8WamYGrUQ6Z6pBKNKVT6ikaatFkFDq3bJfTKImK7IWPomexS j+dp0p2DUuTgMVL3rm33Hy2fe4cX5iTEpoaVdtYXZQbj2NEI+adlqLe4Q5cpBsHZ6fmZUAAA Ow== --------------050200090204050702040306 Content-Type: image/gif; name="Sent" Content-Transfer-Encoding: base64 Content-ID: Content-Disposition: inline; filename="Sent" R0lGODdhSAAOAIAAAP///wAAACwAAAAASAAOAAACc4yBicbqDyM8UrH2aN08hw5cmvWB5jZW Yumk55u40dqu7GJ7843XfCia/Ho+0k4XGwIvwqaTiDRCPcyo1CoDIpXJau2JUrq8Epo1CcqO S1wcGX2GT6/y7BLzjU/VvxH/PSfXlUfSx4PXhSjoEyQUtAa2VAAAOw== --------------050200090204050702040306 Content-Type: image/gif; name="Sent" Content-Transfer-Encoding: base64 Content-ID: Content-Disposition: inline; filename="Sent" R0lGODlhSAAOAIAAAP///wAAACwAAAAASAAOAEACc4SPqWvhD2NgQB5bpab3de1R4JZEXOks JBJmI8h+0OlOH3226IwrGLOqvSYzj0mUkg2TvqUlNEIyla7ecNfjOIONTXF6zPJwYeF1KqTp zNydM8Mua79EmGqbhKbkbtZxfXflpwSIkoOm9gNkgnjYmFVCUQAAOw== --------------050200090204050702040306 Content-Type: image/gif; name="Sent" Content-Transfer-Encoding: base64 Content-ID: Content-Disposition: inline; filename="Sent" R0lGODlhSAAOAIAAAP///wAAACwAAAAASAAOAEACZYSPqcvtz0Iw8lRwsZyZTg2G3nhVXXJC SKq27gvH8kzXTvmF5rejPPdbBXG6nAUo3HgyHaImtQkWWbaq1RjDWmHKaHH5M0ZzXh9OCVY4 v2XRCLRmD8e+t5yEJcb1c/v2DxgoiFAAADs= --------------050200090204050702040306 Content-Type: image/gif; name="Sent" Content-Transfer-Encoding: base64 Content-ID: Content-Disposition: inline; filename="Sent" R0lGODlhSAAOAIAAAP///wAAACH5BAAAAAAALAAAAABIAA4AAAKCBIKJdmqamGN00otzhbF1 HkgdBmniqE0jyp1hisKL+cyeCG9vVtK33zgJLzEbKWSUAW+WIDEZw0Vtq92zhXserZufDhR1 sYzhpBgK7h1rZGuZe4ZT50qvs1a/smnh7fB+N/fyQWfSdzWYxmYBtucB5wLUo/ioArJYKTNj ttTp+UlTAAA7 --------------050200090204050702040306 Content-Type: image/gif; name="Sent" Content-Transfer-Encoding: base64 Content-ID: Content-Disposition: inline; filename="Sent" R0lGODlhSAAOAIAAAP///wAAACwAAAAASAAOAEACkQSCqcZtwaCb50BE85IR36s5IEh9DXem nai0oVih6vxi9PMk2fmZu66rlG6d1mJiE1pkOOSOiHK5WDAhc2X9WZrBCOyK8xxfTSWvzDQa taOnJ/ykddXTKtnudSdn6zyVN+aUBLYUwzdF8geXOCRGFhQI6dM4pCGzlyehefXmh+RYVrk1 WsJBGHqaSRqHWtrWUAAAOw== --------------050200090204050702040306 Content-Type: image/gif; name="Sent" Content-Transfer-Encoding: base64 Content-ID: Content-Disposition: inline; filename="Sent" R0lGODlhmgEFAID/AP///zMzmSH/C0FET0JFOklSMS4wAt7tACH5BAAAAAAALAAAAACaAQUA AAJBhI+py+0Po5y02ouz3rz7D4biSJbmiabqygbuC8fyTNf2jef6zvf+DwwKh8Si8YiEsZbM pvMJjUqn1Kr1is1qEQUAOw== --------------050200090204050702040306 Content-Type: image/gif; name="Sent" Content-Transfer-Encoding: base64 Content-ID: Content-Disposition: inline; filename="Sent" R0lGODlhmgEFAID/AP///zMzmSH/C0FET0JFOklSMS4wAt7tACH5BAAAAAAALAAAAACaAQUA AAJBhI+py+0Po5y02ouz3rz7D4biSJbmiabqygbuC8fyTNf2jef6zvf+DwwKh8Si8YiEsZbM pvMJjUqn1Kr1is1qEQUAOw== --------------050200090204050702040306 Content-Type: image/gif; name="Sent" Content-Transfer-Encoding: base64 Content-ID: Content-Disposition: inline; filename="Sent" R0lGODlhUABLAPcAAP////f39/L08/Hz8fPy8/Py8u/v7+rt7Ojs6eHs7uvq6ubm5uHk5N7k 4Obe5t7e3tve2dnc29fd2NbW1s/W1M/U0MjY28bTyrbS28zMzMXLxr/Mw8XFxcXJysDFw73D vsW9xbfEvLXFtb2+vZbSr63Csri+u7W8t7y5uLW1vbW1tZy7xaK+rau1ta61rpu8pY3JpqW1 rYrCoKC3vK+wsa2trY+8oZ20pIm7naetqqWtpYLAnIO5l5mwpY22nH7AmaWmpaWlraGmoJGt n4K2mIO0lZ6lop2lnY6vm4iwl320lIKrkpyfoHmrknmrjpmZmZmZmZmZmZmZmXSrioybk4Kg pXmojHOoioyVkYyUjYeSi3Kbg4uMjG2cgIWMiWyaf4KMhHOUhGSefH6IgmuVe4SEhIWHiWWT eHyGgWmOeHqFfWqKdXaCeWONdWCJbnp+fF6IcHZ7e3F7dF+DblOObW14cVyGbHJycmF7bGxz cU2DZF1+amp0bld6ZlR5ZEp6X0d4XVNzYWZmZmZmZmZmZmZmZlFyXl5oYkxyXFRuX09tW1xk YVdhW0trW0toVVVgXExmV1hcW0piUkRfT1NaWUJjSlJaUktXUFFTUUJbS0pRUT1XSUlOTDZc RUJUSD5TRUlJSTdRREFJSD9JRThMQkJCQjROQDVIOztEQStJOjBCOCJJMzY6OyZEMzU4OiJB MS46Mio3LSg7MTMzMyQ8LyE6KRo2KCsvMycyKiQyKCgoKBoxIyMrJyEpIxgpICEjJyAgIBkh HRgfGgwnGRAkGBkZGRQaFhIWEw8PDwkUDgoKCgAAAP///wAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh+QQFFADMACwA AAAAUABLAAAI/wABCBxIsKDBgwgTKlzIsKHDhxAjSpxIsaLFixgzatzIsaPHjyBDQjwA4YDI kwUVVDhR44SGCgpQimSQg0qNERkeIHjQYYFMjwqEjAHiocOEAwGSPsgw4KdGAkDiPPnwoUOD AwKSJp1QIYDTix7eeDmhgkaGDBIOHBigVUCGCF8pGsgxRoUJJjk8TBjxYcEBAwS0KsgQMy7E CjpUZKjBxcgJDxoQ5NCgdkBgrxEyeDXMMMAIHRo8MBlDJYeKDxq45mCA4EABrQEqPODM8IQO CRm85GHzBIgLEx4qNGCSAQECA1m9IshgkjbCDFSAaxG0m4qQlqglUGCyoDVbrREmOP9H6IKK Dh1sIpmRk+WIaRMcKkxwUcG4gddeDVTwOb6gCus6PEEJF3J48YQOLjymwQMsLbAAW5cBwEBX /RHEAYA5HPIGGGpYV8NpGmRQAQUNDEBBB1oBEMAEDFQ40ANUHIHgGItgIQcW7v0GGYkTGDGG HAgkJRACE2xW4QBHHJiDEJRgwQYYTwiR4AcZTHBCGYt4oQICAgj0gHwtugiAC1ic5wIfcXjB RoymfeDCGIfEQQUFfwGAABK4cDFBBEb2p0EWQiCoBSNPsMcEgh+gEckYJ0jAQAEHiFDED6ug csIE/FX4AI465JADI1xsGGUOJggBBgcTPKDABT7sQEIbtAT/A8aCfToXABOH5nCCGnwQGCOC JoTIgAQvKMGDFZ4o44stoLiAqZj/deqCDpFwUYcWvbmgQgURlFAEDDhM0ksuvCgCSDBeWFUr bRVwqisfd6DR4RHbbpAED1s0soUTmaiSCRlt7IJJDhEU1t8BT8iYmIDWYuHSDVbwIIMqvnxB BizCSDLHHp3wgoUGDKzLWQ1KkrpImiqEsIQTOMjgiDKywKFIJob0kYgkiPjCBw0PNNcfdEB4 akIWlDDBQRM88KCEIsEE84kie/gRCCSSkJLJK6gcwaLIcRlwhBA5fHgCJW98kIQSTuwBizGT tNGHIpNM8sknkMCSSi9emNCdiyfI/+hCDR6AgYkKMYjRRRu9GKNIH45Isgkpp2SyBB6yECPI aiFr6neCJ2hihgZbnKHEKcI4QgowkH+yRx9brIHLMLA8cZTPttYAtgsuaPBGJB70IEYTmxzT izCxbKJIGp6Q4QkyivyhBg0cCJD5zzm64CYmT4DuR+LHqLKHG2lsAUkvp3ThwwYAeHBCAAsY UKEBgeKuWByCZDBELscgI8seinxCRizB6AMRWDCBAgBABSMIgAHC1J8PHKEGuNNADh7BhAts QhiICIQd7OAHXpDiCjYIQc+QAgQKBGAA0xtPA3J0ghNkoA6CqAAVWgEHP7ghF7nwgxJekIEG LIABEegAE/9G8AABKIB2znGBb8iSASFcggkUCIUpeHGMTYjBB5eCgAQ4gBMaoEEzBkChiybw wCllgA+LmAAVkkELPUzhBvGZgAdyMIIFBEAFZgiAAO7DgC71JwBmOgF9mCAKLESgEXRAAnw4 kIEcACEDFkjAA7jwAQD8ZQDGcZEGjKAtFUCGEZoYwSY9YALUPAELLVgBBiYAhCcI5C8GWKCL BnC7FlIAC5yIoQfodYI45CELVZgBChjTIgEsYI8I6KOLPiAEGrRQAyM4BCXqcJYTPOEYugDV E1RQAyAIAFLJzACJkEgbBBghB5yjABryEAk+fOABGqiBGZ5wExF5gQELRIAJIsD/AAZkqj8n kBITdXAtShxCEG9gghG4QAOcMOAJKDCOB2jwlwMc00ULOIK2ToCTOlCBCahgBR8ikYUyPOEE qGpkAwzQmwcZQC1iCmiCtuUkF2SBE6LgxBO8wAQaBOcB2kEYDQzwpQYYrD8Z3aj6+ECvHNzh ZGVggmIokCAPZIABDYhAHR9wUb4J9AQVUIMWPmSCHDyBVFYFAg1YpIH21aAC+SQnbTJaA2c2 kg/o1NEHIOMjLjQKUxTIwlG49E+Ago0GJnjhNm3DBCDUIANv0AQX0CKBBXTgDUfppx3FlFGz busIcjiBF+qQAw6oAAgmKANoSukBCRARNxJ4gPvEVCos/wjBAxfIwxEoUYo4cKGsVMqAEWgQ HqYwgAb+dJCY7HQEJrzBBRR4AhsEMQuytQQ+T1ADEDoQngOcAAgGOI4CCLBcEwAhqpDJwxPG ACgmSEkDmMAEFzpQAQmwFAsQWIACWrNcBTzQNLd8w13KIIQRqCAHWFiEETwgygqYlwF7YtFy AeDAHEDPA4I4Ah9EIYgsqGDBpATCCRiQmgPs5YcP4BpnvKbWS2lBDXn4hSsiYQS7eOAJZjDL BI6Sg57oFwET1sATnMkBDFMhD3KgQsK0pYlc0rcBDzCDB/opvQkHAGwmuNRoVXAELqAWCEZY BCewAJkQ+VUCAxBAA1TMmQocIf/LHPjAIqggCE1ElQZUGEENPhC2lXBLAWHc7ITDlmUKeIEP lNAFKijxBG194Alc8AA8MdUdAxTWRRA4qUs8sAg5UCJLSvaUJiIhYL1AgDURAPKEBeKCI9jS C4c4AhbAQCogZMEVqECDCymQqgjMZtUCeeiUOMAINXx6EagdQw6Y4ALIVODZl55w37Isw0uw 4ha34IMXNGqCbnsAMqoG9kAIwOwToOYRIcXEjYzQKRWQxQNNEXdBMsCELGcAC5pgwxi0gIUo deq2bF51DXTgbUYcQg37VnK/KyDvhGS0hRx4wij4gHA2xAEI0W74QO6NIBcsYtGHAEMGNM6Q CrA7oGoGwIJmnBMQACH5BAUUAMwALCQABAAKABIAAAhzAJkJZLZgwsCDzCKUQThQAbARDJkZ OPYrAEMDs5YJYrhARZxlKBAyCAmqlMgazB78qnCQAUpmglS0fIkl5ECXArMYHHgApYInFplR GDFCpocMAu8oW6bsCbMDArksm7pMyMFSVIsxOEjD1a1ILBEe2MowIAAh+QQFFADMACw1AAoA DAASAAAIjgCZCRTIgcbAgwMzUEKIkMGyhQwFRrgDjFNEZh0EBdC1KOKDZVgMGOvAkAGoZRzi mGHYgQkQYG+eMJxQzICQZSNKAtMVAFQNhhlycAFlRibCDAZrFMtxcEEEDj+ZlenILECcYsqA MWVGQBADZneWiV0GRGAALAsWFBura4HACmWZZbnF8cHAEW4FLvgaMSAAIfkECRQAzAAsAAAA AFAASwAACN0AmQkcSLCgwYMIEypcyLChw4cQIwpcMEGixYsYI5TByLEjQwXARngcSVKggWO/ ApRcidHArGWCWMqMuEBFnGUoZupkyCAnqFI7gyJkUIPZg19CkxIkKjCmUqVMmWF5CrUosyxU kx4oquBJ1p0URoxQwcxDhq8z7yhbpszrAbQyuSybu0wI3Jml6BZjcFcmDVe3IlXoO/MAX8KI EytezLix48eQI0ueTLmy5cuYM2vezLmz58+gQ4seTbq06dOoU6tezbq169ewY8ueTbu27du4 c+vezbu379/Ag1cOCAA7 --------------050200090204050702040306 Content-Type: image/gif; name="Sent" Content-Transfer-Encoding: base64 Content-ID: Content-Disposition: inline; filename="Sent" R0lGODlhEAAWAKIGAGV/ov///wAAAGB7nzJAUrbD0////wAAACH5BAEAAAYALAAAAAAQABYA AANTaLrc/jBKIeQiQABLhiiF1AFAEWwKqnTBF5zpxXomrBKBObTCq66Dwo7W+xk6ulbGRspg hhSfg8JywR6CjnVjVGRJUkPXkP0UVOPyeFqxuN9wRgIAOw== --------------050200090204050702040306 Content-Type: image/gif; name="Sent" Content-Transfer-Encoding: base64 Content-ID: Content-Disposition: inline; filename="Sent" R0lGODlhEAAWAKIGAGV/ov///wAAAGB7nzJAUrbD0////wAAACH5BAEAAAYALAAAAAAQABYA AANTaLrc/jBKIeQiQABLhiiF1AFAEWwKqnTBF5zpxXomrBKBObTCq66Dwo7W+xk6ulbGRspg hhSfg8JywR6CjnVjVGRJUkPXkP0UVOPyeFqxuN9wRgIAOw== --------------050200090204050702040306 Content-Type: image/gif; name="Sent" Content-Transfer-Encoding: base64 Content-ID: Content-Disposition: inline; filename="Sent" R0lGODlhEAAWAKIGAGV/ov///wAAAGB7nzJAUrbD0////wAAACH5BAEAAAYALAAAAAAQABYA AANTaLrc/jBKIeQiQABLhiiF1AFAEWwKqnTBF5zpxXomrBKBObTCq66Dwo7W+xk6ulbGRspg hhSfg8JywR6CjnVjVGRJUkPXkP0UVOPyeFqxuN9wRgIAOw== --------------050200090204050702040306 Content-Type: image/gif; name="Sent" Content-Transfer-Encoding: base64 Content-ID: Content-Disposition: inline; filename="Sent" R0lGODlhEAAWAKIGAGV/ov///wAAAGB7nzJAUrbD0////wAAACH5BAEAAAYALAAAAAAQABYA AANTaLrc/jBKIeQiQABLhiiF1AFAEWwKqnTBF5zpxXomrBKBObTCq66Dwo7W+xk6ulbGRspg hhSfg8JywR6CjnVjVGRJUkPXkP0UVOPyeFqxuN9wRgIAOw== --------------050200090204050702040306 Content-Type: image/gif; name="Sent" Content-Transfer-Encoding: base64 Content-ID: Content-Disposition: inline; filename="Sent" R0lGODlhEAAWAKIGAGV/ov///wAAAGB7nzJAUrbD0////wAAACH5BAEAAAYALAAAAAAQABYA AANTaLrc/jBKIeQiQABLhiiF1AFAEWwKqnTBF5zpxXomrBKBObTCq66Dwo7W+xk6ulbGRspg hhSfg8JywR6CjnVjVGRJUkPXkP0UVOPyeFqxuN9wRgIAOw== --------------050200090204050702040306 Content-Type: image/gif; name="Sent" Content-Transfer-Encoding: base64 Content-ID: Content-Disposition: inline; filename="Sent" R0lGODlhEAAWAKIGAGV/ov///wAAAGB7nzJAUrbD0////wAAACH5BAEAAAYALAAAAAAQABYA AANTaLrc/jBKIeQiQABLhiiF1AFAEWwKqnTBF5zpxXomrBKBObTCq66Dwo7W+xk6ulbGRspg hhSfg8JywR6CjnVjVGRJUkPXkP0UVOPyeFqxuN9wRgIAOw== --------------050200090204050702040306 Content-Type: image/gif; name="Sent" Content-Transfer-Encoding: base64 Content-ID: Content-Disposition: inline; filename="Sent" R0lGODlhmgEFAID/AP///zMzmSH/C0FET0JFOklSMS4wAt7tACH5BAAAAAAALAAAAACaAQUA AAJBhI+py+0Po5y02ouz3rz7D4biSJbmiabqygbuC8fyTNf2jef6zvf+DwwKh8Si8YiEsZbM pvMJjUqn1Kr1is1qEQUAOw== --------------050200090204050702040306 Content-Type: image/gif; name="Sent" Content-Transfer-Encoding: base64 Content-ID: Content-Disposition: inline; filename="Sent" R0lGODlhmgEFAID/AP///zMzmSH/C0FET0JFOklSMS4wAt7tACH5BAAAAAAALAAAAACaAQUA AAJBhI+py+0Po5y02ouz3rz7D4biSJbmiabqygbuC8fyTNf2jef6zvf+DwwKh8Si8YiEsZbM pvMJjUqn1Kr1is1qEQUAOw== --------------050200090204050702040306 Content-Type: image/gif; name="Sent" Content-Transfer-Encoding: base64 Content-ID: Content-Disposition: inline; filename="Sent" R0lGODlhmgEFAID/AP///zMzmSH/C0FET0JFOklSMS4wAt7tACH5BAAAAAAALAAAAACaAQUA AAJBhI+py+0Po5y02ouz3rz7D4biSJbmiabqygbuC8fyTNf2jef6zvf+DwwKh8Si8YiEsZbM pvMJjUqn1Kr1is1qEQUAOw== --------------050200090204050702040306-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Aug 22 10:59:51 2001 Delivered-To: freebsd-ports@freebsd.org Received: from polaris.we.lc.ehu.es (polaris.we.lc.ehu.es [158.227.6.43]) by hub.freebsd.org (Postfix) with ESMTP id 4027137B419; Wed, 22 Aug 2001 10:59:42 -0700 (PDT) (envelope-from jose@we.lc.ehu.es) Received: from v-ger.we.lc.ehu.es (lxpx527.lx.ehu.es [158.227.27.173]) by polaris.we.lc.ehu.es (8.11.5/8.11.5) with ESMTP id f7MHxdb04336; Wed, 22 Aug 2001 19:59:39 +0200 (MET DST) Received: (from jose@localhost) by v-ger.we.lc.ehu.es (8.11.3/8.11.3) id f7MHvOn31641; Wed, 22 Aug 2001 19:57:24 +0200 (CEST) (envelope-from jose) Date: Wed, 22 Aug 2001 19:57:24 +0200 From: "Jose M. Alcaide" To: ports@FreeBSD.org Cc: sobomax@FreeBSD.org Subject: news/pan-0.10.0 fails to build (langinfo.h not found) Message-ID: <20010822195724.A31585@v-ger.we.lc.ehu.es> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i X-Operating-System: FreeBSD 4.3-RELEASE Sender: owner-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 am trying to build news/pan-0.10.0 to no avail. There are two source files (gmime/gmime-utils.c and pan/message-send.c) which include langinfo.h. It seems that it is needed for the declaration of nl_langinfo() and a macro named CODESET. Unfortunately, langinfo.h does not exist at all. Just FYI. JMA -- ****** Jose M. Alcaide // jose@we.lc.ehu.es // jmas@FreeBSD.org ****** ** "Beware of Programmers who carry screwdrivers" -- Leonard Brandwein ** To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Aug 22 11: 9: 1 2001 Delivered-To: freebsd-ports@freebsd.org Received: from yoda.bmi.net (yoda.bmi.net [204.57.191.163]) by hub.freebsd.org (Postfix) with ESMTP id 8515237B41B; Wed, 22 Aug 2001 11:08:40 -0700 (PDT) (envelope-from jmcoopr@webmail.bmi.net) Received: from johncoop.MSHOME (drumheller-router.bmi.net [206.63.201.3] (may be forged)) by yoda.bmi.net (Pro-8.9.3/Pro-8.9.3) with ESMTP id LAA29412; Wed, 22 Aug 2001 11:08:20 -0700 Received: from johncoop.MSHOME (localhost [127.0.0.1]) by johncoop.MSHOME (8.11.6/8.11.6) with ESMTP id f7MI8gA79666; Wed, 22 Aug 2001 11:08:54 -0700 (PDT) (envelope-from jmcoopr@webmail.bmi.net) Date: Wed, 22 Aug 2001 11:08:41 -0700 From: John Merryweather Cooper To: "Jose M . Alcaide" Cc: ports@FreeBSD.ORG, sobomax@FreeBSD.ORG Subject: Re: news/pan-0.10.0 fails to build (langinfo.h not found) Message-ID: <20010822110841.C32327@johncoop> References: <20010822195724.A31585@v-ger.we.lc.ehu.es> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit In-Reply-To: <20010822195724.A31585@v-ger.we.lc.ehu.es>; from jose@we.lc.ehu.es on Wed, Aug 22, 2001 at 10:57:24 -0700 X-Mailer: Balsa 1.1.7 Lines: 22 Sender: owner-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 2001.08.22 10:57 Jose M. Alcaide wrote: > Hello, > > I am trying to build news/pan-0.10.0 to no avail. There are two source > files (gmime/gmime-utils.c and pan/message-send.c) which include > langinfo.h. It seems that it is needed for the declaration of > nl_langinfo() and a macro named CODESET. Unfortunately, langinfo.h > does not exist at all. > > Just FYI. > JMA > -- > ****** Jose M. Alcaide // jose@we.lc.ehu.es // jmas@FreeBSD.org > ****** > ** "Beware of Programmers who carry screwdrivers" -- Leonard > Brandwein ** > I have the identical problem with pan-0.10. gnumeric-0.70 also doesn't build with a bunged patch file. jmc To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Aug 22 11:16:11 2001 Delivered-To: freebsd-ports@freebsd.org Received: from temphost.dragondata.com (temphost.dragondata.com [63.167.131.128]) by hub.freebsd.org (Postfix) with ESMTP id E3C8337B408; Wed, 22 Aug 2001 11:16:09 -0700 (PDT) (envelope-from toasty@temphost.dragondata.com) Received: (from toasty@localhost) by temphost.dragondata.com (8.11.3/8.11.3) id f7MIGFo46495; Wed, 22 Aug 2001 13:16:16 -0500 (CDT) (envelope-from toasty) From: Kevin Day Message-Id: <200108221816.f7MIGFo46495@temphost.dragondata.com> Subject: gcc 3.0 in ports To: obrien@FreeBSD.org Date: Wed, 22 Aug 2001 13:16:15 -0500 (CDT) Cc: ports@FreeBSD.org X-Mailer: ELM [version 2.5 PL5] 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 Is there a reason why ports/lang/gcc30 is a pre-release snapshot? I have a need for migrating to 3.0 for a project, but what's in ports has a bug that I'm running into. Has anyone been able to get 3.0 or 3.0.1 to build under FreeBSD successfully? -- Kevin To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Aug 22 12: 3:38 2001 Delivered-To: freebsd-ports@freebsd.org Received: from ipcard.iptcom.net (ipcard.iptcom.net [212.9.224.5]) by hub.freebsd.org (Postfix) with ESMTP id C468C37B430 for ; Wed, 22 Aug 2001 12:03:22 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Received: from vega.vega.com (dialup16-24.iptelecom.net.ua [212.9.229.216]) by ipcard.iptcom.net (8.9.3/8.9.3) with ESMTP id TAA63421; Wed, 22 Aug 2001 19:51:11 +0300 (EEST) (envelope-from sobomax@FreeBSD.org) 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 f7MGooo27132; Wed, 22 Aug 2001 19:50:50 +0300 (EEST) (envelope-from sobomax@FreeBSD.org) Message-ID: <3B83E326.C509A093@FreeBSD.org> Date: Wed, 22 Aug 2001 19:51:50 +0300 From: Maxim Sobolev Organization: Vega International Capital X-Mailer: Mozilla 4.78 [en] (Windows NT 5.0; U) X-Accept-Language: en,uk,ru MIME-Version: 1.0 To: Akinori MUSHA Cc: SADA Kenji , Fernando Krahe , ports@FreeBSD.org Subject: Re: Netscape References: <20010822233737.3a340c17.sada@bsdclub.org> <200108221457.f7MEvZf26625@vega.vega.com> <86pu9o13dz.wl@archon.local.idaemons.org> Content-Type: text/plain; charset=koi8-r 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 Akinori MUSHA wrote: > At Wed, 22 Aug 2001 17:57:35 +0300 (EEST), > sobomax wrote: > > > I recommend you to use linux version or mozilla. > > > > Why linux version? What's wrong with our native version? > > Security problems and unfixed bugs. They had discontinued the FreeBSD > version long ago. (And they never supported FreeBSD ELF ;) We are talking about mozilla here. -Maxim To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Aug 22 12:14: 3 2001 Delivered-To: freebsd-ports@freebsd.org Received: from ipcard.iptcom.net (ipcard.iptcom.net [212.9.224.5]) by hub.freebsd.org (Postfix) with ESMTP id 8706337B434; Wed, 22 Aug 2001 12:13:55 -0700 (PDT) (envelope-from max@vega.com) Received: from vega.vega.com (dialup11-60.iptelecom.net.ua [212.9.228.188]) by ipcard.iptcom.net (8.9.3/8.9.3) with ESMTP id VAA75629; Wed, 22 Aug 2001 21:39:02 +0300 (EEST) (envelope-from max@vega.com) Received: (from max@localhost) by vega.vega.com (8.11.4/8.11.3) id f7MIcVo27684; Wed, 22 Aug 2001 21:38:31 +0300 (EEST) (envelope-from sobomax@FreeBSD.org) From: Maxim Sobolev Message-Id: <200108221838.f7MIcVo27684@vega.vega.com> Subject: Re: news/pan-0.10.0 fails to build (langinfo.h not found) To: jose@we.lc.ehu.es (Jose M. Alcaide) Date: Wed, 22 Aug 2001 21:37:51 +0300 (EEST) Cc: ports@FreeBSD.ORG, sobomax@FreeBSD.ORG In-Reply-To: <20010822195724.A31585@v-ger.we.lc.ehu.es> from "Jose M. Alcaide" at Aug 22, 2001 07:57:24 PM X-Mailer: ELM [version 2.5 PL5] 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 am trying to build news/pan-0.10.0 to no avail. There are two source > files (gmime/gmime-utils.c and pan/message-send.c) which include > langinfo.h. It seems that it is needed for the declaration of > nl_langinfo() and a macro named CODESET. Unfortunately, langinfo.h > does not exist at all. I see. The problem is that my development box is 5-current, which has this include and function. I'll commit patch shortly. Thank you for reporting! -Maxim To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Aug 22 12:22:26 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 410CE37B431; Wed, 22 Aug 2001 12:22:17 -0700 (PDT) (envelope-from knu@iDaemons.org) Received: from daemon.musha.org (daemon.local.idaemons.org [192.168.1.1]) by mail.musha.org (Postfix) with ESMTP id A595A4D833; Thu, 23 Aug 2001 04:22:14 +0900 (JST) Date: Thu, 23 Aug 2001 04:22:14 +0900 Message-ID: <86lmkbj3x5.wl@daemon.musha.org> From: "Akinori MUSHA" To: Maxim Sobolev Cc: SADA Kenji , Fernando Krahe , ports@FreeBSD.org Subject: Re: Netscape In-Reply-To: <3B83E326.C509A093@FreeBSD.org> References: <20010822233737.3a340c17.sada@bsdclub.org> <200108221457.f7MEvZf26625@vega.vega.com> <86pu9o13dz.wl@archon.local.idaemons.org> <3B83E326.C509A093@FreeBSD.org> User-Agent: Wanderlust/2.7.2 (Too Funky) 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) 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.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 Wed, 22 Aug 2001 19:51:50 +0300, sobomax wrote: > We are talking about mozilla here. Are you sure? I couldn't read that from what Sada-san said: > > > > I recommend you to use linux version or mozilla. -- / /__ __ 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 Wed Aug 22 12:37:35 2001 Delivered-To: freebsd-ports@freebsd.org Received: from yoda.bmi.net (yoda.bmi.net [204.57.191.163]) by hub.freebsd.org (Postfix) with ESMTP id 0474737B434; Wed, 22 Aug 2001 12:37:14 -0700 (PDT) (envelope-from jmcoopr@webmail.bmi.net) Received: from johncoop.MSHOME (drumheller-router.bmi.net [206.63.201.3] (may be forged)) by yoda.bmi.net (Pro-8.9.3/Pro-8.9.3) with ESMTP id MAA16059; Wed, 22 Aug 2001 12:36:35 -0700 Received: from johncoop.MSHOME (localhost [127.0.0.1]) by johncoop.MSHOME (8.11.6/8.11.6) with ESMTP id f7MJWBA81001; Wed, 22 Aug 2001 12:32:12 -0700 (PDT) (envelope-from jmcoopr@webmail.bmi.net) Date: Wed, 22 Aug 2001 12:32:11 -0700 From: John Merryweather Cooper To: Maxim Sobolev Cc: Akinori MUSHA , SADA Kenji , Fernando Krahe , ports@FreeBSD.ORG Subject: Re: Netscape Message-ID: <20010822123211.C80735@johncoop> References: <20010822233737.3a340c17.sada@bsdclub.org> <200108221457.f7MEvZf26625@vega.vega.com> <86pu9o13dz.wl@archon.local.idaemons.org> <3B83E326.C509A093@FreeBSD.org> Mime-Version: 1.0 Content-Type: text/plain; charset=KOI8-R Content-Transfer-Encoding: 8bit In-Reply-To: <3B83E326.C509A093@FreeBSD.org>; from sobomax@FreeBSD.ORG on Wed, Aug 22, 2001 at 09:51:50 -0700 X-Mailer: Balsa 1.1.7 Lines: 24 Sender: owner-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 2001.08.22 09:51 Maxim Sobolev wrote: > Akinori MUSHA wrote: > > > At Wed, 22 Aug 2001 17:57:35 +0300 (EEST), > > sobomax wrote: > > > > I recommend you to use linux version or mozilla. > > > > > > Why linux version? What's wrong with our native version? > > > > Security problems and unfixed bugs. They had discontinued the > FreeBSD > > version long ago. (And they never supported FreeBSD ELF ;) > > We are talking about mozilla here. > > -Maxim > > I have a PR out there with a PATCH to make plugger friendly with Mozilla. The PR is ports/29585. The only change I would make to it is to add mpg123 as a BUILD_DEPENDS. YMMV. jmc To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Aug 22 12:56:48 2001 Delivered-To: freebsd-ports@freebsd.org Received: from day.its.uiowa.edu (day.its.uiowa.edu [128.255.56.107]) by hub.freebsd.org (Postfix) with ESMTP id EBD8F37B40A; Wed, 22 Aug 2001 12:55:51 -0700 (PDT) (envelope-from chris-manjoine@uiowa.edu) Received: from dsp42.uiowa.edu (dsp42.dsp.uiowa.edu [128.255.242.42]) by day.its.uiowa.edu (8.11.3/8.11.1/ns-mx-1.13) with ESMTP id f7MJtpC17242; Wed, 22 Aug 2001 14:55:51 -0500 Message-Id: <5.0.0.25.2.20010822145501.01999d90@dsp10.dsp.uiowa.edu> X-Sender: manjoine@dsp10.dsp.uiowa.edu X-Mailer: QUALCOMM Windows Eudora Version 5.0 Date: Wed, 22 Aug 2001 14:55:41 -0500 To: dirk@FreeBSD.org From: Chris Manjoine Subject: FreeBSD Port: mod_php4-4.0.6 Cc: ports@FreeBSD.org Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="=====================_455323484==_.ALT" Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org --=====================_455323484==_.ALT Content-Type: text/plain; charset="us-ascii"; format=flowed dirk though you might want this patch info for GD and TrueType in your current Port 2001-07-14 08:59:58] wez@php.net OK, try either using the latest CVS or changing the following line in ext/gd/gd.c of the PHP sources: -# if HAVE_LIBGD20 & HAVE_LIBFREETYPE +# if HAVE_LIBFREETYPE (It's line 2761 for me in CVS; if you can't find it, look for gdImageStringTTF; it's just above it). I hope that fixes the problem! --Wez. [2001-07-16 08:24:24] rip@undernet.org Re I am now using : Apache 1.3.20 PHP 4.0.6 + the GD patch freetype2 2.0.3.1 gd 1.8.4.2 It works fine. Thanks wez. works great keep up the good work. =~=~=~=~=~=~=~=~ --=====================_455323484==_.ALT Content-Type: text/html; charset="us-ascii" dirk though you might want this patch info for GD and TrueType in your current Port

2001-07-14 08:59:58] wez@php.net
OK, try either using the latest CVS or changing the following line in ext/gd/gd.c of the
PHP sources:

-# if HAVE_LIBGD20 & HAVE_LIBFREETYPE
+# if HAVE_LIBFREETYPE

(It's line 2761 for me in CVS; if you can't find it, look for gdImageStringTTF; it's just
above it).

I hope that fixes the problem!

--Wez.
[2001-07-16 08:24:24] rip@undernet.org
Re

I am now using :
Apache 1.3.20
PHP 4.0.6 + the GD patch
freetype2 2.0.3.1
gd 1.8.4.2

It works fine.

Thanks wez.


works great keep up the good work.


=~=~=~=~=~=~=~=~ --=====================_455323484==_.ALT-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Aug 22 13: 0: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 2D45137B43E for ; Wed, 22 Aug 2001 13:00:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7MK01a37243; Wed, 22 Aug 2001 13:00:01 -0700 (PDT) (envelope-from gnats) Received: from pr0n.kutulu.org (pr0n.kutulu.org [151.196.107.157]) by hub.freebsd.org (Postfix) with ESMTP id DB41337B43F for ; Wed, 22 Aug 2001 12:55:53 -0700 (PDT) (envelope-from kutulu@pr0n.kutulu.org) Received: (from root@localhost) by pr0n.kutulu.org (8.11.5/8.11.5) id f7MExFV02458; Wed, 22 Aug 2001 14:59:15 GMT (envelope-from kutulu) Message-Id: <200108221459.f7MExFV02458@pr0n.kutulu.org> Date: Wed, 22 Aug 2001 14:59:15 GMT From: kutulu Reply-To: kutulu To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/29963: Configure fails for most kde-2 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: 29963 >Category: ports >Synopsis: Configure fails for most kde-2 ports. >Confidential: no >Severity: serious >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed Aug 22 13:00:00 PDT 2001 >Closed-Date: >Last-Modified: >Originator: kutulu >Release: FreeBSD 4.4-20010815-RC1 i386 >Organization: >Environment: System: FreeBSD pr0n.kutulu.org 4.4-20010815-RC1 FreeBSD 4.4-20010815-RC1 #0: Thu Aug 16 06:35:35 GMT 2001 murray@scrub.lab.nuxi.com:/usr/src/sys/compile/GENERIC i386 >Description: When building any of the kde2 ports (ie, kde2 or it's dependancies like kdelibs2 or kdebase2, the configure process to locate libXext fails. The problem results from the fact that the make process is setting the LIBS variable to include /usr/X11R6/lib (for example) before calling configure. The configure step to locate X's libraries includes $LIBS in the link command, which leads configure to beleive that the X libraries are in a standard location (it claims /usr/lib). However, when the configure step to locate libXext is run, LIBS is temporarily cleared out, removing the -L flag pointing to the X libraries, and the attempt to locate libXext fails. >How-To-Repeat: Attempt to make in kdelibs2. (kdebase2 also failes, I assume any kde2 package that requires libXext will fail similarly). >Fix: Immediate workaround was to make patch, then edit the configure script for any affected packages to force the X libraries to be found in the correct place. Example, from kdelibs2: *** configure.old Wed Aug 22 14:49:53 2001 --- configure Wed Aug 22 14:50:05 2001 *************** *** 5,7 **** # We can link X programs with no special library path. ! ac_x_libraries= else --- 5,7 ---- # We can link X programs with no special library path. ! ac_x_libraries=/usr/X11R6/lib else An actual fix will probably involve either modifying LIBS as set before running ./configure to not include the X libraries, or change the autoconf macro to locate libXext so that it saves the -L flag. Changing the make process for the ports system is a bit beyond my current skill level. :) >Release-Note: >Audit-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 Aug 22 13:10: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 5DC2737B447 for ; Wed, 22 Aug 2001 13:10:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7MKA1N41005; Wed, 22 Aug 2001 13:10:01 -0700 (PDT) (envelope-from gnats) Received: from blaubaer.kn-bremen.de (blaubaer.kn-bremen.de [195.37.179.254]) by hub.freebsd.org (Postfix) with ESMTP id 68C3C37B40D for ; Wed, 22 Aug 2001 13:07:46 -0700 (PDT) (envelope-from nox@saturn.kn-bremen.de) Received: from saturn.UUCP (uucp@localhost) by blaubaer.kn-bremen.de (8.9.1/8.9.1) with UUCP id WAA02533 for FreeBSD-gnats-submit@freebsd.org; Wed, 22 Aug 2001 22:03:41 +0200 Received: (from nox@localhost) by saturn (8.11.4/8.8.5) id f7MK42W06929; Wed, 22 Aug 2001 22:04:02 +0200 (CEST) Message-Id: <200108222004.f7MK42W06929@saturn> Date: Wed, 22 Aug 2001 22:04:02 +0200 (CEST) From: Juergen Lock Reply-To: Juergen Lock To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/29965: www/gnuinfo home page moved Sender: owner-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: 29965 >Category: ports >Synopsis: www/gnuinfo home page moved >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: Wed Aug 22 13:10:00 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Juergen Lock >Release: FreeBSD 4.3-STABLE i386 >Organization: me? organized?? >Environment: System: FreeBSD saturn 4.3-STABLE FreeBSD 4.3-STABLE #2: Wed Aug 22 20:46:44 CEST 2001 nox@saturn:/www/w/usr/src4/src/sys/compile/SP3G.3I i386 >Description: port's home page moved >How-To-Repeat: try to build it >Fix: Index: Makefile =================================================================== RCS file: /home/ncvs/ports/www/gnuinfo/Makefile,v retrieving revision 1.3 diff -u -r1.3 Makefile --- Makefile 2001/02/05 15:33:22 1.3 +++ Makefile 2001/08/22 19:55:45 @@ -8,7 +8,7 @@ PORTNAME= gnuinfo PORTVERSION= 1.3 CATEGORIES= www -MASTER_SITES= http://user.cs.tu-berlin.de/~kraxel/info2html/ +MASTER_SITES= http://www.wohnheim.uni-ulm.de/allerlei/ MAINTAINER= nox@jelal.kn-bremen.de Index: pkg-descr =================================================================== RCS file: /home/ncvs/ports/www/gnuinfo/pkg-descr,v retrieving revision 1.1.1.1 diff -u -r1.1.1.1 pkg-descr --- pkg-descr 1999/11/26 19:29:56 1.1.1.1 +++ pkg-descr 2001/08/22 19:55:35 @@ -17,4 +17,4 @@ gcc 2.95.1 (/usr/ports/lang/egcs) in addition to the (less recent) system compiler. -WWW: http://user.cs.tu-berlin.de/~kraxel/info2html/gnuinfo.html +WWW: http://www.wohnheim.uni-ulm.de/allerlei/gnuinfo.html >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Aug 22 14:10: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 13FA237B412 for ; Wed, 22 Aug 2001 14:10:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7MLA2o65119; Wed, 22 Aug 2001 14:10:02 -0700 (PDT) (envelope-from gnats) Date: Wed, 22 Aug 2001 14:10:02 -0700 (PDT) Message-Id: <200108222110.f7MLA2o65119@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: "Michael Nottebrock" Subject: Re: ports/29954: Tircproxy breaks in transparent proxy mode under 4.3R & higher (IP Filter 3.4.x). Reply-To: "Michael Nottebrock" Sender: owner-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/29954; it has been noted by GNATS. From: "Michael Nottebrock" To: "Peter Pentchev" Cc: Subject: Re: ports/29954: Tircproxy breaks in transparent proxy mode under 4.3R & higher (IP Filter 3.4.x). Date: Wed, 22 Aug 2001 23:04:06 +0200 From: "Peter Pentchev" , Wednesday, August 22, 2001 2:47 PM: > [...] > Granted, this would be a case of improper system administration, > but I wonder if a runtime check would not fix it better - check > the result of the kern.osreldate sysctl instead of __FreeBSD_version? > [...] Hm. Didn't think of that. Here's a new Patch which does it all at runtime :). begin 644 /usr/ports/irc/tircproxy/files/patch-ad M*BHJ('1I2YC+F]R:6<)5V5D($%U9R`R,B`R,CHT-3HU-2`R,#`Q M"BTM+2!T:7)C<')O>'DN8PE7960@075G(#(R(#(R.C4Q.C`T(#(P,#$**BHJ M*BHJ*BHJ*BHJ*BHJ"BHJ*B`T-RPU."`J*BHJ"BTM+2`T-RPV,"`M+2TM"B`@ M(VEN8VQU9&4@/&%R<&$O:6YE="YH/@H@("-I;F-L=61E(#QN971D8BYH/@H@ M("-I;F-L=61E(#QS>7,O='EP97,N:#X**R`C:6YC;'5D92`\7-L;VF5O9BAO7-C=&PH;6EB+"`R+"`F;W-R96QD871E+"`FPHA("`@ M("`@("`@("`@("`@("`@("`@("`@(&9D(#T@;W!E;BA)4$Q?3D%4+"!/7U)$ M3TY,62D["B$@("`@("`@("`@("`@("`@("`@("`@("`@:68@*&EO8W1L*&9D M+"!324]#1TY!5$PL("9N871L;V]K*2`]/2`M,2D*(2`)("`@("`)("`@("`@ M("!["B$@("`@("`@("`@("`@("`@(`D@("`@("`@('!E2!T:&4@:'1O;G,H;G1O:',H*2D@/S\*("`)"2HJ("`@06YD('=H>2!T:&4@ B9V5T:7`N+BAI;F5T7VYT;V$H*2D@/S\_(%T*("`)"2HO"FYD ` end To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Aug 22 14:41:27 2001 Delivered-To: freebsd-ports@freebsd.org Received: from smtp010.mail.yahoo.com (smtp010.mail.yahoo.com [216.136.173.30]) by hub.freebsd.org (Postfix) with SMTP id 2DE0237B411 for ; Wed, 22 Aug 2001 14:41:04 -0700 (PDT) (envelope-from kc5vdj@yahoo.com) Received: from mkc-65-28-47-209.kc.rr.com (HELO yahoo.com) (65.28.47.209) by smtp.mail.vip.sc5.yahoo.com with SMTP; 22 Aug 2001 21:41:04 -0000 X-Apparently-From: Message-ID: <3B8426EF.7080401@yahoo.com> Date: Wed, 22 Aug 2001 16:41:03 -0500 From: Jim Bryant Reply-To: kc5vdj@yahoo.com User-Agent: Mozilla/5.0 (X11; U; Linux i386; en-US; rv:0.9.2) Gecko/20010726 Netscape6/6.1 X-Accept-Language: en-us MIME-Version: 1.0 To: j mckitrick Cc: freebsd-ports@freebsd.org Subject: Re: Invisible Linux Netscape? References: <20010821210039.A44850@dogma.freebsd-uk.eu.org> <3B82EF91.8070104@yahoo.com> <20010822123148.A50609@dogma.freebsd-uk.eu.org> 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 j mckitrick wrote: > On Tue, Aug 21, 2001 at 06:32:33PM -0500, Jim Bryant wrote: > | ps -ax | grep dns.helper > | > | kill that... > | > | netscape 4.7x's dns helper hangs on both -current and -stable.... apparently at random... i've seen this behaviour for about a year... > | > | upgrading to 4.78 [or is it 4.79, i forget] doesn't fix this matter, but will fix some 3xpl0itz, so you may want to do the upgrade > | anyhow... > > It doesn't just add a bunch of whizbang FEEtures that I *must* have to > enhance my browsing experience? Nah... Nah, it gets rid of what some would call "features"... To get enhanced functionality, you have to get 6.10, and even then, get it direct from netscape, because that works, and the freebsd -port is using some hacked version with menu problems... Speaking of hacking... Is that your real name, or just a handle from /usr/games/wargames? I'll take a WOPR with cheese, please.. jim -- ET has one helluva sense of humor! He's always anal-probing right-wing schizos! _________________________________________________________ Do You Yahoo!? Get your free @yahoo.com address at http://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 Wed Aug 22 14:43: 8 2001 Delivered-To: freebsd-ports@freebsd.org Received: from smtp013.mail.yahoo.com (smtp013.mail.yahoo.com [216.136.173.57]) by hub.freebsd.org (Postfix) with SMTP id 714D737B42B for ; Wed, 22 Aug 2001 14:42:57 -0700 (PDT) (envelope-from kc5vdj@yahoo.com) Received: from mkc-65-28-47-209.kc.rr.com (HELO yahoo.com) (65.28.47.209) by smtp.mail.vip.sc5.yahoo.com with SMTP; 22 Aug 2001 21:42:57 -0000 X-Apparently-From: Message-ID: <3B842760.3050402@yahoo.com> Date: Wed, 22 Aug 2001 16:42:56 -0500 From: Jim Bryant Reply-To: kc5vdj@yahoo.com User-Agent: Mozilla/5.0 (X11; U; Linux i386; en-US; rv:0.9.2) Gecko/20010726 Netscape6/6.1 X-Accept-Language: en-us MIME-Version: 1.0 To: Maxim Sobolev Cc: SADA Kenji , Fernando Krahe , ports@FreeBSD.ORG Subject: Re: Netscape References: <200108221457.f7MEvZf26625@vega.vega.com> 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 Maxim Sobolev wrote: >>On Tue, 21 Aug 2001 11:21:00 -0300 >>"Fernando Krahe" wrote: >> >> >>>I am about to install FreeBSD in my laptop and I intent to install version >>>4.3 with XFree86 4. Reading the requirements and remembering some troubles I >>>had in the past, I see that Netscape requires XFree86-3.3.6_9 distribution >>>and XFree86-aoutlibs-3.3.6.9 libraries. How can I install Netscape using >>>XFree86 4? >>> >>1. Build ports. >>2. mkdir XFree86-3.3.6_9 at /var/db/pkg and fake your packages out. >> >>I recommend you to use linux version or mozilla. >> > > Why linux version? What's wrong with our native version? Oh... Just the EXTREME lack of /usr/ports/netscape-plugins jim -- ET has one helluva sense of humor! He's always anal-probing right-wing schizos! _________________________________________________________ Do You Yahoo!? Get your free @yahoo.com address at http://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 Wed Aug 22 14:53:28 2001 Delivered-To: freebsd-ports@freebsd.org Received: from mail.ctonet.it (mail.ctonet.it [212.110.160.100]) by hub.freebsd.org (Postfix) with ESMTP id 7B98137B445; Wed, 22 Aug 2001 14:52:54 -0700 (PDT) (envelope-from olgeni@uli.it) Received: from olgeni.olgeni (ppp-157.dial6.ctonet.it [212.110.181.157]) by mail.ctonet.it (Postfix) with ESMTP id DC49E12218; Wed, 22 Aug 2001 23:52:51 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by olgeni.olgeni (8.11.5/8.11.5) with ESMTP id f7MLrEP17276; Wed, 22 Aug 2001 23:53:18 +0200 (CEST) (envelope-from olgeni@uli.it) Date: Wed, 22 Aug 2001 23:53:14 +0200 (CEST) From: Jimmy Olgeni X-X-Sender: To: Cc: Subject: [for review] installing lib/libjpeg.la in graphics/jpeg Message-ID: <20010822234506.Y1741-100000@olgeni.olgeni> 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! This patch makes graphics/jpeg install the lib/libjpeg.la file, needed to build some ports (notably some KDE applications). diff -ruN --exclude CVS /usr/ports/graphics/jpeg/Makefile ./Makefile --- /usr/ports/graphics/jpeg/Makefile Sun May 27 00:30:53 2001 +++ ./Makefile Tue Aug 21 20:50:28 2001 @@ -24,6 +24,9 @@ MAN1= cjpeg.1 djpeg.1 jpegtran.1 rdjpgcom.1 wrjpgcom.1 post-install: + @${INSTALL_DATA} ${WRKSRC}/libjpeg.la ${PREFIX}/lib/libjpeg.la + @${PERL} -pi -e "s@installed=no@installed=yes@g" \ + ${PREFIX}/lib/libjpeg.la .if !defined(NOPORTDOCS) ${MKDIR} ${PREFIX}/share/doc/jpeg ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/jpeg diff -ruN --exclude CVS /usr/ports/graphics/jpeg/pkg-plist ./pkg-plist --- /usr/ports/graphics/jpeg/pkg-plist Sun May 27 00:30:53 2001 +++ ./pkg-plist Tue Aug 21 20:50:33 2001 @@ -8,6 +8,7 @@ include/jmorecfg.h include/jpeglib.h lib/libjpeg.a +lib/libjpeg.la lib/libjpeg.so lib/libjpeg.so.9 %%PORTDOCS%%share/doc/jpeg/README To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Aug 22 15:55:53 2001 Delivered-To: freebsd-ports@freebsd.org Received: from yoda.bmi.net (yoda.bmi.net [204.57.191.163]) by hub.freebsd.org (Postfix) with ESMTP id 981CC37B43C; Wed, 22 Aug 2001 15:55:14 -0700 (PDT) (envelope-from jmcoopr@webmail.bmi.net) Received: from johncoop.MSHOME (drumheller-router.bmi.net [206.63.201.3] (may be forged)) by yoda.bmi.net (Pro-8.9.3/Pro-8.9.3) with ESMTP id PAA28010; Wed, 22 Aug 2001 15:54:47 -0700 Received: from johncoop.MSHOME (localhost [127.0.0.1]) by johncoop.MSHOME (8.11.6/8.11.6) with ESMTP id f7MMtCA80157; Wed, 22 Aug 2001 15:55:12 -0700 (PDT) (envelope-from jmcoopr@webmail.bmi.net) Date: Wed, 22 Aug 2001 12:32:11 -0700 From: John Merryweather Cooper To: Maxim Sobolev Cc: Akinori MUSHA , SADA Kenji , Fernando Krahe , ports@FreeBSD.ORG Subject: Re: Netscape Message-ID: <20010822123211.C80735@johncoop> References: <20010822233737.3a340c17.sada@bsdclub.org> <200108221457.f7MEvZf26625@vega.vega.com> <86pu9o13dz.wl@archon.local.idaemons.org> <3B83E326.C509A093@FreeBSD.org> Mime-Version: 1.0 Content-Type: text/plain; charset=KOI8-R Content-Transfer-Encoding: 8bit In-Reply-To: <3B83E326.C509A093@FreeBSD.org>; from sobomax@FreeBSD.ORG on Wed, Aug 22, 2001 at 09:51:50 -0700 X-Mailer: Balsa 1.1.7 Lines: 24 Sender: owner-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 2001.08.22 09:51 Maxim Sobolev wrote: > Akinori MUSHA wrote: > > > At Wed, 22 Aug 2001 17:57:35 +0300 (EEST), > > sobomax wrote: > > > > I recommend you to use linux version or mozilla. > > > > > > Why linux version? What's wrong with our native version? > > > > Security problems and unfixed bugs. They had discontinued the > FreeBSD > > version long ago. (And they never supported FreeBSD ELF ;) > > We are talking about mozilla here. > > -Maxim > > I have a PR out there with a PATCH to make plugger friendly with Mozilla. The PR is ports/29585. The only change I would make to it is to add mpg123 as a BUILD_DEPENDS. YMMV. jmc To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Aug 22 16:26: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 DCED837B410; Wed, 22 Aug 2001 16:26:00 -0700 (PDT) (envelope-from ade@FreeBSD.org) Received: (from ade@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7MNPZi88116; Wed, 22 Aug 2001 16:25:35 -0700 (PDT) (envelope-from ade) Date: Wed, 22 Aug 2001 16:25:35 -0700 (PDT) From: Message-Id: <200108222325.f7MNPZi88116@freefall.freebsd.org> To: ade@FreeBSD.org, freebsd-ports@FreeBSD.org, petef@FreeBSD.org Subject: Re: ports/29881: New port: mail/sigit Sender: owner-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/sigit Responsible-Changed-From-To: freebsd-ports->petef Responsible-Changed-By: ade Responsible-Changed-When: Wed Aug 22 16:25:22 PDT 2001 Responsible-Changed-Why: Submitter is now a committer. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=29881 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Aug 22 16:26: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 B69D637B406; Wed, 22 Aug 2001 16:26:32 -0700 (PDT) (envelope-from ade@FreeBSD.org) Received: (from ade@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7MNOjU87899; Wed, 22 Aug 2001 16:24:45 -0700 (PDT) (envelope-from ade) Date: Wed, 22 Aug 2001 16:24:45 -0700 (PDT) From: Message-Id: <200108222324.f7MNOjU87899@freefall.freebsd.org> To: ade@FreeBSD.org, freebsd-ports@FreeBSD.org, petef@FreeBSD.org Subject: Re: ports/29693: New port: www/mod_cvs Sender: owner-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: www/mod_cvs Responsible-Changed-From-To: freebsd-ports->petef Responsible-Changed-By: ade Responsible-Changed-When: Wed Aug 22 16:24:33 PDT 2001 Responsible-Changed-Why: Submitter is now a committer. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=29693 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Aug 22 16:27: 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 28EF737B406; Wed, 22 Aug 2001 16:26:43 -0700 (PDT) (envelope-from ade@FreeBSD.org) Received: (from ade@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7MNPEK88045; Wed, 22 Aug 2001 16:25:14 -0700 (PDT) (envelope-from ade) Date: Wed, 22 Aug 2001 16:25:14 -0700 (PDT) From: Message-Id: <200108222325.f7MNPEK88045@freefall.freebsd.org> To: ade@FreeBSD.org, freebsd-ports@FreeBSD.org, petef@FreeBSD.org Subject: Re: ports/29840: New port: mail/qmHandle Sender: owner-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/qmHandle Responsible-Changed-From-To: freebsd-ports->petef Responsible-Changed-By: ade Responsible-Changed-When: Wed Aug 22 16:24:57 PDT 2001 Responsible-Changed-Why: Submitter is now a committer. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=29840 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Aug 22 16:27: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 4160E37B43C; Wed, 22 Aug 2001 16:27:00 -0700 (PDT) (envelope-from ade@FreeBSD.org) Received: (from ade@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7MNNE887594; Wed, 22 Aug 2001 16:23:14 -0700 (PDT) (envelope-from ade) Date: Wed, 22 Aug 2001 16:23:14 -0700 (PDT) From: Message-Id: <200108222323.f7MNNE887594@freefall.freebsd.org> To: ade@FreeBSD.org, freebsd-ports@FreeBSD.org, petef@FreeBSD.org Subject: Re: ports/29658: New port: security/p5-GPG Sender: owner-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/p5-GPG Responsible-Changed-From-To: freebsd-ports->petef Responsible-Changed-By: ade Responsible-Changed-When: Wed Aug 22 16:22:43 PDT 2001 Responsible-Changed-Why: Submitter is now a committer. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=29658 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Aug 22 16:27: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 6DB2437B41E; Wed, 22 Aug 2001 16:27:24 -0700 (PDT) (envelope-from ade@FreeBSD.org) Received: (from ade@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7MNNxg87701; Wed, 22 Aug 2001 16:23:59 -0700 (PDT) (envelope-from ade) Date: Wed, 22 Aug 2001 16:23:59 -0700 (PDT) From: Message-Id: <200108222323.f7MNNxg87701@freefall.freebsd.org> To: ade@FreeBSD.org, freebsd-ports@FreeBSD.org, petef@FreeBSD.org Subject: Re: ports/29664: New port: net/p5-Net-Traceroute6 Sender: owner-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-Net-Traceroute6 Responsible-Changed-From-To: freebsd-ports->petef Responsible-Changed-By: ade Responsible-Changed-When: Wed Aug 22 16:23:33 PDT 2001 Responsible-Changed-Why: Submitter is now a committer. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=29664 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Aug 22 16:27: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 B057737B406; Wed, 22 Aug 2001 16:27:28 -0700 (PDT) (envelope-from ade@FreeBSD.org) Received: (from ade@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7MNOLs87786; Wed, 22 Aug 2001 16:24:21 -0700 (PDT) (envelope-from ade) Date: Wed, 22 Aug 2001 16:24:21 -0700 (PDT) From: Message-Id: <200108222324.f7MNOLs87786@freefall.freebsd.org> To: ade@FreeBSD.org, freebsd-ports@FreeBSD.org, petef@FreeBSD.org Subject: Re: ports/29665: New port: mail/p5-Mail-ListDetector Sender: owner-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/p5-Mail-ListDetector Responsible-Changed-From-To: freebsd-ports->petef Responsible-Changed-By: ade Responsible-Changed-When: Wed Aug 22 16:24:07 PDT 2001 Responsible-Changed-Why: Submitter is now a committer. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=29665 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Aug 22 16:35: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 3244437B40F; Wed, 22 Aug 2001 16:35:53 -0700 (PDT) (envelope-from ade@FreeBSD.org) Received: (from ade@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7MNQZp88271; Wed, 22 Aug 2001 16:26:35 -0700 (PDT) (envelope-from ade) Date: Wed, 22 Aug 2001 16:26:35 -0700 (PDT) From: Message-Id: <200108222326.f7MNQZp88271@freefall.freebsd.org> To: ade@FreeBSD.org, freebsd-ports@FreeBSD.org, petef@FreeBSD.org Subject: Re: ports/29918: Update news/slrn to 0.9.7.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 news/slrn to 0.9.7.2 Responsible-Changed-From-To: freebsd-ports->petef Responsible-Changed-By: ade Responsible-Changed-When: Wed Aug 22 16:26:15 PDT 2001 Responsible-Changed-Why: Submitter is now a committer. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=29918 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Aug 22 16:35: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 678D537B406; Wed, 22 Aug 2001 16:35:53 -0700 (PDT) (envelope-from ade@FreeBSD.org) Received: (from ade@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7MNQ4x88192; Wed, 22 Aug 2001 16:26:04 -0700 (PDT) (envelope-from ade) Date: Wed, 22 Aug 2001 16:26:04 -0700 (PDT) From: Message-Id: <200108222326.f7MNQ4x88192@freefall.freebsd.org> To: ade@FreeBSD.org, freebsd-ports@FreeBSD.org, petef@FreeBSD.org Subject: Re: ports/29883: Update textproc/par to 1.53 Sender: owner-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 textproc/par to 1.53 Responsible-Changed-From-To: freebsd-ports->petef Responsible-Changed-By: ade Responsible-Changed-When: Wed Aug 22 16:25:49 PDT 2001 Responsible-Changed-Why: Submitter is now a committer. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=29883 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Aug 22 17:21: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 2BE3C37B407 for ; Wed, 22 Aug 2001 17:20:24 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7N0KOd96385; Wed, 22 Aug 2001 17:20:24 -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 5138F37B409 for ; Wed, 22 Aug 2001 17:17:31 -0700 (PDT) (envelope-from nobody@FreeBSD.org) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7N0HVx96209; Wed, 22 Aug 2001 17:17:31 -0700 (PDT) (envelope-from nobody) Message-Id: <200108230017.f7N0HVx96209@freefall.freebsd.org> Date: Wed, 22 Aug 2001 17:17:31 -0700 (PDT) From: "Rodolfo A. Sanchez Guzman" To: freebsd-gnats-submit@FreeBSD.org Subject: ports/29968: Update Port: Java/JavaMail 1.2. Update of JavaMail Sender: owner-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: 29968 >Category: ports >Synopsis: Update Port: Java/JavaMail 1.2. Update of JavaMail >Confidential: 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 Aug 22 17:20:23 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Rodolfo A. Sanchez Guzman >Release: FreeBSD 4.3-STABLE i386 >Organization: LINDA Group. Facultad de Ingenieria UNAM MEXICO >Environment: System: FreeBSD server.mutalis.com 4.3-STABLE FreeBSD 4.3-STABLE #0: Wed Jun 27 14:42:07 CDT 2001 root@server.mutalis.com:/usr/src/sys/compile/IDE_Server i386 >Description: Update port of JavaMail 1.1 API to JavaMail 1.2 API >How-To-Repeat: >Fix: begin 644 JavaMail-1_2.tgz M'XL(`'SX@SL``^V=Z7/;N!7`\U7Z*]"L,[/MK$Y?6;?N1)'DK#;645'9['8Z MDX%)6&),$AP`M*QD_;\7('60NFR2#^Z'"C.V*(GX/1P/>.^!%!AP5O$I$[SR M%=_C\)^+;:?R"C"AD^KYZ2EZA52JKKW.WZ#S8WG6^?%Y[0RAVO'9VMKG_K'N[[CKM@0N5#%TILW@_YP]%M[:'3ZO3=O*LU?&KT/;:,L M'L2SSK_N--L]H_WL\WO]40KZL-UH=9\/MXA+*^]G@C08P[,6%MB@`3-)6>5X M/J$YO+[J!\(/A"$8P6[*[#TR=6R/Y"!DJ;;IV,03E29U?>K)HRN&W;05GS.N MJ&,1UJ46DUR(P!&VCYG(`\G1FX;M^@YI M!&(BW]DF%C1C&2)0,WR3D2!EDWQ=.B(/N1J2AY4HJ_-,[*?(3GT[MG;Z?7'J?NH@N'[M*03GQ+([#MDD-4'FSY'/+_(: MH9Z?4/:MVZPY^?,S#AB]M^7\Q]/)BV5+(4Q]&QY@QYD[K:7;T'UYOGHF.!;Q M&9'6DEBE<`+/B)D0QR_)HZSY;<\B#R4UNA?'-4!4%9`%6:XZ(.L8D'4"R#H% M9)T!LLX!66\!63_#L0#5JPXXA.J`0Z@.6$?`$00X@`#'#^#P`1P]@(,GW]C) MFED=/(2K3I6&93$92D.05H&L3;TK^1&QV@\F\=5;6+X,P/+SWE-K-I#1/P#J MB@AS(MVCT-?O".)",P%P#A[SLOH/!@/@A&$X&*CI4`ZK++9"LF(7`?)3>]0(PADW#'(A MZPYD908R>)Y29B4-+01X7NPW< M:YL+X@$6.>HOZ(:83VZ@C1`QP1N@*P]A"[IP\L*;@BR=;/C&6/BG@2>@=2+. MUM,HB@S>).&,#UO>$`E>T*7E@.ZX)1BV%998\)98F0Y]4_TV&;#MLTV"QJ;2 M8PC6^;J:2)-QB$5WX&9B$8N+ M7I!1^)(=KL]ZHF5+I>"V)CK0E!T4KGZ"%!;FBS,40\]**;+L$\.IE@JOKDLQ6(=!8P)7[!%A'0P^@KP4D MZ)^$[=@"8NY?8GMDRC6,0-D.TOB)R#T'!G/0ZY9+LJ$H5L=;_=0;$+YQXX:6 M*B3"1XW6;$,.]'2R?@5S:O1[+FKAPK\?&)D1HLK:QQ0J==A$0:A_$DT,-2S8('* MNL,2U;Y)F-F<>K!O`$M6-M,!$1ET=NJ2XL,2YLPW*5&[OF#!="C#WVSHM M+=A>X-Y`-TB/"EA@'[B`TN,F]CVQX,?6TI?7,1Q6@0(HU@A?(-VM!!BZL)Z` M[S9#1M[`1`W];P0W7XD)W/L;2T0Z2KXA1!L>VE%(_L1'%UN7[5A)@!\SR5_F M:&-K+ZP.]EK2&A5M26@,#K2RM M47,L,*FM9^]M,LW7DDM*SH9;Y8.$9#(+#\:VTW\5T`%+@\)SW+YZBDL%&UHCR>"E\,7:"@4+A9. M`JIIS&_7K[!;A2DX@J?#:O&*#:MXZUSP<1)S='7H^`8>"IS'"WJ:FLV6/\W- M8-N?AJ9W@;8RU;-4*H/^X!C.9"R1V>[BV,\$&\`A,789'[X)DG#HQDC289L% M?)@EJ(##+,&%&F8)*-`P4X\EJAC=T0!0#9;,K#^.WTV-!;,:RIRDPY<>7'T3 M5$#U37"AU#<;D#R6?(\2[<+1K:5V[7<6]:55BF>87.-&??R+!`K+OW.4Y+_7\[WW/?[<(-QF` MC/W/?T?HO'ZR_OSWTY/3P_/?7R*-)@3]BJ-'<(ZZJ#'H(#_:*98CC#@1B-XB M?,,%PZ9`"TT6$RR0JYZ^+4\*9SP^XVH#3J1X:Q#?P4*YJDC-,#Z1_SR!L&>I M<\)+D_$OBF&,,*7L#@F*;@+;L<+R(4',B4<=.IZ5;C`G5B@VQ+B+C9P1]GUG MOBLO+Q?C50O+9',4/I[9E7(D`*O"A>QE":4N>!9F%B(/@GCA%J[(D//QLC9B M(B&,SK`C9C*<(00QHRDH[%M:'3VR_7"Q^_OSY`DV$\"\JE>DT>B@LI[?289=&0A;( M"LSYJ)W[HVK\(S7F$^/_K'I6.XS_ETB-C3$>CHB= M`QU%`_W%[-,AZ4V[QG\7WQ'E"T+(>&+\UT]JQ^OV_Z1>/8S_ET@_H!Z9HE`# MD#3%3K0UIQSJ4?(/2-U>C$Q&U$6HBT*A M7JW6*M6WE7I5?O=Y0EWY66%(+>K<4M20YA5[YH1\0Q^";R[VRL4?Y&E'5]*R MOC=:%VB?:OYT+R6>("F@6JF>5.JG4F\NZO6+DY_1G1>@]H./CB2NJ!SU7J/; MOBPL$,68[WY9J'VI%YN-4?M#?]AI&]%9Q5;'6,M44N>U?Q\-&\W1%^/3U>^7 MA?(WVR\6NXU.;R3_VL/+`HLJ]LX-!'9LKFQUL3C\U/O2:@_:O9:D'WV_[C<; MU^\;1ONQ\M6Z._K^:^OCEWEA'BO28PAK>G'T7172:'6&C_/Z6W?H/\5"$K`9 M953D'&[?1T\F^(K9%@Z^+18_&>TO_^X,+@M_M`WI:@P_&L/FI6++P^6I4:UE MI\9**)NK7"N_+?;Z7]Y_ZERW+@LS&2_*=\W6L-^]++PVI$\DI.C[_&^>?QKL?.AUQ_*_GO]!PV0*X>Y5&HOP(XC M_3&U;WQ82DL2F7T3A'I\RZB;R>.*O%D'*R=0*+]O540EQ4,LB(84PF-L>Z^+ M9>GLVK(;+%JR/3D!.WPN-;:K&.4BU+'_]51\2(=T2(=T2(=T2(=T2(=T 42(=T2(=T2(>D)?T70`9^60"@``"K ` end >Release-Note: >Audit-Trail: >Unformatted: 1.1 to JavaMail 1.2 X-Send-Pr-Version: www-1.0 1.1 to JavaMail 1.2 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Aug 22 18: 1:50 2001 Delivered-To: freebsd-ports@freebsd.org Received: from mail.ica.net (icamail.ica.net [209.151.129.144]) by hub.freebsd.org (Postfix) with ESMTP id 988E837B411 for ; Wed, 22 Aug 2001 18:01:41 -0700 (PDT) (envelope-from brianlee@ica.net) Received: from ica.net (unverified [209.151.141.63]) by mail.ica.net (Vircom SMTPRS 5.0.193) with ESMTP id for ; Wed, 22 Aug 2001 21:04:51 -0400 Message-ID: <3B845677.4030609@ica.net> Date: Wed, 22 Aug 2001 21:03:51 -0400 From: Brian Lee User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:0.9.3) Gecko/20010818 X-Accept-Language: en-us MIME-Version: 1.0 To: ports@FreeBSD.org Cc: ports@FreeBSD.org Subject: FreeBSD Port: ttmkfdir-0.0 Core Dump Content-Type: multipart/mixed; boundary="------------070609060504090209060504" Sender: owner-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. --------------070609060504090209060504 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Hi I just installed the ttmkfdir-0.0 and when I ran it in my TrueType Fonts directory it core dumped. I was following the tutorial from the FreeBSD Xwindows TrueType Fonts section... http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/x-fonts.html#TRUETYPE I copied the entire fonts directory that comes with Microsoft Windows 98 in the TrueType fonts directory like it says and I run # *cd /usr/X11R6/lib/X11/fonts/TrueType* # *ttmkfdir > fonts.dir I have included the .core file if it helps * -Brian --------------070609060504090209060504 Content-Type: text/plain; name="ttmkfdir.core" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="ttmkfdir.core" --------------070609060504090209060504-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Aug 22 20: 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 E4B4637B409 for ; Wed, 22 Aug 2001 20:00:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7N303P16707; Wed, 22 Aug 2001 20:00:03 -0700 (PDT) (envelope-from gnats) Received: from seagull.cpinternet.com (mail.cpinternet.com [204.220.140.4]) by hub.freebsd.org (Postfix) with ESMTP id 8FF0437B40B for ; Wed, 22 Aug 2001 19:53:51 -0700 (PDT) (envelope-from mdharnois@mpls5200-2-72.cpinternet.com) Received: from mpls5200-2-72.cpinternet.com (DSL-5-114.isd.net [208.153.202.114]) by seagull.cpinternet.com (8.9.2/8.9.2) with ESMTP id VAA13120 for ; Wed, 22 Aug 2001 21:53:45 -0500 (CDT) Received: by mpls5200-2-72.cpinternet.com (Postfix, from userid 1001) id B23C414A13; Wed, 22 Aug 2001 21:53:16 -0500 (CDT) Message-Id: <20010823025316.B23C414A13@mpls5200-2-72.cpinternet.com> Date: Wed, 22 Aug 2001 21:53:16 -0500 (CDT) From: Michael Harnois To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/29969: gnomedb does not build Sender: owner-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: 29969 >Category: ports >Synopsis: gnomedb does not build >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed Aug 22 20:00:03 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 #18: Tue Aug 21 18:18:25 CDT 2001 mdharnois@mharnois.workgroup.net:/usr/src/sys/i386/compile/MYKERNEL i386 >Description: gmake[4]: Entering directory `/usr/ports/databases/gnomedb/work/gnome-db-0.2.90/doc/C/reference' ( env CFLAGS=" -I../../.. -I../../../lib -I/usr/X11R6/include/gda -I/usr/local/include/glib12 -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/usr/X11R6/include -I/usr/local/include/glib12 -I/usr/local/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 -I/usr/local/include/gnome-xml -I/usr/X11R6/include -I/usr/local/include/glib12 -I/usr/local/include -DNEED_GNOMESUPPORT_H -I/usr/X11R6/include/gtk12 -DGNOMELOCALEDIR=\"/usr/X11R6/share/gnome/locale\" " LDFLAGS=" -L/usr/X11R6/lib -L/usr/X11R6/lib -lgda-common -lgda-client -L/usr/local/lib -lgthread12 -lglib12 -lc_r -L/usr/X11R6/lib -L/usr/X11R6/lib -lgtk12 -lgdk12 -L/usr/local/lib -Wl,-E -lgmodule12 -lglib12 -lintl -lxpg4 -lXext -lX11 -lm -L/usr/local/lib -lxml -lz -L/usr/X11R6/lib -L/usr/local/lib -lin! tl -lgconf-1 -loaf -lORBitCosNaming -lORBit -lIIOP -lORBitutil -lglib12 -lm -Wl,-E -L/usr/X11R6/lib -L/usr/local/lib -lbonobo -lXpm -ljpeg -lgnomeui -lart_lgpl -lgdk_imlib -ltiff -lungif -lpng -lz -lSM -lICE -lgnome -lgnomesupport -lesd -laudiofile -lgdk_pixbuf -lgtk12 -lgdk12 -lgmodule12 -lintl -lxpg4 -lXext -lX11 -loaf -lORBitCosNaming -lORBit -lIIOP -lORBitutil -lglib12 -lm -Wl,-E -L/usr/local/lib -L/usr/X11R6/lib -lbonobo -loaf -lORBitCosNaming -lORBit -lIIOP -lORBitutil -lbonobox -lgnomeprint -lXpm -ljpeg -lgnomeui -lart_lgpl -lgdk_imlib -ltiff -lungif -lpng -lSM -lICE -lgnome -lgnomesupport -lesd -laudiofile -lgdk_pixbuf -lgtk12 -lgdk12 -lgmodule12 -lglib12 -lintl -lxpg4 -lXext -lX11 -lm -lxml -lz ../../../lib/.libs/libgnomedb.a "\ gtkdoc-scanobj --module=libgnomedb \ && gtkdoc-scan --module=libgnomedb --source-dir=../../../lib \ --ignore-headers="" ) Gtk-WARNING **: gtk_arg_type_new(): invalid arg name: "GnomeDbBrowser:GdaConnection" Gtk-CRITICAL **: file gtkobject.c: line 940 (gtk_object_add_arg_type): assertion `arg_id > 0' failed. Gtk-WARNING **: gtk_arg_type_new(): invalid arg name: "GnomeDbCombo:row_count" Gtk-WARNING **: gtk_arg_type_new(): invalid arg name: "GnomeDbCombo:string" Gtk-WARNING **: gtk_arg_type_new(): invalid arg name: "GnomeDbCombo:GdaRecordset" Gtk-WARNING **: gtk_arg_type_new(): invalid arg name: "GnomeDbCombo:column" Scan failed gmake[4]: [libgnomedb-decl.txt] Error 255 (ignored) cd . && gtkdoc-mktmpl --module=libgnomedb Can't open ./libgnomedb-decl.txt at /usr/local/bin/gtkdoc-mktmpl line 789. >How-To-Repeat: 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 Aug 22 22:25: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 B0DC737B405; Wed, 22 Aug 2001 22:25:53 -0700 (PDT) (envelope-from petef@FreeBSD.org) Received: (from petef@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7N5MLo50760; Wed, 22 Aug 2001 22:22:21 -0700 (PDT) (envelope-from petef) Date: Wed, 22 Aug 2001 22:22:21 -0700 (PDT) From: Message-Id: <200108230522.f7N5MLo50760@freefall.freebsd.org> To: petef@FreeBSD.org, freebsd-ports@FreeBSD.org, petef@FreeBSD.org Subject: Re: ports/29923: Update port www/phpnuke Sender: owner-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/phpnuke Responsible-Changed-From-To: freebsd-ports->petef Responsible-Changed-By: petef Responsible-Changed-When: Wed Aug 22 22:21:54 PDT 2001 Responsible-Changed-Why: I'll take care of this. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=29923 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Aug 22 22:30: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 D25F837B442 for ; Wed, 22 Aug 2001 22:30:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7N5U1B51540; Wed, 22 Aug 2001 22:30:01 -0700 (PDT) (envelope-from gnats) Received: from shumai.marcuscom.com (rdu57-28-046.nc.rr.com [66.57.28.46]) by hub.freebsd.org (Postfix) with ESMTP id DC5D537B409 for ; Wed, 22 Aug 2001 22:25:54 -0700 (PDT) (envelope-from marcus@shumai.marcuscom.com) Received: (from marcus@localhost) by shumai.marcuscom.com (8.11.3/8.11.3) id f7N5Pwm09296; Thu, 23 Aug 2001 01:25:58 -0400 (EDT) (envelope-from marcus) Message-Id: <200108230525.f7N5Pwm09296@shumai.marcuscom.com> Date: Thu, 23 Aug 2001 01:25:58 -0400 (EDT) From: marcus@marcuscom.com Reply-To: marcus@marcuscom.com To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/29973: Patch to re-enable root window clicks in sawfish Sender: owner-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: 29973 >Category: ports >Synopsis: Patch to re-enable root window clicks in sawfish >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed Aug 22 22:30:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Joe Marcus Clarke >Release: FreeBSD 4.3-RELEASE i386 >Organization: MarcusCom, Inc. >Environment: System: FreeBSD shumai.marcuscom.com 4.3-RELEASE FreeBSD 4.3-RELEASE #0: Sun May 6 01:46:59 EDT 2001 root@shumai.marcuscom.com:/usr/src/sys/compile/SHUMAI i386 >Description: Since sawfish 1.0, mouse button 1 and 3 root window clicks were broken. This patch is taken from sawfish's CVS repository, and fixes that problem. >How-To-Repeat: Sawfish 1.0 integrated with Gnome's gmc can reproduce this problem. Prior to sawfish 1.0, all root window clicks worked as expected. >Fix: --- lisp/sawfish/wm/state/gnome.jl.orig Fri May 4 03:41:32 2001 +++ lisp/sawfish/wm/state/gnome.jl Wed Aug 8 02:31:28 2001 @@ -1,5 +1,5 @@ ;; gnome.jl -- minimal GNOME compliance -;; $Id: gnome.jl,v 1.72 2001/05/04 07:41:32 jsh Exp $ +;; $Id: gnome.jl,v 1.73 2001/07/24 04:37:14 jsh Exp $ ;; Copyright (C) 1999 John Harper @@ -321,7 +321,7 @@ (let ((event (event-name (current-event)))) ;; only proxy Click1 or Off events, and only if we don't have ;; a binding for an event that may follow in the same grab - (cond ((and (string-match "^(.*)-Click1$" event) + (cond ((and (string-match "^(.*)-Click\\d?$" event) (let ((mirror (lookup-event (expand-last-match "\\1-Off")))) (not (or (search-keymap mirror global-keymap) >Release-Note: >Audit-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 Aug 22 23:55: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 C0F3137B415; Wed, 22 Aug 2001 23:55:54 -0700 (PDT) (envelope-from dinoex@FreeBSD.org) Received: (from dinoex@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7N6oba88507; Wed, 22 Aug 2001 23:50:37 -0700 (PDT) (envelope-from dinoex) Date: Wed, 22 Aug 2001 23:50:37 -0700 (PDT) From: Message-Id: <200108230650.f7N6oba88507@freefall.freebsd.org> To: dinoex@FreeBSD.org, freebsd-ports@FreeBSD.org, dinoex@FreeBSD.org Subject: Re: ports/29959: Update port: graphics/mplayer : Additional makeoptions to avoid using of the wrong decoding routines Sender: owner-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/mplayer : Additional makeoptions to avoid using of the wrong decoding routines Responsible-Changed-From-To: freebsd-ports->dinoex Responsible-Changed-By: dinoex Responsible-Changed-When: Wed Aug 22 23:50:18 PDT 2001 Responsible-Changed-Why: I take care of it. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=29959 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Aug 22 23:55: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 1553837B405; Wed, 22 Aug 2001 23:55:54 -0700 (PDT) (envelope-from dinoex@FreeBSD.org) Received: (from dinoex@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7N6pcv89158; Wed, 22 Aug 2001 23:51:38 -0700 (PDT) (envelope-from dinoex) Date: Wed, 22 Aug 2001 23:51:38 -0700 (PDT) From: Message-Id: <200108230651.f7N6pcv89158@freefall.freebsd.org> To: dinoex@FreeBSD.org, freebsd-ports@FreeBSD.org, dinoex@FreeBSD.org Subject: Re: ports/29953: mplayer-0.18 core dumps Sender: owner-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: mplayer-0.18 core dumps Responsible-Changed-From-To: freebsd-ports->dinoex Responsible-Changed-By: dinoex Responsible-Changed-When: Wed Aug 22 23:50:54 PDT 2001 Responsible-Changed-Why: I take care of it, maintainer has a fix. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=29953 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Aug 23 0: 4:27 2001 Delivered-To: freebsd-ports@freebsd.org Received: from cube.gelatinous.com (cube.gelatinous.com [207.82.194.150]) by hub.freebsd.org (Postfix) with SMTP id 80F8637B40E for ; Thu, 23 Aug 2001 00:04:23 -0700 (PDT) (envelope-from danh@gelatinous.com) Received: (qmail 55340 invoked by uid 1005); 23 Aug 2001 07:04:11 -0000 Message-ID: <20010823070411.55339.qmail@cube.gelatinous.com> From: danh@gelatinous.com Date: 23 Aug 2001 00:04:11 -0700 To: freebsd-ports@freebsd.org Subject: apache+modssl mysteriously not process .htaccess files Cc: rse@engelschall.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 Hi I'm running FreeBS 4.3-STABLE, with a reasonably current /usr/ports, I installed the apache13-modssl port, everything went fine, I made a cert, I can serve websites, the only one really annoying bizarre thing is the webserver does not process .htaccess files, at all. I've just tried doing different things, I've made blank .htaccess files, I've put complete garbage in .htaccess files, I've given a "AccessFile" directive instead, no matter what I do, they're just not processed. I get the same behavior whether I run with ssl on (apachectl startssl) or with ssl off. There's no errors in the logs either. here's some pkg_info output: bash-2.04# pkg_info | grep -i apache apache+mod_ssl-1.3.20+2.8.4 The Apache 1.3 webserver with SSL/TLS functionality apache-1.3.20 The extremely popular Apache http server. Very fast, very mod_php4-4.0.6_4 PHP4 module for Apache thanks for any help. - danh at gelatinous.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Aug 23 0:13:39 2001 Delivered-To: freebsd-ports@freebsd.org Received: from cube.gelatinous.com (cube.gelatinous.com [207.82.194.150]) by hub.freebsd.org (Postfix) with SMTP id B77ED37B40B for ; Thu, 23 Aug 2001 00:13:37 -0700 (PDT) (envelope-from danh@gelatinous.com) Received: (qmail 55453 invoked by uid 1005); 23 Aug 2001 07:13:33 -0000 Date: Thu, 23 Aug 2001 00:13:33 -0700 From: Dan Holliman To: freebsd-ports@freebsd.org Cc: rse@engelschall.com Subject: Re: apache+modssl mysteriously not process .htaccess files Message-ID: <20010823001333.A55440@gelatinous.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: ; from danh on Thu, Aug 23, 2001 at 07:04:11AM +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, Aug 23, 2001 at 07:04:11AM +0000, danh wrote: > Hi I'm running FreeBS 4.3-STABLE, with a reasonably > current /usr/ports, I installed the apache13-modssl port, > everything went fine, I made a cert, I can serve websites, > the only one really annoying bizarre thing is the webserver > does not process .htaccess files, at all. Nevermind, I'm an idiot, I had to change the "allowoverride" setting to make .htaccess files work. I don't remember making that change in the 30000 times I've installed apache in the past, but maybe my memory is being selective. sorry to take up space. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Aug 23 0: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 F18D737B406 for ; Thu, 23 Aug 2001 00:20:12 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7N7K5G07195; Thu, 23 Aug 2001 00:20:05 -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 3C97837B409 for ; Thu, 23 Aug 2001 00:11:46 -0700 (PDT) (envelope-from sean@rand.tgd.net) Received: (qmail 13545 invoked from network); 23 Aug 2001 07:11:40 -0000 Received: from dsl081-067-239.sfo1.dsl.speakeasy.net (64.81.67.239) by rand.tgd.net with QMQP; 23 Aug 2001 07:11:40 -0000 Message-Id: <20010823071135.8183.qmail@wheel.tgd.net> Date: 23 Aug 2001 07:11:35 -0000 From: Sean Chittenden Reply-To: Sean Chittenden To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/29975: new port: ruby-tmpl Sender: owner-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: 29975 >Category: ports >Synopsis: new port: ruby-tmpl >Confidential: 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 Aug 23 00:20:00 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: Sat Jul 28 00:11:20 PDT 2001 sean@wheel.tgd.net:/usr/obj/usr/src/sys/WHEEL i386 >Description: New port: www/ruby-tmpl >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: # # ruby-tmpl/ # ruby-tmpl/Makefile # ruby-tmpl/pkg-comment # ruby-tmpl/pkg-descr # ruby-tmpl/pkg-plist # ruby-tmpl/distinfo # echo c - ruby-tmpl/ mkdir -p ruby-tmpl/ > /dev/null 2>&1 echo x - ruby-tmpl/Makefile sed 's/^X//' >ruby-tmpl/Makefile << 'END-of-ruby-tmpl/Makefile' X# New ports collection makefile for: ruby-tmpl X# Date created: 2001-08-22 X# Whom: Sean Chittenden X# X# $FreeBSD$ X# X XPORTNAME= ruby-tmpl XPORTVERSION= 0.2.2 XCATEGORIES= www textproc ruby XMASTER_SITES= ${MASTER_SITE_SOURCEFORGE} XMASTER_SITE_SUBDIR= ${PORTNAME} XPKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} XDISTNAME= ${PORTNAME}-${PORTVERSION} XDIST_SUBDIR= ruby X XMAINTAINER= sean@chittenden.org X XUSE_RUBY= yes X XNO_BUILD= yes X Xdo-install: X cd ${WRKSRC} && ${RUBY} install.rb X X.include END-of-ruby-tmpl/Makefile echo x - ruby-tmpl/pkg-comment sed 's/^X//' >ruby-tmpl/pkg-comment << 'END-of-ruby-tmpl/pkg-comment' XA online/offline templating system ala (mod_)ruby END-of-ruby-tmpl/pkg-comment echo x - ruby-tmpl/pkg-descr sed 's/^X//' >ruby-tmpl/pkg-descr << 'END-of-ruby-tmpl/pkg-descr' XThis is a port of ruby-tmpl, an online and offline templating system written Xfor ruby. See the URL below for more details and features. X XWWW: http://ruby-tmpl.sourceforge.net/ X X- Sean Chittenden END-of-ruby-tmpl/pkg-descr echo x - ruby-tmpl/pkg-plist sed 's/^X//' >ruby-tmpl/pkg-plist << 'END-of-ruby-tmpl/pkg-plist' X%%RUBY_SITELIBDIR%%/ruby-tmpl.rb END-of-ruby-tmpl/pkg-plist echo x - ruby-tmpl/distinfo sed 's/^X//' >ruby-tmpl/distinfo << 'END-of-ruby-tmpl/distinfo' XMD5 (ruby/ruby-tmpl-0.2.2.tar.gz) = 1a9c0be59118d6390dc7af3185cd5d8e END-of-ruby-tmpl/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 Thu Aug 23 0: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 5488737B401 for ; Thu, 23 Aug 2001 00:20:13 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7N7K5e07204; Thu, 23 Aug 2001 00:20:05 -0700 (PDT) (envelope-from gnats) Received: from ns.sphinx-corp.ru (v3m9.math.nsc.ru [193.125.180.205]) by hub.freebsd.org (Postfix) with ESMTP id AF00237B406 for ; Thu, 23 Aug 2001 00:19:47 -0700 (PDT) (envelope-from od@ns.sphinx-corp.ru) Received: (from od@localhost) by ns.sphinx-corp.ru (8.11.5/8.11.5) id f7N7IMe32682; Thu, 23 Aug 2001 14:18:22 +0700 (NOVST) (envelope-from od) Message-Id: <200108230718.f7N7IMe32682@ns.sphinx-corp.ru> Date: Thu, 23 Aug 2001 14:18:22 +0700 (NOVST) From: oleg dashevskii Reply-To: oleg dashevskii To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/29976: New port: mplayer - the best video player around Sender: owner-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: 29976 >Category: ports >Synopsis: New port: mplayer - the best video player around >Confidential: 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 Aug 23 00:20:05 PDT 2001 >Closed-Date: >Last-Modified: >Originator: oleg dashevskii >Release: FreeBSD 4.4-PRERELEASE i386 >Organization: Sphinx corp. >Environment: System: FreeBSD ns.sphinx-corp.ru 4.4-PRERELEASE FreeBSD 4.4-PRERELEASE #0: Thu Aug 16 12:55:08 NOVST 2001 od@ns.sphinx-corp.ru:/usr/src/sys/compile/Sphinx i386 >Description: A new port suggested Depends upon mplayer-win32-codecs port being submitted in the next 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: # # mplayer # mplayer/Makefile # mplayer/pkg-comment # mplayer/pkg-descr # mplayer/pkg-message # mplayer/pkg-plist # mplayer/files # mplayer/files/patch-configure # mplayer/files/patch-libavcodec-makefile # mplayer/files/patch-makefile # mplayer/distinfo # echo c - mplayer mkdir -p mplayer > /dev/null 2>&1 echo x - mplayer/Makefile sed 's/^X//' >mplayer/Makefile << 'END-of-mplayer/Makefile' X# New ports collection makefile for: mplayer X# Date created: 23 August 2001 X# Whom: oleg dashevskii X# X# $FreeBSD$ X# X XPORTNAME= MPlayer XPORTVERSION= 0.18 XPORTREVISION= 5 XCATEGORIES= graphics XMASTER_SITES= http://MPlayerHQ.hu/MPlayer/releases/ XDISTNAME= MPlayer-${PORTVERSION}pre XEXTRACT_SUFX= .tgz X XMAINTAINER= od@iclub.nsu.ru X XLIB_DEPENDS= SDL-1.1.3:${PORTSDIR}/devel/sdl12 X XHAS_CONFIGURE= YES XUSE_XLIB= yes XUSE_GMAKE= yes XWRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}pre${PORTREVISION} X XCONFIGURE_ARGS= --with-win32libdir=${LOCALBASE}/lib/win32/mplayer X XCODEC_PORT= ${.CURDIR}/../mplayer-win32-codecs XCODEC_DETECTION_FILE!= ${MAKE} -f ${CODEC_PORT}/Makefile -V CODEC_DETECTION_FILE X X.include X X.if ${ARCH} == "i386" XRUN_DEPENDS += ${CODEC_DETECTION_FILE}:${CODEC_PORT} X.endif X Xpost-install: X $(MKDIR) $(PREFIX)/share/doc/MPlayer X $(INSTALL) -m 644 $(WRKSRC)/DOCS/codecs.conf $(PREFIX)/share/doc/MPlayer/sample.codecs.conf X @$(ECHO) X @$(ECHO) You should copy $(PREFIX)/share/doc/MPlayer/sample.codecs.conf to ~/.mplayer/codecs.conf and tune it in order to run mplayer X X.include END-of-mplayer/Makefile echo x - mplayer/pkg-comment sed 's/^X//' >mplayer/pkg-comment << 'END-of-mplayer/pkg-comment' XMPlayer - the movie player supporting numerous video formats END-of-mplayer/pkg-comment echo x - mplayer/pkg-descr sed 's/^X//' >mplayer/pkg-descr << 'END-of-mplayer/pkg-descr' XMPlayer is a movie player for LINUX (and for FreeBSD as well). It plays most XMPEG, AVI and ASF files, supported by many native and win32 DLL codecs. You can Xwatch VCD, DVD and even DivX movies too. The another big feature of mplayer is Xthe wide range of supported output drivers. It works with X11, Xv, DGA, OpenGL, XSVGAlib, fbdev, but you can use SDL (and this way all drivers of SDL) and some Xlowlevel card-specific drivers (for Matrox/3dfx/SiS) too! Most of them supports Xsoftware or hardware scaling, so you can enjoy movies in fullscreen. And what Xabout the nice big antialiased shaded subtitles (7 supported types!!!) with Xhungarian, english, cyrillic, czech, korean fonts, and OSD? X XMPlayer works even on non-i386 platforms, though you will need to tune Xyour ~/mplayer/codecs.conf file. X XWWW: http://mplayer.sourceforge.net END-of-mplayer/pkg-descr echo x - mplayer/pkg-message sed 's/^X//' >mplayer/pkg-message << 'END-of-mplayer/pkg-message' X ATTENTIONATTENTION: X XThis port requires a kernel built with Xthe directive: X Xoptions USER_LDT X XPlease, check the FreeBSD Handbook for instructions Xon building a custom kernel. If you do not know Xwhere to find it, check the FreeBSD website Xhttp://www.freebsd.org/ END-of-mplayer/pkg-message echo x - mplayer/pkg-plist sed 's/^X//' >mplayer/pkg-plist << 'END-of-mplayer/pkg-plist' Xbin/mplayer Xbin/fibmap_mplayer Xman/man1/mplayer.1 Xshare/doc/MPlayer/sample.codecs.conf X@dirrm share/doc/MPlayer END-of-mplayer/pkg-plist echo c - mplayer/files mkdir -p mplayer/files > /dev/null 2>&1 echo x - mplayer/files/patch-configure sed 's/^X//' >mplayer/files/patch-configure << 'END-of-mplayer/files/patch-configure' Xdiff -ur configure.orig configure X--- configure.orig Sat Jul 7 03:00:22 2001 X+++ configure Thu Aug 23 11:51:44 2001 X@@ -1319,13 +1319,13 @@ X X X # Checking for CFLAGS X-if [ "$_profile" != "" ] || [ "$_debug" != "" ]; then X- CFLAGS="-W -Wall -O2 -march=$proc -mcpu=$proc $_debug $_profile" X-else X-if test -z "$CFLAGS"; then X- CFLAGS="-O4 -march=$proc -mcpu=$proc -pipe -ffast-math -fomit-frame-pointer" X-fi X-fi X+#if [ "$_profile" != "" ] || [ "$_debug" != "" ]; then X+# CFLAGS="-W -Wall -O2 -march=$proc -mcpu=$proc $_debug $_profile" X+#else X+#if test -z "$CFLAGS"; then X+# CFLAGS="-O4 -march=$proc -mcpu=$proc -pipe -ffast-math -fomit-frame-pointer" X+#fi X+#fi X # Under FreeBSD (maybe other systems as well?) we have to add to CFLAGS X # for MT applications: X if [ "$system_name" = "FreeBSD" ]; then END-of-mplayer/files/patch-configure echo x - mplayer/files/patch-libavcodec-makefile sed 's/^X//' >mplayer/files/patch-libavcodec-makefile << 'END-of-mplayer/files/patch-libavcodec-makefile' Xdiff -ur libavcodec/Makefile.orig libavcodec/Makefile X--- libavcodec/Makefile.orig Fri Jul 6 10:32:40 2001 X+++ libavcodec/Makefile Thu Aug 23 11:59:34 2001 X@@ -42,7 +42,7 @@ X X clean: X rm -f *.o *~ *.a i386/*.o i386/*~ \ X- apiexample $(TESTS) X+ apiexample $(TESTS) libavcodec.a X X # api example program X apiexample: apiexample.c $(LIB) END-of-mplayer/files/patch-libavcodec-makefile echo x - mplayer/files/patch-makefile sed 's/^X//' >mplayer/files/patch-makefile << 'END-of-mplayer/files/patch-makefile' X--- Makefile.orig Sun Jul 8 07:21:20 2001 X+++ Makefile Thu Aug 23 13:29:27 2001 X@@ -13,7 +13,7 @@ X PRG_TV = tvision X PRG_CFG = codec-cfg X X-#prefix = /usr/local X+prefix = $(PREFIX) X BINDIR = ${prefix}/bin X # BINDIR = /usr/local/bin X SRCS = find_sub.c aviprint.c dll_init.c dec_audio.c dec_video.c aviwrite.c aviheader.c asfheader.c demux_avi.c demux_asf.c demux_mpg.c demuxer.c stream.c codec-cfg.c subreader.c linux/getch2.c linux/timer-lx.c linux/shmem.c xa/xa_gsm.c lirc_mp.c cfgparser.c mixer.c dvdauth.c spudec.c $(STREAM_SRCS) X@@ -86,16 +86,15 @@ X $(CC) $(CFLAGS) -g codec-cfg.c -o $(PRG_CFG) -DCODECS2HTML X X install: $(PRG) $(PRG_FIBMAP) X- install -D -m 755 -s $(PRG) $(BINDIR)/$(PRG) X- install -D -m 644 DOCS/mplayer.1 $(prefix)/man/man1/mplayer.1 X+ install -m 755 -s $(PRG) $(BINDIR)/$(PRG) X+ install -m 644 DOCS/mplayer.1 $(prefix)/man/man1/mplayer.1 X @echo "Following task requires root privs. If it fails don't panic" X @echo "however it means you can't use fibmap_mplayer." X @echo "Without this (or without running mplayer as root) you won't be" X @echo "able to play DVDs." X- install -D -o root -g root -m 4755 -s $(PRG_FIBMAP) $(BINDIR)/$(PRG_FIBMAP) X+ install -o root -g wheel -m 4755 -s $(PRG_FIBMAP) $(BINDIR)/$(PRG_FIBMAP) X X-clean: X- rm -f *.o *~ $(OBJS) X+clean: distclean X X distclean: X @for a in mp3lib libac3 libmpeg2 opendivx encore libvo libao2 loader loader/DirectShow drivers drivers/syncfb ; do $(MAKE) -C $$a distclean ; done END-of-mplayer/files/patch-makefile echo x - mplayer/distinfo sed 's/^X//' >mplayer/distinfo << 'END-of-mplayer/distinfo' XMD5 (MPlayer-0.18pre.tgz) = cc86cd8cdc61d6aea243c6e539b5df2e END-of-mplayer/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 Thu Aug 23 0: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 1B58A37B40E for ; Thu, 23 Aug 2001 00:30:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7N7U2l08306; Thu, 23 Aug 2001 00:30:02 -0700 (PDT) (envelope-from gnats) Date: Thu, 23 Aug 2001 00:30:02 -0700 (PDT) Message-Id: <200108230730.f7N7U2l08306@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Anders Nordby Subject: Re: ports/29976: New port: mplayer - the best video player around Reply-To: Anders Nordby Sender: owner-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/29976; it has been noted by GNATS. From: Anders Nordby To: oleg dashevskii Cc: FreeBSD-gnats-submit@freebsd.org Subject: Re: ports/29976: New port: mplayer - the best video player around Date: Thu, 23 Aug 2001 09:29:14 +0200 Hi, On Thu, Aug 23, 2001 at 02:18:22PM +0700, oleg dashevskii wrote: > >Synopsis: New port: mplayer - the best video player around mplayer is already in the tree. If you want it updated, I suggest you send patches to the maintainer. Cheers, -- Anders. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Aug 23 0: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 90AE137B40F for ; Thu, 23 Aug 2001 00:30:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7N7U1V08287; Thu, 23 Aug 2001 00:30:01 -0700 (PDT) (envelope-from gnats) Received: from ns.sphinx-corp.ru (v3m9.math.nsc.ru [193.125.180.205]) by hub.freebsd.org (Postfix) with ESMTP id DA9A237B405 for ; Thu, 23 Aug 2001 00:23:30 -0700 (PDT) (envelope-from od@ns.sphinx-corp.ru) Received: (from od@localhost) by ns.sphinx-corp.ru (8.11.5/8.11.5) id f7N7MPZ32975; Thu, 23 Aug 2001 14:22:25 +0700 (NOVST) (envelope-from od) Message-Id: <200108230722.f7N7MPZ32975@ns.sphinx-corp.ru> Date: Thu, 23 Aug 2001 14:22:25 +0700 (NOVST) From: oleg dashevskii Reply-To: oleg dashevskii To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/29977: New port: mplayer-win32-codecs - A DLL pack needed for mplayer Sender: owner-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: 29977 >Category: ports >Synopsis: New port: mplayer-win32-codecs - A DLL pack needed for mplayer >Confidential: 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 Aug 23 00:30:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: oleg dashevskii >Release: FreeBSD 4.4-PRERELEASE i386 >Organization: Sphinx Corp. >Environment: System: FreeBSD ns.sphinx-corp.ru 4.4-PRERELEASE FreeBSD 4.4-PRERELEASE #0: Thu Aug 16 12:55:08 NOVST 2001 od@ns.sphinx-corp.ru:/usr/src/sys/compile/Sphinx i386 >Description: A new port suggested. mplayer-win32-codecs - required by mplayer (submitted in the previous PR) on i386 platform >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: # # mplayer-win32-codecs # mplayer-win32-codecs/Makefile # mplayer-win32-codecs/pkg-comment # mplayer-win32-codecs/pkg-descr # mplayer-win32-codecs/pkg-plist # mplayer-win32-codecs/distinfo # echo c - mplayer-win32-codecs mkdir -p mplayer-win32-codecs > /dev/null 2>&1 echo x - mplayer-win32-codecs/Makefile sed 's/^X//' >mplayer-win32-codecs/Makefile << 'END-of-mplayer-win32-codecs/Makefile' X# New ports collection makefile for: mplayer-win32-codecs X# Date created: 23 August 2001 X# Whom: oleg dashevskii X# X# $FreeBSD$ X# X XPORTNAME= mplayer-win32-codecs XPORTVERSION= ${CODEC_VERSION} XCATEGORIES= graphics audio XMASTER_SITES= http://MPlayerHQ.hu/MPlayer/releases/ XDISTNAME= w32codec-${CODEC_VERSION} X XMAINTAINER= od@iclub.nsu.ru X XRESTRICTED= Unsure of codec\'s license X XONLY_FOR_ARCHS= i386 XUSE_ZIP= yes XNO_BUILD= yes XNO_WRKSUBDIR= yes X XCODEC_VERSION= 0.18 X# Used by other ports to detect if this is installed XCODEC_DETECTION_FILE= ${LOCALBASE}/lib/win32/mplayer/wmvds32.ax X Xdo-install: X @${MKDIR} ${PREFIX}/lib/win32/mplayer X @${CHMOD} 0555 ${PREFIX}/lib/win32/mplayer X @${INSTALL_DATA} ${WRKDIR}/* ${PREFIX}/lib/win32/mplayer X X.include END-of-mplayer-win32-codecs/Makefile echo x - mplayer-win32-codecs/pkg-comment sed 's/^X//' >mplayer-win32-codecs/pkg-comment << 'END-of-mplayer-win32-codecs/pkg-comment' XA bunch of Win32 binary codecs for MPlayer END-of-mplayer-win32-codecs/pkg-comment echo x - mplayer-win32-codecs/pkg-descr sed 's/^X//' >mplayer-win32-codecs/pkg-descr << 'END-of-mplayer-win32-codecs/pkg-descr' XA huge compilation of Win32 codecs used by MPlayer X XWWW: http://mplayer.sourceforge.net END-of-mplayer-win32-codecs/pkg-descr echo x - mplayer-win32-codecs/pkg-plist sed 's/^X//' >mplayer-win32-codecs/pkg-plist << 'END-of-mplayer-win32-codecs/pkg-plist' Xlib/win32/mplayer/acelpdec.ax Xlib/win32/mplayer/asusasv2.dll Xlib/win32/mplayer/asusasvd.dll Xlib/win32/mplayer/ativcr2.dll Xlib/win32/mplayer/avimszh.dll Xlib/win32/mplayer/avizlib.dll Xlib/win32/mplayer/divx_c32.ax Xlib/win32/mplayer/divxa32.acm Xlib/win32/mplayer/divxc32.dll Xlib/win32/mplayer/huffyuv.dll Xlib/win32/mplayer/i263_32.drv Xlib/win32/mplayer/iccvid.dll Xlib/win32/mplayer/icmw_32.dll Xlib/win32/mplayer/imaadp32.acm Xlib/win32/mplayer/ir32_32.dll Xlib/win32/mplayer/ir41_32.dll Xlib/win32/mplayer/ir50_32.dll Xlib/win32/mplayer/l3codeca.acm Xlib/win32/mplayer/lhacm.acm Xlib/win32/mplayer/mcmjpg32.dll Xlib/win32/mplayer/mpg4c32.dll Xlib/win32/mplayer/mpg4ds32.ax Xlib/win32/mplayer/msadp32.acm Xlib/win32/mplayer/msg711.acm Xlib/win32/mplayer/msgsm32.acm Xlib/win32/mplayer/msh261.drv Xlib/win32/mplayer/msms001.vwp Xlib/win32/mplayer/msvidc32.dll Xlib/win32/mplayer/qdv.dll Xlib/win32/mplayer/tm20dec.ax Xlib/win32/mplayer/tssoft32.acm Xlib/win32/mplayer/voxmsdec.ax Xlib/win32/mplayer/wmv8ds32.ax Xlib/win32/mplayer/wmvds32.ax X@dirrm lib/win32/mplayer X@dirrm lib/win32 END-of-mplayer-win32-codecs/pkg-plist echo x - mplayer-win32-codecs/distinfo sed 's/^X//' >mplayer-win32-codecs/distinfo << 'END-of-mplayer-win32-codecs/distinfo' XMD5 (w32codec-0.18.zip) = 80afcd781e6c6a7d93989e9128d8c753 END-of-mplayer-win32-codecs/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 Thu Aug 23 0: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 D8F3937B412 for ; Thu, 23 Aug 2001 00:40:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7N7e2H09374; Thu, 23 Aug 2001 00:40:02 -0700 (PDT) (envelope-from gnats) Date: Thu, 23 Aug 2001 00:40:02 -0700 (PDT) Message-Id: <200108230740.f7N7e2H09374@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Anders Nordby Subject: Re: ports/29977: New port: mplayer-win32-codecs - A DLL pack needed for mplayer Reply-To: Anders Nordby Sender: owner-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/29977; it has been noted by GNATS. From: Anders Nordby To: oleg dashevskii Cc: FreeBSD-gnats-submit@freebsd.org Subject: Re: ports/29977: New port: mplayer-win32-codecs - A DLL pack needed for mplayer Date: Thu, 23 Aug 2001 09:33:47 +0200 Hi, On Thu, Aug 23, 2001 at 02:22:25PM +0700, oleg dashevskii wrote: > >Synopsis: New port: mplayer-win32-codecs - A DLL pack needed for mplayer This one is also in the tree, see ports/graphics/mplayer-codecs. Please check CVS/CVSWeb and GNATS to avoid redundant work. Cheers, -- Anders. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Aug 23 0: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 041BB37B40B for ; Thu, 23 Aug 2001 00:50:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7N7o0C10249; Thu, 23 Aug 2001 00:50:00 -0700 (PDT) (envelope-from gnats) Received: from 3wgraphics.com (ppp090.comintern.ru [213.148.2.90]) by hub.freebsd.org (Postfix) with ESMTP id 6944A37B412 for ; Thu, 23 Aug 2001 00:49:31 -0700 (PDT) (envelope-from root@3wgraphics.com) Received: from root by 3wgraphics.com with local (Exim 3.30 #1) id 15ZpF7-000On9-00 for FreeBSD-gnats-submit@freebsd.org; Thu, 23 Aug 2001 11:49:33 +0400 Message-Id: Date: Thu, 23 Aug 2001 11:49:33 +0400 From: skv@protey.ru Reply-To: skv@protey.ru To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/29979: Update port: p5-XML-Sablotron-0.65 Sender: owner-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: 29979 >Category: ports >Synopsis: Update port: p5-XML-Sablotron-0.65 >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Thu Aug 23 00:50:00 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Sergey Skvortsov >Release: FreeBSD 4.3-STABLE i386 >Organization: >Environment: >Description: Update port: p5-XML-Sablotron-0.65 (new version, removed dir 'files') >How-To-Repeat: >Fix: diff -crN p5-XML-Sablotron-0.61/Makefile p5-XML-Sablotron/Makefile *** p5-XML-Sablotron-0.61/Makefile Thu Aug 23 11:36:38 2001 --- p5-XML-Sablotron/Makefile Thu Aug 23 11:43:33 2001 *************** *** 6,12 **** # PORTNAME= XML-Sablotron ! PORTVERSION= 0.61 CATEGORIES= textproc perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= XML --- 6,12 ---- # PORTNAME= XML-Sablotron ! PORTVERSION= 0.65 CATEGORIES= textproc perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= XML *************** *** 14,25 **** MAINTAINER= skv@protey.ru ! LIB_DEPENDS= sablot.60:${PORTSDIR}/textproc/sablotron \ iconv.2:${PORTSDIR}/converters/iconv PERL_CONFIGURE= yes CONFIGURE_ARGS= LIBS='-L${LOCALBASE}/lib -lexpat -lsablot -liconv' \ ! INC='-I${LOCALBASE}/include' post-patch: @${PERL} -pi -e 's,%%PREFIX%%,${PREFIX},g' \ ${WRKSRC}/Sablotron/Makefile.PL --- 14,30 ---- MAINTAINER= skv@protey.ru ! LIB_DEPENDS= sablot.65:${PORTSDIR}/textproc/sablotron \ iconv.2:${PORTSDIR}/converters/iconv PERL_CONFIGURE= yes CONFIGURE_ARGS= LIBS='-L${LOCALBASE}/lib -lexpat -lsablot -liconv' \ ! INC='-I${LOCALBASE}/include' \ ! EXPATLIBPATH='${LOCALBASE}/lib' \ ! EXPATINCPATH='${LOCALBASE}/include' \ ! SABLOTLIBPATH='${LOCALBASE}/lib' \ ! SABLOTINCPATH='${LOCALBASE}/include' ! post-patch: @${PERL} -pi -e 's,%%PREFIX%%,${PREFIX},g' \ ${WRKSRC}/Sablotron/Makefile.PL diff -crN p5-XML-Sablotron-0.61/distinfo p5-XML-Sablotron/distinfo *** p5-XML-Sablotron-0.61/distinfo Thu Aug 23 11:36:38 2001 --- p5-XML-Sablotron/distinfo Thu Aug 23 11:39:12 2001 *************** *** 1 **** ! MD5 (XML-Sablotron-0.61.tar.gz) = d411a680fa61994f6419cdf2e242271d --- 1 ---- ! MD5 (XML-Sablotron-0.65.tar.gz) = c52e542828173565216bee2dcaa2afbf diff -crN p5-XML-Sablotron-0.61/files/patch-Makefile.PL p5-XML-Sablotron/files/patch-Makefile.PL *** p5-XML-Sablotron-0.61/files/patch-Makefile.PL Thu Aug 23 11:36:38 2001 --- p5-XML-Sablotron/files/patch-Makefile.PL Thu Jan 1 03:00:00 1970 *************** *** 1,22 **** - *** Makefile.PL.orig Sun Apr 29 14:54:12 2001 - --- Makefile.PL Sun Apr 29 14:55:07 2001 - *************** - *** 45,50 **** - --- 45,51 ---- - - my $DEBUG = delete $config{DEBUG}; - - + =item - if (delete $config{CHARLIE}) { - $config{LIBS} = "-L$ENV{CHARLIE_HOME}/lib -lsablot -lexpat"; - $config{INC} = '-I$(CHARLIE_HOME)/include'; - *************** - *** 96,101 **** - --- 97,103 ---- - \$ $^X Makefile.PL LIBS='-L/path/to/sablot/lib -lexpat -lsablot' - - DEATH - + =cut - - WriteMakefile( - NAME => 'XML::Sablotron', --- 0 ---- diff -crN p5-XML-Sablotron-0.61/files/patch-Sablotron-Makefile.PL p5-XML-Sablotron/files/patch-Sablotron-Makefile.PL *** p5-XML-Sablotron-0.61/files/patch-Sablotron-Makefile.PL Thu Aug 23 11:36:38 2001 --- p5-XML-Sablotron/files/patch-Sablotron-Makefile.PL Thu Jan 1 03:00:00 1970 *************** *** 1,20 **** - diff -crN Sablotron/Makefile.PL.orig Sablotron/Makefile.PL - *** Sablotron/Makefile.PL.orig Sun Jun 17 15:10:21 2001 - --- Sablotron/Makefile.PL Sun Jun 17 15:11:07 2001 - *************** - *** 5,11 **** - 'NAME' => 'XML::Sablotron::DOM', - 'VERSION_FROM' => 'DOM.pm', # finds $VERSION - 'PREREQ_PM' => {}, # e.g., Module::Name => 1.1 - ! 'LIBS' => ['-L/home/pavel/sablot/lib -lsablot'], # e.g., '-lm' - 'DEFINE' => '', # e.g., '-DHAVE_SOMETHING' - ! 'INC' => '', # e.g., '-I/usr/include/other' - ); - --- 5,11 ---- - 'NAME' => 'XML::Sablotron::DOM', - 'VERSION_FROM' => 'DOM.pm', # finds $VERSION - 'PREREQ_PM' => {}, # e.g., Module::Name => 1.1 - ! 'LIBS' => ['-L%%PREFIX%%/lib -lsablot'], - 'DEFINE' => '', # e.g., '-DHAVE_SOMETHING' - ! 'INC' => '-I%%PREFIX%%/include', - ); --- 0 ---- >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Aug 23 1: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 A4D1337B40F for ; Thu, 23 Aug 2001 01:50:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7N8o1O19241; Thu, 23 Aug 2001 01:50:01 -0700 (PDT) (envelope-from gnats) Received: from ns.sphinx-corp.ru (v3m9.math.nsc.ru [193.125.180.205]) by hub.freebsd.org (Postfix) with ESMTP id 8815D37B408 for ; Thu, 23 Aug 2001 01:43:27 -0700 (PDT) (envelope-from od@ns.sphinx-corp.ru) Received: (from od@localhost) by ns.sphinx-corp.ru (8.11.5/8.11.5) id f7N8gKt64971; Thu, 23 Aug 2001 15:42:20 +0700 (NOVST) (envelope-from od) Message-Id: <200108230842.f7N8gKt64971@ns.sphinx-corp.ru> Date: Thu, 23 Aug 2001 15:42:20 +0700 (NOVST) From: oleg dashevskii Reply-To: oleg dashevskii To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/29980: A port bug: /usr/ports/databases/libgda would not build Sender: owner-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: 29980 >Category: ports >Synopsis: A port bug: /usr/ports/databases/libgda would not build >Confidential: no >Severity: serious >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Thu Aug 23 01:50:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: oleg dashevskii >Release: FreeBSD 4.4-PRERELEASE i386 >Organization: Sphinx Corp. >Environment: System: FreeBSD ns.sphinx-corp.ru 4.4-PRERELEASE FreeBSD 4.4-PRERELEASE #0: Thu Aug 16 12:55:08 NOVST 2001 od@ns.sphinx-corp.ru:/usr/src/sys/compile/Sphinx i386 latest ports cvsupped >Description: There's a problem with FreeBSD patches to /usr/ports/databases/libgda Upon patching the following is output: ===> Applying FreeBSD patches for libgda-0.2.90_4 File to patch: That is, patch program cannot find sources to patch >How-To-Repeat: Get a fresh copy of ports via cvsup, cd to /usr/ports/databases/libgda and issue "make" >Fix: dunno >Release-Note: >Audit-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 Aug 23 2: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 AA3E837B40C for ; Thu, 23 Aug 2001 02:10:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7N9A1i24465; Thu, 23 Aug 2001 02:10:01 -0700 (PDT) (envelope-from gnats) Received: from bifrost.lyngbol.dk (bifrost.lyngbol.dk [193.162.32.2]) by hub.freebsd.org (Postfix) with ESMTP id 34F3037B406 for ; Thu, 23 Aug 2001 02:01:08 -0700 (PDT) (envelope-from lyngbol@bifrost.lyngbol.dk) Received: (from lyngbol@localhost) by bifrost (8.11.4/8.11.4) id f7N43tF37944; Thu, 23 Aug 2001 06:03:55 +0200 (CEST) (envelope-from lyngbol) Message-Id: <200108230403.f7N43tF37944@bifrost> Date: Thu, 23 Aug 2001 06:03:55 +0200 (CEST) From: Michael Lyngbøl Reply-To: Michael Lyngbøl To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/29981: New port: net/p5-Telnet-Cisco Sender: owner-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: 29981 >Category: ports >Synopsis: New port: net/p5-Telnet-Cisco >Confidential: 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 Aug 23 02:10:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Michael Lyngbøl >Release: FreeBSD 4.3-STABLE i386 >Organization: >Environment: System: FreeBSD bifrost 4.3-STABLE FreeBSD 4.3-STABLE #1: Mon Aug 6 20:50:35 CEST 2001 lyngbol@bifrost:/usr/src/sys/compile/BIFROST i386 >Description: New port. Net::Telnet::Cisco provides additional functionality to Net::Telnet for dealing with Cisco routers. http://search.cpan.org/search?module=Net::Telnet::Cisco >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-Net-Telnet-Cisco # p5-Net-Telnet-Cisco/Makefile # p5-Net-Telnet-Cisco/pkg-comment # p5-Net-Telnet-Cisco/pkg-descr # p5-Net-Telnet-Cisco/pkg-plist # p5-Net-Telnet-Cisco/distinfo # echo c - p5-Net-Telnet-Cisco mkdir -p p5-Net-Telnet-Cisco > /dev/null 2>&1 echo x - p5-Net-Telnet-Cisco/Makefile sed 's/^X//' >p5-Net-Telnet-Cisco/Makefile << 'END-of-p5-Net-Telnet-Cisco/Makefile' X# New ports collection makefile for: p5-Net-Telnet-Cisco X# Date created: August 16 2001 X# Whom: Michael Lyngbøl X# X# $FreeBSD$ X# X XPORTNAME= Net-Telnet-Cisco XPORTVERSION= 1.03 XCATEGORIES= net perl5 XMASTER_SITES= ${MASTER_SITE_PERL_CPAN} XMASTER_SITE_SUBDIR= Net XPKGNAMEPREFIX= p5- X XMAINTAINER= lyngbol@wheel.dk X XRUN_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Net/Telnet.pm:${PORTSDIR}/net/p5-Net-Telnet X XPERL_CONFIGURE= yes X XMAN3= Net::Telnet::Cisco.3 XMANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} X X.include END-of-p5-Net-Telnet-Cisco/Makefile echo x - p5-Net-Telnet-Cisco/pkg-comment sed 's/^X//' >p5-Net-Telnet-Cisco/pkg-comment << 'END-of-p5-Net-Telnet-Cisco/pkg-comment' XPerl5 module to telnet to Cisco routers END-of-p5-Net-Telnet-Cisco/pkg-comment echo x - p5-Net-Telnet-Cisco/pkg-descr sed 's/^X//' >p5-Net-Telnet-Cisco/pkg-descr << 'END-of-p5-Net-Telnet-Cisco/pkg-descr' XNet::Telnet::Cisco provides additional functionality to Net::Telnet for Xdealing with Cisco routers. X X- Michael Lyngbol Xlyngbol@wheel.dk END-of-p5-Net-Telnet-Cisco/pkg-descr echo x - p5-Net-Telnet-Cisco/pkg-plist sed 's/^X//' >p5-Net-Telnet-Cisco/pkg-plist << 'END-of-p5-Net-Telnet-Cisco/pkg-plist' Xlib/perl5/site_perl/%%PERL_VER%%/Net/Telnet/Cisco.pm Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Net/Telnet/Cisco/.packlist X@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Net/Telnet/Cisco X@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Net/Telnet 2>/dev/null || true X@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Net/Telnet 2>/dev/null || true END-of-p5-Net-Telnet-Cisco/pkg-plist echo x - p5-Net-Telnet-Cisco/distinfo sed 's/^X//' >p5-Net-Telnet-Cisco/distinfo << 'END-of-p5-Net-Telnet-Cisco/distinfo' XMD5 (Net-Telnet-Cisco-1.03.tar.gz) = 8f7a018bcbe6d77b82df2a8d185542ba END-of-p5-Net-Telnet-Cisco/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 Thu Aug 23 2:40: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 8CE5937B40B for ; Thu, 23 Aug 2001 02:40:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7N9e1U27809; Thu, 23 Aug 2001 02:40:01 -0700 (PDT) (envelope-from gnats) Received: from neptune.he.net (neptune.he.net [216.218.166.2]) by hub.freebsd.org (Postfix) with ESMTP id 3DBFC37B40C for ; Thu, 23 Aug 2001 02:34:47 -0700 (PDT) (envelope-from robinson@netrinsics.com) Received: from netrinsics.com ([210.52.150.12] (may be forged)) by neptune.he.net (8.8.6/8.8.2) with ESMTP id CAA27309; Thu, 23 Aug 2001 02:34:40 -0700 Received: (from robinson@localhost) by netrinsics.com (8.11.2/8.11.1) id f7N9ZDs03504; Thu, 23 Aug 2001 17:35:13 +0800 (+0800) (envelope-from robinson) Message-Id: <200108230935.f7N9ZDs03504@netrinsics.com> Date: Thu, 23 Aug 2001 17:35:13 +0800 (+0800) From: Michael Robinson Reply-To: robinson@netrinsics.com To: FreeBSD-gnats-submit@freebsd.org Cc: fixes@xfree86.org X-Send-Pr-Version: 3.113 Subject: ports/29982: XFree86 4.x contains race condition in mouse device Sender: owner-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: 29982 >Category: ports >Synopsis: XFree86 4.x contains race condition in mouse device >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Thu Aug 23 02:40:00 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Michael Robinson >Release: FreeBSD 5.0-CURRENT i386 >Organization: >Environment: System: FreeBSD elephant.netrinsics.com 5.0-CURRENT FreeBSD 5.0-CURRENT #19: Sat Jul 7 17:29:50 +0800 2001 root@elephant.netrinsics.com:/usr/src/sys/compile/5000e-5x i386 >Description: The XFree86 mouse driver currently allocates and deallocates timers in MousePostEvent, which is called from the SIGIO handlers. Because TimerFree and TimerSet call the malloc library, this creates a race condition in which the X server can crash with a "malloc/free: recursive call" if a mouse event arrives while the server is in the malloc library code in another part of the server. The timer in question is used to handle the "Emulate3Buttons" timeout. It is not necessary to free and reallocate this timer, as TimerSet contains code to reuse timers. This patch removes the calls to FreeTimer, as well as (unnecessary) error-handling code for the (harmless) spurious timer events that occur when the timers aren't freed in MousePostEvent. This patch fixes a problem I had where the X server would intermittently crash during mouse motion concurrent with heavy paging activity. I have tested it for several days with no ill effects, and strongly recommend committing it to the XFree86-4 port until such time as it can be incorporated into the main XFree86 distribution. >How-To-Repeat: Infrequent crash with Emulate3Buttons enabled, with mouse button events concurrent with heavy paging. >Fix: --- programs/Xserver/hw/xfree86/input/mouse/mouse.c.orig Sat Aug 18 22:47:30 2001 +++ programs/Xserver/hw/xfree86/input/mouse/mouse.c Thu Aug 23 17:13:44 2001 @@ -1837,8 +1837,6 @@ if ((id = stateTab[pMse->emulateState][4][0]) != 0) { xf86PostButtonEvent(pInfo->dev, 0, abs(id), (id >= 0), 0, 0); pMse->emulateState = stateTab[pMse->emulateState][4][2]; - } else { - ErrorF("Got unexpected buttonTimer in state %d\n", pMse->emulateState); } xf86UnblockSIGIO (sigstate); @@ -1892,11 +1890,6 @@ if (stateTab[pMse->emulateState][4][0] != 0) { timer = TimerSet(timer, 0, pMse->emulate3Timeout, buttonTimer, pInfo); - } else { - if (timer) { - TimerFree(timer); - timer = NULL; - } } } >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Aug 23 2:56:22 2001 Delivered-To: freebsd-ports@freebsd.org Received: from c0mailgw07.prontomail.com (mailgw.prontomail.com [216.163.180.10]) by hub.freebsd.org (Postfix) with ESMTP id 050AA37B401; Thu, 23 Aug 2001 02:56:20 -0700 (PDT) (envelope-from tkato@prontomail.com) Received: from web51 (216.163.180.10) by c0mailgw07.prontomail.com (NPlex 5.5.029) id 3B7C488D001888A9; Thu, 23 Aug 2001 02:49:10 -0700 X-Version: Prontomail 7.5.3101.0 From: "KATO Tsuguru" Message-Id: <2A0F9E64D8795D115A260005B80A9E19@tkato.prontomail.com> Date: Thu, 23 Aug 2001 02:49:10 -0800 X-Priority: Normal Content-Type: text/plain; charset=iso-8859-1 To: Jimmy Olgeni Subject: [for review] installing lib/libjpeg.la in graphics/jpeg Cc: jseger@FreeBSD.org, freebsd-ports@FreeBSD.org X-Mailer: Web Based Pronto Mime-Version: 1.0 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 diff -urN /usr/ports/graphics/jpeg/Makefile ./Makefile --- /usr/ports/graphics/jpeg/Makefile Wed Jan 17 02:30:57 2001 +++ ./Makefile Thu Aug 23 18:51:02 2001 @@ -18,6 +18,7 @@ WRKSRC= ${WRKDIR}/jpeg-6b USE_LIBTOOL= yes +LIBTOOLFLAGS= # none INSTALLS_SHLIB= yes CONFIGURE_ARGS= --enable-shared --enable-static appears to be a better alternative. ________________________________________ Get your email at http://www.prontomail.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Aug 23 3: 6:44 2001 Delivered-To: freebsd-ports@freebsd.org Received: from storage-1.netscalibur.it (mail1.netscalibur.it [194.244.215.2]) by hub.freebsd.org (Postfix) with ESMTP id 60AF537B40C; Thu, 23 Aug 2001 03:06:40 -0700 (PDT) (envelope-from olgeni@FreeBSD.org) Received: from dev1.localdomain.net (194.244.229.102) by storage-1.netscalibur.it (5.5.040) id 3B69D5C700029DA8; Thu, 23 Aug 2001 12:06:22 +0200 Received: from localhost (localhost [127.0.0.1]) by dev1.localdomain.net (8.11.6/8.11.5) with ESMTP id f7NA6Ww33429; Thu, 23 Aug 2001 12:06:32 +0200 (CEST) (envelope-from olgeni@FreeBSD.org) Date: Thu, 23 Aug 2001 12:06:32 +0200 (CEST) From: Jimmy Olgeni X-X-Sender: To: KATO Tsuguru Cc: , Subject: Re: [for review] installing lib/libjpeg.la in graphics/jpeg In-Reply-To: <2A0F9E64D8795D115A260005B80A9E19@tkato.prontomail.com> Message-ID: <20010823120544.T87114-100000@dev1.localdomain.net> 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 Thu, 23 Aug 2001, KATO Tsuguru wrote: > CONFIGURE_ARGS= --enable-shared --enable-static > appears to be a better alternative. Much better, thanks! I have no clue about the libtool stuff and took a guess :) -- jimmy To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Aug 23 3:18:49 2001 Delivered-To: freebsd-ports@freebsd.org Received: from mtiwmhc24.worldnet.att.net (mtiwmhc24.worldnet.att.net [204.127.131.49]) by hub.freebsd.org (Postfix) with ESMTP id 6CFF037B446 for ; Thu, 23 Aug 2001 03:18:44 -0700 (PDT) (envelope-from parv@worldnet.att.net) Received: from worldnet.att.net ([32.101.235.82]) by mtiwmhc24.worldnet.att.net (InterMail vM.4.01.03.16 201-229-121-116-20010115) with ESMTP id <20010823101843.THGR21828.mtiwmhc24.worldnet.att.net@worldnet.att.net> for ; Thu, 23 Aug 2001 10:18:43 +0000 Received: by worldnet.att.net (Postfix, from userid 1001) id A469A50D20; Thu, 23 Aug 2001 06:18:43 -0400 (EDT) Date: Thu, 23 Aug 2001 06:18:43 -0400 From: parv To: f-ports Subject: why cups is enabled for kde2? Message-ID: <20010823061843.B40902@moo.holy.cow> Mail-Followup-To: f-ports Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org why cups is enabled in kde2? to increase the bloat? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Aug 23 3:25: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 81B3637B407; Thu, 23 Aug 2001 03:25:56 -0700 (PDT) (envelope-from ache@FreeBSD.org) Received: (from ache@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7NAJGA34148; Thu, 23 Aug 2001 03:19:16 -0700 (PDT) (envelope-from ache) Date: Thu, 23 Aug 2001 03:19:16 -0700 (PDT) From: Message-Id: <200108231019.f7NAJGA34148@freefall.freebsd.org> To: ust@cert.siemens.de, ache@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/29952: maintainer-update mail/mutt-devel Sender: owner-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 mail/mutt-devel State-Changed-From-To: open->closed State-Changed-By: ache State-Changed-When: Thu Aug 23 03:18:48 PDT 2001 State-Changed-Why: Commited. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=29952 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Aug 23 4:13:38 2001 Delivered-To: freebsd-ports@freebsd.org Received: from teeny.ispadmin.com (teeny.ispadmin.com [216.98.128.68]) by hub.freebsd.org (Postfix) with ESMTP id 5385A37B415 for ; Thu, 23 Aug 2001 04:13:36 -0700 (PDT) (envelope-from webmaster@deskwise.com) Received: from good-1i7arap91v (la-151-118.dialup.cari.net [216.98.151.118]) by teeny.ispadmin.com (8.9.0/8.9.0) with SMTP id EAA16854 for ; Thu, 23 Aug 2001 04:13:34 -0700 (PDT) Message-Id: <200108231113.EAA16854@teeny.ispadmin.com> From: "DeskWise.com Auction" To: Subject: Free Auction Site Date: Thu, 23 Aug 2001 04:16:42 -0700 X-Mailer: Nico's Mailer 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 DeskWise.com Proudly Presents Free Auction Site http://www.DeskWise.com/Auction Thank you. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Aug 23 4: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 12E3537B417 for ; Thu, 23 Aug 2001 04:20:05 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7NBK5748694; Thu, 23 Aug 2001 04:20:05 -0700 (PDT) (envelope-from gnats) Received: from kappa.allnet.ne.jp (kappa.allnet.ne.jp [210.191.249.4]) by hub.freebsd.org (Postfix) with ESMTP id D040837B409 for ; Thu, 23 Aug 2001 04:18:05 -0700 (PDT) (envelope-from kanou@kappa.allnet.ne.jp) Received: (from kanou@localhost) by kappa.allnet.ne.jp (8.9.3/8.9.3) id UAA53827; Thu, 23 Aug 2001 20:18:16 +0900 (JST) (envelope-from kanou) Message-Id: <200108231118.UAA53827@kappa.allnet.ne.jp> Date: Thu, 23 Aug 2001 20:18:16 +0900 (JST) From: KANOU Hiroki Reply-To: kanou@mil.allnet.ne.jp To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/29986: Maintainer update: print/pfaedit Sender: owner-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: 29986 >Category: ports >Synopsis: Maintainer update: print/pfaedit >Confidential: 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 Aug 23 04:20:04 PDT 2001 >Closed-Date: >Last-Modified: >Originator: KANOU Hiroki >Release: FreeBSD 4.4-PRERELEASE #0 >Organization: >Environment: >Description: graphics/pfaedit port was updated by maintainer. Changes: - Updated to the newest version at Aug 8 2001. - MASTER_SITES was changed. - Two patches are added. >How-To-Repeat: >Fix: --- Makefile.orig Sun May 20 02:09:56 2001 +++ Makefile Thu Aug 23 19:44:33 2001 @@ -6,19 +6,18 @@ # PORTNAME= pfaedit -PORTVERSION= 20010410 +PORTVERSION= 20010808 CATEGORIES= print -MASTER_SITES= http://bibliofile.mc.duke.edu/gww/Freeware/PfaEdit/ \ - ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= ${PORTNAME} +MASTER_SITES= http://pfaedit.sourceforge.net/ DISTFILES= ${PORTNAME}_src-${DIST_VER}.tgz \ - libgunicode-${LIBGUNI_VER}.tgz libgdraw-${LIBGDRAW_VER}.tgz + libgunicode-${LIBGUNI_VER}.tgz libgdraw-${LIBGDRAW_VER}.tgz \ + cidmaps.tgz MAINTAINER= kanou@mil.allnet.ne.jp -DIST_VER= 230401 -LIBGDRAW_VER= 220401 -LIBGUNI_VER= 220401 +DIST_VER= 010808 +LIBGDRAW_VER= 010808 +LIBGUNI_VER= 010808 LIB_DEPENDS= tiff.4:${PORTSDIR}/graphics/tiff \ jpeg.9:${PORTSDIR}/graphics/jpeg \ @@ -36,6 +35,8 @@ do-install: ${INSTALL_PROGRAM} ${WRKSRC}/pfaedit/pfaedit ${PREFIX}/bin + ${MKDIR} ${PREFIX}/share/pfaedit + ${INSTALL_DATA} ${WRKDIR}/*.cidmap ${PREFIX}/share/pfaedit ${INSTALL_MAN} ${WRKSRC}/pfaedit/pfaedit.1 ${PREFIX}/man/man1 .include --- distinfo.orig Sun May 20 02:09:56 2001 +++ distinfo Thu Aug 23 18:47:22 2001 @@ -1,3 +1,4 @@ -MD5 (pfaedit_src-230401.tgz) = 274232db99779d96dbcd673172b3bc46 -MD5 (libgunicode-220401.tgz) = e4da6d0c4380df8d2cfdec87689525e1 -MD5 (libgdraw-220401.tgz) = 81464356be0dd91866601219e5492e34 +MD5 (pfaedit_src-010808.tgz) = 5d6d99029a038e4930279cc882abfc2b +MD5 (cidmaps.tgz) = b2f5fd18ea3c8205e6923832505bf73b +MD5 (libgunicode-010808.tgz) = 4d45e6d0e772b12f5664a4064f9fbdf5 +MD5 (libgdraw-010808.tgz) = 6b5db477d345fdf72165d6248ab4534c --- /dev/null Thu Aug 23 19:31:46 2001 +++ files/patch-aa Thu Aug 23 19:25:08 2001 @@ -0,0 +1,20 @@ +--- pfaedit/encoding.c.orig Sat Aug 4 06:27:24 2001 ++++ pfaedit/encoding.c Thu Aug 23 19:21:17 2001 +@@ -683,7 +683,7 @@ + if ( file==NULL ) + file = SearchDirForCidMap(GResourceProgramDir,registry,ordering,supplement,&maybefile); + if ( file==NULL ) +- file = SearchDirForCidMap("/usr/share/pfaedit",registry,ordering,supplement,&maybefile); ++ file = SearchDirForCidMap("/usr/local/share/pfaedit",registry,ordering,supplement,&maybefile); + + if ( file==NULL && (maybe!=NULL || maybefile!=NULL)) { + if ( maybefile!=NULL ) { +@@ -864,7 +864,7 @@ + } + FindMapsInDir(&block,"."); + FindMapsInDir(&block,GResourceProgramDir); +- FindMapsInDir(&block,"/usr/share/pfaedit"); ++ FindMapsInDir(&block,"/usr/local/share/pfaedit"); + + choices = gcalloc(block.cur+2,sizeof(unichar_t *)); + choices[0] = u_copy(GStringGetResource(_STR_Browse,NULL)); --- /dev/null Thu Aug 23 19:31:46 2001 +++ files/patch-ab Thu Aug 23 19:25:42 2001 @@ -0,0 +1,11 @@ +--- pfaedit/prefs.c.orig Thu Aug 9 08:55:45 2001 ++++ pfaedit/prefs.c Thu Aug 23 19:22:49 2001 +@@ -134,7 +134,7 @@ + GFileBuildName(GResourceProgramDir,buffer,full,sizeof(full)); + } + if ( !GFileExists(full)) { +- GFileBuildName("/usr/share/pfaedit",buffer,full,sizeof(full)); ++ GFileBuildName("/usr/local/share/pfaedit",buffer,full,sizeof(full)); + if ( !GFileExists(full) && strlen(loc)>5 ) { + strcpy(buffer+13,".ui"); + GFileBuildName(GResourceProgramDir,buffer,full,sizeof(full)); --- pkg-plist.orig Sun May 20 02:09:56 2001 +++ pkg-plist Thu Aug 23 19:02:45 2001 @@ -1 +1,8 @@ bin/pfaedit +share/pfaedit/Adobe-CNS1-3.cidmap +share/pfaedit/Adobe-Identity-0.cidmap +share/pfaedit/Adobe-Japan2-0.cidmap +share/pfaedit/Adobe-GB1-4.cidmap +share/pfaedit/Adobe-Japan1-4.cidmap +share/pfaedit/Adobe-Korea1-2.cidmap +@dirrm share/pfaedit >Release-Note: >Audit-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 Aug 23 4:47: 6 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 2FF3337B401 for ; Thu, 23 Aug 2001 04:47:03 -0700 (PDT) (envelope-from nbm@gerund.futureperfectcorporation.com) Received: (qmail 27240 invoked by uid 0); 23 Aug 2001 11:50:13 -0000 Received: from choke.sunesi.net (HELO gerund.futureperfectcorporation.com) (196.25.112.242) by infinitive.futureperfectcorporation.com with SMTP; 23 Aug 2001 11:50:13 -0000 Received: (qmail 92518 invoked by uid 1001); 23 Aug 2001 11:47:31 -0000 Date: Thu, 23 Aug 2001 13:47:31 +0200 From: Neil Blakey-Milner To: Blaz Zupan Cc: ports@freebsd.org Subject: Re: Courier IMAP and PAM authentication Message-ID: <20010823134730.D87707@mithrandr.moria.org> References: <20010624120753.A82277-100000@titanic.medinet.si> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20010624120753.A82277-100000@titanic.medinet.si>; from blaz@amis.net on Sun, Jun 24, 2001 at 12:09:04PM +0200 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 Sun 2001-06-24 (12:09), Blaz Zupan wrote: > Is there a particular reason why the courier imap port builds the server with > option --without-authpam? I compiled courier imap with --with-authpam and it > seems to work just fine (using it right now with pam_smb to authenticate > against an NT domain). Took me a month, but I've changed it to build in support for authpam by default. 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 Thu Aug 23 5: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 3F75D37B407 for ; Thu, 23 Aug 2001 05:20:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7NCK1259109; Thu, 23 Aug 2001 05: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 5D3CD37B406 for ; Thu, 23 Aug 2001 05:15:17 -0700 (PDT) (envelope-from nobody@FreeBSD.org) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7NCFH558489; Thu, 23 Aug 2001 05:15:17 -0700 (PDT) (envelope-from nobody) Message-Id: <200108231215.f7NCFH558489@freefall.freebsd.org> Date: Thu, 23 Aug 2001 05:15:17 -0700 (PDT) From: Andreas Schulz To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/29989: ports/games/q3server-wfa has a checksum error Sender: owner-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: 29989 >Category: ports >Synopsis: ports/games/q3server-wfa has a checksum error >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Thu Aug 23 05:20:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Andreas Schulz >Release: 4.3-RELEASE >Organization: Fraunhofer-FIRST >Environment: FreeBSD freebsd.first.gmd.de 4.3-RELEASE FreeBSD 4.3-RELEASE #0: Wed Aug 15 16:5 1:57 CEST 2001 root@freebsd.first.gmd.de:/usr/src/sys/compile/FREEBSD i386 >Description: The port gives a checksum error: Checksum mismatch for WFA-v30a-patch.zip >How-To-Repeat: Fetching from the mastersite and doing a "make checksum" :-). >Fix: >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Aug 23 5:20: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 23D6F37B403 for ; Thu, 23 Aug 2001 05:20:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7NCK1W59100; Thu, 23 Aug 2001 05:20:01 -0700 (PDT) (envelope-from gnats) Received: from cc92687-a.wlgrv1.pa.home.com (cc92687-a.wlgrv1.pa.home.com [24.5.63.190]) by hub.freebsd.org (Postfix) with ESMTP id D850B37B40E for ; Thu, 23 Aug 2001 05:10:05 -0700 (PDT) (envelope-from pat@cc92687-a.wlgrv1.pa.home.com) Received: (from pat@localhost) by cc92687-a.wlgrv1.pa.home.com (8.11.6/8.11.5) id f7NC9x717453; Thu, 23 Aug 2001 08:09:59 -0400 (EDT) (envelope-from pat) Message-Id: <200108231209.f7NC9x717453@cc92687-a.wlgrv1.pa.home.com> Date: Thu, 23 Aug 2001 08:09:59 -0400 (EDT) From: Patrick Li Reply-To: Patrick Li To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/29988: Update games/q3server-ut Sender: owner-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: 29988 >Category: ports >Synopsis: Update games/q3server-ut >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 Aug 23 05:20:00 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Patrick Li >Release: FreeBSD 4.4-RC i386 >Organization: N/A >Environment: System: FreeBSD bottlenek 4.4-RC FreeBSD 4.4-RC #0: Wed Aug 22 12:13:02 EDT 2001 pat@bottlenek:/usr/src/sys/compile/BOTTLENEK i386 >Description: Update to beta 2.3 >How-To-Repeat: Play some UT with me and i'll h4x j00 with mah pump! >Fix: Index: q3server-ut/Makefile =================================================================== RCS file: /home/ncvs/ports/games/q3server-ut/Makefile,v retrieving revision 1.1 diff -u -r1.1 Makefile --- q3server-ut/Makefile 2001/07/22 02:25:53 1.1 +++ q3server-ut/Makefile 2001/08/12 02:25:50 @@ -6,15 +6,20 @@ # PORTNAME= ut -PORTVERSION= b2.2 -MASTER_SITES= http://www.masterblaster.dk/ \ +PORTVERSION= b2.3 +MASTER_SITES= http://fileplanet.games-world.net/dl/ftp1.gamespy.com/fpnew/action/quake3/modifications/urbanterror/ \ + http://www.clandvs.com/downloads/ \ http://files.gamesmania.de/gamesmania/urbanter/ \ + ftp://www.gamechannel.de/gcpro/ \ http://www.progamers.cz/files/ \ - http://www.unigames.com.br/q3ut/ + http://hoffmann.laurent.free.fr/ \ + http://www.unigames.com.br/q3ut/ \ + http://62.180.57.56/files/ DISTFILES= q3${PORTNAME}2.zip \ - q3${PORTNAME}2_patch20to22.zip + q3${PORTNAME}2_patch20to23.zip WRKSRC= ${WRKDIR}/q3ut2 +EXTRACT_BEFORE_ARGS= -o -qq HAS_WIERDPATCHES= yes EXTRACT_ONLY= q3${PORTNAME}2.zip Index: q3server-ut/distinfo =================================================================== RCS file: /home/ncvs/ports/games/q3server-ut/distinfo,v retrieving revision 1.1 diff -u -r1.1 distinfo --- q3server-ut/distinfo 2001/07/22 02:25:54 1.1 +++ q3server-ut/distinfo 2001/08/12 02:25:50 @@ -1,2 +1,2 @@ -MD5 (q3ut2.zip) = e9337527a7e7cba71708352055ba9bd7 -MD5 (q3ut2_patch20to22.zip) = b45d28372855946d437209d6d8ea4e3b +MD5 (q3ut2.zip) = 737b9b67cfaaf74dd913c40edb5043ba +MD5 (q3ut2_patch20to23.zip) = f1da028508b724d136c0b18a1d3d45c3 Index: q3server-ut/pkg-plist =================================================================== RCS file: /home/ncvs/ports/games/q3server-ut/pkg-plist,v retrieving revision 1.1 diff -u -r1.1 pkg-plist --- q3server-ut/pkg-plist 2001/07/22 02:25:55 1.1 +++ q3server-ut/pkg-plist 2001/08/12 02:25:50 @@ -4,8 +4,9 @@ %%PORTDOCS%%%%Q3DIR%%description.txt %%PORTDOCS%%%%Q3DIR%%links.txt %%Q3DIR%%mapcycle.txt -%%PORTDOCS%%%%Q3DIR%%readme.txt %%Q3DIR%%pak0.pk3 %%Q3DIR%%pak1.pk3 %%Q3DIR%%pak2.pk3 +%%Q3DIR%%pak3.pk3 +%%PORTDOCS%%%%Q3DIR%%readme.txt @dirrm %%Q3DIR%% >Release-Note: >Audit-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 Aug 23 5: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 15C5A37B410 for ; Thu, 23 Aug 2001 05:50:06 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7NCo6762428; Thu, 23 Aug 2001 05:50:06 -0700 (PDT) (envelope-from gnats) Date: Thu, 23 Aug 2001 05:50:06 -0700 (PDT) Message-Id: <200108231250.f7NCo6762428@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Patrick Li Subject: Re: ports/29989: ports/games/q3server-wfa has a checksum error 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/29989; it has been noted by GNATS. From: Patrick Li To: Andreas Schulz Cc: freebsd-gnats-submit@FreeBSD.org Subject: Re: ports/29989: ports/games/q3server-wfa has a checksum error Date: Thu, 23 Aug 2001 08:40:07 -0400 This FOB is working on a fix right as you wrote this PR. -pat ++ 23/08/01 05:15 -0700 - Andreas Schulz: | | >Number: 29989 | >Category: ports | >Synopsis: ports/games/q3server-wfa has a checksum error | >Confidential: no | >Severity: non-critical | >Priority: low | >Responsible: freebsd-ports | >State: open | >Quarter: | >Keywords: | >Date-Required: | >Class: sw-bug | >Submitter-Id: current-users | >Arrival-Date: Thu Aug 23 05:20:01 PDT 2001 | >Closed-Date: | >Last-Modified: | >Originator: Andreas Schulz | >Release: 4.3-RELEASE | >Organization: | Fraunhofer-FIRST | >Environment: | FreeBSD freebsd.first.gmd.de 4.3-RELEASE FreeBSD 4.3-RELEASE #0: Wed Aug 15 16:5 | 1:57 CEST 2001 root@freebsd.first.gmd.de:/usr/src/sys/compile/FREEBSD i386 | >Description: | The port gives a checksum error: | Checksum mismatch for WFA-v30a-patch.zip | | >How-To-Repeat: | Fetching from the mastersite and doing a "make checksum" :-). | >Fix: | | >Release-Note: | >Audit-Trail: | >Unformatted: | | To Unsubscribe: send mail to majordomo@FreeBSD.org | with "unsubscribe freebsd-ports" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Aug 23 6: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 320B337B40C for ; Thu, 23 Aug 2001 06:10:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7NDA1M67958; Thu, 23 Aug 2001 06:10:01 -0700 (PDT) (envelope-from gnats) Received: from cc92687-a.wlgrv1.pa.home.com (cc92687-a.wlgrv1.pa.home.com [24.5.63.190]) by hub.freebsd.org (Postfix) with ESMTP id 6DD6937B405 for ; Thu, 23 Aug 2001 06:05:47 -0700 (PDT) (envelope-from pat@cc92687-a.wlgrv1.pa.home.com) Received: (from root@localhost) by cc92687-a.wlgrv1.pa.home.com (8.11.6/8.11.5) id f7ND5kL22495; Thu, 23 Aug 2001 09:05:46 -0400 (EDT) (envelope-from pat) Message-Id: <200108231305.f7ND5kL22495@cc92687-a.wlgrv1.pa.home.com> Date: Thu, 23 Aug 2001 09:05:46 -0400 (EDT) From: Patrick Li Reply-To: Patrick Li To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/29990: Update games/q3server-wfa Sender: owner-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: 29990 >Category: ports >Synopsis: Update games/q3server-wfa >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 Aug 23 06:10:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Patrick Li >Release: FreeBSD 4.4-RC i386 >Organization: N/A >Environment: System: FreeBSD bottlenek 4.4-RC FreeBSD 4.4-RC #0: Wed Aug 22 12:13:02 EDT 2001 pat@bottlenek:/usr/src/sys/compile/BOTTLENEK i386 >Description: Update to 3.0b >How-To-Repeat: N/A >Fix: diff -ruN /usr/ports/games/q3server-wfa/Makefile q3server-wfa/Makefile --- /usr/ports/games/q3server-wfa/Makefile Sat Jul 28 23:53:31 2001 +++ q3server-wfa/Makefile Thu Aug 23 08:22:19 2001 @@ -6,11 +6,13 @@ # PORTNAME= wfa -PORTVERSION= 3.0a -MASTER_SITES= ftp://fileplanet.ngi.it/fileplanet2/captured/weaponsfactory/quake3/ \ +PORTVERSION= 3.0b +MASTER_SITES= ftp://mirror1.planetice.net/pub/wfa/ \ + ftp://mirror2.planetice.net/pub/wfa/ \ + http://www.webplusdesign.com/downloads/ \ ftp://ftp.planet-multiplayer.de/pub/gamesmania/pm/q3a/win32/mods/weapon_factory/ -DISTFILES= WFA-fSetup-v30.zip \ - WFA-v30a-patch.zip +DISTFILES= WFA-fSetup-v30b.zip \ + WFA-f30bMaps.zip EXTRACT_BEFORE_ARGS= -o -qq diff -ruN /usr/ports/games/q3server-wfa/distinfo q3server-wfa/distinfo --- /usr/ports/games/q3server-wfa/distinfo Sat Jul 28 23:53:31 2001 +++ q3server-wfa/distinfo Thu Aug 23 08:49:18 2001 @@ -1,2 +1,2 @@ -MD5 (WFA-fSetup-v30.zip) = 59c2d6509ce14e123cd1befb59ecbfcb -MD5 (WFA-v30a-patch.zip) = ff6824e412b650ea10bfcc0939765752 +MD5 (WFA-fSetup-v30b.zip) = a21e3ccea9d4f90025b40891347a296a +MD5 (WFA-f30bMaps.zip) = 6ce30eba06e99e3b1df5f0d24936a555 diff -ruN /usr/ports/games/q3server-wfa/pkg-plist q3server-wfa/pkg-plist --- /usr/ports/games/q3server-wfa/pkg-plist Sat Jul 28 23:53:31 2001 +++ q3server-wfa/pkg-plist Thu Aug 23 08:55:43 2001 @@ -1,7 +1,7 @@ %%PORTDOCS%%%%Q3DIR%%Q3-WFA.qst %%PORTDOCS%%%%Q3DIR%%WFA EULA.doc %%PORTDOCS%%%%Q3DIR%%WFA Version 3.0 Changes.doc -%%Q3DIR%%WFA-Media-ClanTags.pk3 +%%PORTDOCS%%%%Q3DIR%%WFA Version 3.0b Changes.doc %%Q3DIR%%WFA-Media-Hud.pk3 %%Q3DIR%%WFA-Media-Models.pk3 %%Q3DIR%%WFA-Media-Players.pk3 @@ -12,23 +12,37 @@ %%Q3DIR%%WFA-Media-Textures.pk3 %%Q3DIR%%WFA-Media-VM.pk3 %%PORTDOCS%%%%Q3DIR%%help/Binds.doc -%%PORTDOCS%%%%Q3DIR%%help/BobWFACfgV230.exe %%PORTDOCS%%%%Q3DIR%%help/ClassBinds.doc %%PORTDOCS%%%%Q3DIR%%help/ClientCmds.doc %%PORTDOCS%%%%Q3DIR%%help/ServerCmds.doc %%PORTDOCS%%%%Q3DIR%%help/WFA-FAQ-Version-29.html %%PORTDOCS%%%%Q3DIR%%help/WFA-Linux-Server-Docs.htm %%PORTDOCS%%%%Q3DIR%%help/WFA-Win32-Server-Docs.htm +%%PORTDOCS%%%%Q3DIR%%help/q3map.zip %%PORTDOCS%%%%Q3DIR%%help/question.ico %%PORTDOCS%%%%Q3DIR%%help/readme-client.html %%PORTDOCS%%%%Q3DIR%%help/readme-server.html %%PORTDOCS%%%%Q3DIR%%help/website.url +%%Q3DIR%%map-0fear-wfa.pk3 +%%Q3DIR%%map-2castles-wfa.pk3 +%%Q3DIR%%map-2fort2001-wfa.pk3 +%%Q3DIR%%map-3level1-wfa.pk3 +%%Q3DIR%%map-acid-wfa.pk3 +%%Q3DIR%%map-cancer1-wfa.pk3 +%%Q3DIR%%map-denali-wfa.pk3 +%%Q3DIR%%map-elevate2-wfa.pk3 +%%Q3DIR%%map-elguapodos-wfa.pk3 +%%Q3DIR%%map-fallout2-wfa.pk3 +%%Q3DIR%%map-gensurf-wfa.pk3 +%%Q3DIR%%map-map9-wfa.pk3 %%Q3DIR%%map-sat2-wfa.pk3 %%Q3DIR%%map-sky-wfa.pk3 +%%Q3DIR%%map-tcf-wfa.pk3 +%%Q3DIR%%map-theslab-wfa.pk3 +%%Q3DIR%%map-zardoz-wfa.pk3 %%Q3DIR%%maplist.cfg %%PORTDOCS%%%%Q3DIR%%readme.txt %%Q3DIR%%servercfg.cfg %%Q3DIR%%wfa-server.cfg -%%PORTDOCS%%%%Q3DIR%%wfa.ico %%PORTDOCS%%@dirrm %%Q3DIR%%help @dirrm %%Q3DIR%% >Release-Note: >Audit-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 Aug 23 6:35: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 A959C37B40D; Thu, 23 Aug 2001 06:35:54 -0700 (PDT) (envelope-from petef@FreeBSD.org) Received: (from petef@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7NDZTx84213; Thu, 23 Aug 2001 06:35:29 -0700 (PDT) (envelope-from petef) Date: Thu, 23 Aug 2001 06:35:29 -0700 (PDT) From: Message-Id: <200108231335.f7NDZTx84213@freefall.freebsd.org> To: petef@FreeBSD.org, freebsd-ports@FreeBSD.org, jmz@FreeBSD.org Subject: Re: ports/29982: XFree86 4.x contains race condition in mouse device Sender: owner-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: XFree86 4.x contains race condition in mouse device Responsible-Changed-From-To: freebsd-ports->jmz Responsible-Changed-By: petef Responsible-Changed-When: Thu Aug 23 06:35:05 PDT 2001 Responsible-Changed-Why: Over to maintainer. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=29982 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Aug 23 7: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 5E8A737B409 for ; Thu, 23 Aug 2001 07:30:00 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7NEU0K88031; Thu, 23 Aug 2001 07:30:00 -0700 (PDT) (envelope-from gnats) Received: from cc92687-a.wlgrv1.pa.home.com (cc92687-a.wlgrv1.pa.home.com [24.5.63.190]) by hub.freebsd.org (Postfix) with ESMTP id 360F137B409 for ; Thu, 23 Aug 2001 07:29:58 -0700 (PDT) (envelope-from pat@cc92687-a.wlgrv1.pa.home.com) Received: (from root@localhost) by cc92687-a.wlgrv1.pa.home.com (8.11.6/8.11.5) id f7NETq532995; Thu, 23 Aug 2001 10:29:52 -0400 (EDT) (envelope-from pat) Message-Id: <200108231429.f7NETq532995@cc92687-a.wlgrv1.pa.home.com> Date: Thu, 23 Aug 2001 10:29:52 -0400 (EDT) From: Patrick Li Reply-To: Patrick Li To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/29991: New port devel/glass Sender: owner-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: 29991 >Category: ports >Synopsis: New port devel/glass >Confidential: 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 Aug 23 07:30:00 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Patrick Li >Release: FreeBSD 4.4-RC i386 >Organization: N/A >Environment: System: FreeBSD bottlenek 4.4-RC FreeBSD 4.4-RC #0: Wed Aug 22 12:13:02 EDT 2001 pat@bottlenek:/usr/src/sys/compile/BOTTLENEK i386 >Description: GLASS is a 3D library, designed to make easy use of structured models in open GL applications. What do I mean by structured? That is models, that are made up of components linked by basic transforms, for example, rotations and translations. By using GLASS in an application, these models can be loaded, modified, and displayed using a minimum of function calls. WWW: http://glass.sourceforge.net/ >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: # # glass # glass/distinfo # glass/Makefile # glass/files # glass/files/patch-Makefile # glass/pkg-plist # glass/pkg-descr # glass/pkg-comment # echo c - glass mkdir -p glass > /dev/null 2>&1 echo x - glass/distinfo sed 's/^X//' >glass/distinfo << 'END-of-glass/distinfo' XMD5 (glass-1.1.1.tar.gz) = 2bb0850bddc41ba9575dc5ef79f13d76 END-of-glass/distinfo echo x - glass/Makefile sed 's/^X//' >glass/Makefile << 'END-of-glass/Makefile' X# New ports collection makefile for: glass X# Date created: Thu Aug 23 09:10:22 EDT 2001 X# Whom: pat@databits.net X# X# $FreeBSD$ X# X XPORTNAME= glass XPORTVERSION= 1.1.1 XCATEGORIES= devel graphics XMASTER_SITES= ${MASTER_SITE_SOURCEFORGE} XMASTER_SITE_SUBDIR= ${PORTNAME} X XMAINTAINER= pat@databits.net X XUSE_X_PREFIX= yes XWRKSRC= ${WRKDIR}/${DISTNAME}/src X Xpre-patch: X @${PERL} -pi.orig -e 's|malloc.h|stdlib.h|' \ X ${WRKSRC}/*.c X Xdo-install: X @${INSTALL} ${COPY} ${STRIP} -o ${LIBOWN} -g ${LIBGRP} \ X -m ${LIBMODE} ${WRKSRC}/libglass.so.1 ${PREFIX}/lib X @${LN} -sf ${PREFIX}/lib/libglass.so.1 ${PREFIX}/lib/libglass.so X @${INSTALL_DATA} ${WRKSRC}/glass.h ${PREFIX}/include X @${INSTALL_DATA} ${WRKSRC}/glass_types.h ${PREFIX}/include X @${LDCONFIG} -m ${PREFIX}/lib X Xpost-install: X.if !defined(NOPORTDOCS) X @${MKDIR} ${DOCSDIR} X @${INSTALL_DATA} ${WRKSRC}/../docs/*.html \ X ${DOCSDIR} X.endif X X.include END-of-glass/Makefile echo c - glass/files mkdir -p glass/files > /dev/null 2>&1 echo x - glass/files/patch-Makefile sed 's/^X//' >glass/files/patch-Makefile << 'END-of-glass/files/patch-Makefile' X--- Makefile.orig Sun Aug 19 04:00:33 2001 X+++ Makefile Thu Aug 23 10:06:34 2001 X@@ -1,12 +1,11 @@ X-CC = gcc X GLASS_VERSION = 1.1.1 X-CFLAGS = -g -O3 -Wall -DVERSION_STRING=\"$(GLASS_VERSION)\" X-LIBS = -lGL X+CFLAGS += -Wall -I/usr/X11R6/include -DVERSION_STRING=\"$(GLASS_VERSION)\" X+LIBS = -L/usr/X11R6/lib -lGL X OBJS = glass_apoint.o glass_component.o glass_draw.o glass_interface.o glass_library.o \ X glass_load.o glass_material.o glass_object.o glass_rgb.o glass_save.o \ X glass_texture.o glass_tlist.o glass_transform.o glass_triangle.o glass_variable.o X all: $(OBJS) X- $(CC) -shared -Wl,-soname,libglass.so.1 -o libglass.so.$(GLASS_VERSION) $(OBJS) -lc X+ $(CC) -shared -Wl,-soname,libglass.so.1 -o libglass.so.1 $(OBJS) $(LIBS) -lc X X $(OBJS): glass_types.h glass.h X END-of-glass/files/patch-Makefile echo x - glass/pkg-plist sed 's/^X//' >glass/pkg-plist << 'END-of-glass/pkg-plist' Xinclude/glass.h Xinclude/glass_types.h Xlib/libglass.so Xlib/libglass.so.1 X%%PORTDOCS%%share/doc/glass/specification.html X%%PORTDOCS%%share/doc/glass/tutorial.html X%%PORTDOCS%%@dirrm share/doc/glass END-of-glass/pkg-plist echo x - glass/pkg-descr sed 's/^X//' >glass/pkg-descr << 'END-of-glass/pkg-descr' XGLASS is a 3D library, designed to make easy use of structured Xmodels in open GL applications. What do I mean by structured? That Xis models, that are made up of components linked by basic transforms, Xfor example, rotations and translations. By using GLASS in an Xapplication, these models can be loaded, modified, and displayed Xusing a minimum of function calls. X XWWW: http://glass.sourceforge.net/ END-of-glass/pkg-descr echo x - glass/pkg-comment sed 's/^X//' >glass/pkg-comment << 'END-of-glass/pkg-comment' XGLASS (openGL Articulated Structure System) is a 3D library END-of-glass/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 Aug 23 7: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 CEA7637B40A for ; Thu, 23 Aug 2001 07:40:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7NEe1A89159; Thu, 23 Aug 2001 07:40:01 -0700 (PDT) (envelope-from gnats) Received: from donati.cs.ccu.edu.tw (donati.cs.ccu.edu.tw [140.123.102.199]) by hub.freebsd.org (Postfix) with ESMTP id D8E7D37B40B for ; Thu, 23 Aug 2001 07:34:58 -0700 (PDT) (envelope-from yinjieh@donati.cs.ccu.edu.tw) Received: (from yinjieh@localhost) by donati.cs.ccu.edu.tw (8.11.5/8.11.5) id f7NEFFV20884; Thu, 23 Aug 2001 22:15:15 +0800 (CST) (envelope-from yinjieh) Message-Id: <200108231415.f7NEFFV20884@donati.cs.ccu.edu.tw> Date: Thu, 23 Aug 2001 22:15:15 +0800 (CST) From: Ying-Chieh Chen Reply-To: Ying-Chieh Chen To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/29992: www/gtkhtml dependency 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 >Number: 29992 >Category: ports >Synopsis: www/gtkhtml dependency problem >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 Aug 23 07:40:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Ying-Chieh Chen >Release: FreeBSD 4.4-PRERELEASE i386 >Organization: HSNG Lab >Environment: System: FreeBSD donati.cs.ccu.edu.tw 4.4-PRERELEASE FreeBSD 4.4-PRERELEASE #4: Sun Aug 19 23:04:07 CST 2001 root@donati.cs.ccu.edu.tw:/home2/obj/home2/src/sys/YINJIEH i386 >Description: www/gtkhtml depends on gal.11 actually, but it depends on gal.9 in www/gtkhtml/Makefile. >How-To-Repeat: # cd /usr/ports/www/gtkhtml # make >Fix: --- Makefile Thu Aug 23 22:13:44 2001 +++ /tmp/Makefile Thu Aug 23 22:14:06 2001 @@ -15,7 +15,7 @@ LIB_DEPENDS= glibwww.1:${PORTSDIR}/www/glibwww \ pspell.4:${PORTSDIR}/textproc/pspell \ - gal.9:${PORTSDIR}/x11-toolkits/gal \ + gal.11:${PORTSDIR}/x11-toolkits/gal \ ghttp.1:${PORTSDIR}/www/libghttp USE_X_PREFIX= yes >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Aug 23 7: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 ED69737B40C for ; Thu, 23 Aug 2001 07:40:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7NEe1q89168; Thu, 23 Aug 2001 07:40:01 -0700 (PDT) (envelope-from gnats) Received: from mps3.plala.or.jp (mpsb-nat02.plala.or.jp [202.212.114.145]) by hub.freebsd.org (Postfix) with ESMTP id 2C4D337B40C for ; Thu, 23 Aug 2001 07:39:25 -0700 (PDT) (envelope-from ginga@athena.club.ne.jp) Received: from athena.olympus.local ([202.229.238.38]) by mps3.plala.or.jp with ESMTP id <20010823143923.UZGW9407.mps3.plala.or.jp@athena.olympus.local> for ; Thu, 23 Aug 2001 23:39:23 +0900 Received: by athena.olympus.local (Postfix, from userid 5003) id 4750E3F23; Thu, 23 Aug 2001 23:44:59 +0900 (JST) Message-Id: <20010823144459.4750E3F23@athena.olympus.local> Date: Thu, 23 Aug 2001 23:44:59 +0900 (JST) From: ginga@athena.club.ne.jp Reply-To: ginga@athena.club.ne.jp To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/29993: ports:japanese/kappa20 version up 0.3 => 0.394 Sender: owner-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: 29993 >Category: ports >Synopsis: ports:japanese/kappa20 version up 0.3 => 0.394 >Confidential: 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 Aug 23 07:40:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Kawaguti Ginga >Release: FreeBSD 4.3-STABLE i386 >Organization: NTT >Environment: System: FreeBSD 4.3-STABLE >Description: port diff included below. (files/patch-a[ab] is not needed anymore) >How-To-Repeat: - >Fix: below are the diff: diff -urN /usr/ports/japanese/kappa20/Makefile ./Makefile --- /usr/ports/japanese/kappa20/Makefile Thu Oct 12 19:19:24 2000 +++ ./Makefile Thu Aug 23 23:32:17 2001 @@ -6,14 +6,15 @@ # PORTNAME= kappa20 -PORTVERSION= 0.3 +PORTVERSION= 0.394 CATEGORIES= japanese x11-fonts -MASTER_SITES= ftp://ftp.jaist.ac.jp/pub/misc/character/fonts/kappa/ +MASTER_SITES= http://kappa.allnet.ne.jp/20dot.fonts/ DISTNAME= Kappa20-${PORTVERSION} MAINTAINER= ginga@athena.club.ne.jp USE_X_PREFIX= yes +USE_BZIP2= yes .include @@ -21,7 +22,7 @@ RUN_DEPENDS= mkfontdir:${PORTSDIR}/x11/XFree86-4-clients .endif -ALL_TARGET= default +ALL_TARGET= all FONTSDIR= lib/X11/fonts/local MAKE_ENV= INSTALL_DATA="${INSTALL_DATA}" MAKE_ARGS= TARGETDIR="${PREFIX}/${FONTSDIR}" @@ -34,9 +35,10 @@ post-install: @(cd ${PREFIX}/${FONTSDIR} ; mkfontdir) .if !defined(NOPORTDOCS) + @${MKDIR} ${PREFIX}/share/doc/ja/kappa20 @${MKDIR} ${PREFIX}/share/doc/kappa20 - @${INSTALL_DATA} ${WRKDIR}/${DISTNAME}/README ${PREFIX}/share/doc/kappa20/ - @${INSTALL_DATA} ${WRKDIR}/${DISTNAME}/pcf/fonts.alias.kappa ${PREFIX}/share/doc/kappa20/ + @${INSTALL_DATA} ${WRKDIR}/${DISTNAME}/README ${PREFIX}/share/doc/ja/kappa20/README.euc-jp + #@${INSTALL_DATA} ${WRKDIR}/${DISTNAME}/pcf/fonts.alias.kappa ${PREFIX}/share/doc/kappa20/ .endif .include diff -urN /usr/ports/japanese/kappa20/distinfo ./distinfo --- /usr/ports/japanese/kappa20/distinfo Sat Nov 21 00:14:56 1998 +++ ./distinfo Thu Jan 4 11:44:47 2001 @@ -1 +1 @@ -MD5 (Kappa20-0.3.tar.gz) = 0fb4dec59deb0a01dd65e6d26d47126a +MD5 (Kappa20-0.394.tar.bz2) = cfd3e479ab14489cb84dd2aff0a71c54 diff -urN /usr/ports/japanese/kappa20/files/patch-aa ./files/patch-aa --- /usr/ports/japanese/kappa20/files/patch-aa Sat Nov 21 05:21:52 1998 +++ ./files/patch-aa Thu Jan 1 09:00:00 1970 @@ -1,23 +0,0 @@ ---- Makefile.orig Sun Oct 4 05:46:39 1998 -+++ Makefile Sat Oct 10 02:53:35 1998 -@@ -59,7 +59,7 @@ - rm vk20m.bdf.orig - - fonts.alias.standard:: -- grep -v '^-kappa\*--20-\*' ${TARGETDIR}/fonts.alias > pcf/fonts.alias -+# egrep -iv '[ ]-kappa.+--20-.+' ${TARGETDIR}/fonts.alias > pcf/fonts.alias - echo -kappa-mincho-bold-r-normal--20-190-75-75-c-200-jisx0208.1983-0 -kappa-mincho-bold-r-normal--20-190-75-75-c-200-jisx0208.1990-0 >> pcf/fonts.alias - echo -kappa-minchou-bold-r-normal--20-190-75-75-c-200-jisx0208.1983-0 -kappa-mincho-bold-r-normal--20-190-75-75-c-200-jisx0208.1990-0 >> pcf/fonts.alias - echo -kappa-minchou-bold-r-normal--20-190-75-75-c-200-jisx0208.1990-0 -kappa-mincho-bold-r-normal--20-190-75-75-c-200-jisx0208.1990-0 >> pcf/fonts.alias -@@ -99,8 +99,9 @@ - - - install:: -- install -m 644 -c pcf/*.pcf* pcf/fonts.alias ${TARGETDIR} -- cd ${TARGETDIR} ; mkfontdir -+ install -m 644 -c pcf/*.pcf* ${TARGETDIR} -+# install -m 644 -c pcf/*.pcf* pcf/fonts.alias ${TARGETDIR} -+# cd ${TARGETDIR} ; mkfontdir - - clean:: - rm -f *~ pcf/*.pcf* pcf/fonts.dir pcf/fonts.alias vk20?.bdf* diff -urN /usr/ports/japanese/kappa20/files/patch-ab ./files/patch-ab --- /usr/ports/japanese/kappa20/files/patch-ab Sat Nov 21 05:21:52 1998 +++ ./files/patch-ab Thu Jan 1 09:00:00 1970 @@ -1,23 +0,0 @@ ---- pcf/fonts.alias.kappa.old Thu Oct 8 00:18:23 1998 -+++ pcf/fonts.alias.kappa Wed Oct 7 15:26:19 1998 -@@ -0,0 +1,20 @@ -+-kappa-mincho-bold-r-normal--20-190-75-75-c-200-jisx0208.1983-0 -kappa-mincho-bold-r-normal--20-190-75-75-c-200-jisx0208.1990-0 -+-kappa-minchou-bold-r-normal--20-190-75-75-c-200-jisx0208.1983-0 -kappa-mincho-bold-r-normal--20-190-75-75-c-200-jisx0208.1990-0 -+-kappa-minchou-bold-r-normal--20-190-75-75-c-200-jisx0208.1990-0 -kappa-mincho-bold-r-normal--20-190-75-75-c-200-jisx0208.1990-0 -+-kappa-fixed-bold-r-normal--20-190-75-75-c-200-jisx0208.1983-0 -kappa-mincho-bold-r-normal--20-190-75-75-c-200-jisx0208.1990-0 -+-kappa-fixed-bold-r-normal--20-190-75-75-c-200-jisx0208.1990-0 -kappa-mincho-bold-r-normal--20-190-75-75-c-200-jisx0208.1990-0 -+k20b -kappa-fixed-bold-r-normal--20-190-75-75-c-200-jisx0208.1990-0 -+-kappa-mincho-medium-r-normal--20-190-75-75-c-200-jisx0208.1983-0 -kappa-mincho-medium-r-normal--20-190-75-75-c-200-jisx0208.1990-0 -+-kappa-minchou-medium-r-normal--20-190-75-75-c-200-jisx0208.1983-0 -kappa-mincho-medium-r-normal--20-190-75-75-c-200-jisx0208.1990-0 -+-kappa-minchou-medium-r-normal--20-190-75-75-c-200-jisx0208.1990-0 -kappa-mincho-medium-r-normal--20-190-75-75-c-200-jisx0208.1990-0 -+-kappa-fixed-medium-r-normal--20-190-75-75-c-200-jisx0208.1983-0 -kappa-mincho-medium-r-normal--20-190-75-75-c-200-jisx0208.1990-0 -+-kappa-fixed-medium-r-normal--20-190-75-75-c-200-jisx0208.1990-0 -kappa-mincho-medium-r-normal--20-190-75-75-c-200-jisx0208.1990-0 -+k20m -kappa-fixed-medium-r-normal--20-190-75-75-c-200-jisx0208.1990-0 -+10x20b -kappa-fixed-bold-r-normal--20-190-75-75-c-100-iso8859-1 -+a20b -kappa-fixed-bold-r-normal--20-190-75-75-c-100-iso8859-1 -+10x20m -kappa-fixed-medium-r-normal--20-190-75-75-c-100-iso8859-1 -+a20m -kappa-fixed-medium-r-normal--20-190-75-75-c-100-iso8859-1 -+10x20rkb -kappa-fixed-bold-r-normal--20-190-75-75-c-100-jisx0201.1976-0 -+r20b -kappa-fixed-bold-r-normal--20-190-75-75-c-100-jisx0201.1976-0 -+10x20rkm -kappa-fixed-medium-r-normal--20-190-75-75-c-100-jisx0201.1976-0 -+r20m -kappa-fixed-medium-r-normal--20-190-75-75-c-100-jisx0201.1976-0 diff -urN /usr/ports/japanese/kappa20/pkg-descr ./pkg-descr --- /usr/ports/japanese/kappa20/pkg-descr Sat Nov 21 00:14:56 1998 +++ ./pkg-descr Thu Jan 4 12:06:45 2001 @@ -1,12 +1,16 @@ Japanese 20 dot mincho font named `kappa font'. You can use - "k20m" medium mincho - "k20b" bold mincho - "10x20m" ascii - "10x20b" bold ascii - "10x20rkm" kana - "10x20rkb" bold kana + k20[mb] mincho (JIS X 0208) + ('m' for medium mincho, 'b' for bold mincho) + 10x20[mb] ascii (ISO-8859-1(Latin 1)) + 10x20rk[mb] kana (JIS X 0201) + 10x20L[239][mb] ISO 8859-[239] (Latin [239]) + ipa-10x20[mb] Mule IPA fonts + vk20[mb] k20[mb] modified for vertical writings -A simple usage: - % kterm -fn 10x20b -fr 10x20rkb -fk k20b +An example usage: + % kterm -fn a20m -fb a20b -fr r10m -frb a20b -fk k20m -fkb k20b -lsp 3 +or in your Xresources file: + KTerm*VT100*fontList: -kappa-fixed-medium-r-normal--20-* + KTerm*VT100*boldFontList: -kappa-fixed-bold-r-normal--20-* diff -urN /usr/ports/japanese/kappa20/pkg-plist ./pkg-plist --- /usr/ports/japanese/kappa20/pkg-plist Thu Jun 1 15:46:28 2000 +++ ./pkg-plist Tue Jan 16 20:52:11 2001 @@ -1,11 +1,21 @@ +%%FONTSDIR%%/10x20L2b.pcf.gz +%%FONTSDIR%%/10x20L2m.pcf.gz +%%FONTSDIR%%/10x20L3b.pcf.gz +%%FONTSDIR%%/10x20L3m.pcf.gz +%%FONTSDIR%%/10x20L9b.pcf.gz +%%FONTSDIR%%/10x20L9m.pcf.gz %%FONTSDIR%%/10x20b.pcf.gz %%FONTSDIR%%/10x20m.pcf.gz %%FONTSDIR%%/10x20rkb.pcf.gz %%FONTSDIR%%/10x20rkm.pcf.gz +%%FONTSDIR%%/ipa-10x20b.pcf.gz +%%FONTSDIR%%/ipa-10x20m.pcf.gz %%FONTSDIR%%/k20b.pcf.gz %%FONTSDIR%%/k20m.pcf.gz -share/doc/kappa20/README -share/doc/kappa20/fonts.alias.kappa +%%FONTSDIR%%/nk20b-1.pcf.gz +%%FONTSDIR%%/vk20b.pcf.gz +%%FONTSDIR%%/vk20m.pcf.gz +share/doc/ja/kappa20/README.euc-jp @exec cd %D/%%FONTSDIR%% ; %D/bin/mkfontdir @unexec cd %D/%%FONTSDIR%% ; %D/bin/mkfontdir @unexec if [ `wc -c %D/%%FONTSDIR%%/fonts.dir | awk '{print $1}'` = 2 ]; then rm -f %D/%%FONTSDIR%%/fonts.dir; fi diff -urN /usr/ports/japanese/kappa20/pkg-req ./pkg-req --- /usr/ports/japanese/kappa20/pkg-req Sat Nov 21 05:21:53 1998 +++ ./pkg-req Tue Jan 16 20:49:21 2001 @@ -22,26 +22,46 @@ # font alias entry here! TMPFILE=/tmp/install-fonts-alias-$$ cat << EOF > ${TMPFILE} --kappa-mincho-bold-r-normal--20-190-75-75-c-200-jisx0208.1983-0 -kappa-mincho-bold-r-normal--20-190-75-75-c-200-jisx0208.1990-0 --kappa-minchou-bold-r-normal--20-190-75-75-c-200-jisx0208.1983-0 -kappa-mincho-bold-r-normal--20-190-75-75-c-200-jisx0208.1990-0 --kappa-minchou-bold-r-normal--20-190-75-75-c-200-jisx0208.1990-0 -kappa-mincho-bold-r-normal--20-190-75-75-c-200-jisx0208.1990-0 -kappa-fixed-bold-r-normal--20-190-75-75-c-200-jisx0208.1983-0 -kappa-mincho-bold-r-normal--20-190-75-75-c-200-jisx0208.1990-0 -kappa-fixed-bold-r-normal--20-190-75-75-c-200-jisx0208.1990-0 -kappa-mincho-bold-r-normal--20-190-75-75-c-200-jisx0208.1990-0 -k20b -kappa-fixed-bold-r-normal--20-190-75-75-c-200-jisx0208.1990-0 +-kappa-fixed-bold-r-normal--20-190-75-75-vc-200-jisx0208.1983-0 -kappa-mincho-bold-r-normal--20-190-75-75-vc-200-jisx0208.1990-0 +-kappa-fixed-bold-r-normal--20-190-75-75-vc-200-jisx0208.1990-0 -kappa-mincho-bold-r-normal--20-190-75-75-vc-200-jisx0208.1990-0 +-kappa-fixed-medium-r-normal--20-190-75-75-c-200-jisx0208.1983-0 -kappa-mincho-medium-r-normal--20-190-75-75-c-200-jisx0208.1990-0 +-kappa-fixed-medium-r-normal--20-190-75-75-c-200-jisx0208.1990-0 -kappa-mincho-medium-r-normal--20-190-75-75-c-200-jisx0208.1990-0 +-kappa-fixed-medium-r-normal--20-190-75-75-vc-200-jisx0208.1983-0 -kappa-mincho-medium-r-normal--20-190-75-75-vc-200-jisx0208.1990-0 +-kappa-fixed-medium-r-normal--20-190-75-75-vc-200-jisx0208.1990-0 -kappa-mincho-medium-r-normal--20-190-75-75-vc-200-jisx0208.1990-0 +-kappa-mincho-bold-r-normal--20-190-75-75-c-200-jisx0208.1983-0 -kappa-mincho-bold-r-normal--20-190-75-75-c-200-jisx0208.1990-0 +-kappa-mincho-bold-r-normal--20-190-75-75-vc-200-jisx0208.1983-0 -kappa-mincho-bold-r-normal--20-190-75-75-vc-200-jisx0208.1990-0 -kappa-mincho-medium-r-normal--20-190-75-75-c-200-jisx0208.1983-0 -kappa-mincho-medium-r-normal--20-190-75-75-c-200-jisx0208.1990-0 +-kappa-mincho-medium-r-normal--20-190-75-75-vc-200-jisx0208.1983-0 -kappa-mincho-medium-r-normal--20-190-75-75-vc-200-jisx0208.1990-0 +-kappa-minchou-bold-r-normal--20-190-75-75-c-200-jisx0208.1983-0 -kappa-mincho-bold-r-normal--20-190-75-75-c-200-jisx0208.1990-0 +-kappa-minchou-bold-r-normal--20-190-75-75-c-200-jisx0208.1990-0 -kappa-mincho-bold-r-normal--20-190-75-75-c-200-jisx0208.1990-0 +-kappa-minchou-bold-r-normal--20-190-75-75-vc-200-jisx0208.1983-0 -kappa-mincho-bold-r-normal--20-190-75-75-vc-200-jisx0208.1990-0 +-kappa-minchou-bold-r-normal--20-190-75-75-vc-200-jisx0208.1990-0 -kappa-mincho-bold-r-normal--20-190-75-75-vc-200-jisx0208.1990-0 -kappa-minchou-medium-r-normal--20-190-75-75-c-200-jisx0208.1983-0 -kappa-mincho-medium-r-normal--20-190-75-75-c-200-jisx0208.1990-0 -kappa-minchou-medium-r-normal--20-190-75-75-c-200-jisx0208.1990-0 -kappa-mincho-medium-r-normal--20-190-75-75-c-200-jisx0208.1990-0 --kappa-fixed-medium-r-normal--20-190-75-75-c-200-jisx0208.1983-0 -kappa-mincho-medium-r-normal--20-190-75-75-c-200-jisx0208.1990-0 --kappa-fixed-medium-r-normal--20-190-75-75-c-200-jisx0208.1990-0 -kappa-mincho-medium-r-normal--20-190-75-75-c-200-jisx0208.1990-0 -k20m -kappa-fixed-medium-r-normal--20-190-75-75-c-200-jisx0208.1990-0 +-kappa-minchou-medium-r-normal--20-190-75-75-vc-200-jisx0208.1983-0 -kappa-mincho-medium-r-normal--20-190-75-75-vc-200-jisx0208.1990-0 +-kappa-minchou-medium-r-normal--20-190-75-75-vc-200-jisx0208.1990-0 -kappa-mincho-medium-r-normal--20-190-75-75-vc-200-jisx0208.1990-0 +10x20L2b -kappa-fixed-bold-r-normal--20-190-75-75-c-100-iso8859-2 +10x20L2m -kappa-fixed-medium-r-normal--20-190-75-75-c-100-iso8859-2 +10x20L3b -kappa-fixed-bold-r-normal--20-190-75-75-c-100-iso8859-3 +10x20L3m -kappa-fixed-medium-r-normal--20-190-75-75-c-100-iso8859-3 +10x20L9b -kappa-fixed-bold-r-normal--20-190-75-75-c-100-iso8859-15 +10x20L9m -kappa-fixed-medium-r-normal--20-190-75-75-c-100-iso8859-15 10x20b -kappa-fixed-bold-r-normal--20-190-75-75-c-100-iso8859-1 -a20b -kappa-fixed-bold-r-normal--20-190-75-75-c-100-iso8859-1 10x20m -kappa-fixed-medium-r-normal--20-190-75-75-c-100-iso8859-1 -a20m -kappa-fixed-medium-r-normal--20-190-75-75-c-100-iso8859-1 10x20rkb -kappa-fixed-bold-r-normal--20-190-75-75-c-100-jisx0201.1976-0 -r20b -kappa-fixed-bold-r-normal--20-190-75-75-c-100-jisx0201.1976-0 10x20rkm -kappa-fixed-medium-r-normal--20-190-75-75-c-100-jisx0201.1976-0 +a20b -kappa-fixed-bold-r-normal--20-190-75-75-c-100-iso8859-1 +a20m -kappa-fixed-medium-r-normal--20-190-75-75-c-100-iso8859-1 +ipa-10x20b -kappa-fixed-bold-r-normal--20-190-75-75-c-100-muleipa-1 +ipa-10x20m -kappa-fixed-medium-r-normal--20-190-75-75-c-100-muleipa-1 +k20b -kappa-fixed-bold-r-normal--20-190-75-75-c-200-jisx0208.1990-0 +k20m -kappa-fixed-medium-r-normal--20-190-75-75-c-200-jisx0208.1990-0 +r20b -kappa-fixed-bold-r-normal--20-190-75-75-c-100-jisx0201.1976-0 r20m -kappa-fixed-medium-r-normal--20-190-75-75-c-100-jisx0201.1976-0 +vk20b -kappa-fixed-bold-r-normal--20-190-75-75-vc-200-jisx0208.1990-0 +vk20m -kappa-fixed-medium-r-normal--20-190-75-75-vc-200-jisx0208.1990-0 EOF echo "Updating ${FONTDIR}/fonts.alias" >Release-Note: >Audit-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 Aug 23 7:55: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 3078637B403; Thu, 23 Aug 2001 07:55:55 -0700 (PDT) (envelope-from roam@FreeBSD.org) Received: (from roam@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7NErg391580; Thu, 23 Aug 2001 07:53:42 -0700 (PDT) (envelope-from roam) Date: Thu, 23 Aug 2001 07:53:42 -0700 (PDT) From: Message-Id: <200108231453.f7NErg391580@freefall.freebsd.org> To: od@ns.sphinx-corp.ru, roam@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/29976: New port: mplayer - the best video player around Sender: owner-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: mplayer - the best video player around State-Changed-From-To: open->closed State-Changed-By: roam State-Changed-When: Thu Aug 23 07:51:32 PDT 2001 State-Changed-Why: Already in the tree as graphics/mplayer. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=29976 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Aug 23 8: 5: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 BC54F37B406; Thu, 23 Aug 2001 08:05:54 -0700 (PDT) (envelope-from petef@FreeBSD.org) Received: (from petef@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7NF0dE92835; Thu, 23 Aug 2001 08:00:39 -0700 (PDT) (envelope-from petef) Date: Thu, 23 Aug 2001 08:00:39 -0700 (PDT) From: Message-Id: <200108231500.f7NF0dE92835@freefall.freebsd.org> To: petef@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/29536: gle port's config failed Sender: owner-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: gle port's config failed State-Changed-From-To: open->closed State-Changed-By: petef State-Changed-When: Thu Aug 23 08:00:05 PDT 2001 State-Changed-Why: Originator reported the patch in PR 29546 solves the problem. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=29536 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Aug 23 8: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 4231137B40B for ; Thu, 23 Aug 2001 08:10:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7NFA2A96921; Thu, 23 Aug 2001 08:10:02 -0700 (PDT) (envelope-from gnats) Date: Thu, 23 Aug 2001 08:10:02 -0700 (PDT) Message-Id: <200108231510.f7NFA2A96921@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: John E Hein Subject: Re: ports/20601: DESTDIR and /etc/shells Reply-To: John E Hein Sender: owner-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/20601; it has been noted by GNATS. From: John E Hein To: freebsd-gnats-submit@FreeBSD.org Cc: lwa@victor.teaser.fr Subject: Re: ports/20601: DESTDIR and /etc/shells Date: Thu, 23 Aug 2001 09:03:00 -0600 There is a proposed fix for this overall problem, but I haven't heard any public feedback, positive or negative, about it. If you are interested, please test the patch and submit comments. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=28155 It goes to fixing the underlying problem with the improper treatment of PREFIX and DESTDIR in bsd.port.mk. A number of individual ports will have to be fixed as well since they depend on the broken behavior of bsd.port.mk. But there are many ports already broken anyway (such as the ones mentioned in both this PR (20601) and the PR above (28155)). To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Aug 23 8:15: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 BD2A237B403; Thu, 23 Aug 2001 08:15:54 -0700 (PDT) (envelope-from roam@FreeBSD.org) Received: (from roam@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7NFEqk97667; Thu, 23 Aug 2001 08:14:52 -0700 (PDT) (envelope-from roam) Date: Thu, 23 Aug 2001 08:14:52 -0700 (PDT) From: Message-Id: <200108231514.f7NFEqk97667@freefall.freebsd.org> To: od@ns.sphinx-corp.ru, roam@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/29977: New port: mplayer-win32-codecs - A DLL pack needed for mplayer Sender: owner-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: mplayer-win32-codecs - A DLL pack needed for mplayer State-Changed-From-To: open->closed State-Changed-By: roam State-Changed-When: Thu Aug 23 07:53:57 PDT 2001 State-Changed-Why: Already in the tree as graphics/mplayer-codecs. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=29977 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Aug 23 8:20:46 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 B999E37B407 for ; Thu, 23 Aug 2001 08:20:42 -0700 (PDT) (envelope-from nbm@gerund.futureperfectcorporation.com) Received: (qmail 30481 invoked by uid 0); 23 Aug 2001 15:23:54 -0000 Received: from choke.sunesi.net (HELO gerund.futureperfectcorporation.com) (196.25.112.242) by infinitive.futureperfectcorporation.com with SMTP; 23 Aug 2001 15:23:54 -0000 Received: (qmail 9761 invoked by uid 1001); 23 Aug 2001 15:21:09 -0000 Date: Thu, 23 Aug 2001 17:21:09 +0200 From: Neil Blakey-Milner To: John E Hein Cc: freebsd-ports@FreeBSD.org, portmgr@FreeBSD.org Subject: Re: ports/20601: DESTDIR and /etc/shells Message-ID: <20010823172108.B2573@mithrandr.moria.org> References: <200108231510.f7NFA2A96921@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: <200108231510.f7NFA2A96921@freefall.freebsd.org>; from jhein@timing.com on Thu, Aug 23, 2001 at 08:10:02AM -0700 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 Thu 2001-08-23 (08:10), John E Hein wrote: > The following reply was made to PR ports/20601; it has been noted by GNATS. > > From: John E Hein > To: freebsd-gnats-submit@FreeBSD.org > Cc: lwa@victor.teaser.fr > Subject: Re: ports/20601: DESTDIR and /etc/shells > Date: Thu, 23 Aug 2001 09:03:00 -0600 > > There is a proposed fix for this overall problem, but I haven't heard any > public feedback, positive or negative, about it. If you are interested, > please test the patch and submit comments. > > http://www.FreeBSD.org/cgi/query-pr.cgi?pr=28155 > > It goes to fixing the underlying problem with the improper treatment > of PREFIX and DESTDIR in bsd.port.mk. A number of individual ports > will have to be fixed as well since they depend on the broken behavior > of bsd.port.mk. But there are many ports already broken anyway (such > as the ones mentioned in both this PR (20601) and the PR above (28155)). It's pretty obvious that a large number of ports will not support DESTDIR immediately after the change. However, I do believe it's something we must have. If I do some testing locally, can we move forward with this a week after 4.4-RELEASE is out the door? 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 Thu Aug 23 8:40: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 8049F37B403 for ; Thu, 23 Aug 2001 08:40:00 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7NFe0l01208; Thu, 23 Aug 2001 08:40:00 -0700 (PDT) (envelope-from gnats) Received: from rtchat.com (r208m246.cybercable.tm.fr [195.132.208.246]) by hub.freebsd.org (Postfix) with ESMTP id EC40F37B40B for ; Thu, 23 Aug 2001 08:33:34 -0700 (PDT) (envelope-from j@rtchat.com) Received: (from root@localhost) by rtchat.com (8.11.6/8.11.3) id f7NFa9o45842; Thu, 23 Aug 2001 17:36:09 +0200 (CEST) (envelope-from j) Message-Id: <200108231536.f7NFa9o45842@rtchat.com> Date: Thu, 23 Aug 2001 17:36:09 +0200 (CEST) From: Frank DENIS Reply-To: Frank DENIS To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/29995: port update : ftp/pure-ftpd (roam) Sender: owner-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: 29995 >Category: ports >Synopsis: port update : ftp/pure-ftpd (roam) >Confidential: 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 Aug 23 08:40:00 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Charlie & >Release: FreeBSD 4.4-PRERELEASE i386 >Organization: Carpe diem >Environment: System: FreeBSD tidiable.home.rtchat.com 4.4-PRERELEASE FreeBSD 4.4-PRERELEASE #1: Wed Aug 15 19:31:41 CEST 2001 root@tidiable.home.rtchat.com:/usr/obj/usr/src/sys/JEDI i386 >Description: diff -urN pure-ftpd.old/Makefile pure-ftpd/Makefile --- pure-ftpd.old/Makefile Tue Aug 21 13:23:34 2001 +++ pure-ftpd/Makefile Thu Aug 23 17:27:04 2001 @@ -6,13 +6,15 @@ # PORTNAME= pure-ftpd -PORTVERSION= 0.99.1 +PORTVERSION= 0.99.1b CATEGORIES= ftp ipv6 MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= pureftpd MAINTAINER= j@pureftpd.org +SLEEP= sleep + .if defined(WITH_DMALLOC) LIB_DEPENDS+= dmalloc.1:${PORTSDIR}/devel/dmalloc .endif @@ -27,18 +29,34 @@ GNU_CONFIGURE= yes -CONFIGURE_ARGS+= --with-pam --with-everything --with-paranoidmsg +CONFIGURE_ARGS+= --with-everything --with-paranoidmsg # language support requested? .if defined(WITH_LANG) CONFIGURE_ARGS+= --with-language="${WITH_LANG}" .endif + +# ldap support requested ? +.if defined(WITH_LDAP) +CONFIGURE_ARGS+= --with-ldap +.endif + +# mysql support requested ? +.if defined(WITH_MYSQL) +CONFIGURE_ARGS+= --with-mysql +.endif + +# if mysql or ldap are disabled, enable pam +.if !defined(WITH_LDAP) && !defined(WITH_MYSQL) +CONFIGURE_ARGS+= --with-pam +.endif + # use of dmalloc requested? .if defined(WITH_DMALLOC) CONFIGURE_ARGS+= --with-dmalloc CFLAGS+= -I${LOCALBASE}/include -L${LOCALBASE}/lib .endif -MAN8= pure-ftpd.8 pure-ftpwho.8 pure-mrtginfo.8 pure-uploadscript.8 +MAN8= pure-ftpd.8 pure-ftpwho.8 pure-mrtginfo.8 pure-uploadscript.8 pure-statsdecode.8 .include @@ -63,11 +81,13 @@ pre-fetch: @${ECHO} "You can use the following additional options:" - @${ECHO} "WITH_DMALLOC=1 - enable use of the dmalloc library;" - @${ECHO} "WITH_LDAP=1 - Store users in LDAP directories;" - @${ECHO} "WITH_MYSQL=1 - Store users in MySQL databases;" - @${ECHO} "WITH_LANG=lang - enable compilation of language support, lang is one of" + @${ECHO} "WITH_DMALLOC=1 - enable use of the dmalloc library;" + @${ECHO} "WITH_LDAP=1 - Store users in LDAP directories;" + @${ECHO} "WITH_MYSQL=1 - Store users in MySQL databases;" + @${ECHO} "WITH_LANG=lang - enable compilation of language support, lang is one of" @${ECHO} " english, german, romanian, french, polish, spanish or danish." + @${ECHO} + @${SLEEP} 2 post-install: ${INSTALL_DATA} ${WRKSRC}/pureftpd-ldap.conf ${PREFIX}/etc/pureftpd-ldap.conf.sample diff -urN pure-ftpd.old/distinfo pure-ftpd/distinfo --- pure-ftpd.old/distinfo Tue Aug 21 13:23:34 2001 +++ pure-ftpd/distinfo Thu Aug 23 17:26:25 2001 @@ -1 +1 @@ -MD5 (pure-ftpd-0.99.1.tar.gz) = f94f6523c9fbec1a2ec98d4bb40b023f +MD5 (pure-ftpd-0.99.1b.tar.gz) = dfd34d5347c403108de296ea8e4a5858 diff -urN pure-ftpd.old/pkg-plist pure-ftpd/pkg-plist --- pure-ftpd.old/pkg-plist Tue Aug 21 13:23:34 2001 +++ pure-ftpd/pkg-plist Thu Aug 23 16:29:33 2001 @@ -2,6 +2,7 @@ sbin/pure-ftpd sbin/pure-ftpwho sbin/pure-uploadscript +sbin/pure-statsdecode sbin/pure-config.pl etc/pureftpd-ldap.conf.sample etc/pureftpd-mysql.conf.sample >How-To-Repeat: - >Fix: This release fixes some issues with MySQL and LDAP, and add some little features. The previous FreeBSD port didn't compile properly with MySQL support. >Release-Note: >Audit-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 Aug 23 8: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 7992E37B408 for ; Thu, 23 Aug 2001 08:50:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7NFo2a02614; Thu, 23 Aug 2001 08:50:02 -0700 (PDT) (envelope-from gnats) Date: Thu, 23 Aug 2001 08:50:02 -0700 (PDT) Message-Id: <200108231550.f7NFo2a02614@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Peter Pentchev Subject: Re: ports/29995: port update : ftp/pure-ftpd (roam) 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/29995; it has been noted by GNATS. From: Peter Pentchev To: Frank DENIS Cc: FreeBSD-gnats-submit@freebsd.org Subject: Re: ports/29995: port update : ftp/pure-ftpd (roam) Date: Thu, 23 Aug 2001 18:45:26 +0300 On Thu, Aug 23, 2001 at 05:36:09PM +0200, Frank DENIS wrote: > > >Number: 29995 > >Category: ports > >Synopsis: port update : ftp/pure-ftpd (roam) > >Organization: > Carpe diem > >Environment: > System: FreeBSD tidiable.home.rtchat.com 4.4-PRERELEASE FreeBSD 4.4-PRERELEASE #1: Wed Aug 15 19:31:41 CEST 2001 root@tidiable.home.rtchat.com:/usr/obj/usr/src/sys/JEDI i386 > > > >Description: > > diff -urN pure-ftpd.old/Makefile pure-ftpd/Makefile > --- pure-ftpd.old/Makefile Tue Aug 21 13:23:34 2001 [snip] > +SLEEP= sleep > + [snip] > + @${ECHO} "WITH_LANG=lang - enable compilation of language support, lang is one of" > @${ECHO} " english, german, romanian, french, polish, spanish or danish." > + @${ECHO} > + @${SLEEP} 2 > This release fixes some issues with MySQL and LDAP, and add some little > features. > The previous FreeBSD port didn't compile properly with MySQL support. Okay; what exactly is the purpose of the two-second sleep after the message though? :) No other port that I can see does that :) Other than that, I'll commit this today. 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 Aug 23 9:28:46 2001 Delivered-To: freebsd-ports@freebsd.org Received: from EnContacto.Net (adsl-63-205-16-205.dsl.mtry01.pacbell.net [63.205.16.205]) by hub.freebsd.org (Postfix) with ESMTP id 3143137B406 for ; Thu, 23 Aug 2001 09:28:42 -0700 (PDT) (envelope-from eculp@EnContacto.Net) Received: (from root@localhost) by EnContacto.Net (8.11.6/8.11.4) id f7NGScA46540 for ports@freebsd.org; Thu, 23 Aug 2001 09:28:38 -0700 (PDT) (envelope-from eculp@EnContacto.Net) Received: from 63.205.16.204 ( [63.205.16.204]) as user eculp@EnContacto.Net by Mail.SavvyWorld.Net with HTTP; Thu, 23 Aug 2001 09:28:38 -0700 Message-ID: <998584118.3b852f36b5a94@Mail.SavvyWorld.Net> Date: Thu, 23 Aug 2001 09:28:38 -0700 From: Edwin Culp To: ports@freebsd.org Subject: everybuddy MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit User-Agent: Internet Messaging Program (IMP) 2.3.7-cvs X-Originating-IP: 63.205.16.204 Sender: owner-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 try to install everybuddy from ports on current there seems to be a pthreads issue. Does anyone have a suggestion for a quick solution to get this up and running for my wife or recommend another msn compatible client that she can use to keep her happy with a unix machine at home? Thanks for any help, ed The error from ports/net/everybuddy follows: cc -O -pipe -DHAVE_ISPELL -I/usr/local/include -I/opt/include -I../ -D_REENTRANT -Wall -I/usr/X11R6/include/gtk12 -I/usr/local/include/glib12 -I/usr/local/inclu de -I/usr/X11R6/include -I.. -I../libproxy -I../libfaim -I../libjabber/include/j abber -I../libjabber/include -I../libxode/include -I../zephyr/h -o everybuddy ma in.o contactlist.o editcontacts.o service.o icq.o status.o account.o aim-toc.o i nfo_window.o chat_window.o util.o add_contact_window.o edit_contact_window.o add _unknown_account.o sound.o about.o dialog.o prefs.o yahoo.o away_window.o browse r.o message_parse.o progress_window.o chat_room.o account_scanner.o account_pars er.tab.o contact_scanner.o contact_parser.tab.o value_pair.o msn.o jabber.o edit _group_window.o importicq.o importlicq.o log_window.o gtkspell.o trigger.o conso le_session.o gtk_eb_html.o gtksctext.o input_list.o zephyr_mod.o irc.o -lc_r -L. ./libmsn -lmsn -L../libyahoo -lyahoo -L../libproxy -lproxy -L../libtoc -ltoc -L. ./libicq -licq -L../libjabber -lEBjabber -ljabber -L../libxode -lxode -L../zephy r -lzephyr -L/usr/X11R6/lib -L/usr/X11R6/lib -lgtk12 -lgdk12 -L/usr/local/lib -W l,-E -lgmodule12 -lglib12 -lintl -lxpg4 -lXext -lX11 -lm message_parse.o: In function `send_file2': message_parse.o(.text+0x10f): undefined reference to `__pthread_write' message_parse.o(.text+0x1ad): undefined reference to `__pthread_send' message_parse.o(.text+0x298): undefined reference to `__pthread_write' message_parse.o: In function `send_file': message_parse.o(.text+0x483): undefined reference to `__pthread_write' message_parse.o(.text+0x4a6): undefined reference to `__pthread_write' message_parse.o(.text+0x4c5): undefined reference to `__pthread_write' message_parse.o(.text+0x4d4): undefined reference to `__pthread_read' message_parse.o: In function `get_file2': message_parse.o(.text+0x607): undefined reference to `__pthread_recv' message_parse.o: In function `accept_file': message_parse.o(.text+0x728): undefined reference to `__pthread_write' message_parse.o(.text+0x79b): undefined reference to `__pthread_write' message_parse.o: In function `get_file': message_parse.o(.text+0x7e8): undefined reference to `__pthread_accept' message_parse.o(.text+0x887): undefined reference to `__pthread_select' message_parse.o(.text+0x8a4): undefined reference to `__pthread_recv' message_parse.o(.text+0x8ce): undefined reference to `__pthread_recv' message_parse.o(.text+0x8e8): undefined reference to `__pthread_recv' message_parse.o: In function `eb_parse_incomming_message': message_parse.o(.text+0xbde): undefined reference to `__pthread_connect' gmake[1]: *** [everybuddy] Error 1 gmake[1]: Leaving directory `/usr/ports/net/everybuddy/work/everybuddy-0.2.1beta 6/src' gmake: *** [all-recursive] Error 1 *** Error code 2 ----------------------------------------------------------------------- The illiterate of the 21st century will not be those who cannot read and write, but those who cannot learn, unlearn and relearn. --Alvin Toffler To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Aug 23 9:50:46 2001 Delivered-To: freebsd-ports@freebsd.org Received: from lists.unixathome.org (lists.unixathome.org [210.48.103.158]) by hub.freebsd.org (Postfix) with ESMTP id 84B9037B407 for ; Thu, 23 Aug 2001 09:50:43 -0700 (PDT) (envelope-from dan@lists.unixathome.org) Received: from wocker (lists.unixathome.org [210.48.103.158]) by lists.unixathome.org (8.11.1/8.11.1) with ESMTP id f7NGoVd19504; Fri, 24 Aug 2001 04:50:33 +1200 (NZST) (envelope-from dan@lists.unixathome.org) From: "Dan Langille" Organization: novice in training To: joseph@randomnetworks.com Date: Thu, 23 Aug 2001 12:50:28 -0400 MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Subject: new security/swatch version Reply-To: dan@langille.org Cc: ports@freebsd.org Message-ID: <3B84FC14.20517.78275DC@localhost> X-mailer: Pegasus Mail for Win32 (v3.12c) Sender: owner-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 ports tree contains version 3.0.1 but 3.0.2 is out. Anyone want to tackle the new version please? -- Dan Langille - DVL Software Limited FreshPorts - http://freshports.org/ - the place for ports To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Aug 23 10: 0:20 2001 Delivered-To: freebsd-ports@freebsd.org Received: from pebkac.owp.csus.edu (pebkac.owp.csus.edu [130.86.232.245]) by hub.freebsd.org (Postfix) with ESMTP id DF34037B407 for ; Thu, 23 Aug 2001 10:00:16 -0700 (PDT) (envelope-from joseph.scott@owp.csus.edu) Received: (from root@localhost) by pebkac.owp.csus.edu (8.9.3/8.9.3) id KAA85354; Thu, 23 Aug 2001 10:00:36 -0700 (PDT) (envelope-from joseph.scott@owp.csus.edu) Received: from localhost (scottj@localhost) by pebkac.owp.csus.edu (8.9.3/8.9.3av) with ESMTP id KAA85342; Thu, 23 Aug 2001 10:00:32 -0700 (PDT) (envelope-from joseph.scott@owp.csus.edu) Date: Thu, 23 Aug 2001 10:00:32 -0700 (PDT) From: Joseph Scott X-Sender: scottj@pebkac.owp.csus.edu To: Dan Langille Cc: ports@freebsd.org Subject: Re: new security/swatch version In-Reply-To: <3B84FC14.20517.78275DC@localhost> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII 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 Thu, 23 Aug 2001, Dan Langille wrote: # The ports tree contains version 3.0.1 but 3.0.2 is out. Anyone want # to tackle the new version please? I'll take a look at it, probably some time tonight. -Joseph To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Aug 23 10: 2: 5 2001 Delivered-To: freebsd-ports@freebsd.org Received: from lists.unixathome.org (lists.unixathome.org [210.48.103.158]) by hub.freebsd.org (Postfix) with ESMTP id D786A37B407 for ; Thu, 23 Aug 2001 10:01:55 -0700 (PDT) (envelope-from dan@lists.unixathome.org) Received: from wocker (lists.unixathome.org [210.48.103.158]) by lists.unixathome.org (8.11.1/8.11.1) with ESMTP id f7NH1od19914; Fri, 24 Aug 2001 05:01:50 +1200 (NZST) (envelope-from dan@lists.unixathome.org) From: "Dan Langille" Organization: novice in training To: Joseph Scott Date: Thu, 23 Aug 2001 13:01:48 -0400 MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Subject: Re: new security/swatch version Reply-To: dan@langille.org Cc: ports@freebsd.org Message-ID: <3B84FEBC.7029.78CCD7F@localhost> References: <3B84FC14.20517.78275DC@localhost> In-reply-to: X-mailer: Pegasus Mail for Win32 (v3.12c) Sender: owner-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 23 Aug 2001, at 10:00, Joseph Scott wrote: > > On Thu, 23 Aug 2001, Dan Langille wrote: > > # The ports tree contains version 3.0.1 but 3.0.2 is out. Anyone want > # to tackle the new version please? > > I'll take a look at it, probably some time tonight. Thank you. -- Dan Langille - DVL Software Limited FreshPorts - http://freshports.org/ - the place for ports To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Aug 23 10:25: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 4AEB837B403; Thu, 23 Aug 2001 10:25:55 -0700 (PDT) (envelope-from roam@FreeBSD.org) Received: (from roam@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7NHLb518616; Thu, 23 Aug 2001 10:21:37 -0700 (PDT) (envelope-from roam) Date: Thu, 23 Aug 2001 10:21:37 -0700 (PDT) From: Message-Id: <200108231721.f7NHLb518616@freefall.freebsd.org> To: j@pureftpd.org, roam@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/29995: port update : ftp/pure-ftpd (roam) Sender: owner-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 update : ftp/pure-ftpd (roam) State-Changed-From-To: open->closed State-Changed-By: roam State-Changed-When: Thu Aug 23 10:19:58 PDT 2001 State-Changed-Why: Committed, thanks! http://www.FreeBSD.org/cgi/query-pr.cgi?pr=29995 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Aug 23 10: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 3C23537B405 for ; Thu, 23 Aug 2001 10:40:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7NHe1L20031; Thu, 23 Aug 2001 10:40:01 -0700 (PDT) (envelope-from gnats) Received: from utopia.leeym.com (utopia.leeym.com [211.72.162.194]) by hub.freebsd.org (Postfix) with ESMTP id 0F69037B405 for ; Thu, 23 Aug 2001 10:31:10 -0700 (PDT) (envelope-from leeym@utopia.leeym.com) Received: (from leeym@localhost) by utopia.leeym.com (8.11.5/8.11.5) id f7NHV8d95066; Fri, 24 Aug 2001 01:31:08 +0800 (CST) (envelope-from leeym) Message-Id: <200108231731.f7NHV8d95066@utopia.leeym.com> Date: Fri, 24 Aug 2001 01:31:08 +0800 (CST) From: Yen-Ming Lee Reply-To: Yen-Ming Lee To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/29997: NO MAINTAINER UPDATE: mail/rblcheck Sender: owner-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: 29997 >Category: ports >Synopsis: NO MAINTAINER UPDATE: mail/rblcheck >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 Aug 23 10:40:00 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Yen-Ming Lee >Release: FreeBSD 4.4-RC i386 >Organization: >Environment: System: FreeBSD utopia.leeym.com 4.4-RC FreeBSD 4.4-RC #5: Tue Aug 21 05:17:44 CST 2001 root@utopia.leeym.com:/usr/obj/usr/src/sys/UTOPIA i386 >Description: add missing double-quote marks and make it build smoothly under BATCH mode. >How-To-Repeat: http://bento.freebsd.org/errorlogs/4-latest/rblcheck-1.4_1.log >Fix: diff -ruN /usr/ports/mail/rblcheck/scripts/configure.rbl rblcheck/scripts/configure.rbl --- /usr/ports/mail/rblcheck/scripts/configure.rbl Mon Aug 20 04:02:33 2001 +++ rblcheck/scripts/configure.rbl Fri Aug 24 01:23:03 2001 @@ -22,7 +22,7 @@ if [ ${TODAY} -lt 20010801 ]; then OPTIONS="\"MAPS_RBL\" \"MAPS_DUL\" \"MAPS_RSS\"" else - OPTIONS="ORBZ" + OPTIONS="\"ORBZ\"" fi if [ "x${OPTIONS}" != "x" ]; then set ${OPTIONS} >Release-Note: >Audit-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 Aug 23 10: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 EA60437B40C for ; Thu, 23 Aug 2001 10:50:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7NHo1A20926; Thu, 23 Aug 2001 10:50:01 -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 0658337B401; Thu, 23 Aug 2001 10:49:54 -0700 (PDT) (envelope-from jmcoopr@webmail.bmi.net) Received: from johncoop.MSHOME (drumheller-router.bmi.net [206.63.201.3] (may be forged)) by yoda.bmi.net (Pro-8.9.3/Pro-8.9.3) with ESMTP id KAA24359; Thu, 23 Aug 2001 10:49:32 -0700 Received: (from jmcoopr@localhost) by johncoop.MSHOME (8.11.6/8.11.6) id f7NHoEg66009; Thu, 23 Aug 2001 10:50:14 -0700 (PDT) (envelope-from jmcoopr) Message-Id: <200108231750.f7NHoEg66009@johncoop.MSHOME> Date: Thu, 23 Aug 2001 10:50:14 -0700 (PDT) From: John Merryweather Cooper Reply-To: John Merryweather Cooper To: FreeBSD-gnats-submit@freebsd.org Cc: gnome@freebsd.org, sobomax@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/29998: [PATCH] update gtkHTML to chase .so change in gal Sender: owner-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: 29998 >Category: ports >Synopsis: [PATCH] update gtkHTML to chase .so change in gal >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Thu Aug 23 10:50:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: John Merryweather Cooper >Release: FreeBSD 4.4-RC i386 >Organization: >Environment: System: FreeBSD johncoop.MSHOME 4.4-RC FreeBSD 4.4-RC #9: Wed Aug 22 09:49:09 PDT 2001 jmcoopr@johncoop.MSHOME:/usr/obj/usr/src/sys/JOHNCOOP i386 >Description: With the update of gal to gal-0.11.1, gtkHTML is now broken as gal.9 has become gal.11. This PATCH fixes this. >How-To-Repeat: Build gtkHTML after upgrading gal. You'll go into a crash-diving loop. :) >Fix: diff -ruN gtkhtml/Makefile gtkhtml.new/Makefile --- gtkhtml/Makefile Thu Aug 9 03:46:50 2001 +++ gtkhtml.new/Makefile Thu Aug 23 10:44:11 2001 @@ -2,11 +2,12 @@ # Date created: 2nd June 2000 # Whom: Ade Lovett # -# $FreeBSD: ports/www/gtkhtml/Makefile,v 1.31 2001/08/09 10:46:50 sobomax Exp $ +# $FreeBSD$ # PORTNAME= gtkhtml PORTVERSION= 0.11.1 +PORTREVISION= 1 CATEGORIES= www gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= unstable/sources/gtkhtml @@ -15,7 +16,7 @@ LIB_DEPENDS= glibwww.1:${PORTSDIR}/www/glibwww \ pspell.4:${PORTSDIR}/textproc/pspell \ - gal.9:${PORTSDIR}/x11-toolkits/gal \ + gal.11:${PORTSDIR}/x11-toolkits/gal \ ghttp.1:${PORTSDIR}/www/libghttp USE_X_PREFIX= yes >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Aug 23 10:55: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 12E6E37B403; Thu, 23 Aug 2001 10:55:55 -0700 (PDT) (envelope-from petef@FreeBSD.org) Received: (from petef@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7NHrJe21297; Thu, 23 Aug 2001 10:53:19 -0700 (PDT) (envelope-from petef) Date: Thu, 23 Aug 2001 10:53:19 -0700 (PDT) From: Message-Id: <200108231753.f7NHrJe21297@freefall.freebsd.org> To: petef@FreeBSD.org, freebsd-ports@FreeBSD.org, gnome@FreeBSD.org Subject: Re: ports/29998: [PATCH] update gtkHTML to chase .so change in gal Sender: owner-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: [PATCH] update gtkHTML to chase .so change in gal Responsible-Changed-From-To: freebsd-ports->gnome Responsible-Changed-By: petef Responsible-Changed-When: Thu Aug 23 10:52:50 PDT 2001 Responsible-Changed-Why: Over to maintainers. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=29998 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Aug 23 11: 5: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 0ED5E37B401; Thu, 23 Aug 2001 11:05:55 -0700 (PDT) (envelope-from petef@FreeBSD.org) Received: (from petef@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7NI2Nt22281; Thu, 23 Aug 2001 11:02:23 -0700 (PDT) (envelope-from petef) Date: Thu, 23 Aug 2001 11:02:23 -0700 (PDT) From: Message-Id: <200108231802.f7NI2Nt22281@freefall.freebsd.org> To: petef@FreeBSD.org, freebsd-ports@FreeBSD.org, petef@FreeBSD.org Subject: Re: ports/29981: New port: net/p5-Telnet-Cisco Sender: owner-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-Telnet-Cisco Responsible-Changed-From-To: freebsd-ports->petef Responsible-Changed-By: petef Responsible-Changed-When: Thu Aug 23 11:02:00 PDT 2001 Responsible-Changed-Why: I'll take care of this. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=29981 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Aug 23 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 4794237B409 for ; Thu, 23 Aug 2001 11:10:00 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7NIA0X26135; Thu, 23 Aug 2001 11:10:00 -0700 (PDT) (envelope-from gnats) Received: from blaubaer.kn-bremen.de (blaubaer.kn-bremen.de [195.37.179.254]) by hub.freebsd.org (Postfix) with ESMTP id 9FA8F37B405 for ; Thu, 23 Aug 2001 11:01:37 -0700 (PDT) (envelope-from nox@saturn.kn-bremen.de) Received: from saturn.UUCP (uucp@localhost) by blaubaer.kn-bremen.de (8.9.1/8.9.1) with UUCP id TAA09083 for FreeBSD-gnats-submit@freebsd.org; Thu, 23 Aug 2001 19:57:30 +0200 Received: (from nox@localhost) by saturn (8.11.4/8.8.5) id f7NI0Ta61283; Thu, 23 Aug 2001 20:00:29 +0200 (CEST) Message-Id: <200108231800.f7NI0Ta61283@saturn> Date: Thu, 23 Aug 2001 20:00:29 +0200 (CEST) From: Juergen Lock Reply-To: Juergen Lock To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/29999: update sysutils/gcombust to 0.1.46 Sender: owner-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: 29999 >Category: ports >Synopsis: update sysutils/gcombust to 0.1.46 >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 Aug 23 11:10:00 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Juergen Lock >Release: FreeBSD 4.3-STABLE i386 >Organization: me? organized?? >Environment: System: FreeBSD saturn 4.3-STABLE FreeBSD 4.3-STABLE #2: Wed Aug 22 20:46:44 CEST 2001 nox@saturn:/www/w/usr/src4/src/sys/compile/SP3G.3I i386 >Description: new version out >How-To-Repeat: >Fix: Index: Makefile =================================================================== RCS file: /home/ncvs/ports/sysutils/gcombust/Makefile,v retrieving revision 1.24 diff -u -r1.24 Makefile --- Makefile 2001/08/02 09:14:27 1.24 +++ Makefile 2001/08/23 17:10:58 @@ -6,7 +6,7 @@ # PORTNAME= gcombust -PORTVERSION= 0.1.45 +PORTVERSION= 0.1.46 CATEGORIES= sysutils MASTER_SITES= http://www.abo.fi/~jmunsin/gcombust/ Index: distinfo =================================================================== RCS file: /home/ncvs/ports/sysutils/gcombust/distinfo,v retrieving revision 1.17 diff -u -r1.17 distinfo --- distinfo 2001/06/16 04:54:03 1.17 +++ distinfo 2001/08/23 17:17:16 @@ -1 +1 @@ -MD5 (gcombust-0.1.45.tar.gz) = 772540caffe82b657a3bb5cee4e13acf +MD5 (gcombust-0.1.46.tar.gz) = 4e0b2d3e4740dae081a18ab63a086620 >Release-Note: >Audit-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 Aug 23 11:35: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 6149F37B409; Thu, 23 Aug 2001 11:35:55 -0700 (PDT) (envelope-from dwcjr@FreeBSD.org) Received: (from dwcjr@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7NISAC28788; Thu, 23 Aug 2001 11:28:10 -0700 (PDT) (envelope-from dwcjr) Date: Thu, 23 Aug 2001 11:28:10 -0700 (PDT) From: Message-Id: <200108231828.f7NISAC28788@freefall.freebsd.org> To: anders@fix.no, dwcjr@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/29474: Update port: mail/drac Sender: owner-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: mail/drac State-Changed-From-To: open->closed State-Changed-By: dwcjr State-Changed-When: Thu Aug 23 11:27:48 PDT 2001 State-Changed-Why: Committed, thanks! http://www.FreeBSD.org/cgi/query-pr.cgi?pr=29474 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Aug 23 11:45: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 B23C537B409; Thu, 23 Aug 2001 11:45:55 -0700 (PDT) (envelope-from dwcjr@FreeBSD.org) Received: (from dwcjr@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7NIf5T29868; Thu, 23 Aug 2001 11:41:05 -0700 (PDT) (envelope-from dwcjr) Date: Thu, 23 Aug 2001 11:41:05 -0700 (PDT) From: Message-Id: <200108231841.f7NIf5T29868@freefall.freebsd.org> To: pat@databits.net, dwcjr@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/29481: Fix www/bacon Sender: owner-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 www/bacon State-Changed-From-To: open->closed State-Changed-By: dwcjr State-Changed-When: Thu Aug 23 11:40:52 PDT 2001 State-Changed-Why: Committed, thanks! http://www.FreeBSD.org/cgi/query-pr.cgi?pr=29481 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Aug 23 11: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 E833537B40B for ; Thu, 23 Aug 2001 11:50:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7NIo1Q30733; Thu, 23 Aug 2001 11:50:01 -0700 (PDT) (envelope-from gnats) Date: Thu, 23 Aug 2001 11:50:01 -0700 (PDT) Message-Id: <200108231850.f7NIo1Q30733@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: "David W. Chapman Jr." Subject: Re: ports/29432: the maintainer for gnotepad has an invalid email address 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/29432; it has been noted by GNATS. From: "David W. Chapman Jr." To: freebsd-gnats-submit@FreeBSD.org, St.Paul's.United.College@FreeBSD.org?s Cc: Subject: Re: ports/29432: the maintainer for gnotepad has an invalid email address Date: Thu, 23 Aug 2001 13:44:39 -0500 Aug 23 13:42:35 dwcjr sendmail[97413]: f7NIgYS97413: from=poseiden, size=51, class=0, nrcpts=1, msgid=<200108231842.f7NIgYS97413@dwcjr.inethouston.net>, relay=poseiden@localhost Aug 23 13:42:39 dwcjr sendmail[97601]: f7NIgYS97413: to=brett@peloton.runet.edu, ctladdr=poseiden (1001/1001), delay=00:00:05, xdelay=00:00:03, mailer=esmtp, pri=30051, relay=peloton.radford.edu. [137.45.96.205], dsn=2.0.0, stat=Sent (f7NIgLa15419 Message accepted for delivery) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Aug 23 11:55: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 42ED337B40B; Thu, 23 Aug 2001 11:55:55 -0700 (PDT) (envelope-from dwcjr@FreeBSD.org) Received: (from dwcjr@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7NIq8D30903; Thu, 23 Aug 2001 11:52:08 -0700 (PDT) (envelope-from dwcjr) Date: Thu, 23 Aug 2001 11:52:08 -0700 (PDT) From: Message-Id: <200108231852.f7NIq8D30903@freefall.freebsd.org> To: dwcjr@FreeBSD.org, freebsd-ports@FreeBSD.org, petef@FreeBSD.org Subject: Re: ports/29280: Update pspell to 0.12.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 pspell to 0.12.2 Responsible-Changed-From-To: freebsd-ports->petef Responsible-Changed-By: dwcjr Responsible-Changed-When: Thu Aug 23 11:51:57 PDT 2001 Responsible-Changed-Why: Over to maintainer http://www.FreeBSD.org/cgi/query-pr.cgi?pr=29280 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Aug 23 11:56: 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 2008B37B407; Thu, 23 Aug 2001 11:55:55 -0700 (PDT) (envelope-from dwcjr@FreeBSD.org) Received: (from dwcjr@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7NIl5W30420; Thu, 23 Aug 2001 11:47:05 -0700 (PDT) (envelope-from dwcjr) Date: Thu, 23 Aug 2001 11:47:05 -0700 (PDT) From: Message-Id: <200108231847.f7NIl5W30420@freefall.freebsd.org> To: St.Paul's.United.College@FreeBSD.org, dwcjr@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/29432: the maintainer for gnotepad has an invalid email 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: the maintainer for gnotepad has an invalid email address State-Changed-From-To: open->closed State-Changed-By: dwcjr State-Changed-When: Thu Aug 23 11:45:58 PDT 2001 State-Changed-Why: Maintainer's email appears to work (No NDR Yet) and originators email does not work. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=29432 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Aug 23 12: 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 940B837B407 for ; Thu, 23 Aug 2001 12:00:04 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7NJ04331482; Thu, 23 Aug 2001 12:00:04 -0700 (PDT) (envelope-from gnats) Date: Thu, 23 Aug 2001 12:00:04 -0700 (PDT) Message-Id: <200108231900.f7NJ04331482@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: "David W. Chapman Jr." Subject: Re: ports/29340: joe editor displays inverse text scrolling in from the side of a virtual terminal (cons25, etc) as a line is sucked up char by char via delete. 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/29340; it has been noted by GNATS. From: "David W. Chapman Jr." To: freebsd-gnats-submit@FreeBSD.org, groggy@iname.com, petef@freebsd.org Cc: Subject: Re: ports/29340: joe editor displays inverse text scrolling in from the side of a virtual terminal (cons25, etc) as a line is sucked up char by char via delete. Date: Thu, 23 Aug 2001 13:50:26 -0500 try joe-devel and see if that works. I think the maintainer of joe is not active anymore. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Aug 23 12: 0: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 BEC7037B40C for ; Thu, 23 Aug 2001 12:00:04 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7NJ04S31491; Thu, 23 Aug 2001 12:00:04 -0700 (PDT) (envelope-from gnats) Received: from cc92687-a.wlgrv1.pa.home.com (cc92687-a.wlgrv1.pa.home.com [24.5.63.190]) by hub.freebsd.org (Postfix) with ESMTP id F101237B407; Thu, 23 Aug 2001 11:58:01 -0700 (PDT) (envelope-from pat@cc92687-a.wlgrv1.pa.home.com) Received: (from root@localhost) by cc92687-a.wlgrv1.pa.home.com (8.11.6/8.11.5) id f7NIvJw59600; Thu, 23 Aug 2001 14:57:19 -0400 (EDT) (envelope-from pat) Message-Id: <200108231857.f7NIvJw59600@cc92687-a.wlgrv1.pa.home.com> Date: Thu, 23 Aug 2001 14:57:19 -0400 (EDT) From: Patrick Li Reply-To: Patrick Li To: FreeBSD-gnats-submit@freebsd.org Cc: jim@freebsd.org, eculp@EnContacto.Net X-Send-Pr-Version: 3.113 Subject: ports/30000: Fix 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: 30000 >Category: ports >Synopsis: Fix 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: Thu Aug 23 12:00:04 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Patrick Li >Release: FreeBSD 4.4-RC i386 >Organization: N/A >Environment: System: FreeBSD bottlenek 4.4-RC FreeBSD 4.4-RC #0: Wed Aug 22 12:13:02 EDT 2001 pat@bottlenek:/usr/src/sys/compile/BOTTLENEK i386 >Description: - Improve pre-patch - Add PTHREAD_CFLAGS This will hopefully fix Edwin Culp's problem described in ports mailing list few seconds ago. >How-To-Repeat: N/A >Fix: Index: everybuddy/Makefile =================================================================== RCS file: /home/ncvs/ports/net/everybuddy/Makefile,v retrieving revision 1.13 diff -u -r1.13 Makefile --- everybuddy/Makefile 2001/07/01 22:25:57 1.13 +++ everybuddy/Makefile 2001/08/23 18:53:48 @@ -17,10 +17,13 @@ USE_GMAKE= yes USE_GTK= yes GNU_CONFIGURE= yes +CONFIGURE_ENV= CFLAGS="${CFLAGS} ${PTHREAD_CFLAGS}" MAN1= everybuddy.1 pre-patch: - @${PERL} -pi -e 's|-lpthread|${PTHREAD_LIBS}|g' ${WRKSRC}/configure + @${PERL} -pi -e 's|-lpthread|${PTHREAD_LIBS:S/"//g}|g; \ + s|-lpthreads|${PTHREAD_LIBS:S/"//g}|g' \ + ${WRKSRC}/configure .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 Thu Aug 23 12: 5: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 3E49337B408; Thu, 23 Aug 2001 12:05:55 -0700 (PDT) (envelope-from dwcjr@FreeBSD.org) Received: (from dwcjr@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7NJ1X331696; Thu, 23 Aug 2001 12:01:33 -0700 (PDT) (envelope-from dwcjr) Date: Thu, 23 Aug 2001 12:01:33 -0700 (PDT) From: Message-Id: <200108231901.f7NJ1X331696@freefall.freebsd.org> To: dwcjr@FreeBSD.org, freebsd-ports@FreeBSD.org, jim@FreeBSD.org Subject: Re: ports/30000: Fix 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: Fix net/everybuddy Responsible-Changed-From-To: freebsd-ports->jim Responsible-Changed-By: dwcjr Responsible-Changed-When: Thu Aug 23 12:00:58 PDT 2001 Responsible-Changed-Why: Over to maintainer http://www.FreeBSD.org/cgi/query-pr.cgi?pr=30000 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Aug 23 12: 7:54 2001 Delivered-To: freebsd-ports@freebsd.org Received: from kawoserv.kawo2.rwth-aachen.de (kawoserv.kawo2.RWTH-Aachen.DE [134.130.180.1]) by hub.freebsd.org (Postfix) with ESMTP id 9E7C037B407; Thu, 23 Aug 2001 12:07:29 -0700 (PDT) (envelope-from alex@big.endian.de) Received: from zerogravity.kawo2.rwth-aachen.de (zerogravity.kawo2.rwth-aachen.de [134.130.181.28]) by kawoserv.kawo2.rwth-aachen.de (8.9.3/8.9.3) with ESMTP id VAA25474; Thu, 23 Aug 2001 21:07:29 +0200 Received: by zerogravity.kawo2.rwth-aachen.de (Postfix, from userid 1001) id 6C18714B0E; Thu, 23 Aug 2001 21:07:30 +0200 (CEST) Date: Thu, 23 Aug 2001 21:07:29 +0200 From: Alexander Langer To: arch@FreeBSD.org Cc: ports@FreeBSD.org Subject: ports.conf Message-ID: <20010823210729.A95484@zerogravity.kawo2.rwth-aachen.d> Mail-Followup-To: Alexander Langer , arch@FreeBSD.org, ports@FreeBSD.org Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="17pEHd4RhPHOinZp" Content-Disposition: inline User-Agent: Mutt/1.2.5i X-PGP-Fingerprint: 44 28 CA 4C 46 5B D3 A8 A8 E3 BA F3 4E 60 7D 7F X-PGP-at: finger alex@big.endian.de X-Verwirrung: Dieser Header dient der allgemeinen Verwirrung. Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org --17pEHd4RhPHOinZp Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Hi folks! Inspired by a comment from JHB on IRC, I removed all ports relevant entries from /etc/defaults/make.conf and put them into a new ports.conf, along with some new entries (from bsd.gnome.mk). This ports.conf should probably maintained somewhere in the ports/ tree instead. It should be included as well, and _COMMON_ options should be listed in defaults/ports.conf (e.g. WITHOUT_X11 or WITH_GNOME). src/defaults/make.conf shouldn't be spammed with ports stuff. A attached the diff and the new file. Comments? Alex --17pEHd4RhPHOinZp Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="make.conf.diff" Index: make.conf =================================================================== RCS file: /home/ncvs/src/etc/defaults/make.conf,v retrieving revision 1.172 diff -u -r1.172 make.conf --- make.conf 2001/08/16 06:05:17 1.172 +++ make.conf 2001/08/23 19:05:06 @@ -156,12 +156,6 @@ #COMPAT4X= yes # # -# If you do not want additional documentation (some of which are -# a few hundred KB's) for ports to be installed: -# -#NOPORTDOCS= true -# -# # Default format for system documentation, depends on your printer. # Set this to "ascii" for simple printers or screen # @@ -199,115 +193,6 @@ # #LOADER_TFTP_SUPPORT= YES # -# By default, the ports collection attempts to use XFree86 3.3.X. If -# you are running XFree86 4.X, uncomment this line. -# -#XFREE86_VERSION= 4 -# -# By default, this points to /usr/X11R6 for XFree86 releases 3.0 or earlier. -# If you have a XFree86 from before 3.0 that has the X distribution in -# /usr/X386, you want to uncomment this. -# -#X11BASE= /usr/X386 -# -# -# If you have Motif on your system, uncomment this. -# -#HAVE_MOTIF= yes -#MOTIF_STATIC= yes -# -# If the default location of the Motif library (specified below) is NOT -# appropriate for you, uncomment this and change it to the correct value. -# If your motif is in ${X11BASE}/lib, you don't need to touch this line. -# -#MOTIFLIB= -L${X11BASE}/lib -lXm -# -# -# If you're resident in the USA, this will help various ports to determine -# whether or not they should attempt to comply with the various U.S. -# export regulations on certain types of software which do not apply to -# anyone else in the world. -# -#USA_RESIDENT= YES -# -# -# Override "don't install a port that's already installed" behavior. -# One might wish to do this for ports debugging or to unconditionally -# reinstall a set of suspect/broken ports. -# -#FORCE_PKG_REGISTER= YES -# -# -# If you're behind a firewall and need FTP or HTTP proxy services for -# ports collection fetching to work, the following examples give the -# necessary syntax. See the fetch(3) man page for details. -# -#FTP_PROXY= 10.0.0.1:21 -#HTTP_PROXY= 10.0.0.1:80 -# -# -# Port master sites. -# -# If you want your port fetches to go somewhere else than the default -# (specified below) in case the distfile/patchfile was not found, -# uncomment this and change it to a location nearest you. (Don't -# remove the "/${DIST_SUBDIR}/" part.) -# -#MASTER_SITE_BACKUP?= \ -# ftp://ftp.freebsd.org/pub/FreeBSD/ports/distfiles/${DIST_SUBDIR}/ -# -# If you want your port fetches to check the above site first (before -# the MASTER_SITES specified in the port Makefiles), uncomment the -# line below. You can also change the right side to point to wherever -# you want. -# -#MASTER_SITE_OVERRIDE?= ${MASTER_SITE_BACKUP} -# -# Some ports use a special variable to point to a collection of -# mirrors of well-known software archives. If you have a mirror close -# to you, uncomment any of the following lines and change it to that -# address. (Don't remove the "/%SUBDIR%/" part.) -# -# Note: the right hand sides of the following lines are only for your -# information. For a full list of default sites, take a look at -# bsd.sites.mk. -# -#MASTER_SITE_AFTERSTEP= ftp://ftp.afterstep.org/%SUBDIR%/ -#MASTER_SITE_COMP_SOURCES= ftp://gatekeeper.dec.com/pub/usenet/comp.sources.%SUBDIR%/ -#MASTER_SITE_FREEBSD_ORG= ftp://ftp.FreeBSD.org/pub/FreeBSD/%SUBDIR%/ -#MASTER_SITE_GNOME= ftp://ftp.gnome.org/pub/GNOME/sources/%SUBDIR%/ -#MASTER_SITE_GNU= ftp://ftp.gnu.org/gnu/%SUBDIR%/ -#MASTER_SITE_KDE= ftp://ftp.kde.org/pub/kde/%SUBDIR%/ -#MASTER_SITE_LOCAL= ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/%SUBDIR%/ -#MASTER_SITE_MOZILLA= ftp://ftp.mozilla.org/pub/%SUBDIR%/ -#MASTER_SITE_NETBSD= ftp://ftp.netbsd.org/pub/NetBSD/packages/distfiles/%SUBDIR%/ -#MASTER_SITE_PERL_CPAN= ftp://ftp.digital.com/pub/plan/perl/CPAN/modules/by-module/%SUBDIR%/ -#MASTER_SITE_PORTS_JP= ftp://ports.jp.FreeBSD.org/pub/FreeBSD-jp/ports-jp/LOCAL_PORTS/%SUBDIR%/ -#MASTER_SITE_RINGSERVER= ftp://ftp.dnsbalance.ring.gr.jp/pub/%SUBDIR%/ -#MASTER_SITE_RUBY= ftp://ftp.ruby-lang.org/pub/ruby/%SUBDIR%/ -#MASTER_SITE_SOURCEFORGE= ftp://ftp2.sourceforge.net/pub/sourceforge/%SUBDIR%/ -#MASTER_SITE_SOURCEWARE= ftp://ftp.freesoftware.com/pub/sourceware/%SUBDIR%/ -#MASTER_SITE_SUNSITE= ftp://metalab.unc.edu/pub/Linux/%SUBDIR%/ -#MASTER_SITE_TCLTK= ftp://ftp.scriptics.com/pub/tcl/%SUBDIR%/ -#MASTER_SITE_TEX_CTAN= ftp://ftp.tex.ac.uk/tex-archive/%SUBDIR%/ -#MASTER_SITE_THEMES= ftp://ftp.themes.org/pub/themes/%SUBDIR%/ -#MASTER_SITE_WINDOWMAKER= ftp://ftp.windowmaker.org/pub/%SUBDIR%/ -#MASTER_SITE_XCONTRIB= ftp://ftp.x.org/contrib/%SUBDIR%/ -#MASTER_SITE_XEMACS= ftp://ftp.xemacs.org/pub/xemacs/%SUBDIR%/ -#MASTER_SITE_XFREE= ftp://ftp.xfree86.org/pub/XFree86/%SUBDIR%/source/ -# -# Also it is highly recommended that you configure MASTER_SORT_REGEX -# to choose better mirror sites for you. List awk(1)-style regular -# expressions separated by space so MASTER_SITES will be sorted in -# that order. The following example is for Japanese users; change -# "jp" part to your ccTLD ("de", "ru", "uk", etc.) or the domain names -# of your nearest/upstream networks to meet your needs. -# -#MASTER_SORT_REGEX?= ^file: ^ftp://ftp\.FreeBSD\.org/pub/FreeBSD/ports/local-distfiles/ ://[^/]*\.jp/ ://[^/]*\.jp\. -# -# Ports can place their working directories somewhere other than under -# /usr/ports. -#WRKDIRPREFIX= /var/tmp # # Kerberos IV # If you want KerberosIV (KTH eBones), define this: --17pEHd4RhPHOinZp Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="ports.conf" # $FreeBSD$ # # NOTE: Please would any committer updating this file also update the # ports(7) manual page, if necessary, which is located in # src/share/man/man5/make.conf.5. # # This file, if present, will be read by make (see /usr/share/mk/sys.mk). # It allows you to override macro definitions to make without changing # your source tree, or anything the source tree installs. # # This file must be in valid Makefile syntax. # # # If you do not want additional documentation (some of which are # a few hundred KB's) for ports to be installed: # #NOPORTDOCS= true # # # If you have Motif on your system, uncomment this. # #HAVE_MOTIF= yes #MOTIF_STATIC= yes # # If the default location of the Motif library (specified below) is NOT # appropriate for you, uncomment this and change it to the correct value. # If your motif is in ${X11BASE}/lib, you don't need to touch this line. # #MOTIFLIB= -L${X11BASE}/lib -lXm # # # If you're resident in the USA, this will help various ports to determine # whether or not they should attempt to comply with the various U.S. # export regulations on certain types of software which do not apply to # anyone else in the world. # #USA_RESIDENT= YES # # # Override "don't install a port that's already installed" behavior. # One might wish to do this for ports debugging or to unconditionally # reinstall a set of suspect/broken ports. # #FORCE_PKG_REGISTER= YES # # # If you're behind a firewall and need FTP or HTTP proxy services for # ports collection fetching to work, the following examples give the # necessary syntax. See the fetch(3) man page for details. # #FTP_PROXY= 10.0.0.1:21 #HTTP_PROXY= 10.0.0.1:80 # # # Port master sites. # # If you want your port fetches to go somewhere else than the default # (specified below) in case the distfile/patchfile was not found, # uncomment this and change it to a location nearest you. (Don't # remove the "/${DIST_SUBDIR}/" part.) # #MASTER_SITE_BACKUP?= \ # ftp://ftp.freebsd.org/pub/FreeBSD/ports/distfiles/${DIST_SUBDIR}/ # # If you want your port fetches to check the above site first (before # the MASTER_SITES specified in the port Makefiles), uncomment the # line below. You can also change the right side to point to wherever # you want. # #MASTER_SITE_OVERRIDE?= ${MASTER_SITE_BACKUP} # # Some ports use a special variable to point to a collection of # mirrors of well-known software archives. If you have a mirror close # to you, uncomment any of the following lines and change it to that # address. (Don't remove the "/%SUBDIR%/" part.) # # Note: the right hand sides of the following lines are only for your # information. For a full list of default sites, take a look at # bsd.sites.mk. # #MASTER_SITE_AFTERSTEP= ftp://ftp.afterstep.org/%SUBDIR%/ #MASTER_SITE_COMP_SOURCES= ftp://gatekeeper.dec.com/pub/usenet/comp.sources.%SUBDIR%/ #MASTER_SITE_FREEBSD_ORG= ftp://ftp.FreeBSD.org/pub/FreeBSD/%SUBDIR%/ #MASTER_SITE_GNOME= ftp://ftp.gnome.org/pub/GNOME/sources/%SUBDIR%/ #MASTER_SITE_GNU= ftp://ftp.gnu.org/gnu/%SUBDIR%/ #MASTER_SITE_KDE= ftp://ftp.kde.org/pub/kde/%SUBDIR%/ #MASTER_SITE_LOCAL= ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/%SUBDIR%/ #MASTER_SITE_MOZILLA= ftp://ftp.mozilla.org/pub/%SUBDIR%/ #MASTER_SITE_NETBSD= ftp://ftp.netbsd.org/pub/NetBSD/packages/distfiles/%SUBDIR%/ #MASTER_SITE_PERL_CPAN= ftp://ftp.digital.com/pub/plan/perl/CPAN/modules/by-module/%SUBDIR%/ #MASTER_SITE_PORTS_JP= ftp://ports.jp.FreeBSD.org/pub/FreeBSD-jp/ports-jp/LOCAL_PORTS/%SUBDIR%/ #MASTER_SITE_RINGSERVER= ftp://ftp.dnsbalance.ring.gr.jp/pub/%SUBDIR%/ #MASTER_SITE_RUBY= ftp://ftp.ruby-lang.org/pub/ruby/%SUBDIR%/ #MASTER_SITE_SOURCEFORGE= ftp://ftp2.sourceforge.net/pub/sourceforge/%SUBDIR%/ #MASTER_SITE_SOURCEWARE= ftp://ftp.freesoftware.com/pub/sourceware/%SUBDIR%/ #MASTER_SITE_SUNSITE= ftp://metalab.unc.edu/pub/Linux/%SUBDIR%/ #MASTER_SITE_TCLTK= ftp://ftp.scriptics.com/pub/tcl/%SUBDIR%/ #MASTER_SITE_TEX_CTAN= ftp://ftp.tex.ac.uk/tex-archive/%SUBDIR%/ #MASTER_SITE_THEMES= ftp://ftp.themes.org/pub/themes/%SUBDIR%/ #MASTER_SITE_WINDOWMAKER= ftp://ftp.windowmaker.org/pub/%SUBDIR%/ #MASTER_SITE_XCONTRIB= ftp://ftp.x.org/contrib/%SUBDIR%/ #MASTER_SITE_XEMACS= ftp://ftp.xemacs.org/pub/xemacs/%SUBDIR%/ #MASTER_SITE_XFREE= ftp://ftp.xfree86.org/pub/XFree86/%SUBDIR%/source/ # # Also it is highly recommended that you configure MASTER_SORT_REGEX # to choose better mirror sites for you. List awk(1)-style regular # expressions separated by space so MASTER_SITES will be sorted in # that order. The following example is for Japanese users; change # "jp" part to your ccTLD ("de", "ru", "uk", etc.) or the domain names # of your nearest/upstream networks to meet your needs. # #MASTER_SORT_REGEX?= ^file: ^ftp://ftp\.FreeBSD\.org/pub/FreeBSD/ports/local-distfiles/ ://[^/]*\.jp/ ://[^/]*\.jp\. # # Ports can place their working directories somewhere other than under # /usr/ports. #WRKDIRPREFIX= /var/tmp # # # The following defines apply to all possible knobs (at least if the # ports' maintainer implemented this). These overwrite all other # settings. # # WITH_ALL=yes: # - Always use options # WITHOUT_ALL=yes: # - Never use options # # # The following defines are for the X Window System: # # WITH_X11: # - Always use X11 # WITHOUT_X11: # - Never use X11 # # By default, the ports collection attempts to use XFree86 3.3.X. If # you are running XFree86 4.X, uncomment this line. #XFREE86_VERSION= 4 # # By default, this points to /usr/X11R6 for XFree86 releases 3.0 or earlier. # If you have a XFree86 from before 3.0 that has the X distribution in # /usr/X386, you want to uncomment this. # #X11BASE= /usr/X386 # # The following defines are for the various levels of libraries in the # GLib/GTK+/GNOME group of software. There are the following options: # # WITH_GLIB, WITH_GTK, WITH_ESOUND, WITH_IMLIB, WITH_GNOME: # - Always use GLib/GTK+ 1.2.x, Esound, Imlib or GNOME respectively. # WITHOUT_GLIB, WITHOUT_GTK, WITHOUT_ESOUND, WITHOUT_IMLIB, WITHOUT_GNOME: # - Never use GLib/GTK+ 1.2.x, Esound, Imlib or GNOME respectively. # --17pEHd4RhPHOinZp-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Aug 23 12:10: 8 2001 Delivered-To: freebsd-ports@freebsd.org Received: from Daffy.timing.com (daffy.timing.com [206.168.13.218]) by hub.freebsd.org (Postfix) with ESMTP id EC43037B408; Thu, 23 Aug 2001 12:10:02 -0700 (PDT) (envelope-from jhein@timing.com) Received: from brain.timing.com (brain.timing.com [206.168.13.195]) by Daffy.timing.com (8.9.3/8.9.3) with ESMTP id NAA15697; Thu, 23 Aug 2001 13:10:02 -0600 (MDT) (envelope-from jhein@timing.com) Received: (from jhein@localhost) by brain.timing.com (8.11.3/8.11.3) id f7NJA1M14421; Thu, 23 Aug 2001 13:10:01 -0600 (MDT) (envelope-from jhein@brain.timing.com) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15237.21768.492226.708910@brain.timing.com> Date: Thu, 23 Aug 2001 13:10:00 -0600 From: John E Hein To: Neil Blakey-Milner Cc: freebsd-ports@FreeBSD.org, portmgr@FreeBSD.org Subject: Re: ports/20601: DESTDIR and /etc/shells In-Reply-To: <20010823172108.B2573@mithrandr.moria.org> References: <200108231510.f7NFA2A96921@freefall.freebsd.org> <20010823172108.B2573@mithrandr.moria.org> X-Mailer: VM 6.95 under Emacs 20.7.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 Neil Blakey-Milner wrote at 17:21 +0200 on Aug 23: > It's pretty obvious that a large number of ports will not support > DESTDIR immediately after the change. However, I do believe it's > something we must have. If I do some testing locally, can we move > forward with this a week after 4.4-RELEASE is out the door? Sadly true that it's gone on so long this way. Because of the sweeping nature of this change, I suggested in the 'Fix' for ports/28155 that a heads up be delivered to port maintainers a week or two before the patch is committed. Too bad there's no notion of -current/-stable for ports, but I'm sure that's a sore subject. I assume that question was for the rest of portmgr@, not me - a lowly FreeBSD peon. But it sounds fine to me since we've been running with the patch committed in our local tree now for months. I also have patches for various ports, but I've withheld from submitting PRs/patches until DESTDIR and PREFIX are treated properly in bsd.port.mk Thanks for looking into it. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Aug 23 12:15: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 5B23837B40D; Thu, 23 Aug 2001 12:15:56 -0700 (PDT) (envelope-from dwcjr@FreeBSD.org) Received: (from dwcjr@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7NJFnJ35764; Thu, 23 Aug 2001 12:15:49 -0700 (PDT) (envelope-from dwcjr) Date: Thu, 23 Aug 2001 12:15:49 -0700 (PDT) From: Message-Id: <200108231915.f7NJFnJ35764@freefall.freebsd.org> To: gmarco@giovannelli.it, dwcjr@FreeBSD.org, freebsd-ports@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/29271: Update port mail/minimalist to latest Sender: owner-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 mail/minimalist to latest State-Changed-From-To: open->closed State-Changed-By: dwcjr State-Changed-When: Thu Aug 23 12:05:08 PDT 2001 State-Changed-Why: Committed, thanks! Class-Changed-From-To: change-request->maintainer-update Class-Changed-By: dwcjr Class-Changed-When: Thu Aug 23 12:05:08 PDT 2001 Class-Changed-Why: http://www.FreeBSD.org/cgi/query-pr.cgi?pr=29271 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Aug 23 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 89A2E37B438; Thu, 23 Aug 2001 12:25:55 -0700 (PDT) (envelope-from dwcjr@FreeBSD.org) Received: (from dwcjr@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7NJPmY36616; Thu, 23 Aug 2001 12:25:48 -0700 (PDT) (envelope-from dwcjr) Date: Thu, 23 Aug 2001 12:25:48 -0700 (PDT) From: Message-Id: <200108231925.f7NJPmY36616@freefall.freebsd.org> To: shell@shellhung.org, dwcjr@FreeBSD.org, freebsd-ports@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/29933: [MAINTAINER] Upgrade devel/p5-IO-stringy Sender: owner-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] Upgrade devel/p5-IO-stringy State-Changed-From-To: open->closed State-Changed-By: dwcjr State-Changed-When: Thu Aug 23 12:25:32 PDT 2001 State-Changed-Why: Committed, thanks! Class-Changed-From-To: change-request->maintainer-update Class-Changed-By: dwcjr Class-Changed-When: Thu Aug 23 12:25:32 PDT 2001 Class-Changed-Why: http://www.FreeBSD.org/cgi/query-pr.cgi?pr=29933 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Aug 23 12:36: 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 D695C37B509; Thu, 23 Aug 2001 12:35:55 -0700 (PDT) (envelope-from dwcjr@FreeBSD.org) Received: (from dwcjr@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7NJTli37263; Thu, 23 Aug 2001 12:29:47 -0700 (PDT) (envelope-from dwcjr) Date: Thu, 23 Aug 2001 12:29:47 -0700 (PDT) From: Message-Id: <200108231929.f7NJTli37263@freefall.freebsd.org> To: leeym@utopia.leeym.com, dwcjr@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/29997: NO MAINTAINER UPDATE: mail/rblcheck Sender: owner-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: NO MAINTAINER UPDATE: mail/rblcheck State-Changed-From-To: open->closed State-Changed-By: dwcjr State-Changed-When: Thu Aug 23 12:29:39 PDT 2001 State-Changed-Why: Committed, thanks! http://www.FreeBSD.org/cgi/query-pr.cgi?pr=29997 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Aug 23 12:36: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 5A8FF37B435; Thu, 23 Aug 2001 12:35:55 -0700 (PDT) (envelope-from dwcjr@FreeBSD.org) Received: (from dwcjr@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7NJXRF37707; Thu, 23 Aug 2001 12:33:27 -0700 (PDT) (envelope-from dwcjr) Date: Thu, 23 Aug 2001 12:33:27 -0700 (PDT) From: Message-Id: <200108231933.f7NJXRF37707@freefall.freebsd.org> To: nox@jelal.kn-bremen.de, dwcjr@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/29965: www/gnuinfo home page moved Sender: owner-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: www/gnuinfo home page moved State-Changed-From-To: open->closed State-Changed-By: dwcjr State-Changed-When: Thu Aug 23 12:33:16 PDT 2001 State-Changed-Why: Committed, thanks! http://www.FreeBSD.org/cgi/query-pr.cgi?pr=29965 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Aug 23 12:48: 4 2001 Delivered-To: freebsd-ports@freebsd.org Received: from mtiwmhc21.worldnet.att.net (mtiwmhc21.worldnet.att.net [204.127.131.46]) by hub.freebsd.org (Postfix) with ESMTP id D1BD237B40D; Thu, 23 Aug 2001 12:47:43 -0700 (PDT) (envelope-from parv@worldnet.att.net) Received: from worldnet.att.net ([32.100.199.138]) by mtiwmhc21.worldnet.att.net (InterMail vM.4.01.03.16 201-229-121-116-20010115) with ESMTP id <20010823194742.YRMC1680.mtiwmhc21.worldnet.att.net@worldnet.att.net>; Thu, 23 Aug 2001 19:47:42 +0000 Received: by worldnet.att.net (Postfix, from userid 1001) id 6157950F9F; Thu, 23 Aug 2001 15:47:41 -0400 (EDT) Date: Thu, 23 Aug 2001 15:47:41 -0400 From: parv To: Alexander Langer Cc: arch@FreeBSD.org, ports@FreeBSD.org Subject: Re: ports.conf Message-ID: <20010823154740.A53980@moo.holy.cow> References: <20010823210729.A95484@zerogravity.kawo2.rwth-aachen.d> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20010823210729.A95484@zerogravity.kawo2.rwth-aachen.d>; from alex@big.endian.de on Thu, Aug 23, 2001 at 09:07:29PM +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 this was, on the fateful occasion around Aug 23 15:07 -0400, sent by Alexander Langer > > Hi folks! > > Inspired by a comment from JHB on IRC, I removed all ports relevant > entries from /etc/defaults/make.conf and put them > into a new ports.conf, along with some new entries (from bsd.gnome.mk). ... signs of progress... i like this change. > src/defaults/make.conf shouldn't be spammed with ports stuff. amen to that! > A attached the diff and the new file. ... i haven't tried the diff yet. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Aug 23 12:55: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 3C59837B408; Thu, 23 Aug 2001 12:55:55 -0700 (PDT) (envelope-from dwcjr@FreeBSD.org) Received: (from dwcjr@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7NJq4R39888; Thu, 23 Aug 2001 12:52:04 -0700 (PDT) (envelope-from dwcjr) Date: Thu, 23 Aug 2001 12:52:04 -0700 (PDT) From: Message-Id: <200108231952.f7NJq4R39888@freefall.freebsd.org> To: sec@ice.42.org, dwcjr@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/29932: Update of audio/shorten port Sender: owner-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 of audio/shorten port State-Changed-From-To: open->closed State-Changed-By: dwcjr State-Changed-When: Thu Aug 23 12:51:57 PDT 2001 State-Changed-Why: Committed, thanks! http://www.FreeBSD.org/cgi/query-pr.cgi?pr=29932 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Aug 23 13: 6: 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 C03DF37B408; Thu, 23 Aug 2001 13:05:56 -0700 (PDT) (envelope-from dwcjr@FreeBSD.org) Received: (from dwcjr@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7NK0FS40868; Thu, 23 Aug 2001 13:00:15 -0700 (PDT) (envelope-from dwcjr) Date: Thu, 23 Aug 2001 13:00:15 -0700 (PDT) From: Message-Id: <200108232000.f7NK0FS40868@freefall.freebsd.org> To: clefevre@citeweb.net, dwcjr@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/29945: Maintainer update: uptime client marked as 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: Maintainer update: uptime client marked as broken State-Changed-From-To: open->closed State-Changed-By: dwcjr State-Changed-When: Thu Aug 23 13:00:03 PDT 2001 State-Changed-Why: Committed, thanks! http://www.FreeBSD.org/cgi/query-pr.cgi?pr=29945 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Aug 23 13: 6: 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 E892237B409; Thu, 23 Aug 2001 13:05:56 -0700 (PDT) (envelope-from dwcjr@FreeBSD.org) Received: (from dwcjr@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7NK33g41240; Thu, 23 Aug 2001 13:03:03 -0700 (PDT) (envelope-from dwcjr) Date: Thu, 23 Aug 2001 13:03:03 -0700 (PDT) From: Message-Id: <200108232003.f7NK33g41240@freefall.freebsd.org> To: dwcjr@FreeBSD.org, freebsd-ports@FreeBSD.org, gnome@FreeBSD.org Subject: Re: ports/29902: Mozilla package URL problems Sender: owner-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 package URL problems Responsible-Changed-From-To: freebsd-ports->gnome Responsible-Changed-By: dwcjr Responsible-Changed-When: Thu Aug 23 13:02:47 PDT 2001 Responsible-Changed-Why: Over to maintainer(s). http://www.FreeBSD.org/cgi/query-pr.cgi?pr=29902 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Aug 23 13: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 6B95837B403 for ; Thu, 23 Aug 2001 13:10:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7NKA2W45099; Thu, 23 Aug 2001 13:10:02 -0700 (PDT) (envelope-from gnats) Date: Thu, 23 Aug 2001 13:10:02 -0700 (PDT) Message-Id: <200108232010.f7NKA2W45099@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: "David W. Chapman Jr." Subject: Re: ports/29911: Port update 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/29911; it has been noted by GNATS. From: "David W. Chapman Jr." To: freebsd-gnats-submit@FreeBSD.org, cosine@cvs.ircd-hybrid.net Cc: Subject: Re: ports/29911: Port update Date: Thu, 23 Aug 2001 15:01:38 -0500 For a port-update we normally accept diff's against the version in the ports tree. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Aug 23 13:15: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 CF5CD37B401; Thu, 23 Aug 2001 13:15:55 -0700 (PDT) (envelope-from dwcjr@FreeBSD.org) Received: (from dwcjr@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7NK8Ag44802; Thu, 23 Aug 2001 13:08:10 -0700 (PDT) (envelope-from dwcjr) Date: Thu, 23 Aug 2001 13:08:10 -0700 (PDT) From: Message-Id: <200108232008.f7NK8Ag44802@freefall.freebsd.org> To: petres@cs.bme.hu, dwcjr@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/29564: Wish: Muttprint Sender: owner-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: Wish: Muttprint State-Changed-From-To: open->closed State-Changed-By: dwcjr State-Changed-When: Thu Aug 23 13:07:45 PDT 2001 State-Changed-Why: Shar for new port in pr ports/29712 http://www.FreeBSD.org/cgi/query-pr.cgi?pr=29564 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Aug 23 13:18:58 2001 Delivered-To: freebsd-ports@freebsd.org Received: from obsecurity.dyndns.org (adsl-63-207-60-54.dsl.lsan03.pacbell.net [63.207.60.54]) by hub.freebsd.org (Postfix) with ESMTP id E6ED237B406; Thu, 23 Aug 2001 13:18:47 -0700 (PDT) (envelope-from kris@obsecurity.org) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id A352F66E43; Thu, 23 Aug 2001 13:18:46 -0700 (PDT) Date: Thu, 23 Aug 2001 13:18:46 -0700 From: Kris Kennaway To: Alexander Langer Cc: arch@FreeBSD.org, ports@FreeBSD.org Subject: Re: ports.conf Message-ID: <20010823131846.C99242@xor.obsecurity.org> References: <20010823210729.A95484@zerogravity.kawo2.rwth-aachen.d> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="Sr1nOIr3CvdE5hEN" Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20010823210729.A95484@zerogravity.kawo2.rwth-aachen.d>; from alex@big.endian.de on Thu, Aug 23, 2001 at 09:07:29PM +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 --Sr1nOIr3CvdE5hEN Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Thu, Aug 23, 2001 at 09:07:29PM +0200, Alexander Langer wrote: > -# If you're behind a firewall and need FTP or HTTP proxy services for > -# ports collection fetching to work, the following examples give the > -# necessary syntax. See the fetch(3) man page for details. > -# > -#FTP_PROXY= 10.0.0.1:21 > -#HTTP_PROXY= 10.0.0.1:80 These are used by other things than ports. Other than that it sounds fine.. I made a similar change myself locally, but for some reason never submitted it for comment. You'll need to modify as well, of course. Kris --Sr1nOIr3CvdE5hEN 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 iD8DBQE7hWUmWry0BWjoQKURAgPXAKDoowIavHtiv5EAA+h7HhPNHZ1s8ACgvyj0 uiD/LEbDJyCbdgJEnLSyNqc= =wbLQ -----END PGP SIGNATURE----- --Sr1nOIr3CvdE5hEN-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Aug 23 13:20: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 A6CB537B40E for ; Thu, 23 Aug 2001 13:20:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7NKK1746173; Thu, 23 Aug 2001 13:20:01 -0700 (PDT) (envelope-from gnats) Received: from Mgw1-out.NCTU.edu.tw (Mgw1-out.NCTU.edu.tw [140.113.1.3]) by hub.freebsd.org (Postfix) with ESMTP id BDD1D37B405 for ; Thu, 23 Aug 2001 13:17:16 -0700 (PDT) (envelope-from gslin@infomath.math.nctu.edu.tw) Received: from infomath.math.nctu.edu.tw (infomath.math.nctu.edu.tw [140.113.22.119]) by Mgw1-out.NCTU.edu.tw (8.11.4/8.11.4) with ESMTP id f7NKHBf91746 for ; Fri, 24 Aug 2001 04:17:11 +0800 (CST) Received: by infomath.math.nctu.edu.tw (Postfix, from userid 1000) id A9EB13D99; Fri, 24 Aug 2001 04:17:09 +0800 (CST) Message-Id: <20010823201709.A9EB13D99@infomath.math.nctu.edu.tw> Date: Fri, 24 Aug 2001 04:17:09 +0800 (CST) From: Gea-Suan Lin Reply-To: Gea-Suan Lin To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/30003: New port: mail/vm-pop3d Sender: owner-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: 30003 >Category: ports >Synopsis: New port: mail/vm-pop3d >Confidential: 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 Aug 23 13:20:00 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Gea-Suan Lin >Release: FreeBSD 4.4-RC i386 >Organization: >Environment: System: FreeBSD InfoMath.Math.NCTU.edu.tw 4.4-RC FreeBSD 4.4-RC #1: Thu Aug 23 14:35:48 CST 2001 root@InfoMath.Math.NCTU.edu.tw:/home/obj/usr/src/sys/InFoMath i386 >Description: New port: vm-pop3d - A virtual POP3 server >How-To-Repeat: >Fix: # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # vm-pop3d/ # vm-pop3d/pkg-comment # vm-pop3d/Makefile # vm-pop3d/distinfo # vm-pop3d/pkg-descr # vm-pop3d/pkg-plist # vm-pop3d/files # vm-pop3d/files/patch-configure # vm-pop3d/files/patch-configure.in # echo c - vm-pop3d/ mkdir -p vm-pop3d/ > /dev/null 2>&1 echo x - vm-pop3d/pkg-comment sed 's/^X//' >vm-pop3d/pkg-comment << 'END-of-vm-pop3d/pkg-comment' XA virtual POP3 server END-of-vm-pop3d/pkg-comment echo x - vm-pop3d/Makefile sed 's/^X//' >vm-pop3d/Makefile << 'END-of-vm-pop3d/Makefile' X# New ports collection makefile for: gslin X# Date created: 24 August 2001 X# Whom: Gea-Suan Lin (gslin.am88@nctu.edu.tw) X# X# $FreeBSD$ X# X XPORTNAME= vm-pop3d XPORTVERSION= 1.1.4 XCATEGORIES= mail XMASTER_SITES= ${MASTER_SITE_SUNSITE} XMASTER_SITE_SUBDIR= system/mail/pop X XMAINTAINER= gslin.am88@nctu.edu.tw X XGNU_CONFIGURE= yes XMAN8= vm-pop3d.8 X Xpost-install: X.if !defined(NOPORTSDOCS) X ${MKDIR} ${PREFIX}/share/doc/vm-pop3d X ${INSTALL_DATA} ${WRKSRC}/AUTHORS ${WRKSRC}/CHANGES ${WRKSRC}/COPYING ${WRKSRC}/FAQ ${WRKSRC}/INSTALL ${WRKSRC}/README ${PREFIX}/share/doc/vm-pop3d X ${INSTALL_MAN} ${WRKSRC}/vm-pop3d.8 ${PREFIX}/man/man8 X.endif X X.include END-of-vm-pop3d/Makefile echo x - vm-pop3d/distinfo sed 's/^X//' >vm-pop3d/distinfo << 'END-of-vm-pop3d/distinfo' XMD5 (vm-pop3d-1.1.4.tar.gz) = 7c7b80bac86ec75a98f9ebba9ce0144c END-of-vm-pop3d/distinfo echo x - vm-pop3d/pkg-descr sed 's/^X//' >vm-pop3d/pkg-descr << 'END-of-vm-pop3d/pkg-descr' Xvm-pop3d is a POP3 server. It is free to download and use. It supports Xalternative password files and mail spool directories; it can be used for Xsetting up virtual email accounts -- mailboxes without real Unix owners for Xeach. This will allow you to have multiple email accounts with the same name Xon one system. X X- Gea-Suan Lin X gslin@ccca.nctu.edu.tw END-of-vm-pop3d/pkg-descr echo x - vm-pop3d/pkg-plist sed 's/^X//' >vm-pop3d/pkg-plist << 'END-of-vm-pop3d/pkg-plist' Xsbin/vm-pop3d Xshare/vm-pop3d/doc/AUTHORS Xshare/vm-pop3d/doc/CHANGES Xshare/vm-pop3d/doc/COPYING Xshare/vm-pop3d/doc/FAQ Xshare/vm-pop3d/doc/INSTALL Xshare/vm-pop3d/doc/README END-of-vm-pop3d/pkg-plist echo c - vm-pop3d/files mkdir -p vm-pop3d/files > /dev/null 2>&1 echo x - vm-pop3d/files/patch-configure sed 's/^X//' >vm-pop3d/files/patch-configure << 'END-of-vm-pop3d/files/patch-configure' X--- configure.orig Fri Aug 24 03:22:46 2001 X+++ configure Fri Aug 24 03:23:02 2001 X@@ -1174,7 +1174,7 @@ X echo $ac_n "(cached) $ac_c" 1>&6 X else X ac_save_LIBS="$LIBS" X-LIBS="-lpam -ldl $LIBS" X+LIBS="-lpam $LIBS" X cat > conftest.$ac_ext <&6 X- LIBS="$LIBS -ldl -lpam"; cat >> confdefs.h <<\EOF X+ LIBS="$LIBS -lpam"; cat >> confdefs.h <<\EOF X #define HAVE_LIBPAM 1 X EOF X END-of-vm-pop3d/files/patch-configure echo x - vm-pop3d/files/patch-configure.in sed 's/^X//' >vm-pop3d/files/patch-configure.in << 'END-of-vm-pop3d/files/patch-configure.in' X--- configure.in.orig Fri Aug 24 03:22:50 2001 X+++ configure.in Fri Aug 24 03:23:59 2001 X@@ -17,7 +17,7 @@ X X if test x"$ac_cv_header_security_pam_appl_h" = x"yes"; then X AC_CHECK_LIB(pam, pam_authenticate, X- [LIBS="$LIBS -ldl -lpam"; AC_DEFINE(HAVE_LIBPAM)],, -ldl) X+ [LIBS="$LIBS -lpam"; AC_DEFINE(HAVE_LIBPAM)],,) X fi X X dnl Checks for typedefs, structures, and compiler characteristics. END-of-vm-pop3d/files/patch-configure.in 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 Aug 23 13:30: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 1C20937B407 for ; Thu, 23 Aug 2001 13:30:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7NKU1N48055; Thu, 23 Aug 2001 13:30:01 -0700 (PDT) (envelope-from gnats) Received: from Mgw1-out.NCTU.edu.tw (Mgw1-out.NCTU.edu.tw [140.113.1.3]) by hub.freebsd.org (Postfix) with ESMTP id 60CAB37B405 for ; Thu, 23 Aug 2001 13:26:15 -0700 (PDT) (envelope-from gslin@infomath.math.nctu.edu.tw) Received: from infomath.math.nctu.edu.tw (infomath.math.nctu.edu.tw [140.113.22.119]) by Mgw1-out.NCTU.edu.tw (8.11.4/8.11.4) with ESMTP id f7NKQDf92011 for ; Fri, 24 Aug 2001 04:26:13 +0800 (CST) Received: by infomath.math.nctu.edu.tw (Postfix, from userid 1000) id 0AF913D9C; Fri, 24 Aug 2001 04:26:12 +0800 (CST) Message-Id: <20010823202612.0AF913D9C@infomath.math.nctu.edu.tw> Date: Fri, 24 Aug 2001 04:26:12 +0800 (CST) From: Gea-Suan Lin Reply-To: Gea-Suan Lin To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/30004: New port: vm-pop3d - A virtual POP3 server Sender: owner-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: 30004 >Category: ports >Synopsis: New port: vm-pop3d - A virtual POP3 server >Confidential: 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 Aug 23 13:30:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Gea-Suan Lin >Release: FreeBSD 4.4-RC i386 >Organization: >Environment: System: FreeBSD InfoMath.Math.NCTU.edu.tw 4.4-RC FreeBSD 4.4-RC #1: Thu Aug 23 14:35:48 CST 2001 root@InfoMath.Math.NCTU.edu.tw:/home/obj/usr/src/sys/InFoMath i386 >Description: New port. A pretty good virtual POP3 server. >How-To-Repeat: >Fix: # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # vm-pop3d # vm-pop3d/pkg-comment # vm-pop3d/Makefile # vm-pop3d/distinfo # vm-pop3d/pkg-descr # vm-pop3d/pkg-plist # vm-pop3d/files # vm-pop3d/files/patch-configure # vm-pop3d/files/patch-configure.in # echo c - vm-pop3d mkdir -p vm-pop3d > /dev/null 2>&1 echo x - vm-pop3d/pkg-comment sed 's/^X//' >vm-pop3d/pkg-comment << 'END-of-vm-pop3d/pkg-comment' XA virtual POP3 server END-of-vm-pop3d/pkg-comment echo x - vm-pop3d/Makefile sed 's/^X//' >vm-pop3d/Makefile << 'END-of-vm-pop3d/Makefile' X# New ports collection makefile for: gslin X# Date created: 24 August 2001 X# Whom: Gea-Suan Lin (gslin.am88@nctu.edu.tw) X# X# $FreeBSD$ X# X XPORTNAME= vm-pop3d XPORTVERSION= 1.1.4 XCATEGORIES= mail XMASTER_SITES= ${MASTER_SITE_SUNSITE} XMASTER_SITE_SUBDIR= system/mail/pop X XMAINTAINER= gslin.am88@nctu.edu.tw X XGNU_CONFIGURE= yes XMAN8= vm-pop3d.8 X Xpost-install: X.if !defined(NOPORTSDOCS) X ${MKDIR} ${PREFIX}/share/doc/vm-pop3d X ${INSTALL_DATA} ${WRKSRC}/AUTHORS ${WRKSRC}/CHANGES ${WRKSRC}/COPYING ${WRKSRC}/FAQ ${WRKSRC}/INSTALL ${WRKSRC}/README ${PREFIX}/share/doc/vm-pop3d X ${INSTALL_MAN} ${WRKSRC}/vm-pop3d.8 ${PREFIX}/man/man8 X.endif X X.include END-of-vm-pop3d/Makefile echo x - vm-pop3d/distinfo sed 's/^X//' >vm-pop3d/distinfo << 'END-of-vm-pop3d/distinfo' XMD5 (vm-pop3d-1.1.4.tar.gz) = 7c7b80bac86ec75a98f9ebba9ce0144c END-of-vm-pop3d/distinfo echo x - vm-pop3d/pkg-descr sed 's/^X//' >vm-pop3d/pkg-descr << 'END-of-vm-pop3d/pkg-descr' Xvm-pop3d is a POP3 server. It is free to download and use. It supports Xalternative password files and mail spool directories; it can be used for Xsetting up virtual email accounts -- mailboxes without real Unix owners for Xeach. This will allow you to have multiple email accounts with the same name Xon one system. X X- Gea-Suan Lin X gslin@ccca.nctu.edu.tw END-of-vm-pop3d/pkg-descr echo x - vm-pop3d/pkg-plist sed 's/^X//' >vm-pop3d/pkg-plist << 'END-of-vm-pop3d/pkg-plist' Xsbin/vm-pop3d END-of-vm-pop3d/pkg-plist echo c - vm-pop3d/files mkdir -p vm-pop3d/files > /dev/null 2>&1 echo x - vm-pop3d/files/patch-configure sed 's/^X//' >vm-pop3d/files/patch-configure << 'END-of-vm-pop3d/files/patch-configure' X--- configure.orig Fri Aug 24 03:22:46 2001 X+++ configure Fri Aug 24 03:23:02 2001 X@@ -1174,7 +1174,7 @@ X echo $ac_n "(cached) $ac_c" 1>&6 X else X ac_save_LIBS="$LIBS" X-LIBS="-lpam -ldl $LIBS" X+LIBS="-lpam $LIBS" X cat > conftest.$ac_ext <&6 X- LIBS="$LIBS -ldl -lpam"; cat >> confdefs.h <<\EOF X+ LIBS="$LIBS -lpam"; cat >> confdefs.h <<\EOF X #define HAVE_LIBPAM 1 X EOF X END-of-vm-pop3d/files/patch-configure echo x - vm-pop3d/files/patch-configure.in sed 's/^X//' >vm-pop3d/files/patch-configure.in << 'END-of-vm-pop3d/files/patch-configure.in' X--- configure.in.orig Fri Aug 24 03:22:50 2001 X+++ configure.in Fri Aug 24 03:23:59 2001 X@@ -17,7 +17,7 @@ X X if test x"$ac_cv_header_security_pam_appl_h" = x"yes"; then X AC_CHECK_LIB(pam, pam_authenticate, X- [LIBS="$LIBS -ldl -lpam"; AC_DEFINE(HAVE_LIBPAM)],, -ldl) X+ [LIBS="$LIBS -lpam"; AC_DEFINE(HAVE_LIBPAM)],,) X fi X X dnl Checks for typedefs, structures, and compiler characteristics. END-of-vm-pop3d/files/patch-configure.in 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 Aug 23 13:30:47 2001 Delivered-To: freebsd-ports@freebsd.org Received: from obsecurity.dyndns.org (adsl-63-207-60-54.dsl.lsan03.pacbell.net [63.207.60.54]) by hub.freebsd.org (Postfix) with ESMTP id 7020237B407; Thu, 23 Aug 2001 13:30:39 -0700 (PDT) (envelope-from kris@obsecurity.org) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 0BAFE66D1C; Thu, 23 Aug 2001 13:30:39 -0700 (PDT) Date: Thu, 23 Aug 2001 13:30:38 -0700 From: Kris Kennaway To: Neil Blakey-Milner Cc: John E Hein , freebsd-ports@FreeBSD.org, portmgr@FreeBSD.org Subject: Re: ports/20601: DESTDIR and /etc/shells Message-ID: <20010823133038.A99713@xor.obsecurity.org> References: <200108231510.f7NFA2A96921@freefall.freebsd.org> <20010823172108.B2573@mithrandr.moria.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="AhhlLboLdkugWU4S" Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20010823172108.B2573@mithrandr.moria.org>; from nbm@mithrandr.moria.org on Thu, Aug 23, 2001 at 05:21:09PM +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 --AhhlLboLdkugWU4S Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Thu, Aug 23, 2001 at 05:21:09PM +0200, Neil Blakey-Milner wrote: > It's pretty obvious that a large number of ports will not support > DESTDIR immediately after the change. However, I do believe it's > something we must have. If I do some testing locally, can we move > forward with this a week after 4.4-RELEASE is out the door? It's pretty hard for us to move forward with any nontrivial changes without the ability to test them in a package build. This is a major outstanding problem..perhaps we can just take over bento for a week or two and get some of the backlog sorted out. Kris --AhhlLboLdkugWU4S 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 iD8DBQE7hWfuWry0BWjoQKURArBrAKDNx/10yWFI0UVQBUWEAWEbvyldnACdGixf lnLcXb/DEi+AfGmLFgZnU/A= =bY+c -----END PGP SIGNATURE----- --AhhlLboLdkugWU4S-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Aug 23 13:30:59 2001 Delivered-To: freebsd-ports@freebsd.org Received: from arthur.caimis.com (arthur.caimis.com [209.69.150.2]) by hub.freebsd.org (Postfix) with ESMTP id F41AD37B408; Thu, 23 Aug 2001 13:30:52 -0700 (PDT) (envelope-from dwm@arthur.caimis.com) Received: from arthur.caimis.com (localhost.caida.org [127.0.0.1]) by arthur.caimis.com (8.9.0/8.9.0.Beta5) with ESMTP id QAA19595; Thu, 23 Aug 2001 16:30:51 -0400 (EDT) Message-Id: <200108232030.QAA19595@arthur.caimis.com> Location: Ann Arbor, MI To: will@FreeBSD.org Cc: dwm@caimis.com, freebsd-ports@FreeBSD.org Subject: Re: ports/24660: New port: Xerces-C 1.3.0 In-reply-to: Message from of Sat Apr 7, 2001 0:34 PDT <200104070734.f377Yf446516@freefall.freebsd.org> Date: Thu, 23 Aug 2001 16:30:51 -0400 From: Daniel McRobb Sender: owner-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: Xerces-C 1.3.0 > > State-Changed-From-To: open->analyzed > State-Changed-By: will > State-Changed-When: Sat Apr 7 00:34:21 PDT 2001 > State-Changed-Why: > I'd rather not put all those files in the repository. Please > have them merged in some suitable form and submit a new port. > > http://www.freebsd.org/cgi/query-pr.cgi?pr=24660 Not sure what you mean by 'all those files'... you mean the handful of patch files and the like? I'd probably close this PR and forget about it. I'm now using icu-1.8.1 and xml4c-3.5.1 ports. The xml4c-3.5.1 port looks like the Xerces-C 1.3.0 port, however, so I'd like to know exactly what you want me to do before I submit it. Daniel ~~~~~~ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Aug 23 13:36: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 5621F37B416; Thu, 23 Aug 2001 13:35:55 -0700 (PDT) (envelope-from dwcjr@FreeBSD.org) Received: (from dwcjr@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7NKUKJ48163; Thu, 23 Aug 2001 13:30:20 -0700 (PDT) (envelope-from dwcjr) Date: Thu, 23 Aug 2001 13:30:20 -0700 (PDT) From: Message-Id: <200108232030.f7NKUKJ48163@freefall.freebsd.org> To: gslin.am88@nctu.edu.tw, dwcjr@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/30003: New port: mail/vm-pop3d Sender: owner-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/vm-pop3d State-Changed-From-To: open->closed State-Changed-By: dwcjr State-Changed-When: Thu Aug 23 13:29:50 PDT 2001 State-Changed-Why: Closed at originators request. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=30003 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Aug 23 14: 0: 3 2001 Delivered-To: freebsd-ports@freebsd.org Received: from dragon.nuxi.com (dsl092-013-169.sfo1.dsl.speakeasy.net [66.92.13.169]) by hub.freebsd.org (Postfix) with ESMTP id B6E6637B401; Thu, 23 Aug 2001 13:59:54 -0700 (PDT) (envelope-from obrien@NUXI.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.11.5/8.11.1) id f7NKxfT17592; Thu, 23 Aug 2001 13:59:41 -0700 (PDT) (envelope-from obrien) Date: Thu, 23 Aug 2001 13:59:41 -0700 From: "David O'Brien" To: Alexander Langer Cc: arch@FreeBSD.org, ports@FreeBSD.org Subject: Re: ports.conf Message-ID: <20010823135941.B4003@dragon.nuxi.com> Reply-To: arch@FreeBSD.org, ports@FreeBSD.org Mail-Followup-To: arch@FreeBSD.org, ports@FreeBSD.org References: <20010823210729.A95484@zerogravity.kawo2.rwth-aachen.d> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20010823210729.A95484@zerogravity.kawo2.rwth-aachen.d>; from alex@big.endian.de on Thu, Aug 23, 2001 at 09:07:29PM +0200 X-Operating-System: FreeBSD 5.0-CURRENT Organization: The NUXI BSD group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 Sender: owner-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, Aug 23, 2001 at 09:07:29PM +0200, Alexander Langer wrote: > This ports.conf should probably maintained somewhere in the ports/ tree > instead. I disagree. I use a common NFS mounted /usr/ports to build stuff, but each machine is different. On some I have the commercial Motif, on others I want NOPORTSDOC=true to save space. -- -- David (obrien@FreeBSD.org) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Aug 23 14: 6:13 2001 Delivered-To: freebsd-ports@freebsd.org Received: from foo.osd.bsdi.com (foo.lab.nuxi.com [66.123.5.77]) by hub.freebsd.org (Postfix) with ESMTP id C9E0337B409; Thu, 23 Aug 2001 14:06:05 -0700 (PDT) (envelope-from jhb@foo.osd.bsdi.com) Received: (from jhb@localhost) by foo.osd.bsdi.com (8.11.4/8.11.4) id f7NL5uo01754; Thu, 23 Aug 2001 14:05:56 -0700 (PDT) (envelope-from jhb) Message-ID: X-Mailer: XFMail 1.4.0 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <20010823210729.A95484@zerogravity.kawo2.rwth-aachen.d> Date: Thu, 23 Aug 2001 14:05:55 -0700 (PDT) From: John Baldwin To: Alexander Langer Subject: RE: ports.conf Cc: ports@FreeBSD.org, arch@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 On 23-Aug-01 Alexander Langer wrote: > Hi folks! > > Inspired by a comment from JHB on IRC, I removed all ports relevant > entries from /etc/defaults/make.conf and put them > into a new ports.conf, along with some new entries (from bsd.gnome.mk). > > This ports.conf should probably maintained somewhere in the ports/ tree > instead. It should be included as well, and _COMMON_ options should > be listed in defaults/ports.conf (e.g. WITHOUT_X11 or WITH_GNOME). > > src/defaults/make.conf shouldn't be spammed with ports stuff. > > A attached the diff and the new file. > > Comments? Just follow the /etc/defaults way of doing things when you modify bsd.port.mk, i.e.: allow /etc/ports.conf to override /etc/defaults/ports.conf. Thanks. > Alex -- John Baldwin -- http://www.FreeBSD.org/~jhb/ PGP Key: http://www.Baldwin.cx/~john/pgpkey.asc "Power Users Use the Power to Serve!" - http://www.FreeBSD.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Aug 23 14:19:57 2001 Delivered-To: freebsd-ports@freebsd.org Received: from ringworld.nanolink.com (discworld.nanolink.com [217.75.135.248]) by hub.freebsd.org (Postfix) with SMTP id 9167F37B406 for ; Thu, 23 Aug 2001 14:19:30 -0700 (PDT) (envelope-from roam@ringlet.net) Received: (qmail 5898 invoked by uid 1000); 23 Aug 2001 21:17:37 -0000 Date: Fri, 24 Aug 2001 00:17:37 +0300 From: Peter Pentchev To: arch@FreeBSD.org, ports@FreeBSD.org Cc: Alexander Langer Subject: Re: ports.conf Message-ID: <20010824001737.B1714@ringworld.oblivion.bg> Mail-Followup-To: arch@FreeBSD.org, ports@FreeBSD.org, Alexander Langer References: <20010823210729.A95484@zerogravity.kawo2.rwth-aachen.d> <20010823135941.B4003@dragon.nuxi.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20010823135941.B4003@dragon.nuxi.com>; from dev-null@NUXI.com on Thu, Aug 23, 2001 at 01:59:41PM -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, Aug 23, 2001 at 01:59:41PM -0700, David O'Brien wrote: > On Thu, Aug 23, 2001 at 09:07:29PM +0200, Alexander Langer wrote: > > This ports.conf should probably maintained somewhere in the ports/ tree > > instead. > > I disagree. I use a common NFS mounted /usr/ports to build stuff, but > each machine is different. On some I have the commercial Motif, on > others I want NOPORTSDOC=true to save space. I do believe this does not conflict with what Alex wrote. I think he meant 'maintained in the ports/ tree' just as make.conf is 'maintained in the src/ tree', that is, there is a src/etc/make.conf file with evolving defaults. Yes, ports.conf should probably live in /etc or some such place, but I, too, think that it should be maintained in the ports tree, quite possibly in ports/Mk/. G'luck, Peter -- This would easier understand fewer had omitted. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Aug 23 14:30: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 AFC4D37B40B for ; Thu, 23 Aug 2001 14:30:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7NLU1E57898; Thu, 23 Aug 2001 14:30:01 -0700 (PDT) (envelope-from gnats) Received: from guru.mired.org (okc-94-248-46.mmcable.com [24.94.248.46]) by hub.freebsd.org (Postfix) with SMTP id 4BBFC37B405 for ; Thu, 23 Aug 2001 14:27:50 -0700 (PDT) (envelope-from mwm@mired.org) Received: (qmail 97161 invoked by uid 100); 23 Aug 2001 21:27:48 -0000 Message-Id: <20010823212748.97160.qmail@guru.mired.org> Date: 23 Aug 2001 21:27:48 -0000 From: Mike Meyer Reply-To: Mike Meyer To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/30007: [NEW PORT] of Gary Pearlman's unix|stat software Sender: owner-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: 30007 >Category: ports >Synopsis: [NEW PORT] of Gary Pearlman's unix|stat software >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 Aug 23 14:30:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Mike Meyer >Release: FreeBSD 4.4-RC i386 >Organization: Meyer Consulting >Environment: System: FreeBSD guru.mired.org 4.4-RC FreeBSD 4.4-RC #4: Sun Aug 19 11:29:30 CDT 2001 mwm@guru.mired.org:/sharetmp/obj/usr/src/sys/GURU i386 >Description: Gary Pearlman's unix|stat package is one of the most Unix-friendly stat's packages around, and we don't have it. >How-To-Repeat: Try to run some of his nice programs like descr, dm, or stats. >Fix: The attached shar file is a port of this package. # 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: # # unixstat # unixstat/Makefile # unixstat/files # unixstat/files/patch-aa # unixstat/pkg-comment # unixstat/pkg-descr # unixstat/pkg-plist # unixstat/distinfo # echo c - unixstat mkdir -p unixstat > /dev/null 2>&1 echo x - unixstat/Makefile sed 's/^X//' >unixstat/Makefile << 'END-of-unixstat/Makefile' X# New ports collection makefile for: stat X# Date created: 23 August 2001 X# Whom: mwm X# X# $FreeBSD$ X# X XPORTNAME= unixstat XPORTVERSION= 5.4 XCATEGORIES= math XDISTNAME= stat XEXTRACT_SUFX= .tar.Z X XMAINTAINER= mwm@phone.net X XNO_PACKAGE= "License does not allow redistribution of binaries" XRESTRICTED= "Gary Pearlman requires that users agree to his license to get the dist file" X XMAN1= abut.1 desc.1 unixstat.1 probdist.1 stats.1 anova.1 dm.1 \ X linex.1 rankind.1 calc.1 dprime.1 maketrix.1 rankrel.1 \ X transpose.1 dsort.1 manstat.1 ranksort.1 ts.1 features.1 \ X oneway.1 regress.1 validata.1 ff.1 repeat.1 colex.1 fls.1 \ X pair.1 reverse.1 contab.1 fpack.1 perm.1 series.1 X Xdo-fetch: X @if [ ! -f ${DISTDIR}/${DISTNAME}${EXTRACT_SUFX} ]; then \ X ${ECHO} ""; \ X ${ECHO} "Gary Perlman requires that users agree to his license"; \ X ${ECHO} "before he will allow access to the dist file."; \ X ${ECHO} "See his web site at http://www.acm.org/~perlman/ for"; \ X ${ECHO} "details. Then put ${DISTNAME}${EXTRACT_SUFX} in"; \ X ${ECHO} "${DISTDIR} and run make again."; \ X ${ECHO} ""; \ X exit 1;\ X fi X Xpost-patch: X @mv ${WRKSRC}/man/intro.1 ${WRKSRC}/man/unixstat.1 X @rm ${WRKSRC}/man/cat.1 X Xdo-build: X @(cd ${WRKSRC}/src; ${SETENV} ${MAKE_ENV} make) X Xdo-install: X @strip ${WRKSRC}/bin/* X @$(INSTALL_PROGRAM) ${WRKSRC}/bin/* ${PREFIX}/bin X @$(INSTALL_MAN) ${WRKSRC}/man/* ${PREFIX}/man/man1 X Xpost-install: X.if !defined(NOPORTDOCS) X @${MKDIR} ${PREFIX}/share/doc/stat X @${INSTALL_MAN} ${WRKSRC}/handbook/* ${PREFIX}/share/doc/stat X.endif X X.include END-of-unixstat/Makefile echo c - unixstat/files mkdir -p unixstat/files > /dev/null 2>&1 echo x - unixstat/files/patch-aa sed 's/^X//' >unixstat/files/patch-aa << 'END-of-unixstat/files/patch-aa' X--- src/makefile.orig Tue Jun 22 18:00:21 1993 X+++ src/makefile Thu Aug 23 15:57:48 2001 X@@ -14,14 +14,13 @@ X ########################################################################## X X DESTDIR=../bin# destination directory X-DESTDIR=../../bin# destination directory X-CFLAGS =-O# C Compiler Options X+#DESTDIR=../../bin# destination directory X LINK =$(CC) $(CFLAGS) -o $(DESTDIR)/$@# Generic link command X LIBS =-lm# libraries needed (math) X-EDITOR =/usr/ucb/vi# editor to call on make edit X+EDITOR =/usr/bin/vi# editor to call on make edit X RM =/bin/rm -f# remove forcefully X MV =/bin/mv# move/rename files X-MAKE =/bin/make# use for recursive makes X+MAKE =/usr/bin/make# use for recursive makes X X MAINS = abut.c anova.c calc.y colex.c contab.c desc.c dm.y dprime.c \ X dsort.c features.c ff.c fpack.c linex.c maketrix.c oneway.c \ END-of-unixstat/files/patch-aa echo x - unixstat/pkg-comment sed 's/^X//' >unixstat/pkg-comment << 'END-of-unixstat/pkg-comment' XA statistics package designed for use with the Unix shell END-of-unixstat/pkg-comment echo x - unixstat/pkg-descr sed 's/^X//' >unixstat/pkg-descr << 'END-of-unixstat/pkg-descr' X|STAT is a set of about 30 data manipulation and analysis programs Xdeveloped by Gary Perlman at the University of California, San Diego Xand at the Wang Institute. The manipulation programs are general Xutilities that work with other standard programs like sort. The Xanalysis programs compute most widely used statistics. |STAT programs Xare designed with the philosophy that individual programs should be Xdesigned as tools that do one task well and produce output suitable Xfor input via pipes to |STAT and other programs. Interactive use is Xsupported in the command line interpreter/editor while batch files or Xshell scripts provide a programming language for complex Xanalyses. Typical usage involves a pipeline of transformations of data Xfollowed by input to an analysis program, summarized schematically by: X X INPUT DATA | TRANSFORM | ANALYSIS | OUTPUT RESULTS END-of-unixstat/pkg-descr echo x - unixstat/pkg-plist sed 's/^X//' >unixstat/pkg-plist << 'END-of-unixstat/pkg-plist' Xbin/abut Xbin/anova Xbin/calc Xbin/colex Xbin/contab Xbin/desc Xbin/dm Xbin/dprime Xbin/dsort Xbin/features Xbin/ff Xbin/fpack Xbin/linex Xbin/maketrix Xbin/oneway Xbin/pair Xbin/perm Xbin/probdist Xbin/rankind Xbin/rankrel Xbin/ranksort Xbin/regress Xbin/repeat Xbin/reverse Xbin/series Xbin/stats Xbin/transpose Xbin/ts Xbin/validata X%%PORTDOCS%%share/doc/stat/!Cover.nr X%%PORTDOCS%%share/doc/stat/3-Conventions.ps X%%PORTDOCS%%share/doc/stat/contents.nr X%%PORTDOCS%%share/doc/stat/!Cover.ps X%%PORTDOCS%%share/doc/stat/4-Manipulation.nr X%%PORTDOCS%%share/doc/stat/exam.dat X%%PORTDOCS%%share/doc/stat/!Cover.txt X%%PORTDOCS%%share/doc/stat/4-Manipulation.ps X%%PORTDOCS%%share/doc/stat/example.bat X%%PORTDOCS%%share/doc/stat/0-Preface.nr X%%PORTDOCS%%share/doc/stat/5-Analysis.nr X%%PORTDOCS%%share/doc/stat/example.txt X%%PORTDOCS%%share/doc/stat/0-Preface.ps X%%PORTDOCS%%share/doc/stat/5-Analysis.ps X%%PORTDOCS%%share/doc/stat/handbook.txt X%%PORTDOCS%%share/doc/stat/1-Introduction.nr X%%PORTDOCS%%share/doc/stat/6-Manuals.nr X%%PORTDOCS%%share/doc/stat/macros X%%PORTDOCS%%share/doc/stat/1-Introduction.ps X%%PORTDOCS%%share/doc/stat/6-Manuals.ps X%%PORTDOCS%%share/doc/stat/macros.txt X%%PORTDOCS%%share/doc/stat/2-Example.nr X%%PORTDOCS%%share/doc/stat/CHANGES X%%PORTDOCS%%share/doc/stat/2-Example.ps X%%PORTDOCS%%share/doc/stat/Calc.nr X%%PORTDOCS%%share/doc/stat/update.txt X%%PORTDOCS%%share/doc/stat/3-Conventions.nr X%%PORTDOCS%%share/doc/stat/DM.nr X%%PORTDOCS%%share/doc/stat/makefile X%%PORTDOCS%%@dirrm share/doc/stat END-of-unixstat/pkg-plist echo x - unixstat/distinfo sed 's/^X//' >unixstat/distinfo << 'END-of-unixstat/distinfo' XMD5 (stat.tar.Z) = b0ebafb7141e3e768d2dd3bd9197a392 END-of-unixstat/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 Thu Aug 23 14:31:27 2001 Delivered-To: freebsd-ports@freebsd.org Received: from Daffy.timing.com (daffy.timing.com [206.168.13.218]) by hub.freebsd.org (Postfix) with ESMTP id 4847837B40D; Thu, 23 Aug 2001 14:31:22 -0700 (PDT) (envelope-from jhein@timing.com) Received: from brain.timing.com (brain.timing.com [206.168.13.195]) by Daffy.timing.com (8.9.3/8.9.3) with ESMTP id PAA16637; Thu, 23 Aug 2001 15:31:17 -0600 (MDT) (envelope-from jhein@timing.com) Received: (from jhein@localhost) by brain.timing.com (8.11.3/8.11.3) id f7NLVH517731; Thu, 23 Aug 2001 15:31:17 -0600 (MDT) (envelope-from jhein@brain.timing.com) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15237.30244.936932.928537@brain.timing.com> Date: Thu, 23 Aug 2001 15:31:16 -0600 From: John E Hein To: Kris Kennaway Cc: Neil Blakey-Milner , freebsd-ports@FreeBSD.org, portmgr@FreeBSD.org Subject: Re: ports/20601: DESTDIR and /etc/shells In-Reply-To: <20010823133038.A99713@xor.obsecurity.org> References: <200108231510.f7NFA2A96921@freefall.freebsd.org> <20010823172108.B2573@mithrandr.moria.org> <20010823133038.A99713@xor.obsecurity.org> X-Mailer: VM 6.95 under Emacs 20.7.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 Kris Kennaway wrote at 13:30 -0700 on Aug 23: > On Thu, Aug 23, 2001 at 05:21:09PM +0200, Neil Blakey-Milner wrote: > > > It's pretty obvious that a large number of ports will not support > > DESTDIR immediately after the change. However, I do believe it's > > something we must have. If I do some testing locally, can we move > > forward with this a week after 4.4-RELEASE is out the door? > > It's pretty hard for us to move forward with any nontrivial changes > without the ability to test them in a package build. This is a major > outstanding problem..perhaps we can just take over bento for a week or > two and get some of the backlog sorted out. I'm curious... does the package building process for releases define DESTDIR to something other than "" or /? If not, then the patch in 28155 should be completely trivial. However, it certainly LOOKS complicated enough to be non-trivial. And I completely understand the concerns people have with the wide-ranging effects of changing bsd.port.mk and the care that should be taken before doing this. Being the author of the patch, I just though I'd attempt to throw in a little reassurance that IF DESTDIR is currently not being used to build packages for the release, this patch should be a no-op. Of course, if DESTDIR IS currently being used to build packages for the release CDs, then many packages are probably broken anyway in at least some minor ways (as in the example in ports/28155). To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Aug 23 14:32:55 2001 Delivered-To: freebsd-ports@freebsd.org Received: from foo.osd.bsdi.com (foo.lab.nuxi.com [66.123.5.77]) by hub.freebsd.org (Postfix) with ESMTP id 0037C37B407; Thu, 23 Aug 2001 14:32:47 -0700 (PDT) (envelope-from jhb@foo.osd.bsdi.com) Received: (from jhb@localhost) by foo.osd.bsdi.com (8.11.4/8.11.4) id f7NLWaa02088; Thu, 23 Aug 2001 14:32:36 -0700 (PDT) (envelope-from jhb) Message-ID: X-Mailer: XFMail 1.4.0 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <20010824001737.B1714@ringworld.oblivion.bg> Date: Thu, 23 Aug 2001 14:32:35 -0700 (PDT) From: John Baldwin To: Peter Pentchev Subject: Re: ports.conf Cc: Alexander Langer , ports@FreeBSD.org, arch@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 On 23-Aug-01 Peter Pentchev wrote: > On Thu, Aug 23, 2001 at 01:59:41PM -0700, David O'Brien wrote: >> On Thu, Aug 23, 2001 at 09:07:29PM +0200, Alexander Langer wrote: >> > This ports.conf should probably maintained somewhere in the ports/ tree >> > instead. >> >> I disagree. I use a common NFS mounted /usr/ports to build stuff, but >> each machine is different. On some I have the commercial Motif, on >> others I want NOPORTSDOC=true to save space. > > I do believe this does not conflict with what Alex wrote. > I think he meant 'maintained in the ports/ tree' just as make.conf > is 'maintained in the src/ tree', that is, there is a src/etc/make.conf > file with evolving defaults. Yes, ports.conf should probably live > in /etc or some such place, but I, too, think that it should be > maintained in the ports tree, quite possibly in ports/Mk/. Erm, how does it get installed then? :) I think what you want is this perhaps: /usr/ports/Mk/ports.conf /etc/ports.conf instead of /etc/defaults/ports.conf /etc/ports.conf -- John Baldwin -- http://www.FreeBSD.org/~jhb/ PGP Key: http://www.Baldwin.cx/~john/pgpkey.asc "Power Users Use the Power to Serve!" - http://www.FreeBSD.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Aug 23 14:37:51 2001 Delivered-To: freebsd-ports@freebsd.org Received: from ringworld.nanolink.com (discworld.nanolink.com [217.75.135.248]) by hub.freebsd.org (Postfix) with SMTP id 54CB637B409 for ; Thu, 23 Aug 2001 14:37:39 -0700 (PDT) (envelope-from roam@ringlet.net) Received: (qmail 6382 invoked by uid 1000); 23 Aug 2001 21:36:06 -0000 Date: Fri, 24 Aug 2001 00:36:06 +0300 From: Peter Pentchev To: John Baldwin Cc: Alexander Langer , ports@FreeBSD.org, arch@FreeBSD.org Subject: Re: ports.conf Message-ID: <20010824003606.D1714@ringworld.oblivion.bg> Mail-Followup-To: John Baldwin , Alexander Langer , ports@FreeBSD.org, arch@FreeBSD.org References: <20010824001737.B1714@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: ; from jhb@FreeBSD.org on Thu, Aug 23, 2001 at 02:32:35PM -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, Aug 23, 2001 at 02:32:35PM -0700, John Baldwin wrote: > > On 23-Aug-01 Peter Pentchev wrote: > > On Thu, Aug 23, 2001 at 01:59:41PM -0700, David O'Brien wrote: > >> On Thu, Aug 23, 2001 at 09:07:29PM +0200, Alexander Langer wrote: > >> > This ports.conf should probably maintained somewhere in the ports/ tree > >> > instead. > >> > >> I disagree. I use a common NFS mounted /usr/ports to build stuff, but > >> each machine is different. On some I have the commercial Motif, on > >> others I want NOPORTSDOC=true to save space. > > > > I do believe this does not conflict with what Alex wrote. > > I think he meant 'maintained in the ports/ tree' just as make.conf > > is 'maintained in the src/ tree', that is, there is a src/etc/make.conf > > file with evolving defaults. Yes, ports.conf should probably live > > in /etc or some such place, but I, too, think that it should be > > maintained in the ports tree, quite possibly in ports/Mk/. > > Erm, how does it get installed then? :) I think what you want is this perhaps: > > /usr/ports/Mk/ports.conf > /etc/ports.conf > > instead of > > /etc/defaults/ports.conf > /etc/ports.conf Yeah, I wondered about installation myself, just after I fired off the previous message :) Yes, /usr/ports/Mk/ports.conf overridable by /etc/ports.conf sounds like just the thing! G'luck, Peter -- I am the thought you are now thinking. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Aug 23 14:38:59 2001 Delivered-To: freebsd-ports@freebsd.org Received: from dragon.nuxi.com (dsl092-013-169.sfo1.dsl.speakeasy.net [66.92.13.169]) by hub.freebsd.org (Postfix) with ESMTP id 5683237B407; Thu, 23 Aug 2001 14:38:51 -0700 (PDT) (envelope-from obrien@NUXI.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.11.5/8.11.1) id f7NLcip18249; Thu, 23 Aug 2001 14:38:44 -0700 (PDT) (envelope-from obrien) Date: Thu, 23 Aug 2001 14:38:44 -0700 From: "David O'Brien" To: Peter Pentchev Cc: arch@FreeBSD.org, ports@FreeBSD.org, Alexander Langer Subject: Re: ports.conf Message-ID: <20010823143844.A18197@dragon.nuxi.com> Reply-To: Cc:arch@FreeBSD.org, ports@FreeBSD.org Mail-Followup-To: Peter Pentchev , arch@FreeBSD.org, ports@FreeBSD.org, Alexander Langer References: <20010823210729.A95484@zerogravity.kawo2.rwth-aachen.d> <20010823135941.B4003@dragon.nuxi.com> <20010824001737.B1714@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: <20010824001737.B1714@ringworld.oblivion.bg>; from roam@ringlet.net on Fri, Aug 24, 2001 at 12:17:37AM +0300 X-Operating-System: FreeBSD 5.0-CURRENT Organization: The NUXI BSD group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 Sender: owner-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 Fri, Aug 24, 2001 at 12:17:37AM +0300, Peter Pentchev wrote: > I think he meant 'maintained in the ports/ tree' just as make.conf > is 'maintained in the src/ tree', that is, there is a src/etc/make.conf > file with evolving defaults. Yes, ports.conf should probably live > in /etc or some such place, but I, too, think that it should be > maintained in the ports tree, quite possibly in ports/Mk/. How are you suggesting ports.conf get into /etc? A `make world' cannot depend on having a populated /usr/ports/Mk. -- -- David (obrien@FreeBSD.org) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Aug 23 15:52:42 2001 Delivered-To: freebsd-ports@freebsd.org Received: from aldan.algebra.com (aldan.algebra.com [216.254.65.224]) by hub.freebsd.org (Postfix) with ESMTP id 312A337B405; Thu, 23 Aug 2001 15:52:26 -0700 (PDT) (envelope-from mi@aldan.algebra.com) Received: (from mi@localhost) by aldan.algebra.com (8.11.5/8.11.5) id f7NMp3v43100; Thu, 23 Aug 2001 18:51:03 -0400 (EDT) (envelope-from mi) From: Mikhail Teterin Message-Id: <200108232251.f7NMp3v43100@aldan.algebra.com> Subject: Re: cvs commit: src/lib/libc/sys mmap.2 In-Reply-To: <200108232239.f7NMdrM68937@freefall.freebsd.org> To: David Greenman Date: Thu, 23 Aug 2001 18:51:02 -0400 (EDT) Cc: current@FreeBSD.org, ports@FreeBSD.org X-Face: %UW#n0|w>ydeGt/b@1-.UFP=K^~-:0f#O:D7w hJ5G_<5143Bb3kOIs9XpX+"V+~$adGP:J|SLieM31VIhqXeLBli" List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org > dg 2001/08/23 15:39:53 PDT > > Modified files: > lib/libc/sys mmap.2 > Log: > Killed reference to MAP_INHERIT which is not supported in FreeBSD. BTW, GNU Autoconf's AC_FUNC_MMAP macro fails on -current, which leads the configure (in ImageMagick, for example) to a mistaken conclusion there is no mmap support :-( Anybody cares to take a closer look? Here is what they are doing (from config.log). Thanks, -mi [...] configure:8380: cc -o conftest -O -pipe -march=i686 -Wall -I/opt/include/libxml2 -I/opt/include/libxml2/libxml -I/opt/include/freetype2 -I/opt/include/freetype2 -I/usr/local/include -I/opt/include -I/opt/include -I/opt/include/X11 -L/opt/lib -L/opt/lib -L/opt/lib -L/opt/lib conftest.c -lwmf -lXpm -lxml2 -ljbig -ltiff -lfreetype -ljpeg -lpng -llcms -lfpx -ldpstk -ldps -lXext -lXt -lSM -lICE -lX11 -lbz2 -lz -lm -L/usr/local/lib 1>&5 configure: In function `main': configure:8321: warning: implicit declaration of function `getpagesize' configure:8330: warning: implicit declaration of function `rand' configure:8331: warning: implicit declaration of function `umask' configure:8335: warning: implicit declaration of function `write' configure:8337: warning: implicit declaration of function `close' configure:8368: warning: implicit declaration of function `read' configure:8374: warning: implicit declaration of function `unlink' configure: failed program was: #line 8240 "configure" #include "confdefs.h" /* Thanks to Mike Haertel and Jim Avera for this test. Here is a matrix of mmap possibilities: mmap private not fixed mmap private fixed at somewhere currently unmapped mmap private fixed at somewhere already mapped mmap shared not fixed mmap shared fixed at somewhere currently unmapped mmap shared fixed at somewhere already mapped For private mappings, we should verify that changes cannot be read() back from the file, nor mmap's back from the file at a different address. (There have been systems where private was not correctly implemented like the infamous i386 svr4.0, and systems where the VM page cache was not coherent with the filesystem buffer cache like early versions of FreeBSD and possibly contemporary NetBSD.) For shared mappings, we should conversely verify that changes get propogated back to all the places they're supposed to be. Grep wants private fixed already mapped. The main things grep needs to know about mmap are: * does it exist and is it safe to write into the mmap'd area * how to use it (BSD variants) */ #include #include #include /* This mess was copied from the GNU getpagesize.h. */ #ifndef HAVE_GETPAGESIZE # ifdef HAVE_UNISTD_H # include # endif /* Assume that all systems that can run configure have sys/param.h. */ # ifndef HAVE_SYS_PARAM_H # define HAVE_SYS_PARAM_H 1 # endif # ifdef _SC_PAGESIZE # define getpagesize() sysconf(_SC_PAGESIZE) # else /* no _SC_PAGESIZE */ # ifdef HAVE_SYS_PARAM_H # include # ifdef EXEC_PAGESIZE # define getpagesize() EXEC_PAGESIZE # else /* no EXEC_PAGESIZE */ # ifdef NBPG # define getpagesize() NBPG * CLSIZE # ifndef CLSIZE # define CLSIZE 1 # endif /* no CLSIZE */ # else /* no NBPG */ # ifdef NBPC # define getpagesize() NBPC # else /* no NBPC */ # ifdef PAGESIZE # define getpagesize() PAGESIZE # endif /* PAGESIZE */ # endif /* no NBPC */ # endif /* no NBPG */ # endif /* no EXEC_PAGESIZE */ # else /* no HAVE_SYS_PARAM_H */ # define getpagesize() 8192 /* punt totally */ # endif /* no HAVE_SYS_PARAM_H */ # endif /* no _SC_PAGESIZE */ #endif /* no HAVE_GETPAGESIZE */ #ifdef __cplusplus extern "C" { void *malloc(unsigned); } #else char *malloc(); #endif int main() { char *data, *data2, *data3; int i, pagesize; int fd; pagesize = getpagesize(); /* * First, make a file with some known garbage in it. */ data = malloc(pagesize); if (!data) exit(1); for (i = 0; i < pagesize; ++i) *(data + i) = rand(); umask(0); fd = creat("conftestmmap", 0600); if (fd < 0) exit(1); if (write(fd, data, pagesize) != pagesize) exit(1); close(fd); /* * Next, try to mmap the file at a fixed address which * already has something else allocated at it. If we can, * also make sure that we see the same garbage. */ fd = open("conftestmmap", O_RDWR); if (fd < 0) exit(1); data2 = malloc(2 * pagesize); if (!data2) exit(1); data2 += (pagesize - ((int) data2 & (pagesize - 1))) & (pagesize - 1); if (data2 != mmap(data2, pagesize, PROT_READ | PROT_WRITE, MAP_PRIVATE | MAP_FIXED, fd, 0L)) exit(1); for (i = 0; i < pagesize; ++i) if (*(data + i) != *(data2 + i)) exit(1); /* * Finally, make sure that changes to the mapped area * do not percolate back to the file as seen by read(). * (This is a bug on some variants of i386 svr4.0.) */ for (i = 0; i < pagesize; ++i) *(data2 + i) = *(data2 + i) + 1; data3 = malloc(pagesize); if (!data3) exit(1); if (read(fd, data3, pagesize) != pagesize) exit(1); for (i = 0; i < pagesize; ++i) if (*(data + i) != *(data3 + i)) exit(1); close(fd); unlink("conftestmmap"); exit(0); } [...] To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Aug 23 16: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 A6B5437B40E for ; Thu, 23 Aug 2001 16:10:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7NNA2t75075; Thu, 23 Aug 2001 16:10:02 -0700 (PDT) (envelope-from gnats) Received: from totem.fix.no (totem.fix.no [213.142.66.130]) by hub.freebsd.org (Postfix) with ESMTP id 04F2D37B409 for ; Thu, 23 Aug 2001 16:00:20 -0700 (PDT) (envelope-from anders@totem.fix.no) Received: by totem.fix.no (Postfix, from userid 1000) id BDF493C98; Fri, 24 Aug 2001 01:00:18 +0200 (CEST) Message-Id: <20010823230018.BDF493C98@totem.fix.no> Date: Fri, 24 Aug 2001 01:00:18 +0200 (CEST) From: Anders Nordby Reply-To: Anders Nordby To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/30009: Fox port: www/thttpd Sender: owner-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: 30009 >Category: ports >Synopsis: Fix port: www/thttpd >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 Aug 23 16:10:02 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Anders Nordby >Release: FreeBSD 4.3-STABLE i386 >Organization: Fluxpod Information eXchange >Environment: >Description: Fix kqueue support for -current. Thanks to Jonathan Lemon making patches, and to Mike Silbersack for sending them to me. >How-To-Repeat: >Fix: diff -Nur thttpd.old/Makefile thttpd/Makefile --- thttpd.old/Makefile Tue May 1 02:34:46 2001 +++ thttpd/Makefile Fri Aug 24 00:22:14 2001 @@ -19,13 +19,6 @@ GNU_CONFIGURE= yes -.include - -# Kqueue doesn't work in -current with thttpd. -.if ${OSVERSION} >= 500000 -CFLAGS+= -DHAVE_FREEBSD_CURRENT -.endif - MAN1= makeweb.1 htpasswd.1 MAN8= thttpd.8 redirect.8 ssi.8 syslogtocern.8 @@ -87,4 +80,4 @@ @${ECHO} "" @${ECHO} "=====================================================================" -.include +.include diff -Nur thttpd.old/files/patch-fdwatch.c thttpd/files/patch-fdwatch.c --- thttpd.old/files/patch-fdwatch.c Tue May 1 02:34:46 2001 +++ thttpd/files/patch-fdwatch.c Fri Aug 24 00:20:44 2001 @@ -1,21 +1,12 @@ ---- fdwatch.c.orig Tue Apr 24 18:40:22 2001 -+++ fdwatch.c Tue Apr 24 19:00:57 2001 -@@ -32,6 +32,7 @@ - #include - #include - #include -+#include +--- fdwatch.c.orig Fri Aug 24 00:19:39 2001 ++++ fdwatch.c Fri Aug 24 00:20:30 2001 +@@ -311,6 +311,9 @@ + if ( kqchanges == (struct kevent*) 0 || kqevents == (struct kevent*) 0 || + kqrfdidx == (int*) 0 ) + return -1; ++ memset(kqchanges, '\0', sizeof(struct kevent) * 2 * nfiles); ++ memset(kqevents, '\0', sizeof(struct kevent) * nfiles); ++ memset(kqrfdidx, '\0', sizeof(int) * nfiles); + return 0; + } - #ifndef MIN - #define MIN(a,b) ((a) < (b) ? (a) : (b)) -@@ -44,6 +45,10 @@ - #include - #endif /* HAVE_SYS_POLL_H */ - #endif /* HAVE_POLL_H */ -+ -+#ifdef HAVE_FREEBSD_CURRENT -+#undef HAVE_KQUEUE -+#endif - - #ifdef HAVE_SYS_EVENT_H - #include >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Aug 23 16:29: 5 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 823FD37B403 for ; Thu, 23 Aug 2001 16:29:02 -0700 (PDT) (envelope-from dwcjr@inethouston.net) Received: by leviathan.inethouston.net (Postfix, from userid 1001) id 2E94910F42F; Thu, 23 Aug 2001 18:29:06 -0500 (CDT) Date: Thu, 23 Aug 2001 18:29:06 -0500 From: "David W. Chapman Jr." To: ports@freebsd.org Subject: Build error Message-ID: <20010823182905.C71606@leviathan.inethouston.net> Reply-To: "David W. Chapman Jr." Mail-Followup-To: ports@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.3.21i 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 ===> audio/aureal-kmod "Makefile", line 73: warning: String comparison operator should be either == or != "Makefile", line 73: Malformed conditional (${VERSION_SOUND_C_CURRENT} < 52) "Makefile", line 73: Need an operator "Makefile", line 76: if-less endif "Makefile", line 76: Need an operator make: fatal errors encountered -- cannot continue *** Error code 1 -- 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 Thu Aug 23 16:29:19 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 D73D837B413 for ; Thu, 23 Aug 2001 16:28:47 -0700 (PDT) (envelope-from lioux@uol.com.br) Received: from 200.181.49.89 ([200.181.49.89]) by toole.uol.com.br (8.9.1/8.9.1) with ESMTP id UAA13144 for ; Thu, 23 Aug 2001 20:26:47 -0300 (BRT) Received: (qmail 32443 invoked by uid 1001); 23 Aug 2001 20:29:06 -0000 From: "Mario Sergio Fujikawa Ferreira" Date: Thu, 23 Aug 2001 20:28:44 +0000 To: ports@FreeBSD.org Subject: libgda problems? (latest stable & fresh ports install) Message-ID: <20010823202844.A32422@exxodus.fedaykin.here> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="2oS5YaxWCcQjTEyO" 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 --2oS5YaxWCcQjTEyO Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Hi, I am having problems compiling libgda. This is a clean installation. This box was formatted today, installed from a 4.3R CD, updated from sources to a 4.4RC, all ports installed cleanly from a cvsupped port tree as of this afternoon. FreeBSD exxodus.here.here 4.4-RC FreeBSD 4.4-RC #2: Thu Aug 23 15:05:15 GMT 2001 root@exxodus.here.here:/usr/src/sys/compile/LIOUX i386 The build process tries to find GDA-common.c but can't. And, there is no such file under the WRKSRC. Odd... 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/usr/X11R6/include -I/usr/local/include/glib12 -I/usr/local/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 -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/usr/X11R6/include -I/usr/local/include/glib12 -I/usr/local/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 -I. -I/usr/local/include -O -pipe -pipe -Os -fno-strength-reduce -c GDA-common.c -fPIC -DPIC -o .libs/GDA-common.o cc: GDA-common.c: No such file or I am submitting the log of the port build for verification. Any other information necessary? 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 --2oS5YaxWCcQjTEyO Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="libgda.log" Content-Transfer-Encoding: quoted-printable Script started on Thu Aug 23 20:22:34 2001 [exxodus:lioux:1]make=0D=0D =3D=3D=3D> Extracting for libgda-gnome-0.2.90_4=0D >> Checksum OK for libgda-0.2.90.tar.gz.=0D =3D=3D=3D> libgda-gnome-0.2.90_4 depends on executable: gmake - found=0D =3D=3D=3D> libgda-gnome-0.2.90_4 depends on shared library: gdbm.2 - foun= d=0D =3D=3D=3D> libgda-gnome-0.2.90_4 depends on shared library: bonobo.2 - fo= und=0D =3D=3D=3D> libgda-gnome-0.2.90_4 depends on shared library: X11.6 - found= =0D =3D=3D=3D> libgda-gnome-0.2.90_4 depends on shared library: esd.2 - found= =0D =3D=3D=3D> libgda-gnome-0.2.90_4 depends on shared library: glib12.3 - fo= und=0D =3D=3D=3D> libgda-gnome-0.2.90_4 depends on shared library: gtk12.2 - fou= nd=0D =3D=3D=3D> libgda-gnome-0.2.90_4 depends on shared library: Imlib.5 - fou= nd=0D =3D=3D=3D> libgda-gnome-0.2.90_4 depends on shared library: gnome.5 - fou= nd=0D =3D=3D=3D> libgda-gnome-0.2.90_4 depends on shared library: capplet.5 - f= ound=0D =3D=3D=3D> Patching for libgda-gnome-0.2.90_4=0D =3D=3D=3D> Applying FreeBSD patches for libgda-gnome-0.2.90_4=0D =3D=3D=3D> Configuring for libgda-gnome-0.2.90_4=0D checking for a BSD compatible install... /usr/bin/install -c -o root -g whe= el=0D checking whether build environment is sane... yes=0D checking whether gmake sets ${MAKE}... yes=0D checking for working aclocal... found=0D checking for working autoconf... found=0D checking for working automake... found=0D checking for working autoheader... found=0D checking for working makeinfo... found=0D checking whether to enable maintainer-specific portions of Makefiles... no= =0D checking for perl... /usr/bin/perl=0D checking for gcc... cc=0D checking for C compiler default output... a.out=0D checking whether the C compiler works... yes=0D checking whether we are cross compiling... no=0D checking for executable suffix... =0D checking for object suffix... o=0D checking whether we are using the GNU C compiler... yes=0D checking whether cc accepts -g... yes=0D checking for strerror in -lcposix... no=0D checking for gcc... (cached) cc=0D checking whether we are using the GNU C compiler... (cached) yes=0D checking whether cc accepts -g... (cached) yes=0D checking whether we are using the GNU C++ compiler... yes=0D checking whether c++ accepts -g... yes=0D checking how to run the C preprocessor... cc -E=0D checking for ANSI C header files... yes=0D checking for perl... (cached) /usr/bin/perl=0D checking build system type... i386-unknown-freebsd4.4=0D checking host system type... i386-unknown-freebsd4.4=0D checking for ld used by GCC... /usr/libexec/elf/ld=0D checking if the linker (/usr/libexec/elf/ld) is GNU ld... yes=0D checking for /usr/libexec/elf/ld option to reload object files... -r=0D checking for BSD-compatible nm... /usr/bin/nm -B=0D checking whether ln -s works... yes=0D checking how to recognise dependant libraries... pass_all=0D checking for dlfcn.h... yes=0D checking how to run the C++ preprocessor... c++ -E=0D checking the maximum length of command line arguments... ./configure: test:= argument list too long=0D 12289=0D checking command to parse /usr/bin/nm -B output from cc object... ok=0D checking for objdir... .libs=0D checking for ranlib... ranlib=0D checking for strip... strip=0D checking if cc static flag works... yes=0D checking if cc supports -fno-rtti -fno-exceptions... yes=0D checking for cc option to produce PIC... -fPIC=0D checking if cc PIC flag -fPIC works... yes=0D checking if cc supports -c -o file.o... yes=0D checking whether the cc linker (/usr/libexec/elf/ld) supports shared librar= ies... yes=0D checking whether -lc should be explicitly linked in... yes=0D checking how to hardcode library paths into programs... immediate=0D checking whether stripping libraries is possible... yes=0D checking dynamic linker characteristics... freebsd4.4 ld.so=0D checking if libtool supports shared libraries... yes=0D checking whether to build shared libraries... yes=0D checking whether to build static libraries... yes=0D configure: creating libtool=0D appending configuration tag "CXX" to libtool=0D checking whether the c++ linker (/usr/libexec/elf/ld) supports shared libra= ries... yes=0D -fPIC=0D checking if c++ PIC flag -fPIC works... yes=0D checking if c++ supports -c -o file.o... yes=0D checking whether the c++ linker (/usr/libexec/elf/ld) supports shared libra= ries... yes=0D checking whether -lc should be explicitly linked in... yes=0D checking how to hardcode library paths into programs... immediate=0D checking whether stripping libraries is possible... yes=0D checking dynamic linker characteristics... freebsd4.4 ld.so=0D appending configuration tag "GCJ" to libtool=0D checking if gcj supports -fno-rtti -fno-exceptions... (cached) yes=0D checking for gcj option to produce PIC... -fPIC=0D checking if gcj PIC flag -fPIC works... no=0D checking if gcj supports -c -o file.o... no=0D checking whether the gcj linker (/usr/libexec/elf/ld) supports shared libra= ries... yes=0D checking whether -lc should be explicitly linked in... yes=0D checking how to hardcode library paths into programs... immediate=0D checking whether stripping libraries is possible... yes=0D checking dynamic linker characteristics... freebsd4.4 ld.so=0D checking for glib-config... /usr/local/bin/glib12-config=0D checking for GLIB - version >=3D 1.2.0... yes=0D checking for gtk-config... /usr/X11R6/bin/gtk12-config=0D checking for GTK - version >=3D 1.0.0... yes=0D checking for ORBit... found=0D checking for GConf >=3D 0.9... found=0D checking for gnome-config... /usr/X11R6/bin/gnome-config=0D checking for BONOBO - version >=3D 1.0... yes=0D checking for libxml... found=0D checking for libxslt... xslt-config: not found=0D configure: WARNING: not found=0D checking for gob... no=0D configure: WARNING: Cannot find GOB, check http://www.5z.com/jirka/gob.html= =0D checking for gtkdoc-mkdb... false=0D checking for ranlib... (cached) ranlib=0D checking for cc option to accept ANSI C... none needed=0D checking for an ANSI C-conforming const... yes=0D checking for inline... inline=0D checking for sys/types.h... yes=0D checking for sys/stat.h... yes=0D checking for stdlib.h... yes=0D checking for string.h... yes=0D checking for memory.h... yes=0D checking for strings.h... yes=0D checking for inttypes.h... yes=0D checking for stdint.h... no=0D checking for unistd.h... yes=0D checking for off_t... yes=0D checking for size_t... yes=0D checking for working alloca.h... no=0D checking for alloca... yes=0D checking for stdlib.h... (cached) yes=0D checking for unistd.h... (cached) yes=0D checking for getpagesize... yes=0D checking for working mmap... yes=0D checking for argz.h... no=0D checking for limits.h... yes=0D checking for locale.h... yes=0D checking for nl_types.h... yes=0D checking for malloc.h... yes=0D checking for string.h... (cached) yes=0D checking for unistd.h... (cached) yes=0D checking for sys/param.h... yes=0D checking for getcwd... yes=0D checking for munmap... yes=0D checking for putenv... yes=0D checking for setenv... yes=0D checking for setlocale... yes=0D checking for strchr... yes=0D checking for strcasecmp... yes=0D checking for strdup... yes=0D checking for __argz_count... no=0D checking for __argz_stringify... no=0D checking for __argz_next... no=0D checking for stpcpy... no=0D checking for LC_MESSAGES... yes=0D checking whether NLS is requested... yes=0D checking for libintl.h... yes=0D checking for gettext in libc... yes=0D checking for msgfmt... /usr/local/bin/msgfmt=0D checking for dcgettext... yes=0D checking for gmsgfmt... /usr/local/bin/msgfmt=0D checking for xgettext... /usr/local/bin/xgettext=0D checking for catalogs to be installed... ca da de el es fi fr ga gl hu it = ja nl nn no pl pt_BR ru sk sl sv uk=0D sed: ./intl/po2tbl.sed.in: No such file or directory=0D configure: creating ./config.status=0D config.status: creating Makefile=0D config.status: creating libgda.spec=0D config.status: creating macros/Makefile=0D config.status: creating po/Makefile.in=0D config.status: creating intl/Makefile=0D config.status: creating idl/Makefile=0D config.status: creating lib/Makefile=0D config.status: creating lib/gda-common/Makefile=0D config.status: creating lib/gda-client/Makefile=0D config.status: creating lib/gda-server/Makefile=0D config.status: creating bindings/Makefile=0D config.status: creating bindings/c++/Makefile=0D config.status: creating providers/Makefile=0D config.status: creating providers/gda-default-server/Makefile=0D config.status: creating providers/gda-odbc-server/Makefile=0D config.status: creating providers/gda-mysql-server/Makefile=0D config.status: creating providers/gda-postgres-server/Makefile=0D config.status: creating providers/gda-primebase-server/Makefile=0D config.status: creating providers/gda-sybase-server/Makefile=0D config.status: creating providers/gda-tds-server/Makefile=0D config.status: creating providers/gda-ldap-server/Makefile=0D config.status: creating providers/gda-oracle-server/Makefile=0D config.status: creating providers/gda-interbase-server/Makefile=0D config.status: creating providers/gda-mdb-server/Makefile=0D config.status: creating providers/gda-mail-server/Makefile=0D config.status: creating tools/Makefile=0D config.status: creating tools/gda-config=0D config.status: creating tools/gda-buildserver=0D config.status: creating tools/gda-buildclient=0D config.status: creating tools/templates/Makefile=0D config.status: creating testing/Makefile=0D config.status: creating doc/Makefile=0D config.status: creating doc/es/Makefile=0D config.status: creating doc/C/Makefile=0D config.status: creating doc/C/reference/Makefile=0D config.status: creating doc/C/reference/libgda-common/Makefile=0D config.status: creating doc/C/reference/libgda-client/Makefile=0D config.status: creating doc/pt_BR/Makefile=0D config.status: creating stamp.h=0D config.status: creating config.h=0D =3D=3D=3D> Building for libgda-gnome-0.2.90_4=0D gmake all-recursive=0D gmake[1]: Entering directory `/usr/home/lioux/tmp/a/libgda/work/libgda-0.2.= 90'=0D Making all in po=0D gmake[2]: Entering directory `/usr/home/lioux/tmp/a/libgda/work/libgda-0.2.= 90/po'=0D gmake[2]: Nothing to be done for `all'.=0D gmake[2]: Leaving directory `/usr/home/lioux/tmp/a/libgda/work/libgda-0.2.9= 0/po'=0D Making all in intl=0D gmake[2]: Entering directory `/usr/home/lioux/tmp/a/libgda/work/libgda-0.2.= 90/intl'=0D gmake[2]: Nothing to be done for `all'.=0D gmake[2]: Leaving directory `/usr/home/lioux/tmp/a/libgda/work/libgda-0.2.9= 0/intl'=0D Making all in macros=0D gmake[2]: Entering directory `/usr/home/lioux/tmp/a/libgda/work/libgda-0.2.= 90/macros'=0D gmake[2]: Nothing to be done for `all'.=0D gmake[2]: Leaving directory `/usr/home/lioux/tmp/a/libgda/work/libgda-0.2.9= 0/macros'=0D Making all in idl=0D gmake[2]: Entering directory `/usr/home/lioux/tmp/a/libgda/work/libgda-0.2.= 90/idl'=0D gmake[2]: Nothing to be done for `all'.=0D gmake[2]: Leaving directory `/usr/home/lioux/tmp/a/libgda/work/libgda-0.2.9= 0/idl'=0D Making all in lib=0D gmake[2]: Entering directory `/usr/home/lioux/tmp/a/libgda/work/libgda-0.2.= 90/lib'=0D Making all in gda-common=0D gmake[3]: Entering directory `/usr/home/lioux/tmp/a/libgda/work/libgda-0.2.= 90/lib/gda-common'=0D /usr/local/bin/orbit-idl -I/idl -I`oaf-config --prefix`/share/gnome/idl ../= ../idl/GDA.idl=0D =2E./../idl/GDA_Listener.idl:12: Warning: `LISTENER_ACTION_DATABASE' unders= cores within identifiers are discouraged for use with C-language IDL mappin= gs=0D =2E./../idl/GDA_Listener.idl:17: Error: `Bonobo' undeclared identifier=0D =0D ** WARNING **: ../../idl/GDA.idl compilation failed=0D /bin/sh ../../libtool --mode=3Dcompile 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/loca= l/include/gnome-xml -I/usr/X11R6/include/gconf/1 -I/usr/X11R6/include -I/us= r/local/include/glib12 -I/usr/local/include -I/usr/X11R6/include -DNEED_GNO= MESUPPORT_H -I/usr/X11R6/include/gtk12 -I/usr/local/include/glib12 -I/usr/l= ocal/include -I/usr/local/include/gnome-xml -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/X1= 1R6/include/gconf/1 -I/usr/X11R6/include -I/usr/local/include/glib12 -I/usr= /local/include -I/usr/X11R6/include -DNEED_GNOMESUPPORT_H -I/usr/X11R6/incl= ude/gtk12 -I/usr/local/include/glib12 -I/usr/local/include -I/usr/local/inc= lude/gnome-xml -I. -I/usr/local/include -O -pipe -pipe -Os -fno-strength= -reduce -c GDA-common.c=0D mkdir .libs=0D cc -DHAVE_CONFIG_H -I. -I. -I../.. -I/usr/local/include/glib12 -D_THREAD_SA= FE -I/usr/X11R6/include/gtk12 -I/usr/local/include/glib12 -I/usr/local/incl= ude -I/usr/X11R6/include -I/usr/local/include/gnome-xml -I/usr/X11R6/includ= e/gconf/1 -I/usr/X11R6/include -I/usr/local/include/glib12 -I/usr/local/inc= lude -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 -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/us= r/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 -DNE= ED_GNOMESUPPORT_H -I/usr/X11R6/include/gtk12 -I/usr/local/include/glib12 -I= /usr/local/include -I/usr/local/include/gnome-xml -I. -I/usr/local/include = -O -pipe -pipe -Os -fno-strength-reduce -c GDA-common.c -fPIC -DPIC -o .li= bs/GDA-common.o=0D cc: GDA-common.c: No such file or directory=0D cc: No input files specified=0D gmake[3]: *** [GDA-common.lo] Error 1=0D gmake[3]: Leaving directory `/usr/home/lioux/tmp/a/libgda/work/libgda-0.2.9= 0/lib/gda-common'=0D gmake[2]: *** [all-recursive] Error 1=0D gmake[2]: Leaving directory `/usr/home/lioux/tmp/a/libgda/work/libgda-0.2.9= 0/lib'=0D gmake[1]: *** [all-recursive] Error 1=0D gmake[1]: Leaving directory `/usr/home/lioux/tmp/a/libgda/work/libgda-0.2.9= 0'=0D gmake: *** [all-recursive-am] Error 2=0D *** Error code 2=0D =0D Stop in /usr/home/lioux/tmp/a/libgda.=0D *** Error code 1=0D =0D Stop in /usr/home/lioux/tmp/a/libgda.=0D *** Error code 1=0D =0D Stop in /usr/home/lioux/tmp/a/libgda.=0D [exxodus:lioux:2]^D=0D=0D Script done on Thu Aug 23 20:22:50 2001 --2oS5YaxWCcQjTEyO-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Aug 23 16:34:47 2001 Delivered-To: freebsd-ports@freebsd.org Received: from ns.yogotech.com (ns.yogotech.com [206.127.123.66]) by hub.freebsd.org (Postfix) with ESMTP id 121B537B40A; Thu, 23 Aug 2001 16:34:42 -0700 (PDT) (envelope-from nate@yogotech.com) Received: from nomad.yogotech.com (nomad.yogotech.com [206.127.123.131]) by ns.yogotech.com (8.9.3/8.9.3) with ESMTP id RAA04349; Thu, 23 Aug 2001 17:34:40 -0600 (MDT) (envelope-from nate@nomad.yogotech.com) Received: (from nate@localhost) by nomad.yogotech.com (8.8.8/8.8.8) id RAA20136; Thu, 23 Aug 2001 17:34:40 -0600 (MDT) (envelope-from nate) From: Nate Williams MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15237.37648.38907.681657@nomad.yogotech.com> Date: Thu, 23 Aug 2001 17:34:40 -0600 To: Alexander Langer Cc: arch@FreeBSD.ORG, ports@FreeBSD.ORG Subject: Re: ports.conf In-Reply-To: <20010823210729.A95484@zerogravity.kawo2.rwth-aachen.d> References: <20010823210729.A95484@zerogravity.kawo2.rwth-aachen.d> X-Mailer: VM 6.95 under 21.1 (patch 12) "Channel Islands" XEmacs Lucid Reply-To: nate@yogotech.com (Nate Williams) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org > Inspired by a comment from JHB on IRC, I removed all ports relevant > entries from /etc/defaults/make.conf and put them > into a new ports.conf, along with some new entries (from bsd.gnome.mk). Whoo hoo. This is a much needed change, since the ports tree should be un-coupled from the rest of the tree, IMO. Nate To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Aug 23 16:36:51 2001 Delivered-To: freebsd-ports@freebsd.org Received: from ns.yogotech.com (ns.yogotech.com [206.127.123.66]) by hub.freebsd.org (Postfix) with ESMTP id BD16937B40A; Thu, 23 Aug 2001 16:36:43 -0700 (PDT) (envelope-from nate@yogotech.com) Received: from nomad.yogotech.com (nomad.yogotech.com [206.127.123.131]) by ns.yogotech.com (8.9.3/8.9.3) with ESMTP id RAA04432; Thu, 23 Aug 2001 17:36:40 -0600 (MDT) (envelope-from nate@nomad.yogotech.com) Received: (from nate@localhost) by nomad.yogotech.com (8.8.8/8.8.8) id RAA20151; Thu, 23 Aug 2001 17:36:39 -0600 (MDT) (envelope-from nate) From: Nate Williams MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15237.37767.274325.945753@nomad.yogotech.com> Date: Thu, 23 Aug 2001 17:36:39 -0600 To: arch@FreeBSD.ORG, ports@FreeBSD.ORG Cc: Alexander Langer Subject: Re: ports.conf In-Reply-To: <20010823135941.B4003@dragon.nuxi.com> References: <20010823210729.A95484@zerogravity.kawo2.rwth-aachen.d> <20010823135941.B4003@dragon.nuxi.com> X-Mailer: VM 6.95 under 21.1 (patch 12) "Channel Islands" XEmacs Lucid Reply-To: nate@yogotech.com (Nate Williams) Sender: owner-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 ports.conf should probably maintained somewhere in the ports/ tree > > instead. > > I disagree. I use a common NFS mounted /usr/ports to build stuff, but > each machine is different. On some I have the commercial Motif, on > others I want NOPORTSDOC=true to save space. I think this is very much an exception to the general purpose. /usr/ports should be uncoupled more from /usr/src, and /etc/make.conf is really a part of the building /usr/src, so as such should not contain configuration from /usr/ports. Would something like /etc/ports.conf be acceptable? That way it can be modified separately from the configuration for the main /usr/src tree, yet still allow 'local' modifications. Nate To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Aug 23 16:38:20 2001 Delivered-To: freebsd-ports@freebsd.org Received: from kawoserv.kawo2.rwth-aachen.de (kawoserv.kawo2.RWTH-Aachen.DE [134.130.180.1]) by hub.freebsd.org (Postfix) with ESMTP id 6C88237B406; Thu, 23 Aug 2001 16:38:12 -0700 (PDT) (envelope-from alex@big.endian.de) Received: from zerogravity.kawo2.rwth-aachen.de (zerogravity.kawo2.rwth-aachen.de [134.130.181.28]) by kawoserv.kawo2.rwth-aachen.de (8.9.3/8.9.3) with ESMTP id BAA02662; Fri, 24 Aug 2001 01:38:11 +0200 Received: by zerogravity.kawo2.rwth-aachen.de (Postfix, from userid 1001) id 0726C14B26; Fri, 24 Aug 2001 01:38:13 +0200 (CEST) Date: Fri, 24 Aug 2001 01:38:13 +0200 From: Alexander Langer To: John Baldwin Cc: Peter Pentchev , ports@FreeBSD.org, arch@FreeBSD.org Subject: Re: ports.conf Message-ID: <20010824013813.A14741@zerogravity.kawo2.rwth-aachen.d> Mail-Followup-To: Alexander Langer , John Baldwin , Peter Pentchev , ports@FreeBSD.org, arch@FreeBSD.org References: <20010824001737.B1714@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: ; from jhb@FreeBSD.org on Thu, Aug 23, 2001 at 02:32:35PM -0700 X-PGP-Fingerprint: 44 28 CA 4C 46 5B D3 A8 A8 E3 BA F3 4E 60 7D 7F X-PGP-at: finger alex@big.endian.de X-Verwirrung: Dieser Header dient der allgemeinen Verwirrung. Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Thus spake John Baldwin (jhb@FreeBSD.org): > Erm, how does it get installed then? :) I think what you want is this perhaps: > /usr/ports/Mk/ports.conf > /etc/ports.conf Yes, that is similar to what I had in mind. Alex To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Aug 23 16:38:51 2001 Delivered-To: freebsd-ports@freebsd.org Received: from ns.yogotech.com (ns.yogotech.com [206.127.123.66]) by hub.freebsd.org (Postfix) with ESMTP id A415A37B405; Thu, 23 Aug 2001 16:38:44 -0700 (PDT) (envelope-from nate@yogotech.com) Received: from nomad.yogotech.com (nomad.yogotech.com [206.127.123.131]) by ns.yogotech.com (8.9.3/8.9.3) with ESMTP id RAA04519; Thu, 23 Aug 2001 17:38:33 -0600 (MDT) (envelope-from nate@nomad.yogotech.com) Received: (from nate@localhost) by nomad.yogotech.com (8.8.8/8.8.8) id RAA20164; Thu, 23 Aug 2001 17:38:33 -0600 (MDT) (envelope-from nate) From: Nate Williams MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15237.37880.802441.215728@nomad.yogotech.com> Date: Thu, 23 Aug 2001 17:38:32 -0600 To: Cc:arch@FreeBSD.ORG, ports@FreeBSD.ORG Cc: Peter Pentchev , arch@FreeBSD.ORG, Alexander Langer Subject: Re: ports.conf In-Reply-To: <20010823143844.A18197@dragon.nuxi.com> References: <20010823210729.A95484@zerogravity.kawo2.rwth-aachen.d> <20010823135941.B4003@dragon.nuxi.com> <20010824001737.B1714@ringworld.oblivion.bg> <20010823143844.A18197@dragon.nuxi.com> X-Mailer: VM 6.95 under 21.1 (patch 12) "Channel Islands" XEmacs Lucid Reply-To: nate@yogotech.com (Nate Williams) Sender: owner-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 think he meant 'maintained in the ports/ tree' just as make.conf > > is 'maintained in the src/ tree', that is, there is a src/etc/make.conf > > file with evolving defaults. Yes, ports.conf should probably live > > in /etc or some such place, but I, too, think that it should be > > maintained in the ports tree, quite possibly in ports/Mk/. > > How are you suggesting ports.conf get into /etc? A `make world' cannot > depend on having a populated /usr/ports/Mk. 'make world' doesn't/shouldn't use anything in /usr/ports/Mk, since make world only builds sources in /usr/src. Nate To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Aug 23 16: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 BED2D37B40D for ; Thu, 23 Aug 2001 16:50:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7NNo1P78331; Thu, 23 Aug 2001 16:50:01 -0700 (PDT) (envelope-from gnats) Received: from pebkac.owp.csus.edu (pebkac.owp.csus.edu [130.86.232.245]) by hub.freebsd.org (Postfix) with ESMTP id 2878637B401 for ; Thu, 23 Aug 2001 16:47:59 -0700 (PDT) (envelope-from scottj@pebkac.owp.csus.edu) Received: (from root@localhost) by pebkac.owp.csus.edu (8.9.3/8.9.3) id QAA98940 for freebsd-gnats-submit@freebsd.org; Thu, 23 Aug 2001 16:48:19 -0700 (PDT) (envelope-from scottj) Received: (from scottj@localhost) by pebkac.owp.csus.edu (8.9.3/8.9.3av) id QAA98932; Thu, 23 Aug 2001 16:48:18 -0700 (PDT) (envelope-from scottj) Message-Id: <200108232348.QAA98932@pebkac.owp.csus.edu> Date: Thu, 23 Aug 2001 16:48:18 -0700 (PDT) From: joseph@randomnetworks.com Reply-To: joseph@randomnetworks.com To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/30010: PORT MAINTAINER UPDATE : security/swatch 3.0.1 -> 3.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: 30010 >Category: ports >Synopsis: PORT MAINTAINER UPDATE : security/swatch 3.0.1 -> 3.0.2 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu Aug 23 16:50:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Joseph Scott >Release: FreeBSD 3.5-STABLE i386 >Organization: >Environment: >Description: PORT MAINTAINER UPDATE : security/swatch 3.0.1 -> 3.0.2 Prompted By: Dan Langille >How-To-Repeat: >Fix: diff -ruN swatch.orig/Makefile swatch/Makefile --- swatch.orig/Makefile Thu Aug 23 11:10:52 2001 +++ swatch/Makefile Thu Aug 23 11:14:07 2001 @@ -6,7 +6,7 @@ # PORTNAME= swatch -PORTVERSION= 3.0.1 +PORTVERSION= 3.0.2 CATEGORIES= security sysutils MASTER_SITES= ftp://ftp.stanford.edu/general/security-tools/swatch/ diff -ruN swatch.orig/distinfo swatch/distinfo --- swatch.orig/distinfo Thu Aug 23 11:10:52 2001 +++ swatch/distinfo Thu Aug 23 11:14:23 2001 @@ -1 +1 @@ -MD5 (swatch-3.0.1.tar.gz) = 7426301fe6fb621dd67481ef3f2abad3 +MD5 (swatch-3.0.2.tar.gz) = 609a50a2c089417f76a6d13635407463 >Release-Note: >Audit-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 Aug 23 16:55: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 B212837B408; Thu, 23 Aug 2001 16:55:55 -0700 (PDT) (envelope-from petef@FreeBSD.org) Received: (from petef@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7NNoBV78377; Thu, 23 Aug 2001 16:50:11 -0700 (PDT) (envelope-from petef) Date: Thu, 23 Aug 2001 16:50:11 -0700 (PDT) From: Message-Id: <200108232350.f7NNoBV78377@freefall.freebsd.org> To: petef@FreeBSD.org, freebsd-ports@FreeBSD.org, petef@FreeBSD.org Subject: Re: ports/30009: Fix port: www/thttpd Sender: owner-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: www/thttpd Responsible-Changed-From-To: freebsd-ports->petef Responsible-Changed-By: petef Responsible-Changed-When: Thu Aug 23 16:49:57 PDT 2001 Responsible-Changed-Why: I'll take care of this. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=30009 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Aug 23 17: 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 F2E6D37B40B for ; Thu, 23 Aug 2001 17:00:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7O001979312; Thu, 23 Aug 2001 17:00: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 2687D37B406 for ; Thu, 23 Aug 2001 16:56:26 -0700 (PDT) (envelope-from nobody@FreeBSD.org) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7NNuQX78893; Thu, 23 Aug 2001 16:56:26 -0700 (PDT) (envelope-from nobody) Message-Id: <200108232356.f7NNuQX78893@freefall.freebsd.org> Date: Thu, 23 Aug 2001 16:56:26 -0700 (PDT) From: Kurt Werle To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/30011: Mailman port should install crontab Sender: owner-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: 30011 >Category: ports >Synopsis: Mailman port should install crontab >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 Aug 23 17:00:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Kurt Werle >Release: 4.4pr1 >Organization: na >Environment: FreeBSD twoface.frsvnsvn.san-mateo.ca.us 4.4-20010815-RC1 FreeBSD 4.4-20010815-R C1 #1: Sat Aug 18 21:20:17 PDT 2001 root@twoface.frsvnsvn.san-mateo.ca.us:/usr/src/sys/compile/FIREWALL i386 >Description: When installing the mailman port, the crontab entries are not installed. Seems that they should be. >How-To-Repeat: Virgin 4.4 system cd /usr/ports/mail/mailman make install >Fix: something like crontab -u mailman -l > tempfile.txt cat cron/crontab.in >> tempfile.txt crontab -u mailman tempfile.txt or maybe if mailman already has a crontab entry you don't want to change it. But certainly if they don't have one, you should load up the default one supplied by the port. >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Aug 23 17: 3:21 2001 Delivered-To: freebsd-ports@freebsd.org Received: from pebkac.owp.csus.edu (pebkac.owp.csus.edu [130.86.232.245]) by hub.freebsd.org (Postfix) with ESMTP id D511E37B40A for ; Thu, 23 Aug 2001 17:03:17 -0700 (PDT) (envelope-from joseph.scott@owp.csus.edu) Received: (from root@localhost) by pebkac.owp.csus.edu (8.9.3/8.9.3) id RAA99164; Thu, 23 Aug 2001 17:03:38 -0700 (PDT) (envelope-from joseph.scott@owp.csus.edu) Received: from localhost (scottj@localhost) by pebkac.owp.csus.edu (8.9.3/8.9.3av) with ESMTP id RAA99157; Thu, 23 Aug 2001 17:03:36 -0700 (PDT) (envelope-from joseph.scott@owp.csus.edu) Date: Thu, 23 Aug 2001 17:03:36 -0700 (PDT) From: Joseph Scott X-Sender: scottj@pebkac.owp.csus.edu To: Dan Langille Cc: ports@freebsd.org Subject: Re: new security/swatch version In-Reply-To: <3B84FEBC.7029.78CCD7F@localhost> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII 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 Thu, 23 Aug 2001, Dan Langille wrote: # > I'll take a look at it, probably some time tonight. # # Thank you. No problem. I've submitted the pr, I you know of someone you can bug^h^h^h ask to commit that would be great. It's a trival update, just PORTVERSION and MD5. PR: ports/30010 http://www.freebsd.org/cgi/query-pr.cgi?pr=30010 -Joseph To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Aug 23 17: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 5074F37B40A for ; Thu, 23 Aug 2001 17:10:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7O0A1f82926; Thu, 23 Aug 2001 17: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 7BDB237B409 for ; Thu, 23 Aug 2001 17:01:35 -0700 (PDT) (envelope-from nobody@FreeBSD.org) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7O01Z379411; Thu, 23 Aug 2001 17:01:35 -0700 (PDT) (envelope-from nobody) Message-Id: <200108240001.f7O01Z379411@freefall.freebsd.org> Date: Thu, 23 Aug 2001 17:01:35 -0700 (PDT) From: Kurt Werle To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/30012: mod_php4 does not build on 4.4 with apache 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: 30012 >Category: ports >Synopsis: mod_php4 does not build on 4.4 with apache 2 >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Thu Aug 23 17:10:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Kurt Werle >Release: 4.4 >Organization: na >Environment: FreeBSD twoface.frsvnsvn.san-mateo.ca.us 4.4-20010815-RC1 FreeBSD 4.4-20010815-RC1 #1: Sat Aug 18 21:20:17 PDT 2001 root@twoface.frsvnsvn.san-mateo.ca.us:/usr/src/sys/compile/FIREWALL i386 >Description: Not sure if mod_php4 was meant to install with apache1.x or apache2 (or both). Certainly the build breaks if you have 2 installed. >How-To-Repeat: Virgin system. cd /usr/ports/www/apache2 make install cd /usr/ports/www/mod_php4 make install ... /bin/sh /usr/ports/www/mod_php4/work/php-4.0.6/libtool --silent --mode=compile c c -I. -I/usr/ports/www/mod_php4/work/php-4.0.6/sapi/apache -I/usr/ports/www/mod _php4/work/php-4.0.6/main -I/usr/ports/www/mod_php4/work/php-4.0.6 -I/usr/local/ include/apache -I/usr/ports/www/mod_php4/work/php-4.0.6/Zend -I/usr/local/includ e/mysql -I/usr/ports/www/mod_php4/work/php-4.0.6/ext/xml/expat/xmltok -I/usr/por ts/www/mod_php4/work/php-4.0.6/ext/xml/expat/xmlparse -I/usr/ports/www/mod_php4/ work/php-4.0.6/TSRM -DNO_DBM_REWRITEMAP -DSUPPORT_UTF8 -DXML_BYTE_ORDER=12 -O - pipe -c sapi_apache.c In file included from /usr/local/include/apache/httpd.h:84, from sapi_apache.c:32: /usr/local/include/apache/pcreposix.h:35: warning: `REG_EXTENDED' redefined /usr/include/regex.h:62: warning: this is the location of the previous definitio n ... >Fix: >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Aug 23 17:15: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 B775237B408; Thu, 23 Aug 2001 17:15:55 -0700 (PDT) (envelope-from petef@FreeBSD.org) Received: (from petef@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7O0BXD83084; Thu, 23 Aug 2001 17:11:33 -0700 (PDT) (envelope-from petef) Date: Thu, 23 Aug 2001 17:11:33 -0700 (PDT) From: Message-Id: <200108240011.f7O0BXD83084@freefall.freebsd.org> To: petef@FreeBSD.org, freebsd-ports@FreeBSD.org, petef@FreeBSD.org Subject: Re: ports/30010: PORT MAINTAINER UPDATE : security/swatch 3.0.1 -> 3.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: PORT MAINTAINER UPDATE : security/swatch 3.0.1 -> 3.0.2 Responsible-Changed-From-To: freebsd-ports->petef Responsible-Changed-By: petef Responsible-Changed-When: Thu Aug 23 17:11:21 PDT 2001 Responsible-Changed-Why: I'll handle this. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=30010 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Aug 23 17:15: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 DF55837B40A; Thu, 23 Aug 2001 17:15:55 -0700 (PDT) (envelope-from petef@FreeBSD.org) Received: (from petef@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7O0Cku83251; Thu, 23 Aug 2001 17:12:46 -0700 (PDT) (envelope-from petef) Date: Thu, 23 Aug 2001 17:12:46 -0700 (PDT) From: Message-Id: <200108240012.f7O0Cku83251@freefall.freebsd.org> To: petef@FreeBSD.org, freebsd-ports@FreeBSD.org, dirk@FreeBSD.org Subject: Re: ports/30012: mod_php4 does not build on 4.4 with apache 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: mod_php4 does not build on 4.4 with apache 2 Responsible-Changed-From-To: freebsd-ports->dirk Responsible-Changed-By: petef Responsible-Changed-When: Thu Aug 23 17:12:33 PDT 2001 Responsible-Changed-Why: Over to maintainer. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=30012 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Aug 23 17:35: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 BCB9637B406; Thu, 23 Aug 2001 17:35:55 -0700 (PDT) (envelope-from petef@FreeBSD.org) Received: (from petef@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7O0WV085612; Thu, 23 Aug 2001 17:32:31 -0700 (PDT) (envelope-from petef) Date: Thu, 23 Aug 2001 17:32:31 -0700 (PDT) From: Message-Id: <200108240032.f7O0WV085612@freefall.freebsd.org> To: petef@FreeBSD.org, freebsd-ports@FreeBSD.org, petef@FreeBSD.org Subject: Re: ports/29988: Update games/q3server-ut Sender: owner-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/q3server-ut Responsible-Changed-From-To: freebsd-ports->petef Responsible-Changed-By: petef Responsible-Changed-When: Thu Aug 23 17:32:13 PDT 2001 Responsible-Changed-Why: I'll take care of this. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=29988 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Aug 23 17:55: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 E889B37B403; Thu, 23 Aug 2001 17:55:55 -0700 (PDT) (envelope-from petef@FreeBSD.org) Received: (from petef@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7O0llC87005; Thu, 23 Aug 2001 17:47:47 -0700 (PDT) (envelope-from petef) Date: Thu, 23 Aug 2001 17:47:47 -0700 (PDT) From: Message-Id: <200108240047.f7O0llC87005@freefall.freebsd.org> To: petef@FreeBSD.org, freebsd-ports@FreeBSD.org, petef@FreeBSD.org Subject: Re: ports/29990: Update games/q3server-wfa Sender: owner-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/q3server-wfa Responsible-Changed-From-To: freebsd-ports->petef Responsible-Changed-By: petef Responsible-Changed-When: Thu Aug 23 17:47:35 PDT 2001 Responsible-Changed-Why: I'll handle this. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=29990 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Aug 23 19:26:14 2001 Delivered-To: freebsd-ports@freebsd.org Received: from dragon.nuxi.com (dsl092-013-169.sfo1.dsl.speakeasy.net [66.92.13.169]) by hub.freebsd.org (Postfix) with ESMTP id 36E9537B40B; Thu, 23 Aug 2001 19:26:06 -0700 (PDT) (envelope-from obrien@NUXI.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.11.5/8.11.1) id f7O2Pww06340; Thu, 23 Aug 2001 19:25:58 -0700 (PDT) (envelope-from obrien) Date: Thu, 23 Aug 2001 19:25:58 -0700 From: "David O'Brien" To: Nate Williams Cc: arch@FreeBSD.ORG, ports@FreeBSD.ORG, Alexander Langer Subject: Re: ports.conf Message-ID: <20010823192558.A6265@dragon.nuxi.com> Reply-To: obrien@FreeBSD.ORG References: <20010823210729.A95484@zerogravity.kawo2.rwth-aachen.d> <20010823135941.B4003@dragon.nuxi.com> <15237.37767.274325.945753@nomad.yogotech.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <15237.37767.274325.945753@nomad.yogotech.com>; from nate@yogotech.com on Thu, Aug 23, 2001 at 05:36:39PM -0600 X-Operating-System: FreeBSD 5.0-CURRENT Organization: The NUXI BSD group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 Sender: owner-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, Aug 23, 2001 at 05:36:39PM -0600, Nate Williams wrote: > and /etc/make.conf is > really a part of the building /usr/src, so as such should not contain > configuration from /usr/ports. No is not. Things in /etc/make.conf affect *EVERY* invocation of make. Don't even try to tell me otherwise unless you've supplied a patch that determines if you are w/in the logical equivalent of /usr/src to process the contents of /etc/make.conf. /etc is for the *machine*. If you want something just for /usr/src, then we should have a /usr/src/worldmake.conf > Would something like /etc/ports.conf be acceptable? That way it can be > modified separately from the configuration for the main /usr/src tree, Yes. Not because it separates things from knobs for /usr/src, but because it separates things logically. -- -- David (obrien@FreeBSD.org) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Aug 23 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 1F28F37B40B for ; Thu, 23 Aug 2001 19:30:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7O2U1g02155; Thu, 23 Aug 2001 19:30: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 EFB9A37B408 for ; Thu, 23 Aug 2001 19:27:40 -0700 (PDT) (envelope-from nobody@FreeBSD.org) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7O2ReN01861; Thu, 23 Aug 2001 19:27:40 -0700 (PDT) (envelope-from nobody) Message-Id: <200108240227.f7O2ReN01861@freefall.freebsd.org> Date: Thu, 23 Aug 2001 19:27:40 -0700 (PDT) From: Don Brearley To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/30014: Installation of PHP with GD fails Sender: owner-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: 30014 >Category: ports >Synopsis: Installation of PHP with GD fails >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Thu Aug 23 19:30:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Don Brearley >Release: 4.3-RELEASE >Organization: Hibbing Community College >Environment: FreeBSD lumberg.unixbrain.org 4.3-RELEASE FreeBSD 4.3-RELEASE #0: Thu Aug 23 19:45:57 GMT 2001 root@lumberg.unixbrain.org:/etc/src/sys/compile/LUMBERG i386 >Description: I attempted to install Acid from the ports collection.. I got as far as the php option menu. I selected GD (which is a requirement for ACID) and continued the install.. it went and found the GD port.. it found and installed the freetype port.. but when I got as far as installing PHP.. I got the following: mod_php4-.0.6_4 depends on shared library: freetype.6 - not found and then the stop errors. >How-To-Repeat: install php4 from the ports collection and select the GD option. >Fix: >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Aug 23 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 0412A37B40C; Thu, 23 Aug 2001 19:45:56 -0700 (PDT) (envelope-from petef@FreeBSD.org) Received: (from petef@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7O2je903718; Thu, 23 Aug 2001 19:45:40 -0700 (PDT) (envelope-from petef) Date: Thu, 23 Aug 2001 19:45:40 -0700 (PDT) From: Message-Id: <200108240245.f7O2je903718@freefall.freebsd.org> To: petef@FreeBSD.org, freebsd-ports@FreeBSD.org, petef@FreeBSD.org Subject: Re: ports/29837: New port sysutils/replaceit Sender: owner-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/replaceit Responsible-Changed-From-To: freebsd-ports->petef Responsible-Changed-By: petef Responsible-Changed-When: Thu Aug 23 19:45:28 PDT 2001 Responsible-Changed-Why: I'll take care of adding this. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=29837 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Aug 23 19:51: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 7A05937B409 for ; Thu, 23 Aug 2001 19:50:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7O2o1304111; Thu, 23 Aug 2001 19: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 B3B4337B405 for ; Thu, 23 Aug 2001 19:45:10 -0700 (PDT) (envelope-from nobody@FreeBSD.org) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7O2jAa03619; Thu, 23 Aug 2001 19:45:10 -0700 (PDT) (envelope-from nobody) Message-Id: <200108240245.f7O2jAa03619@freefall.freebsd.org> Date: Thu, 23 Aug 2001 19:45:10 -0700 (PDT) From: YAMAKURA Makoto To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/30015: MAINTAINER Update: japanese/zangband Sender: owner-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: 30015 >Category: ports >Synopsis: MAINTAINER Update: japanese/zangband >Confidential: 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 Aug 23 19:50:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: YAMAKURA Makoto >Release: FreeBSD 5.0-CURRENT >Organization: >Environment: >Description: Update to latest japanese version of zangband. This port have been independent of games/zangband. Added files: zangband/distinfo zangband/files/MESSAGE.in zangband/files/Makefile.in zangband/files/makefile-adjust.patch zangband/files/patch-aa zangband/files/patch-ab zangband/pkg-plist Deleted files: None >How-To-Repeat: >Fix: diff -ruN /usr/ports/japanese/zangband/Makefile zangband/Makefile --- /usr/ports/japanese/zangband/Makefile Mon Oct 9 19:19:50 2000 +++ zangband/Makefile Sat Aug 18 00:34:08 2001 @@ -5,21 +5,75 @@ # $FreeBSD: ports/japanese/zangband/Makefile,v 1.5 2000/10/09 02:34:36 asami Exp $ # -CATEGORIES= japanese +PORTNAME= zangband +PORTVERSION= 2.4.0${JA_VERSION} +CATEGORIES= japanese games +MASTER_SITES= ftp://clockwork.dementia.org/angband/Variant/ZAngband/ \ + ftp://ftp.sunet.se/pub/games/Angband/Variant/ZAngband/ \ + http://www.geocities.co.jp/SiliconValley-SanJose/9606/zg/ +DISTFILES= ${PORTNAME}-${E_VERSION:S/.//g}-src.zip \ + ${JA_DISTFILE} +DIST_SUBDIR= ${PORTNAME} +EXTRACT_ONLY= ${PORTNAME}-${E_VERSION:S/.//g}-src.zip MAINTAINER= makoto@pinpott.spnet.ne.jp -MASTERDIR= ${.CURDIR}/../../games/zangband +USE_ZIP= yes +EXTRACT_BEFORE_ARGS= -qa +USE_XLIB= yes -PKGDIR= ${MASTERDIR} -COMMENT= ${.CURDIR}/pkg-comment -DESCR= ${.CURDIR}/pkg-descr - -JAPANESE= yes -JA_MASTER_SITE= http://www.geocities.co.jp/SiliconValley-SanJose/9606/zg/ -ANGBANDLIB?= lib/jzangband -ANGBANDBIN?= bin/jzangband -JA_PLIST= pkg-plist.ja -MAKE_ARGS+= JAPANESE_CFLAGS="-DJP -DEUC" +NO_CDROM= Possible copyright infringement -.include "${MASTERDIR}/Makefile" +WRKSRC= ${WRKDIR}/ZAngband +PKGMESSAGE= ${WRKDIR}/MESSAGE +PLIST_SUB+= ANGBANDBIN=${ANGBANDBIN} ANGBANDLIB=${ANGBANDLIB} + +SHAREOWN= games +SHAREGRP= games +BINOWN= ${SHAREOWN} +BINGRP= ${SHAREOWN} +BINMODE= 2755 + +MAKE_ARGS+= ANGBANDLIB=${PREFIX}/${ANGBANDLIB} \ + JAPANESE_CFLAGS="-DJP -DEUC" +ANGBANDLIB?= lib/j${PORTNAME} +ANGBANDBIN?= bin/j${PORTNAME} + +E_VERSION= ${PORTVERSION:S/${JA_VERSION}//} + +PATCH_VERSION?= 010621 +JA_VERSION= .j${PATCH_VERSION} +JA_DISTFILE= zj${E_VERSION:S/.//g}ux-${PATCH_VERSION}.tgz + +pre-patch: + (cd ${WRKSRC} ; ${TAR} zxf ${DISTDIR}/${DIST_SUBDIR}/zj${E_VERSION:S/.//g}ux-${PATCH_VERSION}.tgz) + (cd ${WRKSRC}/src ; ${PATCH} -p1 -l -s < ../zj${E_VERSION:S/.//g}.patch ; ${PATCH} -p1 -l -s < ${FILESDIR}/makefile-adjust.patch) + +pre-build: + ${CP} ${FILESDIR}/Makefile.in ${WRKSRC}/Makefile + ${CP} ${WRKSRC}/src/makefile.std ${WRKSRC}/src/Makefile + @${SED} -e "s|%%PREFIX%%|${PREFIX}|g;s|%%ANGBANDBIN%%|${ANGBANDBIN}|g;s|%%ANGBANDLIB%%|${ANGBANDLIB}|g" ${FILESDIR}/MESSAGE.in > ${PKGMESSAGE} + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/src/testing ${PREFIX}/${ANGBANDBIN} + ${MKDIR} ${PREFIX}/${ANGBANDLIB} + ${CP} -rp ${WRKSRC}/lib/* ${PREFIX}/${ANGBANDLIB} + ${CHOWN} -R ${SHAREOWN}:${SHAREGRP} ${WRKSRC}/lib +.if defined(USE_Z_SCORES) + test -f ${PREFIX}/${ANGBANDLIB}/apex/scores.raw || \ + ${CP} ${PREFIX}/${ANGBANDLIB}/apex/z_scores.raw \ + ${ANGBANDLIB}/apex/scores.raw +.else + test -f ${PREFIX}/${ANGBANDLIB}/apex/scores.raw || \ + ${TOUCH} ${PREFIX}/${ANGBANDLIB}/apex/scores.raw +.endif + (cd ${PREFIX}/${ANGBANDLIB} && \ + ${CHOWN} -R ${SHAREOWN}:${SHAREGRP} apex data ; \ + ${CHMOD} 755 . ; \ + ${CHMOD} -R ug+rw,o-rw * ; \ + ${CHMOD} -R o+r help xtra ; \ + ${CHMOD} 1777 save user \ + ) + @${CAT} ${PKGMESSAGE} + +.include diff -ruN /usr/ports/japanese/zangband/distinfo zangband/distinfo --- /usr/ports/japanese/zangband/distinfo Thu Jan 1 09:00:00 1970 +++ zangband/distinfo Sat Aug 18 16:53:36 2001 @@ -0,0 +1,2 @@ +MD5 (zangband/zangband-240-src.zip) = 4854d25e7297b5523304398e082cf069 +MD5 (zangband/zj240ux-010621.tgz) = 17392dc3e73cc1d7851b1b28b267dc0d diff -ruN /usr/ports/japanese/zangband/files/MESSAGE.in zangband/files/MESSAGE.in --- /usr/ports/japanese/zangband/files/MESSAGE.in Thu Jan 1 09:00:00 1970 +++ zangband/files/MESSAGE.in Thu Aug 10 02:34:16 2000 @@ -0,0 +1,15 @@ + ============================================================================ + To reduce the number of term windows opened, use -n: + %%PREFIX%%/%%ANGBANDBIN%% -- -n2 + + The binary will changed its owner to 'games:games' and added SETGID bit. + Then players can record their score to public score files. + You can set fonts by using environment variables such as ANGBAND_X11_FONT, + ANGBAND_X11_FONT_1 (the number represents sub-window id), + ANGBAND_X11_KFONT (for kanji support), etc. + + WARNING! + You now have the following world-writable (mode 1777) directories: + %%PREFIX%%/%%ANGBANDLIB%%/save + %%PREFIX%%/%%ANGBANDLIB%%/user + ============================================================================ diff -ruN /usr/ports/japanese/zangband/files/Makefile.in zangband/files/Makefile.in --- /usr/ports/japanese/zangband/files/Makefile.in Thu Jan 1 09:00:00 1970 +++ zangband/files/Makefile.in Thu Aug 10 02:34:16 2000 @@ -0,0 +1,12 @@ +# My makefile for Angband +# Matthew Hunt + +ANGBANDLIB?= /usr/local/lib/angband + +all: testing + +testing: + cd src && make "EXTRA_CFLAGS=-I${X11BASE}/include ${JAPANESE_CFLAGS} -DDEFAULT_PATH=\\\"${ANGBANDLIB}\\\"" + +test: testing + ANGBAND_PATH=./lib ./testing diff -ruN /usr/ports/japanese/zangband/files/makefile-adjust.patch zangband/files/makefile-adjust.patch --- /usr/ports/japanese/zangband/files/makefile-adjust.patch Thu Jan 1 09:00:00 1970 +++ zangband/files/makefile-adjust.patch Tue Sep 5 19:13:10 2000 @@ -0,0 +1,12 @@ +--- src/makefile.std Tue Aug 22 17:08:56 2000 ++++ src/makefile.std Thu Jul 20 13:19:50 2000 +@@ -133,8 +131,7 @@ + ## to get 256 colours. + ## + CFLAGS = -Wall -O2 -fno-strength-reduce -m486 -pipe -g \ +- -D"USE_X11" -D"USE_GCU" -D"USE_TRANSPARENCY" \ +- -D"JP" -D"EUC" ++ -D"USE_X11" -D"USE_GCU" -D"USE_TRANSPARENCY" + LIBS = -lX11 -lcurses -ltermcap -L/usr/X11R6/lib + + #CFLAGS = -Wall -O2 -fno-strength-reduce -m486 -pipe -g \ diff -ruN /usr/ports/japanese/zangband/files/patch-aa zangband/files/patch-aa --- /usr/ports/japanese/zangband/files/patch-aa Thu Jan 1 09:00:00 1970 +++ zangband/files/patch-aa Tue Sep 5 10:46:34 2000 @@ -0,0 +1,39 @@ +--- src/makefile.std Thu Jul 20 13:19:50 2000 ++++ src/Makefile Fri Aug 11 19:54:28 2000 +@@ -103,7 +103,7 @@ + # + # This is my compiler of choice, it seems to work most everywhere + # +-CC = gcc ++CC ?= gcc + + + # +@@ -130,9 +130,9 @@ + ## Note: Get the 16x16.bmp file, and put in Zdirectory/lib/xtra/graf + ## to get 256 colours. + ## +-CFLAGS = -Wall -O2 -fno-strength-reduce -m486 -pipe -g \ +- -D"USE_X11" -D"USE_GCU" -D"USE_TRANSPARENCY" +-LIBS = -lX11 -lcurses -ltermcap -L/usr/X11R6/lib ++#CFLAGS = -Wall -O2 -fno-strength-reduce -m486 -pipe -g \ ++# -D"USE_X11" -D"USE_GCU" -D"USE_TRANSPARENCY" ++#LIBS = -lX11 -lcurses -ltermcap -L/usr/X11R6/lib + + #CFLAGS = -Wall -O2 -fno-strength-reduce -m486 -pipe -g \ + # -D"USE_XAW" -D"USE_GCU" -D"USE_TRANSPARENCY" +@@ -236,6 +236,14 @@ + ## + #CFLAGS = -Wall -O1 -pipe -g -D"USE_GCU" -arch m68k -arch i386 + #LIBS = -lcurses -ltermcap ++ ++ ++ ++## ++## Variation -- Compile for FreeBSD ++## ++CFLAGS += -D"USE_X11" -D"USE_GCU" -D"USE_TRANSPARENCY" ${EXTRA_CFLAGS} ++LIBS = -L${X11BASE}/lib -lX11 -lcurses -ltermcap + + + diff -ruN /usr/ports/japanese/zangband/files/patch-ab zangband/files/patch-ab --- /usr/ports/japanese/zangband/files/patch-ab Thu Jan 1 09:00:00 1970 +++ zangband/files/patch-ab Thu Aug 10 02:34:16 2000 @@ -0,0 +1,11 @@ +--- src/z-config.h.orig Wed Feb 11 05:30:28 1998 ++++ src/z-config.h Sat Sep 18 18:20:32 1999 +@@ -52,7 +52,7 @@ + /* + * OPTION: Use the POSIX "termios" methods in "main-gcu.c" + */ +-/* #define USE_TPOSIX */ ++#define USE_TPOSIX + + /* + * OPTION: Use the "termio" methods in "main-gcu.c" diff -ruN /usr/ports/japanese/zangband/pkg-plist zangband/pkg-plist --- /usr/ports/japanese/zangband/pkg-plist Thu Jan 1 09:00:00 1970 +++ zangband/pkg-plist Sat Aug 18 16:45:17 2001 @@ -0,0 +1,339 @@ +@owner games +@group games +@mode 664 +%%ANGBANDBIN%% +@exec chmod 2755 %D/%%ANGBANDBIN%% +@unexec rm -f %D/%%ANGBANDLIB%%/data/* +@unexec cmp -s %D/%%ANGBANDLIB%%/apex/scores.raw %D/%%ANGBANDLIB%%/apex/z_scores.raw && rm %D/%%ANGBANDLIB%%/apex/scores.raw || true +@unexec cmp -s %D/%%ANGBANDLIB%%/apex/scores.raw /dev/null && rm %D/%%ANGBANDLIB%%/apex/scores.raw || true +%%ANGBANDLIB%%/apex/readme.txt +%%ANGBANDLIB%%/apex/z_scores.raw +@exec test -f %D/%%ANGBANDLIB%%/apex/scores.raw || touch %D/%%ANGBANDLIB%%/apex/scores.raw +%%ANGBANDLIB%%/bone/delete.me +%%ANGBANDLIB%%/edit/a_info.txt +%%ANGBANDLIB%%/edit/e_info.txt +%%ANGBANDLIB%%/edit/f_info.txt +%%ANGBANDLIB%%/edit/k_info.txt +%%ANGBANDLIB%%/edit/misc.txt +%%ANGBANDLIB%%/edit/q0000001.txt +%%ANGBANDLIB%%/edit/q0000002.txt +%%ANGBANDLIB%%/edit/q0000003.txt +%%ANGBANDLIB%%/edit/q0000004.txt +%%ANGBANDLIB%%/edit/q0000005.txt +%%ANGBANDLIB%%/edit/q0000006.txt +%%ANGBANDLIB%%/edit/q0000007.txt +%%ANGBANDLIB%%/edit/q0000019.txt +%%ANGBANDLIB%%/edit/q0000020.txt +%%ANGBANDLIB%%/edit/q0000021.txt +%%ANGBANDLIB%%/edit/q0000022.txt +%%ANGBANDLIB%%/edit/q0000023.txt +%%ANGBANDLIB%%/edit/q0000027.txt +%%ANGBANDLIB%%/edit/q0000028.txt +%%ANGBANDLIB%%/edit/q00000ms.txt +%%ANGBANDLIB%%/edit/q000chao.txt +%%ANGBANDLIB%%/edit/q000dekn.txt +%%ANGBANDLIB%%/edit/q000eric.txt +%%ANGBANDLIB%%/edit/q000lyeh.txt +%%ANGBANDLIB%%/edit/q000natu.txt +%%ANGBANDLIB%%/edit/q000sorc.txt +%%ANGBANDLIB%%/edit/q00water.txt +%%ANGBANDLIB%%/edit/q0clone0.txt +%%ANGBANDLIB%%/edit/q0fields.txt +%%ANGBANDLIB%%/edit/q0thief1.txt +%%ANGBANDLIB%%/edit/q0thief2.txt +%%ANGBANDLIB%%/edit/q0willow.txt +%%ANGBANDLIB%%/edit/q_info.txt +%%ANGBANDLIB%%/edit/q_oberon.txt +%%ANGBANDLIB%%/edit/q_pref.txt +%%ANGBANDLIB%%/edit/q_random.txt +%%ANGBANDLIB%%/edit/q_serpen.txt +%%ANGBANDLIB%%/edit/q_warg.txt +%%ANGBANDLIB%%/edit/qdarkelf.txt +%%ANGBANDLIB%%/edit/qhaunted.txt +%%ANGBANDLIB%%/edit/r_info.txt +%%ANGBANDLIB%%/edit/t0000001.txt +%%ANGBANDLIB%%/edit/t0000002.txt +%%ANGBANDLIB%%/edit/t0000003.txt +%%ANGBANDLIB%%/edit/t0000004.txt +%%ANGBANDLIB%%/edit/t0000005.txt +%%ANGBANDLIB%%/edit/t_basic.txt +%%ANGBANDLIB%%/edit/t_info.txt +%%ANGBANDLIB%%/edit/t_lite.txt +%%ANGBANDLIB%%/edit/t_pref.txt +%%ANGBANDLIB%%/edit/v_info.txt +%%ANGBANDLIB%%/edit/w_info.txt +%%ANGBANDLIB%%/file/a_cursed.txt +%%ANGBANDLIB%%/file/a_high.txt +%%ANGBANDLIB%%/file/a_low.txt +%%ANGBANDLIB%%/file/a_med.txt +%%ANGBANDLIB%%/file/chainswd.txt +%%ANGBANDLIB%%/file/crime.txt +%%ANGBANDLIB%%/file/dead.txt +%%ANGBANDLIB%%/file/death.txt +%%ANGBANDLIB%%/file/elvish.txt +%%ANGBANDLIB%%/file/error.txt +%%ANGBANDLIB%%/file/mondeath.txt +%%ANGBANDLIB%%/file/monfear.txt +%%ANGBANDLIB%%/file/monfrien.txt +%%ANGBANDLIB%%/file/monspeak.txt +%%ANGBANDLIB%%/file/news.txt +%%ANGBANDLIB%%/file/readme.txt +%%ANGBANDLIB%%/file/rumors.txt +%%ANGBANDLIB%%/file/sample.txt +%%ANGBANDLIB%%/file/silly.txt +%%ANGBANDLIB%%/file/timefun.txt +%%ANGBANDLIB%%/file/timenorm.txt +%%ANGBANDLIB%%/file/w_cursed.txt +%%ANGBANDLIB%%/file/w_high.txt +%%ANGBANDLIB%%/file/w_low.txt +%%ANGBANDLIB%%/file/w_med.txt +%%ANGBANDLIB%%/help/arena.txt +%%ANGBANDLIB%%/help/attack.hlp +%%ANGBANDLIB%%/help/attack.txt +%%ANGBANDLIB%%/help/birth.hlp +%%ANGBANDLIB%%/help/birth.txt +%%ANGBANDLIB%%/help/bldg.txt +%%ANGBANDLIB%%/help/charattr.hlp +%%ANGBANDLIB%%/help/charattr.txt +%%ANGBANDLIB%%/help/command.hlp +%%ANGBANDLIB%%/help/command.txt +%%ANGBANDLIB%%/help/commdesc.hlp +%%ANGBANDLIB%%/help/commdesc.txt +%%ANGBANDLIB%%/help/defend.hlp +%%ANGBANDLIB%%/help/defend.txt +%%ANGBANDLIB%%/help/dungeon.hlp +%%ANGBANDLIB%%/help/dungeon.txt +%%ANGBANDLIB%%/help/gambling.txt +%%ANGBANDLIB%%/help/general.hlp +%%ANGBANDLIB%%/help/general.txt +%%ANGBANDLIB%%/help/help.hlp +%%ANGBANDLIB%%/help/helpinfo.txt +%%ANGBANDLIB%%/help/magic.hlp +%%ANGBANDLIB%%/help/magic.txt +%%ANGBANDLIB%%/help/objects.hlp +%%ANGBANDLIB%%/help/objects.txt +%%ANGBANDLIB%%/help/option.hlp +%%ANGBANDLIB%%/help/option.txt +%%ANGBANDLIB%%/help/pref.hlp +%%ANGBANDLIB%%/help/pref.txt +%%ANGBANDLIB%%/help/readme.txt +%%ANGBANDLIB%%/help/spoiler.hlp +%%ANGBANDLIB%%/help/tang.txt +%%ANGBANDLIB%%/help/town.hlp +%%ANGBANDLIB%%/help/town.txt +%%ANGBANDLIB%%/help/version.txt +%%ANGBANDLIB%%/info/delete.me +%%ANGBANDLIB%%/pref/delete.me +%%ANGBANDLIB%%/save/delete.me +%%ANGBANDLIB%%/script/delete.me +%%ANGBANDLIB%%/user/colors.prf +%%ANGBANDLIB%%/user/font-ami.prf +%%ANGBANDLIB%%/user/font-dos.prf +%%ANGBANDLIB%%/user/font-ibm.prf +%%ANGBANDLIB%%/user/font-mac.prf +%%ANGBANDLIB%%/user/font-mon.prf +%%ANGBANDLIB%%/user/font-win.prf +%%ANGBANDLIB%%/user/font-x11.prf +%%ANGBANDLIB%%/user/font-xxx.prf +%%ANGBANDLIB%%/user/font.prf +%%ANGBANDLIB%%/user/graf-ami.prf +%%ANGBANDLIB%%/user/graf-dos.prf +%%ANGBANDLIB%%/user/graf-gcu.prf +%%ANGBANDLIB%%/user/graf-ibm.prf +%%ANGBANDLIB%%/user/graf-lsl.prf +%%ANGBANDLIB%%/user/graf-mac.prf +%%ANGBANDLIB%%/user/graf-new.prf +%%ANGBANDLIB%%/user/graf-win.prf +%%ANGBANDLIB%%/user/graf-x11.prf +%%ANGBANDLIB%%/user/graf-xaw.prf +%%ANGBANDLIB%%/user/graf-xxx.prf +%%ANGBANDLIB%%/user/graf.prf +%%ANGBANDLIB%%/user/pref-acn.prf +%%ANGBANDLIB%%/user/pref-ami.prf +%%ANGBANDLIB%%/user/pref-emx.prf +%%ANGBANDLIB%%/user/pref-gcu.prf +%%ANGBANDLIB%%/user/pref-key.prf +%%ANGBANDLIB%%/user/pref-mac.prf +%%ANGBANDLIB%%/user/pref-win.prf +%%ANGBANDLIB%%/user/pref-x11.prf +%%ANGBANDLIB%%/user/pref.prf +%%ANGBANDLIB%%/user/spell-xx.prf +%%ANGBANDLIB%%/user/user-win.prf +%%ANGBANDLIB%%/user/user.prf +%%ANGBANDLIB%%/user/xtra-gcu.prf +%%ANGBANDLIB%%/user/xtra-new.prf +%%ANGBANDLIB%%/user/xtra-xxx.prf +%%ANGBANDLIB%%/xtra/font/10X20.FON +%%ANGBANDLIB%%/xtra/font/12X24.FON +%%ANGBANDLIB%%/xtra/font/5X8.FON +%%ANGBANDLIB%%/xtra/font/6X10.FON +%%ANGBANDLIB%%/xtra/font/6X12.FON +%%ANGBANDLIB%%/xtra/font/6X13.FON +%%ANGBANDLIB%%/xtra/font/6X13B.FON +%%ANGBANDLIB%%/xtra/font/6X9.FON +%%ANGBANDLIB%%/xtra/font/7X13.FON +%%ANGBANDLIB%%/xtra/font/7X13B.FON +%%ANGBANDLIB%%/xtra/font/8X13.FON +%%ANGBANDLIB%%/xtra/font/8X13B.FON +%%ANGBANDLIB%%/xtra/font/9X15.FON +%%ANGBANDLIB%%/xtra/font/9X15B.FON +%%ANGBANDLIB%%/xtra/font/xm10x17.fnt +%%ANGBANDLIB%%/xtra/font/xm10x17b.fnt +%%ANGBANDLIB%%/xtra/font/xm12x20.fnt +%%ANGBANDLIB%%/xtra/font/xm12x20b.fnt +%%ANGBANDLIB%%/xtra/font/xm16x25.fnt +%%ANGBANDLIB%%/xtra/font/xm16x25b.fnt +%%ANGBANDLIB%%/xtra/font/xm4x6.fnt +%%ANGBANDLIB%%/xtra/font/xm5x8.fnt +%%ANGBANDLIB%%/xtra/font/xm6x12.fnt +%%ANGBANDLIB%%/xtra/font/xm6x12b.fnt +%%ANGBANDLIB%%/xtra/font/xm8x13.fnt +%%ANGBANDLIB%%/xtra/font/xm8x13b.fnt +%%ANGBANDLIB%%/xtra/font/xm8x16.fnt +%%ANGBANDLIB%%/xtra/font/xm8x16b.fnt +%%ANGBANDLIB%%/xtra/graf/readme.txt +%%ANGBANDLIB%%/xtra/music/delete.me +%%ANGBANDLIB%%/xtra/sound/sound.cfg +%%ANGBANDLIB%%/edit/a_info_j.txt +%%ANGBANDLIB%%/edit/e_info_j.txt +%%ANGBANDLIB%%/edit/f_info_j.txt +%%ANGBANDLIB%%/edit/k_info_j.txt +%%ANGBANDLIB%%/edit/misc_j.txt +%%ANGBANDLIB%%/edit/q0000001_j.txt +%%ANGBANDLIB%%/edit/q0000002_j.txt +%%ANGBANDLIB%%/edit/q0000003_j.txt +%%ANGBANDLIB%%/edit/q0000004_j.txt +%%ANGBANDLIB%%/edit/q0000005_j.txt +%%ANGBANDLIB%%/edit/q0000006_j.txt +%%ANGBANDLIB%%/edit/q0000007_j.txt +%%ANGBANDLIB%%/edit/q0000019_j.txt +%%ANGBANDLIB%%/edit/q0000020_j.txt +%%ANGBANDLIB%%/edit/q0000021_j.txt +%%ANGBANDLIB%%/edit/q0000022_j.txt +%%ANGBANDLIB%%/edit/q0000023_j.txt +%%ANGBANDLIB%%/edit/q0000027_j.txt +%%ANGBANDLIB%%/edit/q0000028_j.txt +%%ANGBANDLIB%%/edit/q00000ms_j.txt +%%ANGBANDLIB%%/edit/q000chao_j.txt +%%ANGBANDLIB%%/edit/q000dekn_j.txt +%%ANGBANDLIB%%/edit/q000eric_j.txt +%%ANGBANDLIB%%/edit/q000lyeh_j.txt +%%ANGBANDLIB%%/edit/q000natu_j.txt +%%ANGBANDLIB%%/edit/q000sorc_j.txt +%%ANGBANDLIB%%/edit/q00water_j.txt +%%ANGBANDLIB%%/edit/q0clone0_j.txt +%%ANGBANDLIB%%/edit/q0fields_j.txt +%%ANGBANDLIB%%/edit/q0thief1_j.txt +%%ANGBANDLIB%%/edit/q0thief2_j.txt +%%ANGBANDLIB%%/edit/q0willow_j.txt +%%ANGBANDLIB%%/edit/q_avenge_j.txt +%%ANGBANDLIB%%/edit/q_info_j.txt +%%ANGBANDLIB%%/edit/q_oberon_j.txt +%%ANGBANDLIB%%/edit/q_pref_j.txt +%%ANGBANDLIB%%/edit/q_random_j.txt +%%ANGBANDLIB%%/edit/q_serpen_j.txt +%%ANGBANDLIB%%/edit/q_warg_j.txt +%%ANGBANDLIB%%/edit/qdarkelf_j.txt +%%ANGBANDLIB%%/edit/qhaunted_j.txt +%%ANGBANDLIB%%/edit/r_info_j.txt +%%ANGBANDLIB%%/edit/t0000001_j.txt +%%ANGBANDLIB%%/edit/t0000002_j.txt +%%ANGBANDLIB%%/edit/t0000003_j.txt +%%ANGBANDLIB%%/edit/t0000004_j.txt +%%ANGBANDLIB%%/edit/t0000005_j.txt +%%ANGBANDLIB%%/edit/t_basic_j.txt +%%ANGBANDLIB%%/edit/t_info_j.txt +%%ANGBANDLIB%%/edit/t_lite_j.txt +%%ANGBANDLIB%%/edit/t_pref_j.txt +%%ANGBANDLIB%%/edit/v_info_j.txt +%%ANGBANDLIB%%/edit/w_info_j.txt +%%ANGBANDLIB%%/file/a_cursed_j.txt +%%ANGBANDLIB%%/file/a_high_j.txt +%%ANGBANDLIB%%/file/a_low_j.txt +%%ANGBANDLIB%%/file/a_med_j.txt +%%ANGBANDLIB%%/file/aname_j.txt +%%ANGBANDLIB%%/file/chainswd_j.txt +%%ANGBANDLIB%%/file/crime_j.txt +%%ANGBANDLIB%%/file/dead_j.txt +%%ANGBANDLIB%%/file/death_j.txt +%%ANGBANDLIB%%/file/elvish_j.txt +%%ANGBANDLIB%%/file/error_j.txt +%%ANGBANDLIB%%/file/mondeath_j.txt +%%ANGBANDLIB%%/file/monfear_j.txt +%%ANGBANDLIB%%/file/monfrien_j.txt +%%ANGBANDLIB%%/file/monspeak_j.txt +%%ANGBANDLIB%%/file/news_j.txt +%%ANGBANDLIB%%/file/rumors_j.txt +%%ANGBANDLIB%%/file/silly_j.txt +%%ANGBANDLIB%%/file/timefun_j.txt +%%ANGBANDLIB%%/file/timenorm_j.txt +%%ANGBANDLIB%%/file/w_cursed_j.txt +%%ANGBANDLIB%%/file/w_high_j.txt +%%ANGBANDLIB%%/file/w_low_j.txt +%%ANGBANDLIB%%/file/w_med_j.txt +%%ANGBANDLIB%%/help/j_feature.txt +%%ANGBANDLIB%%/help/j_general.txt +%%ANGBANDLIB%%/help/j_history.txt +%%ANGBANDLIB%%/help/j_item1.txt +%%ANGBANDLIB%%/help/j_item2.txt +%%ANGBANDLIB%%/help/j_trans.txt +%%ANGBANDLIB%%/help/jattack.hlp +%%ANGBANDLIB%%/help/jattack.txt +%%ANGBANDLIB%%/help/jbirth.hlp +%%ANGBANDLIB%%/help/jbirth.txt +%%ANGBANDLIB%%/help/jbldg.txt +%%ANGBANDLIB%%/help/jcharattr.hlp +%%ANGBANDLIB%%/help/jcharattr.txt +%%ANGBANDLIB%%/help/jcommand.hlp +%%ANGBANDLIB%%/help/jcommand.txt +%%ANGBANDLIB%%/help/jcommand0.txt +%%ANGBANDLIB%%/help/jcommdesc.hlp +%%ANGBANDLIB%%/help/jcommdesc.txt +%%ANGBANDLIB%%/help/jdefend.hlp +%%ANGBANDLIB%%/help/jdefend.txt +%%ANGBANDLIB%%/help/jdungeon.hlp +%%ANGBANDLIB%%/help/jdungeon.txt +%%ANGBANDLIB%%/help/jgambling.txt +%%ANGBANDLIB%%/help/jobjects.hlp +%%ANGBANDLIB%%/help/jgeneral.hlp +%%ANGBANDLIB%%/help/jgeneral.txt +%%ANGBANDLIB%%/help/jhelp.hlp +%%ANGBANDLIB%%/help/jhelpinfo.txt +%%ANGBANDLIB%%/help/jmagic.hlp +%%ANGBANDLIB%%/help/jmagic.txt +%%ANGBANDLIB%%/help/jmonster.hlp +%%ANGBANDLIB%%/help/jmonster.txt +%%ANGBANDLIB%%/help/jobjects.txt +%%ANGBANDLIB%%/help/joption.hlp +%%ANGBANDLIB%%/help/joption.txt +%%ANGBANDLIB%%/help/jpref.hlp +%%ANGBANDLIB%%/help/jpref.txt +%%ANGBANDLIB%%/help/jspecial.hlp +%%ANGBANDLIB%%/help/jtang.txt +%%ANGBANDLIB%%/help/jtown.hlp +%%ANGBANDLIB%%/help/jtown.txt +%%ANGBANDLIB%%/help/jversion.txt +%%ANGBANDLIB%%/help/jwizard.txt +@exec mkdir %D/%%ANGBANDLIB%%/data +@exec chown -R games:games %D/%%ANGBANDLIB%%/apex %D/%%ANGBANDLIB%%/data +@exec chmod 775 %D/%%ANGBANDLIB%% +@exec chmod -R ug+rw,o-rw %D/%%ANGBANDLIB%%/* +@exec chmod -R o+r %D/%%ANGBANDLIB%%/help %D/%%ANGBANDLIB%%/xtra +@exec chmod 1777 %D/%%ANGBANDLIB%%/save %D/%%ANGBANDLIB%%/user +@dirrm %%ANGBANDLIB%%/apex +@dirrm %%ANGBANDLIB%%/bone +@dirrm %%ANGBANDLIB%%/data +@dirrm %%ANGBANDLIB%%/edit +@dirrm %%ANGBANDLIB%%/file +@dirrm %%ANGBANDLIB%%/help +@dirrm %%ANGBANDLIB%%/info +@dirrm %%ANGBANDLIB%%/pref +@dirrm %%ANGBANDLIB%%/save +@dirrm %%ANGBANDLIB%%/script +@dirrm %%ANGBANDLIB%%/user +@dirrm %%ANGBANDLIB%%/xtra/font +@dirrm %%ANGBANDLIB%%/xtra/graf +@dirrm %%ANGBANDLIB%%/xtra/music +@dirrm %%ANGBANDLIB%%/xtra/sound +@dirrm %%ANGBANDLIB%%/xtra +@dirrm %%ANGBANDLIB%% >Release-Note: >Audit-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 Aug 23 19:51: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 9BA9237B40B for ; Thu, 23 Aug 2001 19:50:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7O2o1G04120; Thu, 23 Aug 2001 19: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 5A99837B40C for ; Thu, 23 Aug 2001 19:47:51 -0700 (PDT) (envelope-from nobody@FreeBSD.org) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7O2lpG03952; Thu, 23 Aug 2001 19:47:51 -0700 (PDT) (envelope-from nobody) Message-Id: <200108240247.f7O2lpG03952@freefall.freebsd.org> Date: Thu, 23 Aug 2001 19:47:51 -0700 (PDT) From: YAMAKURA Makoto To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/30016: MAINTAINER Update: japanese/zangband Sender: owner-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: 30016 >Category: ports >Synopsis: MAINTAINER Update: japanese/zangband >Confidential: 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 Aug 23 19:50:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: YAMAKURA Makoto >Release: FreeBSD 5.0-CURRENT >Organization: >Environment: >Description: Update to latest stable version of zangband. This port has no satellite port now. Added files: zangband/files/patch-ac zangband/files/patch-ad zangband/files/patch-ae zangband/pkg-plist Deleted files: zangband/files/Makefile.in zangband/files/makefile-adjust.patch zangband/pkg-plist.a zangband/pkg-plist.b zangband/pkg-plist.ja >How-To-Repeat: >Fix: diff -ruN /usr/ports/games/zangband/Makefile zangband/Makefile --- /usr/ports/games/zangband/Makefile Sat Mar 17 20:12:10 2001 +++ zangband/Makefile Sat Aug 18 10:50:26 2001 @@ -6,73 +6,35 @@ # PORTNAME= zangband -PORTVERSION= 2.4.0${JA_VERSION} -PORTREVISION= 1 +PORTVERSION= 2.6.1 CATEGORIES+= games MASTER_SITES= ftp://clockwork.dementia.org/angband/Variant/ZAngband/ \ - ftp://ftp.sunet.se/pub/games/Angband/Variant/ZAngband/ \ - ${JA_MASTER_SITE} -DISTFILES= ${PORTNAME}-${E_VERSION:S/.//g}-src.zip \ - ${JA_DISTFILE} + ftp://ftp.sunet.se/pub/games/Angband/Variant/ZAngband/ DIST_SUBDIR= ${PORTNAME} -EXTRACT_ONLY= ${PORTNAME}-${E_VERSION:S/.//g}-src.zip MAINTAINER= makoto@pinpott.spnet.ne.jp -USE_ZIP= yes -EXTRACT_BEFORE_ARGS= -qa USE_XLIB= yes +HAS_CONFIGURE= yes +CONFIGURE_ARGS= --datadir=${PREFIX}/lib \ + --with-setgid=${SHAREGRP} NO_CDROM= Possible copyright infringement -PKGDIR?= ${.CURDIR} -WRKSRC= ${WRKDIR}/ZAngband +WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} PKGMESSAGE= ${WRKDIR}/MESSAGE -PLIST= ${WRKDIR}/PLIST PLIST_SUB+= ANGBANDBIN=${ANGBANDBIN} ANGBANDLIB=${ANGBANDLIB} SHAREOWN= games SHAREGRP= games -BINOWN= games -BINGRP= games +BINOWN= ${SHAREOWN} +BINGRP= ${SHAREGRP} BINMODE= 2755 -MAKE_ARGS+= ANGBANDLIB=${PREFIX}/${ANGBANDLIB} ANGBANDLIB?= lib/${PORTNAME} ANGBANDBIN?= bin/${PORTNAME} -E_VERSION= ${PORTVERSION:S/${JA_VERSION}//} - -.if defined(JAPANESE) -PATCH_VERSION?= 010223 -JA_VERSION= .j${PATCH_VERSION} -JA_DISTFILE= zj${E_VERSION:S/.//g}ux-${PATCH_VERSION}.tgz -.endif - -.if defined(JAPANESE) -pre-patch: - (cd ${WRKSRC} ; ${TAR} zxf ${DISTDIR}/${DIST_SUBDIR}/zj${E_VERSION:S/.//g}ux-${PATCH_VERSION}.tgz) - (cd ${WRKSRC}/src ; ${PATCH} -p1 -l -s < ../zj${E_VERSION:S/.//g}.patch ; ${PATCH} -p1 -l -s < ${FILESDIR}/makefile-adjust.patch) -.endif - -pre-build: - ${CP} ${FILESDIR}/Makefile.in ${WRKSRC}/Makefile - ${CP} ${WRKSRC}/src/makefile.std ${WRKSRC}/src/Makefile - @${SED} -e "s|%%PREFIX%%|${PREFIX}|g;s|%%ANGBANDBIN%%|${ANGBANDBIN}|g;s|%%ANGBANDLIB%%|${ANGBANDLIB}|g" ${FILESDIR}/MESSAGE.in > ${PKGMESSAGE} - -do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/src/testing ${PREFIX}/${ANGBANDBIN} - ${MKDIR} ${PREFIX}/${ANGBANDLIB} - ${CP} -rp ${WRKSRC}/lib/* ${PREFIX}/${ANGBANDLIB} - ${CHOWN} -R ${SHAREOWN}:${SHAREGRP} ${WRKSRC}/lib -.if defined(USE_Z_SCORES) - test -f ${PREFIX}/${ANGBANDLIB}/apex/scores.raw || \ - ${CP} ${PREFIX}/${ANGBANDLIB}/apex/z_scores.raw \ - ${ANGBANDLIB}/apex/scores.raw -.else - test -f ${PREFIX}/${ANGBANDLIB}/apex/scores.raw || \ - ${TOUCH} ${PREFIX}/${ANGBANDLIB}/apex/scores.raw -.endif +post-install: (cd ${PREFIX}/${ANGBANDLIB} && \ ${CHOWN} -R ${SHAREOWN}:${SHAREGRP} apex data ; \ ${CHMOD} 755 . ; \ @@ -80,12 +42,7 @@ ${CHMOD} -R o+r help xtra ; \ ${CHMOD} 1777 save user \ ) + @${SED} -e "s|%%PREFIX%%|${PREFIX}|g;s|%%ANGBANDBIN%%|${ANGBANDBIN}|g;s|%%ANGBANDLIB%%|${ANGBANDLIB}|g" ${FILESDIR}/MESSAGE.in > ${PKGMESSAGE} @${CAT} ${PKGMESSAGE} - -post-build: - @${RM} -f ${PLIST} -.for i in pkg-plist.a ${JA_PLIST} pkg-plist.b - @${CAT} ${PKGDIR}/${i} >> ${PLIST} -.endfor .include diff -ruN /usr/ports/games/zangband/distinfo zangband/distinfo --- /usr/ports/games/zangband/distinfo Sat Mar 17 20:12:10 2001 +++ zangband/distinfo Fri Aug 17 04:17:13 2001 @@ -1,2 +1 @@ -MD5 (zangband/zangband-240-src.zip) = 4854d25e7297b5523304398e082cf069 -MD5 (zangband/zj240ux-010223.tgz) = 238215879734fb4e5cde1f48abaa2c4d +MD5 (zangband/zangband-2.6.1.tar.gz) = 18a093b379fecfa8db8c44072d45292e diff -ruN /usr/ports/games/zangband/files/MESSAGE.in zangband/files/MESSAGE.in --- /usr/ports/games/zangband/files/MESSAGE.in Thu Aug 10 02:34:16 2000 +++ zangband/files/MESSAGE.in Sat Aug 18 00:32:07 2001 @@ -5,8 +5,7 @@ The binary will changed its owner to 'games:games' and added SETGID bit. Then players can record their score to public score files. You can set fonts by using environment variables such as ANGBAND_X11_FONT, - ANGBAND_X11_FONT_1 (the number represents sub-window id), - ANGBAND_X11_KFONT (for kanji support), etc. + ANGBAND_X11_FONT_1 (the number represents sub-window id). WARNING! You now have the following world-writable (mode 1777) directories: diff -ruN /usr/ports/games/zangband/files/Makefile.in zangband/files/Makefile.in --- /usr/ports/games/zangband/files/Makefile.in Thu Aug 10 02:34:16 2000 +++ zangband/files/Makefile.in Thu Jan 1 09:00:00 1970 @@ -1,12 +0,0 @@ -# My makefile for Angband -# Matthew Hunt - -ANGBANDLIB?= /usr/local/lib/angband - -all: testing - -testing: - cd src && make "EXTRA_CFLAGS=-I${X11BASE}/include ${JAPANESE_CFLAGS} -DDEFAULT_PATH=\\\"${ANGBANDLIB}\\\"" - -test: testing - ANGBAND_PATH=./lib ./testing diff -ruN /usr/ports/games/zangband/files/makefile-adjust.patch zangband/files/makefile-adjust.patch --- /usr/ports/games/zangband/files/makefile-adjust.patch Tue Sep 5 19:13:10 2000 +++ zangband/files/makefile-adjust.patch Thu Jan 1 09:00:00 1970 @@ -1,12 +0,0 @@ ---- src/makefile.std Tue Aug 22 17:08:56 2000 -+++ src/makefile.std Thu Jul 20 13:19:50 2000 -@@ -133,8 +131,7 @@ - ## to get 256 colours. - ## - CFLAGS = -Wall -O2 -fno-strength-reduce -m486 -pipe -g \ -- -D"USE_X11" -D"USE_GCU" -D"USE_TRANSPARENCY" \ -- -D"JP" -D"EUC" -+ -D"USE_X11" -D"USE_GCU" -D"USE_TRANSPARENCY" - LIBS = -lX11 -lcurses -ltermcap -L/usr/X11R6/lib - - #CFLAGS = -Wall -O2 -fno-strength-reduce -m486 -pipe -g \ diff -ruN /usr/ports/games/zangband/files/patch-aa zangband/files/patch-aa --- /usr/ports/games/zangband/files/patch-aa Tue Sep 5 10:46:34 2000 +++ zangband/files/patch-aa Fri Aug 17 05:45:11 2001 @@ -1,39 +1,11 @@ ---- src/makefile.std Thu Jul 20 13:19:50 2000 -+++ src/Makefile Fri Aug 11 19:54:28 2000 -@@ -103,7 +103,7 @@ - # - # This is my compiler of choice, it seems to work most everywhere - # --CC = gcc -+CC ?= gcc - - - # -@@ -130,9 +130,9 @@ - ## Note: Get the 16x16.bmp file, and put in Zdirectory/lib/xtra/graf - ## to get 256 colours. - ## --CFLAGS = -Wall -O2 -fno-strength-reduce -m486 -pipe -g \ -- -D"USE_X11" -D"USE_GCU" -D"USE_TRANSPARENCY" --LIBS = -lX11 -lcurses -ltermcap -L/usr/X11R6/lib -+#CFLAGS = -Wall -O2 -fno-strength-reduce -m486 -pipe -g \ -+# -D"USE_X11" -D"USE_GCU" -D"USE_TRANSPARENCY" -+#LIBS = -lX11 -lcurses -ltermcap -L/usr/X11R6/lib - - #CFLAGS = -Wall -O2 -fno-strength-reduce -m486 -pipe -g \ - # -D"USE_XAW" -D"USE_GCU" -D"USE_TRANSPARENCY" -@@ -236,6 +236,14 @@ - ## - #CFLAGS = -Wall -O1 -pipe -g -D"USE_GCU" -arch m68k -arch i386 - #LIBS = -lcurses -ltermcap -+ -+ -+ -+## -+## Variation -- Compile for FreeBSD -+## -+CFLAGS += -D"USE_X11" -D"USE_GCU" -D"USE_TRANSPARENCY" ${EXTRA_CFLAGS} -+LIBS = -L${X11BASE}/lib -lX11 -lcurses -ltermcap - - - +--- configure.0 Fri Aug 17 04:57:54 2001 ++++ configure Fri Aug 17 04:58:02 2001 +@@ -814,7 +814,7 @@ + + if test "$GAMEGROUP" != ""; then + +- game_datadir="$datadir/games/$PACKAGE/lib/" ++ game_datadir="$datadir/$PACKAGE/" + game_datadir=`( + test "x$prefix" = xNONE && prefix="$ac_default_prefix" + test "x$exec_prefix" = xNONE && exec_prefix="${prefix}" diff -ruN /usr/ports/games/zangband/files/patch-ab zangband/files/patch-ab --- /usr/ports/games/zangband/files/patch-ab Thu Aug 10 02:34:16 2000 +++ zangband/files/patch-ab Fri Aug 17 05:34:03 2001 @@ -1,11 +1,11 @@ ---- src/z-config.h.orig Wed Feb 11 05:30:28 1998 -+++ src/z-config.h Sat Sep 18 18:20:32 1999 -@@ -52,7 +52,7 @@ - /* - * OPTION: Use the POSIX "termios" methods in "main-gcu.c" - */ --/* #define USE_TPOSIX */ -+#define USE_TPOSIX +--- lib/apex/Makefile.in.0 Fri Aug 17 05:10:34 2001 ++++ lib/apex/Makefile.in Fri Aug 17 05:10:52 2001 +@@ -200,7 +200,7 @@ - /* - * OPTION: Use the "termio" methods in "main-gcu.c" + install-data-hook: + @SET_GID_TRUE@ touch "$(DESTDIR)$(angbanddir)/scores.raw" +-@SET_GID_TRUE@ chown -R root.@GAMEGROUP@ "$(DESTDIR)$(angbanddir)" ++@SET_GID_TRUE@ chown -R root:@GAMEGROUP@ "$(DESTDIR)$(angbanddir)" + @SET_GID_TRUE@ chmod -R g+w "$(DESTDIR)$(angbanddir)" + + # Tell versions [3.59,3.63) of GNU make to not export all variables. diff -ruN /usr/ports/games/zangband/files/patch-ac zangband/files/patch-ac --- /usr/ports/games/zangband/files/patch-ac Thu Jan 1 09:00:00 1970 +++ zangband/files/patch-ac Fri Aug 17 05:34:03 2001 @@ -0,0 +1,11 @@ +--- lib/bone/Makefile.in.0 Fri Aug 17 05:14:44 2001 ++++ lib/bone/Makefile.in Fri Aug 17 05:15:40 2001 +@@ -199,7 +199,7 @@ + + + install-data-hook: +-@SET_GID_TRUE@ chown -R root.@GAMEGROUP@ "$(DESTDIR)$(angbanddir)" ++@SET_GID_TRUE@ chown -R root:@GAMEGROUP@ "$(DESTDIR)$(angbanddir)" + @SET_GID_TRUE@ chmod -R 070 "$(DESTDIR)$(angbanddir)" + + # Tell versions [3.59,3.63) of GNU make to not export all variables. diff -ruN /usr/ports/games/zangband/files/patch-ad zangband/files/patch-ad --- /usr/ports/games/zangband/files/patch-ad Thu Jan 1 09:00:00 1970 +++ zangband/files/patch-ad Fri Aug 17 05:34:03 2001 @@ -0,0 +1,11 @@ +--- lib/data/Makefile.in.0 Fri Aug 17 05:14:55 2001 ++++ lib/data/Makefile.in Fri Aug 17 05:15:19 2001 +@@ -206,7 +206,7 @@ + @SET_GID_TRUE@ touch "$(DESTDIR)$(angbanddir)/k_info.raw" && \ + @SET_GID_TRUE@ touch "$(DESTDIR)$(angbanddir)/r_info.raw" && \ + @SET_GID_TRUE@ touch "$(DESTDIR)$(angbanddir)/v_info.raw" && \ +-@SET_GID_TRUE@ chown -R root.@GAMEGROUP@ "$(DESTDIR)$(angbanddir)" && \ ++@SET_GID_TRUE@ chown -R root:@GAMEGROUP@ "$(DESTDIR)$(angbanddir)" && \ + @SET_GID_TRUE@ chmod -R g+w "$(DESTDIR)$(angbanddir)" ;\ + @SET_GID_TRUE@ fi + diff -ruN /usr/ports/games/zangband/files/patch-ae zangband/files/patch-ae --- /usr/ports/games/zangband/files/patch-ae Thu Jan 1 09:00:00 1970 +++ zangband/files/patch-ae Fri Aug 17 05:34:03 2001 @@ -0,0 +1,11 @@ +--- lib/save/Makefile.in.0 Fri Aug 17 05:14:58 2001 ++++ lib/save/Makefile.in Fri Aug 17 05:15:09 2001 +@@ -199,7 +199,7 @@ + + + install-data-hook: +-@SET_GID_TRUE@ chown -R root.@GAMEGROUP@ "$(DESTDIR)$(angbanddir)" ++@SET_GID_TRUE@ chown -R root:@GAMEGROUP@ "$(DESTDIR)$(angbanddir)" + @SET_GID_TRUE@ chmod -R 070 "$(DESTDIR)$(angbanddir)" + + # Tell versions [3.59,3.63) of GNU make to not export all variables. diff -ruN /usr/ports/games/zangband/pkg-plist zangband/pkg-plist --- /usr/ports/games/zangband/pkg-plist Thu Jan 1 09:00:00 1970 +++ zangband/pkg-plist Sat Aug 18 00:33:20 2001 @@ -0,0 +1,149 @@ +@owner games +@group games +@mode 664 +%%ANGBANDBIN%% +@exec chmod 2755 %D/%%ANGBANDBIN%% +@unexec rm -f %D/%%ANGBANDLIB%%/data/* +@unexec cmp -s %D/%%ANGBANDLIB%%/apex/scores.raw %D/%%ANGBANDLIB%%/apex/z_scores.raw && rm %D/%%ANGBANDLIB%%/apex/scores.raw || true +@unexec cmp -s %D/%%ANGBANDLIB%%/apex/scores.raw /dev/null && rm %D/%%ANGBANDLIB%%/apex/scores.raw || true +%%ANGBANDLIB%%/apex/readme.txt +%%ANGBANDLIB%%/apex/z_scores.raw +@exec test -f %D/%%ANGBANDLIB%%/apex/scores.raw || touch %D/%%ANGBANDLIB%%/apex/scores.raw +%%ANGBANDLIB%%/bone/delete.me +%%ANGBANDLIB%%/edit/a_info.txt +%%ANGBANDLIB%%/edit/e_info.txt +%%ANGBANDLIB%%/edit/f_info.txt +%%ANGBANDLIB%%/edit/k_info.txt +%%ANGBANDLIB%%/edit/misc.txt +%%ANGBANDLIB%%/edit/q_info.txt +%%ANGBANDLIB%%/edit/q_oberon.txt +%%ANGBANDLIB%%/edit/q_random.txt +%%ANGBANDLIB%%/edit/q_serpen.txt +%%ANGBANDLIB%%/edit/r_info.txt +%%ANGBANDLIB%%/edit/t_info.txt +%%ANGBANDLIB%%/edit/v_info.txt +%%ANGBANDLIB%%/edit/w_info.txt +%%ANGBANDLIB%%/file/a_cursed.txt +%%ANGBANDLIB%%/file/a_high.txt +%%ANGBANDLIB%%/file/a_low.txt +%%ANGBANDLIB%%/file/a_med.txt +%%ANGBANDLIB%%/file/chainswd.txt +%%ANGBANDLIB%%/file/crime.txt +%%ANGBANDLIB%%/file/dead.txt +%%ANGBANDLIB%%/file/death.txt +%%ANGBANDLIB%%/file/elvish.txt +%%ANGBANDLIB%%/file/error.txt +%%ANGBANDLIB%%/file/mondeath.txt +%%ANGBANDLIB%%/file/monfear.txt +%%ANGBANDLIB%%/file/monfrien.txt +%%ANGBANDLIB%%/file/monspeak.txt +%%ANGBANDLIB%%/file/news.txt +%%ANGBANDLIB%%/file/readme.txt +%%ANGBANDLIB%%/file/rumors.txt +%%ANGBANDLIB%%/file/sample.txt +%%ANGBANDLIB%%/file/silly.txt +%%ANGBANDLIB%%/file/timefun.txt +%%ANGBANDLIB%%/file/timenorm.txt +%%ANGBANDLIB%%/file/w_cursed.txt +%%ANGBANDLIB%%/file/w_high.txt +%%ANGBANDLIB%%/file/w_low.txt +%%ANGBANDLIB%%/file/w_med.txt +%%ANGBANDLIB%%/help/attack.hlp +%%ANGBANDLIB%%/help/attack.txt +%%ANGBANDLIB%%/help/birth.hlp +%%ANGBANDLIB%%/help/birth.txt +%%ANGBANDLIB%%/help/bldg.txt +%%ANGBANDLIB%%/help/charattr.hlp +%%ANGBANDLIB%%/help/charattr.txt +%%ANGBANDLIB%%/help/command.hlp +%%ANGBANDLIB%%/help/command.txt +%%ANGBANDLIB%%/help/commdesc.hlp +%%ANGBANDLIB%%/help/commdesc.txt +%%ANGBANDLIB%%/help/defend.hlp +%%ANGBANDLIB%%/help/defend.txt +%%ANGBANDLIB%%/help/dungeon.hlp +%%ANGBANDLIB%%/help/dungeon.txt +%%ANGBANDLIB%%/help/gambling.txt +%%ANGBANDLIB%%/help/general.hlp +%%ANGBANDLIB%%/help/general.txt +%%ANGBANDLIB%%/help/help.hlp +%%ANGBANDLIB%%/help/helpinfo.txt +%%ANGBANDLIB%%/help/magic.hlp +%%ANGBANDLIB%%/help/magic.txt +%%ANGBANDLIB%%/help/monster.hlp +%%ANGBANDLIB%%/help/monster.txt +%%ANGBANDLIB%%/help/objects.hlp +%%ANGBANDLIB%%/help/objects.txt +%%ANGBANDLIB%%/help/option.hlp +%%ANGBANDLIB%%/help/option.txt +%%ANGBANDLIB%%/help/pref.hlp +%%ANGBANDLIB%%/help/pref.txt +%%ANGBANDLIB%%/help/readme.txt +%%ANGBANDLIB%%/help/spoiler.hlp +%%ANGBANDLIB%%/help/town.hlp +%%ANGBANDLIB%%/help/town.txt +%%ANGBANDLIB%%/help/version.txt +%%ANGBANDLIB%%/help/wizard.txt +%%ANGBANDLIB%%/info/delete.me +%%ANGBANDLIB%%/pref/colors.prf +%%ANGBANDLIB%%/pref/font-ami.prf +%%ANGBANDLIB%%/pref/font-dos.prf +%%ANGBANDLIB%%/pref/font-ibm.prf +%%ANGBANDLIB%%/pref/font-mac.prf +%%ANGBANDLIB%%/pref/font-mon.prf +%%ANGBANDLIB%%/pref/font-win.prf +%%ANGBANDLIB%%/pref/font-x11.prf +%%ANGBANDLIB%%/pref/font-xxx.prf +%%ANGBANDLIB%%/pref/font.prf +%%ANGBANDLIB%%/pref/graf-ami.prf +%%ANGBANDLIB%%/pref/graf-dos.prf +%%ANGBANDLIB%%/pref/graf-gcu.prf +%%ANGBANDLIB%%/pref/graf-ibm.prf +%%ANGBANDLIB%%/pref/graf-lsl.prf +%%ANGBANDLIB%%/pref/graf-mac.prf +%%ANGBANDLIB%%/pref/graf-new.prf +%%ANGBANDLIB%%/pref/graf-win.prf +%%ANGBANDLIB%%/pref/graf-x11.prf +%%ANGBANDLIB%%/pref/graf-xaw.prf +%%ANGBANDLIB%%/pref/graf-xpj.prf +%%ANGBANDLIB%%/pref/graf-xxx.prf +%%ANGBANDLIB%%/pref/graf.prf +%%ANGBANDLIB%%/pref/pref-acn.prf +%%ANGBANDLIB%%/pref/pref-ami.prf +%%ANGBANDLIB%%/pref/pref-emx.prf +%%ANGBANDLIB%%/pref/pref-gcu.prf +%%ANGBANDLIB%%/pref/pref-gtk.prf +%%ANGBANDLIB%%/pref/pref-key.prf +%%ANGBANDLIB%%/pref/pref-mac.prf +%%ANGBANDLIB%%/pref/pref-win.prf +%%ANGBANDLIB%%/pref/pref-x11.prf +%%ANGBANDLIB%%/pref/pref.prf +%%ANGBANDLIB%%/pref/spell-xx.prf +%%ANGBANDLIB%%/pref/user-win.prf +%%ANGBANDLIB%%/pref/user.prf +%%ANGBANDLIB%%/pref/xtra-gcu.prf +%%ANGBANDLIB%%/pref/xtra-new.prf +%%ANGBANDLIB%%/pref/xtra-xxx.prf +%%ANGBANDLIB%%/save/delete.me +%%ANGBANDLIB%%/script/delete.me +%%ANGBANDLIB%%/user/delete.me +%%ANGBANDLIB%%/xtra/delete.me +@exec mkdir %D/%%ANGBANDLIB%%/data +@exec chown -R games:games %D/%%ANGBANDLIB%%/apex %D/%%ANGBANDLIB%%/data +@exec chmod 775 %D/%%ANGBANDLIB%% +@exec chmod -R ug+rw,o-rw %D/%%ANGBANDLIB%%/* +@exec chmod -R o+r %D/%%ANGBANDLIB%%/help %D/%%ANGBANDLIB%%/xtra +@exec chmod 1777 %D/%%ANGBANDLIB%%/save %D/%%ANGBANDLIB%%/user +@dirrm %%ANGBANDLIB%%/apex +@dirrm %%ANGBANDLIB%%/bone +@dirrm %%ANGBANDLIB%%/data +@dirrm %%ANGBANDLIB%%/edit +@dirrm %%ANGBANDLIB%%/file +@dirrm %%ANGBANDLIB%%/help +@dirrm %%ANGBANDLIB%%/info +@dirrm %%ANGBANDLIB%%/pref +@dirrm %%ANGBANDLIB%%/save +@dirrm %%ANGBANDLIB%%/script +@dirrm %%ANGBANDLIB%%/user +@dirrm %%ANGBANDLIB%%/xtra +@dirrm %%ANGBANDLIB%% diff -ruN /usr/ports/games/zangband/pkg-plist.a zangband/pkg-plist.a --- /usr/ports/games/zangband/pkg-plist.a Mon Sep 18 03:44:59 2000 +++ zangband/pkg-plist.a Thu Jan 1 09:00:00 1970 @@ -1,196 +0,0 @@ -@owner games -@group games -@mode 664 -%%ANGBANDBIN%% -@exec chmod 2755 %D/%%ANGBANDBIN%% -@unexec rm -f %D/%%ANGBANDLIB%%/data/* -@unexec cmp -s %D/%%ANGBANDLIB%%/apex/scores.raw %D/%%ANGBANDLIB%%/apex/z_scores.raw && rm %D/%%ANGBANDLIB%%/apex/scores.raw || true -@unexec cmp -s %D/%%ANGBANDLIB%%/apex/scores.raw /dev/null && rm %D/%%ANGBANDLIB%%/apex/scores.raw || true -%%ANGBANDLIB%%/apex/readme.txt -%%ANGBANDLIB%%/apex/z_scores.raw -@exec test -f %D/%%ANGBANDLIB%%/apex/scores.raw || touch %D/%%ANGBANDLIB%%/apex/scores.raw -%%ANGBANDLIB%%/bone/delete.me -%%ANGBANDLIB%%/edit/a_info.txt -%%ANGBANDLIB%%/edit/e_info.txt -%%ANGBANDLIB%%/edit/f_info.txt -%%ANGBANDLIB%%/edit/k_info.txt -%%ANGBANDLIB%%/edit/misc.txt -%%ANGBANDLIB%%/edit/q0000001.txt -%%ANGBANDLIB%%/edit/q0000002.txt -%%ANGBANDLIB%%/edit/q0000003.txt -%%ANGBANDLIB%%/edit/q0000004.txt -%%ANGBANDLIB%%/edit/q0000005.txt -%%ANGBANDLIB%%/edit/q0000006.txt -%%ANGBANDLIB%%/edit/q0000007.txt -%%ANGBANDLIB%%/edit/q0000019.txt -%%ANGBANDLIB%%/edit/q0000020.txt -%%ANGBANDLIB%%/edit/q0000021.txt -%%ANGBANDLIB%%/edit/q0000022.txt -%%ANGBANDLIB%%/edit/q0000023.txt -%%ANGBANDLIB%%/edit/q0000027.txt -%%ANGBANDLIB%%/edit/q0000028.txt -%%ANGBANDLIB%%/edit/q00000ms.txt -%%ANGBANDLIB%%/edit/q000chao.txt -%%ANGBANDLIB%%/edit/q000dekn.txt -%%ANGBANDLIB%%/edit/q000eric.txt -%%ANGBANDLIB%%/edit/q000lyeh.txt -%%ANGBANDLIB%%/edit/q000natu.txt -%%ANGBANDLIB%%/edit/q000sorc.txt -%%ANGBANDLIB%%/edit/q00water.txt -%%ANGBANDLIB%%/edit/q0clone0.txt -%%ANGBANDLIB%%/edit/q0fields.txt -%%ANGBANDLIB%%/edit/q0thief1.txt -%%ANGBANDLIB%%/edit/q0thief2.txt -%%ANGBANDLIB%%/edit/q0willow.txt -%%ANGBANDLIB%%/edit/q_info.txt -%%ANGBANDLIB%%/edit/q_oberon.txt -%%ANGBANDLIB%%/edit/q_pref.txt -%%ANGBANDLIB%%/edit/q_random.txt -%%ANGBANDLIB%%/edit/q_serpen.txt -%%ANGBANDLIB%%/edit/q_warg.txt -%%ANGBANDLIB%%/edit/qdarkelf.txt -%%ANGBANDLIB%%/edit/qhaunted.txt -%%ANGBANDLIB%%/edit/r_info.txt -%%ANGBANDLIB%%/edit/t0000001.txt -%%ANGBANDLIB%%/edit/t0000002.txt -%%ANGBANDLIB%%/edit/t0000003.txt -%%ANGBANDLIB%%/edit/t0000004.txt -%%ANGBANDLIB%%/edit/t0000005.txt -%%ANGBANDLIB%%/edit/t_basic.txt -%%ANGBANDLIB%%/edit/t_info.txt -%%ANGBANDLIB%%/edit/t_lite.txt -%%ANGBANDLIB%%/edit/t_pref.txt -%%ANGBANDLIB%%/edit/v_info.txt -%%ANGBANDLIB%%/edit/w_info.txt -%%ANGBANDLIB%%/file/a_cursed.txt -%%ANGBANDLIB%%/file/a_high.txt -%%ANGBANDLIB%%/file/a_low.txt -%%ANGBANDLIB%%/file/a_med.txt -%%ANGBANDLIB%%/file/chainswd.txt -%%ANGBANDLIB%%/file/crime.txt -%%ANGBANDLIB%%/file/dead.txt -%%ANGBANDLIB%%/file/death.txt -%%ANGBANDLIB%%/file/elvish.txt -%%ANGBANDLIB%%/file/error.txt -%%ANGBANDLIB%%/file/mondeath.txt -%%ANGBANDLIB%%/file/monfear.txt -%%ANGBANDLIB%%/file/monfrien.txt -%%ANGBANDLIB%%/file/monspeak.txt -%%ANGBANDLIB%%/file/news.txt -%%ANGBANDLIB%%/file/readme.txt -%%ANGBANDLIB%%/file/rumors.txt -%%ANGBANDLIB%%/file/sample.txt -%%ANGBANDLIB%%/file/silly.txt -%%ANGBANDLIB%%/file/timefun.txt -%%ANGBANDLIB%%/file/timenorm.txt -%%ANGBANDLIB%%/file/w_cursed.txt -%%ANGBANDLIB%%/file/w_high.txt -%%ANGBANDLIB%%/file/w_low.txt -%%ANGBANDLIB%%/file/w_med.txt -%%ANGBANDLIB%%/help/arena.txt -%%ANGBANDLIB%%/help/attack.hlp -%%ANGBANDLIB%%/help/attack.txt -%%ANGBANDLIB%%/help/birth.hlp -%%ANGBANDLIB%%/help/birth.txt -%%ANGBANDLIB%%/help/bldg.txt -%%ANGBANDLIB%%/help/charattr.hlp -%%ANGBANDLIB%%/help/charattr.txt -%%ANGBANDLIB%%/help/command.hlp -%%ANGBANDLIB%%/help/command.txt -%%ANGBANDLIB%%/help/commdesc.hlp -%%ANGBANDLIB%%/help/commdesc.txt -%%ANGBANDLIB%%/help/defend.hlp -%%ANGBANDLIB%%/help/defend.txt -%%ANGBANDLIB%%/help/dungeon.hlp -%%ANGBANDLIB%%/help/dungeon.txt -%%ANGBANDLIB%%/help/gambling.txt -%%ANGBANDLIB%%/help/general.hlp -%%ANGBANDLIB%%/help/general.txt -%%ANGBANDLIB%%/help/help.hlp -%%ANGBANDLIB%%/help/helpinfo.txt -%%ANGBANDLIB%%/help/magic.hlp -%%ANGBANDLIB%%/help/magic.txt -%%ANGBANDLIB%%/help/objects.hlp -%%ANGBANDLIB%%/help/objects.txt -%%ANGBANDLIB%%/help/option.hlp -%%ANGBANDLIB%%/help/option.txt -%%ANGBANDLIB%%/help/pref.hlp -%%ANGBANDLIB%%/help/pref.txt -%%ANGBANDLIB%%/help/readme.txt -%%ANGBANDLIB%%/help/spoiler.hlp -%%ANGBANDLIB%%/help/tang.txt -%%ANGBANDLIB%%/help/town.hlp -%%ANGBANDLIB%%/help/town.txt -%%ANGBANDLIB%%/help/version.txt -%%ANGBANDLIB%%/info/delete.me -%%ANGBANDLIB%%/pref/delete.me -%%ANGBANDLIB%%/save/delete.me -%%ANGBANDLIB%%/script/delete.me -%%ANGBANDLIB%%/user/colors.prf -%%ANGBANDLIB%%/user/font-ami.prf -%%ANGBANDLIB%%/user/font-dos.prf -%%ANGBANDLIB%%/user/font-ibm.prf -%%ANGBANDLIB%%/user/font-mac.prf -%%ANGBANDLIB%%/user/font-mon.prf -%%ANGBANDLIB%%/user/font-win.prf -%%ANGBANDLIB%%/user/font-x11.prf -%%ANGBANDLIB%%/user/font-xxx.prf -%%ANGBANDLIB%%/user/font.prf -%%ANGBANDLIB%%/user/graf-ami.prf -%%ANGBANDLIB%%/user/graf-dos.prf -%%ANGBANDLIB%%/user/graf-gcu.prf -%%ANGBANDLIB%%/user/graf-ibm.prf -%%ANGBANDLIB%%/user/graf-lsl.prf -%%ANGBANDLIB%%/user/graf-mac.prf -%%ANGBANDLIB%%/user/graf-new.prf -%%ANGBANDLIB%%/user/graf-win.prf -%%ANGBANDLIB%%/user/graf-x11.prf -%%ANGBANDLIB%%/user/graf-xaw.prf -%%ANGBANDLIB%%/user/graf-xxx.prf -%%ANGBANDLIB%%/user/graf.prf -%%ANGBANDLIB%%/user/pref-acn.prf -%%ANGBANDLIB%%/user/pref-ami.prf -%%ANGBANDLIB%%/user/pref-emx.prf -%%ANGBANDLIB%%/user/pref-gcu.prf -%%ANGBANDLIB%%/user/pref-key.prf -%%ANGBANDLIB%%/user/pref-mac.prf -%%ANGBANDLIB%%/user/pref-win.prf -%%ANGBANDLIB%%/user/pref-x11.prf -%%ANGBANDLIB%%/user/pref.prf -%%ANGBANDLIB%%/user/spell-xx.prf -%%ANGBANDLIB%%/user/user-win.prf -%%ANGBANDLIB%%/user/user.prf -%%ANGBANDLIB%%/user/xtra-gcu.prf -%%ANGBANDLIB%%/user/xtra-new.prf -%%ANGBANDLIB%%/user/xtra-xxx.prf -%%ANGBANDLIB%%/xtra/font/10X20.FON -%%ANGBANDLIB%%/xtra/font/12X24.FON -%%ANGBANDLIB%%/xtra/font/5X8.FON -%%ANGBANDLIB%%/xtra/font/6X10.FON -%%ANGBANDLIB%%/xtra/font/6X12.FON -%%ANGBANDLIB%%/xtra/font/6X13.FON -%%ANGBANDLIB%%/xtra/font/6X13B.FON -%%ANGBANDLIB%%/xtra/font/6X9.FON -%%ANGBANDLIB%%/xtra/font/7X13.FON -%%ANGBANDLIB%%/xtra/font/7X13B.FON -%%ANGBANDLIB%%/xtra/font/8X13.FON -%%ANGBANDLIB%%/xtra/font/8X13B.FON -%%ANGBANDLIB%%/xtra/font/9X15.FON -%%ANGBANDLIB%%/xtra/font/9X15B.FON -%%ANGBANDLIB%%/xtra/font/xm10x17.fnt -%%ANGBANDLIB%%/xtra/font/xm10x17b.fnt -%%ANGBANDLIB%%/xtra/font/xm12x20.fnt -%%ANGBANDLIB%%/xtra/font/xm12x20b.fnt -%%ANGBANDLIB%%/xtra/font/xm16x25.fnt -%%ANGBANDLIB%%/xtra/font/xm16x25b.fnt -%%ANGBANDLIB%%/xtra/font/xm4x6.fnt -%%ANGBANDLIB%%/xtra/font/xm5x8.fnt -%%ANGBANDLIB%%/xtra/font/xm6x12.fnt -%%ANGBANDLIB%%/xtra/font/xm6x12b.fnt -%%ANGBANDLIB%%/xtra/font/xm8x13.fnt -%%ANGBANDLIB%%/xtra/font/xm8x13b.fnt -%%ANGBANDLIB%%/xtra/font/xm8x16.fnt -%%ANGBANDLIB%%/xtra/font/xm8x16b.fnt -%%ANGBANDLIB%%/xtra/graf/readme.txt -%%ANGBANDLIB%%/xtra/music/delete.me -%%ANGBANDLIB%%/xtra/sound/sound.cfg diff -ruN /usr/ports/games/zangband/pkg-plist.b zangband/pkg-plist.b --- /usr/ports/games/zangband/pkg-plist.b Thu Aug 10 02:34:16 2000 +++ zangband/pkg-plist.b Thu Jan 1 09:00:00 1970 @@ -1,23 +0,0 @@ -@exec mkdir %D/%%ANGBANDLIB%%/data -@exec chown -R games:games %D/%%ANGBANDLIB%%/apex %D/%%ANGBANDLIB%%/data -@exec chmod 775 %D/%%ANGBANDLIB%% -@exec chmod -R ug+rw,o-rw %D/%%ANGBANDLIB%%/* -@exec chmod -R o+r %D/%%ANGBANDLIB%%/help %D/%%ANGBANDLIB%%/xtra -@exec chmod 1777 %D/%%ANGBANDLIB%%/save %D/%%ANGBANDLIB%%/user -@dirrm %%ANGBANDLIB%%/apex -@dirrm %%ANGBANDLIB%%/bone -@dirrm %%ANGBANDLIB%%/data -@dirrm %%ANGBANDLIB%%/edit -@dirrm %%ANGBANDLIB%%/file -@dirrm %%ANGBANDLIB%%/help -@dirrm %%ANGBANDLIB%%/info -@dirrm %%ANGBANDLIB%%/pref -@dirrm %%ANGBANDLIB%%/save -@dirrm %%ANGBANDLIB%%/script -@dirrm %%ANGBANDLIB%%/user -@dirrm %%ANGBANDLIB%%/xtra/font -@dirrm %%ANGBANDLIB%%/xtra/graf -@dirrm %%ANGBANDLIB%%/xtra/music -@dirrm %%ANGBANDLIB%%/xtra/sound -@dirrm %%ANGBANDLIB%%/xtra -@dirrm %%ANGBANDLIB%% diff -ruN /usr/ports/games/zangband/pkg-plist.ja zangband/pkg-plist.ja --- /usr/ports/games/zangband/pkg-plist.ja Sat Mar 17 20:12:10 2001 +++ zangband/pkg-plist.ja Thu Jan 1 09:00:00 1970 @@ -1,120 +0,0 @@ -%%ANGBANDLIB%%/edit/a_info_j.txt -%%ANGBANDLIB%%/edit/e_info_j.txt -%%ANGBANDLIB%%/edit/f_info_j.txt -%%ANGBANDLIB%%/edit/k_info_j.txt -%%ANGBANDLIB%%/edit/misc_j.txt -%%ANGBANDLIB%%/edit/q0000001_j.txt -%%ANGBANDLIB%%/edit/q0000002_j.txt -%%ANGBANDLIB%%/edit/q0000003_j.txt -%%ANGBANDLIB%%/edit/q0000004_j.txt -%%ANGBANDLIB%%/edit/q0000005_j.txt -%%ANGBANDLIB%%/edit/q0000006_j.txt -%%ANGBANDLIB%%/edit/q0000007_j.txt -%%ANGBANDLIB%%/edit/q0000019_j.txt -%%ANGBANDLIB%%/edit/q0000020_j.txt -%%ANGBANDLIB%%/edit/q0000021_j.txt -%%ANGBANDLIB%%/edit/q0000022_j.txt -%%ANGBANDLIB%%/edit/q0000023_j.txt -%%ANGBANDLIB%%/edit/q0000027_j.txt -%%ANGBANDLIB%%/edit/q0000028_j.txt -%%ANGBANDLIB%%/edit/q00000ms_j.txt -%%ANGBANDLIB%%/edit/q000chao_j.txt -%%ANGBANDLIB%%/edit/q000dekn_j.txt -%%ANGBANDLIB%%/edit/q000eric_j.txt -%%ANGBANDLIB%%/edit/q000lyeh_j.txt -%%ANGBANDLIB%%/edit/q000natu_j.txt -%%ANGBANDLIB%%/edit/q000sorc_j.txt -%%ANGBANDLIB%%/edit/q00water_j.txt -%%ANGBANDLIB%%/edit/q0clone0_j.txt -%%ANGBANDLIB%%/edit/q0fields_j.txt -%%ANGBANDLIB%%/edit/q0thief1_j.txt -%%ANGBANDLIB%%/edit/q0thief2_j.txt -%%ANGBANDLIB%%/edit/q0willow_j.txt -%%ANGBANDLIB%%/edit/q_avenge_j.txt -%%ANGBANDLIB%%/edit/q_info_j.txt -%%ANGBANDLIB%%/edit/q_oberon_j.txt -%%ANGBANDLIB%%/edit/q_pref_j.txt -%%ANGBANDLIB%%/edit/q_random_j.txt -%%ANGBANDLIB%%/edit/q_serpen_j.txt -%%ANGBANDLIB%%/edit/q_warg_j.txt -%%ANGBANDLIB%%/edit/qdarkelf_j.txt -%%ANGBANDLIB%%/edit/qhaunted_j.txt -%%ANGBANDLIB%%/edit/r_info_j.txt -%%ANGBANDLIB%%/edit/t0000001_j.txt -%%ANGBANDLIB%%/edit/t0000002_j.txt -%%ANGBANDLIB%%/edit/t0000003_j.txt -%%ANGBANDLIB%%/edit/t0000004_j.txt -%%ANGBANDLIB%%/edit/t0000005_j.txt -%%ANGBANDLIB%%/edit/t_basic_j.txt -%%ANGBANDLIB%%/edit/t_info_j.txt -%%ANGBANDLIB%%/edit/t_lite_j.txt -%%ANGBANDLIB%%/edit/t_pref_j.txt -%%ANGBANDLIB%%/edit/v_info_j.txt -%%ANGBANDLIB%%/edit/w_info_j.txt -%%ANGBANDLIB%%/file/a_cursed_j.txt -%%ANGBANDLIB%%/file/a_high_j.txt -%%ANGBANDLIB%%/file/a_low_j.txt -%%ANGBANDLIB%%/file/a_med_j.txt -%%ANGBANDLIB%%/file/aname_j.txt -%%ANGBANDLIB%%/file/chainswd_j.txt -%%ANGBANDLIB%%/file/crime_j.txt -%%ANGBANDLIB%%/file/dead_j.txt -%%ANGBANDLIB%%/file/death_j.txt -%%ANGBANDLIB%%/file/elvish_j.txt -%%ANGBANDLIB%%/file/error_j.txt -%%ANGBANDLIB%%/file/mondeath_j.txt -%%ANGBANDLIB%%/file/monfear_j.txt -%%ANGBANDLIB%%/file/monfrien_j.txt -%%ANGBANDLIB%%/file/monspeak_j.txt -%%ANGBANDLIB%%/file/news_j.txt -%%ANGBANDLIB%%/file/rumors_j.txt -%%ANGBANDLIB%%/file/silly_j.txt -%%ANGBANDLIB%%/file/timefun_j.txt -%%ANGBANDLIB%%/file/timenorm_j.txt -%%ANGBANDLIB%%/file/w_cursed_j.txt -%%ANGBANDLIB%%/file/w_high_j.txt -%%ANGBANDLIB%%/file/w_low_j.txt -%%ANGBANDLIB%%/file/w_med_j.txt -%%ANGBANDLIB%%/help/j_feature.txt -%%ANGBANDLIB%%/help/j_general.txt -%%ANGBANDLIB%%/help/j_history.txt -%%ANGBANDLIB%%/help/j_item1.txt -%%ANGBANDLIB%%/help/j_item2.txt -%%ANGBANDLIB%%/help/j_trans.txt -%%ANGBANDLIB%%/help/jattack.hlp -%%ANGBANDLIB%%/help/jattack.txt -%%ANGBANDLIB%%/help/jbirth.hlp -%%ANGBANDLIB%%/help/jbirth.txt -%%ANGBANDLIB%%/help/jbldg.txt -%%ANGBANDLIB%%/help/jcharattr.hlp -%%ANGBANDLIB%%/help/jcharattr.txt -%%ANGBANDLIB%%/help/jcommand.hlp -%%ANGBANDLIB%%/help/jcommand.txt -%%ANGBANDLIB%%/help/jcommand0.txt -%%ANGBANDLIB%%/help/jcommdesc.hlp -%%ANGBANDLIB%%/help/jcommdesc.txt -%%ANGBANDLIB%%/help/jdefend.hlp -%%ANGBANDLIB%%/help/jdefend.txt -%%ANGBANDLIB%%/help/jdungeon.hlp -%%ANGBANDLIB%%/help/jdungeon.txt -%%ANGBANDLIB%%/help/jgambling.txt -%%ANGBANDLIB%%/help/jobjects.hlp -%%ANGBANDLIB%%/help/jgeneral.hlp -%%ANGBANDLIB%%/help/jgeneral.txt -%%ANGBANDLIB%%/help/jhelp.hlp -%%ANGBANDLIB%%/help/jhelpinfo.txt -%%ANGBANDLIB%%/help/jmagic.hlp -%%ANGBANDLIB%%/help/jmagic.txt -%%ANGBANDLIB%%/help/jmonster.hlp -%%ANGBANDLIB%%/help/jmonster.txt -%%ANGBANDLIB%%/help/jobjects.txt -%%ANGBANDLIB%%/help/joption.hlp -%%ANGBANDLIB%%/help/joption.txt -%%ANGBANDLIB%%/help/jpref.hlp -%%ANGBANDLIB%%/help/jpref.txt -%%ANGBANDLIB%%/help/jspecial.hlp -%%ANGBANDLIB%%/help/jtang.txt -%%ANGBANDLIB%%/help/jtown.hlp -%%ANGBANDLIB%%/help/jtown.txt -%%ANGBANDLIB%%/help/jversion.txt -%%ANGBANDLIB%%/help/jwizard.txt >Release-Note: >Audit-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 Aug 23 20:12: 1 2001 Delivered-To: freebsd-ports@freebsd.org Received: from mtiwmhc21.worldnet.att.net (mtiwmhc21.worldnet.att.net [204.127.131.46]) by hub.freebsd.org (Postfix) with ESMTP id 944B037B405 for ; Thu, 23 Aug 2001 20:11:58 -0700 (PDT) (envelope-from parv@worldnet.att.net) Received: from worldnet.att.net ([32.100.199.91]) by mtiwmhc21.worldnet.att.net (InterMail vM.4.01.03.16 201-229-121-116-20010115) with ESMTP id <20010824031152.HPXI1680.mtiwmhc21.worldnet.att.net@worldnet.att.net> for ; Fri, 24 Aug 2001 03:11:52 +0000 Received: by worldnet.att.net (Postfix, from userid 1001) id 37BE550D22; Thu, 23 Aug 2001 23:11:51 -0400 (EDT) Date: Thu, 23 Aug 2001 23:11:50 -0400 From: parv To: f-ports Subject: error while decompressing fvwm_icons.tgz Message-ID: <20010823231150.A13525@moo.holy.cow> Mail-Followup-To: f-ports Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org to see the changes in fvwm 2.4.x, when i did make extract, got this error... gzip: stdin: decompression OK, trailing garbage ignored /usr/bin/tar: child returned status 2 ...further investigation revealed that this message comes when fvwm_icons.tgz is decompressed. it doesn't bother me much as i don't use included icons & xpms. so, i will continue w/ the installation. but, others may get quite disturbed by it. -- so, do you like word games or scrabble? - parv To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Aug 23 20:16: 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 0750C37B40C; Thu, 23 Aug 2001 20:15:56 -0700 (PDT) (envelope-from petef@FreeBSD.org) Received: (from petef@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7O3Bqg09466; Thu, 23 Aug 2001 20:11:52 -0700 (PDT) (envelope-from petef) Date: Thu, 23 Aug 2001 20:11:52 -0700 (PDT) From: Message-Id: <200108240311.f7O3Bqg09466@freefall.freebsd.org> To: makoto@pinpott.spnet.ne.jp, petef@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/30016: MAINTAINER Update: japanese/zangband Sender: owner-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: japanese/zangband State-Changed-From-To: open->closed State-Changed-By: petef State-Changed-When: Thu Aug 23 20:10:31 PDT 2001 State-Changed-Why: http://www.FreeBSD.org/cgi/query-pr.cgi?pr=30016 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Aug 23 20:17:32 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 B6FD937B405 for ; Thu, 23 Aug 2001 20:17:29 -0700 (PDT) (envelope-from petef@hex.databits.net) Received: (qmail 24337 invoked by uid 1001); 24 Aug 2001 03:17:28 -0000 Date: Thu, 23 Aug 2001 23:17:28 -0400 From: Pete Fritchman To: makoto@pinpott.spnet.ne.jp, freebsd-ports@FreeBSD.org Subject: Re: ports/30016: MAINTAINER Update: japanese/zangband Message-ID: <20010823231728.C23589@databits.net> References: <200108240311.f7O3Bqg09466@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: <200108240311.f7O3Bqg09466@freefall.freebsd.org>; from petef@FreeBSD.org on Thu, Aug 23, 2001 at 08:11:52PM -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 ++ 23/08/01 20:11 -0700 - petef@FreeBSD.org: | Synopsis: MAINTAINER Update: japanese/zangband | | State-Changed-From-To: open->closed | State-Changed-By: petef | State-Changed-When: Thu Aug 23 20:10:31 PDT 2001 | State-Changed-Why: (Oops, stupid fingers) Requested by submitter. -- Pete Fritchman 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 Aug 23 20:20:35 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 DA1D737B40B for ; Thu, 23 Aug 2001 20:20:32 -0700 (PDT) (envelope-from petef@hex.databits.net) Received: (qmail 24455 invoked by uid 1001); 24 Aug 2001 03:20:32 -0000 Date: Thu, 23 Aug 2001 23:20:32 -0400 From: Pete Fritchman To: parv Cc: f-ports Subject: Re: error while decompressing fvwm_icons.tgz Message-ID: <20010823232032.D23589@databits.net> References: <20010823231150.A13525@moo.holy.cow> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20010823231150.A13525@moo.holy.cow>; from parv_@yahoo.com on Thu, Aug 23, 2001 at 11:11:50PM -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 ++ 23/08/01 23:11 -0400 - parv: | gzip: stdin: decompression OK, trailing garbage ignored | /usr/bin/tar: child returned status 2 | | ...further investigation revealed that this message comes when | fvwm_icons.tgz is decompressed. It looks like the fvwm folks somehow mangled this file when gzip'ing it. It works fine still, but the error does come up. I'll drop them an email and see if they can't fix it. -pete -- Pete Fritchman 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 Aug 23 20:25:34 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 DEC8637B409 for ; Thu, 23 Aug 2001 20:25:31 -0700 (PDT) (envelope-from dwcjr@inethouston.net) Received: by leviathan.inethouston.net (Postfix, from userid 1001) id D52CD10F42F; Thu, 23 Aug 2001 22:25:36 -0500 (CDT) Date: Thu, 23 Aug 2001 22:25:36 -0500 From: "David W. Chapman Jr." To: dgilbert@velocet.ca Cc: ports@freebsd.org Subject: graphics/gle Message-ID: <20010823222536.A79769@leviathan.inethouston.net> Reply-To: "David W. Chapman Jr." Mail-Followup-To: dgilbert@velocet.ca, ports@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.3.21i 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 I as with others get this while trying to compile your port. I'm running -current and XFree86-4.1.0 configure:3178: cc -o conftest -O -pipe -march=k6 -Wall conftest.c -lglut -lSM -lICE -lXmu -lGLU -lGL -lXmu -L/usr/X11R6/lib -lX11 -L/usr/X11R6/lib -lXext -lc_r -lm 1>&5 /usr/libexec/elf/ld: cannot find -lglut configure: failed program was: #line 3167 "configure" #include "confdefs.h" /* Override any gcc2 internal prototype to avoid an error. */ /* We use char because int might match the return type of a gcc2 builtin and then its argument prototype would still apply. */ char glutSwapBuffers(); int main() { glutSwapBuffers() ; return 0; } (end of "config.log") *** Error code 1 Stop in /usr/ports/graphics/gle. *** Error code 1 Stop in /usr/ports/graphics/gle. -- 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 Thu Aug 23 20:27:43 2001 Delivered-To: freebsd-ports@freebsd.org Received: from ariel.phys.wesleyan.edu (ariel.phys.wesleyan.edu [129.133.95.129]) by hub.freebsd.org (Postfix) with ESMTP id D0EAB37B405 for ; Thu, 23 Aug 2001 20:27:41 -0700 (PDT) (envelope-from vlad@ariel.phys.wesleyan.edu) Received: from localhost (localhost [127.0.0.1]) by ariel.phys.wesleyan.edu (Postfix) with ESMTP id D365D1EA30F; Thu, 23 Aug 2001 23:27:41 -0400 (EDT) Date: Thu, 23 Aug 2001 23:27:41 -0400 (EDT) From: Vladimir Savichev X-X-Sender: To: Cc: Subject: RE:ports/30014: Installation of PHP with GD fails Message-ID: <20010823232527.X69056-100000@localhost> 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 GD works allright from mod_php4 port --Vlad To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Aug 23 20:28:24 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 2E6BB37B405 for ; Thu, 23 Aug 2001 20:28:22 -0700 (PDT) (envelope-from dwcjr@inethouston.net) Received: by leviathan.inethouston.net (Postfix, from userid 1001) id C2B0510F42F; Thu, 23 Aug 2001 22:28:27 -0500 (CDT) Date: Thu, 23 Aug 2001 22:28:27 -0500 From: "David W. Chapman Jr." To: Vladimir Savichev Cc: donbrearley@hccgwy.mnscu.edu, ports@FreeBSD.ORG Subject: Re: ports/30014: Installation of PHP with GD fails Message-ID: <20010823222827.B79769@leviathan.inethouston.net> Reply-To: "David W. Chapman Jr." Mail-Followup-To: Vladimir Savichev , donbrearley@hccgwy.mnscu.edu, ports@FreeBSD.ORG References: <20010823232527.X69056-100000@localhost> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20010823232527.X69056-100000@localhost> User-Agent: Mutt/1.3.21i 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 Thu, Aug 23, 2001 at 11:27:41PM -0400, Vladimir Savichev wrote: > GD works allright from mod_php4 port > --Vlad > does this mean this pr can be closed? -- 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 Thu Aug 23 20:30:23 2001 Delivered-To: freebsd-ports@freebsd.org Received: from mtiwmhc21.worldnet.att.net (mtiwmhc21.worldnet.att.net [204.127.131.46]) by hub.freebsd.org (Postfix) with ESMTP id 6856437B409 for ; Thu, 23 Aug 2001 20:30:21 -0700 (PDT) (envelope-from parv@worldnet.att.net) Received: from worldnet.att.net ([32.100.199.91]) by mtiwmhc21.worldnet.att.net (InterMail vM.4.01.03.16 201-229-121-116-20010115) with ESMTP id <20010824033020.HZTK1680.mtiwmhc21.worldnet.att.net@worldnet.att.net>; Fri, 24 Aug 2001 03:30:20 +0000 Received: by worldnet.att.net (Postfix, from userid 1001) id C835D50D22; Thu, 23 Aug 2001 23:30:20 -0400 (EDT) Date: Thu, 23 Aug 2001 23:30:20 -0400 From: parv To: Pete Fritchman Cc: f-ports Subject: Re: error while decompressing fvwm_icons.tgz Message-ID: <20010823233020.A35258@moo.holy.cow> Mail-Followup-To: Pete Fritchman , f-ports References: <20010823231150.A13525@moo.holy.cow> <20010823232032.D23589@databits.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20010823232032.D23589@databits.net>; from petef@databits.net on Thu, Aug 23, 2001 at 11:20:32PM -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 this was, on the fateful occasion around Aug 23 23:20 -0400, sent by Pete Fritchman > ... > It works fine still, but the error does come up. I'll drop them an > email and see if they can't fix it. sure, you meant "...if they can fix it"? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Aug 23 20:30: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 361A437B406 for ; Thu, 23 Aug 2001 20:30:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7O3U1l11147; Thu, 23 Aug 2001 20:30: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 E18C237B40D for ; Thu, 23 Aug 2001 20:29:39 -0700 (PDT) (envelope-from nobody@FreeBSD.org) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7O3Tda11102; Thu, 23 Aug 2001 20:29:39 -0700 (PDT) (envelope-from nobody) Message-Id: <200108240329.f7O3Tda11102@freefall.freebsd.org> Date: Thu, 23 Aug 2001 20:29:39 -0700 (PDT) From: YAMAKURA Makoto To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/30017: MAINTAINER Update: games/zangband Sender: owner-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: 30017 >Category: ports >Synopsis: MAINTAINER Update: games/zangband >Confidential: 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 Aug 23 20:30:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: YAMAKURA Makoto >Release: FreeBSD 5.0-CURRENT >Organization: >Environment: >Description: Update to latest stable version of zangband. This port has no satellite port now. Added files: zangband/files/patch-ac zangband/files/patch-ad zangband/files/patch-ae zangband/pkg-plist Deleted files: zangband/files/Makefile.in zangband/files/makefile-adjust.patch zangband/pkg-plist.a zangband/pkg-plist.b zangband/pkg-plist.ja >How-To-Repeat: >Fix: diff -ruN /usr/ports/games/zangband/Makefile zangband/Makefile --- /usr/ports/games/zangband/Makefile Sat Mar 17 20:12:10 2001 +++ zangband/Makefile Sat Aug 18 10:50:26 2001 @@ -6,73 +6,35 @@ # PORTNAME= zangband -PORTVERSION= 2.4.0${JA_VERSION} -PORTREVISION= 1 +PORTVERSION= 2.6.1 CATEGORIES+= games MASTER_SITES= ftp://clockwork.dementia.org/angband/Variant/ZAngband/ \ - ftp://ftp.sunet.se/pub/games/Angband/Variant/ZAngband/ \ - ${JA_MASTER_SITE} -DISTFILES= ${PORTNAME}-${E_VERSION:S/.//g}-src.zip \ - ${JA_DISTFILE} + ftp://ftp.sunet.se/pub/games/Angband/Variant/ZAngband/ DIST_SUBDIR= ${PORTNAME} -EXTRACT_ONLY= ${PORTNAME}-${E_VERSION:S/.//g}-src.zip MAINTAINER= makoto@pinpott.spnet.ne.jp -USE_ZIP= yes -EXTRACT_BEFORE_ARGS= -qa USE_XLIB= yes +HAS_CONFIGURE= yes +CONFIGURE_ARGS= --datadir=${PREFIX}/lib \ + --with-setgid=${SHAREGRP} NO_CDROM= Possible copyright infringement -PKGDIR?= ${.CURDIR} -WRKSRC= ${WRKDIR}/ZAngband +WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} PKGMESSAGE= ${WRKDIR}/MESSAGE -PLIST= ${WRKDIR}/PLIST PLIST_SUB+= ANGBANDBIN=${ANGBANDBIN} ANGBANDLIB=${ANGBANDLIB} SHAREOWN= games SHAREGRP= games -BINOWN= games -BINGRP= games +BINOWN= ${SHAREOWN} +BINGRP= ${SHAREGRP} BINMODE= 2755 -MAKE_ARGS+= ANGBANDLIB=${PREFIX}/${ANGBANDLIB} ANGBANDLIB?= lib/${PORTNAME} ANGBANDBIN?= bin/${PORTNAME} -E_VERSION= ${PORTVERSION:S/${JA_VERSION}//} - -.if defined(JAPANESE) -PATCH_VERSION?= 010223 -JA_VERSION= .j${PATCH_VERSION} -JA_DISTFILE= zj${E_VERSION:S/.//g}ux-${PATCH_VERSION}.tgz -.endif - -.if defined(JAPANESE) -pre-patch: - (cd ${WRKSRC} ; ${TAR} zxf ${DISTDIR}/${DIST_SUBDIR}/zj${E_VERSION:S/.//g}ux-${PATCH_VERSION}.tgz) - (cd ${WRKSRC}/src ; ${PATCH} -p1 -l -s < ../zj${E_VERSION:S/.//g}.patch ; ${PATCH} -p1 -l -s < ${FILESDIR}/makefile-adjust.patch) -.endif - -pre-build: - ${CP} ${FILESDIR}/Makefile.in ${WRKSRC}/Makefile - ${CP} ${WRKSRC}/src/makefile.std ${WRKSRC}/src/Makefile - @${SED} -e "s|%%PREFIX%%|${PREFIX}|g;s|%%ANGBANDBIN%%|${ANGBANDBIN}|g;s|%%ANGBANDLIB%%|${ANGBANDLIB}|g" ${FILESDIR}/MESSAGE.in > ${PKGMESSAGE} - -do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/src/testing ${PREFIX}/${ANGBANDBIN} - ${MKDIR} ${PREFIX}/${ANGBANDLIB} - ${CP} -rp ${WRKSRC}/lib/* ${PREFIX}/${ANGBANDLIB} - ${CHOWN} -R ${SHAREOWN}:${SHAREGRP} ${WRKSRC}/lib -.if defined(USE_Z_SCORES) - test -f ${PREFIX}/${ANGBANDLIB}/apex/scores.raw || \ - ${CP} ${PREFIX}/${ANGBANDLIB}/apex/z_scores.raw \ - ${ANGBANDLIB}/apex/scores.raw -.else - test -f ${PREFIX}/${ANGBANDLIB}/apex/scores.raw || \ - ${TOUCH} ${PREFIX}/${ANGBANDLIB}/apex/scores.raw -.endif +post-install: (cd ${PREFIX}/${ANGBANDLIB} && \ ${CHOWN} -R ${SHAREOWN}:${SHAREGRP} apex data ; \ ${CHMOD} 755 . ; \ @@ -80,12 +42,7 @@ ${CHMOD} -R o+r help xtra ; \ ${CHMOD} 1777 save user \ ) + @${SED} -e "s|%%PREFIX%%|${PREFIX}|g;s|%%ANGBANDBIN%%|${ANGBANDBIN}|g;s|%%ANGBANDLIB%%|${ANGBANDLIB}|g" ${FILESDIR}/MESSAGE.in > ${PKGMESSAGE} @${CAT} ${PKGMESSAGE} - -post-build: - @${RM} -f ${PLIST} -.for i in pkg-plist.a ${JA_PLIST} pkg-plist.b - @${CAT} ${PKGDIR}/${i} >> ${PLIST} -.endfor .include diff -ruN /usr/ports/games/zangband/distinfo zangband/distinfo --- /usr/ports/games/zangband/distinfo Sat Mar 17 20:12:10 2001 +++ zangband/distinfo Fri Aug 17 04:17:13 2001 @@ -1,2 +1 @@ -MD5 (zangband/zangband-240-src.zip) = 4854d25e7297b5523304398e082cf069 -MD5 (zangband/zj240ux-010223.tgz) = 238215879734fb4e5cde1f48abaa2c4d +MD5 (zangband/zangband-2.6.1.tar.gz) = 18a093b379fecfa8db8c44072d45292e diff -ruN /usr/ports/games/zangband/files/MESSAGE.in zangband/files/MESSAGE.in --- /usr/ports/games/zangband/files/MESSAGE.in Thu Aug 10 02:34:16 2000 +++ zangband/files/MESSAGE.in Sat Aug 18 00:32:07 2001 @@ -5,8 +5,7 @@ The binary will changed its owner to 'games:games' and added SETGID bit. Then players can record their score to public score files. You can set fonts by using environment variables such as ANGBAND_X11_FONT, - ANGBAND_X11_FONT_1 (the number represents sub-window id), - ANGBAND_X11_KFONT (for kanji support), etc. + ANGBAND_X11_FONT_1 (the number represents sub-window id). WARNING! You now have the following world-writable (mode 1777) directories: diff -ruN /usr/ports/games/zangband/files/Makefile.in zangband/files/Makefile.in --- /usr/ports/games/zangband/files/Makefile.in Thu Aug 10 02:34:16 2000 +++ zangband/files/Makefile.in Thu Jan 1 09:00:00 1970 @@ -1,12 +0,0 @@ -# My makefile for Angband -# Matthew Hunt - -ANGBANDLIB?= /usr/local/lib/angband - -all: testing - -testing: - cd src && make "EXTRA_CFLAGS=-I${X11BASE}/include ${JAPANESE_CFLAGS} -DDEFAULT_PATH=\\\"${ANGBANDLIB}\\\"" - -test: testing - ANGBAND_PATH=./lib ./testing diff -ruN /usr/ports/games/zangband/files/makefile-adjust.patch zangband/files/makefile-adjust.patch --- /usr/ports/games/zangband/files/makefile-adjust.patch Tue Sep 5 19:13:10 2000 +++ zangband/files/makefile-adjust.patch Thu Jan 1 09:00:00 1970 @@ -1,12 +0,0 @@ ---- src/makefile.std Tue Aug 22 17:08:56 2000 -+++ src/makefile.std Thu Jul 20 13:19:50 2000 -@@ -133,8 +131,7 @@ - ## to get 256 colours. - ## - CFLAGS = -Wall -O2 -fno-strength-reduce -m486 -pipe -g \ -- -D"USE_X11" -D"USE_GCU" -D"USE_TRANSPARENCY" \ -- -D"JP" -D"EUC" -+ -D"USE_X11" -D"USE_GCU" -D"USE_TRANSPARENCY" - LIBS = -lX11 -lcurses -ltermcap -L/usr/X11R6/lib - - #CFLAGS = -Wall -O2 -fno-strength-reduce -m486 -pipe -g \ diff -ruN /usr/ports/games/zangband/files/patch-aa zangband/files/patch-aa --- /usr/ports/games/zangband/files/patch-aa Tue Sep 5 10:46:34 2000 +++ zangband/files/patch-aa Fri Aug 17 05:45:11 2001 @@ -1,39 +1,11 @@ ---- src/makefile.std Thu Jul 20 13:19:50 2000 -+++ src/Makefile Fri Aug 11 19:54:28 2000 -@@ -103,7 +103,7 @@ - # - # This is my compiler of choice, it seems to work most everywhere - # --CC = gcc -+CC ?= gcc - - - # -@@ -130,9 +130,9 @@ - ## Note: Get the 16x16.bmp file, and put in Zdirectory/lib/xtra/graf - ## to get 256 colours. - ## --CFLAGS = -Wall -O2 -fno-strength-reduce -m486 -pipe -g \ -- -D"USE_X11" -D"USE_GCU" -D"USE_TRANSPARENCY" --LIBS = -lX11 -lcurses -ltermcap -L/usr/X11R6/lib -+#CFLAGS = -Wall -O2 -fno-strength-reduce -m486 -pipe -g \ -+# -D"USE_X11" -D"USE_GCU" -D"USE_TRANSPARENCY" -+#LIBS = -lX11 -lcurses -ltermcap -L/usr/X11R6/lib - - #CFLAGS = -Wall -O2 -fno-strength-reduce -m486 -pipe -g \ - # -D"USE_XAW" -D"USE_GCU" -D"USE_TRANSPARENCY" -@@ -236,6 +236,14 @@ - ## - #CFLAGS = -Wall -O1 -pipe -g -D"USE_GCU" -arch m68k -arch i386 - #LIBS = -lcurses -ltermcap -+ -+ -+ -+## -+## Variation -- Compile for FreeBSD -+## -+CFLAGS += -D"USE_X11" -D"USE_GCU" -D"USE_TRANSPARENCY" ${EXTRA_CFLAGS} -+LIBS = -L${X11BASE}/lib -lX11 -lcurses -ltermcap - - - +--- configure.0 Fri Aug 17 04:57:54 2001 ++++ configure Fri Aug 17 04:58:02 2001 +@@ -814,7 +814,7 @@ + + if test "$GAMEGROUP" != ""; then + +- game_datadir="$datadir/games/$PACKAGE/lib/" ++ game_datadir="$datadir/$PACKAGE/" + game_datadir=`( + test "x$prefix" = xNONE && prefix="$ac_default_prefix" + test "x$exec_prefix" = xNONE && exec_prefix="${prefix}" diff -ruN /usr/ports/games/zangband/files/patch-ab zangband/files/patch-ab --- /usr/ports/games/zangband/files/patch-ab Thu Aug 10 02:34:16 2000 +++ zangband/files/patch-ab Fri Aug 17 05:34:03 2001 @@ -1,11 +1,11 @@ ---- src/z-config.h.orig Wed Feb 11 05:30:28 1998 -+++ src/z-config.h Sat Sep 18 18:20:32 1999 -@@ -52,7 +52,7 @@ - /* - * OPTION: Use the POSIX "termios" methods in "main-gcu.c" - */ --/* #define USE_TPOSIX */ -+#define USE_TPOSIX +--- lib/apex/Makefile.in.0 Fri Aug 17 05:10:34 2001 ++++ lib/apex/Makefile.in Fri Aug 17 05:10:52 2001 +@@ -200,7 +200,7 @@ - /* - * OPTION: Use the "termio" methods in "main-gcu.c" + install-data-hook: + @SET_GID_TRUE@ touch "$(DESTDIR)$(angbanddir)/scores.raw" +-@SET_GID_TRUE@ chown -R root.@GAMEGROUP@ "$(DESTDIR)$(angbanddir)" ++@SET_GID_TRUE@ chown -R root:@GAMEGROUP@ "$(DESTDIR)$(angbanddir)" + @SET_GID_TRUE@ chmod -R g+w "$(DESTDIR)$(angbanddir)" + + # Tell versions [3.59,3.63) of GNU make to not export all variables. diff -ruN /usr/ports/games/zangband/files/patch-ac zangband/files/patch-ac --- /usr/ports/games/zangband/files/patch-ac Thu Jan 1 09:00:00 1970 +++ zangband/files/patch-ac Fri Aug 17 05:34:03 2001 @@ -0,0 +1,11 @@ +--- lib/bone/Makefile.in.0 Fri Aug 17 05:14:44 2001 ++++ lib/bone/Makefile.in Fri Aug 17 05:15:40 2001 +@@ -199,7 +199,7 @@ + + + install-data-hook: +-@SET_GID_TRUE@ chown -R root.@GAMEGROUP@ "$(DESTDIR)$(angbanddir)" ++@SET_GID_TRUE@ chown -R root:@GAMEGROUP@ "$(DESTDIR)$(angbanddir)" + @SET_GID_TRUE@ chmod -R 070 "$(DESTDIR)$(angbanddir)" + + # Tell versions [3.59,3.63) of GNU make to not export all variables. diff -ruN /usr/ports/games/zangband/files/patch-ad zangband/files/patch-ad --- /usr/ports/games/zangband/files/patch-ad Thu Jan 1 09:00:00 1970 +++ zangband/files/patch-ad Fri Aug 17 05:34:03 2001 @@ -0,0 +1,11 @@ +--- lib/data/Makefile.in.0 Fri Aug 17 05:14:55 2001 ++++ lib/data/Makefile.in Fri Aug 17 05:15:19 2001 +@@ -206,7 +206,7 @@ + @SET_GID_TRUE@ touch "$(DESTDIR)$(angbanddir)/k_info.raw" && \ + @SET_GID_TRUE@ touch "$(DESTDIR)$(angbanddir)/r_info.raw" && \ + @SET_GID_TRUE@ touch "$(DESTDIR)$(angbanddir)/v_info.raw" && \ +-@SET_GID_TRUE@ chown -R root.@GAMEGROUP@ "$(DESTDIR)$(angbanddir)" && \ ++@SET_GID_TRUE@ chown -R root:@GAMEGROUP@ "$(DESTDIR)$(angbanddir)" && \ + @SET_GID_TRUE@ chmod -R g+w "$(DESTDIR)$(angbanddir)" ;\ + @SET_GID_TRUE@ fi + diff -ruN /usr/ports/games/zangband/files/patch-ae zangband/files/patch-ae --- /usr/ports/games/zangband/files/patch-ae Thu Jan 1 09:00:00 1970 +++ zangband/files/patch-ae Fri Aug 17 05:34:03 2001 @@ -0,0 +1,11 @@ +--- lib/save/Makefile.in.0 Fri Aug 17 05:14:58 2001 ++++ lib/save/Makefile.in Fri Aug 17 05:15:09 2001 +@@ -199,7 +199,7 @@ + + + install-data-hook: +-@SET_GID_TRUE@ chown -R root.@GAMEGROUP@ "$(DESTDIR)$(angbanddir)" ++@SET_GID_TRUE@ chown -R root:@GAMEGROUP@ "$(DESTDIR)$(angbanddir)" + @SET_GID_TRUE@ chmod -R 070 "$(DESTDIR)$(angbanddir)" + + # Tell versions [3.59,3.63) of GNU make to not export all variables. diff -ruN /usr/ports/games/zangband/pkg-plist zangband/pkg-plist --- /usr/ports/games/zangband/pkg-plist Thu Jan 1 09:00:00 1970 +++ zangband/pkg-plist Sat Aug 18 00:33:20 2001 @@ -0,0 +1,149 @@ +@owner games +@group games +@mode 664 +%%ANGBANDBIN%% +@exec chmod 2755 %D/%%ANGBANDBIN%% +@unexec rm -f %D/%%ANGBANDLIB%%/data/* +@unexec cmp -s %D/%%ANGBANDLIB%%/apex/scores.raw %D/%%ANGBANDLIB%%/apex/z_scores.raw && rm %D/%%ANGBANDLIB%%/apex/scores.raw || true +@unexec cmp -s %D/%%ANGBANDLIB%%/apex/scores.raw /dev/null && rm %D/%%ANGBANDLIB%%/apex/scores.raw || true +%%ANGBANDLIB%%/apex/readme.txt +%%ANGBANDLIB%%/apex/z_scores.raw +@exec test -f %D/%%ANGBANDLIB%%/apex/scores.raw || touch %D/%%ANGBANDLIB%%/apex/scores.raw +%%ANGBANDLIB%%/bone/delete.me +%%ANGBANDLIB%%/edit/a_info.txt +%%ANGBANDLIB%%/edit/e_info.txt +%%ANGBANDLIB%%/edit/f_info.txt +%%ANGBANDLIB%%/edit/k_info.txt +%%ANGBANDLIB%%/edit/misc.txt +%%ANGBANDLIB%%/edit/q_info.txt +%%ANGBANDLIB%%/edit/q_oberon.txt +%%ANGBANDLIB%%/edit/q_random.txt +%%ANGBANDLIB%%/edit/q_serpen.txt +%%ANGBANDLIB%%/edit/r_info.txt +%%ANGBANDLIB%%/edit/t_info.txt +%%ANGBANDLIB%%/edit/v_info.txt +%%ANGBANDLIB%%/edit/w_info.txt +%%ANGBANDLIB%%/file/a_cursed.txt +%%ANGBANDLIB%%/file/a_high.txt +%%ANGBANDLIB%%/file/a_low.txt +%%ANGBANDLIB%%/file/a_med.txt +%%ANGBANDLIB%%/file/chainswd.txt +%%ANGBANDLIB%%/file/crime.txt +%%ANGBANDLIB%%/file/dead.txt +%%ANGBANDLIB%%/file/death.txt +%%ANGBANDLIB%%/file/elvish.txt +%%ANGBANDLIB%%/file/error.txt +%%ANGBANDLIB%%/file/mondeath.txt +%%ANGBANDLIB%%/file/monfear.txt +%%ANGBANDLIB%%/file/monfrien.txt +%%ANGBANDLIB%%/file/monspeak.txt +%%ANGBANDLIB%%/file/news.txt +%%ANGBANDLIB%%/file/readme.txt +%%ANGBANDLIB%%/file/rumors.txt +%%ANGBANDLIB%%/file/sample.txt +%%ANGBANDLIB%%/file/silly.txt +%%ANGBANDLIB%%/file/timefun.txt +%%ANGBANDLIB%%/file/timenorm.txt +%%ANGBANDLIB%%/file/w_cursed.txt +%%ANGBANDLIB%%/file/w_high.txt +%%ANGBANDLIB%%/file/w_low.txt +%%ANGBANDLIB%%/file/w_med.txt +%%ANGBANDLIB%%/help/attack.hlp +%%ANGBANDLIB%%/help/attack.txt +%%ANGBANDLIB%%/help/birth.hlp +%%ANGBANDLIB%%/help/birth.txt +%%ANGBANDLIB%%/help/bldg.txt +%%ANGBANDLIB%%/help/charattr.hlp +%%ANGBANDLIB%%/help/charattr.txt +%%ANGBANDLIB%%/help/command.hlp +%%ANGBANDLIB%%/help/command.txt +%%ANGBANDLIB%%/help/commdesc.hlp +%%ANGBANDLIB%%/help/commdesc.txt +%%ANGBANDLIB%%/help/defend.hlp +%%ANGBANDLIB%%/help/defend.txt +%%ANGBANDLIB%%/help/dungeon.hlp +%%ANGBANDLIB%%/help/dungeon.txt +%%ANGBANDLIB%%/help/gambling.txt +%%ANGBANDLIB%%/help/general.hlp +%%ANGBANDLIB%%/help/general.txt +%%ANGBANDLIB%%/help/help.hlp +%%ANGBANDLIB%%/help/helpinfo.txt +%%ANGBANDLIB%%/help/magic.hlp +%%ANGBANDLIB%%/help/magic.txt +%%ANGBANDLIB%%/help/monster.hlp +%%ANGBANDLIB%%/help/monster.txt +%%ANGBANDLIB%%/help/objects.hlp +%%ANGBANDLIB%%/help/objects.txt +%%ANGBANDLIB%%/help/option.hlp +%%ANGBANDLIB%%/help/option.txt +%%ANGBANDLIB%%/help/pref.hlp +%%ANGBANDLIB%%/help/pref.txt +%%ANGBANDLIB%%/help/readme.txt +%%ANGBANDLIB%%/help/spoiler.hlp +%%ANGBANDLIB%%/help/town.hlp +%%ANGBANDLIB%%/help/town.txt +%%ANGBANDLIB%%/help/version.txt +%%ANGBANDLIB%%/help/wizard.txt +%%ANGBANDLIB%%/info/delete.me +%%ANGBANDLIB%%/pref/colors.prf +%%ANGBANDLIB%%/pref/font-ami.prf +%%ANGBANDLIB%%/pref/font-dos.prf +%%ANGBANDLIB%%/pref/font-ibm.prf +%%ANGBANDLIB%%/pref/font-mac.prf +%%ANGBANDLIB%%/pref/font-mon.prf +%%ANGBANDLIB%%/pref/font-win.prf +%%ANGBANDLIB%%/pref/font-x11.prf +%%ANGBANDLIB%%/pref/font-xxx.prf +%%ANGBANDLIB%%/pref/font.prf +%%ANGBANDLIB%%/pref/graf-ami.prf +%%ANGBANDLIB%%/pref/graf-dos.prf +%%ANGBANDLIB%%/pref/graf-gcu.prf +%%ANGBANDLIB%%/pref/graf-ibm.prf +%%ANGBANDLIB%%/pref/graf-lsl.prf +%%ANGBANDLIB%%/pref/graf-mac.prf +%%ANGBANDLIB%%/pref/graf-new.prf +%%ANGBANDLIB%%/pref/graf-win.prf +%%ANGBANDLIB%%/pref/graf-x11.prf +%%ANGBANDLIB%%/pref/graf-xaw.prf +%%ANGBANDLIB%%/pref/graf-xpj.prf +%%ANGBANDLIB%%/pref/graf-xxx.prf +%%ANGBANDLIB%%/pref/graf.prf +%%ANGBANDLIB%%/pref/pref-acn.prf +%%ANGBANDLIB%%/pref/pref-ami.prf +%%ANGBANDLIB%%/pref/pref-emx.prf +%%ANGBANDLIB%%/pref/pref-gcu.prf +%%ANGBANDLIB%%/pref/pref-gtk.prf +%%ANGBANDLIB%%/pref/pref-key.prf +%%ANGBANDLIB%%/pref/pref-mac.prf +%%ANGBANDLIB%%/pref/pref-win.prf +%%ANGBANDLIB%%/pref/pref-x11.prf +%%ANGBANDLIB%%/pref/pref.prf +%%ANGBANDLIB%%/pref/spell-xx.prf +%%ANGBANDLIB%%/pref/user-win.prf +%%ANGBANDLIB%%/pref/user.prf +%%ANGBANDLIB%%/pref/xtra-gcu.prf +%%ANGBANDLIB%%/pref/xtra-new.prf +%%ANGBANDLIB%%/pref/xtra-xxx.prf +%%ANGBANDLIB%%/save/delete.me +%%ANGBANDLIB%%/script/delete.me +%%ANGBANDLIB%%/user/delete.me +%%ANGBANDLIB%%/xtra/delete.me +@exec mkdir %D/%%ANGBANDLIB%%/data +@exec chown -R games:games %D/%%ANGBANDLIB%%/apex %D/%%ANGBANDLIB%%/data +@exec chmod 775 %D/%%ANGBANDLIB%% +@exec chmod -R ug+rw,o-rw %D/%%ANGBANDLIB%%/* +@exec chmod -R o+r %D/%%ANGBANDLIB%%/help %D/%%ANGBANDLIB%%/xtra +@exec chmod 1777 %D/%%ANGBANDLIB%%/save %D/%%ANGBANDLIB%%/user +@dirrm %%ANGBANDLIB%%/apex +@dirrm %%ANGBANDLIB%%/bone +@dirrm %%ANGBANDLIB%%/data +@dirrm %%ANGBANDLIB%%/edit +@dirrm %%ANGBANDLIB%%/file +@dirrm %%ANGBANDLIB%%/help +@dirrm %%ANGBANDLIB%%/info +@dirrm %%ANGBANDLIB%%/pref +@dirrm %%ANGBANDLIB%%/save +@dirrm %%ANGBANDLIB%%/script +@dirrm %%ANGBANDLIB%%/user +@dirrm %%ANGBANDLIB%%/xtra +@dirrm %%ANGBANDLIB%% diff -ruN /usr/ports/games/zangband/pkg-plist.a zangband/pkg-plist.a --- /usr/ports/games/zangband/pkg-plist.a Mon Sep 18 03:44:59 2000 +++ zangband/pkg-plist.a Thu Jan 1 09:00:00 1970 @@ -1,196 +0,0 @@ -@owner games -@group games -@mode 664 -%%ANGBANDBIN%% -@exec chmod 2755 %D/%%ANGBANDBIN%% -@unexec rm -f %D/%%ANGBANDLIB%%/data/* -@unexec cmp -s %D/%%ANGBANDLIB%%/apex/scores.raw %D/%%ANGBANDLIB%%/apex/z_scores.raw && rm %D/%%ANGBANDLIB%%/apex/scores.raw || true -@unexec cmp -s %D/%%ANGBANDLIB%%/apex/scores.raw /dev/null && rm %D/%%ANGBANDLIB%%/apex/scores.raw || true -%%ANGBANDLIB%%/apex/readme.txt -%%ANGBANDLIB%%/apex/z_scores.raw -@exec test -f %D/%%ANGBANDLIB%%/apex/scores.raw || touch %D/%%ANGBANDLIB%%/apex/scores.raw -%%ANGBANDLIB%%/bone/delete.me -%%ANGBANDLIB%%/edit/a_info.txt -%%ANGBANDLIB%%/edit/e_info.txt -%%ANGBANDLIB%%/edit/f_info.txt -%%ANGBANDLIB%%/edit/k_info.txt -%%ANGBANDLIB%%/edit/misc.txt -%%ANGBANDLIB%%/edit/q0000001.txt -%%ANGBANDLIB%%/edit/q0000002.txt -%%ANGBANDLIB%%/edit/q0000003.txt -%%ANGBANDLIB%%/edit/q0000004.txt -%%ANGBANDLIB%%/edit/q0000005.txt -%%ANGBANDLIB%%/edit/q0000006.txt -%%ANGBANDLIB%%/edit/q0000007.txt -%%ANGBANDLIB%%/edit/q0000019.txt -%%ANGBANDLIB%%/edit/q0000020.txt -%%ANGBANDLIB%%/edit/q0000021.txt -%%ANGBANDLIB%%/edit/q0000022.txt -%%ANGBANDLIB%%/edit/q0000023.txt -%%ANGBANDLIB%%/edit/q0000027.txt -%%ANGBANDLIB%%/edit/q0000028.txt -%%ANGBANDLIB%%/edit/q00000ms.txt -%%ANGBANDLIB%%/edit/q000chao.txt -%%ANGBANDLIB%%/edit/q000dekn.txt -%%ANGBANDLIB%%/edit/q000eric.txt -%%ANGBANDLIB%%/edit/q000lyeh.txt -%%ANGBANDLIB%%/edit/q000natu.txt -%%ANGBANDLIB%%/edit/q000sorc.txt -%%ANGBANDLIB%%/edit/q00water.txt -%%ANGBANDLIB%%/edit/q0clone0.txt -%%ANGBANDLIB%%/edit/q0fields.txt -%%ANGBANDLIB%%/edit/q0thief1.txt -%%ANGBANDLIB%%/edit/q0thief2.txt -%%ANGBANDLIB%%/edit/q0willow.txt -%%ANGBANDLIB%%/edit/q_info.txt -%%ANGBANDLIB%%/edit/q_oberon.txt -%%ANGBANDLIB%%/edit/q_pref.txt -%%ANGBANDLIB%%/edit/q_random.txt -%%ANGBANDLIB%%/edit/q_serpen.txt -%%ANGBANDLIB%%/edit/q_warg.txt -%%ANGBANDLIB%%/edit/qdarkelf.txt -%%ANGBANDLIB%%/edit/qhaunted.txt -%%ANGBANDLIB%%/edit/r_info.txt -%%ANGBANDLIB%%/edit/t0000001.txt -%%ANGBANDLIB%%/edit/t0000002.txt -%%ANGBANDLIB%%/edit/t0000003.txt -%%ANGBANDLIB%%/edit/t0000004.txt -%%ANGBANDLIB%%/edit/t0000005.txt -%%ANGBANDLIB%%/edit/t_basic.txt -%%ANGBANDLIB%%/edit/t_info.txt -%%ANGBANDLIB%%/edit/t_lite.txt -%%ANGBANDLIB%%/edit/t_pref.txt -%%ANGBANDLIB%%/edit/v_info.txt -%%ANGBANDLIB%%/edit/w_info.txt -%%ANGBANDLIB%%/file/a_cursed.txt -%%ANGBANDLIB%%/file/a_high.txt -%%ANGBANDLIB%%/file/a_low.txt -%%ANGBANDLIB%%/file/a_med.txt -%%ANGBANDLIB%%/file/chainswd.txt -%%ANGBANDLIB%%/file/crime.txt -%%ANGBANDLIB%%/file/dead.txt -%%ANGBANDLIB%%/file/death.txt -%%ANGBANDLIB%%/file/elvish.txt -%%ANGBANDLIB%%/file/error.txt -%%ANGBANDLIB%%/file/mondeath.txt -%%ANGBANDLIB%%/file/monfear.txt -%%ANGBANDLIB%%/file/monfrien.txt -%%ANGBANDLIB%%/file/monspeak.txt -%%ANGBANDLIB%%/file/news.txt -%%ANGBANDLIB%%/file/readme.txt -%%ANGBANDLIB%%/file/rumors.txt -%%ANGBANDLIB%%/file/sample.txt -%%ANGBANDLIB%%/file/silly.txt -%%ANGBANDLIB%%/file/timefun.txt -%%ANGBANDLIB%%/file/timenorm.txt -%%ANGBANDLIB%%/file/w_cursed.txt -%%ANGBANDLIB%%/file/w_high.txt -%%ANGBANDLIB%%/file/w_low.txt -%%ANGBANDLIB%%/file/w_med.txt -%%ANGBANDLIB%%/help/arena.txt -%%ANGBANDLIB%%/help/attack.hlp -%%ANGBANDLIB%%/help/attack.txt -%%ANGBANDLIB%%/help/birth.hlp -%%ANGBANDLIB%%/help/birth.txt -%%ANGBANDLIB%%/help/bldg.txt -%%ANGBANDLIB%%/help/charattr.hlp -%%ANGBANDLIB%%/help/charattr.txt -%%ANGBANDLIB%%/help/command.hlp -%%ANGBANDLIB%%/help/command.txt -%%ANGBANDLIB%%/help/commdesc.hlp -%%ANGBANDLIB%%/help/commdesc.txt -%%ANGBANDLIB%%/help/defend.hlp -%%ANGBANDLIB%%/help/defend.txt -%%ANGBANDLIB%%/help/dungeon.hlp -%%ANGBANDLIB%%/help/dungeon.txt -%%ANGBANDLIB%%/help/gambling.txt -%%ANGBANDLIB%%/help/general.hlp -%%ANGBANDLIB%%/help/general.txt -%%ANGBANDLIB%%/help/help.hlp -%%ANGBANDLIB%%/help/helpinfo.txt -%%ANGBANDLIB%%/help/magic.hlp -%%ANGBANDLIB%%/help/magic.txt -%%ANGBANDLIB%%/help/objects.hlp -%%ANGBANDLIB%%/help/objects.txt -%%ANGBANDLIB%%/help/option.hlp -%%ANGBANDLIB%%/help/option.txt -%%ANGBANDLIB%%/help/pref.hlp -%%ANGBANDLIB%%/help/pref.txt -%%ANGBANDLIB%%/help/readme.txt -%%ANGBANDLIB%%/help/spoiler.hlp -%%ANGBANDLIB%%/help/tang.txt -%%ANGBANDLIB%%/help/town.hlp -%%ANGBANDLIB%%/help/town.txt -%%ANGBANDLIB%%/help/version.txt -%%ANGBANDLIB%%/info/delete.me -%%ANGBANDLIB%%/pref/delete.me -%%ANGBANDLIB%%/save/delete.me -%%ANGBANDLIB%%/script/delete.me -%%ANGBANDLIB%%/user/colors.prf -%%ANGBANDLIB%%/user/font-ami.prf -%%ANGBANDLIB%%/user/font-dos.prf -%%ANGBANDLIB%%/user/font-ibm.prf -%%ANGBANDLIB%%/user/font-mac.prf -%%ANGBANDLIB%%/user/font-mon.prf -%%ANGBANDLIB%%/user/font-win.prf -%%ANGBANDLIB%%/user/font-x11.prf -%%ANGBANDLIB%%/user/font-xxx.prf -%%ANGBANDLIB%%/user/font.prf -%%ANGBANDLIB%%/user/graf-ami.prf -%%ANGBANDLIB%%/user/graf-dos.prf -%%ANGBANDLIB%%/user/graf-gcu.prf -%%ANGBANDLIB%%/user/graf-ibm.prf -%%ANGBANDLIB%%/user/graf-lsl.prf -%%ANGBANDLIB%%/user/graf-mac.prf -%%ANGBANDLIB%%/user/graf-new.prf -%%ANGBANDLIB%%/user/graf-win.prf -%%ANGBANDLIB%%/user/graf-x11.prf -%%ANGBANDLIB%%/user/graf-xaw.prf -%%ANGBANDLIB%%/user/graf-xxx.prf -%%ANGBANDLIB%%/user/graf.prf -%%ANGBANDLIB%%/user/pref-acn.prf -%%ANGBANDLIB%%/user/pref-ami.prf -%%ANGBANDLIB%%/user/pref-emx.prf -%%ANGBANDLIB%%/user/pref-gcu.prf -%%ANGBANDLIB%%/user/pref-key.prf -%%ANGBANDLIB%%/user/pref-mac.prf -%%ANGBANDLIB%%/user/pref-win.prf -%%ANGBANDLIB%%/user/pref-x11.prf -%%ANGBANDLIB%%/user/pref.prf -%%ANGBANDLIB%%/user/spell-xx.prf -%%ANGBANDLIB%%/user/user-win.prf -%%ANGBANDLIB%%/user/user.prf -%%ANGBANDLIB%%/user/xtra-gcu.prf -%%ANGBANDLIB%%/user/xtra-new.prf -%%ANGBANDLIB%%/user/xtra-xxx.prf -%%ANGBANDLIB%%/xtra/font/10X20.FON -%%ANGBANDLIB%%/xtra/font/12X24.FON -%%ANGBANDLIB%%/xtra/font/5X8.FON -%%ANGBANDLIB%%/xtra/font/6X10.FON -%%ANGBANDLIB%%/xtra/font/6X12.FON -%%ANGBANDLIB%%/xtra/font/6X13.FON -%%ANGBANDLIB%%/xtra/font/6X13B.FON -%%ANGBANDLIB%%/xtra/font/6X9.FON -%%ANGBANDLIB%%/xtra/font/7X13.FON -%%ANGBANDLIB%%/xtra/font/7X13B.FON -%%ANGBANDLIB%%/xtra/font/8X13.FON -%%ANGBANDLIB%%/xtra/font/8X13B.FON -%%ANGBANDLIB%%/xtra/font/9X15.FON -%%ANGBANDLIB%%/xtra/font/9X15B.FON -%%ANGBANDLIB%%/xtra/font/xm10x17.fnt -%%ANGBANDLIB%%/xtra/font/xm10x17b.fnt -%%ANGBANDLIB%%/xtra/font/xm12x20.fnt -%%ANGBANDLIB%%/xtra/font/xm12x20b.fnt -%%ANGBANDLIB%%/xtra/font/xm16x25.fnt -%%ANGBANDLIB%%/xtra/font/xm16x25b.fnt -%%ANGBANDLIB%%/xtra/font/xm4x6.fnt -%%ANGBANDLIB%%/xtra/font/xm5x8.fnt -%%ANGBANDLIB%%/xtra/font/xm6x12.fnt -%%ANGBANDLIB%%/xtra/font/xm6x12b.fnt -%%ANGBANDLIB%%/xtra/font/xm8x13.fnt -%%ANGBANDLIB%%/xtra/font/xm8x13b.fnt -%%ANGBANDLIB%%/xtra/font/xm8x16.fnt -%%ANGBANDLIB%%/xtra/font/xm8x16b.fnt -%%ANGBANDLIB%%/xtra/graf/readme.txt -%%ANGBANDLIB%%/xtra/music/delete.me -%%ANGBANDLIB%%/xtra/sound/sound.cfg diff -ruN /usr/ports/games/zangband/pkg-plist.b zangband/pkg-plist.b --- /usr/ports/games/zangband/pkg-plist.b Thu Aug 10 02:34:16 2000 +++ zangband/pkg-plist.b Thu Jan 1 09:00:00 1970 @@ -1,23 +0,0 @@ -@exec mkdir %D/%%ANGBANDLIB%%/data -@exec chown -R games:games %D/%%ANGBANDLIB%%/apex %D/%%ANGBANDLIB%%/data -@exec chmod 775 %D/%%ANGBANDLIB%% -@exec chmod -R ug+rw,o-rw %D/%%ANGBANDLIB%%/* -@exec chmod -R o+r %D/%%ANGBANDLIB%%/help %D/%%ANGBANDLIB%%/xtra -@exec chmod 1777 %D/%%ANGBANDLIB%%/save %D/%%ANGBANDLIB%%/user -@dirrm %%ANGBANDLIB%%/apex -@dirrm %%ANGBANDLIB%%/bone -@dirrm %%ANGBANDLIB%%/data -@dirrm %%ANGBANDLIB%%/edit -@dirrm %%ANGBANDLIB%%/file -@dirrm %%ANGBANDLIB%%/help -@dirrm %%ANGBANDLIB%%/info -@dirrm %%ANGBANDLIB%%/pref -@dirrm %%ANGBANDLIB%%/save -@dirrm %%ANGBANDLIB%%/script -@dirrm %%ANGBANDLIB%%/user -@dirrm %%ANGBANDLIB%%/xtra/font -@dirrm %%ANGBANDLIB%%/xtra/graf -@dirrm %%ANGBANDLIB%%/xtra/music -@dirrm %%ANGBANDLIB%%/xtra/sound -@dirrm %%ANGBANDLIB%%/xtra -@dirrm %%ANGBANDLIB%% diff -ruN /usr/ports/games/zangband/pkg-plist.ja zangband/pkg-plist.ja --- /usr/ports/games/zangband/pkg-plist.ja Sat Mar 17 20:12:10 2001 +++ zangband/pkg-plist.ja Thu Jan 1 09:00:00 1970 @@ -1,120 +0,0 @@ -%%ANGBANDLIB%%/edit/a_info_j.txt -%%ANGBANDLIB%%/edit/e_info_j.txt -%%ANGBANDLIB%%/edit/f_info_j.txt -%%ANGBANDLIB%%/edit/k_info_j.txt -%%ANGBANDLIB%%/edit/misc_j.txt -%%ANGBANDLIB%%/edit/q0000001_j.txt -%%ANGBANDLIB%%/edit/q0000002_j.txt -%%ANGBANDLIB%%/edit/q0000003_j.txt -%%ANGBANDLIB%%/edit/q0000004_j.txt -%%ANGBANDLIB%%/edit/q0000005_j.txt -%%ANGBANDLIB%%/edit/q0000006_j.txt -%%ANGBANDLIB%%/edit/q0000007_j.txt -%%ANGBANDLIB%%/edit/q0000019_j.txt -%%ANGBANDLIB%%/edit/q0000020_j.txt -%%ANGBANDLIB%%/edit/q0000021_j.txt -%%ANGBANDLIB%%/edit/q0000022_j.txt -%%ANGBANDLIB%%/edit/q0000023_j.txt -%%ANGBANDLIB%%/edit/q0000027_j.txt -%%ANGBANDLIB%%/edit/q0000028_j.txt -%%ANGBANDLIB%%/edit/q00000ms_j.txt -%%ANGBANDLIB%%/edit/q000chao_j.txt -%%ANGBANDLIB%%/edit/q000dekn_j.txt -%%ANGBANDLIB%%/edit/q000eric_j.txt -%%ANGBANDLIB%%/edit/q000lyeh_j.txt -%%ANGBANDLIB%%/edit/q000natu_j.txt -%%ANGBANDLIB%%/edit/q000sorc_j.txt -%%ANGBANDLIB%%/edit/q00water_j.txt -%%ANGBANDLIB%%/edit/q0clone0_j.txt -%%ANGBANDLIB%%/edit/q0fields_j.txt -%%ANGBANDLIB%%/edit/q0thief1_j.txt -%%ANGBANDLIB%%/edit/q0thief2_j.txt -%%ANGBANDLIB%%/edit/q0willow_j.txt -%%ANGBANDLIB%%/edit/q_avenge_j.txt -%%ANGBANDLIB%%/edit/q_info_j.txt -%%ANGBANDLIB%%/edit/q_oberon_j.txt -%%ANGBANDLIB%%/edit/q_pref_j.txt -%%ANGBANDLIB%%/edit/q_random_j.txt -%%ANGBANDLIB%%/edit/q_serpen_j.txt -%%ANGBANDLIB%%/edit/q_warg_j.txt -%%ANGBANDLIB%%/edit/qdarkelf_j.txt -%%ANGBANDLIB%%/edit/qhaunted_j.txt -%%ANGBANDLIB%%/edit/r_info_j.txt -%%ANGBANDLIB%%/edit/t0000001_j.txt -%%ANGBANDLIB%%/edit/t0000002_j.txt -%%ANGBANDLIB%%/edit/t0000003_j.txt -%%ANGBANDLIB%%/edit/t0000004_j.txt -%%ANGBANDLIB%%/edit/t0000005_j.txt -%%ANGBANDLIB%%/edit/t_basic_j.txt -%%ANGBANDLIB%%/edit/t_info_j.txt -%%ANGBANDLIB%%/edit/t_lite_j.txt -%%ANGBANDLIB%%/edit/t_pref_j.txt -%%ANGBANDLIB%%/edit/v_info_j.txt -%%ANGBANDLIB%%/edit/w_info_j.txt -%%ANGBANDLIB%%/file/a_cursed_j.txt -%%ANGBANDLIB%%/file/a_high_j.txt -%%ANGBANDLIB%%/file/a_low_j.txt -%%ANGBANDLIB%%/file/a_med_j.txt -%%ANGBANDLIB%%/file/aname_j.txt -%%ANGBANDLIB%%/file/chainswd_j.txt -%%ANGBANDLIB%%/file/crime_j.txt -%%ANGBANDLIB%%/file/dead_j.txt -%%ANGBANDLIB%%/file/death_j.txt -%%ANGBANDLIB%%/file/elvish_j.txt -%%ANGBANDLIB%%/file/error_j.txt -%%ANGBANDLIB%%/file/mondeath_j.txt -%%ANGBANDLIB%%/file/monfear_j.txt -%%ANGBANDLIB%%/file/monfrien_j.txt -%%ANGBANDLIB%%/file/monspeak_j.txt -%%ANGBANDLIB%%/file/news_j.txt -%%ANGBANDLIB%%/file/rumors_j.txt -%%ANGBANDLIB%%/file/silly_j.txt -%%ANGBANDLIB%%/file/timefun_j.txt -%%ANGBANDLIB%%/file/timenorm_j.txt -%%ANGBANDLIB%%/file/w_cursed_j.txt -%%ANGBANDLIB%%/file/w_high_j.txt -%%ANGBANDLIB%%/file/w_low_j.txt -%%ANGBANDLIB%%/file/w_med_j.txt -%%ANGBANDLIB%%/help/j_feature.txt -%%ANGBANDLIB%%/help/j_general.txt -%%ANGBANDLIB%%/help/j_history.txt -%%ANGBANDLIB%%/help/j_item1.txt -%%ANGBANDLIB%%/help/j_item2.txt -%%ANGBANDLIB%%/help/j_trans.txt -%%ANGBANDLIB%%/help/jattack.hlp -%%ANGBANDLIB%%/help/jattack.txt -%%ANGBANDLIB%%/help/jbirth.hlp -%%ANGBANDLIB%%/help/jbirth.txt -%%ANGBANDLIB%%/help/jbldg.txt -%%ANGBANDLIB%%/help/jcharattr.hlp -%%ANGBANDLIB%%/help/jcharattr.txt -%%ANGBANDLIB%%/help/jcommand.hlp -%%ANGBANDLIB%%/help/jcommand.txt -%%ANGBANDLIB%%/help/jcommand0.txt -%%ANGBANDLIB%%/help/jcommdesc.hlp -%%ANGBANDLIB%%/help/jcommdesc.txt -%%ANGBANDLIB%%/help/jdefend.hlp -%%ANGBANDLIB%%/help/jdefend.txt -%%ANGBANDLIB%%/help/jdungeon.hlp -%%ANGBANDLIB%%/help/jdungeon.txt -%%ANGBANDLIB%%/help/jgambling.txt -%%ANGBANDLIB%%/help/jobjects.hlp -%%ANGBANDLIB%%/help/jgeneral.hlp -%%ANGBANDLIB%%/help/jgeneral.txt -%%ANGBANDLIB%%/help/jhelp.hlp -%%ANGBANDLIB%%/help/jhelpinfo.txt -%%ANGBANDLIB%%/help/jmagic.hlp -%%ANGBANDLIB%%/help/jmagic.txt -%%ANGBANDLIB%%/help/jmonster.hlp -%%ANGBANDLIB%%/help/jmonster.txt -%%ANGBANDLIB%%/help/jobjects.txt -%%ANGBANDLIB%%/help/joption.hlp -%%ANGBANDLIB%%/help/joption.txt -%%ANGBANDLIB%%/help/jpref.hlp -%%ANGBANDLIB%%/help/jpref.txt -%%ANGBANDLIB%%/help/jspecial.hlp -%%ANGBANDLIB%%/help/jtang.txt -%%ANGBANDLIB%%/help/jtown.hlp -%%ANGBANDLIB%%/help/jtown.txt -%%ANGBANDLIB%%/help/jversion.txt -%%ANGBANDLIB%%/help/jwizard.txt >Release-Note: >Audit-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 Aug 23 20:35: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 2980537B408; Thu, 23 Aug 2001 20:35:56 -0700 (PDT) (envelope-from petef@FreeBSD.org) Received: (from petef@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7O3SxH11030; Thu, 23 Aug 2001 20:28:59 -0700 (PDT) (envelope-from petef) Date: Thu, 23 Aug 2001 20:28:59 -0700 (PDT) From: Message-Id: <200108240328.f7O3SxH11030@freefall.freebsd.org> To: donbrearley@hccgwy.mnscu.edu, petef@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/30014: Installation of PHP with GD fails Sender: owner-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: Installation of PHP with GD fails State-Changed-From-To: open->analyzed State-Changed-By: petef State-Changed-When: Thu Aug 23 20:28:10 PDT 2001 State-Changed-Why: This appears to be fixed in the latest version of scripts/configure.php. Please cvsup your ports tree and try again. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=30014 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Aug 23 21: 0:28 2001 Delivered-To: freebsd-ports@freebsd.org Received: from ariel.phys.wesleyan.edu (ariel.phys.wesleyan.edu [129.133.95.129]) by hub.freebsd.org (Postfix) with ESMTP id 6B33A37B401 for ; Thu, 23 Aug 2001 21:00:26 -0700 (PDT) (envelope-from vlad@ariel.phys.wesleyan.edu) Received: from localhost (localhost [127.0.0.1]) by ariel.phys.wesleyan.edu (Postfix) with ESMTP id D023E1EA30F; Fri, 24 Aug 2001 00:00:26 -0400 (EDT) Date: Fri, 24 Aug 2001 00:00:26 -0400 (EDT) From: Vladimir Savichev X-X-Sender: To: "David W. Chapman Jr." Cc: , Subject: Re: ports/30014: Installation of PHP with GD fails In-Reply-To: <20010823222827.B79769@leviathan.inethouston.net> Message-ID: <20010823234453.P69072-100000@localhost> 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 YES, PR can be closed I think the problem is that if you try to install mod_php4 | related ports With/withOut GD options one has to make clean every time to wipe out config.cache as it's written in /mod_php4/work/php-4.0.6/INSTALL. So please make clean in /security/acid(?) and make install over again. I tryied it both from mod_php4/acid worked fine. --Vlad On Thu, 23 Aug 2001, David W. Chapman Jr. wrote: > On Thu, Aug 23, 2001 at 11:27:41PM -0400, Vladimir Savichev wrote: > > GD works allright from mod_php4 port > > --Vlad > > > does this mean this pr can be closed? > > -- > 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 Thu Aug 23 21:37:44 2001 Delivered-To: freebsd-ports@freebsd.org Received: from ns.yogotech.com (ns.yogotech.com [206.127.123.66]) by hub.freebsd.org (Postfix) with ESMTP id 5F7A937B406; Thu, 23 Aug 2001 21:37:36 -0700 (PDT) (envelope-from nate@yogotech.com) Received: from nomad.yogotech.com (nomad.yogotech.com [206.127.123.131]) by ns.yogotech.com (8.9.3/8.9.3) with ESMTP id WAA16218; Thu, 23 Aug 2001 22:37:34 -0600 (MDT) (envelope-from nate@nomad.yogotech.com) Received: (from nate@localhost) by nomad.yogotech.com (8.8.8/8.8.8) id WAA21071; Thu, 23 Aug 2001 22:37:34 -0600 (MDT) (envelope-from nate) From: Nate Williams MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15237.55821.676471.752233@nomad.yogotech.com> Date: Thu, 23 Aug 2001 22:37:33 -0600 To: obrien@FreeBSD.ORG Cc: Nate Williams , arch@FreeBSD.ORG, ports@FreeBSD.ORG, Alexander Langer Subject: Re: ports.conf In-Reply-To: <20010823192558.A6265@dragon.nuxi.com> References: <20010823210729.A95484@zerogravity.kawo2.rwth-aachen.d> <20010823135941.B4003@dragon.nuxi.com> <15237.37767.274325.945753@nomad.yogotech.com> <20010823192558.A6265@dragon.nuxi.com> X-Mailer: VM 6.95 under 21.1 (patch 12) "Channel Islands" XEmacs Lucid Reply-To: nate@yogotech.com (Nate Williams) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org > > and /etc/make.conf is > > really a part of the building /usr/src, so as such should not contain > > configuration from /usr/ports. > > No is not. Things in /etc/make.conf affect *EVERY* invocation of make. > Don't even try to tell me otherwise unless you've supplied a patch that > determines if you are w/in the logical equivalent of /usr/src to process > the contents of /etc/make.conf. As Bruce would say, this is a bug, and I won't disagree with him. However, we have two different set of CFLAGS (one for kernel, and one for userland), which is just weird. Rather than untying the mess we have now, are you proposing we keep it and let /etc/make.conf grow everytime we add another port that needs tweaking? > /etc is for the *machine*. If you want something just for /usr/src, then > we should have a /usr/src/worldmake.conf Configuration files don't belong at the top of the src tree, IMO. > > Would something like /etc/ports.conf be acceptable? That way it can be > > modified separately from the configuration for the main /usr/src tree, > > Yes. Not because it separates things from knobs for /usr/src, but > because it separates things logically. Well, at least we agree on one thing. :) Nate To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Aug 23 21:47:57 2001 Delivered-To: freebsd-ports@freebsd.org Received: from dragon.nuxi.com (dsl092-013-169.sfo1.dsl.speakeasy.net [66.92.13.169]) by hub.freebsd.org (Postfix) with ESMTP id DAFE637B405; Thu, 23 Aug 2001 21:47:52 -0700 (PDT) (envelope-from obrien@NUXI.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.11.5/8.11.1) id f7O4lnb01697; Thu, 23 Aug 2001 21:47:49 -0700 (PDT) (envelope-from obrien) Date: Thu, 23 Aug 2001 21:47:49 -0700 From: "David O'Brien" To: Nate Williams Cc: arch@FreeBSD.ORG, ports@FreeBSD.ORG, Alexander Langer Subject: Re: ports.conf Message-ID: <20010823214749.A1674@dragon.nuxi.com> Reply-To: obrien@FreeBSD.ORG References: <20010823210729.A95484@zerogravity.kawo2.rwth-aachen.d> <20010823135941.B4003@dragon.nuxi.com> <15237.37767.274325.945753@nomad.yogotech.com> <20010823192558.A6265@dragon.nuxi.com> <15237.55821.676471.752233@nomad.yogotech.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <15237.55821.676471.752233@nomad.yogotech.com>; from nate@yogotech.com on Thu, Aug 23, 2001 at 10:37:33PM -0600 X-Operating-System: FreeBSD 5.0-CURRENT Organization: The NUXI BSD group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 Sender: owner-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, Aug 23, 2001 at 10:37:33PM -0600, Nate Williams wrote: > As Bruce would say, this is a bug, and I won't disagree with him. > However, we have two different set of CFLAGS (one for kernel, and one > for userland), which is just weird. I would disagree. There should be a global make settings. There should also be one w/in /usr/src. > Rather than untying the mess we have now, are you proposing we keep it > and let /etc/make.conf grow everytime we add another port that needs > tweaking? Nope. I am just saying the src to ports.conf should probably live w/in /usr/src so it will get installed etc. -- -- David (obrien@FreeBSD.org) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Aug 23 21:50: 7 2001 Delivered-To: freebsd-ports@freebsd.org Received: from ns.yogotech.com (ns.yogotech.com [206.127.123.66]) by hub.freebsd.org (Postfix) with ESMTP id 16F2F37B40F; Thu, 23 Aug 2001 21:49:56 -0700 (PDT) (envelope-from nate@yogotech.com) Received: from nomad.yogotech.com (nomad.yogotech.com [206.127.123.131]) by ns.yogotech.com (8.9.3/8.9.3) with ESMTP id WAA16723; Thu, 23 Aug 2001 22:49:54 -0600 (MDT) (envelope-from nate@nomad.yogotech.com) Received: (from nate@localhost) by nomad.yogotech.com (8.8.8/8.8.8) id WAA21191; Thu, 23 Aug 2001 22:49:53 -0600 (MDT) (envelope-from nate) From: Nate Williams MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15237.56561.741293.622635@nomad.yogotech.com> Date: Thu, 23 Aug 2001 22:49:53 -0600 To: obrien@FreeBSD.ORG Cc: Nate Williams , arch@FreeBSD.ORG, ports@FreeBSD.ORG, Alexander Langer Subject: Re: ports.conf In-Reply-To: <20010823214749.A1674@dragon.nuxi.com> References: <20010823210729.A95484@zerogravity.kawo2.rwth-aachen.d> <20010823135941.B4003@dragon.nuxi.com> <15237.37767.274325.945753@nomad.yogotech.com> <20010823192558.A6265@dragon.nuxi.com> <15237.55821.676471.752233@nomad.yogotech.com> <20010823214749.A1674@dragon.nuxi.com> X-Mailer: VM 6.95 under 21.1 (patch 12) "Channel Islands" XEmacs Lucid Reply-To: nate@yogotech.com (Nate Williams) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org > > As Bruce would say, this is a bug, and I won't disagree with him. > > However, we have two different set of CFLAGS (one for kernel, and one > > for userland), which is just weird. > > I would disagree. There should be a global make settings. There are: /usr/share/mk/*.mk Nate To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Aug 23 21:55:38 2001 Delivered-To: freebsd-ports@freebsd.org Received: from ariel.phys.wesleyan.edu (ariel.phys.wesleyan.edu [129.133.95.129]) by hub.freebsd.org (Postfix) with ESMTP id AB95237B407 for ; Thu, 23 Aug 2001 21:55:36 -0700 (PDT) (envelope-from vlad@ariel.phys.wesleyan.edu) Received: from localhost (localhost [127.0.0.1]) by ariel.phys.wesleyan.edu (Postfix) with ESMTP id 085E41EA304; Fri, 24 Aug 2001 00:55:36 -0400 (EDT) Date: Fri, 24 Aug 2001 00:55:36 -0400 (EDT) From: Vladimir Savichev X-X-Sender: To: Cc: Subject: ports/30012: mod_php4 does not build on 4.4 with apache 2 Message-ID: <20010824002103.K96031-100000@localhost> 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 mod_php4 INSTALL says explicitely for 1.3.x. no word about apache 2.x. make sure people on www.php.net can comment. --Vlad To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Aug 23 22:20: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 595EF37B40D for ; Thu, 23 Aug 2001 22:20:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7O5K1u35584; Thu, 23 Aug 2001 22:20:01 -0700 (PDT) (envelope-from gnats) Received: from mtiwmhc22.worldnet.att.net (mtiwmhc22.worldnet.att.net [204.127.131.47]) by hub.freebsd.org (Postfix) with ESMTP id ED39C37B401 for ; Thu, 23 Aug 2001 22:17:31 -0700 (PDT) (envelope-from parv@worldnet.att.net) Received: from worldnet.att.net ([32.100.199.91]) by mtiwmhc22.worldnet.att.net (InterMail vM.4.01.03.16 201-229-121-116-20010115) with ESMTP id <20010824051730.LKED8481.mtiwmhc22.worldnet.att.net@worldnet.att.net> for ; Fri, 24 Aug 2001 05:17:30 +0000 Received: by worldnet.att.net (Postfix, from userid 1001) id DC65351086; Fri, 24 Aug 2001 01:17:33 -0400 (EDT) Message-Id: <20010824051733.DC65351086@worldnet.att.net> Date: Fri, 24 Aug 2001 01:17:33 -0400 (EDT) From: parv_@yahoo.com To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/30018: mozilla 0.9.3 build fails Sender: owner-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: 30018 >Category: ports >Synopsis: mozilla 0.9.3 build fails >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 Aug 23 22:20:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: parv >Release: FreeBSD 4.4-PRERELEASE i386 >Organization: >Environment: System: FreeBSD moo.holy.cow 4.4-PRERELEASE ports cvsup'd around 20010823-2255 edt. made following changes to the makefile... --- Makefile--old Fri Aug 24 00:36:47 2001 +++ Makefile Fri Aug 24 00:37:20 2001 @@ -42,13 +42,13 @@ --enable-crypto \ --enable-double-buffer \ --enable-editor \ - --enable-mailnews \ + --disable-mailnews \ --enable-mathml \ --enable-optimize="${CFLAGS}" \ --enable-pics \ --enable-svg \ --enable-tests \ - --enable-toolkit=gtk \ + --enable-toolkit=xlib \ --enable-x11-shm \ --enable-chrome-format=jar \ --with-jpeg=${LOCALBASE} \ >Description: mozilla (and mozilla+ipv6) build fails w/ this message: ... nsXPrintContext.cpp: In method `nsresult nsXPrintContext::Init(nsDeviceContextXp *, nsIDeviceContextSpecXp *)': nsXPrintContext.cpp:118: warning: unused variable `char * buf' nsXPrintContext.cpp: In function `struct XImage * GetScaledXImage(XImage *, double, double, short unsigned int, short unsigned int, short unsigned int, short unsigned int)': nsXPrintContext.cpp:478: warning: assignment to `short unsigned int' from `double' nsXPrintContext.cpp:481: warning: assignment to `short unsigned int' from `double' nsXPrintContext.cpp: In method `nsresult nsXPrintContext::DrawImage(xGC *, nsIImage *, int, int, int, int, int, int, int, int)': nsXPrintContext.cpp:533: warning: assignment to `long int' from `double' nsXPrintContext.cpp:534: warning: assignment to `PRInt32' from `double' nsXPrintContext.cpp:535: warning: assignment to `PRInt32' from `double' rm -f libgfxxprint.so c++ -I/usr/X11R6/include -I/usr/X11R6/include -fno-rtti -fno-exceptions -Wall -Wconversion -Wpointer-arith -Wbad-function-cast -Wcast-align -Woverloaded-virtual -Wsynth -Wno-long-long -pipe -O -pipe -march=pentiumpro -DNDEBUG -DTRIMMED -I/usr/X11R6/include -shared -Wl,-h -Wl,libgfxxprint.so -o libgfxxprint.so ../xlibrgb/xlibrgb.o xprintutil.o xprintutil_printtofile.o nsDeviceContextXP.o nsFontMetricsXlib.o nsRenderingContextXlib.o nsGfxFactoryXP.o nsXPrintContext.o nsRegionXlib.o nsGCCache.o -L/usr/X11R6/lib -lXp -lXext -lX11 -L../../../dist/bin -lxpcom -L../../../dist/bin -L/source/ports/www/mozilla/work/mozilla/dist/lib -lplds4 -lplc4 -lnspr4 -pthread -L../../../dist/bin -L../../../dist/lib -lgkgfx -L../../../dist/bin -lxpcom -L../../../dist/bin -L/source/ports/www/mozilla/work/mozilla/dist/lib -lplds4 -lplc4 -lnspr4 -pthread -lm c++: nsFontMetricsXlib.o: No such file or directory c++: nsRenderingContextXlib.o: No such file or directory c++: nsRegionXlib.o: No such file or directory c++: nsGCCache.o: No such file or directory gmake[3]: *** [libgfxxprint.so] Error 1 gmake[3]: Leaving directory `/source/ports/www/mozilla/work/mozilla/gfx/src/xprint' gmake[2]: *** [install] Error 2 gmake[2]: Leaving directory `/source/ports/www/mozilla/work/mozilla/gfx/src' gmake[1]: *** [install] Error 2 gmake[1]: Leaving directory `/source/ports/www/mozilla/work/mozilla/gfx' gmake: *** [install] Error 2 *** Error code 2 Stop in /source/ports/www/mozilla. *** Error code 1 Stop in /source/ports/www/mozilla. *** Error code 1 >How-To-Repeat: try to build the mozilla 0.9.3 port >Fix: don't know >Release-Note: >Audit-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 Aug 23 22: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 25C0F37B416 for ; Thu, 23 Aug 2001 22:30:05 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7O5U5L36542; Thu, 23 Aug 2001 22:30:05 -0700 (PDT) (envelope-from gnats) Received: from fanming.fynet.com (fanming.fynet.com [208.51.149.69]) by hub.freebsd.org (Postfix) with ESMTP id F0B6A37B409 for ; Thu, 23 Aug 2001 22:24:58 -0700 (PDT) (envelope-from fanying@fanming.fynet.com) Received: (from root@localhost) by fanming.fynet.com (8.11.5/8.11.4) id f7O5P9D24336; Fri, 24 Aug 2001 01:25:09 -0400 (EDT) (envelope-from fanying) Message-Id: <200108240525.f7O5P9D24336@fanming.fynet.com> Date: Fri, 24 Aug 2001 01:25:09 -0400 (EDT) From: Fanying Jen Reply-To: Fanying Jen To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/30019: New port: Perl WWW::Search class for searching AltaVista Sender: owner-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: 30019 >Category: ports >Synopsis: New port: Perl WWW::Search class for searching AltaVista >Confidential: 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 Aug 23 22:30:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Fanying Jen >Release: FreeBSD 4.3-STABLE i386 >Organization: >Environment: System: FreeBSD Fanming.fynet.com 4.3-STABLE FreeBSD 4.3-STABLE #4: Sat Jul 7 23:35:52 EDT 2001 fanying@Fanming.fynet.com:/usr/src/sys/compile/Fanming i386 >Description: An AltaVista specialization of Perl's WWW::Search module for making and interpreting AltaVista searches. >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-WWW-Search-AltaVista # p5-WWW-Search-AltaVista/Makefile # p5-WWW-Search-AltaVista/distinfo # p5-WWW-Search-AltaVista/pkg-comment # p5-WWW-Search-AltaVista/pkg-descr # p5-WWW-Search-AltaVista/pkg-plist # echo c - p5-WWW-Search-AltaVista mkdir -p p5-WWW-Search-AltaVista > /dev/null 2>&1 echo x - p5-WWW-Search-AltaVista/Makefile sed 's/^X//' >p5-WWW-Search-AltaVista/Makefile << 'END-of-p5-WWW-Search-AltaVista/Makefile' X# New ports collection makefile for: p5-WWW-Search-AltaVista X# Date created: 24 August 2001 X# Whom: Fanying Jen X# X# $FreeBSD: ports/www/p5-WWW-Search-AltaVista/Makefile,v 1.1 2001/07/08 17:43:10 tom Exp $ X# X XPORTNAME= WWW-Search-AltaVista XPORTVERSION= 2.01 XCATEGORIES= www perl5 XMASTER_SITES= ${MASTER_SITE_PERL_CPAN} XMASTER_SITE_SUBDIR= WWW/MTHURN XPKGNAMEPREFIX= p5- X XMAINTAINER= ports@FreeBSD.org X XRUN_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/WWW/Search.pm:${PORTSDIR}/www/p5-WWW-Search X XPERL_CONFIGURE= yes X XMAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} XMAN3= WWW::Search::AltaVista.3 \ X WWW::Search::AltaVista::Web.3 \ X WWW::Search::AltaVista::NL.3 \ X WWW::Search::AltaVista::AdvancedNews.3 \ X WWW::Search::AltaVista::AdvancedWeb.3 \ X WWW::Search::AltaVista::News.3 \ X WWW::Search::AltaVista::Intranet.3 X.include END-of-p5-WWW-Search-AltaVista/Makefile echo x - p5-WWW-Search-AltaVista/distinfo sed 's/^X//' >p5-WWW-Search-AltaVista/distinfo << 'END-of-p5-WWW-Search-AltaVista/distinfo' XMD5 (WWW-Search-AltaVista-2.01.tar.gz) = 830293a1ddad95925c24a24972dc1bea END-of-p5-WWW-Search-AltaVista/distinfo echo x - p5-WWW-Search-AltaVista/pkg-comment sed 's/^X//' >p5-WWW-Search-AltaVista/pkg-comment << 'END-of-p5-WWW-Search-AltaVista/pkg-comment' XPerl WWW::Search class for searching AltaVista END-of-p5-WWW-Search-AltaVista/pkg-comment echo x - p5-WWW-Search-AltaVista/pkg-descr sed 's/^X//' >p5-WWW-Search-AltaVista/pkg-descr << 'END-of-p5-WWW-Search-AltaVista/pkg-descr' XAn AltaVista specialization of Perl's WWW::Search module for making and Xinterpreting AltaVista searches. END-of-p5-WWW-Search-AltaVista/pkg-descr echo x - p5-WWW-Search-AltaVista/pkg-plist sed 's/^X//' >p5-WWW-Search-AltaVista/pkg-plist << 'END-of-p5-WWW-Search-AltaVista/pkg-plist' Xlib/perl5/site_perl/%%PERL_VER%%/WWW/Search/AltaVista.pm Xlib/perl5/site_perl/%%PERL_VER%%/WWW/Search/AltaVista/Web.pm Xlib/perl5/site_perl/%%PERL_VER%%/WWW/Search/AltaVista/NL.pm Xlib/perl5/site_perl/%%PERL_VER%%/WWW/Search/AltaVista/AdvancedNews.pm Xlib/perl5/site_perl/%%PERL_VER%%/WWW/Search/AltaVista/AdvancedWeb.pm Xlib/perl5/site_perl/%%PERL_VER%%/WWW/Search/AltaVista/Intranet.pm Xlib/perl5/site_perl/%%PERL_VER%%/WWW/Search/AltaVista/News.pm Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/WWW/Search/AltaVista/.packlist X@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/WWW/Search/AltaVista END-of-p5-WWW-Search-AltaVista/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 Aug 23 23:33:52 2001 Delivered-To: freebsd-ports@freebsd.org Received: from chg.ru (netserv1.chg.ru [193.233.46.3]) by hub.freebsd.org (Postfix) with ESMTP id BE24037B40A; Thu, 23 Aug 2001 23:33:44 -0700 (PDT) (envelope-from dima@chg.ru) Received: (from dima@localhost) by chg.ru (8.9.3/8.9.3) id KAA62577; Fri, 24 Aug 2001 10:32:43 +0400 (MSD) (envelope-from dima) Date: Fri, 24 Aug 2001 10:32:43 +0400 From: "Dmitry S. Sivachenko" To: Jimmy Olgeni Cc: jseger@FreeBSD.ORG, freebsd-ports@FreeBSD.ORG Subject: Re: [for review] installing lib/libjpeg.la in graphics/jpeg Message-ID: <20010824103243.A60373@netserv1.chg.ru> References: <20010822234506.Y1741-100000@olgeni.olgeni> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.4i In-Reply-To: <20010822234506.Y1741-100000@olgeni.olgeni>; from olgeni@uli.it on Wed, Aug 22, 2001 at 11:53:14PM +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 I can't reproduce any of errors with _no_ libjpeg.la installed on my system. All KDE related ports build just fine. The same for bento. On Wed, Aug 22, 2001 at 11:53:14PM +0200, Jimmy Olgeni wrote: > > Hi! > > This patch makes graphics/jpeg install the lib/libjpeg.la file, needed > to build some ports (notably some KDE applications). > > > diff -ruN --exclude CVS /usr/ports/graphics/jpeg/Makefile ./Makefile > --- /usr/ports/graphics/jpeg/Makefile Sun May 27 00:30:53 2001 > +++ ./Makefile Tue Aug 21 20:50:28 2001 > @@ -24,6 +24,9 @@ > MAN1= cjpeg.1 djpeg.1 jpegtran.1 rdjpgcom.1 wrjpgcom.1 > > post-install: > + @${INSTALL_DATA} ${WRKSRC}/libjpeg.la ${PREFIX}/lib/libjpeg.la > + @${PERL} -pi -e "s@installed=no@installed=yes@g" \ > + ${PREFIX}/lib/libjpeg.la > .if !defined(NOPORTDOCS) > ${MKDIR} ${PREFIX}/share/doc/jpeg > ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/jpeg > diff -ruN --exclude CVS /usr/ports/graphics/jpeg/pkg-plist ./pkg-plist > --- /usr/ports/graphics/jpeg/pkg-plist Sun May 27 00:30:53 2001 > +++ ./pkg-plist Tue Aug 21 20:50:33 2001 > @@ -8,6 +8,7 @@ > include/jmorecfg.h > include/jpeglib.h > lib/libjpeg.a > +lib/libjpeg.la > lib/libjpeg.so > lib/libjpeg.so.9 > %%PORTDOCS%%share/doc/jpeg/README > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-ports" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Aug 23 23: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 7284937B406; Thu, 23 Aug 2001 23:35:56 -0700 (PDT) (envelope-from knu@FreeBSD.org) Received: (from knu@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7O6Sxj45678; Thu, 23 Aug 2001 23:28:59 -0700 (PDT) (envelope-from knu) Date: Thu, 23 Aug 2001 23:28:59 -0700 (PDT) From: Message-Id: <200108240628.f7O6Sxj45678@freefall.freebsd.org> To: sean@chittenden.org, knu@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/29975: new port: ruby-tmpl Sender: owner-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: ruby-tmpl State-Changed-From-To: open->closed State-Changed-By: knu State-Changed-When: Fri Aug 24 15:28:36 JST 2001 State-Changed-Why: Committed with minor fixes, thanks! http://www.FreeBSD.org/cgi/query-pr.cgi?pr=29975 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Aug 24 0:29:19 2001 Delivered-To: freebsd-ports@freebsd.org Received: from mailgate.rz.uni-karlsruhe.de (mailgate.rz.uni-karlsruhe.de [129.13.64.97]) by hub.freebsd.org (Postfix) with ESMTP id D386837B40A for ; Fri, 24 Aug 2001 00:29:16 -0700 (PDT) (envelope-from riggs@f113.hadiko.de) Received: from f113.hadiko.de (root@hadif113.hadiko.uni-karlsruhe.de [172.20.42.143]) by mailgate.rz.uni-karlsruhe.de with esmtp (Exim 3.16 #1) id 15aBP1-00065W-00; Fri, 24 Aug 2001 09:29:15 +0200 Received: (from riggs@localhost) by f113.hadiko.de (8.11.5/8.11.4) id f7O7TFW84020; Fri, 24 Aug 2001 09:29:15 +0200 (CEST) (envelope-from riggs) Date: Fri, 24 Aug 2001 09:29:15 +0200 From: "Thomas E. Zander" To: Dirk Meyer Cc: ports@freebsd.org Subject: Re: ports/29959: Update port: graphics/mplayer : Additional makeoptions to avoid using of the wrong decoding routines Message-ID: <20010824092915.K5444@f113.hadiko.de> References: <200108221621.f7MGL8Z94692@f113.hadiko.de> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable In-Reply-To: ; from dirk.meyer@dinoex.sub.org on Fri, Aug 24, 2001 at 06:47:28AM +0200 Organization: =?iso-8859-1?Q?RiggiServ_-_Ihr_Partner_f=FCr_alles_Delikate?= X-PGP-KeyID: 0xC85996CD X-PGP-Fingerprint: 4F59 75B4 4CE3 3B00 BC61 5400 8DD4 8929 C859 96CD X-Mailer: Riggisoft Ausguck Eggsbress (Build 998637187) X-Operating-System: Riggiland BSD 4.4-RC (To serve and protect.) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Am Fr , dem 24. Aug 2001, um 6:47 +0200 Uhr schrubte Dirk Meyer zum Thema [Re: ports/29959: Update port: graphics/mplayer : Additional make= options to avoid using of the wrong decoding routines]: =20 > Please send an unified diff. Done. Greets Riggs --=20 - Die Welt schl=E4ft tief schon lange Zeit | Sent with RiggiSmooth [tm] - -- Mich nur flieht die Dunkelheit | ------------------------- -- --- Denn per Infrarot seh ich | just to fit your --- ---- Die Nacht ist wirklich widerlich. | primitive screen. ---- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Aug 24 0: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 7142B37B414 for ; Fri, 24 Aug 2001 00:30:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7O7U1465360; Fri, 24 Aug 2001 00:30:01 -0700 (PDT) (envelope-from gnats) Received: from mailgate.rz.uni-karlsruhe.de (mailgate.rz.uni-karlsruhe.de [129.13.64.97]) by hub.freebsd.org (Postfix) with ESMTP id D988637B406 for ; Fri, 24 Aug 2001 00:27:51 -0700 (PDT) (envelope-from riggs@f113.hadiko.de) Received: from f113.hadiko.de (root@hadif113.hadiko.uni-karlsruhe.de [172.20.42.143]) by mailgate.rz.uni-karlsruhe.de with esmtp (Exim 3.16 #1) id 15aBNe-00060w-00; Fri, 24 Aug 2001 09:27:50 +0200 Received: (from riggs@localhost) by f113.hadiko.de (8.11.5/8.11.4) id f7O7Rnb83993; Fri, 24 Aug 2001 09:27:49 +0200 (CEST) (envelope-from riggs) Message-Id: <200108240727.f7O7Rnb83993@f113.hadiko.de> Date: Fri, 24 Aug 2001 09:27:49 +0200 (CEST) From: "Thomas E. Zander" Reply-To: "Thomas E. Zander" To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/30020: Update port : graphics/mplayer Sender: owner-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: 30020 >Category: ports >Synopsis: Update port : graphics/mplayer >Confidential: no >Severity: serious >Priority: high >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Fri Aug 24 00:30:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Thomas E. Zander >Release: FreeBSD 4.4-RC i386 >Organization: >Environment: System: FreeBSD f113.hadiko.de 4.4-RC FreeBSD 4.4-RC #0: Fri Aug 17 00:34:57 CEST 2001 root@f113.hadiko.de:/usr/obj/usr/src/sys/MARVIN i386 >Description: Update of MASTER_SITES because mplayer Homepage has changed, fix ports/29959 in a unified diff >How-To-Repeat: see ports/29959 for information >Fix: --- /usr/ports/graphics/mplayer/Makefile Wed Aug 22 08:11:07 2001 +++ /usr/ports/riggs/mplayer/Makefile Fri Aug 24 09:18:21 2001 @@ -2,13 +2,13 @@ # Date created: 10 August 2001 # Whom: Thomas E. Zander # with lots of help from Vladimir Kushnir -# $FreeBSD: ports/graphics/mplayer/Makefile,v 1.1 2001/08/22 06:11:07 dinoex Exp $ +# $FreeBSD$ # PORTNAME= mplayer PORTVERSION= 0.18 CATEGORIES= graphics -MASTER_SITES= http://mp.dev.hu/MPlayer/releases/ \ +MASTER_SITES= http://MPlayerHQ.hu/MPlayer/releases/ \ http://www.stud.uni-karlsruhe.de/~uedc/mplayer/ DISTNAME= MPlayer-${PORTVERSION}pre EXTRACT_SUFX= .tgz @@ -32,17 +32,27 @@ LIB_DEPENDS= png.4:${PORTSDIR}/graphics/png RUN_DEPENDS= ${PREFIX}/share/mplayer/fonts:${PORTSDIR}/graphics/mplayer-fonts -CONFIGURE_ARGS+=--disable-esd \ - --enable-mmx2 \ - --enable-3dnow \ - --enable-3dnowex +CONFIGURE_ARGS+=--disable-esd + +.include .if defined(WITH_SDL) LIB_DEPENDS+= SDL-1.1.3:${PORTSDIR}/devel/sdl12 .else BUILD_DEPENDS+= nasm:${PORTSDIR}/devel/nasm .endif - +.if !defined(WITHOUT_3DNOW) && ${OSVERSION} >= 400021 +CONFIGURE_ARGS+=--enable-3dnow +.endif +.if !defined(WITHOUT_3DNOWEX) && !defined(WITHOUT_3DNOW) && ${OSVERSION} >= 400021 +CONFIGURE_ARGS+=--enable-3dnowex +.endif +.if !defined(WITHOUT_MMX2) +CONFIGURE_ARGS+=--enable-mmx2 +.endif +.if defined(WITH_SSE) +CONFIGURE_ARGS+=--enable-sse +.endif .if defined(USE_AVIFILE_CODECS) BUILD_DEPENDS+= ${PREFIX}/lib/win32:${PORTSDIR}/graphics/win32-codecs .else @@ -50,6 +60,24 @@ CONFIGURE_ARGS+=--with-win32libdir=${LOCALBASE}/lib/mplayer-codecs .endif +pre-extract: + +.if !defined(WITHOUT_3DNOW) && ${OSVERSION} >= 400021 + @${ECHO_MSG} "You can disable 3DNow! support by defining WITHOUT_3DNOW" +.endif + +.if !defined(WITHOUT_3DNOWEX) && !defined(WITHOUT_3DNOW) && ${OSVERSION} >= 400021 + @${ECHO_MSG} "You can disable K7 3DNow! extension support by defining WITHOUT_3DNOWEX" +.endif +.if !defined(WITHOUT_MMX2) + @${ECHO_MSG} "You can disable MMX2 support by defining WITHOUT_MMX2" +.endif +.if !defined(WITH_SSE) + @${ECHO_MSG} "You can enable SSE optimized decoding by defining WITH_SSE" + @${ECHO_MSG} "You have to enable \"options CPU_ENABLE_SSE\" in your kernel" + @${ECHO_MSG} "config in order to enable kernel support for SSE." +.endif + post-install: @${MKDIR} ${PREFIX}/share/mplayer @${CHMOD} 755 ${PREFIX}/share/mplayer @@ -71,4 +99,4 @@ install-user: @${PERL} ${FILESDIR}/install-user -.include +.include >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Aug 24 0:57: 4 2001 Delivered-To: freebsd-ports@freebsd.org Received: from nl-irelay01.cmg.nl (smtp.cmg.com [195.109.155.100]) by hub.freebsd.org (Postfix) with ESMTP id 4DFBA37B40F; Fri, 24 Aug 2001 00:56:47 -0700 (PDT) (envelope-from rob.simons@cmg.nl) Received: (from root@localhost) by nl-irelay01.cmg.nl (8.11.5/8.11.5) id f7O7uh727045; Fri, 24 Aug 2001 09:56:43 +0200 (CEST) Received: from nl-amv-route01.cmg.nl (nl-amv-route.cmg.nl [10.16.127.107]) by nl-irelay01.cmg.nl (8.11.5/8.11.5) with ESMTP id f7O7ucA26975; Fri, 24 Aug 2001 09:56:41 +0200 (CEST) Received: by NL-AMV-ROUTE01 with Internet Mail Service (5.5.2653.19) id ; Fri, 24 Aug 2001 09:58:28 +0200 Message-ID: <395ABDBC0952D211BB2A00104BB3F93903255AA2@NL-AMV-MAIL03> From: Rob Simons To: "'demon@FreeBSD.org'" Cc: "'ports@FreeBSD.org'" Subject: FreeBSD Port: p5-Compress-Zlib-1.13 Date: Fri, 24 Aug 2001 09:58:24 +0200 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-Type: text/plain X-Virus-Scanned: by AMaViS / NAI-VScan Sender: owner-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'm having trouble with the Perl Zlib library on my FreeBSD 4.3 (and FreeBSD 4.1.1) systems. The problem is that Perl dumps core on some (a relative small number) zip archives that are sent through email and virus scanned by amavis mail scanner. I've used the following Perl modules: Archive-Zip-0.11 Compress-Zlib-1.13 The rest of the machine is completely vanilla. Below is the output from gdb on the perl.core, I know that it should be possible to obtain more information from it with the symbols linked in, but I'm not that proficient with these matters. However, I do have the zip archives that crash which I could send (< 1Mb) and since I've been able to reproduce the problem on multiple installs it might be reproducable at your site as well. Perhaps this has already been reported, however I couldn't find any mention of it except for the following article from the amavis mailing list: ----------------- snip ------------------ FROM: Derek Buttineau DATE: 08/22/2001 13:40:08 SUBJECT: [AMaViS-user] Regarding Perl Core Dump on FreeBSD I went and rebuilt Perl 5.6.1 with static linking and malloc at described in the "Fix" area of this problem ticket: http://www.freebsd.org/cgi/query-pr.cgi?pr=15877 Upon finish I killed and restarted sendmail and the messages that were sitting in the mail queue with: mailer amavis died with signal 11 (core dumped) All seemed to go through without error... ***knock on wood*** I'll keep an eye on it and see if perhaps that solved it. Regards, Derek Buttineau Internet Systems Administrator Compu-SOLVE Internet Services ----------------- snip ------------------ Since installing perl from the ports collection presents a message stating that it Is forbidden .. ?! I thought I'd inform you before trying the "Fix" above. Cheers, - Rob. su-2.05# gdb perl -core perl.core GNU gdb 4.18 Copyright 1998 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public License, and you are welcome to change it and/or distribute copies of it under certain conditions. Type "show copying" to see the conditions. There is absolutely no warranty for GDB. Type "show warranty" for details. This GDB was configured as "i386-unknown-freebsd"... (no debugging symbols found)... Core was generated by `perl'. Program terminated with signal 11, Segmentation fault. Reading symbols from /usr/lib/libperl.so.3...(no debugging symbols found)... done. Reading symbols from /usr/lib/libm.so.2...(no debugging symbols found)...done. Reading symbols from /usr/lib/libcrypt.so.2...(no debugging symbols found)... done. Reading symbols from /usr/lib/libmd.so.2...(no debugging symbols found)...done. Reading symbols from /usr/lib/libc.so.4...(no debugging symbols found)...done. Reading symbols from /usr/lib/libutil.so.3...(no debugging symbols found)... done. Reading symbols from /usr/libdata/perl/5.00503/mach/auto/IO/IO.so... (no debugging symbols found)...done. Reading symbols from /usr/libdata/perl/5.00503/mach/auto/Fcntl/Fcntl.so... (no debugging symbols found)...done. ---Type to continue, or q to quit--- Reading symbols from /usr/local/lib/perl5/site_perl/5.005/i386-freebsd/auto/Compress/Zlib/Zlib.so ...(no debugging symbols found)...done. Reading symbols from /usr/lib/libz.so.2...(no debugging symbols found)...done. Reading symbols from /usr/libexec/ld-elf.so.1...(no debugging symbols found)... done. #0 0x281e629c in XS_Compress__Zlib__inflateStream_inflate () from /usr/local/lib/perl5/site_perl/5.005/i386-freebsd/auto/Compress/Zlib/Zlib.so (gdb) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Aug 24 1:29:42 2001 Delivered-To: freebsd-ports@freebsd.org Received: from zigman.2y.net (korpen-86-195.ip-pluggen.com [212.181.86.195]) by hub.freebsd.org (Postfix) with ESMTP id C4A8637B40D; Fri, 24 Aug 2001 01:29:38 -0700 (PDT) (envelope-from mr@zigman.2y.net) Received: by zigman.2y.net (Postfix, from userid 1001) id A0BAB1EBD; Fri, 24 Aug 2001 10:29:25 +0200 (CEST) Date: Fri, 24 Aug 2001 10:29:25 +0200 From: Morsal Roudbay To: freebsd-ports@freebsd.org Cc: knu@freebsd.org Subject: portupgrade broken Message-ID: <20010824102925.A72128@zigman.2y.net> Reply-To: Morsal Roudbay Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable User-Agent: Mutt/1.3.20i X-Operating-System: FreeBSD 4.3 [up 2 days, 13:50] X-Return-Path: morsal@swipnet.se Sender: owner-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 just updated my ports in order to upgrade portupgrade to the latest version.... but now I get this error when I run portupgrade: =3D=3D=3D[root] /home/mr # portupgrade =20 /usr/local/lib/ruby/site_ruby/1.6/portsdb.rb:15: uninitialized constant PORTSDIR at PortsDB (NameError) from /usr/local/lib/ruby/site_ruby/1.6/ports.rb:3:in =12equire' from /usr/local/lib/ruby/site_ruby/1.6/ports.rb:3 from /usr/local/lib/ruby/site_ruby/1.6/pkgtools.rb:14:in =12equire' from /usr/local/lib/ruby/site_ruby/1.6/pkgtools.rb:14 from /usr/local/sbin/portupgrade:35:in =12equire' from /usr/local/sbin/portupgrade:35 KNU, I hope u can help out here. :) TIA and keep up the good work. Morsal To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Aug 24 1:31:44 2001 Delivered-To: freebsd-ports@freebsd.org Received: from jupiter.ultraservers.net (jupiter.ultraservers.net [216.218.233.254]) by hub.freebsd.org (Postfix) with SMTP id E6AD337B40F for ; Fri, 24 Aug 2001 01:31:38 -0700 (PDT) (envelope-from postmaster@izumi.ru) Received: (qmail 3712 invoked from network); 24 Aug 2001 08:32:05 -0000 Received: from unknown (HELO DIM) (194.87.5.54) by jupiter.ultraservers.net with SMTP; 24 Aug 2001 08:32:05 -0000 Message-ID: <000d01c12c77$439f2c80$0f02000a@DIM> From: "Sergey A Antropov" To: Cc: Subject: FreeBSD Port: qmail-1.03_1 Date: Fri, 24 Aug 2001 12:31:52 +0400 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_000A_01C12C98.C0B12310" 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 a multi-part message in MIME format. ------=_NextPart_000_000A_01C12C98.C0B12310 Content-Type: text/plain; charset="windows-1251" Content-Transfer-Encoding: quoted-printable Hi! freebsd4.3 #cd /usr/ports/mail/qmail #make .... qmail-1.30.tar.gz found qmail-103.patch found=20 ... File to patch:=20 what file is required? help plz. ------=_NextPart_000_000A_01C12C98.C0B12310 Content-Type: text/html; charset="windows-1251" Content-Transfer-Encoding: quoted-printable

Hi!
freebsd4.3
    #cd=20 /usr/ports/mail/qmail
   #make
    = ....
    = qmail-1.30.tar.gz=20 found
    = qmail-103.patch found=20
    = ...
    File to patch: =
 
what file is required? help=20 plz.
------=_NextPart_000_000A_01C12C98.C0B12310-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Aug 24 1:37:36 2001 Delivered-To: freebsd-ports@freebsd.org Received: from zigman.2y.net (korpen-86-195.ip-pluggen.com [212.181.86.195]) by hub.freebsd.org (Postfix) with ESMTP id 48E4837B40C; Fri, 24 Aug 2001 01:37:33 -0700 (PDT) (envelope-from mr@zigman.2y.net) Received: by zigman.2y.net (Postfix, from userid 1001) id BA8AE1EBD; Fri, 24 Aug 2001 10:37:26 +0200 (CEST) Date: Fri, 24 Aug 2001 10:37:26 +0200 From: Morsal Roudbay To: freebsd-ports@freebsd.org Cc: knu@freebsd.org Subject: Re: portupgrade broken Message-ID: <20010824103726.A72303@zigman.2y.net> Reply-To: Morsal Roudbay References: <20010824102925.A72128@zigman.2y.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable In-Reply-To: <20010824102925.A72128@zigman.2y.net> User-Agent: Mutt/1.3.20i X-Operating-System: FreeBSD 4.3 [up 2 days, 14:11] X-Return-Path: morsal@swipnet.se Sender: owner-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 Fri, Aug 24, 2001 at 10:29:25AM +0200, Morsal Roudbay wrote: > I just updated my ports in order to upgrade portupgrade to the latest > version.... but now I get this error when I run portupgrade: >=20 > =3D=3D=3D[root] /home/mr # portupgrade =20 > /usr/local/lib/ruby/site_ruby/1.6/portsdb.rb:15: uninitialized constant > PORTSDIR at PortsDB (NameError) > from /usr/local/lib/ruby/site_ruby/1.6/ports.rb:3:in =12equire' > from /usr/local/lib/ruby/site_ruby/1.6/ports.rb:3 > from /usr/local/lib/ruby/site_ruby/1.6/pkgtools.rb:14:in =12equir= e' > from /usr/local/lib/ruby/site_ruby/1.6/pkgtools.rb:14 > from /usr/local/sbin/portupgrade:35:in =12equire' > from /usr/local/sbin/portupgrade:35 >=20 >=20 > KNU, I hope u can help out here. :) >=20 > TIA and keep up the good work. >=20 > Morsal I forgot to mention that I run 4.3-RELEASE and that the currently installed version of portupgrade is 20010823. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Aug 24 1: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 CEC2137B413 for ; Fri, 24 Aug 2001 01:40:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7O8e1p75240; Fri, 24 Aug 2001 01:40:01 -0700 (PDT) (envelope-from gnats) Received: from arthur.cs.uni-magdeburg.de (arthur.CS.Uni-Magdeburg.De [141.44.27.36]) by hub.freebsd.org (Postfix) with ESMTP id 18C9F37B407 for ; Fri, 24 Aug 2001 01:33:49 -0700 (PDT) (envelope-from jesse@arthur.cs.uni-magdeburg.de) Received: (from jesse@localhost) by arthur.cs.uni-magdeburg.de (8.11.4/8.11.4) id f7O8YAD16785; Fri, 24 Aug 2001 10:34:10 +0200 (CEST) (envelope-from jesse) Message-Id: <200108240834.f7O8YAD16785@arthur.cs.uni-magdeburg.de> Date: Fri, 24 Aug 2001 10:34:10 +0200 (CEST) From: Roland Jesse Reply-To: Roland Jesse To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/30021: Fix MASTER_SITE for misc/mango Sender: owner-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: 30021 >Category: ports >Synopsis: Fix MASTER_SITE for misc/mango >Confidential: 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 Aug 24 01:40:00 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Roland Jesse >Release: FreeBSD 4.3-STABLE i386 >Organization: Otto-von-Guericke University of Magdeburg >Environment: System: FreeBSD arthur.cs.uni-magdeburg.de 4.3-STABLE FreeBSD 4.3-STABLE #18: Fri Jul 13 10:02:37 CEST 2001 root@arthur.cs.uni-magdeburg.de:/usr/src/sys/compile/ARTHUR i386 >Description: Change MASTER_SITE from Sourceforge's ftp server to their download server as they closed the former. Change USE_QT2 to USE_QT_VER and dump PORTREVISION. >How-To-Repeat: build port misc/mango. >Fix: diff -ruN mango.bak/Makefile mango/Makefile --- mango.bak/Makefile Fri Aug 24 10:27:30 2001 +++ mango/Makefile Fri Aug 24 10:29:26 2001 @@ -7,16 +7,16 @@ PORTNAME= mango PORTVERSION= 0.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= misc -MASTER_SITES= ftp://mango.sourceforge.net/pub/mango/ +MASTER_SITES= http://prdownloads.sourceforge.net/mango/ MAINTAINER= jesse@cs.uni-magdeburg.de BUILD_DEPENDS= tmake:${PORTSDIR}/devel/tmake USE_BZIP2= yes -USE_QT2= yes +USE_QT_VER= 2 TMAKEENV= TMAKEPATH=${PREFIX}/share/tmake/freebsd-g++ QTDIR=${X11BASE} MAKE_ENV+= QTDIR=${X11BASE} >Release-Note: >Audit-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 Aug 24 1:56: 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 9029537B403; Fri, 24 Aug 2001 01:55:56 -0700 (PDT) (envelope-from ijliao@FreeBSD.org) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7O8plv76536; Fri, 24 Aug 2001 01:51:47 -0700 (PDT) (envelope-from ijliao) Date: Fri, 24 Aug 2001 01:51:47 -0700 (PDT) From: Message-Id: <200108240851.f7O8plv76536@freefall.freebsd.org> To: gslin.am88@nctu.edu.tw, ijliao@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/30004: New port: vm-pop3d - A virtual POP3 server Sender: owner-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: vm-pop3d - A virtual POP3 server State-Changed-From-To: open->closed State-Changed-By: ijliao State-Changed-When: Fri Aug 24 01:51:35 PDT 2001 State-Changed-Why: committed, thanks http://www.FreeBSD.org/cgi/query-pr.cgi?pr=30004 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Aug 24 2: 2:34 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 5766337B40A for ; Fri, 24 Aug 2001 02:02:31 -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 0CE764D833; Fri, 24 Aug 2001 18:02:30 +0900 (JST) Date: Fri, 24 Aug 2001 18:02:29 +0900 Message-ID: <86k7ztg7a2.wl@archon.local.idaemons.org> From: "Akinori MUSHA" To: Morsal Roudbay Cc: freebsd-ports@freebsd.org Subject: Re: portupgrade broken In-Reply-To: <20010824103726.A72303@zigman.2y.net> References: <20010824102925.A72128@zigman.2y.net> <20010824103726.A72303@zigman.2y.net> User-Agent: Wanderlust/2.7.2 (Too Funky) 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) 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.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 Fri, 24 Aug 2001 10:37:26 +0200, Morsal Roudbay wrote: > > ===[root] /home/mr # portupgrade > > /usr/local/lib/ruby/site_ruby/1.6/portsdb.rb:15: uninitialized constant > > PORTSDIR at PortsDB (NameError) > I forgot to mention that I run 4.3-RELEASE and that the currently installed > version of portupgrade is 20010823. I think I had fixed that yesterday. Try the latest version from ports. You can portupgrade the portupgrade in this case, but you can just pkg_delete & make install. Regards, -- / /__ __ 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 Fri Aug 24 2:17:48 2001 Delivered-To: freebsd-ports@freebsd.org Received: from zigman.2y.net (korpen-86-195.ip-pluggen.com [212.181.86.195]) by hub.freebsd.org (Postfix) with ESMTP id 7F9DF37B403 for ; Fri, 24 Aug 2001 02:17:46 -0700 (PDT) (envelope-from mr@zigman.2y.net) Received: by zigman.2y.net (Postfix, from userid 1001) id B03A11EBD; Fri, 24 Aug 2001 11:17:45 +0200 (CEST) Date: Fri, 24 Aug 2001 11:17:45 +0200 From: Morsal Roudbay To: Akinori MUSHA Cc: freebsd-ports@freebsd.org Subject: Re: portupgrade broken Message-ID: <20010824111745.A72567@zigman.2y.net> Reply-To: Morsal Roudbay References: <20010824102925.A72128@zigman.2y.net> <20010824103726.A72303@zigman.2y.net> <86k7ztg7a2.wl@archon.local.idaemons.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <86k7ztg7a2.wl@archon.local.idaemons.org> User-Agent: Mutt/1.3.20i X-Operating-System: FreeBSD 4.3 [up 2 days, 14:56] X-Return-Path: morsal@swipnet.se Sender: owner-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 Fri, Aug 24, 2001 at 06:02:29PM +0900, Akinori MUSHA wrote: > At Fri, 24 Aug 2001 10:37:26 +0200, > Morsal Roudbay wrote: > > > ===[root] /home/mr # portupgrade > > > /usr/local/lib/ruby/site_ruby/1.6/portsdb.rb:15: uninitialized constant > > > PORTSDIR at PortsDB (NameError) > > > I forgot to mention that I run 4.3-RELEASE and that the currently installed > > version of portupgrade is 20010823. > > I think I had fixed that yesterday. Try the latest version from > ports. You can portupgrade the portupgrade in this case, but you can > just pkg_delete & make install. U mean I can NOT portupgrade the portupgrade? :) Morsal To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Aug 24 2:32:51 2001 Delivered-To: freebsd-ports@freebsd.org Received: from kawoserv.kawo2.rwth-aachen.de (kawoserv.kawo2.RWTH-Aachen.DE [134.130.180.1]) by hub.freebsd.org (Postfix) with ESMTP id 12DFE37B408; Fri, 24 Aug 2001 02:32:44 -0700 (PDT) (envelope-from alex@big.endian.de) Received: from zerogravity.kawo2.rwth-aachen.de (zerogravity.kawo2.rwth-aachen.de [134.130.181.28]) by kawoserv.kawo2.rwth-aachen.de (8.9.3/8.9.3) with ESMTP id LAA21083; Fri, 24 Aug 2001 11:32:43 +0200 Received: by zerogravity.kawo2.rwth-aachen.de (Postfix, from userid 1001) id E61DD14B30; Fri, 24 Aug 2001 11:32:42 +0200 (CEST) Date: Fri, 24 Aug 2001 11:32:42 +0200 From: Alexander Langer To: "David O'Brien" Cc: Nate Williams , arch@FreeBSD.ORG, ports@FreeBSD.ORG Subject: Re: ports.conf Message-ID: <20010824113242.B1095@zerogravity.kawo2.rwth-aachen.d> Mail-Followup-To: Alexander Langer , David O'Brien , Nate Williams , arch@FreeBSD.ORG, ports@FreeBSD.ORG References: <20010823210729.A95484@zerogravity.kawo2.rwth-aachen.d> <20010823135941.B4003@dragon.nuxi.com> <15237.37767.274325.945753@nomad.yogotech.com> <20010823192558.A6265@dragon.nuxi.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20010823192558.A6265@dragon.nuxi.com>; from obrien@FreeBSD.ORG on Thu, Aug 23, 2001 at 07:25:58PM -0700 X-PGP-Fingerprint: 44 28 CA 4C 46 5B D3 A8 A8 E3 BA F3 4E 60 7D 7F X-PGP-at: finger alex@big.endian.de X-Verwirrung: Dieser Header dient der allgemeinen Verwirrung. Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Thus spake David O'Brien (obrien@FreeBSD.ORG): > > Would something like /etc/ports.conf be acceptable? That way it can be > > modified separately from the configuration for the main /usr/src tree, > Yes. Not because it separates things from knobs for /usr/src, but > because it separates things logically. So, are you ok with: - share/mk/sys.mk only sucking in /defaults/make.conf and /etc/make.conf - bsd.port.mk sucking in $PORTSDIR/Mk/ports.conf and then overwriteable in /etc/ports.conf? (Don't bother about the location in the ports/ tree, which can change). I think this is the general agreement, isn't it? Alex To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Aug 24 2:38:40 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 1FF1437B40D for ; Fri, 24 Aug 2001 02:38:35 -0700 (PDT) (envelope-from lizard@nemesis.informatik.unibw-muenchen.de) Received: from nemesis.informatik.unibw-muenchen.de (nemesis.Informatik.UniBw-Muenchen.de [137.193.60.30]) by gatesrv.RZ.UniBw-Muenchen.de (8.11.2/8.11.2) with ESMTP id f7O9Zw921463; Fri, 24 Aug 2001 11:35:58 +0200 (MEST) Received: by nemesis.informatik.unibw-muenchen.de (Postfix, from userid 1001) id 958105A549; Fri, 24 Aug 2001 11:35:52 +0200 (CEST) Date: Fri, 24 Aug 2001 11:35:52 +0200 From: Oliver Braun To: Frederic DUBUY , ports@freebsd.org Subject: Re: ports/29712: New port : muttprint - fancy printing for mutt Message-ID: <20010824113552.A77400@nemesis.informatik.unibw-muenchen.de> References: <200108141754.f7EHssS37663@frodon.orsay.atrid.fr> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200108141754.f7EHssS37663@frodon.orsay.atrid.fr>; from fdubuy@free.fr on Tue, Aug 14, 2001 at 07:54:54PM +0200 Organization: University of the Federal Armed Forces Munich, Germany X-Mailer: Mutt http://www.mutt.org/ X-OS: FreeBSD http://www.freebsd.org/ X-Newsreader: SLRN http://www.slrn.org/ X-Uptime: 1 day X-URL: http://ist.unibw-muenchen.de/People/obraun X-Accept-Language: de en X-Location: Europe, Germany, Munich X-Editor: Vim-600 http://www.vim.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 Hi, there were some problems with this port (the current version of muttprint) on FreeBSD. 1. fmt on FreeBSD does not support the used flags. 2. muttprint uses fork && exit to print in background. This does results in printing the contents twice with a perl version < 5.6 Workaround: change if ($MaxLaenge > 80) { system "fmt -s -w 80 $Temp{'content_'} > $Temp{'content'}"; } else { rename ("$Temp{'content_'}", "$Temp{'content'}"); } into if (0) { system "fmt -s -w 80 $Temp{'content_'} > $Temp{'content'}"; } else { rename ("$Temp{'content_'}", "$Temp{'content'}"); } and change fork && exit into fork && exit if ($^V ge v5.6); in the muttprint script. Frederic: Are you going to change your submitted port or should I submit a corrected one? 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 Fri Aug 24 3: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 6ABF137B40C; Fri, 24 Aug 2001 03:10:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7OAA2t95479; Fri, 24 Aug 2001 03:10:02 -0700 (PDT) (envelope-from gnats) Received: from palle.girgensohn.se (c213.89.167.190.cm-upc.chello.se [213.89.167.190]) by hub.freebsd.org (Postfix) with ESMTP id 2193837B401 for ; Fri, 24 Aug 2001 03:00:38 -0700 (PDT) (envelope-from girgen@palle.girgensohn.se) Received: (from girgen@localhost) by palle.girgensohn.se (8.11.5/8.11.5) id f7O9gHd27524; Fri, 24 Aug 2001 11:42:17 +0200 (CEST) (envelope-from girgen) Message-Id: <200108240942.f7O9gHd27524@palle.girgensohn.se> Date: Fri, 24 Aug 2001 11:42:17 +0200 (CEST) From: Palle Girgensohn Reply-To: Palle Girgensohn To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 X-GNATS-Notify: marius@alchemy.franken.de Subject: ports/30022: postgresql: bad config file name in pkg-message Sender: owner-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: 30022 >Category: ports >Synopsis: postgresql: bad config file name in pkg-message >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 Aug 24 03:10:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: marius@alchemy.franken.de >Release: FreeBSD 4.4-RC i386 >Organization: Partitur >Environment: System: FreeBSD palle.girgensohn.se 4.4-RC FreeBSD 4.4-RC #2: Sun Aug 19 03:26:52 CEST 2001 root@palle.girgensohn.se:/usr/obj/usr/src/sys/STORDATAN i386 >Description: the postgres config file is named postgresql.conf, not postmaster.conf. Submitted By: marius@alchemy.franken.de >How-To-Repeat: >Fix: Index: pkg-message =================================================================== RCS file: /home/ncvs/ports/databases/postgresql7/pkg-message,v retrieving revision 1.4 diff -u -r1.4 pkg-message --- pkg-message 2001/08/21 04:31:32 1.4 +++ pkg-message 2001/08/24 09:36:54 @@ -34,5 +34,5 @@ /usr/local/etc/rc.d/010.pgsql.sh start -For postmaster settings, see ~pgsql/data/postmaster.conf +For postmaster settings, see ~pgsql/data/postgresql.conf ====================================================================== >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Aug 24 3:10:44 2001 Delivered-To: freebsd-ports@freebsd.org Received: from polaris.we.lc.ehu.es (polaris.we.lc.ehu.es [158.227.6.43]) by hub.freebsd.org (Postfix) with ESMTP id 0495137B40A for ; Fri, 24 Aug 2001 03:10:41 -0700 (PDT) (envelope-from jose@we.lc.ehu.es) Received: from v-ger.we.lc.ehu.es (v-ger [158.227.6.51]) by polaris.we.lc.ehu.es (8.11.5/8.11.5) with ESMTP id f7OAAdb11169; Fri, 24 Aug 2001 12:10:39 +0200 (MET DST) Received: (from jose@localhost) by v-ger.we.lc.ehu.es (8.11.3/8.11.3) id f7OA8Gn01983; Fri, 24 Aug 2001 12:08:16 +0200 (CEST) (envelope-from jose) Date: Fri, 24 Aug 2001 12:08:15 +0200 From: "Jose M. Alcaide" To: Morsal Roudbay Cc: freebsd-ports@FreeBSD.ORG Subject: Re: portupgrade broken Message-ID: <20010824120815.A330@v-ger.we.lc.ehu.es> Mail-Followup-To: Morsal Roudbay , freebsd-ports@FreeBSD.ORG References: <20010824102925.A72128@zigman.2y.net> <20010824103726.A72303@zigman.2y.net> <86k7ztg7a2.wl@archon.local.idaemons.org> <20010824111745.A72567@zigman.2y.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20010824111745.A72567@zigman.2y.net>; from morsal@swipnet.se on Fri, Aug 24, 2001 at 11:17:45AM +0200 X-Operating-System: FreeBSD 4.3-RELEASE Sender: owner-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 Fri, Aug 24, 2001 at 11:17:45AM +0200, Morsal Roudbay wrote: > On Fri, Aug 24, 2001 at 06:02:29PM +0900, Akinori MUSHA wrote: > > > > I think I had fixed that yesterday. Try the latest version from > > ports. You can portupgrade the portupgrade in this case, but you can > > just pkg_delete & make install. > > U mean I can NOT portupgrade the portupgrade? :) > Of course you can. I suggest "portupgrade -R portupgrade". JMA -- ****** Jose M. Alcaide // jose@we.lc.ehu.es // jmas@FreeBSD.org ****** ** "Beware of Programmers who carry screwdrivers" -- Leonard Brandwein ** To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Aug 24 4: 2:22 2001 Delivered-To: freebsd-ports@freebsd.org Received: from storage-1.netscalibur.it (mail1.netscalibur.it [194.244.215.2]) by hub.freebsd.org (Postfix) with ESMTP id 1555537B40A; Fri, 24 Aug 2001 04:02:06 -0700 (PDT) (envelope-from olgeni@uli.it) Received: from dev1.localdomain.net (194.244.229.102) by storage-1.netscalibur.it (5.5.040) id 3B69D5C70002BC8A; Fri, 24 Aug 2001 13:01:46 +0200 Received: from localhost (localhost [127.0.0.1]) by dev1.localdomain.net (8.11.6/8.11.5) with ESMTP id f7OB24T79539; Fri, 24 Aug 2001 13:02:04 +0200 (CEST) (envelope-from olgeni@uli.it) Date: Fri, 24 Aug 2001 13:02:03 +0200 (CEST) From: Jimmy Olgeni X-X-Sender: To: "Dmitry S. Sivachenko" Cc: , Subject: Re: [for review] installing lib/libjpeg.la in graphics/jpeg In-Reply-To: <20010824103243.A60373@netserv1.chg.ru> Message-ID: <20010824124147.A2566-100000@dev1.localdomain.net> 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 Fri, 24 Aug 2001, Dmitry S. Sivachenko wrote: > I can't reproduce any of errors with _no_ libjpeg.la installed on my system. > All KDE related ports build just fine. > The same for bento. I see that bento actually does not have any problem, and frankly I can't understand why some of my boxes can't compile the KDE apps without that file. I have not enough libtools clues to hunt down what's really happening. The problem is not "KDE does not compile", but "jpeg is missing a file". KATO Tsuguru's suggestions of an empty LIBTOOLFLAGS in jpeg's Makefile makes it look like a simple problem with a very simple fix. Anyway, I see no reason to leave the .la file out of the jpeg port, since other ports already include them. If nothing else, it may prevent people like me filing PRs with "hey! I can't compile this and that because a file is missing" :o) -- jimmy To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Aug 24 4:20: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 AC4C837B40E for ; Fri, 24 Aug 2001 04:20:00 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7OBK0V11391; Fri, 24 Aug 2001 04:20:00 -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 5591D37B408 for ; Fri, 24 Aug 2001 04:17:06 -0700 (PDT) (envelope-from nobody@FreeBSD.org) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7OBH6w11124; Fri, 24 Aug 2001 04:17:06 -0700 (PDT) (envelope-from nobody) Message-Id: <200108241117.f7OBH6w11124@freefall.freebsd.org> Date: Fri, 24 Aug 2001 04:17:06 -0700 (PDT) From: Yoichi ASAI To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/30023: Update port: japanese/mozilla-jlp Sender: owner-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: 30023 >Category: ports >Synopsis: Update port: japanese/mozilla-jlp >Confidential: 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 Aug 24 04:20:00 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Yoichi ASAI >Release: FreeBSD 4.4-RC >Organization: >Environment: >Description: Update port: japanese/mozilla Though JLP is still RC2, I send update coz I cannot stand long BROKEN state. >How-To-Repeat: >Fix: diff -urN mozilla-jlp.orig/Makefile mozilla-jlp/Makefile --- mozilla-jlp.orig/Makefile Sat Jul 14 17:11:49 2001 +++ mozilla-jlp/Makefile Wed Aug 15 21:20:58 2001 @@ -6,7 +6,7 @@ # PORTNAME= mozilla -PORTVERSION= 0.9.2 +PORTVERSION= 0.9.3 PORTEPOCH= 1 CATEGORIES= japanese www MASTER_SITES= http://www.mozilla.gr.jp/jlp/ \ @@ -33,8 +33,8 @@ .else MOZILLA_PORT= ${PORTSDIR}/www/mozilla .endif -JLP_SRC= ${PORTNAME}${PORTVERSION}-langjajp.xpi \ - ${PORTNAME}${PORTVERSION}-regjp.xpi +JLP_SRC= ${PORTNAME}${PORTVERSION}-langjajp-RC2.xpi \ + ${PORTNAME}${PORTVERSION}-regjp-RC2.xpi .include @@ -53,7 +53,6 @@ post-extract: ${MKDIR} ${WRKSRC}/defaults/pref - ${CP} ${FILESDIR}/all.js ${WRKSRC}/defaults/pref ${CP} ${FILESDIR}/unix.js ${WRKSRC}/defaults/pref post-patch: @@ -71,10 +70,7 @@ ${MV} -f user-skins.rdf user-skins.rdf.orig; \ ${MV} -f installed-chrome.txt installed-chrome.txt.orig) (cd ${PREFIX}/lib/mozilla/defaults/pref; \ - ${MV} -f all.js all.js.orig; ${MV} -f unix.js unix.js.orig) - (cd ${PREFIX}/lib/mozilla/defaults/profile; \ - ${MV} -f bookmarks.html bookmarks.html.orig; \ - ${MV} -f search.rdf search.rdf.orig) + ${MV} -f unix.js unix.js.orig) (cd ${PREFIX}/lib/mozilla/searchplugins; \ ${MV} -f google.gif google.gif.orig; \ ${MV} -f google.src google.src.orig) @@ -86,9 +82,6 @@ ${TAR} -xf - -C ${PREFIX}/lib/mozilla/searchplugins (cd ${WRKSRC}; ${TAR} -cf - chrome defaults) | \ ${TAR} -xf - -C ${PREFIX}/lib/mozilla - (cd ${PREFIX}/lib/mozilla/defaults/profile; \ - ${CP} -p JP/bookmarks.html bookmarks.html; \ - ${CP} -p JP/search.rdf search.rdf) (cd ${PREFIX}/lib/mozilla/chrome; \ ${CP} installed-chrome.txt.orig installed-chrome.txt; \ ${CAT} ${FILESDIR}/installed-chrome.txt >> installed-chrome.txt) diff -urN mozilla-jlp.orig/distinfo mozilla-jlp/distinfo --- mozilla-jlp.orig/distinfo Sat Jul 14 17:11:49 2001 +++ mozilla-jlp/distinfo Wed Aug 15 21:21:01 2001 @@ -1,2 +1,2 @@ -MD5 (mozilla0.9.2-langjajp.xpi) = d302c11889422629dd3bf70a3737d6a4 -MD5 (mozilla0.9.2-regjp.xpi) = 6201bbedac5d2a41d72e936a7cd29511 +MD5 (mozilla0.9.3-langjajp-RC2.xpi) = 9ff219001fd140fbef292514bcfafaed +MD5 (mozilla0.9.3-regjp-RC2.xpi) = 6106ef7c0d8423a5cfa2c3157e79d2e2 diff -urN mozilla-jlp.orig/files/all.js mozilla-jlp/files/all.js --- mozilla-jlp.orig/files/all.js Sat Jul 14 17:11:49 2001 +++ mozilla-jlp/files/all.js Thu Jan 1 09:00:00 1970 @@ -1,540 +0,0 @@ -/* -*- Mode: Java; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 2 -*- - * - * The contents of this file are subject to the Netscape Public - * License Version 1.1 (the "License"); you may not use this file - * except in compliance with the License. You may obtain a copy of - * the License at http://www.mozilla.org/NPL/ - * - * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or - * implied. See the License for the specific language governing - * rights and limitations under the License. - * - * The Original Code is mozilla.org code. - * - * The Initial Developer of the Original Code is Netscape - * Communications Corporation. Portions created by Netscape are - * Copyright (C) 1998 Netscape Communications Corporation. All - * Rights Reserved. - * - * Contributor(s): - */ - -// SYNTAX HINTS: dashes are delimiters. Use underscores instead. -// The first character after a period must be alphabetic. - -pref("network.search.url","http://cgi.netscape.com/cgi-bin/url_search.cgi?search="); - -pref("keyword.URL", "http://keyword.netscape.com/keyword/"); -pref("keyword.enabled", true); -pref("general.useragent.locale", "chrome://navigator/locale/navigator.properties"); -pref("general.useragent.misc", "rv:0.9.2"); - -pref("general.startup.browser", true); -pref("general.startup.mail", false); -pref("general.startup.news", false); -pref("general.startup.editor", false); -pref("general.startup.compose", false); -pref("general.startup.addressbook", false); - -pref("general.open_location.last_url", ""); -pref("general.open_location.last_window_choice", 0); - -// 0 = blank, 1 = home (browser.startup.homepage), 2 = last -pref("browser.startup.page", 1); -pref("browser.startup.homepage", "chrome://navigator-region/locale/region.properties"); -// "browser.startup.homepage_override" was for 4.x -pref("browser.startup.homepage_override.1", true); -pref("browser.startup.autoload_homepage", true); - -pref("browser.cache.disk_cache_size", 50000); -pref("browser.cache.enable", true); -pref("browser.cache.disk.enable", true); -pref("browser.cache.memory_cache_size", 4096); -pref("browser.cache.disk_cache_ssl", false); -// 0 = once-per-session, 1 = each-time, 2 = never, 3 = when-appropriate/automatically -pref("browser.cache.check_doc_frequency", 3); - -pref("browser.display.use_document_fonts", 1); // 0 = never, 1 = quick, 2 = always -pref("browser.display.use_document_colors", true); -pref("browser.display.use_system_colors", false); -pref("browser.display.foreground_color", "#000000"); -pref("browser.display.background_color", "#FFFFFF"); -pref("browser.anchor_color", "#0000EE"); -pref("browser.visited_color", "#551A8B"); -pref("browser.underline_anchors", true); - -pref("browser.display.use_focus_colors", false); -pref("browser.display.focus_background_color", "#117722"); -pref("browser.display.focus_text_color", "#ffffff"); -pref("browser.display.focus_ring_width", 1); -pref("browser.display.focus_ring_on_anything", false); - -pref("browser.chrome.toolbar_tips", true); -pref("browser.chrome.toolbar_style", 2); - -pref("browser.toolbars.showbutton.bookmarks", true); -pref("browser.toolbars.showbutton.go", false); -pref("browser.toolbars.showbutton.home", true); -pref("browser.toolbars.showbutton.mynetscape", true); -pref("browser.toolbars.showbutton.net2phone", true); -pref("browser.toolbars.showbutton.print", true); -pref("browser.toolbars.showbutton.search", true); - -pref("browser.helperApps.alwaysAsk.force", false); - -pref("accessibility.browsewithcaret", false); -pref("accessibility.usetexttospeech", ""); -pref("accessibility.usebrailledisplay", ""); -pref("accessibility.accesskeycausesactivation", true); - -// Dialog modality issues -pref("browser.prefWindowModal", true); -pref("browser.show_about_as_stupid_modal_window", false); - -pref("browser.download.progressDnldDialog.keepAlive", false); // keep the dnload progress dialog up after dnload is complete - -// various default search settings -pref("browser.search.defaulturl", "chrome://navigator-region/locale/region.properties"); -pref("browser.search.opensidebarsearchpanel", true); -pref("browser.search.last_search_category", "NC:SearchCategory?category=urn:search:category:1"); -pref("browser.search.mode", 0); -pref("browser.search.powermode", 0); -pref("browser.urlbar.autocomplete.enabled", true); -pref("browser.urlbar.clickSelectsAll",false); - -pref("browser.history.last_page_visited", ""); -pref("browser.history_expire_days", 9); -pref("browser.sessionhistory.max_entries", 50); - -// Translation service -pref("browser.translation.service", "http://cgi.netscape.com/cgi-bin/translate.cgi?AlisUI=simple_frames/ns_home&AlisTargetURI="); -pref("browser.translation.serviceDomain", "teletranslator.com"); - -// Platform for Internet Content Selection -pref("browser.PICS.ratings_enabled", false); -pref("browser.PICS.pages_must_be_rated", false); -pref("browser.PICS.disable_for_this_session", false); -pref("browser.PICS.reenable_for_this_session", false); -pref("browser.PICS.service.http___home_netscape_com_default_rating.service_enabled", true); -pref("browser.PICS.service.http___home_netscape_com_default_rating.s", 0); - -pref("browser.target_new_blocked", false); - -// loading and rendering of framesets and iframes -pref("browser.frames.enabled", true); - -// form submission -pref("browser.forms.submit.backwards_compatible", true); - -// view source -pref("view_source.syntax_highlight", true); - -// gfx widgets -pref("nglayout.widget.mode", 2); -pref("nglayout.widget.gfxscrollbars", true); - -// use nsViewManager2 -pref("nglayout.view.useViewManager2", true); - -// css2 hover pref -pref("nglayout.events.showHierarchicalHover", false); - -// whether or not to use xbl form controls -pref("nglayout.debug.enable_xbl_forms", false); - -// Smart Browsing prefs -pref("browser.related.enabled", true); -pref("browser.related.autoload", 1); // 0 = Always, 1 = After first use, 2 = Never -pref("browser.related.provider", "http://www-rl.netscape.com/wtgn?"); -pref("browser.related.disabledForDomains", ""); -pref("browser.goBrowsing.enabled", true); - -//Internet Search -pref("browser.search.defaultenginename", "chrome://navigator/locale/navigator.properties"); - -// Default Capability Preferences: Security-Critical! -// Editing these may create a security risk - be sure you know what you're doing -//pref("capability.policy.default.barprop.visible.set", "UniversalBrowserWrite"); - -pref("capability.policy.default.DOMException.code", "allAccess"); -pref("capability.policy.default.DOMException.message", "allAccess"); -pref("capability.policy.default.DOMException.name", "allAccess"); -pref("capability.policy.default.DOMException.result", "allAccess"); -pref("capability.policy.default.DOMException.toString", "allAccess"); - -pref("capability.policy.default.History.back", "allAccess"); -pref("capability.policy.default.History.current", "UniversalBrowserRead"); -pref("capability.policy.default.History.forward", "allAccess"); -pref("capability.policy.default.History.go", "allAccess"); -pref("capability.policy.default.History.item", "UniversalBrowserRead"); -pref("capability.policy.default.History.length", "UniversalBrowserRead"); -pref("capability.policy.default.History.next", "UniversalBrowserRead"); -pref("capability.policy.default.History.previous", "UniversalBrowserRead"); -pref("capability.policy.default.History.toString", "UniversalBrowserRead"); - -pref("capability.policy.default.HTMLDocument.close", "allAccess"); -pref("capability.policy.default.HTMLDocument.open", "allAccess"); -pref("capability.policy.default.HTMLDocument.write", "allAccess"); -pref("capability.policy.default.HTMLDocument.writeln", "allAccess"); - -pref("capability.policy.default.Location.hash.set", "allAccess"); -pref("capability.policy.default.Location.host.set", "allAccess"); -pref("capability.policy.default.Location.hostname.set", "allAccess"); -pref("capability.policy.default.Location.href.set", "allAccess"); -pref("capability.policy.default.Location.pathname.set", "allAccess"); -pref("capability.policy.default.Location.port.set", "allAccess"); -pref("capability.policy.default.Location.protocol.set", "allAccess"); -pref("capability.policy.default.Location.reload", "allAccess"); -pref("capability.policy.default.Location.replace", "allAccess"); -pref("capability.policy.default.Location.search.set", "allAccess"); - -pref("capability.policy.default.Navigator.preference", "allAccess"); -pref("capability.policy.default.Navigator.preferenceinternal.get", "UniversalPreferencesRead"); -pref("capability.policy.default.Navigator.preferenceinternal.set", "UniversalPreferencesWrite"); - -pref("capability.policy.default.Window.blur", "allAccess"); -pref("capability.policy.default.Window.close", "allAccess"); -pref("capability.policy.default.Window.closed", "allAccess"); -pref("capability.policy.default.Window.Components", "allAccess"); -pref("capability.policy.default.Window.document", "allAccess"); -pref("capability.policy.default.Window.focus", "allAccess"); -pref("capability.policy.default.Window.history", "allAccess"); -pref("capability.policy.default.Window.location", "allAccess"); -// window.openDialog is insecure and must be made inaccessible from web scripts - see bug 56009 -pref("capability.policy.default.Window.openDialog", "noAccess"); -pref("capability.policy.default.Window.self", "allAccess"); -pref("capability.policy.default.Window.window", "allAccess"); - -// Restrictions on the DOM for mail/news - see bug 66938 -pref("capability.policy.mailnews.DOMException.toString", "noAccess");; -pref("capability.policy.mailnews.HTMLAnchorElement.hash", "noAccess"); -pref("capability.policy.mailnews.HTMLAnchorElement.host", "noAccess"); -pref("capability.policy.mailnews.HTMLAnchorElement.hostname", "noAccess"); -pref("capability.policy.mailnews.HTMLAnchorElement.href", "noAccess"); -pref("capability.policy.mailnews.HTMLAnchorElement.pathname", "noAccess"); -pref("capability.policy.mailnews.HTMLAnchorElement.port", "noAccess"); -pref("capability.policy.mailnews.HTMLAnchorElement.protocol", "noAccess"); -pref("capability.policy.mailnews.HTMLAnchorElement.search", "noAccess"); -pref("capability.policy.mailnews.HTMLAnchorElement.text", "noAccess"); -pref("capability.policy.mailnews.HTMLAnchorElement.getAttribute", "noAccess"); -pref("capability.policy.mailnews.HTMLAnchorElement.attributes", "noAccess"); -pref("capability.policy.mailnews.HTMLDocument.location", "noAccess"); -pref("capability.policy.mailnews.HTMLDocument.domain", "noAccess"); -pref("capability.policy.mailnews.HTMLDocument.URL", "noAccess"); -pref("capability.policy.mailnews.Text.nodeValue", "noAccess"); -pref("capability.policy.mailnews.Text.data", "noAccess"); -pref("capability.policy.mailnews.Text.substringData", "noAccess"); -pref("capability.policy.mailnews.CDATASection.nodeValue", "noAccess"); -pref("capability.policy.mailnews.CDATASection.data", "noAccess"); -pref("capability.policy.mailnews.CDATASection.substringData", "noAccess"); -pref("capability.policy.mailnews.Range.toString", "noAccess"); -pref("capability.policy.mailnews.sites", "mailbox: imap: news:"); -pref("capability.policy.mailnews.Window.name.set", "noAccess"); -pref("capability.policy.mailnews.Window.location", "noAccess"); - -pref("javascript.enabled", true); -pref("javascript.allow.mailnews", false); -pref("javascript.options.strict", false); - -// advanced prefs -pref("advanced.always_load_images", true); -pref("security.enable_java", true); -pref("css.allow", true); -pref("advanced.mailftp", false); -pref("image.animation_mode", "normal"); - -pref("offline.startup_state", 0); -pref("offline.send.unsent_messages", 0); -pref("offline.download.download_messages", 0); -pref("offline.prompt_synch_on_exit", true); -pref("offline.news.download.use_days", 0); - -// If there is ever a security firedrill that requires -// us to block certian ports global, this is the pref -// to use. Is is a comma delimited list of port numbers -// for example: -// pref("network.security.ports.banned", "1,2,3,4,5"); -// prevents necko connecting to ports 1-5 unless the protocol -// overrides. - -pref("network.hosts.smtp_server", "mail"); -pref("network.hosts.pop_server", "mail"); -pref("network.protocols.useSystemDefaults", false); // set to true if user links should use system default handlers - -// -pref("network.http.version", "1.1"); // default -// pref("network.http.version", "1.0"); // uncomment this out in case of problems -// pref("network.http.version", "0.9"); // it'll work too if you're crazy -// keep-alive option is effectively obsolete. Nevertheless it'll work with -// some older 1.0 servers: - -pref("network.http.keep-alive", true); // set it to false in case of problems -pref("network.http.proxy.keep-alive", true ); -pref("network.http.keep-alive.timeout", 300); - -pref("network.http.max-connections", 16); -pref("network.http.max-connections-per-server", 8); -pref("network.http.keep-alive.max-connections", 20); // max connections to be kept alive -pref("network.http.keep-alive.max-connections-per-server", 8); - -pref("network.http.connect.timeout", 30); // in seconds -pref("network.http.request.timeout", 120); // in seconds - -// Headers -pref("network.http.accept.default", "text/xml, application/xml, application/xhtml+xml, text/html;q=0.9, image/png, image/jpeg, image/gif;q=0.2, text/plain;q=0.8, text/css, */*;q=0.1"); - -pref("network.http.sendRefererHeader", 2); // 0=don't send any, 1=send only on clicks, 2=send on image requests as well - -// Enable http compression: comment this out in case of problems with 1.1 -pref("network.http.accept-encoding" ,"gzip,deflate,compress,identity"); - -pref("network.http.pipelining" , false); -pref("network.http.proxy.pipelining", false); - -// Always pipeling the very first request: this will only work when you are -// absolutely sure the the site or proxy you are browsing to/through support -// pipelining; the default behavior will be that the browser will first make -// a normal, non-pipelined request, then examine and remember the responce -// and only the subsequent requests to that site will be pipeline -pref("network.http.pipelining.firstrequest", false); - -// Max number of requests in the pipeline -pref("network.http.pipelining.maxrequests" , 4); - -pref("network.http.proxy.ssl.connect",true); -// - -// until the directory view has an owner -// necko will produce html -- dougt -pref("network.dir.generate_html", true); - -// sspitzer: change this back to "news" when we get to beta. -// for now, set this to news.mozilla.org because you can only -// post to the server specified by this pref. -pref("network.hosts.nntp_server", "news.mozilla.org"); - -pref("network.hosts.socks_server", ""); -pref("network.hosts.socks_serverport", 1080); -pref("network.hosts.socks_conf", ""); -pref("network.image.imageBehavior", 0); // 0-Accept, 1-dontAcceptForeign, 2-dontUse -pref("network.image.warnAboutImages", false); -pref("network.proxy.autoconfig_url", ""); -pref("network.proxy.type", 0); -pref("network.proxy.ftp", ""); -pref("network.proxy.ftp_port", 0); -pref("network.proxy.gopher", ""); -pref("network.proxy.gopher_port", 0); -pref("network.proxy.news", ""); -pref("network.proxy.news_port", 0); -pref("network.proxy.http", ""); -pref("network.proxy.http_port", 0); -pref("network.proxy.wais", ""); -pref("network.proxy.wais_port", 0); -pref("network.proxy.ssl", ""); -pref("network.proxy.ssl_port", 0); -pref("network.proxy.socks", ""); -pref("network.proxy.socks_port", 0); -pref("network.proxy.no_proxies_on", ""); -pref("network.online", true); //online/offline -pref("network.accept_cookies", 0); // 0 = Always, 1 = warn, 2 = never -pref("network.foreign_cookies", 0); // 0 = Accept, 1 = Don't accept -pref("network.cookie.cookieBehavior", 0); // 0-Accept, 1-dontAcceptForeign, 2-dontUse -pref("network.cookie.warnAboutCookies", false); -pref("signon.rememberSignons", true); -pref("network.enablePad", false); // Allow client to do proxy autodiscovery -pref("converter.html2txt.structs", true); // Output structured phrases (strong, em, code, sub, sup, b, i, u) -pref("converter.html2txt.header_strategy", 1); // 0 = no indention; 1 = indention, increased with header level; 2 = numbering and slight indention -pref("wallet.captureForms", true); -pref("wallet.notified", false); -pref("wallet.TutorialFromMenu", "chrome://navigator/locale/navigator.properties"); -pref("wallet.Server", "chrome://navigator/locale/navigator.properties"); -pref("wallet.Samples", "chrome://navigator/locale/navigator.properties"); -pref("wallet.version", "1"); -pref("wallet.enabled", true); -pref("wallet.crypto", false); -pref("wallet.namePanel.hide", false); -pref("wallet.addressPanel.hide", false); -pref("wallet.phonePanel.hide", false); -pref("wallet.creditPanel.hide", false); -pref("wallet.employPanel.hide", false); -pref("wallet.miscPanel.hide", false); -pref("imageblocker.enabled", true); -pref("intl.accept_languages", "chrome://navigator/locale/navigator.properties"); -pref("intl.accept_charsets", "iso-8859-1,*,utf-8"); -pref("intl.collationOption", "chrome://navigator/locale/navigator.properties"); -pref("intl.menuitems.alwaysappendacceskeys","chrome://navigator/locale/navigator.properties"); -pref("intl.charsetmenu.browser.static", "chrome://navigator/locale/navigator.properties"); -pref("intl.charsetmenu.browser.more1", "chrome://navigator/locale/navigator.properties"); -pref("intl.charsetmenu.browser.more2", "chrome://navigator/locale/navigator.properties"); -pref("intl.charsetmenu.browser.more3", "chrome://navigator/locale/navigator.properties"); -pref("intl.charsetmenu.browser.more4", "chrome://navigator/locale/navigator.properties"); -pref("intl.charsetmenu.browser.more5", "chrome://navigator/locale/navigator.properties"); -pref("intl.charsetmenu.mailedit", "chrome://navigator/locale/navigator.properties"); -pref("intl.charsetmenu.browser.cache", ""); -pref("intl.charsetmenu.mailview.cache", ""); -pref("intl.charsetmenu.composer.cache", ""); -pref("intl.charsetmenu.browser.cache.size", 5); -pref("intl.charset.detector", "chrome://navigator/locale/navigator.properties"); -pref("intl.charset.default", "chrome://navigator/locale/navigator.properties"); - -pref("font.default", "serif"); -pref("font.size.variable.ar", 16); -pref("font.size.fixed.ar", 13); - -pref("font.size.variable.el", 16); -pref("font.size.fixed.el", 13); - -pref("font.size.variable.he", 16); -pref("font.size.fixed.he", 13); - -pref("font.size.variable.ja", 14); -pref("font.size.fixed.ja", 14); - -pref("font.size.variable.ko", 16); -pref("font.size.fixed.ko", 16); - -pref("font.size.variable.th", 16); -pref("font.size.fixed.th", 13); - -pref("font.size.variable.tr", 16); -pref("font.size.fixed.tr", 13); - -pref("font.size.variable.x-baltic", 16); -pref("font.size.fixed.x-baltic", 13); - -pref("font.size.variable.x-central-euro", 16); -pref("font.size.fixed.x-central-euro", 13); - -pref("font.size.variable.x-cyrillic", 16); -pref("font.size.fixed.x-cyrillic", 13); - -pref("font.size.variable.x-unicode", 16); -pref("font.size.fixed.x-unicode", 13); - -pref("font.size.variable.x-western", 14); -pref("font.size.fixed.x-western", 13); - -pref("font.size.variable.zh-CN", 16); -pref("font.size.fixed.zh-CN", 16); - -pref("font.size.variable.zh-TW", 16); -pref("font.size.fixed.zh-TW", 16); - -// -- folders (Mac: these are binary aliases.) -localDefPref("mail.signature_file", ""); -localDefPref("mail.directory", ""); - -pref("images.dither", "auto"); -localDefPref("news.directory", ""); -localDefPref("security.directory", ""); - -pref("autoupdate.enabled", true); - -pref("silentdownload.enabled", true); -pref("silentdownload.directory", ""); -pref("silentdownload.range", 3000); -pref("silentdownload.interval", 10000); - -pref("browser.editor.disabled", false); - -pref("spellchecker.dictionary", ""); - -pref("signed.applets.codebase_principal_support", false); -pref("security.checkloaduri", true); -pref("security.xpconnect.plugin.unrestricted", true); - -// Modifier key prefs: default to Windows settings, -// menu access key = alt, accelerator key = control. -pref("ui.key.accelKey", 17); -pref("ui.key.menuAccessKey", 18); -pref("ui.key.menuAccessKeyFocuses", false); -pref("ui.key.saveLink.shift", true); // true = shift, false = meta - -// Middle-mouse handling -pref("middlemouse.paste", false); -pref("middlemouse.openNewWindow", true); -pref("middlemouse.contentLoadURL", false); -pref("middlemouse.scrollbarPosition", false); - -// Clipboard behavior -pref("clipboard.autocopy", false); - -// 0=lines, 1=pages, 2=history , 3=text size -pref("mousewheel.withnokey.action",0); -pref("mousewheel.withnokey.numlines",1); -pref("mousewheel.withnokey.sysnumlines",true); -pref("mousewheel.withcontrolkey.action",0); -pref("mousewheel.withcontrolkey.numlines",1); -pref("mousewheel.withcontrolkey.sysnumlines",true); -pref("mousewheel.withshiftkey.action",0); -pref("mousewheel.withshiftkey.numlines",1); -pref("mousewheel.withshiftkey.sysnumlines",false); -pref("mousewheel.withaltkey.action",2); -pref("mousewheel.withaltkey.numlines",1); -pref("mousewheel.withaltkey.sysnumlines",false); - -pref("profile.confirm_automigration",true); - -// Customizable toolbar stuff -pref("custtoolbar.personal_toolbar_folder", ""); - -pref("sidebar.customize.all_panels.url", "http://sidebar-rdf.netscape.com/%LOCALE%/sidebar-rdf/%SIDEBAR_VERSION%/all-panels.rdf"); -pref("sidebar.customize.more_panels.url", "http://dmoz.org/Netscape/Sidebar/"); - -pref("prefs.converted-to-utf8",false); -// -------------------------------------------------- -// IBMBIDI -// -------------------------------------------------- -// -// ------------------ -// Text Direction -// ------------------ -// 1 = directionLTRBidi * -// 2 = directionRTLBidi -pref("bidi.direction", 1); -// ------------------ -// Text Type -// ------------------ -// 1 = charsettexttypeBidi * -// 2 = logicaltexttypeBidi -// 3 = visualtexttypeBidi -pref("bidi.texttype", 1); -// ------------------ -// Controls Text Mode -// ------------------ -// 1 = logicalcontrolstextmodeBidiCmd -// 2 = visiualcontrolstextmodeBidi -// 3 = containercontrolstextmodeBidi * -pref("bidi.controlstextmode", 1); -// ------------------ -// Clipboard Text Mode -// ------------------ -// 1 = logicalclipboardtextmodeBidi -// 2 = visiualclipboardtextmodeBidi -// 3 = sourceclipboardtextmodeBidi * -pref("bidi.clipboardtextmode", 3); -// ------------------ -// Numeral Style -// ------------------ -// 1 = regularcontextnumeralBidi * -// 2 = hindicontextnumeralBidi -// 3 = arabicnumeralBidi -// 4 = hindinumeralBidi -pref("bidi.numeral", 1); -// ------------------ -// Support Mode -// ------------------ -// 1 = mozillaBidisupport * -// 2 = OsBidisupport -// 3 = disableBidisupport -pref("bidi.support", 1); -// ------------------ -// Charset Mode -// ------------------ -// 1 = doccharactersetBidi * -// 2 = defaultcharactersetBidi -pref("bidi.characterset", 1); - - -pref("browser.throbber.url","chrome://navigator-region/locale/region.properties"); diff -urN mozilla-jlp.orig/files/installed-chrome.txt mozilla-jlp/files/installed-chrome.txt --- mozilla-jlp.orig/files/installed-chrome.txt Sat Jul 14 17:11:49 2001 +++ mozilla-jlp/files/installed-chrome.txt Mon Aug 13 11:40:15 2001 @@ -10,6 +10,7 @@ locale,install,url,jar:resource:/chrome/ja-JP.jar!/locale/ja-JP/pipnss/ locale,install,url,jar:resource:/chrome/ja-JP.jar!/locale/ja-JP/pippki/ locale,install,url,jar:resource:/chrome/ja-JP.jar!/locale/ja-JP/content-packs/ +locale,install,url,jar:resource:/chrome/ja-JP.jar!/locale/ja-JP/chatzilla/ locale,install,url,jar:resource:/chrome/ja-unix.jar!/locale/ja-JP/global-platform/ locale,install,url,jar:resource:/chrome/ja-unix.jar!/locale/ja-JP/communicator-platform/ locale,install,url,jar:resource:/chrome/JP.jar!/locale/JP/global-region/ diff -urN mozilla-jlp.orig/files/unix.js mozilla-jlp/files/unix.js --- mozilla-jlp.orig/files/unix.js Sat Jul 14 17:11:49 2001 +++ mozilla-jlp/files/unix.js Mon Aug 13 11:41:39 2001 @@ -28,8 +28,8 @@ pref("mail.check_new_mail", true); pref("browser.display.screen_resolution", 0); // System setting pref("browser.startup.license_accepted", ""); -pref("browser.cache.memory_cache_size", 4096); -pref("browser.cache.disk_cache_size", 50000); +pref("browser.cache.memory.capacity", 4096); +pref("browser.cache.disk.capacity", 50000); pref("browser.ncols", 0); pref("browser.installcmap", false); pref("browser.drag_out_of_frame_style", 1); @@ -51,6 +51,8 @@ // Clipboard behavior pref("clipboard.autocopy", true); +pref("browser.urlbar.clickSelectsAll", false); + // autocomplete keyboard grab workaround pref("autocomplete.grab_during_popup", true); pref("autocomplete.ungrab_during_mode_switch", true); @@ -58,6 +60,9 @@ // Most Unix people think modal pref windows are stupid: pref("browser.prefWindowModal", false); +// turn off scrollbar snapping +pref("slider.snapMultiplier", 0); + // Unix only pref("mail.use_movemail", true); pref("mail.use_builtin_movemail", true); @@ -140,24 +145,72 @@ // zh-TW +pref("font.default", "serif"); +pref("font.size.variable.ar", 16); +pref("font.size.fixed.ar", 12); + +pref("font.size.variable.el", 16); +pref("font.size.fixed.el", 12); + +pref("font.size.variable.he", 16); +pref("font.size.fixed.he", 12); + +pref("font.size.variable.ja", 14); +pref("font.size.fixed.ja", 14); + +pref("font.size.variable.ko", 16); +pref("font.size.fixed.ko", 16); + +pref("font.size.variable.th", 16); +pref("font.size.fixed.th", 12); + +pref("font.size.variable.tr", 16); +pref("font.size.fixed.tr", 12); + +pref("font.size.variable.x-baltic", 16); +pref("font.size.fixed.x-baltic", 12); + +pref("font.size.variable.x-central-euro", 16); +pref("font.size.fixed.x-central-euro", 12); + +pref("font.size.variable.x-cyrillic", 16); +pref("font.size.fixed.x-cyrillic", 12); + +pref("font.size.variable.x-unicode", 16); +pref("font.size.fixed.x-unicode", 12); + +pref("font.size.variable.x-western", 14); +pref("font.size.fixed.x-western", 12); + +pref("font.size.variable.zh-CN", 16); +pref("font.size.fixed.zh-CN", 16); + +pref("font.size.variable.zh-TW", 16); +pref("font.size.fixed.zh-TW", 16); + // below a certian pixel size scaled fonts produce poor results pref("font.scale.outline.min", 6); pref("font.scale.bitmap.min", 12); pref("font.scale.bitmap.undersize", 80); pref("font.scale.bitmap.oversize", 120); -pref("font.scale.outline.min.ja", 10); -pref("font.scale.bitmap.min.ja", 14); +pref("font.scale.outline.min.ja", 8); +pref("font.scale.bitmap.min.ja", 8); pref("font.scale.bitmap.undersize.ja", 80); pref("font.scale.bitmap.oversize.ja", 120); +pref("font.scale.outline.min.ko", 10); +pref("font.scale.bitmap.min.ko", 16); +pref("font.scale.bitmap.undersize.ko", 80); +pref("font.scale.bitmap.oversize.ko", 120); + pref("font.scale.outline.min.zh-CN", 10); -pref("font.scale.bitmap.min.zh-CN", 14); +pref("font.scale.bitmap.min.zh-CN", 16); pref("font.scale.bitmap.undersize.zh-CN", 80); pref("font.scale.bitmap.oversize.zh-CN", 120); pref("font.scale.outline.min.zh-TW", 10); -pref("font.scale.bitmap.min.zh-TW", 14); +pref("font.scale.bitmap.min.zh-TW", 16); pref("font.scale.bitmap.undersize.zh-TW", 80); pref("font.scale.bitmap.oversize.zh-TW", 120); diff -urN mozilla-jlp.orig/pkg-plist mozilla-jlp/pkg-plist --- mozilla-jlp.orig/pkg-plist Sat Jul 14 17:11:49 2001 +++ mozilla-jlp/pkg-plist Mon Aug 13 12:19:09 2001 @@ -4,10 +4,7 @@ @exec mv %D/lib/mozilla/chrome/all-skins.rdf %D/lib/mozilla/chrome/all-skins.rdf.orig @exec mv %D/lib/mozilla/chrome/user-skins.rdf %D/lib/mozilla/chrome/user-skins.rdf.orig @exec mv %D/lib/mozilla/chrome/installed-chrome.txt %D/lib/mozilla/chrome/installed-chrome.txt.orig -@exec mv %D/lib/mozilla/defaults/pref/all.js %D/lib/mozilla/defaults/pref/all.js.orig @exec mv %D/lib/mozilla/defaults/pref/unix.js %D/lib/mozilla/defaults/pref/unix.js.orig -@exec mv %D/lib/mozilla/defaults/profile/bookmarks.html %D/lib/mozilla/defaults/profile/bookmarks.html.orig -@exec mv %D/lib/mozilla/defaults/profile/search.rdf %D/lib/mozilla/defaults/profile/search.rdf.orig @exec mv %D/lib/mozilla/searchplugins/google.gif %D/lib/mozilla/searchplugins/google.gif.orig @exec mv %D/lib/mozilla/searchplugins/google.src %D/lib/mozilla/searchplugins/google.src.orig bin/mozilla @@ -22,7 +19,6 @@ lib/mozilla/chrome/ja-win.jar lib/mozilla/chrome/user-locales.rdf lib/mozilla/chrome/user-skins.rdf -lib/mozilla/defaults/pref/all.js lib/mozilla/defaults/pref/unix.js lib/mozilla/defaults/profile/JP/chrome/userChrome.css lib/mozilla/defaults/profile/JP/chrome/userContent.css @@ -31,8 +27,6 @@ lib/mozilla/defaults/profile/JP/mimeTypes.rdf lib/mozilla/defaults/profile/JP/panels.rdf lib/mozilla/defaults/profile/JP/search.rdf -lib/mozilla/defaults/profile/bookmarks.html -lib/mozilla/defaults/profile/search.rdf lib/mozilla/searchplugins/AllAboutJapan.png lib/mozilla/searchplugins/AllAboutJapan.src lib/mozilla/searchplugins/BiglobeSearch.png @@ -100,10 +94,7 @@ @unexec mv %D/lib/mozilla/chrome/all-skins.rdf.orig %D/lib/mozilla/chrome/all-skins.rdf @unexec mv %D/lib/mozilla/chrome/user-skins.rdf.orig %D/lib/mozilla/chrome/user-skins.rdf @unexec mv %D/lib/mozilla/chrome/installed-chrome.txt.orig %D/lib/mozilla/chrome/installed-chrome.txt -@unexec mv %D/lib/mozilla/defaults/pref/all.js.orig %D/lib/mozilla/defaults/pref/all.js @unexec mv %D/lib/mozilla/defaults/pref/unix.js.orig %D/lib/mozilla/defaults/pref/unix.js -@unexec mv %D/lib/mozilla/defaults/profile/bookmarks.html.orig %D/lib/mozilla/defaults/profile/bookmarks.html -@unexec mv %D/lib/mozilla/defaults/profile/search.rdf.orig %D/lib/mozilla/defaults/profile/search.rdf @unexec mv %D/lib/mozilla/searchplugins/google.gif.orig %D/lib/mozilla/searchplugins/google.gif @unexec mv %D/lib/mozilla/searchplugins/google.src.orig %D/lib/mozilla/searchplugins/google.src @dirrm lib/mozilla/defaults/profile/JP/chrome >Release-Note: >Audit-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 Aug 24 4:24:49 2001 Delivered-To: freebsd-ports@freebsd.org Received: from chg.ru (netserv1.chg.ru [193.233.46.3]) by hub.freebsd.org (Postfix) with ESMTP id 834FC37B40E; Fri, 24 Aug 2001 04:24:40 -0700 (PDT) (envelope-from dima@chg.ru) Received: (from dima@localhost) by chg.ru (8.9.3/8.9.3) id PAA81494; Fri, 24 Aug 2001 15:22:07 +0400 (MSD) (envelope-from dima) Date: Fri, 24 Aug 2001 15:22:07 +0400 From: "Dmitry S. Sivachenko" To: Jimmy Olgeni Cc: "Dmitry S. Sivachenko" , jseger@FreeBSD.ORG, freebsd-ports@FreeBSD.ORG Subject: Re: [for review] installing lib/libjpeg.la in graphics/jpeg Message-ID: <20010824152207.A69725@netserv1.chg.ru> References: <20010824103243.A60373@netserv1.chg.ru> <20010824124147.A2566-100000@dev1.localdomain.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.4i In-Reply-To: <20010824124147.A2566-100000@dev1.localdomain.net>; from olgeni@uli.it on Fri, Aug 24, 2001 at 01:02:03PM +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 I am not sure whether we should trash disk with useless *.la files if on fresh system the problem doesn't exist. I am sure that rm -rf /usr/local && rm -rf /usr/X11R6 will cure all your machines. On Fri, Aug 24, 2001 at 01:02:03PM +0200, Jimmy Olgeni wrote: > > On Fri, 24 Aug 2001, Dmitry S. Sivachenko wrote: > > > I can't reproduce any of errors with _no_ libjpeg.la installed on my system. > > All KDE related ports build just fine. > > The same for bento. > > I see that bento actually does not have any problem, and frankly I > can't understand why some of my boxes can't compile the KDE apps > without that file. I have not enough libtools clues to hunt down > what's really happening. The problem is not "KDE does not compile", but > "jpeg is missing a file". > > KATO Tsuguru's suggestions of an empty LIBTOOLFLAGS in jpeg's Makefile > makes it look like a simple problem with a very simple fix. > > Anyway, I see no reason to leave the .la file out of the jpeg port, > since other ports already include them. If nothing else, it may > prevent people like me filing PRs with "hey! I can't compile this and > that because a file is missing" :o) > > -- > jimmy > > > > 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 Fri Aug 24 4:27:13 2001 Delivered-To: freebsd-ports@freebsd.org Received: from obsecurity.dyndns.org (adsl-63-207-60-54.dsl.lsan03.pacbell.net [63.207.60.54]) by hub.freebsd.org (Postfix) with ESMTP id 9930D37B40B; Fri, 24 Aug 2001 04:27:07 -0700 (PDT) (envelope-from kris@obsecurity.org) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 3C46F66E32; Fri, 24 Aug 2001 04:27:07 -0700 (PDT) Date: Fri, 24 Aug 2001 04:27:07 -0700 From: Kris Kennaway To: John E Hein Cc: Kris Kennaway , Neil Blakey-Milner , freebsd-ports@FreeBSD.org, portmgr@FreeBSD.org Subject: Re: ports/20601: DESTDIR and /etc/shells Message-ID: <20010824042706.A76829@xor.obsecurity.org> References: <200108231510.f7NFA2A96921@freefall.freebsd.org> <20010823172108.B2573@mithrandr.moria.org> <20010823133038.A99713@xor.obsecurity.org> <15237.30244.936932.928537@brain.timing.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="x+6KMIRAuhnl3hBn" Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <15237.30244.936932.928537@brain.timing.com>; from jhein@timing.com on Thu, Aug 23, 2001 at 03:31:16PM -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 --x+6KMIRAuhnl3hBn Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Aug 23, 2001 at 03:31:16PM -0600, John E Hein wrote: > Kris Kennaway wrote at 13:30 -0700 on Aug 23: > > On Thu, Aug 23, 2001 at 05:21:09PM +0200, Neil Blakey-Milner wrote: > >=20 > > > It's pretty obvious that a large number of ports will not support > > > DESTDIR immediately after the change. However, I do believe it's > > > something we must have. If I do some testing locally, can we move > > > forward with this a week after 4.4-RELEASE is out the door? > >=20 > > It's pretty hard for us to move forward with any nontrivial changes > > without the ability to test them in a package build. This is a major > > outstanding problem..perhaps we can just take over bento for a week or > > two and get some of the backlog sorted out. >=20 > I'm curious... does the package building process for releases define > DESTDIR to something other than "" or /? >=20 > If not, then the patch in 28155 should be completely trivial. We'll get back to this after 4.4-RELEASE. Kris --x+6KMIRAuhnl3hBn 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 iD8DBQE7hjoKWry0BWjoQKURAllxAKCzLuomTZ+Kti0IoXFKGhpnASAoGACeMWXF wMUxetGe5YHEi/rEKiBx8gw= =r9Uo -----END PGP SIGNATURE----- --x+6KMIRAuhnl3hBn-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Aug 24 4:57:53 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 B0AE237B40B for ; Fri, 24 Aug 2001 04:57:49 -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 8DC584D833; Fri, 24 Aug 2001 20:57:48 +0900 (JST) Date: Fri, 24 Aug 2001 20:57:48 +0900 Message-ID: <86heuxfz5v.wl@archon.local.idaemons.org> From: "Akinori MUSHA" To: "Jose M. Alcaide" Cc: Morsal Roudbay , freebsd-ports@FreeBSD.ORG Subject: Re: portupgrade broken In-Reply-To: <20010824120815.A330@v-ger.we.lc.ehu.es> References: <20010824102925.A72128@zigman.2y.net> <20010824103726.A72303@zigman.2y.net> <86k7ztg7a2.wl@archon.local.idaemons.org> <20010824111745.A72567@zigman.2y.net> <20010824120815.A330@v-ger.we.lc.ehu.es> User-Agent: Wanderlust/2.7.2 (Too Funky) 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) 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.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 Fri, 24 Aug 2001 12:08:15 +0200, Jose M. Alcaide wrote: > On Fri, Aug 24, 2001 at 11:17:45AM +0200, Morsal Roudbay wrote: > > On Fri, Aug 24, 2001 at 06:02:29PM +0900, Akinori MUSHA wrote: > > > > > > I think I had fixed that yesterday. Try the latest version from > > > ports. You can portupgrade the portupgrade in this case, but you can > > > just pkg_delete & make install. > > > > U mean I can NOT portupgrade the portupgrade? :) Exactly. I often make this typo: can <-> can't. :( > Of course you can. I suggest "portupgrade -R portupgrade". In this case, since that version of portupgrade included a typo, you have to do like this to work it around: env PORTSDIR=/usr/ports portupgrade -R portupgrade Or you will get the error as Morsal reported. -- / /__ __ 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 Fri Aug 24 5: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 451F937B406 for ; Fri, 24 Aug 2001 05:10:09 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7OCA9Y19428; Fri, 24 Aug 2001 05:10:09 -0700 (PDT) (envelope-from gnats) Received: from cc92687-a.wlgrv1.pa.home.com (cc92687-a.wlgrv1.pa.home.com [24.5.63.190]) by hub.freebsd.org (Postfix) with ESMTP id EF1B437B409 for ; Fri, 24 Aug 2001 05:05:33 -0700 (PDT) (envelope-from pat@cc92687-a.wlgrv1.pa.home.com) Received: (from root@localhost) by cc92687-a.wlgrv1.pa.home.com (8.11.6/8.11.5) id f7OC5XD83876; Fri, 24 Aug 2001 08:05:33 -0400 (EDT) (envelope-from pat) Message-Id: <200108241205.f7OC5XD83876@cc92687-a.wlgrv1.pa.home.com> Date: Fri, 24 Aug 2001 08:05:33 -0400 (EDT) From: Patrick Li Reply-To: Patrick Li To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/30024: Update port astro/sunclock Sender: owner-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: 30024 >Category: ports >Synopsis: Update port astro/sunclock >Confidential: 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 Aug 24 05:10:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Patrick Li >Release: FreeBSD 4.4-RC i386 >Organization: N/A >Environment: System: FreeBSD bottlenek 4.4-RC FreeBSD 4.4-RC #0: Wed Aug 22 12:13:02 EDT 2001 pat@bottlenek:/usr/src/sys/compile/BOTTLENEK i386 >Description: - Update to 3.50pre1 (checked with pkg_version and 3.50.p1 was the way to go) - Use lowercase - Modify patch and pkg-plist - Fix dwcjr error to last commit of sunclock which put WRKSRC was ahead of LIB_DEPENDS which made portlint warning. If you compare commit logs and PR i sent long ago which he closed, In NO way did I mentioned in the patch to put WRKSRC ahead of LIB_DEPENDS. - This PR supercedes PR # 28837 - I'll be maintainer if ok... NOTE: This is the 5th PR updating this port with no response from torstenb first PR i sent is dated 2001/06/11 >How-To-Repeat: Let dwcjr touch your PR instead of mah #1 FOB! >Fix: diff -ruN /usr/ports/astro/sunclock/Makefile sunclock/Makefile --- /usr/ports/astro/sunclock/Makefile Wed Jul 25 13:35:38 2001 +++ sunclock/Makefile Fri Aug 24 07:25:42 2001 @@ -7,19 +7,19 @@ # PORTNAME= sunclock -PORTVERSION= 3.45 +PORTVERSION= 3.50.p1 CATEGORIES= astro x11-clocks MASTER_SITES= ftp://ftp.ac-grenoble.fr/ge/geosciences/ +DISTNAME= ${PORTNAME}-${PORTVERSION:S/.p/pre/} EXTRACT_SUFX= .tgz -MAINTAINER= torstenb@FreeBSD.org - -WRKSRC= ${WRKDIR}/${DISTNAME}v2 +MAINTAINER= pat@databits.net LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg -USE_XPM= YES -USE_IMAKE= YES +USE_X_PREFIX= yes +USE_XPM= yes +USE_IMAKE= yes MAN1= sunclock.1 diff -ruN /usr/ports/astro/sunclock/distinfo sunclock/distinfo --- /usr/ports/astro/sunclock/distinfo Mon Jul 9 21:43:18 2001 +++ sunclock/distinfo Fri Aug 24 06:57:21 2001 @@ -1 +1 @@ -MD5 (sunclock-3.45.tgz) = 67a60a02391852e95a77a64e4bdb8d38 +MD5 (sunclock-3.50pre1.tgz) = 6e07964a99848018432825c5b3297cc6 diff -ruN /usr/ports/astro/sunclock/files/patch-aa sunclock/files/patch-aa --- /usr/ports/astro/sunclock/files/patch-aa Sun Apr 22 10:35:32 2001 +++ sunclock/files/patch-aa Fri Aug 24 07:48:34 2001 @@ -1,5 +1,5 @@ ---- Imakefile.orig Sun Apr 22 22:27:53 2001 -+++ Imakefile Sun Apr 22 22:30:04 2001 +--- Imakefile.orig Tue Aug 14 09:30:24 2001 ++++ Imakefile Fri Aug 24 07:48:14 2001 @@ -1,15 +1,17 @@ XCOMM Should install to /usr or /usr/local ?? -DESTDIR=/usr @@ -21,25 +21,32 @@ XCOMM XCOMM Compile options: XCOMM -@@ -38,17 +40,17 @@ +@@ -38,13 +40,12 @@ + #CCOPTIONS=-O -DZLIB -DNEW_CTIME -DSHAREDIR=\"$(DESTDIR)$(SHAREDIR)\" + # Solaris, Linux - #XPMLIB=-L/usr/X11R6/lib - #XPMINC=-I/usr/X11R6/include/X11 --#JLIB=-L/usr/lib +-#XPMLIBDIR=-L/usr/X11R6/lib +-#XPMINC=-I/usr/X11R6/include/X11 +-#JLIBDIR=-L/usr/lib +-#ZLIBDIR=-L/usr/lib -#JINC=-I/usr/include -+JLIB=-L${LOCALBASE}/lib +- +-CCOPTIONS=-O -DZLIB -DSHAREDIR=\"$(DESTDIR)$(SHAREDIR)\" ++XPMLIBDIR=-L${X11BASE}/lib ++XPMINC=-I${X11BASE}/include/X11 ++JLIBDIR=-L${LOCALBASE}/lib ++ZLIBDIR=-L${LOCALBASE}/lib +JINC=-I${LOCALBASE}/include - --CCOPTIONS=-O -DSHAREDIR=\"$(DESTDIR)$(SHAREDIR)\" -+CCOPTIONS=-O -DSHAREDIR=\"$(DESTDIR)$(SHAREDIR)\" -DNEW_CTIME -I${LOCALBASE}/include ++CCOPTIONS=-O -DZLIB -DSHAREDIR=\"$(DESTDIR)$(SHAREDIR)\" -DNEW_CTIME -I${LOCALBASE}/include #endif SRCS=sunclock.c astro.c widgets.c tildepath.c dirlist.c \ - readvmf.c readxpm.c readjpeg.c +@@ -52,7 +53,7 @@ OBJS=sunclock.o astro.o widgets.o tildepath.o dirlist.o \ readvmf.o readxpm.o readjpeg.o --LOCAL_LIBRARIES=$(XLIB) $(XPMLIB) -lXpm $(JLIB) -ljpeg -lm -+LOCAL_LIBRARIES=$(XLIB) $(XPMLIB) -lXpm $(JLIB) -ljpeg -lm -lcompat + LOCAL_LIBRARIES=$(XLIB) $(XPMLIBDIR) -lXpm $(ZLIBDIR) -lz \ +- $(JLIBDIR) -ljpeg -lm ++ $(JLIBDIR) -ljpeg -lm -lcompat DEPLIBS= # I don't know what I'm doing, and I hate imake! ComplexProgramTarget(sunclock) diff -ruN /usr/ports/astro/sunclock/files/patch-tildepath.c sunclock/files/patch-tildepath.c --- /usr/ports/astro/sunclock/files/patch-tildepath.c Wed Dec 31 19:00:00 1969 +++ sunclock/files/patch-tildepath.c Fri Aug 24 07:07:14 2001 @@ -0,0 +1,10 @@ +--- tildepath.c.orig Fri Aug 24 07:06:53 2001 ++++ tildepath.c Fri Aug 24 07:06:59 2001 +@@ -38,7 +38,6 @@ + #include + #include + #include +-#include + #include + + /* diff -ruN /usr/ports/astro/sunclock/pkg-plist sunclock/pkg-plist --- /usr/ports/astro/sunclock/pkg-plist Mon Jul 9 21:43:18 2001 +++ sunclock/pkg-plist Fri Aug 24 07:51:33 2001 @@ -1,6 +1,7 @@ bin/sunclock share/sunclock/Sunclockrc share/sunclock/earthmaps/vmf/standard.vmf +share/sunclock/earthmaps/vmf/timezones.vmf share/sunclock/i18n/Sunclock.de share/sunclock/i18n/Sunclock.en share/sunclock/i18n/Sunclock.es >Release-Note: >Audit-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 Aug 24 5:40: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 06E3637B411 for ; Fri, 24 Aug 2001 05:40:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7OCe0j22745; Fri, 24 Aug 2001 05:40:00 -0700 (PDT) (envelope-from gnats) Received: from Mgw1-out.NCTU.edu.tw (Mgw1-out.NCTU.edu.tw [140.113.1.3]) by hub.freebsd.org (Postfix) with ESMTP id 1A27337B401 for ; Fri, 24 Aug 2001 05:32:16 -0700 (PDT) (envelope-from gslin@infomath.math.nctu.edu.tw) Received: from infomath.math.nctu.edu.tw (infomath.math.nctu.edu.tw [140.113.22.119]) by Mgw1-out.NCTU.edu.tw (8.11.4/8.11.4) with ESMTP id f7OCWFf75578 for ; Fri, 24 Aug 2001 20:32:15 +0800 (CST) Received: by infomath.math.nctu.edu.tw (Postfix, from userid 1000) id 4EC1F3D98; Fri, 24 Aug 2001 20:32:14 +0800 (CST) Message-Id: <20010824123214.4EC1F3D98@infomath.math.nctu.edu.tw> Date: Fri, 24 Aug 2001 20:32:14 +0800 (CST) From: Gea-Suan Lin Reply-To: Gea-Suan Lin To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/30025: Update port mail/vm-pop3d Sender: owner-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: 30025 >Category: ports >Synopsis: Update port mail/vm-pop3d >Confidential: 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 Aug 24 05:40:00 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Gea-Suan Lin >Release: FreeBSD 4.4-RC i386 >Organization: >Environment: System: FreeBSD InfoMath.Math.NCTU.edu.tw 4.4-RC FreeBSD 4.4-RC #1: Thu Aug 23 14:35:48 CST 2001 root@InfoMath.Math.NCTU.edu.tw:/home/obj/usr/src/sys/InFoMath i386 >Description: * change the maintainer's e-mail address. * support ip-base virtual with -DWITH_IPVIRTUAL. * add web url to pkg-descr. >How-To-Repeat: >Fix: diff -ruN /usr/ports/mail/vm-pop3d/Makefile vm-pop3d/Makefile --- /usr/ports/mail/vm-pop3d/Makefile Fri Aug 24 16:51:23 2001 +++ vm-pop3d/Makefile Fri Aug 24 20:24:39 2001 @@ -1,26 +1,44 @@ # New ports collection makefile for: gslin # Date created: 24 August 2001 -# Whom: Gea-Suan Lin (gslin.am88@nctu.edu.tw) +# Whom: Gea-Suan Lin (gslin@ccca.nctu.edu.tw) # # $FreeBSD: ports/mail/vm-pop3d/Makefile,v 1.1 2001/08/24 08:51:23 ijliao Exp $ # PORTNAME= vm-pop3d PORTVERSION= 1.1.4 +PORTREVISION= 1 CATEGORIES= mail MASTER_SITES= ${MASTER_SITE_SUNSITE} MASTER_SITE_SUBDIR= system/mail/pop -MAINTAINER= gslin.am88@nctu.edu.tw +MAINTAINER= gslin@ccca.nctu.edu.tw GNU_CONFIGURE= yes + +.if defined(WITH_IPVIRTUAL) +CONFIGURE_ARGS+= --enable-ip-based-virtual +.endif + MAN8= vm-pop3d.8 +DOCS= AUTHORS CHANGES COPYING FAQ INSTALL README + +pre-fetch: + @${ECHO} "" + @${ECHO} "You may use the following build options:" + @${ECHO} "" + @${ECHO} " WITH_IPVIRTUAL enable IP-based virtual passwd files and spool directories." + @${ECHO} "" + post-install: ${INSTALL_MAN} ${WRKSRC}/vm-pop3d.8 ${MAN8PREFIX}/man/man8 .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/AUTHORS ${WRKSRC}/CHANGES ${WRKSRC}/COPYING ${WRKSRC}/FAQ ${WRKSRC}/INSTALL ${WRKSRC}/README ${DOCSDIR} +.for FILE in ${DOCS} + ${INSTALL_DATA} ${WRKSRC}/${FILE} ${DOCSDIR} +.endfor + @${ECHO} "Documentation installed in ${DOCSDIR}." .endif .include diff -ruN /usr/ports/mail/vm-pop3d/files/patch-vm-pop3d.h vm-pop3d/files/patch-vm-pop3d.h --- /usr/ports/mail/vm-pop3d/files/patch-vm-pop3d.h Thu Jan 1 08:00:00 1970 +++ vm-pop3d/files/patch-vm-pop3d.h Fri Aug 24 19:38:59 2001 @@ -0,0 +1,29 @@ +--- vm-pop3d.h.orig Fri Aug 24 19:28:57 2001 ++++ vm-pop3d.h Fri Aug 24 19:29:59 2001 +@@ -63,7 +63,7 @@ + + /* APOP password file, without .db or .passwd, which are added based on file + type automatically */ +-#define APOP_PASSFILE "/etc/apop" ++#define APOP_PASSFILE "/usr/local/etc/apop" + + /* Size of the MD5 digest for APOP */ + #define APOP_DIGEST 70 +@@ -77,7 +77,7 @@ + The mailboxes for virtual domains do not have corresponding Unix + accounts; they do not have unique UIDs; so they could be owned + by one VIRTUAL_UID. */ +-#define VIRTUAL_UID 8 ++#define VIRTUAL_UID 65534 + + /* VIRTUAL_MAILDIR is the path to the sub-directories containing + the mailboxes for each virtual domain (or realm). It has a host, +@@ -92,7 +92,7 @@ + the sub-directories containing the password files for each virtual + domain. By default, this is /etc/virtual.) */ + +-#define VIRTUAL_PASSWORDS_PATH "/etc/virtual" ++#define VIRTUAL_PASSWORDS_PATH "/usr/local/etc/virtual" + + /* VIRTUAL_PASSWORD_FNAME is the file name (or suffix) for the virtual + domain's password file. (By default, this is "passwd". It could be set diff -ruN /usr/ports/mail/vm-pop3d/pkg-descr vm-pop3d/pkg-descr --- /usr/ports/mail/vm-pop3d/pkg-descr Fri Aug 24 16:51:23 2001 +++ vm-pop3d/pkg-descr Fri Aug 24 20:14:16 2001 @@ -4,5 +4,7 @@ each. This will allow you to have multiple email accounts with the same name on one system. +WWW: http://www.reedmedia.net/software/virtualmail-pop3d/ + - Gea-Suan Lin gslin@ccca.nctu.edu.tw >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Aug 24 5:40: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 BAD8E37B416 for ; Fri, 24 Aug 2001 05:40:04 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7OCe4t22754; Fri, 24 Aug 2001 05:40:04 -0700 (PDT) (envelope-from gnats) Received: from mdw.elis.rug.ac.be (mdw.elis.rug.ac.be [157.193.67.161]) by hub.freebsd.org (Postfix) with SMTP id 85AEE37B40D for ; Fri, 24 Aug 2001 05:33:29 -0700 (PDT) (envelope-from mdewilde@mdw.elis.rug.ac.be) Received: (qmail 775 invoked by uid 1000); 24 Aug 2001 12:33:27 -0000 Message-Id: <20010824123327.774.qmail@mdw.elis.rug.ac.be> Date: 24 Aug 2001 12:33:27 -0000 From: Michiel De Wilde To: FreeBSD-gnats-submit@freebsd.org Cc: Dmitry Sivachenko X-Send-Pr-Version: 3.113 Subject: ports/30026: New port: x11-wm/mosfet-liquid: A High Performance Liquid KDE style engine Sender: owner-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: 30026 >Category: ports >Synopsis: New port: x11-wm/mosfet-liquid: A High Performance Liquid KDE style engine >Confidential: 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 Aug 24 05:40:00 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Michiel De Wilde >Release: FreeBSD 4.4-RC i386 >Organization: Ghent University, Belgium >Environment: System: FreeBSD D5E0035D.kabel.telenet.be 4.4-RC FreeBSD 4.4-RC #2: Thu Aug 23 08:39:08 CEST 2001 root@D5E00106.kabel.telenet.be:/usr/src/sys/compile/beestjekriebeltje i386 >Description: Future Technologies High Performance Liquid KDE style engine Features: * Translucent Menus. * Colors are fully configurable. This is really cool with this style. It also handles custom colors like KCalc's correctly. Check out the screenshots below. * High performance. No scaling is required, and caching (thus memory usage) is kept to a minimum. I wanted to create a style engine that both looked cool and is usable on an everyday basis by people doing stuff like compiling all day. * Mouse Hover is supported for Pushbuttons, ComboBoxes, RadioButtons, CheckBoxes, and ScrollBars. This doesn't use the crappy "draw a box around the widget" mouse hover, either, but makes the widget appear to light up. * Automagically themes the KDE panel, according to the color scheme. WWW: http://www.mosfet.org/liquid.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: # # mosfet-liquid # mosfet-liquid/Makefile # mosfet-liquid/distinfo # mosfet-liquid/pkg-comment # mosfet-liquid/pkg-plist # mosfet-liquid/pkg-descr # echo c - mosfet-liquid mkdir -p mosfet-liquid > /dev/null 2>&1 echo x - mosfet-liquid/Makefile sed 's/^X//' >mosfet-liquid/Makefile << 'END-of-mosfet-liquid/Makefile' X# New ports collection makefile for: mosfet-liquid X# Date created: August 22 2001 X# Whom: Michiel De Wilde X# X# $FreeBSD$ X# X XPORTNAME= mosfet-liquid XPORTVERSION= 0.5.1 XCATEGORIES= x11-wm kde XMASTER_SITES= http://www.mosfet.org/ XDISTNAME= ${PORTNAME}${PORTVERSION} X XMAINTAINER= Michiel De Wilde X XBUILD_DEPENDS= automake:${PORTSDIR}/devel/automake \ X autoconf:${PORTSDIR}/devel/autoconf X XGNU_CONFIGURE= yes XUSE_GMAKE= yes XUSE_KDELIBS_VER=2 XINSTALLS_SHLIB= yes X Xpre-configure: X cd ${WRKSRC}; ${GMAKE} -f Makefile.cvs X X.include END-of-mosfet-liquid/Makefile echo x - mosfet-liquid/distinfo sed 's/^X//' >mosfet-liquid/distinfo << 'END-of-mosfet-liquid/distinfo' XMD5 (mosfet-liquid0.5.1.tar.gz) = a9f02564bee5c6835ae5744bda9c982f END-of-mosfet-liquid/distinfo echo x - mosfet-liquid/pkg-comment sed 's/^X//' >mosfet-liquid/pkg-comment << 'END-of-mosfet-liquid/pkg-comment' XA High Performance Liquid KDE style engine END-of-mosfet-liquid/pkg-comment echo x - mosfet-liquid/pkg-plist sed 's/^X//' >mosfet-liquid/pkg-plist << 'END-of-mosfet-liquid/pkg-plist' Xshare/apps/kdisplay/color-schemes/Liquid.kcsrc Xlib/libkcm_transmenu.so Xlib/libkcm_transmenu.la Xshare/applnk/Settings/LookNFeel/transmenu.desktop Xlib/kde2/libkwinliquid.so Xlib/kde2/libkwinliquid.la Xshare/apps/kwin/liquid.desktop Xlib/liquid.so Xlib/liquid.la Xshare/apps/kstyle/themes/liquid.themerc X@dirrm share/apps/kstyle/themes X@dirrm share/apps/kwin/ X@dirrm lib/kde2 X@dirrm share/applnk/Settings/LookNFeel X@dirrm share/apps/kdisplay/color-schemes END-of-mosfet-liquid/pkg-plist echo x - mosfet-liquid/pkg-descr sed 's/^X//' >mosfet-liquid/pkg-descr << 'END-of-mosfet-liquid/pkg-descr' XFuture Technologies High Performance Liquid KDE style engine X XFeatures: X X* Translucent Menus. X X* Colors are fully configurable. This is really cool with this style. It X also handles custom colors like KCalc's correctly. Check out the X screenshots below. X X* High performance. No scaling is required, and caching (thus memory X usage) is kept to a minimum. I wanted to create a style engine that both X looked cool and is usable on an everyday basis by people doing stuff X like compiling all day. X X* Mouse Hover is supported for Pushbuttons, ComboBoxes, RadioButtons, X CheckBoxes, and ScrollBars. This doesn't use the crappy "draw a box X around the widget" mouse hover, either, but makes the widget appear to X light up. X X* Automagically themes the KDE panel, according to the color scheme. X XWWW: http://www.mosfet.org/liquid.html END-of-mosfet-liquid/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 Fri Aug 24 5:41: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 EB45237B417 for ; Fri, 24 Aug 2001 05:40:04 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7OCe4w22763; Fri, 24 Aug 2001 05:40:04 -0700 (PDT) (envelope-from gnats) Received: from mdw.elis.rug.ac.be (mdw.elis.rug.ac.be [157.193.67.161]) by hub.freebsd.org (Postfix) with SMTP id C633837B40E for ; Fri, 24 Aug 2001 05:33:39 -0700 (PDT) (envelope-from mdewilde@mdw.elis.rug.ac.be) Received: (qmail 868 invoked by uid 1000); 24 Aug 2001 12:33:38 -0000 Message-Id: <20010824123338.867.qmail@mdw.elis.rug.ac.be> Date: 24 Aug 2001 12:33:38 -0000 From: Michiel De Wilde To: FreeBSD-gnats-submit@freebsd.org Cc: George Reid X-Send-Pr-Version: 3.113 Subject: ports/30027: Update port print/cups to 1.1.10.1: The Common UNIX Printing System Sender: owner-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: 30027 >Category: ports >Synopsis: Update port print/cups to 1.1.10.1: The Common UNIX Printing System >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 Aug 24 05:40:04 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Michiel De Wilde >Release: FreeBSD 4.4-RC i386 >Organization: Ghent University, Belgium >Environment: System: FreeBSD D5E0035D.kabel.telenet.be 4.4-RC FreeBSD 4.4-RC #2: Thu Aug 23 08:39:08 CEST 2001 root@D5E00106.kabel.telenet.be:/usr/src/sys/compile/beestjekriebeltje i386 >Description: Update to 1.1.10.1 >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: # # cups # cups/files # cups/files/patch-ab # cups/files/patch-ac # cups/distinfo # cups/pkg-comment # cups/Makefile # cups/pkg-message # cups/pkg-plist # cups/pkg-descr # echo c - cups mkdir -p cups > /dev/null 2>&1 echo c - cups/files mkdir -p cups/files > /dev/null 2>&1 echo x - cups/files/patch-ab sed 's/^X//' >cups/files/patch-ab << 'END-of-cups/files/patch-ab' X--- man/Makefile.orig Thu Jul 19 22:17:56 2001 X+++ man/Makefile Wed Aug 22 17:53:23 2001 X@@ -78,24 +78,24 @@ X $(LN) accept.$(MAN8EXT) $(AMANDIR)/man$(MAN8EXT)/reject.$(MAN8EXT) X $(RM) $(AMANDIR)/man$(MAN8EXT)/disable.$(MAN8EXT) X $(LN) enable.$(MAN8EXT) $(AMANDIR)/man$(MAN8EXT)/disable.$(MAN8EXT) X- $(INSTALL_DIR) $(MANDIR)/cat1 X- for file in $(CAT1); do \ X- $(INSTALL_MAN) $$file $(MANDIR)/cat1; \ X- done X- $(RM) $(MANDIR)/cat1/cancel.$(CAT1EXT) X- $(LN) lp.$(CAT1EXT) $(MANDIR)/cat1/cancel.$(CAT1EXT) X- $(INSTALL_DIR) $(MANDIR)/cat5 X- for file in $(CAT5); do \ X- $(INSTALL_MAN) $$file $(MANDIR)/cat5; \ X- done X- $(INSTALL_DIR) $(AMANDIR)/cat$(MAN8EXT) X- for file in $(CAT8); do \ X- $(INSTALL_MAN) $$file $(AMANDIR)/cat$(MAN8EXT); \ X- done X- $(RM) $(AMANDIR)/cat$(MAN8EXT)/reject.$(CAT8EXT) X- $(LN) accept.$(CAT8EXT) $(AMANDIR)/cat$(MAN8EXT)/reject.$(CAT8EXT) X- $(RM) $(AMANDIR)/cat$(MAN8EXT)/disable.$(CAT8EXT) X- $(LN) enable.$(CAT8EXT) $(AMANDIR)/cat$(MAN8EXT)/disable.$(CAT8EXT) X+# $(INSTALL_DIR) $(MANDIR)/cat1 X+# for file in $(CAT1); do \ X+# $(INSTALL_MAN) $$file $(MANDIR)/cat1; \ X+# done X+# $(RM) $(MANDIR)/cat1/cancel.$(CAT1EXT) X+# $(LN) lp.$(CAT1EXT) $(MANDIR)/cat1/cancel.$(CAT1EXT) X+# $(INSTALL_DIR) $(MANDIR)/cat5 X+# for file in $(CAT5); do \ X+# $(INSTALL_MAN) $$file $(MANDIR)/cat5; \ X+# done X+# $(INSTALL_DIR) $(AMANDIR)/cat$(MAN8EXT) X+# for file in $(CAT8); do \ X+# $(INSTALL_MAN) $$file $(AMANDIR)/cat$(MAN8EXT); \ X+# done X+# $(RM) $(AMANDIR)/cat$(MAN8EXT)/reject.$(CAT8EXT) X+# $(LN) accept.$(CAT8EXT) $(AMANDIR)/cat$(MAN8EXT)/reject.$(CAT8EXT) X+# $(RM) $(AMANDIR)/cat$(MAN8EXT)/disable.$(CAT8EXT) X+# $(LN) enable.$(CAT8EXT) $(AMANDIR)/cat$(MAN8EXT)/disable.$(CAT8EXT) X X X # END-of-cups/files/patch-ab echo x - cups/files/patch-ac sed 's/^X//' >cups/files/patch-ac << 'END-of-cups/files/patch-ac' X--- data/Makefile.orig Thu Jul 19 22:17:52 2001 X+++ data/Makefile Wed Aug 22 17:55:19 2001 X@@ -93,14 +93,6 @@ X for file in $(DATAFILES); do \ X $(INSTALL_DATA) $$file $(DATADIR)/data; \ X done X- -if test x$(PAMDIR) != x; then \ X- $(INSTALL_DIR) $(PAMDIR); \ X- if test -f /lib/security/pam_unix.so; then \ X- $(INSTALL_DATA) cups.suse $(PAMDIR)/cups; \ X- else \ X- $(INSTALL_DATA) cups.pam $(PAMDIR)/cups; \ X- fi \ X- fi X X X # END-of-cups/files/patch-ac echo x - cups/distinfo sed 's/^X//' >cups/distinfo << 'END-of-cups/distinfo' XMD5 (cups-1.1.10-1-source.tar.bz2) = e5f2b25fa2caa5f26f21432ec1e9eaac END-of-cups/distinfo echo x - cups/pkg-comment sed 's/^X//' >cups/pkg-comment << 'END-of-cups/pkg-comment' XThe Common UNIX Printing System END-of-cups/pkg-comment echo x - cups/Makefile sed 's/^X//' >cups/Makefile << 'END-of-cups/Makefile' X# New ports collection makefile for: cups X# Date created: 22 August 2001 X# Whom: George Reid X# X# $FreeBSD$ X# X XPORTNAME= cups XPORTVERSION= ${VERSION}.${REVISION} XCATEGORIES= print XMASTER_SITES= ftp://ftp.easysw.com/pub/cups/${VERSION}/ \ X ftp://ftp2.easysw.com/pub/cups/${VERSION}/ \ X ftp://ftp.funet.fi/pub/mirrors/ftp.easysw.com/pub/cups/${VERSION}/ \ X ftp://ftp.mpg.goe.ni.schule.de/pub/internet/printing/cups/${VERSION}/ XDISTNAME= ${PORTNAME}-${VERSION}-${REVISION}-source X XMAINTAINER= greid@ukug.uk.freebsd.org X XVERSION= 1.1.10 XREVISION= 1 X XUSE_BZIP2= yes XINSTALLS_SHLIB= yes X XWRKSRC= ${WRKDIR}/${PORTNAME}-${VERSION} X XGNU_CONFIGURE= yes X XMAN1 = backend.1 filter.1 lp.1 lpoptions.1 lppasswd.1 \ X lpq.1 lprm.1 lpr.1 lpstat.1 XMAN5 = classes.conf.5 cupsd.conf.5 mime.convs.5 mime.types.5 \ X printers.conf.5 XMAN8 = accept.8 cups-lpd.8 cups-polld.8 cupsd.8 enable.8 \ X lpadmin.8 lpinfo.8 lpmove.8 lpc.8 XMLINKS= lp.1 cancel.1 accept.8 reject.8 enable.8 disable.8 X Xpost-install: X @${SED} -e 's,%%PREFIX%%,${PREFIX},g' ${PKGMESSAGE} X X.include END-of-cups/Makefile echo x - cups/pkg-message sed 's/^X//' >cups/pkg-message << 'END-of-cups/pkg-message' X XCUPS is now installed. X XPlease read the documentation in %%PREFIX%%/share/doc/cups/ for information Xon how to set up your printer to use CUPS. Basic template configuration files Xhave been installed in %%PREFIX%%/etc/cups/ END-of-cups/pkg-message echo x - cups/pkg-plist sed 's/^X//' >cups/pkg-plist << 'END-of-cups/pkg-plist' Xbin/lpq Xbin/lpr Xbin/lprm Xbin/cancel Xbin/disable Xbin/enable Xbin/lp Xbin/lpoptions Xbin/lpstat Xbin/lppasswd Xetc/cups/classes.conf Xetc/cups/client.conf Xetc/cups/cupsd.conf Xetc/cups/printers.conf Xetc/cups/mime.convs Xetc/cups/mime.types Xinclude/cups/cups.h Xinclude/cups/http.h Xinclude/cups/ipp.h Xinclude/cups/language.h Xinclude/cups/md5.h Xinclude/cups/ppd.h Xinclude/cups/raster.h Xlib/libcups.so.2 Xlib/libcups.a Xlib/libcups.so Xlib/libcupsimage.so.2 Xlib/libcupsimage.so Xlibexec/cups/backend/ipp Xlibexec/cups/backend/lpd Xlibexec/cups/backend/parallel Xlibexec/cups/backend/serial Xlibexec/cups/backend/socket Xlibexec/cups/backend/usb Xlibexec/cups/backend/http Xlibexec/cups/cgi-bin/admin.cgi Xlibexec/cups/cgi-bin/classes.cgi Xlibexec/cups/cgi-bin/jobs.cgi Xlibexec/cups/cgi-bin/printers.cgi Xlibexec/cups/filter/hpgltops Xlibexec/cups/filter/texttops Xlibexec/cups/filter/pstops Xlibexec/cups/filter/imagetops Xlibexec/cups/filter/imagetoraster Xlibexec/cups/filter/rastertodymo Xlibexec/cups/filter/rastertoepson Xlibexec/cups/filter/rastertohp Xlibexec/cups/filter/pdftops Xlibexec/cups/filter/pstoraster Xlibexec/cups/daemon/cups-lpd Xlibexec/cups/daemon/cups-polld Xsbin/lpc Xsbin/cupsd Xsbin/accept Xsbin/reject Xsbin/lpadmin Xsbin/lpinfo Xsbin/lpmove Xshare/doc/cups/cups.css Xshare/doc/cups/cupsdoc.css Xshare/doc/cups/index.html Xshare/doc/cups/documentation.html Xshare/doc/cups/overview.html Xshare/doc/cups/overview.pdf Xshare/doc/cups/cmp.html Xshare/doc/cups/idd.html Xshare/doc/cups/ipp.html Xshare/doc/cups/sam.html Xshare/doc/cups/sdd.html Xshare/doc/cups/spm.html Xshare/doc/cups/sps.html Xshare/doc/cups/ssr.html Xshare/doc/cups/stp.html Xshare/doc/cups/sum.html Xshare/doc/cups/svd.html Xshare/doc/cups/cmp.pdf Xshare/doc/cups/idd.pdf Xshare/doc/cups/ipp.pdf Xshare/doc/cups/sam.pdf Xshare/doc/cups/sdd.pdf Xshare/doc/cups/spm.pdf Xshare/doc/cups/sps.pdf Xshare/doc/cups/ssr.pdf Xshare/doc/cups/stp.pdf Xshare/doc/cups/sum.pdf Xshare/doc/cups/svd.pdf Xshare/doc/cups/images/accept-jobs.gif Xshare/doc/cups/images/add-class.gif Xshare/doc/cups/images/add-printer.gif Xshare/doc/cups/images/cancel-job.gif Xshare/doc/cups/images/cancel-jobs.gif Xshare/doc/cups/images/cancel.gif Xshare/doc/cups/images/classes.gif Xshare/doc/cups/images/config-printer.gif Xshare/doc/cups/images/continue.gif Xshare/doc/cups/images/delete-class.gif Xshare/doc/cups/images/delete-printer.gif Xshare/doc/cups/images/draft.gif Xshare/doc/cups/images/hold-job.gif Xshare/doc/cups/images/left.gif Xshare/doc/cups/images/logo.gif Xshare/doc/cups/images/manage-classes.gif Xshare/doc/cups/images/manage-jobs.gif Xshare/doc/cups/images/manage-printers.gif Xshare/doc/cups/images/modify-class.gif Xshare/doc/cups/images/modify-printer.gif Xshare/doc/cups/images/navbar.gif Xshare/doc/cups/images/print-test-page.gif Xshare/doc/cups/images/printer-idle.gif Xshare/doc/cups/images/printer-processing.gif Xshare/doc/cups/images/printer-stopped.gif Xshare/doc/cups/images/reject-jobs.gif Xshare/doc/cups/images/release-job.gif Xshare/doc/cups/images/restart-job.gif Xshare/doc/cups/images/right.gif Xshare/doc/cups/images/show-active.gif Xshare/doc/cups/images/show-completed.gif Xshare/doc/cups/images/start-class.gif Xshare/doc/cups/images/start-printer.gif Xshare/doc/cups/images/stop-class.gif Xshare/doc/cups/images/stop-printer.gif Xshare/doc/cups/images/cups-block-diagram.gif Xshare/doc/cups/images/cups-large.gif Xshare/doc/cups/images/cups-medium.gif Xshare/doc/cups/images/cups-small.gif Xshare/cups/pstoraster/Fontmap Xshare/cups/pstoraster/gs_btokn.ps Xshare/cups/pstoraster/gs_ccfnt.ps Xshare/cups/pstoraster/gs_cff.ps Xshare/cups/pstoraster/gs_cidfn.ps Xshare/cups/pstoraster/gs_cmap.ps Xshare/cups/pstoraster/gs_cmdl.ps Xshare/cups/pstoraster/gs_dbt_e.ps Xshare/cups/pstoraster/gs_diskf.ps Xshare/cups/pstoraster/gs_dpnxt.ps Xshare/cups/pstoraster/gs_dps1.ps Xshare/cups/pstoraster/gs_dps2.ps Xshare/cups/pstoraster/gs_dps.ps Xshare/cups/pstoraster/gs_epsf.ps Xshare/cups/pstoraster/gs_fform.ps Xshare/cups/pstoraster/gs_fonts.ps Xshare/cups/pstoraster/gs_init.ps Xshare/cups/pstoraster/gs_iso_e.ps Xshare/cups/pstoraster/gs_kanji.ps Xshare/cups/pstoraster/gs_ksb_e.ps Xshare/cups/pstoraster/gs_lev2.ps Xshare/cups/pstoraster/gs_ll3.ps Xshare/cups/pstoraster/gs_mex_e.ps Xshare/cups/pstoraster/gs_mro_e.ps Xshare/cups/pstoraster/gs_pfile.ps Xshare/cups/pstoraster/gs_res.ps Xshare/cups/pstoraster/gs_setpd.ps Xshare/cups/pstoraster/gs_statd.ps Xshare/cups/pstoraster/gs_std_e.ps Xshare/cups/pstoraster/gs_sym_e.ps Xshare/cups/pstoraster/gs_ttf.ps Xshare/cups/pstoraster/gs_typ32.ps Xshare/cups/pstoraster/gs_typ42.ps Xshare/cups/pstoraster/gs_type1.ps Xshare/cups/pstoraster/gs_wan_e.ps Xshare/cups/pstoraster/gs_wl1_e.ps Xshare/cups/pstoraster/gs_wl2_e.ps Xshare/cups/pstoraster/gs_wl5_e.ps Xshare/cups/banners/classified Xshare/cups/banners/confidential Xshare/cups/banners/secret Xshare/cups/banners/standard Xshare/cups/banners/topsecret Xshare/cups/banners/unclassified Xshare/cups/charsets/windows-874 Xshare/cups/charsets/windows-1250 Xshare/cups/charsets/windows-1251 Xshare/cups/charsets/windows-1252 Xshare/cups/charsets/windows-1253 Xshare/cups/charsets/windows-1254 Xshare/cups/charsets/windows-1255 Xshare/cups/charsets/windows-1256 Xshare/cups/charsets/windows-1257 Xshare/cups/charsets/windows-1258 Xshare/cups/charsets/iso-8859-1 Xshare/cups/charsets/iso-8859-2 Xshare/cups/charsets/iso-8859-3 Xshare/cups/charsets/iso-8859-4 Xshare/cups/charsets/iso-8859-5 Xshare/cups/charsets/iso-8859-6 Xshare/cups/charsets/iso-8859-7 Xshare/cups/charsets/iso-8859-8 Xshare/cups/charsets/iso-8859-9 Xshare/cups/charsets/iso-8859-10 Xshare/cups/charsets/iso-8859-13 Xshare/cups/charsets/iso-8859-14 Xshare/cups/charsets/iso-8859-15 Xshare/cups/charsets/utf-8 Xshare/cups/data/HPGLprolog Xshare/cups/data/psglyphs Xshare/cups/data/testprint.ps Xshare/cups/fonts/AvantGarde-Book Xshare/cups/fonts/AvantGarde-BookOblique Xshare/cups/fonts/AvantGarde-Demi Xshare/cups/fonts/AvantGarde-DemiOblique Xshare/cups/fonts/Bookman-Demi Xshare/cups/fonts/Bookman-DemiItalic Xshare/cups/fonts/Bookman-Light Xshare/cups/fonts/Bookman-LightItalic Xshare/cups/fonts/Charter-Bold Xshare/cups/fonts/Charter-BoldItalic Xshare/cups/fonts/Charter-Italic Xshare/cups/fonts/Charter-Roman Xshare/cups/fonts/Courier Xshare/cups/fonts/Courier-Bold Xshare/cups/fonts/Courier-BoldOblique Xshare/cups/fonts/Courier-Oblique Xshare/cups/fonts/Helvetica Xshare/cups/fonts/Helvetica-Bold Xshare/cups/fonts/Helvetica-BoldOblique Xshare/cups/fonts/Helvetica-Narrow Xshare/cups/fonts/Helvetica-Narrow-Bold Xshare/cups/fonts/Helvetica-Narrow-BoldOblique Xshare/cups/fonts/Helvetica-Narrow-Oblique Xshare/cups/fonts/Helvetica-Oblique Xshare/cups/fonts/NewCenturySchlbk-Bold Xshare/cups/fonts/NewCenturySchlbk-BoldItalic Xshare/cups/fonts/NewCenturySchlbk-Italic Xshare/cups/fonts/NewCenturySchlbk-Roman Xshare/cups/fonts/Palatino-Bold Xshare/cups/fonts/Palatino-BoldItalic Xshare/cups/fonts/Palatino-Italic Xshare/cups/fonts/Palatino-Roman Xshare/cups/fonts/Symbol Xshare/cups/fonts/Times-Bold Xshare/cups/fonts/Times-BoldItalic Xshare/cups/fonts/Times-Italic Xshare/cups/fonts/Times-Roman Xshare/cups/fonts/Utopia-Bold Xshare/cups/fonts/Utopia-BoldItalic Xshare/cups/fonts/Utopia-Italic Xshare/cups/fonts/Utopia-Regular Xshare/cups/fonts/ZapfChancery-MediumItalic Xshare/cups/fonts/ZapfDingbats Xshare/cups/model/deskjet.ppd Xshare/cups/model/deskjet2.ppd Xshare/cups/model/dymo.ppd Xshare/cups/model/epson9.ppd Xshare/cups/model/epson24.ppd Xshare/cups/model/laserjet.ppd Xshare/cups/model/okidata9.ppd Xshare/cups/model/okidat24.ppd Xshare/cups/model/stcolor.ppd Xshare/cups/model/stcolor2.ppd Xshare/cups/model/stphoto.ppd Xshare/cups/model/stphoto2.ppd Xshare/cups/templates/add-class.tmpl Xshare/cups/templates/add-printer.tmpl Xshare/cups/templates/admin-op.tmpl Xshare/cups/templates/admin.tmpl Xshare/cups/templates/choose-device.tmpl Xshare/cups/templates/choose-make.tmpl Xshare/cups/templates/choose-members.tmpl Xshare/cups/templates/choose-model.tmpl Xshare/cups/templates/choose-serial.tmpl Xshare/cups/templates/choose-uri.tmpl Xshare/cups/templates/class-added.tmpl Xshare/cups/templates/class-confirm.tmpl Xshare/cups/templates/class-deleted.tmpl Xshare/cups/templates/class-modified.tmpl Xshare/cups/templates/classes.tmpl Xshare/cups/templates/config-printer.tmpl Xshare/cups/templates/config-printer2.tmpl Xshare/cups/templates/error.tmpl Xshare/cups/templates/header.tmpl Xshare/cups/templates/jobs.tmpl Xshare/cups/templates/job-cancel.tmpl Xshare/cups/templates/job-hold.tmpl Xshare/cups/templates/job-release.tmpl Xshare/cups/templates/modify-class.tmpl Xshare/cups/templates/modify-printer.tmpl Xshare/cups/templates/option-boolean.tmpl Xshare/cups/templates/option-header.tmpl Xshare/cups/templates/option-pickmany.tmpl Xshare/cups/templates/option-pickone.tmpl Xshare/cups/templates/option-trailer.tmpl Xshare/cups/templates/printers.tmpl Xshare/cups/templates/printer-accept.tmpl Xshare/cups/templates/printer-added.tmpl Xshare/cups/templates/printer-configured.tmpl Xshare/cups/templates/printer-confirm.tmpl Xshare/cups/templates/printer-deleted.tmpl Xshare/cups/templates/printer-modified.tmpl Xshare/cups/templates/printer-reject.tmpl Xshare/cups/templates/printer-start.tmpl Xshare/cups/templates/printer-stop.tmpl Xshare/cups/templates/test-page.tmpl Xshare/cups/templates/trailer.tmpl Xshare/locale/C/cups_C Xshare/locale/de/cups_de Xshare/locale/en/cups_en Xshare/locale/es/cups_es Xshare/locale/fr/cups_fr Xshare/locale/it/cups_it X@dirrm etc/cups X@dirrm etc/cups/certs X@dirrm etc/cups/interfaces X@dirrm etc/cups/ppd X@dirrm include/cups X@dirrm libexec/cups X@dirrm libexec/cups/backend X@dirrm libexec/cups/cgi-bin X@dirrm libexec/cups/filter X@dirrm libexec/cups/daemon X@dirrm share/doc/cups X@dirrm share/doc/cups/images X@dirrm share/cups X@dirrm share/cups/pstoraster X@dirrm share/cups/banners X@dirrm share/cups/charsets X@dirrm share/cups/data X@dirrm share/cups/fonts X@dirrm share/cups/model X@dirrm share/cups/templates X@dirrm share/locale X@dirrm share/locale/C X@dirrm share/locale/de X@dirrm share/locale/en X@dirrm share/locale/es X@dirrm share/locale/fr X@dirrm share/locale/it X@dirrm var X@dirrm var/log X@dirrm var/log/cups X@dirrm var/spool X@dirrm var/spool/cups X@dirrm var/spool/cups/tmp END-of-cups/pkg-plist echo x - cups/pkg-descr sed 's/^X//' >cups/pkg-descr << 'END-of-cups/pkg-descr' XCUPS provides a portable printing layer for UNIX-based operating Xsystems. It has been developed by Easy Software Products to promote a Xstandard printing solution for all UNIX vendors and users. CUPS Xprovides the System V and Berkeley command-line interfaces. X XCUPS uses the Internet Printing Protocol ("IPP") as the basis for Xmanaging print jobs and queues. The Line Printer Daemon ("LPD") Server XMessage Block ("SMB"), and AppSocket (a.k.a. JetDirect) protocols are Xalso supported with reduced functionality. CUPS adds network printer Xbrowsing and PostScript Printer Description ("PPD") based printing Xoptions to support real-world printing under UNIX. X XCUPS also includes a customized version of GNU Ghostscript (currently Xbased off GNU Ghostscript 5.50) and an image file RIP that are used to Xsupport non-PostScript printers. Sample drivers for HP and EPSON Xprinters are included that use these filters. X X- George Reid Xgreid@ukug.uk.freebsd.org END-of-cups/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 Fri Aug 24 5:56: 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 EC5EC37B40F; Fri, 24 Aug 2001 05:55:56 -0700 (PDT) (envelope-from ijliao@FreeBSD.org) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7OCmOZ24068; Fri, 24 Aug 2001 05:48:24 -0700 (PDT) (envelope-from ijliao) Date: Fri, 24 Aug 2001 05:48:24 -0700 (PDT) From: Message-Id: <200108241248.f7OCmOZ24068@freefall.freebsd.org> To: gslin@ccca.nctu.edu.tw, ijliao@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/30025: Update port mail/vm-pop3d Sender: owner-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 mail/vm-pop3d State-Changed-From-To: open->closed State-Changed-By: ijliao State-Changed-When: Fri Aug 24 05:48:06 PDT 2001 State-Changed-Why: committed, thanks http://www.FreeBSD.org/cgi/query-pr.cgi?pr=30025 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Aug 24 5:56: 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 1A32837B410; Fri, 24 Aug 2001 05:55:57 -0700 (PDT) (envelope-from dwcjr@FreeBSD.org) Received: (from dwcjr@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7OCmmP24195; Fri, 24 Aug 2001 05:48:48 -0700 (PDT) (envelope-from dwcjr) Date: Fri, 24 Aug 2001 05:48:48 -0700 (PDT) From: Message-Id: <200108241248.f7OCmmP24195@freefall.freebsd.org> To: dwcjr@FreeBSD.org, freebsd-ports@FreeBSD.org, greid@FreeBSD.org Subject: Re: ports/30027: Update port print/cups to 1.1.10.1: The Common UNIX Printing System Sender: owner-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 print/cups to 1.1.10.1: The Common UNIX Printing System Responsible-Changed-From-To: freebsd-ports->greid Responsible-Changed-By: dwcjr Responsible-Changed-When: Fri Aug 24 05:48:27 PDT 2001 Responsible-Changed-Why: Over to maintainer http://www.FreeBSD.org/cgi/query-pr.cgi?pr=30027 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Aug 24 5:58:40 2001 Delivered-To: freebsd-ports@freebsd.org Received: from segfault.kiev.ua (segfault.kiev.ua [193.193.193.4]) by hub.freebsd.org (Postfix) with ESMTP id 10C5937B40A for ; Fri, 24 Aug 2001 05:58:32 -0700 (PDT) (envelope-from netch@iv.nn.kiev.ua) Received: (from uucp@localhost) by segfault.kiev.ua (8) with UUCP id PWL14570; Fri, 24 Aug 2001 15:58:23 +0300 (EEST) (envelope-from netch@iv.nn.kiev.ua) Received: (from netch@localhost) by iv.nn.kiev.ua (8.11.5/8.11.5) id f7OCw9200864; Fri, 24 Aug 2001 15:58:09 +0300 (EEST) (envelope-from netch) Date: Fri, 24 Aug 2001 15:58:09 +0300 From: Valentin Nechayev To: procmail-users@procmail.org, freebsd-ports@freebsd.org Subject: bug in procmail 3.21 in forming maildir names? Message-ID: <20010824155809.C368@iv.nn.kiev.ua> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable X-42: On Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Good old behavior on procmail 3.15: [cut procmail.log] =46rom netch@lucky.net Sun May 27 09:11:38 2001 Subject: cvs commit: src/sys/pccard pcic.c pcicvar.h Folder: in.freebsd.cvs.mdir/new/_jd.aqJE7.iv.nn.kiev.ua = 2932 =46rom netch@lucky.net Sun May 27 09:11:38 2001 Subject: cvs commit: src/sys/sys disk.h disklabel.h Folder: in.freebsd.cvs.mdir/new/_ld.aqJE7.iv.nn.kiev.ua = 2904 After installing procmail 3.21, a pieces of garbage appears in file names: =46rom root Fri Aug 24 14:59:28 2001 Subject: iv.nn.kiev.ua booted Folder: in.mdir/new/998654368.250_0.cmail.logiv.nn.kiev.ua = 3905 or worse case with '/' in garbage part and falling back to default destinat= ion: procmail: Couldn't create or rename temp file "in.freebsd.cvs.mdir/tmp/9986= 42601 =2E2007_0.bin:/usr/sbin:/bin:/sbiniv.nn.kiev.ua" procmail: Couldn't create or rename temp file "in.mdir/tmp/998642601.2007_1= .2601 =2E2007_0.bin:/usr/sbin:/bin:/sbiniv.nn.kiev.uaiv.nn.kiev.ua" =46rom owner-cvs-all@FreeBSD.ORG Fri Aug 24 11:43:21 2001 Subject: cvs commit: src/sys/i386/i386 initcpu.c locore.s Folder: /var/mail/netch = 2622 procmail: Couldn't create or rename temp file "in.freebsd.cvs.mdir/tmp/9986= 42601 =2E2009_0.bin:/usr/sbin:/bin:/sbiniv.nn.kiev.ua" procmail: Couldn't create or rename temp file "in.mdir/tmp/998642601.2009_1= .2601 =2E2009_0.bin:/usr/sbin:/bin:/sbiniv.nn.kiev.uaiv.nn.kiev.ua" =46rom owner-cvs-all@FreeBSD.ORG Fri Aug 24 11:43:21 2001 Subject: cvs commit: src/sys/i386/i386 locore.s Folder: /var/mail/netch = 2528 Procmail is built from standard FreeBSD port, portname is procmail-3.21. procmail -v says =3D=3D=3D{{{ procmail v3.21 2001/06/29 Copyright (c) 1990-1999, Stephen R. van den Berg Copyright (c) 1997-2001, Philip A. Guenther Submit questions/answers to the procmail-related mailinglist by sending to: And of course, subscription and information requests for this list to: Locking strategies: dotlocking, lockf() Default rcfile: $HOME/.procmailrc Your system mailbox: /var/mail/netch =3D=3D=3D}}} System is FreeBSD 4.4-RC (it was 4.3-STABLE during procmail's build) Parts of ~/.procmailrc: =3D=3D=3D{{{ MAILDIR=3D/usr/homes/netch/Mail PATH=3D/usr/local/bin:/usr/local/sbin:/usr/bin:/usr/sbin:/bin:/sbin SENDMAILFLAGS=3D-oi LOGFILE=3D/usr/homes/netch/procmail.log :0H * ^Sender: owner-cvs-all@FreeBSD.ORG in.freebsd.cvs.mdir/ :0 in.mdir/ =3D=3D=3D}}} Procmail calling: netch@iv:~>sendmail -bv netch "|IFS=3D' ' && exec /usr/local/bin/procmail -f- || exit 75 netch"... delive= rable: mailer prog, user "|IFS=3D' ' && exec /usr/local/bin/procmail -f- ||= exit 75 netch" /netch To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Aug 24 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 4162537B403 for ; Fri, 24 Aug 2001 06:00:04 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7OD03n25438; Fri, 24 Aug 2001 06:00:03 -0700 (PDT) (envelope-from gnats) Date: Fri, 24 Aug 2001 06:00:03 -0700 (PDT) Message-Id: <200108241300.f7OD03n25438@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: "David W. Chapman Jr." Subject: Re: ports/30024: Update port astro/sunclock 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/30024; it has been noted by GNATS. From: "David W. Chapman Jr." To: Patrick Li Cc: FreeBSD-gnats-submit@freebsd.org Subject: Re: ports/30024: Update port astro/sunclock Date: Fri, 24 Aug 2001 07:55:42 -0500 make includes make depend rm -f .depend gccmakedep -f- -- -I/usr/X11R6/include -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -DUSE_MAKEDEPEND -- sunclock.c astro.c widgets.c tildepath.c dirlist.c readvmf.c readxpm.c readjpeg.c > .depend readjpeg.c:20: jpeglib.h: No such file or directory ===> Building for sunclock-3.50.p1 cc -O -pipe -march=k6 -march=k6 -O -DZLIB -DSHAREDIR=\"/usr/X11R6/share/sunclock\" -DNEW_CTIME -I/usr/local/include -I/usr/X11R6/include -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -c sunclock.c sunclock.c:128: conflicting types for `time' /usr/include/time.h:136: previous declaration of `time' *** Error code 1 Stop in /usr/home/poseiden/port/sunclock/work/sunclock-3.50pre1. *** Error code 1 Stop in /usr/home/poseiden/port/sunclock. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Aug 24 6: 0: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 3E31037B406 for ; Fri, 24 Aug 2001 06:00:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7OD01i25433; Fri, 24 Aug 2001 06:00:01 -0700 (PDT) (envelope-from gnats) Date: Fri, 24 Aug 2001 06:00:01 -0700 (PDT) Message-Id: <200108241300.f7OD01i25433@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: "David W. Chapman Jr." Subject: Re: ports/30025: Update port mail/vm-pop3d 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/30025; it has been noted by GNATS. From: "David W. Chapman Jr." To: Gea-Suan Lin Cc: FreeBSD-gnats-submit@freebsd.org Subject: Re: ports/30025: Update port mail/vm-pop3d Date: Fri, 24 Aug 2001 07:50:33 -0500 -------------------------- Patching file Makefile using Plan A... Hunk #1 failed at 1. 1 out of 1 hunks failed--saving rejects to Makefile.rej Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |diff -ruN /usr/ports/mail/vm-pop3d/files/patch-vm-pop3d.h vm-pop3d/files/patch-vm-pop3d.h |--- /usr/ports/mail/vm-pop3d/files/patch-vm-pop3d.h Thu Jan 1 08:00:00 1970 |+++ vm-pop3d/files/patch-vm-pop3d.h Fri Aug 24 19:38:59 2001 -------------------------- (Creating file patch-vm-pop3d.h...) Patching file patch-vm-pop3d.h using Plan A... Hunk #1 succeeded at 1. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |diff -ruN /usr/ports/mail/vm-pop3d/pkg-descr vm-pop3d/pkg-descr |--- /usr/ports/mail/vm-pop3d/pkg-descr Fri Aug 24 16:51:23 2001 |+++ vm-pop3d/pkg-descr Fri Aug 24 20:14:16 2001 -------------------------- Patching file pkg-descr using Plan A... Reversed (or previously applied) patch detected! Assume -R? [y] On Fri, Aug 24, 2001 at 08:32:14PM +0800, Gea-Suan Lin wrote: > > >Number: 30025 > >Category: ports > >Synopsis: Update port mail/vm-pop3d > >Confidential: 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 Aug 24 05:40:00 PDT 2001 > >Closed-Date: > >Last-Modified: > >Originator: Gea-Suan Lin > >Release: FreeBSD 4.4-RC i386 > >Organization: > >Environment: > System: FreeBSD InfoMath.Math.NCTU.edu.tw 4.4-RC FreeBSD 4.4-RC #1: Thu Aug 23 14:35:48 CST 2001 root@InfoMath.Math.NCTU.edu.tw:/home/obj/usr/src/sys/InFoMath i386 > > > > >Description: > > * change the maintainer's e-mail address. > * support ip-base virtual with -DWITH_IPVIRTUAL. > * add web url to pkg-descr. > > >How-To-Repeat: > > >Fix: > > diff -ruN /usr/ports/mail/vm-pop3d/Makefile vm-pop3d/Makefile > --- /usr/ports/mail/vm-pop3d/Makefile Fri Aug 24 16:51:23 2001 > +++ vm-pop3d/Makefile Fri Aug 24 20:24:39 2001 > @@ -1,26 +1,44 @@ > # New ports collection makefile for: gslin > # Date created: 24 August 2001 > -# Whom: Gea-Suan Lin (gslin.am88@nctu.edu.tw) > +# Whom: Gea-Suan Lin (gslin@ccca.nctu.edu.tw) > # > # $FreeBSD: ports/mail/vm-pop3d/Makefile,v 1.1 2001/08/24 08:51:23 ijliao Exp $ > # > > PORTNAME= vm-pop3d > PORTVERSION= 1.1.4 > +PORTREVISION= 1 > CATEGORIES= mail > MASTER_SITES= ${MASTER_SITE_SUNSITE} > MASTER_SITE_SUBDIR= system/mail/pop > > -MAINTAINER= gslin.am88@nctu.edu.tw > +MAINTAINER= gslin@ccca.nctu.edu.tw > > GNU_CONFIGURE= yes > + > +.if defined(WITH_IPVIRTUAL) > +CONFIGURE_ARGS+= --enable-ip-based-virtual > +.endif > + > MAN8= vm-pop3d.8 > > +DOCS= AUTHORS CHANGES COPYING FAQ INSTALL README > + > +pre-fetch: > + @${ECHO} "" > + @${ECHO} "You may use the following build options:" > + @${ECHO} "" > + @${ECHO} " WITH_IPVIRTUAL enable IP-based virtual passwd files and spool directories." > + @${ECHO} "" > + > post-install: > ${INSTALL_MAN} ${WRKSRC}/vm-pop3d.8 ${MAN8PREFIX}/man/man8 > .if !defined(NOPORTDOCS) > @${MKDIR} ${DOCSDIR} > - ${INSTALL_DATA} ${WRKSRC}/AUTHORS ${WRKSRC}/CHANGES ${WRKSRC}/COPYING ${WRKSRC}/FAQ ${WRKSRC}/INSTALL ${WRKSRC}/README ${DOCSDIR} > +.for FILE in ${DOCS} > + ${INSTALL_DATA} ${WRKSRC}/${FILE} ${DOCSDIR} > +.endfor > + @${ECHO} "Documentation installed in ${DOCSDIR}." > .endif > > .include > diff -ruN /usr/ports/mail/vm-pop3d/files/patch-vm-pop3d.h vm-pop3d/files/patch-vm-pop3d.h > --- /usr/ports/mail/vm-pop3d/files/patch-vm-pop3d.h Thu Jan 1 08:00:00 1970 > +++ vm-pop3d/files/patch-vm-pop3d.h Fri Aug 24 19:38:59 2001 > @@ -0,0 +1,29 @@ > +--- vm-pop3d.h.orig Fri Aug 24 19:28:57 2001 > ++++ vm-pop3d.h Fri Aug 24 19:29:59 2001 > +@@ -63,7 +63,7 @@ > + > + /* APOP password file, without .db or .passwd, which are added based on file > + type automatically */ > +-#define APOP_PASSFILE "/etc/apop" > ++#define APOP_PASSFILE "/usr/local/etc/apop" > + > + /* Size of the MD5 digest for APOP */ > + #define APOP_DIGEST 70 > +@@ -77,7 +77,7 @@ > + The mailboxes for virtual domains do not have corresponding Unix > + accounts; they do not have unique UIDs; so they could be owned > + by one VIRTUAL_UID. */ > +-#define VIRTUAL_UID 8 > ++#define VIRTUAL_UID 65534 > + > + /* VIRTUAL_MAILDIR is the path to the sub-directories containing > + the mailboxes for each virtual domain (or realm). It has a host, > +@@ -92,7 +92,7 @@ > + the sub-directories containing the password files for each virtual > + domain. By default, this is /etc/virtual.) */ > + > +-#define VIRTUAL_PASSWORDS_PATH "/etc/virtual" > ++#define VIRTUAL_PASSWORDS_PATH "/usr/local/etc/virtual" > + > + /* VIRTUAL_PASSWORD_FNAME is the file name (or suffix) for the virtual > + domain's password file. (By default, this is "passwd". It could be set > diff -ruN /usr/ports/mail/vm-pop3d/pkg-descr vm-pop3d/pkg-descr > --- /usr/ports/mail/vm-pop3d/pkg-descr Fri Aug 24 16:51:23 2001 > +++ vm-pop3d/pkg-descr Fri Aug 24 20:14:16 2001 > @@ -4,5 +4,7 @@ > each. This will allow you to have multiple email accounts with the same name > on one system. > > +WWW: http://www.reedmedia.net/software/virtualmail-pop3d/ > + > - Gea-Suan Lin > gslin@ccca.nctu.edu.tw > > >Release-Note: > >Audit-Trail: > >Unformatted: > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-ports" in the body of the message -- 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 Fri Aug 24 6: 3:44 2001 Delivered-To: freebsd-ports@freebsd.org Received: from zigman.2y.net (korpen-86-195.ip-pluggen.com [212.181.86.195]) by hub.freebsd.org (Postfix) with ESMTP id C8C3737B40F for ; Fri, 24 Aug 2001 06:03:39 -0700 (PDT) (envelope-from mr@zigman.2y.net) Received: by zigman.2y.net (Postfix, from userid 1001) id 223821EBD; Fri, 24 Aug 2001 15:03:38 +0200 (CEST) Date: Fri, 24 Aug 2001 15:03:37 +0200 From: Morsal Roudbay To: Akinori MUSHA Cc: "Jose M. Alcaide" , freebsd-ports@FreeBSD.ORG Subject: Re: portupgrade broken Message-ID: <20010824150337.B72567@zigman.2y.net> Reply-To: Morsal Roudbay References: <20010824102925.A72128@zigman.2y.net> <20010824103726.A72303@zigman.2y.net> <86k7ztg7a2.wl@archon.local.idaemons.org> <20010824111745.A72567@zigman.2y.net> <20010824120815.A330@v-ger.we.lc.ehu.es> <86heuxfz5v.wl@archon.local.idaemons.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable In-Reply-To: <86heuxfz5v.wl@archon.local.idaemons.org> User-Agent: Mutt/1.3.20i X-Operating-System: FreeBSD 4.3 [up 2 days, 14:56] X-Return-Path: morsal@swipnet.se Sender: owner-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 Fri, Aug 24, 2001 at 08:57:48PM +0900, Akinori MUSHA wrote: > At Fri, 24 Aug 2001 12:08:15 +0200, > Jose M. Alcaide wrote: > > On Fri, Aug 24, 2001 at 11:17:45AM +0200, Morsal Roudbay wrote: > > > On Fri, Aug 24, 2001 at 06:02:29PM +0900, Akinori MUSHA wrote: > > > >=20 > > > > I think I had fixed that yesterday. Try the latest version from > > > > ports. You can portupgrade the portupgrade in this case, but you c= an > > > > just pkg_delete & make install. > > >=20 > > > U mean I can NOT portupgrade the portupgrade? :) >=20 > Exactly. I often make this typo: can <-> can't. :( >=20 > > Of course you can. I suggest "portupgrade -R portupgrade". >=20 > In this case, since that version of portupgrade included a typo, > you have to do like this to work it around: >=20 > env PORTSDIR=3D/usr/ports portupgrade -R portupgrade >=20 > Or you will get the error as Morsal reported. I'm sorry to say that I get the same error when I run that one... should I do a pkg_delete and then a make install? =3D=3D=3D[root] /home/mr # env PORTSDIR=3D/usr/ports portupgrade -R portupg= rade /usr/local/lib/ruby/site_ruby/1.6/portsdb.rb:15: uninitialized constant PORTSDIR at PortsDB (NameError) from /usr/local/lib/ruby/site_ruby/1.6/ports.rb:3:in =12equire' from /usr/local/lib/ruby/site_ruby/1.6/ports.rb:3 from /usr/local/lib/ruby/site_ruby/1.6/pkgtools.rb:14:in =12equire' from /usr/local/lib/ruby/site_ruby/1.6/pkgtools.rb:14 from /usr/local/sbin/portupgrade:35:in =12equire' from /usr/local/sbin/portupgrade:35 Morsal To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Aug 24 6:10: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 432BB37B405 for ; Fri, 24 Aug 2001 06:10:16 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7ODA0O29620; Fri, 24 Aug 2001 06:10:00 -0700 (PDT) (envelope-from gnats) Received: from postoffice.aims.com.au (advanc2.lnk.telstra.net [139.130.119.73]) by hub.freebsd.org (Postfix) with ESMTP id F386A37B409 for ; Fri, 24 Aug 2001 06:02:46 -0700 (PDT) (envelope-from chris@aims.com.au) Received: from postoffice.aims.com.au (nts-ts1.aims.private [192.168.10.2]) by postoffice.aims.com.au with ESMTP id f7OD2dr08915 for ; Fri, 24 Aug 2001 23:02:39 +1000 (EST) (envelope-from chris@aims.com.au) Received: from ntsts1 by aims.com.au with SMTP (MDaemon.v3.5.3.R) for ; Fri, 24 Aug 2001 23:02:02 +1000 Message-Id: <200108241259.f7OCx3E12585@webserver4.aims.private> Date: Fri, 24 Aug 2001 23:01:58 +1000 From: chris@aims.com.au Reply-To: To: X-Send-Pr-Version: 3.2 Subject: ports/30028: Issue between www/mod_php4 and graphics/gd Sender: owner-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: 30028 >Category: ports >Synopsis: Issue between www/mod_php4 and graphics/gd >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 Aug 24 06:10:00 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Chris Knight >Release: FreeBSD 4.2-RELEASE i386 >Organization: AIMS Independent Computer Professionals >Environment: FreeBSD webserver4.aims.private 4.2-RELEASE FreeBSD 4.2-RELEASE #0: Thu May 10 13:12:10 EST 2001 root@webserver4.aims.private:/usr/src/sys/compile/WEBSERVER i386 >Description: www/mod_php4-4.0.6_4 and graphics/gd-1.8.4_3 have differing ideas on GIF handling. Someone has decided to redeclare the function prototypes for gdImageCreateFromGif and gdImageCreateFromGifCtx in gd.h. However, PHP4's configure looks for these function prototypes to enable GIF support, and subsequently fails in ext/gd/gd.c in PHP_FUNCTION(imagegif). I'm of the opinion that the version bump for the shared library was for the removal of the GIF functions, therefore the redefinition of the two function prototypes should be removed. If the GIF functions are still a requirement, then a previous version of gd should be restored as the port gd1 so these functions should be used. However, I've decided to have it both ways and have logged a bug report for PHP. The bug report is at http://www.php.net/bugs.php?id=12945 for those who are interested. I've fixed this for myself, but I'm unsure of how this should be handled in the ports tree. Maybe the maintainers for mod_php4 and gd could resolve this. >How-To-Repeat: On a clean system: cd /usr/ports/graphics/gd make install cd /usr/ports/www/mod_php4 make install Watch php4 die horribly in ext/gd/gd.c >Fix: Remove the patch chunk to gd.h in /usr/ports/graphics/gd/files/patch-gif >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Aug 24 6:15: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 F089037B40A; Fri, 24 Aug 2001 06:15:56 -0700 (PDT) (envelope-from dwcjr@FreeBSD.org) Received: (from dwcjr@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7OD8EH29444; Fri, 24 Aug 2001 06:08:14 -0700 (PDT) (envelope-from dwcjr) Date: Fri, 24 Aug 2001 06:08:14 -0700 (PDT) From: Message-Id: <200108241308.f7OD8EH29444@freefall.freebsd.org> To: makoto@pinpott.spnet.ne.jp, dwcjr@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/30017: MAINTAINER Update: games/zangband Sender: owner-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: games/zangband State-Changed-From-To: open->closed State-Changed-By: dwcjr State-Changed-When: Fri Aug 24 06:08:05 PDT 2001 State-Changed-Why: Committed, thanks! http://www.FreeBSD.org/cgi/query-pr.cgi?pr=30017 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Aug 24 6:20: 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 319EA37B40E for ; Fri, 24 Aug 2001 06:20:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7ODK1930817; Fri, 24 Aug 2001 06:20:01 -0700 (PDT) (envelope-from gnats) Date: Fri, 24 Aug 2001 06:20:01 -0700 (PDT) Message-Id: <200108241320.f7ODK1930817@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: "David W. Chapman Jr." Subject: Re: ports/29950: Update Port: games/magiccube4d 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/29950; it has been noted by GNATS. From: "David W. Chapman Jr." To: freebsd-gnats-submit@FreeBSD.org, karlj000@unbc.ca Cc: Subject: Re: ports/29950: Update Port: games/magiccube4d Date: Fri, 24 Aug 2001 08:14:36 -0500 We usually accept diffs not shar's of diffs. All the different diff files can go into one big file. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Aug 24 6:23:34 2001 Delivered-To: freebsd-ports@freebsd.org Received: from mailman.zeta.org.au (mailman.zeta.org.au [203.26.10.16]) by hub.freebsd.org (Postfix) with ESMTP id 4DCA537B40A; Fri, 24 Aug 2001 06:23:29 -0700 (PDT) (envelope-from bde@zeta.org.au) Received: from bde.zeta.org.au (bde.zeta.org.au [203.2.228.102]) by mailman.zeta.org.au (8.9.3/8.8.7) with ESMTP id XAA19514; Fri, 24 Aug 2001 23:23:11 +1000 Date: Fri, 24 Aug 2001 23:23:04 +1000 (EST) From: Bruce Evans X-X-Sender: To: Alexander Langer Cc: "David O'Brien" , Nate Williams , , Subject: Re: ports.conf In-Reply-To: <20010824113242.B1095@zerogravity.kawo2.rwth-aachen.d> Message-ID: <20010824231632.G1542-100000@besplex.bde.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 On Fri, 24 Aug 2001, Alexander Langer wrote: > So, are you ok with: > - share/mk/sys.mk only sucking in /defaults/make.conf and /etc/make.conf > - bsd.port.mk sucking in $PORTSDIR/Mk/ports.conf and then overwriteable > in /etc/ports.conf? I am, for the new stuff at least. sys.mk still sucks in /etc/defaults/make.conf.local (historical cruft). It shouldn't suck in /etc/defaults/make.conf because the latter shouldn't set anything. It currently only sets BDECFLAGS. /etc/defaults/make.conf is unlike all the other files in /etc/defaults. It [should] only gives examples. The actual defaults are in /usr/share/mk/sys.mk. Perhaps /etc/defaults/make.conf should be named make.conf.examples and put elsewhere (where?). Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Aug 24 6:25: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 6FA7C37B40B; Fri, 24 Aug 2001 06:25:57 -0700 (PDT) (envelope-from dwcjr@FreeBSD.org) Received: (from dwcjr@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7ODGsq30488; Fri, 24 Aug 2001 06:16:54 -0700 (PDT) (envelope-from dwcjr) Date: Fri, 24 Aug 2001 06:16:54 -0700 (PDT) From: Message-Id: <200108241316.f7ODGsq30488@freefall.freebsd.org> To: karlj000@unbc.ca, dwcjr@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/29950: Update Port: games/magiccube4d Sender: owner-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/magiccube4d State-Changed-From-To: open->closed State-Changed-By: dwcjr State-Changed-When: Fri Aug 24 06:16:47 PDT 2001 State-Changed-Why: Committed, thanks! http://www.FreeBSD.org/cgi/query-pr.cgi?pr=29950 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Aug 24 6:26: 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 3CE1F37B42B; Fri, 24 Aug 2001 06:26:01 -0700 (PDT) (envelope-from dwcjr@FreeBSD.org) Received: (from dwcjr@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7ODM7O31065; Fri, 24 Aug 2001 06:22:07 -0700 (PDT) (envelope-from dwcjr) Date: Fri, 24 Aug 2001 06:22:07 -0700 (PDT) From: Message-Id: <200108241322.f7ODM7O31065@freefall.freebsd.org> To: gvs@staff.rinet.ru, dwcjr@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/26387: numerous fixes and improvements to micq-0.4.6 (latest) Sender: owner-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: numerous fixes and improvements to micq-0.4.6 (latest) State-Changed-From-To: open->closed State-Changed-By: dwcjr State-Changed-When: Fri Aug 24 06:21:49 PDT 2001 State-Changed-Why: Version in ports tree surpasses the proposed update. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=26387 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Aug 24 6:26: 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 BD45137B412; Fri, 24 Aug 2001 06:25:57 -0700 (PDT) (envelope-from dwcjr@FreeBSD.org) Received: (from dwcjr@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7ODInC30691; Fri, 24 Aug 2001 06:18:49 -0700 (PDT) (envelope-from dwcjr) Date: Fri, 24 Aug 2001 06:18:49 -0700 (PDT) From: Message-Id: <200108241318.f7ODInC30691@freefall.freebsd.org> To: lebel@lebel.org, dwcjr@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/23298: New port: lame-devel 3.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: New port: lame-devel 3.87 State-Changed-From-To: open->closed State-Changed-By: dwcjr State-Changed-When: Fri Aug 24 06:18:14 PDT 2001 State-Changed-Why: Outdated by 29858 which brings it to 3.89 http://www.FreeBSD.org/cgi/query-pr.cgi?pr=23298 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Aug 24 6: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 2500737B401; Fri, 24 Aug 2001 06:35:57 -0700 (PDT) (envelope-from dwcjr@FreeBSD.org) Received: (from dwcjr@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7ODT4E31727; Fri, 24 Aug 2001 06:29:04 -0700 (PDT) (envelope-from dwcjr) Date: Fri, 24 Aug 2001 06:29:04 -0700 (PDT) From: Message-Id: <200108241329.f7ODT4E31727@freefall.freebsd.org> To: t_messmer@yahoo.com, dwcjr@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/27865: mod_python port 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: mod_python port is broken State-Changed-From-To: open->closed State-Changed-By: dwcjr State-Changed-When: Fri Aug 24 06:28:56 PDT 2001 State-Changed-Why: Not a problem anymore. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=27865 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Aug 24 6:45: 5 2001 Delivered-To: freebsd-ports@freebsd.org Received: from kawoserv.kawo2.rwth-aachen.de (kawoserv.kawo2.RWTH-Aachen.DE [134.130.180.1]) by hub.freebsd.org (Postfix) with ESMTP id D51E837B407; Fri, 24 Aug 2001 06:44:53 -0700 (PDT) (envelope-from alex@big.endian.de) Received: from zerogravity.kawo2.rwth-aachen.de (zerogravity.kawo2.rwth-aachen.de [134.130.181.28]) by kawoserv.kawo2.rwth-aachen.de (8.9.3/8.9.3) with ESMTP id PAA29117; Fri, 24 Aug 2001 15:44:50 +0200 Received: by zerogravity.kawo2.rwth-aachen.de (Postfix, from userid 1001) id B679614B1F; Fri, 24 Aug 2001 15:44:38 +0200 (CEST) Date: Fri, 24 Aug 2001 15:44:38 +0200 From: Alexander Langer To: Bruce Evans Cc: "David O'Brien" , Nate Williams , arch@FreeBSD.ORG, ports@FreeBSD.ORG Subject: Re: ports.conf Message-ID: <20010824154438.A11364@zerogravity.kawo2.rwth-aachen.d> Mail-Followup-To: Alexander Langer , Bruce Evans , David O'Brien , Nate Williams , arch@FreeBSD.ORG, ports@FreeBSD.ORG References: <20010824113242.B1095@zerogravity.kawo2.rwth-aachen.d> <20010824231632.G1542-100000@besplex.bde.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20010824231632.G1542-100000@besplex.bde.org>; from bde@zeta.org.au on Fri, Aug 24, 2001 at 11:23:04PM +1000 X-PGP-Fingerprint: 44 28 CA 4C 46 5B D3 A8 A8 E3 BA F3 4E 60 7D 7F X-PGP-at: finger alex@big.endian.de X-Verwirrung: Dieser Header dient der allgemeinen Verwirrung. Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Thus spake Bruce Evans (bde@zeta.org.au): > I am, for the new stuff at least. Ok. > It shouldn't suck in /etc/defaults/make.conf because the latter shouldn't > set anything. It currently only sets BDECFLAGS. /etc/defaults/make.conf > is unlike all the other files in /etc/defaults. It [should] only gives > examples. The actual defaults are in /usr/share/mk/sys.mk. Perhaps > /etc/defaults/make.conf should be named make.conf.examples and put > elsewhere (where?). I agree it should be called make.conf.examples, but where would it be stored? I have no idea. /etc/examples is dumb, /usr/share/examples/etc doesn't really fit either. Alex To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Aug 24 6:46: 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 12C5D37B40D; Fri, 24 Aug 2001 06:45:58 -0700 (PDT) (envelope-from dwcjr@FreeBSD.org) Received: (from dwcjr@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7ODdbm71247; Fri, 24 Aug 2001 06:39:37 -0700 (PDT) (envelope-from dwcjr) Date: Fri, 24 Aug 2001 06:39:37 -0700 (PDT) From: Message-Id: <200108241339.f7ODdbm71247@freefall.freebsd.org> To: clefevre@citeweb.net, dwcjr@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/29943: Maintainer update: setiathome tidy and enhancements Sender: owner-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: setiathome tidy and enhancements State-Changed-From-To: open->closed State-Changed-By: dwcjr State-Changed-When: Fri Aug 24 06:39:30 PDT 2001 State-Changed-Why: Committed, thanks! http://www.FreeBSD.org/cgi/query-pr.cgi?pr=29943 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Aug 24 6: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 8FBA137B40B; Fri, 24 Aug 2001 06:45:57 -0700 (PDT) (envelope-from dwcjr@FreeBSD.org) Received: (from dwcjr@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7ODj3J07139; Fri, 24 Aug 2001 06:45:03 -0700 (PDT) (envelope-from dwcjr) Date: Fri, 24 Aug 2001 06:45:03 -0700 (PDT) From: Message-Id: <200108241345.f7ODj3J07139@freefall.freebsd.org> To: anders@fix.no, dwcjr@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/29914: Update 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: Update port: mail/dkimap4 State-Changed-From-To: open->closed State-Changed-By: dwcjr State-Changed-When: Fri Aug 24 06:44:56 PDT 2001 State-Changed-Why: Committed, thanks! http://www.FreeBSD.org/cgi/query-pr.cgi?pr=29914 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Aug 24 7: 6: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 6F37637B40C; Fri, 24 Aug 2001 07:06:35 -0700 (PDT) (envelope-from dwcjr@FreeBSD.org) Received: (from dwcjr@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7ODvx842972; Fri, 24 Aug 2001 06:57:59 -0700 (PDT) (envelope-from dwcjr) Date: Fri, 24 Aug 2001 06:57:59 -0700 (PDT) From: Message-Id: <200108241357.f7ODvx842972@freefall.freebsd.org> To: quik@quikbox.ca, dwcjr@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: 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 Synopsis: gnotepad+ won't build on my box State-Changed-From-To: open->closed State-Changed-By: dwcjr State-Changed-When: Fri Aug 24 06:57:47 PDT 2001 State-Changed-Why: Fixed by pr 29431 http://www.FreeBSD.org/cgi/query-pr.cgi?pr=28697 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Aug 24 7: 6: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 957C137B40E; Fri, 24 Aug 2001 07:06:35 -0700 (PDT) (envelope-from dwcjr@FreeBSD.org) Received: (from dwcjr@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7ODwtc43085; Fri, 24 Aug 2001 06:58:55 -0700 (PDT) (envelope-from dwcjr) Date: Fri, 24 Aug 2001 06:58:55 -0700 (PDT) From: Message-Id: <200108241358.f7ODwtc43085@freefall.freebsd.org> To: dwcjr@FreeBSD.org, freebsd-ports@FreeBSD.org, dwcjr@FreeBSD.org Subject: Re: ports/29430: gnotepad will not build Sender: owner-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: gnotepad will not build Responsible-Changed-From-To: freebsd-ports->dwcjr Responsible-Changed-By: dwcjr Responsible-Changed-When: Fri Aug 24 06:58:42 PDT 2001 Responsible-Changed-Why: I'll handle this one. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=29430 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Aug 24 7: 6: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 D0C2137B415; Fri, 24 Aug 2001 07:06:35 -0700 (PDT) (envelope-from dwcjr@FreeBSD.org) Received: (from dwcjr@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7ODv4F42784; Fri, 24 Aug 2001 06:57:04 -0700 (PDT) (envelope-from dwcjr) Date: Fri, 24 Aug 2001 06:57:04 -0700 (PDT) From: Message-Id: <200108241357.f7ODv4F42784@freefall.freebsd.org> To: St.Paul's.United.College@FreeBSD.org, dwcjr@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/29431: configure.in for gnotepad has a default option set incorrectly Sender: owner-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: configure.in for gnotepad has a default option set incorrectly State-Changed-From-To: open->closed State-Changed-By: dwcjr State-Changed-When: Fri Aug 24 06:56:57 PDT 2001 State-Changed-Why: Committed, thanks! http://www.FreeBSD.org/cgi/query-pr.cgi?pr=29431 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Aug 24 7:20: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 E128637B411 for ; Fri, 24 Aug 2001 07:20:00 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7OEK0548933; Fri, 24 Aug 2001 07:20:00 -0700 (PDT) (envelope-from gnats) Received: from topaz.mdcc.cx (topaz.mdcc.cx [212.204.230.141]) by hub.freebsd.org (Postfix) with ESMTP id 764B637B40C for ; Fri, 24 Aug 2001 07:11:21 -0700 (PDT) (envelope-from edwin@mavetju.org) Received: from k7.mavetju.org (topaz.mdcc.cx [212.204.230.141]) by topaz.mdcc.cx (Postfix) with ESMTP id 1E0EF2B6ED for ; Fri, 24 Aug 2001 16:11:15 +0200 (CEST) Received: by k7.mavetju.org (Postfix, from userid 1001) id 8CC15303; Sat, 25 Aug 2001 00:11:12 +1000 (EST) Message-Id: <20010824141112.8CC15303@k7.mavetju.org> Date: Sat, 25 Aug 2001 00:11:12 +1000 (EST) From: edwin@mavetju.org Reply-To: edwin@mavetju.org To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/30029: new port: net/papaya-plugins (plugins for the papaya mud-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: 30029 >Category: ports >Synopsis: new port: net/papaya-plugins (plugins for the papaya mud-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: Fri Aug 24 07:20:00 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Edwin Groothuis >Release: FreeBSD 4.2-RELEASE i386 >Organization: - >Environment: n/a >Description: Plugins for the Papaya mud-client >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/net/papaya-plugins/ # /usr/ports/net/papaya-plugins/Makefile # /usr/ports/net/papaya-plugins/distinfo # /usr/ports/net/papaya-plugins/scripts # /usr/ports/net/papaya-plugins/scripts/configure.papaya-plugins # /usr/ports/net/papaya-plugins/scripts/add-plugins # /usr/ports/net/papaya-plugins/Makefile.inc # /usr/ports/net/papaya-plugins/pkg-comment # /usr/ports/net/papaya-plugins/pkg-plist # /usr/ports/net/papaya-plugins/pkg-descr # /usr/ports/net/papaya-plugins/files # /usr/ports/net/papaya-plugins/files/patch-Makefile.in # echo c - /usr/ports/net/papaya-plugins/ mkdir -p /usr/ports/net/papaya-plugins/ > /dev/null 2>&1 echo x - /usr/ports/net/papaya-plugins/Makefile sed 's/^X//' >/usr/ports/net/papaya-plugins/Makefile << 'END-of-/usr/ports/net/papaya-plugins/Makefile' X# New ports collection makefile for: papaya-plugins X# Date created: 23 August 2001 X# Whom: Edwin Groothuis (edwin@mavetju.org) X# X# $FreeBSD$ X# X XPORTNAME= papaya-plugins XPORTVERSION= 0.84 XCATEGORIES= net XMASTER_SITES= http://www.gtk-papaya.org/downloads/plugins/source/ XDISTNAME= papaya-plugins-src-${PORTVERSION} X XMAINTAINER= edwin@mavetju.org X XBUILD_DEPENDS= ${PORTSDIR}/net/papaya/work/papaya-src-${PORTVERSION}/src/h:${PORTSDIR}/net/papaya X XUSE_GMAKE= yes XUSE_GTK= yes XHAS_CONFIGURE= yes X Xpre-extract: X @${SETENV} ${SCRIPTS_ENV} ${SH} ${SCRIPTDIR}/configure.papaya-plugins X Xpost-configure: X ${LN} -fs ${PORTSDIR}/net/papaya/work/papaya-src-${PORTVERSION}/src/h ${WRKSRC}/h X Xpost-build: X @${SETENV} ${SCRIPTS_ENV} ${SH} ${SCRIPTDIR}/add-plugins X X.if exists(${WRKDIRPREFIX}${.CURDIR}/Makefile.inc) X.include "${WRKDIRPREFIX}${.CURDIR}/Makefile.inc" X.endif X X.include END-of-/usr/ports/net/papaya-plugins/Makefile echo x - /usr/ports/net/papaya-plugins/distinfo sed 's/^X//' >/usr/ports/net/papaya-plugins/distinfo << 'END-of-/usr/ports/net/papaya-plugins/distinfo' XMD5 (papaya-plugins-src-0.84.tar.gz) = 8a2f36f66751eabae30fb98ccac06386 END-of-/usr/ports/net/papaya-plugins/distinfo echo c - /usr/ports/net/papaya-plugins/scripts mkdir -p /usr/ports/net/papaya-plugins/scripts > /dev/null 2>&1 echo x - /usr/ports/net/papaya-plugins/scripts/configure.papaya-plugins sed 's/^X//' >/usr/ports/net/papaya-plugins/scripts/configure.papaya-plugins << 'END-of-/usr/ports/net/papaya-plugins/scripts/configure.papaya-plugins' X#!/bin/sh X# $FreeBSD$ X Xtempfile=`mktemp -t checklist` X Xif [ "${BATCH}" = "yes" ]; then X set \"common\" Xelse X /usr/bin/dialog --title "Postfix configuration options" --clear \ X --checklist "\n\ XPlease select desired options:" -1 -1 8 \ Xcommon "Enable common generic plugins" ON \ Xextra "Enable extra generic plugins" OFF \ Xturf "Enable the TurfProtocol plugin" OFF \ Xturf-common "Enable common Turf plugins" OFF \ Xturf-extra "Enable extra Turf plugins" OFF \ Xall "Overrides above" OFF \ Xdebugging "Compile with debugging symbols" OFF \ X2> $tempfile X X retval=$? X X if [ -s $tempfile ]; then X set `cat $tempfile` X fi X rm -f $tempfile X X case $retval in X 0) if [ -z "$*" ]; then X echo "Nothing selected" X fi X ;; X 1) echo "Cancel pressed." X exit 1 X ;; X esac Xfi X Xexec > ${WRKDIRPREFIX}${CURDIR}/Makefile.inc X Xwhile [ "$1" ]; do X echo "CONFIGURE_ARGS+= --enable-`echo $1 | sed -e 's/"//g'`" X shift Xdone X END-of-/usr/ports/net/papaya-plugins/scripts/configure.papaya-plugins echo x - /usr/ports/net/papaya-plugins/scripts/add-plugins sed 's/^X//' >/usr/ports/net/papaya-plugins/scripts/add-plugins << 'END-of-/usr/ports/net/papaya-plugins/scripts/add-plugins' X#!/bin/sh X Xfiles=`ls ${WRKSRC}/o/ | sed -e 's/^.*\/o\///g'` X X> pkg-plist Xfor f in $files; do X echo share/papaya/plugins/$f >> pkg-plist Xdone X Xecho "@dirrm share/papaya/plugins" >> pkg-plist END-of-/usr/ports/net/papaya-plugins/scripts/add-plugins echo x - /usr/ports/net/papaya-plugins/Makefile.inc sed 's/^X//' >/usr/ports/net/papaya-plugins/Makefile.inc << 'END-of-/usr/ports/net/papaya-plugins/Makefile.inc' XCONFIGURE_ARGS+= --enable-common XCONFIGURE_ARGS+= --enable-turf XCONFIGURE_ARGS+= --enable-turf-extra END-of-/usr/ports/net/papaya-plugins/Makefile.inc echo x - /usr/ports/net/papaya-plugins/pkg-comment sed 's/^X//' >/usr/ports/net/papaya-plugins/pkg-comment << 'END-of-/usr/ports/net/papaya-plugins/pkg-comment' XGraphical GTK mud client with plugin support - plugins END-of-/usr/ports/net/papaya-plugins/pkg-comment echo x - /usr/ports/net/papaya-plugins/pkg-plist sed 's/^X//' >/usr/ports/net/papaya-plugins/pkg-plist << 'END-of-/usr/ports/net/papaya-plugins/pkg-plist' Xshare/papaya/plugins/Clock.so Xshare/papaya/plugins/ConnectionTimer.so Xshare/papaya/plugins/Fraction.so Xshare/papaya/plugins/LoginTracker.so Xshare/papaya/plugins/MudLog.so Xshare/papaya/plugins/PapayaUsers.so Xshare/papaya/plugins/PromptPlugin.so Xshare/papaya/plugins/Speedwalk.so Xshare/papaya/plugins/TurfProtocol.so Xshare/papaya/plugins/Who.so X@dirrm share/papaya/plugins END-of-/usr/ports/net/papaya-plugins/pkg-plist echo x - /usr/ports/net/papaya-plugins/pkg-descr sed 's/^X//' >/usr/ports/net/papaya-plugins/pkg-descr << 'END-of-/usr/ports/net/papaya-plugins/pkg-descr' XPapaya is a MUD client. A MUD client is a program like telnet, but Xcustomised for playing MUDs with. Papaya has a number of features Xdesigned to make playing MUDs more enjoyable. Papaya makes use of XGnome to provide a graphical interface. X XThis section is only the plugins. X XWWW: http://www.gtk-papaya.org/ END-of-/usr/ports/net/papaya-plugins/pkg-descr echo c - /usr/ports/net/papaya-plugins/files mkdir -p /usr/ports/net/papaya-plugins/files > /dev/null 2>&1 echo x - /usr/ports/net/papaya-plugins/files/patch-Makefile.in sed 's/^X//' >/usr/ports/net/papaya-plugins/files/patch-Makefile.in << 'END-of-/usr/ports/net/papaya-plugins/files/patch-Makefile.in' X--- Makefile.in.orig Fri Aug 24 23:13:23 2001 X+++ Makefile.in Fri Aug 24 23:13:48 2001 X@@ -47,7 +47,7 @@ X # should select the correct LFLAGS line. X ## X X-C++FLAGS = -I/usr/local/include $(POSTGRES_INC) `glib-config --cflags` `gtk-config --cflags` -fno-exceptions -fno-rtti -fno-inline @DEBUG@ -DUNIX -Wall $(MIDI) -Ih `gnome-config --cflags gnomeui` X+C++FLAGS = -I/usr/local/include $(POSTGRES_INC) `${GLIB_CONFIG} --cflags` `${GTK_CONFIG} --cflags` -fno-exceptions -fno-rtti -fno-inline @DEBUG@ -DUNIX -Wall $(MIDI) -Ih `gnome-config --cflags gnomeui` X X all: $(MODULES) X END-of-/usr/ports/net/papaya-plugins/files/patch-Makefile.in 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 Aug 24 7:20:48 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1647B37B415 for ; Fri, 24 Aug 2001 07:20:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7OEK1A48942; Fri, 24 Aug 2001 07:20:01 -0700 (PDT) (envelope-from gnats) Received: from topaz.mdcc.cx (topaz.mdcc.cx [212.204.230.141]) by hub.freebsd.org (Postfix) with ESMTP id 96DC237B401 for ; Fri, 24 Aug 2001 07:11:27 -0700 (PDT) (envelope-from edwin@mavetju.org) Received: from k7.mavetju.org (topaz.mdcc.cx [212.204.230.141]) by topaz.mdcc.cx (Postfix) with ESMTP id 717A72B70C for ; Fri, 24 Aug 2001 16:11:21 +0200 (CEST) Received: by k7.mavetju.org (Postfix, from userid 1001) id 9262D31C; Sat, 25 Aug 2001 00:11:15 +1000 (EST) Message-Id: <20010824141115.9262D31C@k7.mavetju.org> Date: Sat, 25 Aug 2001 00:11:15 +1000 (EST) From: edwin@mavetju.org Reply-To: edwin@mavetju.org To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/30030: new port: net/papaya (graphical mudclient) Sender: owner-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: 30030 >Category: ports >Synopsis: new port: net/papaya-plugins (graphical mud-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: Fri Aug 24 07:20:00 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Edwin Groothuis >Release: FreeBSD 4.2-RELEASE i386 >Organization: - >Environment: n/a >Description: Papaya is a graphical mud-client with support for MCCP/IPv6 and plugins >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/net/papaya/ # /usr/ports/net/papaya/Makefile # /usr/ports/net/papaya/distinfo # /usr/ports/net/papaya/pkg-comment # /usr/ports/net/papaya/pkg-descr # /usr/ports/net/papaya/files # /usr/ports/net/papaya/files/patch-Makefile.in # /usr/ports/net/papaya/files/patch-configure # /usr/ports/net/papaya/files/patch-src-Makefile.in # /usr/ports/net/papaya/files/patch-mkinstalldirs # /usr/ports/net/papaya/files/patch-src-install-system.sh # /usr/ports/net/papaya/pkg-plist # echo c - /usr/ports/net/papaya/ mkdir -p /usr/ports/net/papaya/ > /dev/null 2>&1 echo x - /usr/ports/net/papaya/Makefile sed 's/^X//' >/usr/ports/net/papaya/Makefile << 'END-of-/usr/ports/net/papaya/Makefile' X# New ports collection makefile for: papaya X# Date created: 23 August 2001 X# Whom: Edwin Groothuis (edwin@mavetju.org) X# X# $FreeBSD$ X# X XPORTNAME= papaya XPORTVERSION= 0.84 XCATEGORIES= net XMASTER_SITES= http://www.gtk-papaya.org/downloads/source/ XDISTNAME= papaya-src-${PORTVERSION} X XMAINTAINER= edwin@mavetju.org X XRUN_DEPENDS= :${PORTSDIR}/net/papaya-plugins X XUSE_GMAKE= yes XHAS_CONFIGURE= yes XUSE_GTK= yes X XCONFIGURE_ENV+= GLIBCONFIG=${GLIB_CONFIG} XCONFIGURE_ENV+= GTKCONFIG=${GTK_CONFIG} X X.include END-of-/usr/ports/net/papaya/Makefile echo x - /usr/ports/net/papaya/distinfo sed 's/^X//' >/usr/ports/net/papaya/distinfo << 'END-of-/usr/ports/net/papaya/distinfo' XMD5 (papaya-src-0.84.tar.gz) = 1ffc6ee63605c5572a6bea8b471af344 END-of-/usr/ports/net/papaya/distinfo echo x - /usr/ports/net/papaya/pkg-comment sed 's/^X//' >/usr/ports/net/papaya/pkg-comment << 'END-of-/usr/ports/net/papaya/pkg-comment' XGraphical GTK mud client with plugin support - executable END-of-/usr/ports/net/papaya/pkg-comment echo x - /usr/ports/net/papaya/pkg-descr sed 's/^X//' >/usr/ports/net/papaya/pkg-descr << 'END-of-/usr/ports/net/papaya/pkg-descr' XPapaya is a MUD client. A MUD client is a program like telnet, but Xcustomised for playing MUDs with. Papaya has a number of features Xdesigned to make playing MUDs more enjoyable. Papaya makes use of XGnome to provide a graphical interface. X XThis section is for the executable. X XWWW: http://www.gtk-papaya.org/ END-of-/usr/ports/net/papaya/pkg-descr echo c - /usr/ports/net/papaya/files mkdir -p /usr/ports/net/papaya/files > /dev/null 2>&1 echo x - /usr/ports/net/papaya/files/patch-Makefile.in sed 's/^X//' >/usr/ports/net/papaya/files/patch-Makefile.in << 'END-of-/usr/ports/net/papaya/files/patch-Makefile.in' X--- Makefile.in.orig Fri Aug 24 21:26:37 2001 X+++ Makefile.in Fri Aug 24 21:27:07 2001 X@@ -6,17 +6,17 @@ X X all: X for subdir in $(SUBDIRS); do \ X- make -C $$subdir; \ X+ ${MAKE} -C $$subdir; \ X done X X clean: X for subdir in $(SUBDIRS); do \ X- make -C $$subdir clean; \ X+ ${MAKE} -C $$subdir clean; \ X done X X install: X for subdir in $(SUBDIRS); do \ X- make -C $$subdir install; \ X+ ${MAKE} -C $$subdir install; \ X done X X dist: Makefile END-of-/usr/ports/net/papaya/files/patch-Makefile.in echo x - /usr/ports/net/papaya/files/patch-configure sed 's/^X//' >/usr/ports/net/papaya/files/patch-configure << 'END-of-/usr/ports/net/papaya/files/patch-configure' X--- configure.orig Tue Jul 31 23:18:24 2001 X+++ configure Fri Aug 24 21:44:28 2001 X@@ -2544,7 +2544,7 @@ X CATOBJEXT=.cat X INSTOBJEXT=.cat X DATADIRNAME=lib X- INTLDEPS='$(top_builddir)/intl/libintl.a' X+ INTLDEPS='${PREFIX}/lib/libintl.a' X INTLLIBS=$INTLDEPS X LIBS=`echo $LIBS | sed -e 's/-lintl//'` X nls_cv_header_intl=intl/libintl.h X@@ -2673,7 +2673,7 @@ X CATOBJEXT=.gmo X INSTOBJEXT=.mo X DATADIRNAME=share X- INTLDEPS='$(top_builddir)/intl/libintl.a' X+ INTLDEPS='$(PREFIX)/lib/libintl.a' X INTLLIBS=$INTLDEPS X LIBS=`echo $LIBS | sed -e 's/-lintl//'` X nls_cv_header_intl=intl/libintl.h END-of-/usr/ports/net/papaya/files/patch-configure echo x - /usr/ports/net/papaya/files/patch-src-Makefile.in sed 's/^X//' >/usr/ports/net/papaya/files/patch-src-Makefile.in << 'END-of-/usr/ports/net/papaya/files/patch-src-Makefile.in' X--- src/Makefile.in.orig Fri Aug 24 22:01:40 2001 X+++ src/Makefile.in Fri Aug 24 22:01:48 2001 X@@ -21,7 +21,7 @@ X X SUBDIRS = X X-C++FLAGS := -fno-rtti -fno-inline @DEBUG@ -DUNIX -Wall $(shell gtk-config --cflags) $(shell glib-config --cflags) $(shell gnome-config --cflags gnome) -Ih @DMALLOC@ @ZVT@ @ZLIB@ -DPREFIX=\"$(PREFIX)\" @IPV4@ X+C++FLAGS := -fno-rtti -fno-inline @DEBUG@ -DUNIX -Wall $(shell ${GTK_CONFIG} --cflags) $(shell ${GLIB_CONFIG} --cflags) $(shell gnome-config --cflags gnome) -Ih @DMALLOC@ @ZVT@ @ZLIB@ -DPREFIX=\"$(PREFIX)\" @IPV4@ X X LFLAGS = @INTLLIBS@ @LIBS@ X END-of-/usr/ports/net/papaya/files/patch-src-Makefile.in echo x - /usr/ports/net/papaya/files/patch-mkinstalldirs sed 's/^X//' >/usr/ports/net/papaya/files/patch-mkinstalldirs << 'END-of-/usr/ports/net/papaya/files/patch-mkinstalldirs' X--- /dev/null Fri Aug 24 22:05:18 2001 X+++ mkinstalldirs Fri Aug 24 22:06:29 2001 X@@ -0,0 +1,40 @@ X+#! /bin/sh X+# mkinstalldirs --- make directory hierarchy X+# Author: Noah Friedman X+# Created: 1993-05-16 X+# Public domain X+ X+# $Id: mkinstalldirs,v 1.1 1998/07/17 14:18:48 jbj Exp $ X+ X+errstatus=0 X+ X+for file X+do X+ set fnord `echo ":$file" | sed -ne 's/^:\//#/;s/^://;s/\// /g;s/^#/\//;p'` X+ shift X+ X+ pathcomp= X+ for d X+ do X+ pathcomp="$pathcomp$d" X+ case "$pathcomp" in X+ -* ) pathcomp=./$pathcomp ;; X+ esac X+ X+ if test ! -d "$pathcomp"; then X+ echo "mkdir $pathcomp" 1>&2 X+ X+ mkdir "$pathcomp" || lasterr=$? X+ X+ if test ! -d "$pathcomp"; then X+ errstatus=$lasterr X+ fi X+ fi X+ X+ pathcomp="$pathcomp/" X+ done X+done X+ X+exit $errstatus X+ X+# mkinstalldirs ends here END-of-/usr/ports/net/papaya/files/patch-mkinstalldirs echo x - /usr/ports/net/papaya/files/patch-src-install-system.sh sed 's/^X//' >/usr/ports/net/papaya/files/patch-src-install-system.sh << 'END-of-/usr/ports/net/papaya/files/patch-src-install-system.sh' X--- src/install-system.sh.orig Fri Aug 24 22:22:14 2001 X+++ src/install-system.sh Fri Aug 24 22:22:39 2001 X@@ -17,16 +17,16 @@ X fi X X echo "Installing papaya binary." X-install -m 0755 papaya $PREFIX/bin X+install -m 0755 -c papaya $PREFIX/bin X X echo "Installing default configuration data." X-install -m 0644 rc/papayarc $PREFIX/share/papaya X+install -m 0644 -c rc/papayarc $PREFIX/share/papaya X X echo "Installing default MUD connection wizard data." X-install -m 0644 rc/mcw.dat $PREFIX/share/papaya X+install -m 0644 -c rc/mcw.dat $PREFIX/share/papaya X X echo "Installing the MUDConnector MUD list." X-install -m 0644 rc/mudlist.txt $PREFIX/share/papaya X+install -m 0644 -c rc/mudlist.txt $PREFIX/share/papaya X X #echo "Installing Tcl data files." X #if [ ! -d "$PREFIX/share/papaya/tcl" ] X@@ -34,8 +34,8 @@ X # mkdir $PREFIX/share/papaya/tcl X #fi X # X-#install -m 0644 rc/alias.tcl $PREFIX/share/papaya/tcl X-#install -m 0644 rc/triggers.tcl $PREFIX/share/papaya/tcl X+#install -m 0644 -c rc/alias.tcl $PREFIX/share/papaya/tcl X+#install -m 0644 -c rc/triggers.tcl $PREFIX/share/papaya/tcl X X echo "Installing bitmaps." X if [ ! -d "$PREFIX/share/papaya/bitmaps" ] X@@ -43,6 +43,6 @@ X mkdir $PREFIX/share/papaya/bitmaps X fi X X-install -m 0644 bitmaps/papaya.xpm $PREFIX/share/papaya/bitmaps X+install -m 0644 -c bitmaps/papaya.xpm $PREFIX/share/papaya/bitmaps X X echo "Installation complete." END-of-/usr/ports/net/papaya/files/patch-src-install-system.sh echo x - /usr/ports/net/papaya/pkg-plist sed 's/^X//' >/usr/ports/net/papaya/pkg-plist << 'END-of-/usr/ports/net/papaya/pkg-plist' Xbin/papaya Xshare/papaya/mcw.dat Xshare/papaya/mudlist.txt Xshare/papaya/papayarc Xshare/papaya/bitmaps/papaya.xpm X@dirrm share/papaya/bitmaps X@dirrm share/papaya END-of-/usr/ports/net/papaya/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 Aug 24 7:25: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 1E7F537B406; Fri, 24 Aug 2001 07:25:57 -0700 (PDT) (envelope-from dwcjr@FreeBSD.org) Received: (from dwcjr@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7OELYu49261; Fri, 24 Aug 2001 07:21:34 -0700 (PDT) (envelope-from dwcjr) Date: Fri, 24 Aug 2001 07:21:34 -0700 (PDT) From: Message-Id: <200108241421.f7OELYu49261@freefall.freebsd.org> To: jesse@cs.uni-magdeburg.de, dwcjr@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/30021: Fix MASTER_SITE for misc/mango Sender: owner-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 MASTER_SITE for misc/mango State-Changed-From-To: open->closed State-Changed-By: dwcjr State-Changed-When: Fri Aug 24 07:21:27 PDT 2001 State-Changed-Why: Committed, thanks! http://www.FreeBSD.org/cgi/query-pr.cgi?pr=30021 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Aug 24 7:35: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 4CCC337B409; Fri, 24 Aug 2001 07:35:57 -0700 (PDT) (envelope-from petef@FreeBSD.org) Received: (from petef@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7OEW1P51198; Fri, 24 Aug 2001 07:32:01 -0700 (PDT) (envelope-from petef) Date: Fri, 24 Aug 2001 07:32:01 -0700 (PDT) From: Message-Id: <200108241432.f7OEW1P51198@freefall.freebsd.org> To: petef@FreeBSD.org, freebsd-ports@FreeBSD.org, billf@FreeBSD.org Subject: Re: ports/30028: Issue between www/mod_php4 and graphics/gd Sender: owner-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: Issue between www/mod_php4 and graphics/gd Responsible-Changed-From-To: freebsd-ports->billf Responsible-Changed-By: petef Responsible-Changed-When: Fri Aug 24 07:31:48 PDT 2001 Responsible-Changed-Why: Over to maintainer. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=30028 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Aug 24 7:36: 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 2A2C837B406; Fri, 24 Aug 2001 07:35:57 -0700 (PDT) (envelope-from roam@FreeBSD.org) Received: (from roam@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7OEX3e51695; Fri, 24 Aug 2001 07:33:03 -0700 (PDT) (envelope-from roam) Date: Fri, 24 Aug 2001 07:33:03 -0700 (PDT) From: Message-Id: <200108241433.f7OEX3e51695@freefall.freebsd.org> To: marius@alchemy.franken.de, girgen@partitur.se, roam@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/30022: postgresql: bad config file name in pkg-message Sender: owner-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: postgresql: bad config file name in pkg-message State-Changed-From-To: open->closed State-Changed-By: roam State-Changed-When: Fri Aug 24 07:32:21 PDT 2001 State-Changed-Why: Corrected, thanks! http://www.FreeBSD.org/cgi/query-pr.cgi?pr=30022 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Aug 24 7:40: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 33D2E37B40F for ; Fri, 24 Aug 2001 07:40:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7OEe1b52793; Fri, 24 Aug 2001 07:40:01 -0700 (PDT) (envelope-from gnats) Received: from Mgw1-out.NCTU.edu.tw (Mgw1-out.NCTU.edu.tw [140.113.1.3]) by hub.freebsd.org (Postfix) with ESMTP id 88BE037B401 for ; Fri, 24 Aug 2001 07:38:03 -0700 (PDT) (envelope-from gslin@infomath.math.nctu.edu.tw) Received: from infomath.math.nctu.edu.tw (infomath.math.nctu.edu.tw [140.113.22.119]) by Mgw1-out.NCTU.edu.tw (8.11.4/8.11.4) with ESMTP id f7OEc2f81380; Fri, 24 Aug 2001 22:38:02 +0800 (CST) Received: by infomath.math.nctu.edu.tw (Postfix, from userid 1000) id AF7DC3D98; Fri, 24 Aug 2001 22:38:01 +0800 (CST) Message-Id: <20010824143801.AF7DC3D98@infomath.math.nctu.edu.tw> Date: Fri, 24 Aug 2001 22:38:01 +0800 (CST) From: Gea-Suan Lin Reply-To: Gea-Suan Lin To: FreeBSD-gnats-submit@freebsd.org Cc: gslin@ccca.nctu.edu.tw X-Send-Pr-Version: 3.113 Subject: ports/30031: New port: audio/MZiq Sender: owner-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: 30031 >Category: ports >Synopsis: New port: audio/MZiq >Confidential: 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 Aug 24 07:40:00 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Gea-Suan Lin >Release: FreeBSD 4.4-RC i386 >Organization: >Environment: System: FreeBSD InfoMath.Math.NCTU.edu.tw 4.4-RC FreeBSD 4.4-RC #1: Thu Aug 23 14:35:48 CST 2001 root@InfoMath.Math.NCTU.edu.tw:/home/obj/usr/src/sys/InFoMath i386 >Description: A Perl frontend to mpg123 >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: # # MZiq/ # MZiq/distinfo # MZiq/Makefile # MZiq/pkg-comment # MZiq/pkg-descr # MZiq/pkg-plist # echo c - MZiq/ mkdir -p MZiq/ > /dev/null 2>&1 echo x - MZiq/distinfo sed 's/^X//' >MZiq/distinfo << 'END-of-MZiq/distinfo' XMD5 (mziq.tar.gz) = 9ded5a0e9d94435d4db2f816aa0ee271 END-of-MZiq/distinfo echo x - MZiq/Makefile sed 's/^X//' >MZiq/Makefile << 'END-of-MZiq/Makefile' X# New ports collection makefile for: MZiq X# Date created: 24 August 2001 X# Whom: Gea-Suan Lin X# X# $FreeBSD$ X# X XPORTNAME= MZiq XPORTVERSION= 0.2.44 XCATEGORIES= audio XMASTER_SITES= http://cseg.lucidx.com/mziq/ XDISTFILES= mziq.tar.gz X XMAINTAINER= gslin@ccca.nctu.edu.tw X XRUN_DEPENDS= ${LOCALBASE}/bin/mpg123:${PORTSDIR}/audio/mpg123 X XWRKSRC= ${WRKDIR}/${PORTNAME} X XBINS= gmziq jukebox mziq X XNO_BUILD= yes XUSE_PERL5= yes X Xdo-install: X.for FILE in ${BINS} X @${INSTALL_SCRIPT} ${WRKSRC}/${FILE} ${PREFIX}/bin/${FILE} X.endfor X X.include END-of-MZiq/Makefile echo x - MZiq/pkg-comment sed 's/^X//' >MZiq/pkg-comment << 'END-of-MZiq/pkg-comment' XA Perl frontend to mpg123 END-of-MZiq/pkg-comment echo x - MZiq/pkg-descr sed 's/^X//' >MZiq/pkg-descr << 'END-of-MZiq/pkg-descr' XMZiq is a Perl frontend for mpg123. Its main feature is the deployment of XPerl's regular expressions for ease of playlist creation. X XWWW: http://cseg.lucidx.com/mziq/ X X- Gea-Suan Lin X gslin@ccca.nctu.edu.tw END-of-MZiq/pkg-descr echo x - MZiq/pkg-plist sed 's/^X//' >MZiq/pkg-plist << 'END-of-MZiq/pkg-plist' Xbin/gmziq Xbin/jukebox Xbin/mziq END-of-MZiq/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 Aug 24 7:52:42 2001 Delivered-To: freebsd-ports@freebsd.org Received: from lariat.org (lariat.org [12.23.109.2]) by hub.freebsd.org (Postfix) with ESMTP id 4555337B401; Fri, 24 Aug 2001 07:52:37 -0700 (PDT) (envelope-from brett@lariat.org) Received: from mustang.lariat.org (IDENT:ppp0.lariat.org@lariat.org [12.23.109.2]) by lariat.org (8.9.3/8.9.3) with ESMTP id IAA14320; Fri, 24 Aug 2001 08:52:34 -0600 (MDT) Message-Id: <4.3.2.7.2.20010824085029.0489ab20@localhost> X-Sender: brett@localhost X-Mailer: QUALCOMM Windows Eudora Version 4.3.2 Date: Fri, 24 Aug 2001 08:52:00 -0600 To: dinoex@FreeBSD.org From: Brett Glass Subject: FreeBSD Port: sendmail-8.11.5 Cc: ports@FreeBSD.org 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 Need to patch the Sendmail local root exploit. Would it be possible to update the port to 8.11.6? Some of the machines I'd like to patch are tight on resources; it'd be much better to upgrade via a port than by rebuilding from source. --Brett Glass To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Aug 24 7:56:26 2001 Delivered-To: freebsd-ports@freebsd.org Received: from ringworld.nanolink.com (sentinel.office1.bg [217.75.135.254]) by hub.freebsd.org (Postfix) with SMTP id 0F33537B410 for ; Fri, 24 Aug 2001 07:56:16 -0700 (PDT) (envelope-from roam@ringlet.net) Received: (qmail 3245 invoked by uid 1000); 24 Aug 2001 14:54:46 -0000 Date: Fri, 24 Aug 2001 17:54:46 +0300 From: Peter Pentchev To: Brett Glass Cc: dinoex@FreeBSD.org, ports@FreeBSD.org Subject: Re: FreeBSD Port: sendmail-8.11.5 Message-ID: <20010824175446.E1774@ringworld.oblivion.bg> Mail-Followup-To: Brett Glass , dinoex@FreeBSD.org, ports@FreeBSD.org References: <4.3.2.7.2.20010824085029.0489ab20@localhost> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <4.3.2.7.2.20010824085029.0489ab20@localhost>; from brett@lariat.org on Fri, Aug 24, 2001 at 08:52:00AM -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 On Fri, Aug 24, 2001 at 08:52:00AM -0600, Brett Glass wrote: > Need to patch the Sendmail local root exploit. Would it be possible to > update the port to 8.11.6? Some of the machines I'd like to patch are > tight on resources; it'd be much better to upgrade via a port than by > rebuilding from source. As I replied to your mail to -security, the port *is* at 8.11.6. The package has just not been built yet - there are a bit too many ports now for lightning package builds :) 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 Fri Aug 24 7:58:43 2001 Delivered-To: freebsd-ports@freebsd.org Received: from twoface.frsvnsvn.san-mateo.ca.us (adsl-64-170-199-98.dsl.snfc21.pacbell.net [64.170.199.98]) by hub.freebsd.org (Postfix) with ESMTP id 8DA8837B408 for ; Fri, 24 Aug 2001 07:58:40 -0700 (PDT) (envelope-from kurt@frsvnsvn.san-mateo.ca.us) Received: from localhost (localhost [127.0.0.1]) by twoface.frsvnsvn.san-mateo.ca.us (8.11.5/8.11.5) with ESMTP id f7OEwvg33763; Fri, 24 Aug 2001 07:58:59 -0700 (PDT) (envelope-from kurt@frsvnsvn.san-mateo.ca.us) Date: Fri, 24 Aug 2001 07:58:57 -0700 (PDT) From: Kurt Werle Reply-To: Kurt Werle To: Vladimir Savichev Cc: , Subject: Re: ports/30012: mod_php4 does not build on 4.4 with apache 2 In-Reply-To: <20010824002103.K96031-100000@localhost> Message-ID: <20010824075757.F25297-100000@frsvnsvn.san-mateo.ca.us> 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 > mod_php4 INSTALL says explicitely for 1.3.x. no word about apache 2.x. So it does! This comment should be echo'd in the pkg-descr. Kurt --- kwerle@pobox.com http://www.pobox.com/~kwerle/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Aug 24 8: 6: 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 2AE6037B407; Fri, 24 Aug 2001 08:05:57 -0700 (PDT) (envelope-from dwcjr@FreeBSD.org) Received: (from dwcjr@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7OEvW455454; Fri, 24 Aug 2001 07:57:32 -0700 (PDT) (envelope-from dwcjr) Date: Fri, 24 Aug 2001 07:57:32 -0700 (PDT) From: Message-Id: <200108241457.f7OEvW455454@freefall.freebsd.org> To: anders@fix.no, dwcjr@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/29913: Update port: net/maradns Sender: owner-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/maradns State-Changed-From-To: open->closed State-Changed-By: dwcjr State-Changed-When: Fri Aug 24 07:57:23 PDT 2001 State-Changed-Why: Committed, thanks! http://www.FreeBSD.org/cgi/query-pr.cgi?pr=29913 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Aug 24 8: 6:50 2001 Delivered-To: freebsd-ports@freebsd.org Received: from lariat.org (lariat.org [12.23.109.2]) by hub.freebsd.org (Postfix) with ESMTP id BD4AF37B407; Fri, 24 Aug 2001 08:06:47 -0700 (PDT) (envelope-from brett@lariat.org) Received: from mustang.lariat.org (IDENT:ppp0.lariat.org@lariat.org [12.23.109.2]) by lariat.org (8.9.3/8.9.3) with ESMTP id JAA14518; Fri, 24 Aug 2001 09:06:14 -0600 (MDT) Message-Id: <4.3.2.7.2.20010824090447.0487f1b0@localhost> X-Sender: brett@localhost X-Mailer: QUALCOMM Windows Eudora Version 4.3.2 Date: Fri, 24 Aug 2001 09:06:07 -0600 To: Peter Pentchev From: Brett Glass Subject: Re: FreeBSD Port: sendmail-8.11.5 Cc: dinoex@FreeBSD.org, ports@FreeBSD.org In-Reply-To: <20010824175446.E1774@ringworld.oblivion.bg> References: <4.3.2.7.2.20010824085029.0489ab20@localhost> <4.3.2.7.2.20010824085029.0489ab20@localhost> 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 At 08:54 AM 8/24/2001, Peter Pentchev wrote: >As I replied to your mail to -security, the port *is* at 8.11.6. >The package has just not been built yet - there are a bit too many >ports now for lightning package builds :) Unfortunately, these machines need the package. I imagine that a security bulletin is imminent.... The package should be ready by the time the bulletin is issued, so that people can bring in the package and do a fast binary update. --Brett To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Aug 24 8: 8:42 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 D681A37B403 for ; Fri, 24 Aug 2001 08:08:39 -0700 (PDT) (envelope-from dwcjr@inethouston.net) Received: by leviathan.inethouston.net (Postfix, from userid 1001) id A181F10F42F; Fri, 24 Aug 2001 10:08:41 -0500 (CDT) Date: Fri, 24 Aug 2001 10:08:41 -0500 From: "David W. Chapman Jr." To: Brett Glass Cc: ports@freebsd.org Subject: Re: FreeBSD Port: sendmail-8.11.5 Message-ID: <20010824100841.J79769@leviathan.inethouston.net> Reply-To: "David W. Chapman Jr." Mail-Followup-To: Brett Glass , ports@freebsd.org References: <4.3.2.7.2.20010824085029.0489ab20@localhost> <4.3.2.7.2.20010824085029.0489ab20@localhost> <4.3.2.7.2.20010824090447.0487f1b0@localhost> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4.3.2.7.2.20010824090447.0487f1b0@localhost> User-Agent: Mutt/1.3.21i 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 Fri, Aug 24, 2001 at 09:06:07AM -0600, Brett Glass wrote: > At 08:54 AM 8/24/2001, Peter Pentchev wrote: > > >As I replied to your mail to -security, the port *is* at 8.11.6. > >The package has just not been built yet - there are a bit too many > >ports now for lightning package builds :) > > Unfortunately, these machines need the package. I imagine that a > security bulletin is imminent.... The package should be ready > by the time the bulletin is issued, so that people can bring in > the package and do a fast binary update. > I fail to agree. I think the bulletin should be issued as soon as the problem is detected to make people aware of the problem. Any how, complaining won't make the scripts build your package any faster. -- 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 Fri Aug 24 8:12:54 2001 Delivered-To: freebsd-ports@freebsd.org Received: from ringworld.nanolink.com (sentinel.office1.bg [217.75.135.254]) by hub.freebsd.org (Postfix) with SMTP id 8EF1B37B40C for ; Fri, 24 Aug 2001 08:12:49 -0700 (PDT) (envelope-from roam@ringlet.net) Received: (qmail 6106 invoked by uid 1000); 24 Aug 2001 15:11:22 -0000 Date: Fri, 24 Aug 2001 18:11:22 +0300 From: Peter Pentchev To: Brett Glass Cc: dinoex@FreeBSD.org, ports@FreeBSD.org Subject: Re: FreeBSD Port: sendmail-8.11.5 Message-ID: <20010824181122.G1774@ringworld.oblivion.bg> Mail-Followup-To: Brett Glass , dinoex@FreeBSD.org, ports@FreeBSD.org References: <4.3.2.7.2.20010824085029.0489ab20@localhost> <4.3.2.7.2.20010824085029.0489ab20@localhost> <20010824175446.E1774@ringworld.oblivion.bg> <4.3.2.7.2.20010824090447.0487f1b0@localhost> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <4.3.2.7.2.20010824090447.0487f1b0@localhost>; from brett@lariat.org on Fri, Aug 24, 2001 at 09:06: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 On Fri, Aug 24, 2001 at 09:06:07AM -0600, Brett Glass wrote: > At 08:54 AM 8/24/2001, Peter Pentchev wrote: > > >As I replied to your mail to -security, the port *is* at 8.11.6. > >The package has just not been built yet - there are a bit too many > >ports now for lightning package builds :) > > Unfortunately, these machines need the package. I imagine that a > security bulletin is imminent.... The package should be ready > by the time the bulletin is issued, so that people can bring in > the package and do a fast binary update. Okay, so wait for the security bulletin. Or, pick a similar machine, build the mail/sendmail port, build a package from it, and install that package on your servers. 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 Fri Aug 24 8:20: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 8693D37B40B for ; Fri, 24 Aug 2001 08:20:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7OFK1P61010; Fri, 24 Aug 2001 08:20:01 -0700 (PDT) (envelope-from gnats) Date: Fri, 24 Aug 2001 08:20:01 -0700 (PDT) Message-Id: <200108241520.f7OFK1P61010@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: "David W. Chapman Jr." Subject: Re: ports/29858: Updated port: audio/lame (3.89b) 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/29858; it has been noted by GNATS. From: "David W. Chapman Jr." To: freebsd-gnats-submit@FreeBSD.org, clefevre@citeweb.net Cc: Subject: Re: ports/29858: Updated port: audio/lame (3.89b) Date: Fri, 24 Aug 2001 10:13:39 -0500 This is what I get, maybe because I'm running -current depmode=gcc /bin/sh ../depcomp \ /bin/sh ../libtool --mode=compile cc -DHAVE_CONFIG_H -I../include -I. -I../mpglib/ -I.. -O3 -fomit-frame-pointer -ffast-math -funroll-loops -Wall -pipe -I/usr/local/include -c -o vorbis_interface.lo `test -f vorbis_interface.c || echo './'`vorbis_interface.c rm -f .libs/vorbis_interface.lo cc -DHAVE_CONFIG_H -I../include -I. -I../mpglib/ -I.. -O3 -fomit-frame-pointer -ffast-math -funroll-loops -Wall -pipe -I/usr/local/include -c vorbis_interface.c -Wp,-MD,.deps/vorbis_interface.TPlo -fPIC -DPIC -o .libs/vorbis_interface.lo vorbis_interface.c:32: modes/modes.h: No such file or directory vorbis_interface.c: In function `lame_decode_ogg_fromfile': vorbis_interface.c:224: warning: passing arg 2 of `vorbis_synthesis_pcmout' from incompatible pointer type vorbis_interface.c: In function `lame_encode_ogg_init': vorbis_interface.c:361: `info_E' undeclared (first use in this function) vorbis_interface.c:361: (Each undeclared identifier is reported only once vorbis_interface.c:361: for each function it appears in.) vorbis_interface.c:364: `info_D' undeclared (first use in this function) vorbis_interface.c:367: `info_C' undeclared (first use in this function) vorbis_interface.c:370: `info_B' undeclared (first use in this function) vorbis_interface.c:373: `info_A' undeclared (first use in this function) vorbis_interface.c:353: warning: unused variable `comment' vorbis_interface.c: In function `lame_encode_ogg_frame': vorbis_interface.c:521: warning: initialization from incompatible pointer type gmake[3]: *** [vorbis_interface.lo] Error 1 gmake[3]: Leaving directory `/usr/home/poseiden/port/lame/work/lame-3.89/libmp3lame' gmake[2]: *** [all-recursive] Error 1 gmake[2]: Leaving directory `/usr/home/poseiden/port/lame/work/lame-3.89/libmp3lame' gmake[1]: *** [all-recursive] Error 1 gmake[1]: Leaving directory `/usr/home/poseiden/port/lame/work/lame-3.89' gmake: *** [all-redirect] Error 2 *** Error code 2 Stop in /usr/home/poseiden/port/lame. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Aug 24 8:29:13 2001 Delivered-To: freebsd-ports@freebsd.org Received: from dragon.nuxi.com (dsl092-013-169.sfo1.dsl.speakeasy.net [66.92.13.169]) by hub.freebsd.org (Postfix) with ESMTP id 7991937B406; Fri, 24 Aug 2001 08:29:08 -0700 (PDT) (envelope-from obrien@NUXI.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.11.5/8.11.1) id f7OFSqu86361; Fri, 24 Aug 2001 08:28:52 -0700 (PDT) (envelope-from obrien) Date: Fri, 24 Aug 2001 08:28:52 -0700 From: "David O'Brien" To: Nate Williams Cc: arch@FreeBSD.ORG, ports@FreeBSD.ORG, Alexander Langer Subject: Re: ports.conf Message-ID: <20010824082851.A85961@dragon.nuxi.com> Reply-To: obrien@FreeBSD.ORG References: <20010823210729.A95484@zerogravity.kawo2.rwth-aachen.d> <20010823135941.B4003@dragon.nuxi.com> <15237.37767.274325.945753@nomad.yogotech.com> <20010823192558.A6265@dragon.nuxi.com> <15237.55821.676471.752233@nomad.yogotech.com> <20010823214749.A1674@dragon.nuxi.com> <15237.56561.741293.622635@nomad.yogotech.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <15237.56561.741293.622635@nomad.yogotech.com>; from nate@yogotech.com on Thu, Aug 23, 2001 at 10:49:53PM -0600 X-Operating-System: FreeBSD 5.0-CURRENT Organization: The NUXI BSD group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 Sender: owner-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, Aug 23, 2001 at 10:49:53PM -0600, Nate Williams wrote: > > > As Bruce would say, this is a bug, and I won't disagree with him. > > > However, we have two different set of CFLAGS (one for kernel, and one > > > for userland), which is just weird. > > > > I would disagree. There should be a global make settings. > > There are: > > /usr/share/mk/*.mk Wrong! /usr/share can be _shared_ across machines, duh! This is not a place for per-machine settings. -- -- David (obrien@FreeBSD.org) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Aug 24 8:32: 6 2001 Delivered-To: freebsd-ports@freebsd.org Received: from dragon.nuxi.com (dsl092-013-169.sfo1.dsl.speakeasy.net [66.92.13.169]) by hub.freebsd.org (Postfix) with ESMTP id 0AD3337B403; Fri, 24 Aug 2001 08:32:03 -0700 (PDT) (envelope-from obrien@NUXI.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.11.5/8.11.1) id f7OFVeX86410; Fri, 24 Aug 2001 08:31:40 -0700 (PDT) (envelope-from obrien) Date: Fri, 24 Aug 2001 08:31:40 -0700 From: "David O'Brien" To: Alexander Langer , Bruce Evans , Nate Williams , arch@FreeBSD.ORG, ports@FreeBSD.ORG Subject: Re: ports.conf Message-ID: <20010824083139.B85961@dragon.nuxi.com> Reply-To: obrien@FreeBSD.ORG References: <20010824113242.B1095@zerogravity.kawo2.rwth-aachen.d> <20010824231632.G1542-100000@besplex.bde.org> <20010824154438.A11364@zerogravity.kawo2.rwth-aachen.d> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20010824154438.A11364@zerogravity.kawo2.rwth-aachen.d>; from alex@big.endian.de on Fri, Aug 24, 2001 at 03:44:38PM +0200 X-Operating-System: FreeBSD 5.0-CURRENT Organization: The NUXI BSD group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 Sender: owner-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 Fri, Aug 24, 2001 at 03:44:38PM +0200, Alexander Langer wrote: > /usr/share/examples/etc doesn't really fit either. Why? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Aug 24 8:38:45 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 90AC237B407; Fri, 24 Aug 2001 08:38:37 -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 488074D833; Sat, 25 Aug 2001 00:38:36 +0900 (JST) Date: Sat, 25 Aug 2001 00:38:36 +0900 Message-ID: <86g0ahfoxv.wl@archon.local.idaemons.org> From: "Akinori MUSHA" To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Cc: will@FreeBSD.org, ports@FreeBSD.org Subject: Re: cvs commit: ports/x11/kdelibs2 Makefile In-Reply-To: <200108241533.f7OFXoB62655@freefall.freebsd.org> References: <200108241533.f7OFXoB62655@freefall.freebsd.org> User-Agent: Wanderlust/2.7.2 (Too Funky) 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) 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.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 Fri, 24 Aug 2001 08:33:50 -0700 (PDT), I wrote: > knu 2001/08/24 08:33:50 PDT > > Modified files: > x11/kdelibs2 Makefile > Log: > Conditionalize the dependency on bzip2. I believe x11/kdelibs2 was the last port which depended on the bzip2 port (archivers/bzip2). With this commit, all the dependencies on the bzip2 port have completely gone for 4-STABLE and 5-CURRENT. :) -- / /__ __ 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 Fri Aug 24 8: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 EBAE337B406; Fri, 24 Aug 2001 08:45:57 -0700 (PDT) (envelope-from ache@FreeBSD.org) Received: (from ache@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7OFiZ264254; Fri, 24 Aug 2001 08:44:35 -0700 (PDT) (envelope-from ache) Date: Fri, 24 Aug 2001 08:44:35 -0700 (PDT) From: Message-Id: <200108241544.f7OFiZ264254@freefall.freebsd.org> To: anton@urc.ac.ru, ache@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/29714: New port: security/drweb Sender: owner-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/drweb State-Changed-From-To: open->closed State-Changed-By: ache State-Changed-When: Fri Aug 24 08:44:13 PDT 2001 State-Changed-Why: Commited http://www.FreeBSD.org/cgi/query-pr.cgi?pr=29714 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Aug 24 9: 0: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 48AAB37B409 for ; Fri, 24 Aug 2001 09:00:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7OG01g66556; Fri, 24 Aug 2001 09:00:01 -0700 (PDT) (envelope-from gnats) Received: from utopia.leeym.com (utopia.leeym.com [211.72.162.194]) by hub.freebsd.org (Postfix) with ESMTP id B64F737B405 for ; Fri, 24 Aug 2001 08:54:56 -0700 (PDT) (envelope-from leeym@utopia.leeym.com) Received: (from leeym@localhost) by utopia.leeym.com (8.11.5/8.11.5) id f7OFsie64214; Fri, 24 Aug 2001 23:54:44 +0800 (CST) (envelope-from leeym) Message-Id: <200108241554.f7OFsie64214@utopia.leeym.com> Date: Fri, 24 Aug 2001 23:54:44 +0800 (CST) From: Yen-Ming Lee Reply-To: Yen-Ming Lee To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/30032: update port: mail/rblcheck Sender: owner-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: 30032 >Category: ports >Synopsis: update port: mail/rblcheck >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: Fri Aug 24 09:00:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Yen-Ming Lee >Release: FreeBSD 4.4-RC i386 >Organization: >Environment: System: FreeBSD utopia.leeym.com 4.4-RC FreeBSD 4.4-RC #5: Tue Aug 21 05:17:44 CST 2001 root@utopia.leeym.com:/usr/obj/usr/src/sys/UTOPIA i386 >Description: + bump PORTREVISION + replace mail.abuse.org by mail-abuse.org IP-Address.mail.abuse.org will always return filtered >How-To-Repeat: >Fix: diff -ruN /usr/ports/mail/rblcheck/Makefile rblcheck/Makefile --- /usr/ports/mail/rblcheck/Makefile Fri Aug 24 20:04:13 2001 +++ rblcheck/Makefile Fri Aug 24 23:50:54 2001 @@ -7,7 +7,7 @@ PORTNAME= rblcheck PORTVERSION= 1.4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= mail MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} diff -ruN /usr/ports/mail/rblcheck/scripts/configure.rbl rblcheck/scripts/configure.rbl --- /usr/ports/mail/rblcheck/scripts/configure.rbl Fri Aug 24 10:56:55 2001 +++ rblcheck/scripts/configure.rbl Fri Aug 24 23:49:44 2001 @@ -42,7 +42,7 @@ Please select desired options:" -1 -1 16 \ MAPS_RBL "MAPS Blackhole list www.mail-abuse.org" ${SET_MAPS_RBL} \ MAPS_DUL "MAPS DialUp List www.mail-abuse.org" ${SET_MAPS_DUL} \ -MAPS_RSS "MAPS Open Relay list www.mail.abuse.org" ${SET_MAPS_RSS} \ +MAPS_RSS "MAPS Open Relay list www.mail-abuse.org" ${SET_MAPS_RSS} \ ORBL "ORBL Open Relay list www.orbl.org" ${SET_ORBL} \ ORBZ "ORBZ Open Relay list orbz.gst-group.co.uk" ${SET_ORBZ} \ ORBZ_MAN "ORBZ Manual list orbz.gst-group.co.uk" ${SET_ORBZ_MAN} \ @@ -78,7 +78,7 @@ echo "SITE(\"dialups.mail-abuse.org\")" ;; \"MAPS_RSS\") - echo "SITE(\"relays.mail.abuse.org\")" + echo "SITE(\"relays.mail-abuse.org\")" ;; \"ORBL\") echo "SITE(\"or.orbl.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 Fri Aug 24 9: 5: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 57A1737B405; Fri, 24 Aug 2001 09:05:57 -0700 (PDT) (envelope-from ache@FreeBSD.org) Received: (from ache@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7OFw7466311; Fri, 24 Aug 2001 08:58:07 -0700 (PDT) (envelope-from ache) Date: Fri, 24 Aug 2001 08:58:07 -0700 (PDT) From: Message-Id: <200108241558.f7OFw7466311@freefall.freebsd.org> To: anton@urc.ac.ru, ache@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/29879: New port: security/drweb-sendmail Sender: owner-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/drweb-sendmail State-Changed-From-To: open->closed State-Changed-By: ache State-Changed-When: Fri Aug 24 08:57:46 PDT 2001 State-Changed-Why: Commited http://www.FreeBSD.org/cgi/query-pr.cgi?pr=29879 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Aug 24 9:14:18 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 18E4837B40A for ; Fri, 24 Aug 2001 09:14:04 -0700 (PDT) (envelope-from anarcat@anarcat.dyndns.org) Received: from khan.anarcat.dyndns.org ([65.92.160.216]) by tomts7-srv.bellnexxia.net (InterMail vM.4.01.03.16 201-229-121-116-20010115) with ESMTP id <20010824161403.HXCE3327.tomts7-srv.bellnexxia.net@khan.anarcat.dyndns.org> for ; Fri, 24 Aug 2001 12:14:03 -0400 Received: from shall.anarcat.dyndns.org (shall.anarcat.dyndns.org [192.168.0.1]) by khan.anarcat.dyndns.org (Postfix) with ESMTP id 6EEBE1901 for ; Fri, 24 Aug 2001 12:13:57 -0400 (EDT) Received: by shall.anarcat.dyndns.org (Postfix, from userid 1000) id 29A4520B40; Fri, 24 Aug 2001 12:13:53 -0400 (EDT) Date: Fri, 24 Aug 2001 12:13:53 -0400 From: The Anarcat To: freebsd-ports@freebsd.org Subject: NOPORTDOCS and make package Message-ID: <20010824121353.A1047@shall.anarcat.dyndns.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="6c2NcOVqGQ03X4Wi" Content-Disposition: inline User-Agent: Mutt/1.3.20i Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org --6c2NcOVqGQ03X4Wi Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Hi.=20 I think this might be a stupid question, it's just that I don't see a clear immediate answer to it. I am updating a port I maintain (audio/ecasound) to its version 2. I intend to make it install documentation in share/doc/ecasound. I followed the porters handbook suggestion of putting: post-install: =2Eif !defined(NOPORTDOCS) ${MKDIR} ${PREFIX}/share/doc/ecasound ${MKDIR} ${PREFIX}/share/doc/ecasound/programmers_guide ${MKDIR} ${PREFIX}/share/doc/ecasound/users_guide ${INSTALL_MAN} ${WRKSRC}/Documentation/*.html ${WRKSRC}/Documentation/*.txt \ ${PREFIX}/share/doc/ecasound ${INSTALL_MAN} ${WRKSRC}/Documentation/programmers_guide/*.html \ ${PREFIX}/share/doc/ecasound/programmers_guide ${INSTALL_MAN} ${WRKSRC}/Documentation/users_guide/*.html \ ${PREFIX}/share/doc/ecasound/users_guide =2Eendif in the Makefile. However, how can I tell the pkg-plist to behave accordingly to NOPORTDOCS? Eg.: # make install PREFIX=3D/var/tmp/ecasound2 package deinstall NOPORTDOCS=3Dy= es =2E.. =3D=3D=3D> Building package for ecasound-2.0.2 Creating package /usr/ports/packages/All/ecasound-2.0.2.tgz Registering depends:. Creating gzip'd tar ball in '/usr/ports/packages/All/ecasound-2.0.2.tgz' tar: can't add file share/doc/ecasound/ecasound-iam_manpage.html : No such file or directory tar: can't add file share/doc/ecasound/ecasound_faq.html : No such file or directory tar: can't add file share/doc/ecasound/ecasound_faq.txt : No such file or directory tar: can't add file share/doc/ecasound/ecasound_manpage.html : No such file or directory tar: can't add file share/doc/ecasound/ecasoundrc_manpage.html : No such file or directory tar: can't add file share/doc/ecasound/ecatools_manpage.html : No such file or directory tar: can't add file share/doc/ecasound/examples.html : No such file or directory tar: can't add file share/doc/ecasound/index.html : No such file or directory tar: can't add file share/doc/ecasound/programmers_guide/programmers_guide.html : No such file or directory tar: can't add file share/doc/ecasound/programmers_guide/eci_doc.html : No such file or directory tar: can't add file share/doc/ecasound/users_guide/users_guide.html : No such file or directory pkg_create: make_dist: tar command failed with code 256 *** Error code 1 Stop in /u/anarcat/src/ports/ecasound2. *** Error code 1 Stop in /u/anarcat/src/ports/ecasound2. *** Error code 1 Stop in /u/anarcat/src/ports/ecasound2. #=20 I think there might be a way to do this with PLIST_SUB, but I can't figure it out now... I will just send a diff with the doc commented for now. Also, another quick question... The make install target in WRKSRC calls ldconfig to configure the libs it installs, by itself (without me specifying INSTALL_SHLIBS). Can that be a problem? And the last: this port always installed shared libs named "lib/libecasound.so.7", for example. And this number (7, in this case) did not change since last upgrade. How can/should I make patches to make the build generate different file names? Is that where the "shared library version" comes from? Am I confused? :) Many thanks A. --6c2NcOVqGQ03X4Wi 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 iEUEARECAAYFAjuGfUAACgkQttcWHAnWiGcJSACXd3oSeZwTnpJ+Y9pCk1GJ1CAz gACdEsgxmWVXEiuRx7fSTr4+Qn0LY9o= =s7X8 -----END PGP SIGNATURE----- --6c2NcOVqGQ03X4Wi-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Aug 24 9:16: 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 432AE37B407; Fri, 24 Aug 2001 09:15:57 -0700 (PDT) (envelope-from dwcjr@FreeBSD.org) Received: (from dwcjr@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7OG8MK70561; Fri, 24 Aug 2001 09:08:22 -0700 (PDT) (envelope-from dwcjr) Date: Fri, 24 Aug 2001 09:08:22 -0700 (PDT) From: Message-Id: <200108241608.f7OG8MK70561@freefall.freebsd.org> To: leeym@utopia.leeym.com, dwcjr@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/30032: update port: mail/rblcheck Sender: owner-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: mail/rblcheck State-Changed-From-To: open->closed State-Changed-By: dwcjr State-Changed-When: Fri Aug 24 09:08:15 PDT 2001 State-Changed-Why: Committed, thanks! http://www.FreeBSD.org/cgi/query-pr.cgi?pr=30032 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Aug 24 9: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 B5C0A37B40C for ; Fri, 24 Aug 2001 09:30:00 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7OGU0873560; Fri, 24 Aug 2001 09:30:00 -0700 (PDT) (envelope-from gnats) Received: from tomts5-srv.bellnexxia.net (tomts5.bellnexxia.net [209.226.175.25]) by hub.freebsd.org (Postfix) with ESMTP id DA5F037B401 for ; Fri, 24 Aug 2001 09:25:53 -0700 (PDT) (envelope-from anarcat@anarcat.dyndns.org) Received: from khan.anarcat.dyndns.org ([65.92.160.216]) by tomts5-srv.bellnexxia.net (InterMail vM.4.01.03.16 201-229-121-116-20010115) with ESMTP id <20010824162552.YHIY10424.tomts5-srv.bellnexxia.net@khan.anarcat.dyndns.org> for ; Fri, 24 Aug 2001 12:25:52 -0400 Received: from shall.anarcat.dyndns.org (shall.anarcat.dyndns.org [192.168.0.1]) by khan.anarcat.dyndns.org (Postfix) with ESMTP id 4E3F718C0 for ; Fri, 24 Aug 2001 12:25:47 -0400 (EDT) Received: by shall.anarcat.dyndns.org (Postfix, from userid 1000) id 6E9B820B40; Fri, 24 Aug 2001 12:25:45 -0400 (EDT) Message-Id: <20010824162545.6E9B820B40@shall.anarcat.dyndns.org> Date: Fri, 24 Aug 2001 12:25:45 -0400 (EDT) From: The Anarcat Reply-To: The Anarcat To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/30033: [Patch] maintainer update of port audio/ecasound Sender: owner-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: 30033 >Category: ports >Synopsis: [Patch] maintainer update of port audio/ecasound >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: Fri Aug 24 09:30:00 PDT 2001 >Closed-Date: >Last-Modified: >Originator: The Anarcat >Release: FreeBSD 4.4-RC i386 >Organization: Nada, Inc >Environment: System: FreeBSD shall.anarcat.dyndns.org 4.4-RC FreeBSD 4.4-RC #4: Wed Aug 22 12:21:57 EDT 2001 anarcat@shall.anarcat.dyndns.org:/usr/obj/usr/src/sys/SHALL i386 >Description: Update of the ecasound port. Now at version 2.0.2. The port seems to be a bit nicer and cleaner now. Still compiles cleanly out of the box (eg no patches necessary). A new port (ecawave) should logically follow shortly. I had problems figuring out the python dependencies and pkg-plist hacking, so I simply disabled python support for now. If someone could give me a hand here, I just need to understand how to put "conditional" lines in pkg-plist. >How-To-Repeat: N/A. >Fix: First, makefile. I changed my email in there and I disabled python supoprt. I also made a post-install target to install some html doc in there. Oh, and the master_site_subdir was ridiculously wrong here. :) --- Makefile.old Thu Aug 23 19:03:52 2001 +++ Makefile Fri Aug 24 11:55:06 2001 @@ -1,18 +1,18 @@ # New ports collection makefile for: ecasound # Date created: 22 dec 2000 -# Whom: The Anarcat +# Whom: The Anarcat # # $FreeBSD: ports/audio/ecasound/Makefile,v 1.3 2001/04/24 22:22:40 # olgeni Exp $ # PORTNAME= ecasound -PORTVERSION= 1.9dev5 +PORTVERSION= 2.0.2 CATEGORIES= audio MASTER_SITES= http://ecasound.seul.org/download/ \ ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= ecawave +MASTER_SITE_SUBDIR= ecasound -MAINTAINER= anarcat@tao.ca +MAINTAINER= anarcat@anarcat.dyndns.org USE_GMAKE= yes USE_AUTOMAKE= yes @@ -39,18 +39,30 @@ CONFIGURE_ARGS+= --disable-audiofile .endif -.if defined(WITH_PYECASOUND) -USE_PYTHON= yes -PLIST_SUB+= WITH_PYECASOUND="" -.else -CONFIGURE_ARGS+= --disable-pyecasound -PLIST_SUB+= WITH_PYECASOUND="@comment " -.endif +#.if defined(WITH_PYECASOUND) +#USE_PYTHON= yes +#PLIST_SUB+= WITH_PYECASOUND="" +#.else +#CONFIGURE_ARGS+= --disable-pyecasound +#PLIST_SUB+= WITH_PYECASOUND="@comment " +#.endif MAN1= ecasound-iam.1 ecasound.1 ecatools.1 MAN5= ecasoundrc.5 -#post-install: +post-install: +.if !defined(NOPORTDOCS) + ${MKDIR} ${PREFIX}/share/doc/ecasound + ${MKDIR} ${PREFIX}/share/doc/ecasound/programmers_guide + ${MKDIR} ${PREFIX}/share/doc/ecasound/users_guide + ${INSTALL_MAN} ${WRKSRC}/Documentation/*.html ${WRKSRC}/Documentation/*.txt \ + ${PREFIX}/share/doc/ecasound + ${INSTALL_MAN} ${WRKSRC}/Documentation/programmers_guide/*.html \ + ${PREFIX}/share/doc/ecasound/programmers_guide + ${INSTALL_MAN} ${WRKSRC}/Documentation/users_guide/*.html \ + ${PREFIX}/share/doc/ecasound/users_guide +.endif + # strip ${PREFIX}/bin/ecaconvert ${PREFIX}/bin/ecafixdc \ #${PREFIX}/bin/ecanormalize ${PREFIX}/bin/ecaplay ${PREFIX}/bin/ecasignalview \ #${PREFIX}/bin/ecasound ${PREFIX}/bin/ecasound-config ${PREFIX}/bin/ecasoundc-config Second, pkg-plist. I sorted the plist so there are a few "false positives" in there. Also note that this will croak under make package NOPORTDOCS=yes. --- pkg-plist.orig Thu Aug 23 19:03:11 2001 +++ pkg-plist.sort Fri Aug 24 12:16:14 2001 @@ -79,8 +79,8 @@ include/ecasound/file-preset.h include/ecasound/finite-envelope.h include/ecasound/generic-controller.h +include/ecasound/generic-linear-envelope.h include/ecasound/global-preset.h -include/ecasound/ladspa.h include/ecasound/layer.h include/ecasound/linear-envelope.h include/ecasound/midi-cc.h @@ -126,15 +126,27 @@ lib/libecasound.so.7 lib/libecasoundc.a lib/libecasoundc.so -lib/libecasoundc.so.0 +lib/libecasoundc.so.1 lib/libkvutils.a lib/libkvutils.so lib/libkvutils.so.2 +share/doc/ecasound/ecasound-iam_manpage.html +share/doc/ecasound/ecasound_faq.html +share/doc/ecasound/ecasound_faq.txt +share/doc/ecasound/ecasound_manpage.html +share/doc/ecasound/ecasoundrc_manpage.html +share/doc/ecasound/ecatools_manpage.html +share/doc/ecasound/examples.html +share/doc/ecasound/index.html +share/doc/ecasound/programmers_guide/eci_doc.html +share/doc/ecasound/programmers_guide/programmers_guide.html +share/doc/ecasound/users_guide/users_guide.html share/ecasound/effect_presets share/ecasound/generic_oscillators -%%WITH_PYECASOUND%%lib/%%PYTHON_VERSION%%/site-packages/libpyecasound.so -%%WITH_PYECASOUND%%lib/%%PYTHON_VERSION%%/site-packages/pyeca.py -@dirrm share/ecasound -@dirrm lib/ecasound-plugins @dirrm include/ecasound @dirrm include/kvutils +@dirrm lib/ecasound-plugins +@dirrm share/doc/ecasound/ +@dirrm share/doc/ecasound/programmers_guide +@dirrm share/doc/ecasound/users_guide +@dirrm share/ecasound Then, last but not least, distinfo: --- distinfo.old Thu Aug 23 19:03:11 2001 +++ distinfo Thu Aug 23 19:06:29 2001 @@ -1 +1 @@ -MD5 (ecasound-1.9dev5.tar.gz) = 2bfe0c4bf28a036c56333da28c5b8c20 +MD5 (ecasound-2.0.2.tar.gz) = 33e42f52792bfebfe44b06879493631f >Release-Note: >Audit-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 Aug 24 9:34:33 2001 Delivered-To: freebsd-ports@freebsd.org Received: from ringworld.nanolink.com (discworld.nanolink.com [217.75.135.248]) by hub.freebsd.org (Postfix) with SMTP id C31FF37B40F for ; Fri, 24 Aug 2001 09:34:27 -0700 (PDT) (envelope-from roam@ringlet.net) Received: (qmail 933 invoked by uid 1000); 24 Aug 2001 16:33:00 -0000 Date: Fri, 24 Aug 2001 19:33:00 +0300 From: Peter Pentchev To: The Anarcat Cc: freebsd-ports@freebsd.org Subject: Re: NOPORTDOCS and make package Message-ID: <20010824193300.C532@ringworld.oblivion.bg> Mail-Followup-To: The Anarcat , freebsd-ports@freebsd.org References: <20010824121353.A1047@shall.anarcat.dyndns.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20010824121353.A1047@shall.anarcat.dyndns.org>; from anarcat@anarcat.dyndns.org on Fri, Aug 24, 2001 at 12:13:53PM -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 Fri, Aug 24, 2001 at 12:13:53PM -0400, The Anarcat wrote: > Hi. > > I think this might be a stupid question, it's just that I don't see a > clear immediate answer to it. I am updating a port I maintain > (audio/ecasound) to its version 2. I intend to make it install > documentation in share/doc/ecasound. I followed the porters handbook > suggestion of putting: > > post-install: > .if !defined(NOPORTDOCS) > ${MKDIR} ${PREFIX}/share/doc/ecasound > ${MKDIR} ${PREFIX}/share/doc/ecasound/programmers_guide > ${MKDIR} ${PREFIX}/share/doc/ecasound/users_guide > ${INSTALL_MAN} ${WRKSRC}/Documentation/*.html > ${WRKSRC}/Documentation/*.txt \ > ${PREFIX}/share/doc/ecasound > ${INSTALL_MAN} ${WRKSRC}/Documentation/programmers_guide/*.html > \ > ${PREFIX}/share/doc/ecasound/programmers_guide > ${INSTALL_MAN} ${WRKSRC}/Documentation/users_guide/*.html \ > ${PREFIX}/share/doc/ecasound/users_guide > .endif > > in the Makefile. However, how can I tell the pkg-plist to behave > accordingly to NOPORTDOCS? Eg.: > > # make install PREFIX=/var/tmp/ecasound2 package deinstall NOPORTDOCS=yes > ... > ===> Building package for ecasound-2.0.2 > Creating package /usr/ports/packages/All/ecasound-2.0.2.tgz > Registering depends:. > Creating gzip'd tar ball in '/usr/ports/packages/All/ecasound-2.0.2.tgz' > tar: can't add file share/doc/ecasound/ecasound-iam_manpage.html : No > such file or directory Put %%PORTDOCS%% before each file which is installed conditionally depending on the NOPORTDOCS knob. Look at e.g. ftp/pure-ftpd for an example. G'luck, Peter -- If you think this sentence is confusing, then change one pig. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Aug 24 9: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 256CE37B40E for ; Fri, 24 Aug 2001 09:40:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7OGe3F74816; Fri, 24 Aug 2001 09:40:03 -0700 (PDT) (envelope-from gnats) Date: Fri, 24 Aug 2001 09:40:03 -0700 (PDT) Message-Id: <200108241640.f7OGe3F74816@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Peter Pentchev Subject: Re: ports/30033: [Patch] maintainer update of port audio/ecasound 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/30033; it has been noted by GNATS. From: Peter Pentchev To: The Anarcat Cc: FreeBSD-gnats-submit@freebsd.org Subject: Re: ports/30033: [Patch] maintainer update of port audio/ecasound Date: Fri, 24 Aug 2001 19:35:20 +0300 On Fri, Aug 24, 2001 at 12:25:45PM -0400, The Anarcat wrote: > > >Number: 30033 > >Category: ports > >Synopsis: [Patch] maintainer update of port audio/ecasound > >Originator: The Anarcat > >Release: FreeBSD 4.4-RC i386 > >Organization: > Nada, Inc > >Environment: > System: FreeBSD shall.anarcat.dyndns.org 4.4-RC FreeBSD 4.4-RC #4: Wed Aug 22 12:21:57 EDT 2001 anarcat@shall.anarcat.dyndns.org:/usr/obj/usr/src/sys/SHALL i386 > > >Description: > > Update of the ecasound port. Now at version 2.0.2. The port seems to be a > bit nicer and cleaner now. Still compiles cleanly out of the box (eg no > patches necessary). A new port (ecawave) should logically follow shortly. > > I had problems figuring out the python dependencies and pkg-plist > hacking, so I simply disabled python support for now. If someone could > give me a hand here, I just need to understand how to put "conditional" > lines in pkg-plist. > > >Fix: [snip] > > > Second, pkg-plist. I sorted the plist so there are a few "false > positives" in there. Also note that this will croak under make package > NOPORTDOCS=yes. > > --- pkg-plist.orig Thu Aug 23 19:03:11 2001 > +++ pkg-plist.sort Fri Aug 24 12:16:14 2001 [snip] > lib/libkvutils.so > lib/libkvutils.so.2 > +share/doc/ecasound/ecasound-iam_manpage.html As mentioned in my other mail, make this %%PORTDOCS%%share/doc/ecasound/ecasound-iam_manpage.html After that, wait for a sound- and/or Python-aware committer to review and commit this update :) It looks good to me, but I cannot really test it here.. 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 Fri Aug 24 9: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 E8BB237B40C for ; Fri, 24 Aug 2001 09:40:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7OGe1r74811; Fri, 24 Aug 2001 09:40:01 -0700 (PDT) (envelope-from gnats) Received: from tomts13-srv.bellnexxia.net (tomts13.bellnexxia.net [209.226.175.34]) by hub.freebsd.org (Postfix) with ESMTP id 7A9E537B401 for ; Fri, 24 Aug 2001 09:30:52 -0700 (PDT) (envelope-from anarcat@anarcat.dyndns.org) Received: from khan.anarcat.dyndns.org ([65.92.160.216]) by tomts13-srv.bellnexxia.net (InterMail vM.4.01.03.16 201-229-121-116-20010115) with ESMTP id <20010824163051.YEPE28468.tomts13-srv.bellnexxia.net@khan.anarcat.dyndns.org> for ; Fri, 24 Aug 2001 12:30:51 -0400 Received: from shall.anarcat.dyndns.org (shall.anarcat.dyndns.org [192.168.0.1]) by khan.anarcat.dyndns.org (Postfix) with ESMTP id 4B08A18A1 for ; Fri, 24 Aug 2001 12:30:45 -0400 (EDT) Received: by shall.anarcat.dyndns.org (Postfix, from userid 1000) id 2FFB320B40; Fri, 24 Aug 2001 12:30:44 -0400 (EDT) Message-Id: <20010824163044.2FFB320B40@shall.anarcat.dyndns.org> Date: Fri, 24 Aug 2001 12:30:44 -0400 (EDT) From: The Anarcat Reply-To: The Anarcat To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/30034: [Patch] maintainer minor update of port audio/ecasound Sender: owner-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: 30034 >Category: ports >Synopsis: [Patch] maintainer minor update of port audio/ecasound >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 Aug 24 09:40:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: The Anarcat >Release: FreeBSD 4.4-RC i386 >Organization: Nada, Inc >Environment: System: FreeBSD shall.anarcat.dyndns.org 4.4-RC FreeBSD 4.4-RC #4: Wed Aug 22 12:21:57 EDT 2001 anarcat@shall.anarcat.dyndns.org:/usr/obj/usr/src/sys/SHALL i386 >Description: A few modifications to description files. >How-To-Repeat: N/A. >Fix: Rephrase pkg-comment --- pkg-comment.orig Fri Aug 24 12:28:42 2001 +++ pkg-comment Fri Aug 24 12:29:07 2001 @@ -1 +1 @@ -Software package designed for multitrack audio processing +Multitrack audio processing software package Change email and shorten pkg-descr: --- pkg-descr.orig Fri Aug 24 12:28:49 2001 +++ pkg-descr Fri Aug 24 12:30:20 2001 @@ -1,7 +1,3 @@ -======================================================================= -*** [Extract from] Ecasound - README *** -======================================================================= - Ecasound is a software package designed for multitrack audio processing. It can be used for simple tasks like audio playback, recording and format conversions, as well as for multitrack effect @@ -13,7 +9,6 @@ creating alternative user-interfaces is easy. A versatile console mode interface is included in the package. -Ecasound home site WWW: http://www.eca.cx/ecasound -- The Anarcat +- The Anarcat >Release-Note: >Audit-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 Aug 24 9: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 65C0F37B40D for ; Fri, 24 Aug 2001 09:50:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7OGo1k75979; Fri, 24 Aug 2001 09:50:01 -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 1B94E37B432 for ; Fri, 24 Aug 2001 09:41:55 -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 JAA29669 for ; Fri, 24 Aug 2001 09:41:54 -0700 Received: from passer.osg.gov.bc.ca(142.32.110.29) via SMTP by point.osg.gov.bc.ca, id smtpda29667; Fri Aug 24 09:41:40 2001 Received: (from uucp@localhost) by passer.osg.gov.bc.ca (8.11.6/8.9.1) id f7OGfeS07911 for ; Fri, 24 Aug 2001 09:41:40 -0700 (PDT) Received: from UNKNOWN(10.1.2.1), claiming to be "cwsys.cwsent.com" via SMTP by passer9.cwsent.com, id smtpdfQ7909; Fri Aug 24 09:41:01 2001 Received: (from cy@localhost) by cwsys.cwsent.com (8.11.6/8.9.1) id f7OGf1f16385; Fri, 24 Aug 2001 09:41:01 -0700 (PDT) Message-Id: <200108241641.f7OGf1f16385@cwsys.cwsent.com> Date: Fri, 24 Aug 2001 09:41:01 -0700 (PDT) From: Cy Schubert Reply-To: Cy Schubert To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/30035: New NTP Port Sender: owner-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: 30035 >Category: ports >Synopsis: New NTP Port >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 Aug 24 09:50:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Cy Schubert >Release: FreeBSD 4.4-RC i386 >Organization: ITSD MSER Province of BC >Environment: System: FreeBSD cwsys 4.4-RC FreeBSD 4.4-RC #1: Sun Aug 19 14:49:59 PDT 2001 root@cwsys:/export/obj/opt/cvs-430s/src/sys/CWSYS i386 >Description: Update to ntp port from 4.0.99m.r2 to 4.1.0. >How-To-Repeat: N/A >Fix: diff -urPN --exclude=CVS --exclude=00_TRANS.TBL /net/cwtest/dsk03/original/cvs-ports/ports/net/ntp/Makefile ntp-010824/Makefile --- ntp/Makefile Sat Jul 7 12:03:41 2001 +++ ntp/Makefile Fri Aug 24 09:11:29 2001 @@ -6,7 +6,7 @@ # PORTNAME= ntp -PORTVERSION= 4.0.99m.r2 +PORTVERSION= 4.1.0 CATEGORIES= net MASTER_SITES= ftp://ftp.udel.edu/pub/ntp/ntp4/ \ http://www.eecis.udel.edu/~ntp/ntp_spool/ntp4/ diff -urPN --exclude=CVS --exclude=00_TRANS.TBL /net/cwtest/dsk03/original/cvs-ports/ports/net/ntp/distinfo ntp-010824/distinfo --- ntp/distinfo Sat Jul 7 07:10:09 2001 +++ ntp/distinfo Fri Aug 24 09:12:46 2001 @@ -1 +1 @@ -MD5 (ntp-4.0.99m-rc2.tar.gz) = 8711fc55b23edfcd57d5f026fe0f61dc +MD5 (ntp-4.1.0.tar.gz) = 5832eeeaa15f3bb66fff7d96da745f90 >Release-Note: >Audit-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 Aug 24 9:50: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 3494B37B401 for ; Fri, 24 Aug 2001 09:50:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7OGo2c75984; Fri, 24 Aug 2001 09:50:02 -0700 (PDT) (envelope-from gnats) Date: Fri, 24 Aug 2001 09:50:02 -0700 (PDT) Message-Id: <200108241650.f7OGo2c75984@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: The Anarcat Subject: Re: ports/30033: [Patch] maintainer update of port audio/ecasound Reply-To: The Anarcat Sender: owner-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/30033; it has been noted by GNATS. From: The Anarcat To: Peter Pentchev Cc: FreeBSD-gnats-submit@freebsd.org Subject: Re: ports/30033: [Patch] maintainer update of port audio/ecasound Date: Fri, 24 Aug 2001 12:48:42 -0400 --Pd0ReVV5GZGQvF3a Content-Type: text/plain; charset=us-ascii Content-Disposition: inline > As mentioned in my other mail, make this > %%PORTDOCS%%share/doc/ecasound/ecasound-iam_manpage.html Ok. Here is the new patch, replacing the original pr one: --- pkg-plist.orig Thu Aug 23 19:03:11 2001 +++ pkg-plist Fri Aug 24 12:44:44 2001 @@ -79,8 +79,8 @@ include/ecasound/file-preset.h include/ecasound/finite-envelope.h include/ecasound/generic-controller.h +include/ecasound/generic-linear-envelope.h include/ecasound/global-preset.h -include/ecasound/ladspa.h include/ecasound/layer.h include/ecasound/linear-envelope.h include/ecasound/midi-cc.h @@ -126,15 +126,27 @@ lib/libecasound.so.7 lib/libecasoundc.a lib/libecasoundc.so -lib/libecasoundc.so.0 +lib/libecasoundc.so.1 lib/libkvutils.a lib/libkvutils.so lib/libkvutils.so.2 share/ecasound/effect_presets share/ecasound/generic_oscillators -%%WITH_PYECASOUND%%lib/%%PYTHON_VERSION%%/site-packages/libpyecasound.so -%%WITH_PYECASOUND%%lib/%%PYTHON_VERSION%%/site-packages/pyeca.py -@dirrm share/ecasound -@dirrm lib/ecasound-plugins +%%PORTDOCS%%share/doc/ecasound/ecasound-iam_manpage.html +%%PORTDOCS%%share/doc/ecasound/ecasound_faq.html +%%PORTDOCS%%share/doc/ecasound/ecasound_faq.txt +%%PORTDOCS%%share/doc/ecasound/ecasound_manpage.html +%%PORTDOCS%%share/doc/ecasound/ecasoundrc_manpage.html +%%PORTDOCS%%share/doc/ecasound/ecatools_manpage.html +%%PORTDOCS%%share/doc/ecasound/examples.html +%%PORTDOCS%%share/doc/ecasound/index.html +%%PORTDOCS%%share/doc/ecasound/programmers_guide/eci_doc.html +%%PORTDOCS%%share/doc/ecasound/programmers_guide/programmers_guide.html +%%PORTDOCS%%share/doc/ecasound/users_guide/users_guide.html +%%PORTDOCS%%@dirrm share/doc/ecasound/ +%%PORTDOCS%%@dirrm share/doc/ecasound/programmers_guide +%%PORTDOCS%%@dirrm share/doc/ecasound/users_guide @dirrm include/ecasound @dirrm include/kvutils +@dirrm lib/ecasound-plugins +@dirrm share/ecasound > After that, wait for a sound- and/or Python-aware committer to review > and commit this update :) It looks good to me, but I cannot really > test it here.. For the sound, this is ok. I am sound aware. ;) For python, it is simply de-activated. I don't think it was very much used anyways. What is important now is to have this port ready for the incoming ecawave, which is the one that is really interesting. :) The thing is that I'm pretty sure that uncommenting the python stuff in the makefile and in the pkg-plist would *work*, but I had some problems wrt that on bento, so I prefer to be on the safe side, even if that means less functionality. A. --Pd0ReVV5GZGQvF3a 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 iEYEARECAAYFAjuGhWkACgkQttcWHAnWiGd71wCgjIH43vWUSUM8iWkZAINuHr+q NxkAn0atl4cf9JlDa5I6VFzcQemBR8Ok =G8AU -----END PGP SIGNATURE----- --Pd0ReVV5GZGQvF3a-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Aug 24 10: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 61FEF37B416 for ; Fri, 24 Aug 2001 10:10:00 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7OHA0080871; Fri, 24 Aug 2001 10:10:00 -0700 (PDT) (envelope-from gnats) Received: from utopia.leeym.com (utopia.leeym.com [211.72.162.194]) by hub.freebsd.org (Postfix) with ESMTP id BBD2E37B40B for ; Fri, 24 Aug 2001 10:06:43 -0700 (PDT) (envelope-from leeym@utopia.leeym.com) Received: (from leeym@localhost) by utopia.leeym.com (8.11.5/8.11.5) id f7OH6ci75775; Sat, 25 Aug 2001 01:06:38 +0800 (CST) (envelope-from leeym) Message-Id: <200108241706.f7OH6ci75775@utopia.leeym.com> Date: Sat, 25 Aug 2001 01:06:38 +0800 (CST) From: Yen-Ming Lee Reply-To: Yen-Ming Lee To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/30036: NO MAINTAINER UPDATE: 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: 30036 >Category: ports >Synopsis: NO MAINTAINER UPDATE: audio/raproxy >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 Aug 24 10:10:00 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Yen-Ming Lee >Release: FreeBSD 4.4-RC i386 >Organization: >Environment: System: FreeBSD utopia.leeym.com 4.4-RC FreeBSD 4.4-RC #5: Tue Aug 21 05:17:44 CST 2001 root@utopia.leeym.com:/usr/obj/usr/src/sys/UTOPIA i386 >Description: + remove ${CAT} ${PKGMESSAGE} to unbreak Makefile >How-To-Repeat: >Fix: diff -ruN /usr/ports/audio/raproxy/Makefile raproxy/Makefile --- /usr/ports/audio/raproxy/Makefile Wed Jul 4 04:00:35 2001 +++ raproxy/Makefile Sat Aug 25 01:04:10 2001 @@ -31,6 +31,5 @@ @${INSTALL_DATA} ${WRKSRC}/*.html ${WRKSRC}/*.pdf \ ${PREFIX}/share/doc/raproxy .endif - @${CAT} ${PKGMESSAGE} .include >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Aug 24 10:16: 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 6FCF437B406; Fri, 24 Aug 2001 10:15:57 -0700 (PDT) (envelope-from roam@FreeBSD.org) Received: (from roam@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7OH8ih80736; Fri, 24 Aug 2001 10:08:44 -0700 (PDT) (envelope-from roam) Date: Fri, 24 Aug 2001 10:08:44 -0700 (PDT) From: Message-Id: <200108241708.f7OH8ih80736@freefall.freebsd.org> To: anarcat@anarcat.dyndns.org, roam@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/30034: [Patch] maintainer minor update of port audio/ecasound Sender: owner-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: [Patch] maintainer minor update of port audio/ecasound State-Changed-From-To: open->closed State-Changed-By: roam State-Changed-When: Fri Aug 24 10:08:16 PDT 2001 State-Changed-Why: Committed, thanks! http://www.FreeBSD.org/cgi/query-pr.cgi?pr=30034 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Aug 24 10:16: 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 96EBF37B409; Fri, 24 Aug 2001 10:15:57 -0700 (PDT) (envelope-from roam@FreeBSD.org) Received: (from roam@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7OH63080457; Fri, 24 Aug 2001 10:06:03 -0700 (PDT) (envelope-from roam) Date: Fri, 24 Aug 2001 10:06:03 -0700 (PDT) From: Message-Id: <200108241706.f7OH63080457@freefall.freebsd.org> To: anarcat@anarcat.dyndns.org, roam@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/30033: [Patch] maintainer update of port audio/ecasound Sender: owner-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: [Patch] maintainer update of port audio/ecasound State-Changed-From-To: open->closed State-Changed-By: roam State-Changed-When: Fri Aug 24 10:04:31 PDT 2001 State-Changed-Why: Committed, thanks! BTW, your patch had some tabs converted to spaces, which leads to Bad Things in a Makefile :) Also, the pkg-plist listed a parent directory for removing before removal of the two child dirs; that would lead to a complaint and a leftover parent dir at pkg_deinstall time. Other than that, thanks for your work! ATS: Enter the reason for changing this PR's status here. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=30033 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Aug 24 10: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 3078137B412 for ; Fri, 24 Aug 2001 10:20:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7OHK1T81860; Fri, 24 Aug 2001 10:20:01 -0700 (PDT) (envelope-from gnats) Received: from utopia.leeym.com (utopia.leeym.com [211.72.162.194]) by hub.freebsd.org (Postfix) with ESMTP id C9F5B37B40B for ; Fri, 24 Aug 2001 10:14:42 -0700 (PDT) (envelope-from leeym@utopia.leeym.com) Received: (from leeym@localhost) by utopia.leeym.com (8.11.5/8.11.5) id f7OHEd478633; Sat, 25 Aug 2001 01:14:39 +0800 (CST) (envelope-from leeym) Message-Id: <200108241714.f7OHEd478633@utopia.leeym.com> Date: Sat, 25 Aug 2001 01:14:39 +0800 (CST) From: Yen-Ming Lee Reply-To: Yen-Ming Lee To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/30038: NO MAINTAINER UPDATE: sysutils/fcron Sender: owner-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: 30038 >Category: ports >Synopsis: NO MAINTAINER UPDATE: sysutils/fcron >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 Aug 24 10:20:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Yen-Ming Lee >Release: FreeBSD 4.4-RC i386 >Organization: >Environment: System: FreeBSD utopia.leeym.com 4.4-RC FreeBSD 4.4-RC #5: Tue Aug 21 05:17:44 CST 2001 root@utopia.leeym.com:/usr/obj/usr/src/sys/UTOPIA i386 >Description: mkdir ${PREFIX}/etc before configure and let configure script locate the etc directory. >How-To-Repeat: >Fix: diff -ruN /usr/ports/sysutils/fcron/Makefile fcron/Makefile --- /usr/ports/sysutils/fcron/Makefile Fri Jul 20 16:02:38 2001 +++ fcron/Makefile Sat Aug 25 01:11:38 2001 @@ -33,6 +33,9 @@ MAN5= fcrontab.5 fcron.conf.5 MAN8= fcron.8 +pre-configure: + @${MKDIR} ${PREFIX}/etc + post-install: @${CP} ${WRKSRC}/files/fcron.allow ${PREFIX}/etc/fcron.allow.dist @${CP} ${WRKSRC}/files/fcron.deny ${PREFIX}/etc/fcron.deny.dist >Release-Note: >Audit-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 Aug 24 10:20: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 0E9E137B410 for ; Fri, 24 Aug 2001 10:20:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7OHK1u81851; Fri, 24 Aug 2001 10: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 D66A737B405 for ; Fri, 24 Aug 2001 10:14:46 -0700 (PDT) (envelope-from nobody@FreeBSD.org) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7OHEkl81375; Fri, 24 Aug 2001 10:14:46 -0700 (PDT) (envelope-from nobody) Message-Id: <200108241714.f7OHEkl81375@freefall.freebsd.org> Date: Fri, 24 Aug 2001 10:14:46 -0700 (PDT) From: KATO Tsuguru To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/30037: Update port: audio/libsndfile to 0.0.24 Sender: owner-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: 30037 >Category: ports >Synopsis: Update port: audio/libsndfile to 0.0.24 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Aug 24 10:20:00 PDT 2001 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: 4.3-RELEASE i386 >Organization: >Environment: >Description: - Update to version 0.0.24 >How-To-Repeat: >Fix: diff -urN /usr/ports/audio/libsndfile/Makefile audio/libsndfile/Makefile --- /usr/ports/audio/libsndfile/Makefile Fri Jul 20 11:45:18 2001 +++ audio/libsndfile/Makefile Fri Aug 24 07:56:30 2001 @@ -7,19 +7,28 @@ # PORTNAME= libsndfile -PORTVERSION= 0.0.23 +PORTVERSION= 0.0.24 CATEGORIES= audio MASTER_SITES= http://www.zip.com.au/~erikd/libsndfile/ MAINTAINER= ports@FreeBSD.org -GNU_CONFIGURE= yes +USE_LIBTOOL= yes +CONFIGURE_ARGS= --enable-justsrc --disable-gcc-pipe INSTALLS_SHLIB= yes +PORTDOCS= ChangeLog NEWS api.html bugs.html index.html libsndfile.jpg \ + new_file_type.HOWTO sf_info.html + +pre-patch: + @${PERL} -pi -e 's|-g -O2 |\$$CFLAGS |g' ${WRKSRC}/configure + .if !defined(NOPORTDOCS) post-install: @${MKDIR} ${DOCSDIR} - @${CP} -R ${WRKSRC}/doc/ ${DOCSDIR} +.for file in ${PORTDOCS} + ${INSTALL_DATA} ${WRKSRC}/doc/${file} ${DOCSDIR} +.endfor .endif .include diff -urN /usr/ports/audio/libsndfile/distinfo audio/libsndfile/distinfo --- /usr/ports/audio/libsndfile/distinfo Fri Jul 20 11:45:18 2001 +++ audio/libsndfile/distinfo Fri Aug 24 07:19:57 2001 @@ -1 +1 @@ -MD5 (libsndfile-0.0.23.tar.gz) = f77f152265ae8091b25bd4bc8ee083a0 +MD5 (libsndfile-0.0.24.tar.gz) = 14fc66be854af9656540cebc719c906b diff -urN /usr/ports/audio/libsndfile/pkg-plist audio/libsndfile/pkg-plist --- /usr/ports/audio/libsndfile/pkg-plist Sat Aug 4 03:28:42 2001 +++ audio/libsndfile/pkg-plist Fri Aug 24 07:22:37 2001 @@ -1,17 +1,13 @@ include/sndfile.h lib/libsndfile.a -lib/libsndfile.la lib/libsndfile.so lib/libsndfile.so.0 %%PORTDOCS%%share/doc/libsndfile/ChangeLog -%%PORTDOCS%%share/doc/libsndfile/Makefile -%%PORTDOCS%%share/doc/libsndfile/Makefile.am -%%PORTDOCS%%share/doc/libsndfile/Makefile.in %%PORTDOCS%%share/doc/libsndfile/NEWS %%PORTDOCS%%share/doc/libsndfile/api.html %%PORTDOCS%%share/doc/libsndfile/bugs.html %%PORTDOCS%%share/doc/libsndfile/index.html %%PORTDOCS%%share/doc/libsndfile/libsndfile.jpg %%PORTDOCS%%share/doc/libsndfile/new_file_type.HOWTO -%%PORTDOCS%%share/doc/libsndfile/sfinfo.html +%%PORTDOCS%%share/doc/libsndfile/sf_info.html %%PORTDOCS%%@dirrm share/doc/libsndfile >Release-Note: >Audit-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 Aug 24 10: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 8E63E37B417 for ; Fri, 24 Aug 2001 10:20:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7OHK1W81889; Fri, 24 Aug 2001 10: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 EBB9237B40D for ; Fri, 24 Aug 2001 10:17:12 -0700 (PDT) (envelope-from nobody@FreeBSD.org) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7OHHCo81525; Fri, 24 Aug 2001 10:17:12 -0700 (PDT) (envelope-from nobody) Message-Id: <200108241717.f7OHHCo81525@freefall.freebsd.org> Date: Fri, 24 Aug 2001 10:17:12 -0700 (PDT) From: KATO Tsuguru To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/30041: Update port: irc/ninja to 1.5.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: 30041 >Category: ports >Synopsis: Update port: irc/ninja to 1.5.3 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Aug 24 10:20:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: 4.3-RELEASE i386 >Organization: >Environment: >Description: - Update to version 1.5.3 >How-To-Repeat: >Fix: diff -urN /usr/ports/irc/ninja/Makefile irc/ninja/Makefile --- /usr/ports/irc/ninja/Makefile Wed Mar 7 00:25:25 2001 +++ irc/ninja/Makefile Fri Aug 24 22:46:31 2001 @@ -6,7 +6,7 @@ # PORTNAME= ninja -PORTVERSION= 1.5.2 +PORTVERSION= 1.5.3 CATEGORIES= irc MASTER_SITES= ftp://ninja.qoop.org/ninja/sources/ DISTNAME= ${PORTNAME}-${PORTVERSION}-src @@ -16,20 +16,18 @@ WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} GNU_CONFIGURE= yes -CONFIGURE_ENV= IRCLIB="${IRCLIB}" - -IRCLIB= ${PREFIX}/share/ninja +CONFIGURE_ENV= IRCLIB="${DATADIR}" pre-patch: @${CP} ${WRKSRC}/config/configure ${WRKSRC} post-patch: - @${PERL} -e "s|%%IRCLIB%%|${IRCLIB}|g" ${WRKSRC}/include/config.h.dist + @${PERL} -e "s|%%IRCLIB%%|${DATADIR}|g" ${WRKSRC}/include/config.h.dist do-install: ${INSTALL_PROGRAM} ${WRKSRC}/source/ninja ${PREFIX}/bin ${INSTALL_PROGRAM} ${WRKSRC}/source/wserv ${PREFIX}/bin - @${MKDIR} ${IRCLIB}/translation - ${INSTALL_DATA} ${WRKSRC}/translation/* ${IRCLIB}/translation + @${MKDIR} ${DATADIR}/translation + ${INSTALL_DATA} ${WRKSRC}/translation/* ${DATADIR}/translation .include diff -urN /usr/ports/irc/ninja/distinfo irc/ninja/distinfo --- /usr/ports/irc/ninja/distinfo Wed Mar 7 00:25:25 2001 +++ irc/ninja/distinfo Fri Aug 24 22:08:57 2001 @@ -1 +1 @@ -MD5 (ninja-1.5.2-src.tar.gz) = bc58d8847433f6f41f16a4d51d3ed98c +MD5 (ninja-1.5.3-src.tar.gz) = 7c9227f5d99ac7ba7cd2f9d60ee92bd7 >Release-Note: >Audit-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 Aug 24 10:20: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 492D337B414 for ; Fri, 24 Aug 2001 10:20:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7OHK1s81870; Fri, 24 Aug 2001 10: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 7CB1B37B409 for ; Fri, 24 Aug 2001 10:15:31 -0700 (PDT) (envelope-from nobody@FreeBSD.org) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7OHFVR81423; Fri, 24 Aug 2001 10:15:31 -0700 (PDT) (envelope-from nobody) Message-Id: <200108241715.f7OHFVR81423@freefall.freebsd.org> Date: Fri, 24 Aug 2001 10:15:31 -0700 (PDT) From: KATO Tsuguru To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/30039: Update port: graphics/ImageMagick to 5.2.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: 30039 >Category: ports >Synopsis: Update port: graphics/ImageMagick to 5.2.7 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Aug 24 10:20:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: 4.3-RELEASE i386 >Organization: >Environment: >Description: - Update to version 5.2.7 >How-To-Repeat: >Fix: diff -urN /usr/ports/graphics/ImageMagick/Makefile graphics/ImageMagick/Makefile --- /usr/ports/graphics/ImageMagick/Makefile Thu Aug 16 05:33:15 2001 +++ graphics/ImageMagick/Makefile Fri Aug 24 04:38:30 2001 @@ -6,8 +6,7 @@ # PORTNAME= ImageMagick -PORTVERSION= 5.3.6 -PORTREVISION= 2 +PORTVERSION= 5.3.7 CATEGORIES= graphics perl5 MASTER_SITES= http://imagemagick.sourceforge.net/http/ \ ftp://ftp.yggdrasil.com/mirrors/site/ftp.simplesystems.org/pub/%SUBDIR%/ \ diff -urN /usr/ports/graphics/ImageMagick/distinfo graphics/ImageMagick/distinfo --- /usr/ports/graphics/ImageMagick/distinfo Wed Aug 8 15:17:40 2001 +++ graphics/ImageMagick/distinfo Fri Aug 24 03:25:40 2001 @@ -1 +1 @@ -MD5 (ImageMagick-5.3.6.tar.gz) = b89db1a7694dafd690ce87c364c45f43 +MD5 (ImageMagick-5.3.7.tar.gz) = 258258d62dc40dac6a2c175030ff1d0c diff -urN /usr/ports/graphics/ImageMagick/files/patch-al graphics/ImageMagick/files/patch-al --- /usr/ports/graphics/ImageMagick/files/patch-al Wed Apr 18 04:39:19 2001 +++ graphics/ImageMagick/files/patch-al Fri Aug 24 04:51:22 2001 @@ -1,6 +1,6 @@ ---- configure.in.orig Sun Mar 4 11:07:42 2001 -+++ configure.in Wed Mar 28 05:33:09 2001 -@@ -65,7 +65,7 @@ +--- configure.in.orig Fri Aug 24 04:50:46 2001 ++++ configure.in Fri Aug 24 04:51:11 2001 +@@ -67,7 +67,7 @@ # AC_ENABLE_SHARED(no) AC_ENABLE_STATIC(yes) @@ -9,7 +9,16 @@ # Substitute INCLTDL and LIBLTDL in the Makefiles AC_SUBST(INCLTDL) AC_SUBST(LIBLTDL) -@@ -1021,6 +1027,22 @@ +@@ -714,7 +714,7 @@ + AC_MSG_RESULT() + failed=0; + passed=0; +- AC_CHECK_HEADER(lcms/lcms.h,passed=`expr $passed + 1`,failed=`expr $failed + 1`,) ++ AC_CHECK_HEADER(lcms.h,passed=`expr $passed + 1`,failed=`expr $failed + 1`,) + AC_CHECK_LIB(lcms,cmsOpenProfileFromMem,passed=`expr $passed + 1`,failed=`expr $failed + 1`,) + AC_MSG_CHECKING(if LCMS package is complete) + if test $passed -gt 0 +@@ -1099,6 +1099,22 @@ AC_MSG_RESULT() failed=0; passed=0; @@ -32,7 +41,7 @@ AC_CHECK_HEADER(libxml/parser.h,passed=`expr $passed + 1`,failed=`expr $failed + 1`) AC_CHECK_LIB(xml2,xmlParseExternalEntity,passed=`expr $passed + 1`,failed=`expr $failed + 1`,) AC_MSG_CHECKING(if XML package is complete) -@@ -1030,6 +1052,8 @@ +@@ -1108,6 +1124,8 @@ then AC_MSG_RESULT(no -- some components failed test) have_xml='no (failed tests)' diff -urN /usr/ports/graphics/ImageMagick/pkg-plist graphics/ImageMagick/pkg-plist --- /usr/ports/graphics/ImageMagick/pkg-plist Wed Aug 8 15:17:40 2001 +++ graphics/ImageMagick/pkg-plist Tue Aug 14 22:00:41 2001 @@ -38,7 +38,6 @@ include/magick/delegates.h include/magick/draw.h include/magick/error.h -include/magick/fonts.h include/magick/gems.h include/magick/image.h include/magick/magic.h >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Aug 24 10:20: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 7A8D737B415 for ; Fri, 24 Aug 2001 10:20:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7OHK1P81880; Fri, 24 Aug 2001 10: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 8A19F37B409 for ; Fri, 24 Aug 2001 10:16:18 -0700 (PDT) (envelope-from nobody@FreeBSD.org) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7OHGIp81478; Fri, 24 Aug 2001 10:16:18 -0700 (PDT) (envelope-from nobody) Message-Id: <200108241716.f7OHGIp81478@freefall.freebsd.org> Date: Fri, 24 Aug 2001 10:16:18 -0700 (PDT) From: KATO Tsuguru To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/30040: Update port: graphics/photopc Sender: owner-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: 30040 >Category: ports >Synopsis: Update port: graphics/photopc >Confidential: 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 Aug 24 10:20:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: 4.3-RELEASE i386 >Organization: >Environment: >Description: - Fix MASTER_SITES >How-To-Repeat: >Fix: diff -urN /usr/ports/graphics/photopc/Makefile graphics/photopc/Makefile --- /usr/ports/graphics/photopc/Makefile Wed Feb 14 23:37:23 2001 +++ graphics/photopc/Makefile Fri Aug 24 20:56:00 2001 @@ -8,7 +8,8 @@ PORTNAME= photopc PORTVERSION= 3.05 CATEGORIES= graphics -MASTER_SITES= ftp://ftp.average.org/pub/photopc/ +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= ports@FreeBSD.org >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Aug 24 10: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 E4E0037B41C for ; Fri, 24 Aug 2001 10:20:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7OHK1H81916; Fri, 24 Aug 2001 10: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 6BB4C37B408 for ; Fri, 24 Aug 2001 10:19:43 -0700 (PDT) (envelope-from nobody@FreeBSD.org) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7OHJhR81773; Fri, 24 Aug 2001 10:19:43 -0700 (PDT) (envelope-from nobody) Message-Id: <200108241719.f7OHJhR81773@freefall.freebsd.org> Date: Fri, 24 Aug 2001 10:19:43 -0700 (PDT) From: KATO Tsuguru To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/30044: Update port: misc/qhacc to 1.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: 30044 >Category: ports >Synopsis: Update port: misc/qhacc to 1.0 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Aug 24 10:20:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: 4.3-RELEASE i386 >Organization: >Environment: >Description: - Update to version 1.0 >How-To-Repeat: >Fix: diff -urN /usr/ports/misc/qhacc/Makefile misc/qhacc/Makefile --- /usr/ports/misc/qhacc/Makefile Thu Aug 9 07:43:15 2001 +++ misc/qhacc/Makefile Sun Aug 19 05:20:12 2001 @@ -6,7 +6,7 @@ # PORTNAME= qhacc -PORTVERSION= 0.9 +PORTVERSION= 1.0 CATEGORIES= misc MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ ftp://ftp.ostrich-emulators.cx/qhacc/ diff -urN /usr/ports/misc/qhacc/distinfo misc/qhacc/distinfo --- /usr/ports/misc/qhacc/distinfo Thu Aug 9 07:43:15 2001 +++ misc/qhacc/distinfo Sat Aug 18 23:19:13 2001 @@ -1 +1 @@ -MD5 (qhacc-0.9.tar.gz) = a5e1ab7ff3abfa71f371e6701caf59bb +MD5 (qhacc-1.0.tar.gz) = e695e4421aca690fa29e38e90a1ec96f diff -urN /usr/ports/misc/qhacc/files/patch-ab misc/qhacc/files/patch-ab --- /usr/ports/misc/qhacc/files/patch-ab Fri Nov 17 23:59:51 2000 +++ misc/qhacc/files/patch-ab Sat Aug 18 23:45:57 2001 @@ -1,32 +1,29 @@ ---- configure.orig Sat Sep 30 10:54:43 2000 -+++ configure Wed Nov 15 04:56:52 2000 -@@ -1215,7 +1215,7 @@ +--- configure.orig Tue Aug 14 01:21:28 2001 ++++ configure Sat Aug 18 23:45:43 2001 +@@ -2197,7 +2197,7 @@ for dir in $with_qt_moc do -- if test -f $dir/bin/moc -+ if test -f $dir/bin/moc2 +- if test -f $dir/moc ++ if test -f $dir/moc2 then - qtmoc=$dir/bin + qtmoc=$dir echo "found in $qtmoc" -@@ -1252,7 +1252,7 @@ +@@ -2231,7 +2231,7 @@ for dir in $with_qt_libs do -- if test -f $dir/lib/libqt.so.2 -o "$dir/lib/libqt.so.2.*" != "$dir/lib/libqt.so.2.\*" -+ if test -f $dir/lib/libqt2.so +- if test -f $dir/libqt.so.2 -o "$dir/libqt.so.2.*" != "$dir/libqt.so.2.\*" ++ if test -f $dir/libqt.so then - qtlibs=$dir/lib + qtlibs=$dir echo "found in $qtlibs" -@@ -1289,9 +1289,9 @@ +@@ -2265,7 +2265,7 @@ for dir in $with_qt_incs do -- if test -f $dir/include/qnamespace.h -+ if test -f $dir/include/qt2/qnamespace.h +- if test -f $dir/qnamespace.h ++ if test -f $dir/qt2/qnamespace.h then -- qtincs=$dir/include -+ qtincs=$dir/include/qt2 + qtincs=$dir echo "found in $qtincs" - break - fi diff -urN /usr/ports/misc/qhacc/pkg-plist misc/qhacc/pkg-plist --- /usr/ports/misc/qhacc/pkg-plist Thu Aug 9 07:43:16 2001 +++ misc/qhacc/pkg-plist Sun Aug 19 02:32:17 2001 @@ -1,4 +1,5 @@ bin/qhacc +%%PORTDOCS%%share/doc/qhacc/compiling.html %%PORTDOCS%%share/doc/qhacc/index.html %%PORTDOCS%%share/doc/qhacc/intro.html %%PORTDOCS%%share/doc/qhacc/faq.html >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Aug 24 10:21: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 9D9C837B419 for ; Fri, 24 Aug 2001 10:20:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7OHK1V81898; Fri, 24 Aug 2001 10: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 5D82237B403 for ; Fri, 24 Aug 2001 10:18:04 -0700 (PDT) (envelope-from nobody@FreeBSD.org) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7OHI4D81602; Fri, 24 Aug 2001 10:18:04 -0700 (PDT) (envelope-from nobody) Message-Id: <200108241718.f7OHI4D81602@freefall.freebsd.org> Date: Fri, 24 Aug 2001 10:18:04 -0700 (PDT) From: KATO Tsuguru To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/30042: Update port: lang/scm Sender: owner-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: 30042 >Category: ports >Synopsis: Update port: lang/scm >Confidential: 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 Aug 24 10:20:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: 4.3-RELEASE i386 >Organization: >Environment: >Description: - Update slib version to 2d2 >How-To-Repeat: >Fix: diff -urN /usr/ports/lang/scm/Makefile lang/scm/Makefile --- /usr/ports/lang/scm/Makefile Wed Apr 11 02:17:48 2001 +++ lang/scm/Makefile Fri Aug 24 21:31:29 2001 @@ -7,13 +7,14 @@ PORTNAME= scm PORTVERSION= 5d4 +PORTREVISION= 1 CATEGORIES= lang MASTER_SITES= ftp://ftp.swiss.ai.mit.edu/pub/scm/ -DISTFILES= scm5d4.zip slib2d1.zip slib-psd1-3.tar.gz +DISTFILES= scm5d4.zip slib2d2.zip slib-psd1-3.tar.gz MAINTAINER= ports@FreeBSD.org -EXTRACT_ONLY= scm5d4.zip slib2d1.zip +EXTRACT_ONLY= scm5d4.zip slib2d2.zip WRKSRC= ${WRKDIR}/${PORTNAME} @@ -39,22 +40,22 @@ -F "arrays bignums cautious inexact" \ -h system \ -o scm \ - -s "${PREFIX}/share/scm/" + -s "${DATADIR}/" do-install: ${INSTALL_PROGRAM} ${WRKSRC}/scm ${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/scm.1 ${MANPREFIX}/man/man1 - @${MKDIR} ${PREFIX}/share/scm - ${INSTALL_DATA} ${WRKDIR}/require.scm ${PREFIX}/share/scm + @${MKDIR} ${DATADIR} + ${INSTALL_DATA} ${WRKDIR}/require.scm ${DATADIR} .for file in ${SCM_DATA} - ${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/share/scm + ${INSTALL_DATA} ${WRKSRC}/${file} ${DATADIR} .endfor - @touch ${PREFIX}/share/scm/implcat - @touch ${PREFIX}/share/scm/slibcat - @${MKDIR} ${PREFIX}/share/scm/slib - ${INSTALL_DATA} ${WRKDIR}/slib/*.scm ${PREFIX}/share/scm/slib - @${MKDIR} ${PREFIX}/share/scm/slib/psd - ${INSTALL_DATA} ${WRKDIR}/slib/psd/*.scm ${PREFIX}/share/scm/slib/psd + @touch ${DATADIR}/implcat + @touch ${DATADIR}/slibcat + @${MKDIR} ${DATADIR}/slib + ${INSTALL_DATA} ${WRKDIR}/slib/*.scm ${DATADIR}/slib + @${MKDIR} ${DATADIR}/slib/psd + ${INSTALL_DATA} ${WRKDIR}/slib/psd/*.scm ${DATADIR}/slib/psd ${INSTALL_DATA} ${WRKDIR}/scm/scm.info ${PREFIX}/info @install-info ${PREFIX}/info/scm.info ${PREFIX}/info/dir ${INSTALL_DATA} ${WRKDIR}/slib/slib.info ${PREFIX}/info diff -urN /usr/ports/lang/scm/distinfo lang/scm/distinfo --- /usr/ports/lang/scm/distinfo Wed Apr 11 02:17:48 2001 +++ lang/scm/distinfo Fri Aug 24 21:03:29 2001 @@ -1,3 +1,3 @@ MD5 (scm5d4.zip) = 47766436d48679cb578bccd7903ee6de -MD5 (slib2d1.zip) = 63923a04bf33f7419d6ba8f62bcc6cb2 +MD5 (slib2d2.zip) = c8d645ff30513fd4c946339c072f598a MD5 (slib-psd1-3.tar.gz) = 81f5d0b2cb4cc1bf51ad4ed3e40b6769 diff -urN /usr/ports/lang/scm/pkg-plist lang/scm/pkg-plist --- /usr/ports/lang/scm/pkg-plist Wed Apr 11 02:17:48 2001 +++ lang/scm/pkg-plist Fri Aug 24 21:49:13 2001 @@ -39,6 +39,7 @@ share/scm/slib/debug.scm share/scm/slib/defmacex.scm share/scm/slib/determ.scm +share/scm/slib/differ.scm share/scm/slib/dwindtst.scm share/scm/slib/dynamic.scm share/scm/slib/dynwind.scm @@ -115,18 +116,17 @@ share/scm/slib/scaoutp.scm share/scm/slib/schmooz.scm share/scm/slib/scmacro.scm -share/scm/slib/scmactst.scm share/scm/slib/selfset.scm share/scm/slib/sierpinski.scm share/scm/slib/simetrix.scm share/scm/slib/sort.scm share/scm/slib/soundex.scm +share/scm/slib/srfi-1.scm +share/scm/slib/srfi.scm share/scm/slib/stdio.scm share/scm/slib/strcase.scm share/scm/slib/strport.scm share/scm/slib/strsrch.scm -share/scm/slib/struct.scm -share/scm/slib/structst.scm share/scm/slib/structure.scm share/scm/slib/synchk.scm share/scm/slib/synclo.scm >Release-Note: >Audit-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 Aug 24 10:21: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 D772937B413 for ; Fri, 24 Aug 2001 10:20:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7OHK1M81907; Fri, 24 Aug 2001 10: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 CF34837B412 for ; Fri, 24 Aug 2001 10:18:56 -0700 (PDT) (envelope-from nobody@FreeBSD.org) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7OHIuh81667; Fri, 24 Aug 2001 10:18:56 -0700 (PDT) (envelope-from nobody) Message-Id: <200108241718.f7OHIuh81667@freefall.freebsd.org> Date: Fri, 24 Aug 2001 10:18:56 -0700 (PDT) From: KATO Tsuguru To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/30043: Update port: misc/diction to 1.01 Sender: owner-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: 30043 >Category: ports >Synopsis: Update port: misc/diction to 1.01 >Confidential: 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 Aug 24 10:20:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: 4.3-RELEASE i386 >Organization: >Environment: >Description: - Update to version 1.01 >How-To-Repeat: >Fix: diff -urN /usr/ports/misc/diction/Makefile misc/diction/Makefile --- /usr/ports/misc/diction/Makefile Tue Dec 19 17:17:41 2000 +++ misc/diction/Makefile Fri Aug 24 21:04:18 2001 @@ -6,7 +6,7 @@ # PORTNAME= diction -PORTVERSION= 0.9 +PORTVERSION= 1.01 CATEGORIES= misc MASTER_SITES= http://www.moria.de/~michael/diction/ diff -urN /usr/ports/misc/diction/distinfo misc/diction/distinfo --- /usr/ports/misc/diction/distinfo Tue Dec 19 17:17:41 2000 +++ misc/diction/distinfo Fri Aug 24 21:05:31 2001 @@ -1 +1 @@ -MD5 (diction-0.9.tar.gz) = 948e9c4b9001e8f06e6154231fbd06d7 +MD5 (diction-1.01.tar.gz) = bfdb526b7b1e7ceeb5c8e2c2fe3dee04 diff -urN /usr/ports/misc/diction/files/patch-ab misc/diction/files/patch-ab --- /usr/ports/misc/diction/files/patch-ab Tue Dec 19 17:17:41 2000 +++ misc/diction/files/patch-ab Fri Aug 24 21:09:33 2001 @@ -1,12 +1,12 @@ ---- configure.in.orig Tue May 16 03:08:09 2000 -+++ configure.in Tue Dec 19 00:26:35 2000 +--- configure.in.orig Tue Aug 7 02:12:03 2001 ++++ configure.in Fri Aug 24 21:09:23 2001 @@ -19,11 +19,6 @@ fi AC_PROG_CC -if test "$GCC" = yes -then -- CFLAGS="${CFLAGS} ${PIPE}-Wmissing-prototypes -Wstrict-prototypes -Wcast-qual -Wpointer-arith -Wcast-align -Wwrite-strings -Wmissing-declarations -Wnested-externs -pedantic -fno-common" +- CFLAGS="${CFLAGS} ${PIPE}-Wno-unused -Wshadow -Wbad-function-cast -Wmissing-prototypes -Wstrict-prototypes -Wcast-align -Wcast-qual -Wpointer-arith -Wcast-align -Wwrite-strings -Wmissing-declarations -Wnested-externs -pedantic -fno-common" - LDFLAGS='-g' -fi >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Aug 24 10:30: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 51D7937B41D for ; Fri, 24 Aug 2001 10:30:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7OHU1083088; Fri, 24 Aug 2001 10:30: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 1535837B40B for ; Fri, 24 Aug 2001 10:23:54 -0700 (PDT) (envelope-from nobody@FreeBSD.org) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7OHNsc82387; Fri, 24 Aug 2001 10:23:54 -0700 (PDT) (envelope-from nobody) Message-Id: <200108241723.f7OHNsc82387@freefall.freebsd.org> Date: Fri, 24 Aug 2001 10:23:54 -0700 (PDT) From: KATO Tsuguru To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/30047: Update port: x11-fm/mtoolsfm to 1.9.2 (fix ports/29827) Sender: owner-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: 30047 >Category: ports >Synopsis: Update port: x11-fm/mtoolsfm to 1.9.2 (fix ports/29827) >Confidential: 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 Aug 24 10:30:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: 4.3-RELEASE i386 >Organization: >Environment: >Description: - Update to version 1.9-2 This PR supersedes ports/29827. >How-To-Repeat: >Fix: diff -urN /usr/ports/x11-fm/mtoolsfm/Makefile x11-fm/mtoolsfm/Makefile --- /usr/ports/x11-fm/mtoolsfm/Makefile Mon Apr 16 00:49:05 2001 +++ x11-fm/mtoolsfm/Makefile Tue Aug 21 18:17:35 2001 @@ -6,10 +6,10 @@ # PORTNAME= mtoolsfm -PORTVERSION= 1.8 +PORTVERSION= 1.9.2 CATEGORIES= x11-fm MASTER_SITES= http://www.core-coutainville.org/MToolsFM/archive/SOURCES/ -DISTNAME= MToolsFM-${PORTVERSION} +DISTNAME= MToolsFM-${PORTVERSION:R}-${PORTVERSION:E} MAINTAINER= ports@FreeBSD.org @@ -21,7 +21,6 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib" CONFIGURE_ARGS= --with-conffile="${PREFIX}/etc/mtoolsfm.conf" \ - --with-mtoolsdir="${LOCALBASE}/bin" \ --disable-gtktest MAN1= mtoolsfm.1 diff -urN /usr/ports/x11-fm/mtoolsfm/distinfo x11-fm/mtoolsfm/distinfo --- /usr/ports/x11-fm/mtoolsfm/distinfo Mon Apr 16 00:49:05 2001 +++ x11-fm/mtoolsfm/distinfo Tue Aug 21 18:39:25 2001 @@ -1 +1 @@ -MD5 (MToolsFM-1.8.tar.gz) = 69f308a7d29386a8e884b3a92324d2ac +MD5 (MToolsFM-1.9-2.tar.gz) = 7a7234f44fb56398353b7894f3cf46f1 >Release-Note: >Audit-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 Aug 24 10:31: 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 085DB37B503 for ; Fri, 24 Aug 2001 10:30:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7OHU0a83070; Fri, 24 Aug 2001 10:30:00 -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 BC84F37B408 for ; Fri, 24 Aug 2001 10:20:34 -0700 (PDT) (envelope-from nobody@FreeBSD.org) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7OHKYE82012; Fri, 24 Aug 2001 10:20:34 -0700 (PDT) (envelope-from nobody) Message-Id: <200108241720.f7OHKYE82012@freefall.freebsd.org> Date: Fri, 24 Aug 2001 10:20:34 -0700 (PDT) From: KATO Tsuguru To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/30045: Update port: misc/sloccount to 1.9 Sender: owner-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: 30045 >Category: ports >Synopsis: Update port: misc/sloccount to 1.9 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Aug 24 10:30:00 PDT 2001 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: 4.3-RELEASE i386 >Organization: >Environment: >Description: - Update to version 1.9 >How-To-Repeat: >Fix: diff -urN /usr/ports/misc/sloccount/Makefile misc/sloccount/Makefile --- /usr/ports/misc/sloccount/Makefile Sun May 20 22:16:01 2001 +++ misc/sloccount/Makefile Fri Aug 24 22:42:14 2001 @@ -7,18 +7,26 @@ # PORTNAME= sloccount -PORTVERSION= 1.8 +PORTVERSION= 1.9 CATEGORIES= misc MASTER_SITES= http://www.dwheeler.com/sloccount/ MAINTAINER= ports@FreeBSD.org MAKEFILE= makefile +INSTALL_TARGET= install_programs install_man -MANCOMPRESSED= yes -MAN1= sloccount.1 +MAN1= sloccount.1 -pre-install: - @${MKDIR} ${PREFIX}/share/doc/${PORTNAME} +post-install: +.for file in lexcount1 c_count java_count + @strip ${PREFIX}/bin/${file} +.endfor +.if !defined(NOPORTDOCS) + @${MKDIR} ${DOCSDIR} +.for file in ChangeLog README TODO sloccount.html + ${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR} +.endfor +.endif .include diff -urN /usr/ports/misc/sloccount/distinfo misc/sloccount/distinfo --- /usr/ports/misc/sloccount/distinfo Sun May 20 22:16:01 2001 +++ misc/sloccount/distinfo Fri Aug 24 22:16:39 2001 @@ -1 +1 @@ -MD5 (sloccount-1.8.tar.gz) = d739aed9df1dfae0d00930d707dd52c2 +MD5 (sloccount-1.9.tar.gz) = d4b45492cf77e344e43ceaa4287c5255 diff -urN /usr/ports/misc/sloccount/files/patch-makefile misc/sloccount/files/patch-makefile --- /usr/ports/misc/sloccount/files/patch-makefile Sun May 20 22:16:01 2001 +++ misc/sloccount/files/patch-makefile Fri Aug 24 22:30:07 2001 @@ -1,5 +1,5 @@ ---- makefile.orig Mon Apr 30 21:30:22 2001 -+++ makefile Sun May 20 20:54:36 2001 +--- makefile.orig Tue Jun 12 20:55:23 2001 ++++ makefile Fri Aug 24 22:29:56 2001 @@ -7,14 +7,12 @@ # Set this for where to store the man pages and executables. # If you want to store this as part of an official distribution, @@ -15,19 +15,25 @@ # Set this to the name of your "install" program. On some systems, # "install -C" would be useful (so unchanged files won't be modified), -@@ -35,9 +33,9 @@ +@@ -37,7 +35,7 @@ ARCH=i386 VERSIONEDNAME=$(NAME)-$(VERSION) INSTALL_DIR=$(PREFIX)/bin -MAN_DIR=$(PREFIX)/share/man +MAN_DIR=$(PREFIX)/man MAN_DIR_MAN1=$(MAN_DIR)/man1 --DOC_DIR=$(PREFIX)/share/doc/$(VERSIONEDNAME)-$(RPM_VERSION) -+DOC_DIR=$(PREFIX)/share/doc/${NAME} + DOC_DIR=$(PREFIX)/share/doc/$(VERSIONEDNAME)-$(RPM_VERSION) POSTED_DIR=/home/dwheeler/dwheeler.com/sloccount +@@ -78,7 +76,7 @@ + sql_count \ + tcl_count +-MANPAGES=sloccount.1.gz ++MANPAGES=sloccount.1 -@@ -83,10 +81,10 @@ + MYDOCS=sloccount.html README TODO ChangeLog + +@@ -86,10 +84,10 @@ all: lexcount1$(EXE_SUFFIX) c_count$(EXE_SUFFIX) java_count$(EXE_SUFFIX) sloccount.1.gz lexcount1$(EXE_SUFFIX): lexcount1.c @@ -40,7 +46,7 @@ sloccount.1.gz: sloccount.1 gzip -c sloccount.1 > sloccount.1.gz -@@ -97,7 +95,7 @@ +@@ -100,18 +98,17 @@ # This is USC's code counter, not built by default: c_lines: C_LINES.C @@ -49,18 +55,16 @@ install_programs: all -@@ -107,14 +105,12 @@ +- $(INSTALL) $(EXECUTABLES) $(INSTALL_DIR) ++ ${BSD_INSTALL_SCRIPT} $(EXECUTABLES) $(INSTALL_DIR) + + uninstall_programs: cd $(INSTALL_DIR) && rm -f $(EXECUTABLES) install_man: - $(INSTALL_A_DIR) $(MAN_DIR_MAN1) - $(INSTALL) $(MANPAGES) $(MAN_DIR_MAN1) +- $(INSTALL) $(MANPAGES) $(MAN_DIR_MAN1) ++ ${BSD_INSTALL_MAN} $(MANPAGES) $(MAN_DIR_MAN1) uninstall_man: cd $(MAN_DIR_MAN1) && rm -f $(MANPAGES) - - install_docs: install_man -- $(INSTALL_A_DIR) $(DOC_DIR) - $(INSTALL) $(MYDOCS) $(DOC_DIR) - - uninstall_docs: diff -urN /usr/ports/misc/sloccount/pkg-plist misc/sloccount/pkg-plist --- /usr/ports/misc/sloccount/pkg-plist Sun May 20 22:16:01 2001 +++ misc/sloccount/pkg-plist Fri Aug 24 22:40:32 2001 @@ -29,9 +29,10 @@ bin/sh_count bin/show_filecount bin/sloccount +bin/sql_count bin/tcl_count -share/doc/sloccount/ChangeLog -share/doc/sloccount/README -share/doc/sloccount/TODO -share/doc/sloccount/sloccount.html -@dirrm share/doc/sloccount +%%PORTDOCS%%share/doc/sloccount/ChangeLog +%%PORTDOCS%%share/doc/sloccount/README +%%PORTDOCS%%share/doc/sloccount/TODO +%%PORTDOCS%%share/doc/sloccount/sloccount.html +%%PORTDOCS%%@dirrm share/doc/sloccount >Release-Note: >Audit-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 Aug 24 10:31: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 3AB8D37B50D for ; Fri, 24 Aug 2001 10:30:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7OHU1I83079; Fri, 24 Aug 2001 10:30: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 DCB2C37B410 for ; Fri, 24 Aug 2001 10:21:28 -0700 (PDT) (envelope-from nobody@FreeBSD.org) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7OHLSc82063; Fri, 24 Aug 2001 10:21:28 -0700 (PDT) (envelope-from nobody) Message-Id: <200108241721.f7OHLSc82063@freefall.freebsd.org> Date: Fri, 24 Aug 2001 10:21:28 -0700 (PDT) From: KATO Tsuguru To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/30046: Update port: net/tn5250 to 0.16.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: 30046 >Category: ports >Synopsis: Update port: net/tn5250 to 0.16.2 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Aug 24 10:30:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: 4.3-RELEASE i386 >Organization: >Environment: >Description: - Update to version 0.16.2 >How-To-Repeat: >Fix: diff -urN /usr/ports/net/tn5250/Makefile net/tn5250/Makefile --- /usr/ports/net/tn5250/Makefile Sun Jan 7 01:25:03 2001 +++ net/tn5250/Makefile Fri Aug 24 06:31:45 2001 @@ -6,15 +6,17 @@ # PORTNAME= tn5250 -PORTVERSION= 0.16.1 +PORTVERSION= 0.16.2 CATEGORIES= net -MASTER_SITES= http://cvs.cleveland.lug.net/downloads/tn5250/ +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= ports@FreeBSD.org USE_AUTOMAKE= yes AUTOMAKE_ARGS= --include-deps USE_LIBTOOL= yes +CONFIGURE_ARGS= --enable-os-dir=no INSTALLS_SHLIB= yes MAN1= scs2ascii.1 scs2pdf.1 tn5250.1 lp5250d.1 @@ -34,5 +36,11 @@ @${ECHO_MSG} "hit Ctrl-C right now and use \"make WITH_SLANG=yes\"" @${ECHO_MSG} .endif + +post-install: + ${INSTALL_SCRIPT} ${WRKSRC}/freebsd/5250keys ${PREFIX}/bin +.for file in README sample.termcap us.5250.kbd + ${INSTALL_DATA} ${WRKSRC}/freebsd/${file} ${DATADIR} +.endfor .include diff -urN /usr/ports/net/tn5250/distinfo net/tn5250/distinfo --- /usr/ports/net/tn5250/distinfo Sun Jan 7 01:25:03 2001 +++ net/tn5250/distinfo Fri Aug 24 04:07:26 2001 @@ -1 +1 @@ -MD5 (tn5250-0.16.1.tar.gz) = 85ac961f12841bf7aecb4ab82da49bee +MD5 (tn5250-0.16.2.tar.gz) = 9508690ee431814b2a9ff731191879b1 diff -urN /usr/ports/net/tn5250/pkg-descr net/tn5250/pkg-descr --- /usr/ports/net/tn5250/pkg-descr Tue Apr 18 09:09:57 2000 +++ net/tn5250/pkg-descr Fri Aug 24 20:40:26 2001 @@ -2,7 +2,7 @@ It provides 5250 library and 5250 terminal emulation. (usually used to connect to IBM AS/400 Midrange systems) -WWW: http://www.linux-sna.org/software/5250/ +WWW: http://tn5250.sourceforge.net/ - Elias Mandouvalos ocean@compulink.gr diff -urN /usr/ports/net/tn5250/pkg-plist net/tn5250/pkg-plist --- /usr/ports/net/tn5250/pkg-plist Tue Dec 19 17:07:56 2000 +++ net/tn5250/pkg-plist Fri Aug 24 05:56:13 2001 @@ -1,5 +1,7 @@ +bin/5250keys bin/lp5250d bin/scs2ascii +bin/scs2ps bin/tn3270d bin/tn5250 bin/tn5250-config @@ -33,9 +35,10 @@ lib/lib5250.so lib/lib5250.so.0 share/aclocal/tn5250.m4 +share/tn5250/README share/tn5250/XTerm share/tn5250/dialogrc -share/tn5250/uk5250.map -share/tn5250/us5250.map +share/tn5250/sample.termcap +share/tn5250/us.5250.kbd @dirrm share/tn5250 @dirrm include/tn5250 >Release-Note: >Audit-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 Aug 24 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 23F6837B40C for ; Fri, 24 Aug 2001 11:00:05 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7OI05686503; Fri, 24 Aug 2001 11:00:05 -0700 (PDT) (envelope-from gnats) Received: from fanming.fynet.com (fanming.fynet.com [208.51.149.69]) by hub.freebsd.org (Postfix) with ESMTP id 2ABAC37B405 for ; Fri, 24 Aug 2001 10:55:14 -0700 (PDT) (envelope-from fanying@fanming.fynet.com) Received: (from root@localhost) by fanming.fynet.com (8.11.5/8.11.4) id f7OHtSG21086; Fri, 24 Aug 2001 13:55:28 -0400 (EDT) (envelope-from fanying) Message-Id: <200108241755.f7OHtSG21086@fanming.fynet.com> Date: Fri, 24 Aug 2001 13:55:28 -0400 (EDT) From: Fanying Jen Reply-To: Fanying Jen To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/30048: New port: Perl extension for interpreting the NOAA weather data Sender: owner-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: 30048 >Category: ports >Synopsis: New port: Perl extension for interpreting the NOAA weather data >Confidential: 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 Aug 24 11:00:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Fanying Jen >Release: FreeBSD 4.3-STABLE i386 >Organization: >Environment: System: FreeBSD Fanming.fynet.com 4.3-STABLE FreeBSD 4.3-STABLE #4: Sat Jul 7 23:35:52 EDT 2001 fanying@Fanming.fynet.com:/usr/src/sys/compile/Fanming i386 >Description: This module is intended to interpret the NOAA zone forecasts and current city hourly data files. It should give a programmer an easy time to use the data instead of having to mine it. Be aware that if the variable $main::opt_v is set to anything (other than zero or '') then Geo::WeatherNOAA will be verbose on what it's doing with messages sent to STDERR. Useful for debugging. >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-Geo-WeatherNOAA/ # p5-Geo-WeatherNOAA/Makefile # p5-Geo-WeatherNOAA/distinfo # p5-Geo-WeatherNOAA/pkg-comment # p5-Geo-WeatherNOAA/pkg-descr # p5-Geo-WeatherNOAA/pkg-plist # echo c - p5-Geo-WeatherNOAA/ mkdir -p p5-Geo-WeatherNOAA/ > /dev/null 2>&1 echo x - p5-Geo-WeatherNOAA/Makefile sed 's/^X//' >p5-Geo-WeatherNOAA/Makefile << 'END-of-p5-Geo-WeatherNOAA/Makefile' X# New ports collection makefile for: p5-Geo-WeatherNOAA X# Date created: 24 August 2001 X# Whom: Fanying Jen X# X# $FreeBSD$ X# X XPORTNAME= Geo-WeatherNOAA XPORTVERSION= 4.35 XCATEGORIES= misc perl5 XMASTER_SITES= ${MASTER_SITE_PERL_CPAN} XMASTER_SITE_SUBDIR= Geo/MSOLOMON XPKGNAMEPREFIX= p5- X XMAINTAINER= ports@FreeBSD.org X XRUN_DEPENDS= ${LOCALBASE}/lib/libwwwcore.so.1:${PORTSDIR}/www/libwww \ X ${SITE_PERL}/LWP/UserAgent.pm:${PORTSDIR}/www/p5-libwww \ X ${SITE_PERL}/Tie/IxHash.pm:${PORTSDIR}/devel/p5-Tie-IxHash X XUSE_PERL5= yes X XSITE_PERL= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER} X XPERL_CONFIGURE= yes X XMANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} XMAN3= Geo::WeatherNOAA.3 X X.include END-of-p5-Geo-WeatherNOAA/Makefile echo x - p5-Geo-WeatherNOAA/distinfo sed 's/^X//' >p5-Geo-WeatherNOAA/distinfo << 'END-of-p5-Geo-WeatherNOAA/distinfo' XMD5 (Geo-WeatherNOAA-4.35.tar.gz) = 51be5f642e708dedd0fd3b4b26ef29b5 END-of-p5-Geo-WeatherNOAA/distinfo echo x - p5-Geo-WeatherNOAA/pkg-comment sed 's/^X//' >p5-Geo-WeatherNOAA/pkg-comment << 'END-of-p5-Geo-WeatherNOAA/pkg-comment' XPerl extension for interpreting the NOAA weather data END-of-p5-Geo-WeatherNOAA/pkg-comment echo x - p5-Geo-WeatherNOAA/pkg-descr sed 's/^X//' >p5-Geo-WeatherNOAA/pkg-descr << 'END-of-p5-Geo-WeatherNOAA/pkg-descr' XThis module is intended to interpret the NOAA zone forecasts and Xcurrent city hourly data files. It should give a programmer an easy Xtime to use the data instead of having to mine it. X XBe aware that if the variable $main::opt_v is set to anything (other Xthan zero or '') then Geo::WeatherNOAA will be verbose on what it's Xdoing with messages sent to STDERR. Useful for debugging. END-of-p5-Geo-WeatherNOAA/pkg-descr echo x - p5-Geo-WeatherNOAA/pkg-plist sed 's/^X//' >p5-Geo-WeatherNOAA/pkg-plist << 'END-of-p5-Geo-WeatherNOAA/pkg-plist' Xlib/perl5/site_perl/%%PERL_VER%%/Geo/WeatherNOAA.pm Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Geo/WeatherNOAA/.packlist X@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Geo/WeatherNOAA X@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Geo 2>/dev/null || true X@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Geo 2>/dev/null || true END-of-p5-Geo-WeatherNOAA/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 Aug 24 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 178F437B403 for ; Fri, 24 Aug 2001 11:10:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7OIA3p90999; Fri, 24 Aug 2001 11:10:03 -0700 (PDT) (envelope-from gnats) Date: Fri, 24 Aug 2001 11:10:03 -0700 (PDT) Message-Id: <200108241810.f7OIA3p90999@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Patrick Li Subject: Re: ports/30024: Update port astro/sunclock 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/30024; it has been noted by GNATS. From: Patrick Li To: "David W. Chapman Jr." Cc: FreeBSD-gnats-submit@freebsd.org Subject: Re: ports/30024: Update port astro/sunclock Date: Fri, 24 Aug 2001 14:03:19 -0400 Happens only on -CURRENT -pat ++ 24/08/01 07:55 -0500 - David W. Chapman Jr.: | make includes | make depend | rm -f .depend | gccmakedep -f- -- -I/usr/X11R6/include -DCSRG_BASED | -DFUNCPROTO=15 -DNARROWPROTO -DUSE_MAKEDEPEND -- sunclock.c | astro.c widgets.c tildepath.c dirlist.c readvmf.c readxpm.c | readjpeg.c > .depend | readjpeg.c:20: jpeglib.h: No such file or directory | ===> Building for sunclock-3.50.p1 | cc -O -pipe -march=k6 -march=k6 -O -DZLIB | -DSHAREDIR=\"/usr/X11R6/share/sunclock\" -DNEW_CTIME | -I/usr/local/include -I/usr/X11R6/include -DCSRG_BASED | -DFUNCPROTO=15 -DNARROWPROTO -c sunclock.c | sunclock.c:128: conflicting types for `time' | /usr/include/time.h:136: previous declaration of `time' | *** Error code 1 | | Stop in /usr/home/poseiden/port/sunclock/work/sunclock-3.50pre1. | *** Error code 1 | | Stop in /usr/home/poseiden/port/sunclock. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Aug 24 11:16: 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 A119337B40C; Fri, 24 Aug 2001 11:15:57 -0700 (PDT) (envelope-from ijliao@FreeBSD.org) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7OI96090828; Fri, 24 Aug 2001 11:09:06 -0700 (PDT) (envelope-from ijliao) Date: Fri, 24 Aug 2001 11:09:06 -0700 (PDT) From: Message-Id: <200108241809.f7OI96090828@freefall.freebsd.org> To: gslin@ccca.nctu.edu.tw, ijliao@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/30031: New port: audio/MZiq Sender: owner-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: audio/MZiq State-Changed-From-To: open->closed State-Changed-By: ijliao State-Changed-When: Fri Aug 24 11:08:57 PDT 2001 State-Changed-Why: committed, thanks http://www.FreeBSD.org/cgi/query-pr.cgi?pr=30031 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Aug 24 11:23:34 2001 Delivered-To: freebsd-ports@freebsd.org Received: from amant.pdl.cs.cmu.edu (AMANT.PDL.CS.CMU.EDU [128.2.189.84]) by hub.freebsd.org (Postfix) with ESMTP id DC14D37B40C for ; Fri, 24 Aug 2001 11:23:27 -0700 (PDT) (envelope-from dpetrou@amant.pdl.cs.cmu.edu) Received: (from dpetrou@localhost) by amant.pdl.cs.cmu.edu (8.11.1/8.11.1) id f7OINLv80923 for ports@FreeBSD.ORG; Fri, 24 Aug 2001 14:23:21 -0400 (EDT) (envelope-from dpetrou) Date: Fri, 24 Aug 2001 14:23:21 -0400 From: David Petrou To: ports@FreeBSD.ORG Subject: 4.2 to 4.2 stable upgrade file is nearly empty Message-ID: <20010824142321.H74970@amant.pdl.cs.cmu.edu> Reply-To: dpetrou@cs.cmu.edu Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i X-Hit-Pick: They Might Be Giants / John Henry Sender: owner-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 download ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-4-stable/Latest/42upgrade.tgz but the file seems to be two characters long. could you confirm it's ok on your end? thanks, david To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Aug 24 11:25: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 7605637B403; Fri, 24 Aug 2001 11:25:57 -0700 (PDT) (envelope-from okazaki@FreeBSD.org) Received: (from okazaki@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7OIOkT92984; Fri, 24 Aug 2001 11:24:46 -0700 (PDT) (envelope-from okazaki) Date: Fri, 24 Aug 2001 11:24:46 -0700 (PDT) From: Message-Id: <200108241824.f7OIOkT92984@freefall.freebsd.org> To: Cy.Schubert@uumail.gov.bc.ca, okazaki@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/30035: New NTP Port Sender: owner-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 State-Changed-From-To: open->closed State-Changed-By: okazaki State-Changed-When: Fri Aug 24 11:23:25 PDT 2001 State-Changed-Why: Committed, thanks! http://www.FreeBSD.org/cgi/query-pr.cgi?pr=30035 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Aug 24 11: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 1207B37B407; Fri, 24 Aug 2001 11:45:57 -0700 (PDT) (envelope-from petef@FreeBSD.org) Received: (from petef@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7OIfcx95219; Fri, 24 Aug 2001 11:41:38 -0700 (PDT) (envelope-from petef) Date: Fri, 24 Aug 2001 11:41:38 -0700 (PDT) From: Message-Id: <200108241841.f7OIfcx95219@freefall.freebsd.org> To: tkato@prontomail.com, petef@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/30041: Update port: irc/ninja to 1.5.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: irc/ninja to 1.5.3 State-Changed-From-To: open->closed State-Changed-By: petef State-Changed-When: Fri Aug 24 11:41:01 PDT 2001 State-Changed-Why: An update was already committed by sf this morning. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=30041 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Aug 24 12: 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 E9FE037B40B for ; Fri, 24 Aug 2001 12:00:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7OJ01097479; Fri, 24 Aug 2001 12:00:01 -0700 (PDT) (envelope-from gnats) Received: from tomts13-srv.bellnexxia.net (tomts13.bellnexxia.net [209.226.175.34]) by hub.freebsd.org (Postfix) with ESMTP id BE38937B40A for ; Fri, 24 Aug 2001 12:00:00 -0700 (PDT) (envelope-from anarcat@anarcat.dyndns.org) Received: from khan.anarcat.dyndns.org ([65.92.160.216]) by tomts13-srv.bellnexxia.net (InterMail vM.4.01.03.16 201-229-121-116-20010115) with ESMTP id <20010824185959.XSM28468.tomts13-srv.bellnexxia.net@khan.anarcat.dyndns.org> for ; Fri, 24 Aug 2001 14:59:59 -0400 Received: from shall.anarcat.dyndns.org (shall.anarcat.dyndns.org [192.168.0.1]) by khan.anarcat.dyndns.org (Postfix) with ESMTP id 0D908198D for ; Fri, 24 Aug 2001 14:59:53 -0400 (EDT) Received: by shall.anarcat.dyndns.org (Postfix, from userid 1000) id C57B620BDD; Fri, 24 Aug 2001 14:59:51 -0400 (EDT) Message-Id: <20010824185951.C57B620BDD@shall.anarcat.dyndns.org> Date: Fri, 24 Aug 2001 14:59:51 -0400 (EDT) From: The Anarcat Reply-To: The Anarcat To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/30050: New port: audio/ecawave Sender: owner-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: 30050 >Category: ports >Synopsis: New port: audio/ecawave >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 Aug 24 12:00:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: The Anarcat >Release: FreeBSD 4.4-RC i386 >Organization: Nada, inc >Environment: System: FreeBSD shall.anarcat.dyndns.org 4.4-RC FreeBSD 4.4-RC #4: Wed Aug 22 12:21:57 EDT 2001 anarcat@shall.anarcat.dyndns.org:/usr/obj/usr/src/sys/SHALL i386 >Description: Ecawave is a simple graphical audio file editor. The user-interface is based on Qt libraries, while almost all audio functionality is taken directly from ecasound libraries. As ecawave is designed for editing large audio files, all processing is done direct-to-disk. Simple waveform caching is used to speed-up file operations. Ecawave supports all audio file formats and effect algorithms provided by ecasound libraries. This includes OSS, ALSA, aRts, over 20 file formats, over 30 effect types, LADPSA plugins and multi-operator effect presets. WWW: http://www.eca.cx/ecawave Patches in the files directory might be included in the next release, as I am in contact with the development team. This port might suffer of the same make package NOPORTDOCS=yes issues as ecasound. >How-To-Repeat: Extract shar. >Fix: # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # ecawave # ecawave/Makefile # ecawave/distinfo # ecawave/pkg-plist # ecawave/pkg-descr # ecawave/pkg-comment # ecawave/files # ecawave/files/patch-src-makefile.am # echo c - ecawave mkdir -p ecawave > /dev/null 2>&1 echo x - ecawave/Makefile sed 's/^X//' >ecawave/Makefile << 'END-of-ecawave/Makefile' X# New ports collection makefile for: ecawave X# Date created: 24 aug 2001 X# Whom: The Anarcat X# X# $FreeBSD$ X# X XPORTNAME= ecawave XPORTVERSION= 0.4.0 XCATEGORIES= audio X XMAINTAINER= anarcat@anarcat.dyndns.org X XLIB_DEPENDS= ecasound.7:${PORTSDIR}/audio/ecasound X XMASTER_SITES= http://ecasound.seul.org/download/ \ X ${MASTER_SITE_SOURCEFORGE} XMASTER_SITE_SUBDIR= ecawave X XGNU_CONFIGURE= yes XUSE_GMAKE= yes XUSE_AUTOMAKE= yes X XUSE_X_PREFIX= yes XUSE_QT_VER= 2 X XMAN1= ecawave.1 X Xpost-install: X.if !defined(NOPORTDOCS) X ${MKDIR} ${PREFIX}/share/doc/ecawave X ${INSTALL_MAN} ${WRKSRC}/Documentation/*.html ${PREFIX}/share/doc/ecawave X.endif X X.include END-of-ecawave/Makefile echo x - ecawave/distinfo sed 's/^X//' >ecawave/distinfo << 'END-of-ecawave/distinfo' XMD5 (ecawave-0.4.0.tar.gz) = 6b3b9c019dbf228e3a9dfdd6e40256e7 END-of-ecawave/distinfo echo x - ecawave/pkg-plist sed 's/^X//' >ecawave/pkg-plist << 'END-of-ecawave/pkg-plist' Xbin/ecawave X%%PORTDOCS%%share/doc/ecawave/ecawave_manpage.html X%%PORTDOCS%%share/doc/ecawave/users_guide.html X%%PORTDOCS%%@dirrm share/doc/ecawave END-of-ecawave/pkg-plist echo x - ecawave/pkg-descr sed 's/^X//' >ecawave/pkg-descr << 'END-of-ecawave/pkg-descr' XEcawave is a simple graphical audio file editor. The user-interface is Xbased on Qt libraries, while almost all audio functionality is taken Xdirectly from ecasound libraries. As ecawave is designed for editing Xlarge audio files, all processing is done direct-to-disk. Simple Xwaveform caching is used to speed-up file operations. Ecawave supports Xall audio file formats and effect algorithms provided by ecasound Xlibraries. This includes OSS, ALSA, aRts, over 20 file formats, over 30 Xeffect types, LADPSA plugins and multi-operator effect presets. X XWWW: http://www.eca.cx/ecawave X X- The Anarcat END-of-ecawave/pkg-descr echo x - ecawave/pkg-comment sed 's/^X//' >ecawave/pkg-comment << 'END-of-ecawave/pkg-comment' XSimple graphical audio file editor END-of-ecawave/pkg-comment echo c - ecawave/files mkdir -p ecawave/files > /dev/null 2>&1 echo x - ecawave/files/patch-src-makefile.am sed 's/^X//' >ecawave/files/patch-src-makefile.am << 'END-of-ecawave/files/patch-src-makefile.am' X--- src/Makefile.am.orig Fri Aug 24 13:28:17 2001 X+++ src/Makefile.am Fri Aug 24 13:51:13 2001 X@@ -88,10 +88,10 @@ X ecawave_SOURCES = $(ecawave_src_files) $(ecawave_include_files) $(ecawave_src_mocs) X ecawave_debug_SOURCES = $(ecawave_SOURCES) X X-ecawave_LDADD = -L$(qt_libraries) -lqt X+ecawave_LDADD = -L$(qt_libraries) -lqt2 X # $(qtecasound_libraries) X-ecawave_LDFLAGS = X-ecawave_debug_LDADD = -L$(qt_libraries) -lqt X+ecawave_LDFLAGS = -pthread X+ecawave_debug_LDADD = -L$(qt_libraries) -lqt2 X # $(qtecasound_libraries) X ecawave_debug_LDFLAGS = $(ecawave_LDFLAGS) X END-of-ecawave/files/patch-src-makefile.am 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 Aug 24 12: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 6DC1437B40D for ; Fri, 24 Aug 2001 12:10:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7OJA2o01891; Fri, 24 Aug 2001 12:10:02 -0700 (PDT) (envelope-from gnats) Date: Fri, 24 Aug 2001 12:10:02 -0700 (PDT) Message-Id: <200108241910.f7OJA2o01891@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: "David W. Chapman Jr." Subject: Re: ports/30024: Update port astro/sunclock 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/30024; it has been noted by GNATS. From: "David W. Chapman Jr." To: Patrick Li Cc: "David W. Chapman Jr." , FreeBSD-gnats-submit@freebsd.org Subject: Re: ports/30024: Update port astro/sunclock Date: Fri, 24 Aug 2001 14:01:08 -0500 On Fri, Aug 24, 2001 at 02:03:19PM -0400, Patrick Li wrote: > Happens only on -CURRENT > > -pat That is what I figured since it worked in -stable when I was running it. Thanks. > ++ 24/08/01 07:55 -0500 - David W. Chapman Jr.: > | make includes > | make depend > | rm -f .depend > | gccmakedep -f- -- -I/usr/X11R6/include -DCSRG_BASED > | -DFUNCPROTO=15 -DNARROWPROTO -DUSE_MAKEDEPEND -- sunclock.c > | astro.c widgets.c tildepath.c dirlist.c readvmf.c readxpm.c > | readjpeg.c > .depend > | readjpeg.c:20: jpeglib.h: No such file or directory > | ===> Building for sunclock-3.50.p1 > | cc -O -pipe -march=k6 -march=k6 -O -DZLIB > | -DSHAREDIR=\"/usr/X11R6/share/sunclock\" -DNEW_CTIME > | -I/usr/local/include -I/usr/X11R6/include -DCSRG_BASED > | -DFUNCPROTO=15 -DNARROWPROTO -c sunclock.c > | sunclock.c:128: conflicting types for `time' > | /usr/include/time.h:136: previous declaration of `time' > | *** Error code 1 > | > | Stop in /usr/home/poseiden/port/sunclock/work/sunclock-3.50pre1. > | *** Error code 1 > | > | Stop in /usr/home/poseiden/port/sunclock. -- 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 Fri Aug 24 12:10: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 5B36637B403 for ; Fri, 24 Aug 2001 12:10:05 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7OJA5W01898; Fri, 24 Aug 2001 12:10:05 -0700 (PDT) (envelope-from gnats) Date: Fri, 24 Aug 2001 12:10:05 -0700 (PDT) Message-Id: <200108241910.f7OJA5W01898@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Patrick Li Subject: Re: ports/30024: Update port astro/sunclock 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/30024; it has been noted by GNATS. From: Patrick Li To: "David W. Chapman Jr." Cc: FreeBSD-gnats-submit@freebsd.org Subject: Re: ports/30024: Update port astro/sunclock Date: Fri, 24 Aug 2001 15:04:11 -0400 Then mark it broken for -CURRENT until its resolved!@ -pat ++ 24/08/01 14:01 -0500 - David W. Chapman Jr.: | On Fri, Aug 24, 2001 at 02:03:19PM -0400, Patrick Li wrote: | > Happens only on -CURRENT | > | > -pat | | That is what I figured since it worked in -stable when I was running | it. Thanks. | | > ++ 24/08/01 07:55 -0500 - David W. Chapman Jr.: | > | make includes | > | make depend | > | rm -f .depend | > | gccmakedep -f- -- -I/usr/X11R6/include -DCSRG_BASED | > | -DFUNCPROTO=15 -DNARROWPROTO -DUSE_MAKEDEPEND -- sunclock.c | > | astro.c widgets.c tildepath.c dirlist.c readvmf.c readxpm.c | > | readjpeg.c > .depend | > | readjpeg.c:20: jpeglib.h: No such file or directory | > | ===> Building for sunclock-3.50.p1 | > | cc -O -pipe -march=k6 -march=k6 -O -DZLIB | > | -DSHAREDIR=\"/usr/X11R6/share/sunclock\" -DNEW_CTIME | > | -I/usr/local/include -I/usr/X11R6/include -DCSRG_BASED | > | -DFUNCPROTO=15 -DNARROWPROTO -c sunclock.c | > | sunclock.c:128: conflicting types for `time' | > | /usr/include/time.h:136: previous declaration of `time' | > | *** Error code 1 | > | | > | Stop in /usr/home/poseiden/port/sunclock/work/sunclock-3.50pre1. | > | *** Error code 1 | > | | > | Stop in /usr/home/poseiden/port/sunclock. | | -- | 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 Fri Aug 24 12:10: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 381DD37B405 for ; Fri, 24 Aug 2001 12:10:08 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7OJA8B01903; Fri, 24 Aug 2001 12:10:08 -0700 (PDT) (envelope-from gnats) Date: Fri, 24 Aug 2001 12:10:08 -0700 (PDT) Message-Id: <200108241910.f7OJA8B01903@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: "David W. Chapman Jr." Subject: Re: ports/30024: Update port astro/sunclock 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/30024; it has been noted by GNATS. From: "David W. Chapman Jr." To: Patrick Li Cc: "David W. Chapman Jr." , FreeBSD-gnats-submit@freebsd.org Subject: Re: ports/30024: Update port astro/sunclock Date: Fri, 24 Aug 2001 14:04:44 -0500 On Fri, Aug 24, 2001 at 03:04:11PM -0400, Patrick Li wrote: > Then mark it broken for -CURRENT until its resolved!@ > You said pete was going to take care of this !!!!! ;) > -pat > ++ 24/08/01 14:01 -0500 - David W. Chapman Jr.: > | On Fri, Aug 24, 2001 at 02:03:19PM -0400, Patrick Li wrote: > | > Happens only on -CURRENT > | > > | > -pat > | > | That is what I figured since it worked in -stable when I was running > | it. Thanks. > | > | > ++ 24/08/01 07:55 -0500 - David W. Chapman Jr.: > | > | make includes > | > | make depend > | > | rm -f .depend > | > | gccmakedep -f- -- -I/usr/X11R6/include -DCSRG_BASED > | > | -DFUNCPROTO=15 -DNARROWPROTO -DUSE_MAKEDEPEND -- sunclock.c > | > | astro.c widgets.c tildepath.c dirlist.c readvmf.c readxpm.c > | > | readjpeg.c > .depend > | > | readjpeg.c:20: jpeglib.h: No such file or directory > | > | ===> Building for sunclock-3.50.p1 > | > | cc -O -pipe -march=k6 -march=k6 -O -DZLIB > | > | -DSHAREDIR=\"/usr/X11R6/share/sunclock\" -DNEW_CTIME > | > | -I/usr/local/include -I/usr/X11R6/include -DCSRG_BASED > | > | -DFUNCPROTO=15 -DNARROWPROTO -c sunclock.c > | > | sunclock.c:128: conflicting types for `time' > | > | /usr/include/time.h:136: previous declaration of `time' > | > | *** Error code 1 > | > | > | > | Stop in /usr/home/poseiden/port/sunclock/work/sunclock-3.50pre1. > | > | *** Error code 1 > | > | > | > | Stop in /usr/home/poseiden/port/sunclock. > | > | -- > | David W. Chapman Jr. > | dwcjr@inethouston.net Raintree Network Services, Inc. > | dwcjr@freebsd.org FreeBSD Committer -- 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 Fri Aug 24 12: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 3DBB637B414 for ; Fri, 24 Aug 2001 12:10:10 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7OJAAJ01922; Fri, 24 Aug 2001 12:10:10 -0700 (PDT) (envelope-from gnats) Date: Fri, 24 Aug 2001 12:10:10 -0700 (PDT) Message-Id: <200108241910.f7OJAAJ01922@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Patrick Li Subject: Re: ports/30024: Update port astro/sunclock 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/30024; it has been noted by GNATS. From: Patrick Li To: "David W. Chapman Jr." Cc: FreeBSD-gnats-submit@freebsd.org Subject: Re: ports/30024: Update port astro/sunclock Date: Fri, 24 Aug 2001 15:10:04 -0400 Ohh nevermind, I dont have a -CURRENT box so i cant test and play around with it. But petef just told me he is working on a patch so if you cant do anything to help then stop whining. -pat ++ 24/08/01 14:04 -0500 - David W. Chapman Jr.: | On Fri, Aug 24, 2001 at 03:04:11PM -0400, Patrick Li wrote: | > Then mark it broken for -CURRENT until its resolved!@ | > | | You said pete was going to take care of this !!!!! ;) | | | > -pat | > ++ 24/08/01 14:01 -0500 - David W. Chapman Jr.: | > | On Fri, Aug 24, 2001 at 02:03:19PM -0400, Patrick Li wrote: | > | > Happens only on -CURRENT | > | > | > | > -pat | > | | > | That is what I figured since it worked in -stable when I was running | > | it. Thanks. | > | | > | > ++ 24/08/01 07:55 -0500 - David W. Chapman Jr.: | > | > | make includes | > | > | make depend | > | > | rm -f .depend | > | > | gccmakedep -f- -- -I/usr/X11R6/include -DCSRG_BASED | > | > | -DFUNCPROTO=15 -DNARROWPROTO -DUSE_MAKEDEPEND -- sunclock.c | > | > | astro.c widgets.c tildepath.c dirlist.c readvmf.c readxpm.c | > | > | readjpeg.c > .depend | > | > | readjpeg.c:20: jpeglib.h: No such file or directory | > | > | ===> Building for sunclock-3.50.p1 | > | > | cc -O -pipe -march=k6 -march=k6 -O -DZLIB | > | > | -DSHAREDIR=\"/usr/X11R6/share/sunclock\" -DNEW_CTIME | > | > | -I/usr/local/include -I/usr/X11R6/include -DCSRG_BASED | > | > | -DFUNCPROTO=15 -DNARROWPROTO -c sunclock.c | > | > | sunclock.c:128: conflicting types for `time' | > | > | /usr/include/time.h:136: previous declaration of `time' | > | > | *** Error code 1 | > | > | | > | > | Stop in /usr/home/poseiden/port/sunclock/work/sunclock-3.50pre1. | > | > | *** Error code 1 | > | > | | > | > | Stop in /usr/home/poseiden/port/sunclock. | > | | > | -- | > | David W. Chapman Jr. | > | dwcjr@inethouston.net Raintree Network Services, Inc. | > | dwcjr@freebsd.org FreeBSD Committer | | -- | 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 Fri Aug 24 12:37:16 2001 Delivered-To: freebsd-ports@freebsd.org Received: from mail.ctonet.it (mail.ctonet.it [212.110.160.100]) by hub.freebsd.org (Postfix) with ESMTP id 778A937B406; Fri, 24 Aug 2001 12:37:13 -0700 (PDT) (envelope-from olgeni@uli.it) Received: from olgeni.olgeni (ppp-135.dial6.ctonet.it [212.110.181.135]) by mail.ctonet.it (Postfix) with ESMTP id 4208312218; Fri, 24 Aug 2001 21:37:11 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by olgeni.olgeni (8.11.5/8.11.5) with ESMTP id f7OJbcX56509; Fri, 24 Aug 2001 21:37:38 +0200 (CEST) (envelope-from olgeni@uli.it) Date: Fri, 24 Aug 2001 21:37:38 +0200 (CEST) From: Jimmy Olgeni X-X-Sender: To: "Dmitry S. Sivachenko" Cc: , Subject: Re: [for review] installing lib/libjpeg.la in graphics/jpeg In-Reply-To: <20010824152207.A69725@netserv1.chg.ru> Message-ID: <20010824213526.H54626-100000@olgeni.olgeni> 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 Fri, 24 Aug 2001, Dmitry S. Sivachenko wrote: > I am not sure whether we should trash disk with useless *.la files > if on fresh system the problem doesn't exist. > I am sure that rm -rf /usr/local && rm -rf /usr/X11R6 will cure all your > machines. True! I rebuilt everything from scratch and it worked without the .la file. Maybe I actually had too many of them. Oh well :o) -- jimmy To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Aug 24 12:50: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 26DCD37B406 for ; Fri, 24 Aug 2001 12:50:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7OJo2M08198; Fri, 24 Aug 2001 12: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 B772F37B40F for ; Fri, 24 Aug 2001 12:41:54 -0700 (PDT) (envelope-from nobody@FreeBSD.org) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7OJfsV06834; Fri, 24 Aug 2001 12:41:54 -0700 (PDT) (envelope-from nobody) Message-Id: <200108241941.f7OJfsV06834@freefall.freebsd.org> Date: Fri, 24 Aug 2001 12:41:54 -0700 (PDT) From: KATO Tsuguru To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/30053: Update port: graphics/ImageMagick to 5.3.7 (fix ports/30039) Sender: owner-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: 30053 >Category: ports >Synopsis: Update port: graphics/ImageMagick to 5.3.7 (fix ports/30039) >Confidential: 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 Aug 24 12:50:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: 4.3-RELEASE i386 >Organization: >Environment: >Description: - Update to version 5.3.7 This PR supersedes ports/30039. >How-To-Repeat: >Fix: diff -urN /usr/ports/graphics/ImageMagick/Makefile graphics/ImageMagick/Makefile --- /usr/ports/graphics/ImageMagick/Makefile Thu Aug 16 05:33:15 2001 +++ graphics/ImageMagick/Makefile Fri Aug 24 04:38:30 2001 @@ -6,8 +6,7 @@ # PORTNAME= ImageMagick -PORTVERSION= 5.3.6 -PORTREVISION= 2 +PORTVERSION= 5.3.7 CATEGORIES= graphics perl5 MASTER_SITES= http://imagemagick.sourceforge.net/http/ \ ftp://ftp.yggdrasil.com/mirrors/site/ftp.simplesystems.org/pub/%SUBDIR%/ \ diff -urN /usr/ports/graphics/ImageMagick/distinfo graphics/ImageMagick/distinfo --- /usr/ports/graphics/ImageMagick/distinfo Wed Aug 8 15:17:40 2001 +++ graphics/ImageMagick/distinfo Fri Aug 24 03:25:40 2001 @@ -1 +1 @@ -MD5 (ImageMagick-5.3.6.tar.gz) = b89db1a7694dafd690ce87c364c45f43 +MD5 (ImageMagick-5.3.7.tar.gz) = 258258d62dc40dac6a2c175030ff1d0c diff -urN /usr/ports/graphics/ImageMagick/files/patch-al graphics/ImageMagick/files/patch-al --- /usr/ports/graphics/ImageMagick/files/patch-al Wed Apr 18 04:39:19 2001 +++ graphics/ImageMagick/files/patch-al Fri Aug 24 04:51:22 2001 @@ -1,6 +1,6 @@ ---- configure.in.orig Sun Mar 4 11:07:42 2001 -+++ configure.in Wed Mar 28 05:33:09 2001 -@@ -65,7 +65,7 @@ +--- configure.in.orig Fri Aug 24 04:50:46 2001 ++++ configure.in Fri Aug 24 04:51:11 2001 +@@ -67,7 +67,7 @@ # AC_ENABLE_SHARED(no) AC_ENABLE_STATIC(yes) @@ -9,7 +9,16 @@ # Substitute INCLTDL and LIBLTDL in the Makefiles AC_SUBST(INCLTDL) AC_SUBST(LIBLTDL) -@@ -1021,6 +1027,22 @@ +@@ -714,7 +714,7 @@ + AC_MSG_RESULT() + failed=0; + passed=0; +- AC_CHECK_HEADER(lcms/lcms.h,passed=`expr $passed + 1`,failed=`expr $failed + 1`,) ++ AC_CHECK_HEADER(lcms.h,passed=`expr $passed + 1`,failed=`expr $failed + 1`,) + AC_CHECK_LIB(lcms,cmsOpenProfileFromMem,passed=`expr $passed + 1`,failed=`expr $failed + 1`,) + AC_MSG_CHECKING(if LCMS package is complete) + if test $passed -gt 0 +@@ -1099,6 +1099,22 @@ AC_MSG_RESULT() failed=0; passed=0; @@ -32,7 +41,7 @@ AC_CHECK_HEADER(libxml/parser.h,passed=`expr $passed + 1`,failed=`expr $failed + 1`) AC_CHECK_LIB(xml2,xmlParseExternalEntity,passed=`expr $passed + 1`,failed=`expr $failed + 1`,) AC_MSG_CHECKING(if XML package is complete) -@@ -1030,6 +1052,8 @@ +@@ -1108,6 +1124,8 @@ then AC_MSG_RESULT(no -- some components failed test) have_xml='no (failed tests)' diff -urN /usr/ports/graphics/ImageMagick/pkg-plist graphics/ImageMagick/pkg-plist --- /usr/ports/graphics/ImageMagick/pkg-plist Wed Aug 8 15:17:40 2001 +++ graphics/ImageMagick/pkg-plist Sat Aug 25 04:36:04 2001 @@ -1,13 +1,11 @@ bin/Magick++-config bin/Magick-config %%X11%%bin/animate -bin/cgimagick bin/composite bin/convert %%X11%%bin/display bin/identify %%X11%%bin/import -bin/iptcutil bin/mogrify bin/montage include/Magick++.h @@ -38,7 +36,6 @@ include/magick/delegates.h include/magick/draw.h include/magick/error.h -include/magick/fonts.h include/magick/gems.h include/magick/image.h include/magick/magic.h >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Aug 24 12:55: 2 2001 Delivered-To: freebsd-ports@freebsd.org Received: from ishmael.flashlightmedia.net (025-164.colo.ny.np1.net [64.61.25.164]) by hub.freebsd.org (Postfix) with ESMTP id 11DE037B405 for ; Fri, 24 Aug 2001 12:54:59 -0700 (PDT) (envelope-from luser@ahab.com) Received: (from mail_tunnel@localhost) by ishmael.flashlightmedia.net (8.11.4/8.11.4) id f7OJsvl87306 for freebsd-ports@freebsd.org; Fri, 24 Aug 2001 15:54:57 -0400 (EDT) (envelope-from luser@ahab.com) Date: Fri, 24 Aug 2001 15:55:02 -0400 From: JT To: freebsd-ports@freebsd.org Subject: execute (!) doesn't work in vim-5.8.8 Message-ID: <20010824155502.B537@zed.unbeat.com> Mail-Followup-To: freebsd-ports@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Sender: owner-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 recently upgraded vim and now I wish I hadn't... Execution with ! no longer works. For example, ":! ls -l" returns nothing, and ":r! ls -l" returns something like Can't read file /tmp/v687519/0 Any ideas before I spend half the day reading code? It looks like the older Vim used a single file for handling output of these commands, while the newer Vim creates a directory in /tmp and expects to find a file in there called 0. So i tried creating a file called 0, and it then complains about 1. So I create 2, since the thing seems to be advancing, and I get no output, although the file named 2 has disappeared. Obviously, there's a problem both with creating the file and reading the output, though not with cleaning it up! I took a look at vim --version and didn't notice anything interesting, but I could provide it if needed.... Please cc me in reply; not subscribed to -ports. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Aug 24 13:30: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 219FB37B40B for ; Fri, 24 Aug 2001 13:30:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7OKU0S16477; Fri, 24 Aug 2001 13:30:00 -0700 (PDT) (envelope-from gnats) Received: from ler-freebie.iadfw.net (ler-freebie.iadfw.net [206.66.13.221]) by hub.freebsd.org (Postfix) with ESMTP id EB8D837B409 for ; Fri, 24 Aug 2001 13:26:11 -0700 (PDT) (envelope-from ler@ler-freebie.iadfw.net) Received: (from ler@localhost) by ler-freebie.iadfw.net (8.11.5/8.11.4) id f7OKQAN81626; Fri, 24 Aug 2001 15:26:10 -0500 (CDT) (envelope-from ler) Message-Id: <200108242026.f7OKQAN81626@ler-freebie.iadfw.net> Date: Fri, 24 Aug 2001 15:26:10 -0500 (CDT) From: Larry Rosenman Reply-To: Larry Rosenman To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/30056: mod_php4 with gd selected doesn't compile. Sender: owner-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: 30056 >Category: ports >Synopsis: mod_php4 with gd selected doesn't compile. >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 Aug 24 13:30:00 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Larry Rosenman >Release: FreeBSD 4.4-RC i386 >Organization: Internet America, Inc. >Environment: System: FreeBSD ler-freebie.iadfw.net 4.4-RC FreeBSD 4.4-RC #20: Fri Aug 17 15:48:23 CDT 2001 ler@ler-freebie.iadfw.net:/usr/obj/usr/src/sys/LER-FREEBIE i386 >Description: Trying to compile ports/www/mod_php4 can't compile with gd (this was from portupgrade). >How-To-Repeat: try to compile mod_php4 with gd support, receive: Script started on Fri Aug 24 15:22:52 2001 ler-freebie# cd /usr/ports/www/mod_php4 ler-freebie# make ===> Building for mod_php4-4.0.6_4 Making all in Zend Making all in main Making all in ext Making all in zlib Making all in bcmath Making all in libbcmath Making all in src Making all in curl Making all in ftp Making all in gd /bin/sh /usr/ports/www/mod_php4/work/php-4.0.6/libtool --silent --mode=compile cc -I. -I/usr/ports/www/mod_php4/work/php-4.0.6/ext/gd -I/usr/ports/www/mod_php4/work/php-4.0.6/main -I/usr/ports/www/mod_php4/work/php-4.0.6 -I/usr/local/include/apache -I/usr/ports/www/mod_php4/work/php-4.0.6/Zend -I/usr/local/include -I/usr/local/include/freetype2/freetype -I/usr/local/include/gd -I/usr/local/include/c-client -I/usr/local/include/pspell -I/usr/local/include/ucd-snmp -I/usr/ports/www/mod_php4/work/php-4.0.6/TSRM -I/usr/local/include/apache -I/usr/ports/www/mod_php4/work/php-4.0.6/Zend -I/usr/local/include -I/usr/local/include/freetype2/freetype -I/usr/local/include/gd -I/usr/local/include/c-client -I/usr/local/include/pspell -I/usr/local/include/ucd-snmp -DHARD_SERVER_LIMIT=512 -DDOCUMENT_LOCATION="/usr/local/www/data/" -DDEFAULT_PATH="/usr/local/bin:/bin:/usr/bin" -DACCEPT_FILTER_NAME="httpready" -DMOD_SSL=208104 -DEAPI -DEAPI_MM -DUSE_EXPAT -DSUPPORT_UTF8 -O -pipe -march=pen! tiumpro -c gd.c gd.c: In function `php_if_imagegif': gd.c:1404: `gdImageGif' undeclared (first use in this function) gd.c:1404: (Each undeclared identifier is reported only once gd.c:1404: for each function it appears in.) *** Error code 1 Stop in /usr/ports/www/mod_php4/work/php-4.0.6/ext/gd. *** Error code 1 Stop in /usr/ports/www/mod_php4/work/php-4.0.6/ext/gd. *** Error code 1 Stop in /usr/ports/www/mod_php4/work/php-4.0.6/ext. *** Error code 1 Stop in /usr/ports/www/mod_php4/work/php-4.0.6. *** Error code 1 Stop in /usr/ports/www/mod_php4. *** Error code 1 Stop in /usr/ports/www/mod_php4. *** Error code 1 Stop in /usr/ports/www/mod_php4. ler-freebie# ^Dexit $ ^D Script done on Fri Aug 24 15:23:30 2001 >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 Aug 24 13:56: 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 DA7D237B410; Fri, 24 Aug 2001 13:55:57 -0700 (PDT) (envelope-from petef@FreeBSD.org) Received: (from petef@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7OKlAR18075; Fri, 24 Aug 2001 13:47:10 -0700 (PDT) (envelope-from petef) Date: Fri, 24 Aug 2001 13:47:10 -0700 (PDT) From: Message-Id: <200108242047.f7OKlAR18075@freefall.freebsd.org> To: petef@FreeBSD.org, freebsd-ports@FreeBSD.org, petef@FreeBSD.org Subject: Re: ports/30053: Update port: graphics/ImageMagick to 5.3.7 (fix ports/30039) Sender: owner-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.7 (fix ports/30039) Responsible-Changed-From-To: freebsd-ports->petef Responsible-Changed-By: petef Responsible-Changed-When: Fri Aug 24 13:46:53 PDT 2001 Responsible-Changed-Why: I'll take care of this. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=30053 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Aug 24 13:56: 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 B80B837B401; Fri, 24 Aug 2001 13:55:57 -0700 (PDT) (envelope-from petef@FreeBSD.org) Received: (from petef@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7OKkof17973; Fri, 24 Aug 2001 13:46:50 -0700 (PDT) (envelope-from petef) Date: Fri, 24 Aug 2001 13:46:50 -0700 (PDT) From: Message-Id: <200108242046.f7OKkof17973@freefall.freebsd.org> To: tkato@prontomail.com, petef@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/30039: Update port: graphics/ImageMagick to 5.2.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 port: graphics/ImageMagick to 5.2.7 State-Changed-From-To: open->closed State-Changed-By: petef State-Changed-When: Fri Aug 24 13:46:06 PDT 2001 State-Changed-Why: Superseded by ports/30053. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=30039 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Aug 24 14: 0: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 D123B37B409 for ; Fri, 24 Aug 2001 14:00:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7OL01I19684; Fri, 24 Aug 2001 14:00:01 -0700 (PDT) (envelope-from gnats) Received: from tomts8-srv.bellnexxia.net (tomts8.bellnexxia.net [209.226.175.52]) by hub.freebsd.org (Postfix) with ESMTP id 1144337B405 for ; Fri, 24 Aug 2001 13:52:08 -0700 (PDT) (envelope-from anarcat@anarcat.dyndns.org) Received: from khan.anarcat.dyndns.org ([65.92.160.216]) by tomts8-srv.bellnexxia.net (InterMail vM.4.01.03.16 201-229-121-116-20010115) with ESMTP id <20010824205207.TFOA27547.tomts8-srv.bellnexxia.net@khan.anarcat.dyndns.org> for ; Fri, 24 Aug 2001 16:52:07 -0400 Received: from shall.anarcat.dyndns.org (shall.anarcat.dyndns.org [192.168.0.1]) by khan.anarcat.dyndns.org (Postfix) with ESMTP id A372D1A59 for ; Fri, 24 Aug 2001 16:52:01 -0400 (EDT) Received: by shall.anarcat.dyndns.org (Postfix, from userid 1000) id 10D1A20BDD; Fri, 24 Aug 2001 16:51:57 -0400 (EDT) Message-Id: <20010824205157.10D1A20BDD@shall.anarcat.dyndns.org> Date: Fri, 24 Aug 2001 16:51:57 -0400 (EDT) From: The Anarcat Reply-To: The Anarcat To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/30058: Update: audio/ecasound fails to detect properly audiofile Sender: owner-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: 30058 >Category: ports >Synopsis: Update: audio/ecasound fails to detect properly audiofile >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Fri Aug 24 14:00:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: The Anarcat >Release: FreeBSD 4.4-RC i386 >Organization: >Environment: System: FreeBSD shall.anarcat.dyndns.org 4.4-RC FreeBSD 4.4-RC #4: Wed Aug 22 12:21:57 EDT 2001 anarcat@shall.anarcat.dyndns.org:/usr/obj/usr/src/sys/SHALL i386 ecasound-2.0.2 port >Description: Because of crappy autoconf macros, the configure script does not find the audiofile libs unless called as: LD_FLAGS=/usr/local/lib ./configure... >How-To-Repeat: (cd /usr/ports/audio/ecasound && make WITH_AUDIOFILE=yes) audiofile not detected. >Fix: Simple hack: we set LDFLAGS. Also set CFLAGS and CXXFLAGS while we're here. Warning: audiofile support is still broken. For some reason, the stupid flags don't get passed the whole Makefile hierarchy and ecasound can't find the audiofile headers files. Use FreeBSD readline instead of compiling a new one. Disable pyecasound for real. Cosmetic fixes to the makefile. --- /usr/ports/audio/ecasound/Makefile Fri Aug 24 14:36:01 2001 +++ Makefile Fri Aug 24 16:44:30 2001 @@ -21,6 +21,8 @@ USE_LIBTOOL= yes INSTALLS_SHLIB= yes +CONFIGURE_ARGS+= --enable-sys-readline + .if defined(WITH_MPG123) RUN_DEPENDS+= mpg123:${PORTSDIR}/audio/mpg123 .endif @@ -34,6 +36,9 @@ .endif .if defined(WITH_AUDIOFILE) +# very crappy hack to detect audiofile properly +CONFIGURE_ENV+= LDFLAGS=-L/usr/local/lib CFLAGS=-I/usr/local/include \ + CXXFLAGS=-I/usr/local/include LIB_DEPENDS+= audiofile.0:${PORTSDIR}/audio/libaudiofile .else CONFIGURE_ARGS+= --disable-audiofile @@ -43,21 +48,19 @@ #USE_PYTHON= yes #PLIST_SUB+= WITH_PYECASOUND="" #.else -#CONFIGURE_ARGS+= --disable-pyecasound -#PLIST_SUB+= WITH_PYECASOUND="@comment " +CONFIGURE_ARGS+= --disable-pyecasound +PLIST_SUB+= WITH_PYECASOUND="@comment " #.endif MAN1= ecasound-iam.1 ecasound.1 ecatools.1 MAN5= ecasoundrc.5 -#post-install: post-install: .if !defined(NOPORTDOCS) ${MKDIR} ${PREFIX}/share/doc/ecasound ${MKDIR} ${PREFIX}/share/doc/ecasound/programmers_guide ${MKDIR} ${PREFIX}/share/doc/ecasound/users_guide - ${INSTALL_MAN} ${WRKSRC}/Documentation/*.html \ - ${WRKSRC}/Documentation/*.txt \ + ${INSTALL_MAN} ${WRKSRC}/Documentation/*.html ${WRKSRC}/Documentation/*.txt \ ${PREFIX}/share/doc/ecasound ${INSTALL_MAN} ${WRKSRC}/Documentation/programmers_guide/*.html \ ${PREFIX}/share/doc/ecasound/programmers_guide >Release-Note: >Audit-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 Aug 24 14:34:51 2001 Delivered-To: freebsd-ports@freebsd.org Received: from obsecurity.dyndns.org (adsl-63-207-60-54.dsl.lsan03.pacbell.net [63.207.60.54]) by hub.freebsd.org (Postfix) with ESMTP id 315D537B401; Fri, 24 Aug 2001 14:34:45 -0700 (PDT) (envelope-from kris@obsecurity.org) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 8BFF866D1C; Fri, 24 Aug 2001 14:34:44 -0700 (PDT) Date: Fri, 24 Aug 2001 14:34:44 -0700 From: Kris Kennaway To: "Cc:arch"@FreeBSD.ORG, ports@FreeBSD.ORG Cc: Peter Pentchev , arch@FreeBSD.ORG, Alexander Langer Subject: Re: ports.conf Message-ID: <20010824143444.B83171@xor.obsecurity.org> References: <20010823210729.A95484@zerogravity.kawo2.rwth-aachen.d> <20010823135941.B4003@dragon.nuxi.com> <20010824001737.B1714@ringworld.oblivion.bg> <20010823143844.A18197@dragon.nuxi.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="6sX45UoQRIJXqkqR" Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20010823143844.A18197@dragon.nuxi.com>; from dev-null@NUXI.com on Thu, Aug 23, 2001 at 02:38:44PM -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 --6sX45UoQRIJXqkqR Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Aug 23, 2001 at 02:38:44PM -0700, David O'Brien wrote: > On Fri, Aug 24, 2001 at 12:17:37AM +0300, Peter Pentchev wrote: > > I think he meant 'maintained in the ports/ tree' just as make.conf > > is 'maintained in the src/ tree', that is, there is a src/etc/make.conf > > file with evolving defaults. Yes, ports.conf should probably live > > in /etc or some such place, but I, too, think that it should be > > maintained in the ports tree, quite possibly in ports/Mk/. >=20 > How are you suggesting ports.conf get into /etc? A `make world' cannot > depend on having a populated /usr/ports/Mk. Same way /etc/make.conf gets into /etc. Kris --6sX45UoQRIJXqkqR 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 iD8DBQE7hshzWry0BWjoQKURAp4tAKCjqe5JPmafMzKsG8Fn8B6nUgBpJwCeIsr0 WPoXJc7lHEWQEIiiIR+w9ic= =00ks -----END PGP SIGNATURE----- --6sX45UoQRIJXqkqR-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Aug 24 14: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 C1B2F37B403 for ; Fri, 24 Aug 2001 14:50:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7OLo1L28301; Fri, 24 Aug 2001 14:50:01 -0700 (PDT) (envelope-from gnats) Date: Fri, 24 Aug 2001 14:50:01 -0700 (PDT) Message-Id: <200108242150.f7OLo1L28301@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: John Merryweather Cooper Subject: Re: ports/29585: Update Plugger-3.3 to use Mozilla, etc. Reply-To: John Merryweather Cooper Sender: owner-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/29585; it has been noted by GNATS. From: John Merryweather Cooper To: freebsd-gnats-submit@FreeBSD.org, jmcoopr@webmail.bmi.net Cc: Subject: Re: ports/29585: Update Plugger-3.3 to use Mozilla, etc. Date: Fri, 24 Aug 2001 14:44:23 -0700 I've decided that adding mpg123 to the RUN_DEPENDS list would be good: ${LOCALBASE}/bin/mpg123:${PORTSDIR}/audio/mpg123 As always, YMMV. jmc To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Aug 24 15: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 69EC637B405 for ; Fri, 24 Aug 2001 15:50:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7OMo1k36595; Fri, 24 Aug 2001 15:50:01 -0700 (PDT) (envelope-from gnats) Received: from donati.cs.ccu.edu.tw (donati.cs.ccu.edu.tw [140.123.102.199]) by hub.freebsd.org (Postfix) with ESMTP id 9203337B407; Fri, 24 Aug 2001 15:42:19 -0700 (PDT) (envelope-from yinjieh@donati.cs.ccu.edu.tw) Received: (from yinjieh@localhost) by donati.cs.ccu.edu.tw (8.11.5/8.11.5) id f7OMg6c33449; Sat, 25 Aug 2001 06:42:06 +0800 (CST) (envelope-from yinjieh) Message-Id: <200108242242.f7OMg6c33449@donati.cs.ccu.edu.tw> Date: Sat, 25 Aug 2001 06:42:06 +0800 (CST) From: Ying-Chieh Chen Reply-To: Ying-Chieh Chen To: FreeBSD-gnats-submit@freebsd.org Cc: chuckr@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/30059: graphics/xpdf dependency 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 >Number: 30059 >Category: ports >Synopsis: graphics/xpdf dependency problem >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 Aug 24 15:50:00 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Ying-Chieh Chen >Release: FreeBSD 4.4-PRERELEASE i386 >Organization: HSNG lab >Environment: System: FreeBSD donati.cs.ccu.edu.tw 4.4-PRERELEASE FreeBSD 4.4-PRERELEASE #8: Fri Aug 24 16:18:30 CST 2001 root@donati.cs.ccu.edu.tw:/home2/obj/home2/src/sys/YINJIEH i386 >Description: graphics/xpdf depends on t1.3, not t1.2 >How-To-Repeat: # cd /usr/ports/graphics/xpdf # make >Fix: --- Makefile.orig Sat Aug 25 06:23:21 2001 +++ Makefile Sat Aug 25 06:23:48 2001 @@ -7,6 +7,7 @@ PORTNAME= xpdf PORTVERSION= 0.92 +PORTREVISION= 1 CATEGORIES= graphics print MASTER_SITES= ftp://ftp.foolabs.com/pub/xpdf/ \ ${MASTER_SITE_TEX_CTAN} @@ -15,7 +16,7 @@ MAINTAINER= chuckr@FreeBSD.org -LIB_DEPENDS= t1.2:${PORTSDIR}/devel/t1lib +LIB_DEPENDS= t1.3:${PORTSDIR}/devel/t1lib USE_X_PREFIX= yes USE_XPM= yes >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Aug 24 15:56: 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 6AEB237B40D; Fri, 24 Aug 2001 15:55:58 -0700 (PDT) (envelope-from dwcjr@FreeBSD.org) Received: (from dwcjr@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7OMs9I37071; Fri, 24 Aug 2001 15:54:09 -0700 (PDT) (envelope-from dwcjr) Date: Fri, 24 Aug 2001 15:54:09 -0700 (PDT) From: Message-Id: <200108242254.f7OMs9I37071@freefall.freebsd.org> To: dwcjr@FreeBSD.org, freebsd-ports@FreeBSD.org, chuckr@FreeBSD.org Subject: Re: ports/30059: graphics/xpdf dependency 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 Synopsis: graphics/xpdf dependency problem Responsible-Changed-From-To: freebsd-ports->chuckr Responsible-Changed-By: dwcjr Responsible-Changed-When: Fri Aug 24 15:53:44 PDT 2001 Responsible-Changed-Why: Over to maintainer http://www.FreeBSD.org/cgi/query-pr.cgi?pr=30059 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Aug 24 16: 6: 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 5CD8537B406; Fri, 24 Aug 2001 16:06:00 -0700 (PDT) (envelope-from dwcjr@FreeBSD.org) Received: (from dwcjr@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7ON5F738727; Fri, 24 Aug 2001 16:05:15 -0700 (PDT) (envelope-from dwcjr) Date: Fri, 24 Aug 2001 16:05:15 -0700 (PDT) From: Message-Id: <200108242305.f7ON5F738727@freefall.freebsd.org> To: leeym@utopia.leeym.com, dwcjr@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/30036: NO MAINTAINER UPDATE: 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: NO MAINTAINER UPDATE: audio/raproxy State-Changed-From-To: open->closed State-Changed-By: dwcjr State-Changed-When: Fri Aug 24 16:05:04 PDT 2001 State-Changed-Why: Committed, thanks! http://www.FreeBSD.org/cgi/query-pr.cgi?pr=30036 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Aug 24 16: 6: 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 7F5FB37B40E; Fri, 24 Aug 2001 16:06:00 -0700 (PDT) (envelope-from dwcjr@FreeBSD.org) Received: (from dwcjr@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7ON0GB37854; Fri, 24 Aug 2001 16:00:16 -0700 (PDT) (envelope-from dwcjr) Date: Fri, 24 Aug 2001 16:00:16 -0700 (PDT) From: Message-Id: <200108242300.f7ON0GB37854@freefall.freebsd.org> To: leeym@utopia.leeym.com, dwcjr@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/30038: NO MAINTAINER UPDATE: sysutils/fcron Sender: owner-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: NO MAINTAINER UPDATE: sysutils/fcron State-Changed-From-To: open->closed State-Changed-By: dwcjr State-Changed-When: Fri Aug 24 15:59:51 PDT 2001 State-Changed-Why: Committed (with mods), thanks! http://www.FreeBSD.org/cgi/query-pr.cgi?pr=30038 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Aug 24 16:16: 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 4526537B408; Fri, 24 Aug 2001 16:16:02 -0700 (PDT) (envelope-from dwcjr@FreeBSD.org) Received: (from dwcjr@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7ON8ka41673; Fri, 24 Aug 2001 16:08:46 -0700 (PDT) (envelope-from dwcjr) Date: Fri, 24 Aug 2001 16:08:46 -0700 (PDT) From: Message-Id: <200108242308.f7ON8ka41673@freefall.freebsd.org> To: dwcjr@FreeBSD.org, freebsd-ports@FreeBSD.org, gnome@FreeBSD.org Subject: Re: ports/29992: www/gtkhtml dependency 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 Synopsis: www/gtkhtml dependency problem Responsible-Changed-From-To: freebsd-ports->gnome Responsible-Changed-By: dwcjr Responsible-Changed-When: Fri Aug 24 16:08:28 PDT 2001 Responsible-Changed-Why: Over to maintainer http://www.FreeBSD.org/cgi/query-pr.cgi?pr=29992 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Aug 24 16: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 9FE9437B40B for ; Fri, 24 Aug 2001 16:20:00 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7ONK0b42589; Fri, 24 Aug 2001 16:20:00 -0700 (PDT) (envelope-from gnats) Received: from cc92687-a.wlgrv1.pa.home.com (cc92687-a.wlgrv1.pa.home.com [24.5.63.190]) by hub.freebsd.org (Postfix) with ESMTP id 793B337B409 for ; Fri, 24 Aug 2001 16:17:11 -0700 (PDT) (envelope-from pat@cc92687-a.wlgrv1.pa.home.com) Received: (from root@localhost) by cc92687-a.wlgrv1.pa.home.com (8.11.6/8.11.5) id f7ONHA284316; Fri, 24 Aug 2001 19:17:10 -0400 (EDT) (envelope-from pat) Message-Id: <200108242317.f7ONHA284316@cc92687-a.wlgrv1.pa.home.com> Date: Fri, 24 Aug 2001 19:17:10 -0400 (EDT) From: Patrick Li Reply-To: Patrick Li To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/30060: New port games/pengpong Sender: owner-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: 30060 >Category: ports >Synopsis: New port games/pengpong >Confidential: 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 Aug 24 16:20:00 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Patrick Li >Release: FreeBSD 4.4-RC i386 >Organization: N/A >Environment: System: FreeBSD bottlenek 4.4-RC FreeBSD 4.4-RC #0: Wed Aug 22 12:13:02 EDT 2001 pat@bottlenek:/usr/src/sys/compile/BOTTLENEK i386 >Description: SDL pong game >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: # # pengpong # pengpong/Makefile # pengpong/distinfo # pengpong/files # pengpong/files/patch-Makefile # pengpong/pkg-comment # pengpong/pkg-plist # pengpong/pkg-descr # echo c - pengpong mkdir -p pengpong > /dev/null 2>&1 echo x - pengpong/Makefile sed 's/^X//' >pengpong/Makefile << 'END-of-pengpong/Makefile' X# New ports collection makefile for: pengpong X# Date created: Fri Aug 24 18:21:25 EDT 2001 X# Whom: Patrick Li X# X# $FreeBSD$ X# X XPORTNAME= pengpong XPORTVERSION= 0.2 XCATEGORIES= games XMASTER_SITES= ${MASTER_SITE_SOURCEFORGE} XMASTER_SITE_SUBDIR= ${PORTNAME} X XMAINTAINER= pat@databits.net X XLIB_DEPENDS= SDL_image.10:${PORTSDIR}/graphics/sdl_image X XNO_WRKSUBDIR= yes X X.include END-of-pengpong/Makefile echo x - pengpong/distinfo sed 's/^X//' >pengpong/distinfo << 'END-of-pengpong/distinfo' XMD5 (pengpong-0.2.tar.gz) = 840fc7a4a6bb4abdc33cae629b951273 END-of-pengpong/distinfo echo c - pengpong/files mkdir -p pengpong/files > /dev/null 2>&1 echo x - pengpong/files/patch-Makefile sed 's/^X//' >pengpong/files/patch-Makefile << 'END-of-pengpong/files/patch-Makefile' X--- Makefile.orig Fri Aug 24 11:39:51 2001 X+++ Makefile Fri Aug 24 18:49:05 2001 X@@ -1,15 +1,11 @@ X-all: SFont link2 sdlpong finish X+CXXFLAGS += `${LOCALBASE}/bin/sdl11-config --cflags` -D_REENTRANT X+LIBS = `${LOCALBASE}/bin/sdl11-config --libs` -lSDL_image X X-SFont: X- g++ -I/usr/include/SDL -D_REENTRANT -c -o SFont.o SFont.c X-link2: X- g++ -I/usr/include/SDL -D_REENTRANT -c -o link2.o link2.cpp X-sdlpong: X- g++ -pedantic -Wall -c -o sdlpong.o sdlpong.cpp -I/usr/include/SDL -D_REENTRANT X-finish: SFont link2 sdlpong X- g++ -o pengpong sdlpong.o link2.o SFont.o -D_REENTRANT -I/usr/include/SDL -lSDL_image X-install: X- cp pengpong /usr/local/bin X+all: X+ ${CXX} -c -o SFont.o SFont.c ${CXXFLAGS} X+ ${CXX} -c -o link2.o link2.cpp ${CXXFLAGS} X+ ${CXX} -c -o sdlpong.o sdlpong.cpp ${CXXFLAGS} X+ ${CXX} -o pengpong sdlpong.o link2.o SFont.o ${CXXFLAGS} ${LIBS} X X-clean: X- rm *.o X+install: X+ ${BSD_INSTALL_PROGRAM} pengpong ${PREFIX}/bin END-of-pengpong/files/patch-Makefile echo x - pengpong/pkg-comment sed 's/^X//' >pengpong/pkg-comment << 'END-of-pengpong/pkg-comment' XA cross-platform pong game written in SDL END-of-pengpong/pkg-comment echo x - pengpong/pkg-plist sed 's/^X//' >pengpong/pkg-plist << 'END-of-pengpong/pkg-plist' Xbin/pengpong END-of-pengpong/pkg-plist echo x - pengpong/pkg-descr sed 's/^X//' >pengpong/pkg-descr << 'END-of-pengpong/pkg-descr' XPeng-Pong is a cross-platform pong game written in SDL X XWWW: http://pengpong.sourceforge.net/ END-of-pengpong/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 Fri Aug 24 16:25: 2 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 37B6537B40A for ; Fri, 24 Aug 2001 16:24:57 -0700 (PDT) (envelope-from pat@hex.databits.net) Received: (qmail 51259 invoked by uid 1042); 24 Aug 2001 23:24:56 -0000 Date: Fri, 24 Aug 2001 19:24:56 -0400 From: Patrick Li To: dwcjr@FreeBSD.org Cc: leeym@utopia.leeym.com, freebsd-ports@FreeBSD.org Subject: Re: ports/30038: NO MAINTAINER UPDATE: sysutils/fcron Message-ID: <20010824192456.A51199@databits.net> References: <200108242300.f7ON0GB37854@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: <200108242300.f7ON0GB37854@freefall.freebsd.org>; from dwcjr@FreeBSD.org on Fri, Aug 24, 2001 at 04:00:16PM -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 the modification you made to his PR (adding the -p flag to mkdir) wasnt really necessary was it? -pat ++ 24/08/01 16:00 -0700 - dwcjr@FreeBSD.org: | Synopsis: NO MAINTAINER UPDATE: sysutils/fcron | | State-Changed-From-To: open->closed | State-Changed-By: dwcjr | State-Changed-When: Fri Aug 24 15:59:51 PDT 2001 | State-Changed-Why: | Committed (with mods), thanks! | | http://www.FreeBSD.org/cgi/query-pr.cgi?pr=30038 | | 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 Fri Aug 24 16:26: 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 73F1E37B40C; Fri, 24 Aug 2001 16:26:00 -0700 (PDT) (envelope-from dwcjr@FreeBSD.org) Received: (from dwcjr@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7ONO9S43007; Fri, 24 Aug 2001 16:24:09 -0700 (PDT) (envelope-from dwcjr) Date: Fri, 24 Aug 2001 16:24:09 -0700 (PDT) From: Message-Id: <200108242324.f7ONO9S43007@freefall.freebsd.org> To: tkato@prontomail.com, dwcjr@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/30046: Update port: net/tn5250 to 0.16.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: net/tn5250 to 0.16.2 State-Changed-From-To: open->closed State-Changed-By: dwcjr State-Changed-When: Fri Aug 24 16:23:58 PDT 2001 State-Changed-Why: Committed, thanks! http://www.FreeBSD.org/cgi/query-pr.cgi?pr=30046 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Aug 24 16:26: 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 993BF37B40E; Fri, 24 Aug 2001 16:26:00 -0700 (PDT) (envelope-from dwcjr@FreeBSD.org) Received: (from dwcjr@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7ONGux42346; Fri, 24 Aug 2001 16:16:56 -0700 (PDT) (envelope-from dwcjr) Date: Fri, 24 Aug 2001 16:16:56 -0700 (PDT) From: Message-Id: <200108242316.f7ONGux42346@freefall.freebsd.org> To: tkato@prontomail.com, dwcjr@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/30037: Update port: audio/libsndfile to 0.0.24 Sender: owner-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/libsndfile to 0.0.24 State-Changed-From-To: open->closed State-Changed-By: dwcjr State-Changed-When: Fri Aug 24 16:16:45 PDT 2001 State-Changed-Why: Committed, thanks! http://www.FreeBSD.org/cgi/query-pr.cgi?pr=30037 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Aug 24 16:26:27 2001 Delivered-To: freebsd-ports@freebsd.org Received: from mailout02.sul.t-online.de (mailout02.sul.t-online.com [194.25.134.17]) by hub.freebsd.org (Postfix) with ESMTP id 4802837B40A; Fri, 24 Aug 2001 16:26:23 -0700 (PDT) (envelope-from guenther.schmidt12@epost.de) Received: from fwd03.sul.t-online.de by mailout02.sul.t-online.de with smtp id 15aQLG-000434-01; Sat, 25 Aug 2001 01:26:22 +0200 Received: from there (320064867895-0001@[217.228.165.78]) by fmrl03.sul.t-online.com with smtp id 15aQL5-1m7XJwC; Sat, 25 Aug 2001 01:26:11 +0200 Content-Type: text/plain; charset="iso-8859-1" From: Guenther Schmidt To: green@FreeBSD.org Subject: FreeBSD Port: cfs-1.4.0b2 Date: Sat, 25 Aug 2001 01:26:10 +0200 X-Mailer: KMail [version 1.3] Cc: ports@FreeBSD.org MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Message-ID: <15aQL5-1m7XJwC@fmrl03.sul.t-online.com> 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, I wonder if there is an alternative to cfs if you wish to use an encrypted file system under FreeBSD? Thanks upfront Guenther To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Aug 24 16:36: 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 16A4337B405; Fri, 24 Aug 2001 16:36:03 -0700 (PDT) (envelope-from dwcjr@FreeBSD.org) Received: (from dwcjr@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7ONV0X43546; Fri, 24 Aug 2001 16:31:00 -0700 (PDT) (envelope-from dwcjr) Date: Fri, 24 Aug 2001 16:31:00 -0700 (PDT) From: Message-Id: <200108242331.f7ONV0X43546@freefall.freebsd.org> To: tkato@prontomail.com, dwcjr@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/30042: Update port: lang/scm Sender: owner-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: lang/scm State-Changed-From-To: open->closed State-Changed-By: dwcjr State-Changed-When: Fri Aug 24 16:30:45 PDT 2001 State-Changed-Why: Committed, thanks! http://www.FreeBSD.org/cgi/query-pr.cgi?pr=30042 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Aug 24 16:36: 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 3E75037B406; Fri, 24 Aug 2001 16:36:03 -0700 (PDT) (envelope-from dwcjr@FreeBSD.org) Received: (from dwcjr@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7ONYcr43921; Fri, 24 Aug 2001 16:34:38 -0700 (PDT) (envelope-from dwcjr) Date: Fri, 24 Aug 2001 16:34:38 -0700 (PDT) From: Message-Id: <200108242334.f7ONYcr43921@freefall.freebsd.org> To: tkato@prontomail.com, dwcjr@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/30043: Update port: misc/diction to 1.01 Sender: owner-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: misc/diction to 1.01 State-Changed-From-To: open->closed State-Changed-By: dwcjr State-Changed-When: Fri Aug 24 16:34:31 PDT 2001 State-Changed-Why: Committed, thanks! http://www.FreeBSD.org/cgi/query-pr.cgi?pr=30043 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Aug 24 16:46: 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 9CA3937B40D; Fri, 24 Aug 2001 16:45:58 -0700 (PDT) (envelope-from dwcjr@FreeBSD.org) Received: (from dwcjr@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7ONbGm44206; Fri, 24 Aug 2001 16:37:16 -0700 (PDT) (envelope-from dwcjr) Date: Fri, 24 Aug 2001 16:37:16 -0700 (PDT) From: Message-Id: <200108242337.f7ONbGm44206@freefall.freebsd.org> To: tkato@prontomail.com, dwcjr@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/30040: Update port: graphics/photopc Sender: owner-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/photopc State-Changed-From-To: open->closed State-Changed-By: dwcjr State-Changed-When: Fri Aug 24 16:37:05 PDT 2001 State-Changed-Why: Committed, thanks! http://www.FreeBSD.org/cgi/query-pr.cgi?pr=30040 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Aug 24 16:56: 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 251A937B409; Fri, 24 Aug 2001 16:55:58 -0700 (PDT) (envelope-from taoka@FreeBSD.org) Received: (from taoka@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7ONrEC45364; Fri, 24 Aug 2001 16:53:14 -0700 (PDT) (envelope-from taoka) Date: Fri, 24 Aug 2001 16:53:14 -0700 (PDT) From: Message-Id: <200108242353.f7ONrEC45364@freefall.freebsd.org> To: yatt@msc.biglobe.ne.jp, taoka@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/30023: Update port: japanese/mozilla-jlp Sender: owner-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: japanese/mozilla-jlp State-Changed-From-To: open->closed State-Changed-By: taoka State-Changed-When: Fri Aug 24 16:47:32 PDT 2001 State-Changed-Why: Committed. Thank you. By the way, did you want to remove mozilla-jlp/files/all.js ? I have done. In the case, you have to show all removed files in PR. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=30023 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Aug 24 18:50:13 2001 Delivered-To: freebsd-ports@freebsd.org Received: from sr1.terra.com.br (sr1.terra.com.br [200.176.3.22]) by hub.freebsd.org (Postfix) with ESMTP id 2419637B40D; Fri, 24 Aug 2001 18:50:06 -0700 (PDT) (envelope-from howe@carcass.dhs.org) Received: from smtp3-poa.terra.com.br (smtp3-poa.poa.terra.com.br [200.176.3.34]) by sr1.terra.com.br (8.9.3/8.9.3) with ESMTP id WAA00848; Fri, 24 Aug 2001 22:50:04 -0300 Received: from angla (cm-net-cwb-C8B03084.brdterra.com.br [200.176.48.132]) (authenticated user maitecwb) by smtp3-poa.terra.com.br (8.11.0/8.11.1) with ESMTP id f7P1o3I28154; Fri, 24 Aug 2001 22:50:04 -0300 Message-ID: <000601c12d08$588f9e40$01000001@angla> From: "Steve Howe" To: Cc: Subject: FreeBSD Port: qmail-ldap-1.03.20010501 Date: Fri, 24 Aug 2001 22:50:39 -0300 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0003_01C12CEF.32835C00" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2462.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2462.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 This is a multi-part message in MIME format. ------=_NextPart_000_0003_01C12CEF.32835C00 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Hello !!! Trying your port of qmail-ldap, I've stuck on the follwing infinite = loop: Is that a known issue, a bug or what did I do wrong ???? Best Regards, Howe e/Packages/qmail/../qmail && make -V PREFIX" "/usr/home/howe/Packages/qmail/../qmail/Makefile", line 46: warning: = Couldn't exec "cd /usr/home/howe/Packages/qmail/../qmail && make -V = PATCHDIR" "/usr/home/howe/Packages/qmail/../qmail/Makefile", line 45: warning: = Couldn't exec "cd /usr/home/howe/Packages/qmail/../qmail && make -V = PREFIX" "/usr/home/howe/Packages/qmail/../qmail/Makefile", line 46: warning: = Couldn't exec "cd /usr/home/howe/Packages/qmail/../qmail && make -V = PATCHDIR" "/usr/home/howe/Packages/qmail/../qmail/Makefile", line 45: warning: = Couldn't exec "cd /usr/home/howe/Packages/qmail/../qmail && make -V = PREFIX" "/usr/home/howe/Packages/qmail/../qmail/Makefile", line 46: warning: = Couldn't exec "cd /usr/home/howe/Packages/qmail/../qmail && make -V = PATCHDIR" (...) ------=_NextPart_000_0003_01C12CEF.32835C00 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
Hello !!!
 
 
    Trying your port = of=20 qmail-ldap, I've stuck on the follwing infinite loop:
    Is that a known issue, a bug or what did I do = wrong=20 ????
 
Best Regards,
Howe

e/Packages/qmail/../qmail && make -V=20 PREFIX"
"/usr/home/howe/Packages/qmail/../qmail/Makefile", line 46: = warning:=20 Couldn't exec "cd /usr/home/howe/Packages/qmail/../qmail && make = -V=20 PATCHDIR"
"/usr/home/howe/Packages/qmail/../qmail/Makefile", line 45: = warning: Couldn't exec "cd /usr/home/howe/Packages/qmail/../qmail = &&=20 make -V PREFIX"
"/usr/home/howe/Packages/qmail/../qmail/Makefile", = line 46:=20 warning: Couldn't exec "cd /usr/home/howe/Packages/qmail/../qmail = &&=20 make -V PATCHDIR"
"/usr/home/howe/Packages/qmail/../qmail/Makefile", = line 45:=20 warning: Couldn't exec "cd /usr/home/howe/Packages/qmail/../qmail = &&=20 make -V PREFIX"
"/usr/home/howe/Packages/qmail/../qmail/Makefile", = line 46:=20 warning: Couldn't exec "cd /usr/home/howe/Packages/qmail/../qmail = &&=20 make -V PATCHDIR"
(...)
------=_NextPart_000_0003_01C12CEF.32835C00-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Aug 24 19: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 72DA537B408 for ; Fri, 24 Aug 2001 19:30:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7P2U1V67016; Fri, 24 Aug 2001 19:30:01 -0700 (PDT) (envelope-from gnats) Date: Fri, 24 Aug 2001 19:30:01 -0700 (PDT) Message-Id: <200108250230.f7P2U1V67016@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Patrick Li Subject: Re: ports/30038: NO MAINTAINER UPDATE: sysutils/fcron 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/30038; it has been noted by GNATS. From: Patrick Li To: "David W. Chapman Jr." Cc: freebsd-gnats-submit@FreeBSD.org, leeym@utopia.leeym.com Subject: Re: ports/30038: NO MAINTAINER UPDATE: sysutils/fcron Date: Fri, 24 Aug 2001 22:22:03 -0400 dwcjr, please look at bsd.port.mk! from bsd.port.mk: MKDIR?= /bin/mkdir -p Well according to bento logs without ${PREFIX}/etc configure errors... See if originator and you can modify configure to stop this... Why backout when it was a temporary solution? -- Backout 1.5 of Makefile ETC is already set so why should configure need -- to autodetect Also if you build as non-root you don't have correct perms on etc Uhhhhh -pat ++ 24/08/01 18:25 -0500 - David W. Chapman Jr.: | On Fri, Aug 24, 2001 at 07:24:56PM -0400, Patrick Li wrote: | > the modification you made to his PR (adding the -p flag to mkdir) | > wasnt really necessary was it? | > | Not entirely, I could have ${MKDIR} blah > /dev/null | | -- | 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 Fri Aug 24 20: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 8CE4837B407; Fri, 24 Aug 2001 20:45:58 -0700 (PDT) (envelope-from petef@FreeBSD.org) Received: (from petef@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7P3a9R74463; Fri, 24 Aug 2001 20:36:09 -0700 (PDT) (envelope-from petef) Date: Fri, 24 Aug 2001 20:36:09 -0700 (PDT) From: Message-Id: <200108250336.f7P3a9R74463@freefall.freebsd.org> To: petef@FreeBSD.org, freebsd-ports@FreeBSD.org, petef@FreeBSD.org Subject: Re: ports/29951: Update port: Sablot-0.65 Sender: owner-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.65 Responsible-Changed-From-To: freebsd-ports->petef Responsible-Changed-By: petef Responsible-Changed-When: Fri Aug 24 20:35:51 PDT 2001 Responsible-Changed-Why: I'll take care of this http://www.FreeBSD.org/cgi/query-pr.cgi?pr=29951 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Aug 24 20: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 3138937B40E for ; Fri, 24 Aug 2001 20:50:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7P3o2g75177; Fri, 24 Aug 2001 20: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 287EC37B407 for ; Fri, 24 Aug 2001 20:45:34 -0700 (PDT) (envelope-from nobody@FreeBSD.org) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7P3jYg74968; Fri, 24 Aug 2001 20:45:34 -0700 (PDT) (envelope-from nobody) Message-Id: <200108250345.f7P3jYg74968@freefall.freebsd.org> Date: Fri, 24 Aug 2001 20:45:34 -0700 (PDT) From: Steve Coltrin To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/30067: Upgrade games/gnugo and assume 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: 30067 >Category: ports >Synopsis: Upgrade games/gnugo and assume MAINTAINERship >Confidential: 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 Aug 24 20:50:02 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Steve Coltrin >Release: >Organization: Orbital Mind Control Lasers >Environment: >Description: This patch upgrades games/gnugo to version 3.0.0 . As jseger has been inactive for a year, I volunteer to assume maintainership of this port. >How-To-Repeat: >Fix: rm -rf games/gnugo/files and patch: diff -ur gnugo.old/Makefile gnugo/Makefile --- gnugo.old/Makefile^IFri Aug 24 19:56:41 2001 +++ gnugo/Makefile^IFri Aug 24 20:41:45 2001 @@ -6,12 +6,12 @@ # PORTNAME=^Ignugo -PORTVERSION=^I2.6 +PORTVERSION=^I3.0.0 CATEGORIES=^Igames MASTER_SITES=^I${MASTER_SITE_GNU} MASTER_SITE_SUBDIR=^Ignugo -MAINTAINER=^Ijseger@FreeBSD.org +MAINTAINER=^Ispcoltri@omcl.org GNU_CONFIGURE=^Iyes USE_GMAKE=^Iyes diff -ur gnugo.old/distinfo gnugo/distinfo --- gnugo.old/distinfo^IFri Aug 24 19:56:41 2001 +++ gnugo/distinfo^IFri Aug 24 19:57:37 2001 @@ -1 +1 @@ -MD5 (gnugo-2.6.tar.gz) = 34c84ae83668a66677df4032fad478d9 +MD5 (gnugo-3.0.0.tar.gz) = 20bc090a420d707c6c924bd60e1e470c diff -ur gnugo.old/pkg-plist gnugo/pkg-plist --- gnugo.old/pkg-plist^IFri Aug 24 19:56:41 2001 +++ gnugo/pkg-plist^IFri Aug 24 20:30:33 2001 @@ -1,3 +1,4 @@ +bin/debugboard bin/gnugo @unexec install-info --delete %D/info/gnugo.info %D/info/dir info/gnugo.info @@ -6,4 +7,10 @@ info/gnugo.info-3 info/gnugo.info-4 info/gnugo.info-5 +info/gnugo.info-6 +info/gnugo.info-7 +info/gnugo.info-8 +info/gnugo.info-9 +info/gnugo.info-10 +info/gnugo.info-11 @exec install-info %D/info/gnugo.info %D/info/dir >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Aug 24 20:55: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 7D9D637B406; Fri, 24 Aug 2001 20:55:58 -0700 (PDT) (envelope-from petef@FreeBSD.org) Received: (from petef@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7P3qqB75372; Fri, 24 Aug 2001 20:52:52 -0700 (PDT) (envelope-from petef) Date: Fri, 24 Aug 2001 20:52:52 -0700 (PDT) From: Message-Id: <200108250352.f7P3qqB75372@freefall.freebsd.org> To: petef@FreeBSD.org, freebsd-ports@FreeBSD.org, jseger@FreeBSD.org Subject: Re: ports/30067: Upgrade games/gnugo and assume 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: Upgrade games/gnugo and assume MAINTAINERship Responsible-Changed-From-To: freebsd-ports->jseger Responsible-Changed-By: petef Responsible-Changed-When: Fri Aug 24 20:52:38 PDT 2001 Responsible-Changed-Why: Over to maintainer. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=30067 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Aug 24 21:45: 1 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 D974B37B43B; Fri, 24 Aug 2001 21:44:44 -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 A4B1A4D833; Sat, 25 Aug 2001 13:44:43 +0900 (JST) Date: Sat, 25 Aug 2001 13:44:43 +0900 Message-ID: <86k7zsbves.wl@archon.local.idaemons.org> From: "Akinori MUSHA" To: Pete Fritchman Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org, ports@FreeBSD.org Subject: Re: cvs commit: ports/textproc/sablotron Makefile distinfo pkg-plist In-Reply-To: <200108250423.f7P4NpF80342@freefall.freebsd.org> References: <200108250423.f7P4NpF80342@freefall.freebsd.org> User-Agent: Wanderlust/2.7.2 (Too Funky) 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) 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.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 Fri, 24 Aug 2001 21:23:51 -0700 (PDT), Pete Fritchman wrote: > > petef 2001/08/24 21:23:51 PDT > > Modified files: > textproc/sablotron Makefile distinfo pkg-plist > Log: > - update to version 0.65 > - remove redundant LDCONFIG_DIRS= %%PREFIX%%/lib > - sort pkg-plist > > PR: 29951 > Submitted by: maintainer Don't forget to fix dependent ports to reflect the shared library version raise and bump their PORTREVISION's. Thanks. This goes for any port that includes shared libraries which other ports depend on. By the way, using the development version of portsdb, you can find out what ports depend on a port easily: $ portsdb -r textproc/sablotron textproc/p5-XML-Sablotron www/p5-Apache-ASP textproc/ruby-sablot The new version of sysutils/portupgrade which includes the utility will be released in several hours. -- / /__ __ 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 Fri Aug 24 21:46: 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 BD23937B40C; Fri, 24 Aug 2001 21:45:58 -0700 (PDT) (envelope-from petef@FreeBSD.org) Received: (from petef@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7P4imd82403; Fri, 24 Aug 2001 21:44:48 -0700 (PDT) (envelope-from petef) Date: Fri, 24 Aug 2001 21:44:48 -0700 (PDT) From: Message-Id: <200108250444.f7P4imd82403@freefall.freebsd.org> To: shigeri@m10.alpha-net.ne.jp, petef@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/28918: Update port: mail/sylpheed Sender: owner-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: mail/sylpheed State-Changed-From-To: open->analyzed State-Changed-By: petef State-Changed-When: Fri Aug 24 21:42:23 PDT 2001 State-Changed-Why: Have you had time to upgrade to 0.5.2 or get patches from Oliver? Would you like to pass maintainership to Oliver perhaps (assuming that would be OK with him)? http://www.FreeBSD.org/cgi/query-pr.cgi?pr=28918 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Aug 24 21:53:37 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 3A31D37B408; Fri, 24 Aug 2001 21:53:29 -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 6DAD44D833; Sat, 25 Aug 2001 13:53:28 +0900 (JST) Date: Sat, 25 Aug 2001 13:53:28 +0900 Message-ID: <86itfcbv07.wl@archon.local.idaemons.org> From: "Akinori MUSHA" To: Pete Fritchman Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org, ports@FreeBSD.org Subject: Re: cvs commit: ports/textproc/sablotron Makefile distinfo pkg-plist In-Reply-To: <86k7zsbves.wl@archon.local.idaemons.org> References: <200108250423.f7P4NpF80342@freefall.freebsd.org> <86k7zsbves.wl@archon.local.idaemons.org> User-Agent: Wanderlust/2.7.2 (Too Funky) 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) 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.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 Sat, 25 Aug 2001 13:44:43 +0900, I wrote: > $ portsdb -r textproc/sablotron > textproc/p5-XML-Sablotron > www/p5-Apache-ASP > textproc/ruby-sablot Oops, I cheated. ;) Actually it should list the port itself, as portupgrade users expect. knu@archon[5]% portsdb -r textproc/sablotron textproc/sablotron textproc/p5-XML-Sablotron www/p5-Apache-ASP textproc/ruby-sablot -- / /__ __ 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 Fri Aug 24 21:56: 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 A029D37B408; Fri, 24 Aug 2001 21:56:02 -0700 (PDT) (envelope-from dinoex@FreeBSD.org) Received: (from dinoex@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7P4sri83734; Fri, 24 Aug 2001 21:54:53 -0700 (PDT) (envelope-from dinoex) Date: Fri, 24 Aug 2001 21:54:53 -0700 (PDT) From: Message-Id: <200108250454.f7P4sri83734@freefall.freebsd.org> To: riggs@f113.hadiko.de, dinoex@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/30020: Update port : graphics/mplayer Sender: owner-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/mplayer State-Changed-From-To: open->closed State-Changed-By: dinoex State-Changed-When: Fri Aug 24 21:53:18 PDT 2001 State-Changed-Why: Commited, Thanks. Use of absolute pathname is not reccommend here. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=30020 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Aug 24 21:56: 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 C1D4637B40F; Fri, 24 Aug 2001 21:56:02 -0700 (PDT) (envelope-from dwcjr@FreeBSD.org) Received: (from dwcjr@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7P4osq83167; Fri, 24 Aug 2001 21:50:54 -0700 (PDT) (envelope-from dwcjr) Date: Fri, 24 Aug 2001 21:50:54 -0700 (PDT) From: Message-Id: <200108250450.f7P4osq83167@freefall.freebsd.org> To: dwcjr@FreeBSD.org, freebsd-ports@FreeBSD.org, gnome@FreeBSD.org Subject: Re: ports/30018: mozilla 0.9.3 build fails Sender: owner-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.3 build fails Responsible-Changed-From-To: freebsd-ports->gnome Responsible-Changed-By: dwcjr Responsible-Changed-When: Fri Aug 24 21:50:41 PDT 2001 Responsible-Changed-Why: Over to maintainer http://www.FreeBSD.org/cgi/query-pr.cgi?pr=30018 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Aug 24 22: 0: 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 B4E4937B410 for ; Fri, 24 Aug 2001 22:00:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7P501i84178; Fri, 24 Aug 2001 22:00:01 -0700 (PDT) (envelope-from gnats) Date: Fri, 24 Aug 2001 22:00:01 -0700 (PDT) Message-Id: <200108250500.f7P501i84178@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: "David W. Chapman Jr." Subject: Re: ports/29948: Update port converters/tnef to version 1.1 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/29948; it has been noted by GNATS. From: "David W. Chapman Jr." To: freebsd-gnats-submit@FreeBSD.org, cr@jcmax.com Cc: Subject: Re: ports/29948: Update port converters/tnef to version 1.1 Date: Fri, 24 Aug 2001 23:56:31 -0500 We need this in a diff format, not a shar of the new version but a diff against the old version. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Aug 24 22: 0:23 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 B551B37B410 for ; Fri, 24 Aug 2001 22:00:15 -0700 (PDT) (envelope-from petef@hex.databits.net) Received: (qmail 94403 invoked by uid 1001); 25 Aug 2001 05:00:15 -0000 Date: Sat, 25 Aug 2001 01:00:15 -0400 From: Pete Fritchman To: Akinori MUSHA Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org, ports@FreeBSD.org Subject: Re: cvs commit: ports/textproc/sablotron Makefile distinfo pkg-plist Message-ID: <20010825010015.C92510@databits.net> References: <200108250423.f7P4NpF80342@freefall.freebsd.org> <86k7zsbves.wl@archon.local.idaemons.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <86k7zsbves.wl@archon.local.idaemons.org>; from knu@iDaemons.org on Sat, Aug 25, 2001 at 01:44:43PM +0900 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org ++ 25/08/01 13:44 +0900 - Akinori MUSHA: | Don't forget to fix dependent ports to reflect the shared library | version raise and bump their PORTREVISION's. Thanks. Ah, thanks for the heads up. I made a brain-o and grep'd for "sablotron" in INDEX, forgetting the package name is actually Sablot. | By the way, using the development version of portsdb, you can find out | what ports depend on a port easily: | | $ portsdb -r textproc/sablotron | textproc/p5-XML-Sablotron | www/p5-Apache-ASP | textproc/ruby-sablot | | The new version of sysutils/portupgrade which includes the utility | will be released in several hours. Cool! Looking forward to `portupgrade portupgrade' :) -pete -- Pete Fritchman 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 Aug 24 22: 5: 1 2001 Delivered-To: freebsd-ports@freebsd.org Received: from sr2.terra.com.br (sr2.terra.com.br [200.176.3.23]) by hub.freebsd.org (Postfix) with ESMTP id 2911637B40C for ; Fri, 24 Aug 2001 22:04:57 -0700 (PDT) (envelope-from howe@carcass.dhs.org) Received: from smtp3-poa.terra.com.br (smtp3-poa.poa.terra.com.br [200.176.3.34]) by sr2.terra.com.br (8.9.3/8.9.3) with ESMTP id CAA32396; Sat, 25 Aug 2001 02:04:54 -0300 Received: from angla (cm-net-cwb-C8B03084.brdterra.com.br [200.176.48.132]) (authenticated user maitecwb) by smtp3-poa.terra.com.br (8.11.0/8.11.1) with ESMTP id f7P54rI25545; Sat, 25 Aug 2001 02:04:54 -0300 Message-ID: <001401c12d23$90d3cef0$01000001@angla> From: "Steve Howe" To: Cc: Subject: FreeBSD Port: drweb-4.25 Date: Sat, 25 Aug 2001 02:05:30 -0300 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0011_01C12D0A.6AA90830" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2462.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2462.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 This is a multi-part message in MIME format. ------=_NextPart_000_0011_01C12D0A.6AA90830 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Hello !!! Just to notify... this port is NOT available on the ftp site !!! = (ftp://ftp5.freebsd.org/pub/FreeBSD/branches/-current/ports/security/drwe= b/) Is it ok ??? Best regards, Howe ------=_NextPart_000_0011_01C12D0A.6AA90830 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
Hello !!!
 
 
        = Just to=20 notify... this port is NOT available on the ftp site !!! (ftp://ftp5.freebsd.org/pub/FreeBSD/branches/-current/ports/sec= urity/drweb/)
        = Is it ok=20 ???
 
Best regards,
Howe
------=_NextPart_000_0011_01C12D0A.6AA90830-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Aug 24 22: 6: 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 A47E237B405; Fri, 24 Aug 2001 22:05:58 -0700 (PDT) (envelope-from dwcjr@FreeBSD.org) Received: (from dwcjr@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7P55K086775; Fri, 24 Aug 2001 22:05:20 -0700 (PDT) (envelope-from dwcjr) Date: Fri, 24 Aug 2001 22:05:20 -0700 (PDT) From: Message-Id: <200108250505.f7P55K086775@freefall.freebsd.org> To: dwcjr@FreeBSD.org, freebsd-ports@FreeBSD.org, portmgr@FreeBSD.org Subject: Re: ports/29708: bsd.sites.mk : New CPAN and GNU mirror 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 Synopsis: bsd.sites.mk : New CPAN and GNU mirror sites Responsible-Changed-From-To: freebsd-ports->portmgr Responsible-Changed-By: dwcjr Responsible-Changed-When: Fri Aug 24 22:05:10 PDT 2001 Responsible-Changed-Why: Over to maintainer http://www.FreeBSD.org/cgi/query-pr.cgi?pr=29708 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Aug 24 22: 6: 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 C7C0937B40D; Fri, 24 Aug 2001 22:05:58 -0700 (PDT) (envelope-from dwcjr@FreeBSD.org) Received: (from dwcjr@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7P4w7C84046; Fri, 24 Aug 2001 21:58:07 -0700 (PDT) (envelope-from dwcjr) Date: Fri, 24 Aug 2001 21:58:07 -0700 (PDT) From: Message-Id: <200108250458.f7P4w7C84046@freefall.freebsd.org> To: dwcjr@FreeBSD.org, freebsd-ports@FreeBSD.org, portmgr@FreeBSD.org Subject: Re: ports/29856: make extract of cyrus did an install of cyrus-sasl Sender: owner-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 extract of cyrus did an install of cyrus-sasl Responsible-Changed-From-To: freebsd-ports->portmgr Responsible-Changed-By: dwcjr Responsible-Changed-When: Fri Aug 24 21:57:58 PDT 2001 Responsible-Changed-Why: Over to maintainer http://www.FreeBSD.org/cgi/query-pr.cgi?pr=29856 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Aug 24 22:16: 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 DF9BC37B40A; Fri, 24 Aug 2001 22:15:58 -0700 (PDT) (envelope-from petef@FreeBSD.org) Received: (from petef@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7P56Cc87861; Fri, 24 Aug 2001 22:06:12 -0700 (PDT) (envelope-from petef) Date: Fri, 24 Aug 2001 22:06:12 -0700 (PDT) From: Message-Id: <200108250506.f7P56Cc87861@freefall.freebsd.org> To: ats@first.gmd.de, petef@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/29989: ports/games/q3server-wfa has a checksum error Sender: owner-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/games/q3server-wfa has a checksum error State-Changed-From-To: open->closed State-Changed-By: petef State-Changed-When: Fri Aug 24 22:04:55 PDT 2001 State-Changed-Why: ports/29990 contains a fix for this and has been committed http://www.FreeBSD.org/cgi/query-pr.cgi?pr=29989 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Aug 24 23: 0: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 C215637B40F for ; Fri, 24 Aug 2001 23:00:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7P602s00863; Fri, 24 Aug 2001 23:00:02 -0700 (PDT) (envelope-from gnats) Date: Fri, 24 Aug 2001 23:00:02 -0700 (PDT) Message-Id: <200108250600.f7P602s00863@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Cyrus Rahman Subject: Re: ports/29948: Update port converters/tnef to version 1.1 Reply-To: Cyrus Rahman Sender: owner-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/29948; it has been noted by GNATS. From: Cyrus Rahman To: "David W. Chapman Jr." , freebsd-gnats-submit@FreeBSD.org Cc: Subject: Re: ports/29948: Update port converters/tnef to version 1.1 Date: Sat, 25 Aug 2001 01:57:07 -0400 (EDT) > We need this in a diff format, not a shar of the new version but a diff > against the old version. Ordinarily I'd have sent it in that way, but I had two problems: I was running an old version of FreeBSD which didn't have the current port from which I'd be able to generate the patch; and No interactive access to the Internet at the moment, from which to cvs a copy. But in any case, here it is in diff format: diff -ru tnef.orig/Makefile tnef/Makefile --- tnef.orig/Makefile Mon Mar 19 16:59:12 2001 +++ tnef/Makefile Sat Aug 25 01:46:23 2001 @@ -6,12 +6,17 @@ # PORTNAME= tnef -PORTVERSION= 1.0 +PORTVERSION= 1.1 CATEGORIES= converters mail MASTER_SITES= http://world.std.com/~damned/ MAINTAINER= cr@jcmax.com GNU_CONFIGURE= yes + +MAN1= tnef.1 + +pre-configure: + $(MV) $(WRKSRC)/doc/tnef.3 $(WRKSRC)/doc/tnef.1 .include diff -ru tnef.orig/distinfo tnef/distinfo --- tnef.orig/distinfo Mon Mar 19 16:59:12 2001 +++ tnef/distinfo Sat Aug 25 01:46:23 2001 @@ -1 +1 @@ -MD5 (tnef-1.0.tar.gz) = 2b50a170b231acc6c853e1ba222caf6b +MD5 (tnef-1.1.tar.gz) = 56ab3407c4dedd433669942d6b0f3545 diff -ru tnef.orig/files/patch-aa tnef/files/patch-aa --- tnef.orig/files/patch-aa Sat Aug 25 01:47:52 2001 +++ tnef/files/patch-aa Sat Aug 25 01:46:23 2001 @@ -0,0 +1,98 @@ +diff -ru ../tnef-1.1.dist/doc/Makefile.am ./doc/Makefile.am +--- ../tnef-1.1.dist/doc/Makefile.am Mon Aug 13 21:46:22 2001 ++++ ./doc/Makefile.am Wed Aug 22 01:12:08 2001 +@@ -1,2 +1,2 @@ +-man_MANS = tnef.3 +-EXTRA_DIST = file-format.tex $(man_MANS) ++man_MANS = tnef.1 ++EXTRA_DIST = file-format.tex $(man_MANS) +diff -ru ../tnef-1.1.dist/doc/Makefile.in ./doc/Makefile.in +--- ../tnef-1.1.dist/doc/Makefile.in Mon Aug 13 21:48:56 2001 ++++ ./doc/Makefile.in Wed Aug 22 01:12:08 2001 +@@ -66,12 +66,12 @@ + RANLIB = @RANLIB@ + VERSION = @VERSION@ + +-man_MANS = tnef.3 ++man_MANS = tnef.1 + EXTRA_DIST = file-format.tex $(man_MANS) + mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs + CONFIG_HEADER = ../config.h + CONFIG_CLEAN_FILES = +-man3dir = $(mandir)/man3 ++man1dir = $(mandir)/man1 + MANS = $(man_MANS) + + NROFF = nroff +@@ -92,12 +92,12 @@ + && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status + + +-install-man3: +- $(mkinstalldirs) $(DESTDIR)$(man3dir) +- @list='$(man3_MANS)'; \ ++install-man1: ++ $(mkinstalldirs) $(DESTDIR)$(man1dir) ++ @list='$(man1_MANS)'; \ + l2='$(man_MANS)'; for i in $$l2; do \ + case "$$i" in \ +- *.3*) list="$$list $$i" ;; \ ++ *.1*) list="$$list $$i" ;; \ + esac; \ + done; \ + for i in $$list; do \ +@@ -106,12 +106,12 @@ + ext=`echo $$i | sed -e 's/^.*\\.//'`; \ + inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \ + inst=`echo $$inst | sed '$(transform)'`.$$ext; \ +- echo " $(INSTALL_DATA) $$file $(DESTDIR)$(man3dir)/$$inst"; \ +- $(INSTALL_DATA) $$file $(DESTDIR)$(man3dir)/$$inst; \ ++ echo " $(INSTALL_DATA) $$file $(DESTDIR)$(man1dir)/$$inst"; \ ++ $(INSTALL_DATA) $$file $(DESTDIR)$(man1dir)/$$inst; \ + done + +-uninstall-man3: +- @list='$(man3_MANS)'; \ ++uninstall-man1: ++ @list='$(man1_MANS)'; \ + l2='$(man_MANS)'; for i in $$l2; do \ + case "$$i" in \ + *.3*) list="$$list $$i" ;; \ +@@ -121,15 +121,15 @@ + ext=`echo $$i | sed -e 's/^.*\\.//'`; \ + inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \ + inst=`echo $$inst | sed '$(transform)'`.$$ext; \ +- echo " rm -f $(DESTDIR)$(man3dir)/$$inst"; \ +- rm -f $(DESTDIR)$(man3dir)/$$inst; \ ++ echo " rm -f $(DESTDIR)$(man1dir)/$$inst"; \ ++ rm -f $(DESTDIR)$(man1dir)/$$inst; \ + done + install-man: $(MANS) + @$(NORMAL_INSTALL) +- $(MAKE) $(AM_MAKEFLAGS) install-man3 ++ $(MAKE) $(AM_MAKEFLAGS) install-man1 + uninstall-man: + @$(NORMAL_UNINSTALL) +- $(MAKE) $(AM_MAKEFLAGS) uninstall-man3 ++ $(MAKE) $(AM_MAKEFLAGS) uninstall-man1 + tags: TAGS + TAGS: + +@@ -173,7 +173,7 @@ + install-strip: + $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install + installdirs: +- $(mkinstalldirs) $(DESTDIR)$(mandir)/man3 ++ $(mkinstalldirs) $(DESTDIR)$(mandir)/man1 + + + mostlyclean-generic: +@@ -203,7 +203,7 @@ + + maintainer-clean: maintainer-clean-am + +-.PHONY: install-man3 uninstall-man3 install-man uninstall-man tags \ ++.PHONY: install-man1 uninstall-man1 install-man uninstall-man tags \ + distdir info-am info dvi-am dvi check check-am installcheck-am \ + installcheck install-exec-am install-exec install-data-am install-data \ + install-am install uninstall-am uninstall all-redirect all-am all \ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Aug 25 1: 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 9F65737B40B for ; Sat, 25 Aug 2001 01:00:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7P802Z16963; Sat, 25 Aug 2001 01:00:02 -0700 (PDT) (envelope-from gnats) Received: from postoffice.aims.com.au (advanc2.lnk.telstra.net [139.130.119.73]) by hub.freebsd.org (Postfix) with ESMTP id 1547737B408 for ; Sat, 25 Aug 2001 00:53:32 -0700 (PDT) (envelope-from chris@aims.com.au) Received: from postoffice.aims.com.au (nts-ts1.aims.private [192.168.10.2]) by postoffice.aims.com.au with ESMTP id f7P7rMr10363 for ; Sat, 25 Aug 2001 17:53:25 +1000 (EST) (envelope-from chris@aims.com.au) Received: from ntsts1 by aims.com.au with SMTP (MDaemon.v3.5.3.R) for ; Sat, 25 Aug 2001 17:53:02 +1000 Message-Id: <200108250746.f7P7kd873561@webserver5.aims.private> Date: Sat, 25 Aug 2001 17:53:00 +1000 From: chris@aims.com.au Reply-To: To: X-Send-Pr-Version: 3.113 Subject: ports/30070: [PATCH] Update www/mod_php4 for latest XSLT 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: 30070 >Category: ports >Synopsis: [PATCH] Update www/mod_php4 for latest XSLT support >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat Aug 25 01:00:02 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Chris Knight >Release: FreeBSD 4.3-RELEASE i386 >Organization: AIMS Independent Computer Professionals >Environment: System: FreeBSD webserver5.aims.private 4.3-RELEASE FreeBSD 4.3-RELEASE #0: Tue May 15 14:55:15 EST 2001 root@webserver5.aims.private:/var/obj/usr/src/sys/GENERIC i386 >Description: Update configure.php to look for sablot.65 instead of sablot.60 >How-To-Repeat: N/A >Fix: --- ports/www/mod_php4/scripts/configure.php.orig Sat Aug 25 16:41:29 2001 +++ ports/www/mod_php4/scripts/configure.php Sat Aug 25 17:40:49 2001 @@ -198,7 +198,7 @@ XML=1 ;; \"XSLT\") - echo "LIB_DEPENDS+= sablot.60:\${PORTSDIR}/textproc/sablotron" + echo "LIB_DEPENDS+= sablot.65:\${PORTSDIR}/textproc/sablotron" echo "CONFIGURE_ARGS+=--with-sablot=\${PREFIX}" echo "CONFIGURE_ARGS+=--with-expat-dir=\${PREFIX}" if [ -z "$XML" ]; 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 Sat Aug 25 1: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 E786437B412 for ; Sat, 25 Aug 2001 01:30:00 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7P8U0J22608; Sat, 25 Aug 2001 01:30:00 -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 D74C937B409 for ; Sat, 25 Aug 2001 01:24:29 -0700 (PDT) (envelope-from nobody@FreeBSD.org) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7P8OTo22121; Sat, 25 Aug 2001 01:24:29 -0700 (PDT) (envelope-from nobody) Message-Id: <200108250824.f7P8OTo22121@freefall.freebsd.org> Date: Sat, 25 Aug 2001 01:24:29 -0700 (PDT) From: Shell Hung To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/30072: New Port: p5-Image-Info - Perl module for getting images information Sender: owner-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: 30072 >Category: ports >Synopsis: New Port: p5-Image-Info - Perl module for getting images information >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat Aug 25 01:30:00 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Shell Hung >Release: Current-User >Organization: >Environment: >Description: This Perl extension allows you to extract meta information from various types of image files. It currently supports JPEG, GIF, PNG and more image types. >How-To-Repeat: >Fix: Shar file can be download from : http://www.shellhung.org/FreeBSD/patches/p5-Image-Info.shar thanks >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Aug 25 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 BC02337B410 for ; Sat, 25 Aug 2001 01:30:00 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7P8U0U22599; Sat, 25 Aug 2001 01:30:00 -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 041E237B407 for ; Sat, 25 Aug 2001 01:23:27 -0700 (PDT) (envelope-from nobody@FreeBSD.org) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7P8NQE21945; Sat, 25 Aug 2001 01:23:26 -0700 (PDT) (envelope-from nobody) Message-Id: <200108250823.f7P8NQE21945@freefall.freebsd.org> Date: Sat, 25 Aug 2001 01:23:26 -0700 (PDT) From: Shell Hung To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/30071: New Port: p5-Date-Handler - Perl module to calculates date differences Sender: owner-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: 30071 >Category: ports >Synopsis: New Port: p5-Date-Handler - Perl module to calculates date differences >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat Aug 25 01:30:00 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Shell Hung >Release: Current-User >Organization: >Environment: >Description: Date::Handler is a container for dates that holds all the methods to transform itself from Timezone to Timezone and format itself. It uses operator overloading and Delta date objects to calculates time differences. >How-To-Repeat: >Fix: Shar file can be download from : http://www.shellhung.org/FreeBSD/patches/p5-Date-Handler.shar thanks >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Aug 25 1: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 0474937B40D for ; Sat, 25 Aug 2001 01:30:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7P8U0322617; Sat, 25 Aug 2001 01:30:00 -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 E830537B405 for ; Sat, 25 Aug 2001 01:25:37 -0700 (PDT) (envelope-from nobody@FreeBSD.org) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7P8Pbp22258; Sat, 25 Aug 2001 01:25:37 -0700 (PDT) (envelope-from nobody) Message-Id: <200108250825.f7P8Pbp22258@freefall.freebsd.org> Date: Sat, 25 Aug 2001 01:25:37 -0700 (PDT) From: Shell Hung To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/30073: UPDATE : devel/p5-Test-Simple Sender: owner-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: 30073 >Category: ports >Synopsis: UPDATE : devel/p5-Test-Simple >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat Aug 25 01:30:00 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Shell Hung >Release: Current-User >Organization: >Environment: >Description: Newest upstrem released From 0.13 to 0.14 >How-To-Repeat: >Fix: Diff file can be download from : http://www.shellhung.org/FreeBSD/patches/p5-Test-Simple.diff thanks >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Aug 25 1:40: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 D53D737B412 for ; Sat, 25 Aug 2001 01:40:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7P8e2T23302; Sat, 25 Aug 2001 01:40:02 -0700 (PDT) (envelope-from gnats) Date: Sat, 25 Aug 2001 01:40:02 -0700 (PDT) Message-Id: <200108250840.f7P8e2T23302@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: "Chris Knight" Subject: RE: ports/30056: mod_php4 with gd selected doesn't compile. Reply-To: "Chris Knight" Sender: owner-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/30056; it has been noted by GNATS. From: "Chris Knight" To: "'Larry Rosenman'" Cc: Subject: RE: ports/30056: mod_php4 with gd selected doesn't compile. Date: Sat, 25 Aug 2001 18:32:26 +1000 Howdy, See http://www.FreeBSD.org/cgi/query-pr.cgi?pr=30028 for a temporary resolution to this problem. Regards, Chris Knight Systems Administrator AIMS Independent Computer Professionals Tel: +61 3 6334 6664 Fax: +61 3 6331 7032 Mob: +61 419 528 795 Web: http://www.aims.com.au > -----Original Message----- > From: owner-freebsd-ports@FreeBSD.ORG > [mailto:owner-freebsd-ports@FreeBSD.ORG]On Behalf Of Larry Rosenman > Sent: Saturday, 25 August 2001 6:26 > To: FreeBSD-gnats-submit@FreeBSD.ORG > Subject: ports/30056: mod_php4 with gd selected doesn't compile. > > > > >Number: 30056 > >Category: ports > >Synopsis: mod_php4 with gd selected doesn't compile. > >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 Aug 24 13:30:00 PDT 2001 > >Closed-Date: > >Last-Modified: > >Originator: Larry Rosenman > >Release: FreeBSD 4.4-RC i386 > >Organization: > Internet America, Inc. > >Environment: > System: FreeBSD ler-freebie.iadfw.net 4.4-RC FreeBSD 4.4-RC > #20: Fri Aug 17 15:48:23 CDT 2001 > ler@ler-freebie.iadfw.net:/usr/obj/usr/src/sys/LER-FREEBIE i386 > > > >Description: > Trying to compile ports/www/mod_php4 can't compile with gd > (this was from portupgrade). > >How-To-Repeat: > try to compile mod_php4 with gd support, receive: > Script started on Fri Aug 24 15:22:52 2001 > ler-freebie# cd /usr/ports/www/mod_php4 > ler-freebie# make > ===> Building for mod_php4-4.0.6_4 > Making all in Zend > Making all in main > Making all in ext > Making all in zlib > Making all in bcmath > Making all in libbcmath > Making all in src > Making all in curl > Making all in ftp > Making all in gd > /bin/sh /usr/ports/www/mod_php4/work/php-4.0.6/libtool > --silent --mode=compile cc -I. > -I/usr/ports/www/mod_php4/work/php-4.0.6/ext/gd > -I/usr/ports/www/mod_php4/work/php-4.0.6/main > -I/usr/ports/www/mod_php4/work/php-4.0.6 > -I/usr/local/include/apache > -I/usr/ports/www/mod_php4/work/php-4.0.6/Zend > -I/usr/local/include -I/usr/local/include/freetype2/freetype > -I/usr/local/include/gd -I/usr/local/include/c-client > -I/usr/local/include/pspell -I/usr/local/include/ucd-snmp > -I/usr/ports/www/mod_php4/work/php-4.0.6/TSRM > -I/usr/local/include/apache > -I/usr/ports/www/mod_php4/work/php-4.0.6/Zend > -I/usr/local/include -I/usr/local/include/freetype2/freetype > -I/usr/local/include/gd -I/usr/local/include/c-client > -I/usr/local/include/pspell -I/usr/local/include/ucd-snmp > -DHARD_SERVER_LIMIT=512 > -DDOCUMENT_LOCATION="/usr/local/www/data/" > -DDEFAULT_PATH="/usr/local/bin:/bin:/usr/bin" > -DACCEPT_FILTER_NAME="httpready" -DMOD_SSL=208104 -DEAPI > -DEAPI_MM -DUSE_EXPAT -DSUPPORT_UTF8 -O -pipe -march=pen! > tiumpro -c gd.c > gd.c: In function `php_if_imagegif': > gd.c:1404: `gdImageGif' undeclared (first use in this function) > gd.c:1404: (Each undeclared identifier is reported only once > gd.c:1404: for each function it appears in.) > *** Error code 1 > > Stop in /usr/ports/www/mod_php4/work/php-4.0.6/ext/gd. > *** Error code 1 > > Stop in /usr/ports/www/mod_php4/work/php-4.0.6/ext/gd. > *** Error code 1 > > Stop in /usr/ports/www/mod_php4/work/php-4.0.6/ext. > *** Error code 1 > > Stop in /usr/ports/www/mod_php4/work/php-4.0.6. > *** Error code 1 > > Stop in /usr/ports/www/mod_php4. > *** Error code 1 > > Stop in /usr/ports/www/mod_php4. > *** Error code 1 > > Stop in /usr/ports/www/mod_php4. > ler-freebie# ^Dexit > $ ^D > > Script done on Fri Aug 24 15:23:30 2001 > >Fix: > > >Release-Note: > >Audit-Trail: > >Unformatted: > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-ports" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Aug 25 1:57:16 2001 Delivered-To: freebsd-ports@freebsd.org Received: from kawoserv.kawo2.rwth-aachen.de (kawoserv.kawo2.RWTH-Aachen.DE [134.130.180.1]) by hub.freebsd.org (Postfix) with ESMTP id 8802A37B406; Sat, 25 Aug 2001 01:57:10 -0700 (PDT) (envelope-from alex@fump.kawo2.rwth-aachen.de) Received: from fump.kawo2.rwth-aachen.de (root@fump.kawo2.rwth-aachen.de [134.130.181.148]) by kawoserv.kawo2.rwth-aachen.de (8.9.3/8.9.3) with ESMTP id KAA32181; Sat, 25 Aug 2001 10:57:09 +0200 Received: (from alex@localhost) by fump.kawo2.rwth-aachen.de (8.11.3/8.11.3) id f7P8vE103779; Sat, 25 Aug 2001 10:57:14 +0200 (CEST) (envelope-from alex) Date: Sat, 25 Aug 2001 10:57:13 +0200 From: Alexander Langer To: "David O'Brien" Cc: Bruce Evans , Nate Williams , arch@FreeBSD.ORG, ports@FreeBSD.ORG Subject: Re: ports.conf Message-ID: <20010825105713.A3763@fump.kawo2.rwth-aachen.de> Mail-Followup-To: Alexander Langer , David O'Brien , Bruce Evans , Nate Williams , arch@FreeBSD.ORG, ports@FreeBSD.ORG References: <20010824113242.B1095@zerogravity.kawo2.rwth-aachen.d> <20010824231632.G1542-100000@besplex.bde.org> <20010824154438.A11364@zerogravity.kawo2.rwth-aachen.d> <20010824083139.B85961@dragon.nuxi.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20010824083139.B85961@dragon.nuxi.com>; from obrien@FreeBSD.ORG on Fri, Aug 24, 2001 at 08:31:40AM -0700 X-PGP-Fingerprint: 44 28 CA 4C 46 5B D3 A8 A8 E3 BA F3 4E 60 7D 7F X-PGP-at: finger alex@big.endian.de X-Verwirrung: Dieser Header dient der allgemeinen Verwirrung. Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Thus spake David O'Brien (obrien@FreeBSD.ORG): > > /usr/share/examples/etc doesn't really fit either. > Why? Uhm, no idea why I wrote that. It fits perfectly. Alex To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Aug 25 2:46:40 2001 Delivered-To: freebsd-ports@freebsd.org Received: from voyager.myzona.net (dsl027-179-063.sfo1.dsl.speakeasy.net [216.27.179.63]) by hub.freebsd.org (Postfix) with ESMTP id 2F80937B409; Sat, 25 Aug 2001 02:46:29 -0700 (PDT) (envelope-from alex@myzona.net) Received: from parkson (adsl-64-166-84-172.dsl.sntc01.pacbell.net [64.166.84.172]) by voyager.myzona.net with SMTP id f7P9gVR32304; Sat, 25 Aug 2001 02:42:31 -0700 (PDT) (envelope-from alex@myzona.net) Message-ID: <000c01c12d4a$60a8f580$9601a8c0@parkson> Reply-To: "Alex M" From: "Alex M" To: , Subject: mod_jk and tomcat Date: Sat, 25 Aug 2001 02:43:20 -0700 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2479.0006 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2479.0006 Sender: owner-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 all, i dont know if it should be posted to freebsd-java, but i hope you can help me, i have been struggling for over 2 weeks now. I am trying to run JSP support on Apache, i have apache-1.3.20 and tomcat 3.2.3 and mod_jk installed on my freebsd 4.3-stable machine. The directions to run mod_jk from port didnt help me, so i did the following. In order to run mod_jk properly, i added Include /usr/local/etc/apache/mod_jk.conf in httpd.conf # cat /usr/local/etc/apache/mod_jk.conf LoadModule jk_module /usr/local/libexec/apache/mod_jk.so JkWorkersFile /usr/local/tomcat/conf/workers.properties JkLogFile /var/log/mod_jk.log JkLogLevel warn JkMount /*.jsp ajp13 JkMount /servlet/* ajp13 JkMount /examples/* ajp13 ok... i have restarted apache, made sure tomcat is running (/usr/local/etc/rc.d/tomcat.sh start), telneted to localhost:80 and did GET HTTP/1.1 | grep Server to make sure mod_jk module is loaded. Now, everything seems ok... I go on and try http://www.blahlblah.com/test.jsp and get error 500. Heres what mod_jk.log says:[jk_connect.c (108)]: Into jk_open_socket [jk_connect.c (115)]: jk_open_socket, try to connect socket = 9 [jk_connect.c (124)]: jk_open_socket, after connect ret = -1 [jk_connect.c (143)]: jk_open_socket, connect() failed errno = 60 [jk_ajp13_worker.c (174)]: In jk_endpoint_t::connect_to_tomcat, failed errno = 60 [jk_ajp13_worker.c (587)]: Error connecting to the Tomcat process. [jk_ajp13_worker.c (492)]: Into jk_endpoint_t::done I have no idea why? Anyone? I have tried several ways before, such as ApacheJserv and GNUJSP, but all failed. I decided to turn back to using mod_jk because i have seen sites sucessfully using mod_jk module to run jsp on apache, and mod_jk seems to be more easier and powerful than jserv. Did anyone succeed in what i am trying to achieve? NOTE: i am not currently subscribed to freebsd-questions. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Aug 25 3:56:46 2001 Delivered-To: freebsd-ports@freebsd.org Received: from ringworld.nanolink.com (discworld.nanolink.com [217.75.135.248]) by hub.freebsd.org (Postfix) with SMTP id 400C937B40D for ; Sat, 25 Aug 2001 03:56:30 -0700 (PDT) (envelope-from roam@ringlet.net) Received: (qmail 4668 invoked by uid 1000); 25 Aug 2001 10:54:52 -0000 Date: Sat, 25 Aug 2001 13:54:52 +0300 From: Peter Pentchev To: Patrick Li Cc: freebsd-ports@FreeBSD.org Subject: Re: ports/30038: NO MAINTAINER UPDATE: sysutils/fcron Message-ID: <20010825135451.A487@ringworld.oblivion.bg> Mail-Followup-To: Patrick Li , freebsd-ports@FreeBSD.org References: <200108250230.f7P2U1V67016@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: <200108250230.f7P2U1V67016@freefall.freebsd.org>; from pat@databits.net on Fri, Aug 24, 2001 at 07:30:01PM -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 Fri, Aug 24, 2001 at 07:30:01PM -0700, Patrick Li wrote: > The following reply was made to PR ports/30038; it has been noted by GNATS. > > From: Patrick Li > To: "David W. Chapman Jr." > Cc: freebsd-gnats-submit@FreeBSD.org, leeym@utopia.leeym.com > Subject: Re: ports/30038: NO MAINTAINER UPDATE: sysutils/fcron > Date: Fri, 24 Aug 2001 22:22:03 -0400 > > dwcjr, please look at bsd.port.mk! > > from bsd.port.mk: > MKDIR?= /bin/mkdir -p > > Well according to bento logs without ${PREFIX}/etc configure errors... > See if originator and you can modify configure to stop this... > Why backout when it was a temporary solution? > > -- Backout 1.5 of Makefile ETC is already set so why should configure need > -- to autodetect Also if you build as non-root you don't have correct perms on etc > Uhhhhh The part about building as non-root is correct - the 'configure' script should be changed to not require that. The part about 'ETC is already set' is not necessarily true - on a typical FreeBSD installation, /usr/local/etc is created at the time the first port or package is installed, when mtree is first run with the /usr/local hierarchy. If sysutils/fcron happens to be the first port to be built, or if it is built with a nonexistant PREFIX, ${PREFIX}/etc would not exist. G'luck, Peter -- You have, of course, just begun reading the sentence that you have just finished reading. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Aug 25 4: 3:32 2001 Delivered-To: freebsd-ports@freebsd.org Received: from ringworld.nanolink.com (discworld.nanolink.com [217.75.135.248]) by hub.freebsd.org (Postfix) with SMTP id 38B1837B407 for ; Sat, 25 Aug 2001 04:03:27 -0700 (PDT) (envelope-from roam@ringlet.net) Received: (qmail 4730 invoked by uid 1000); 25 Aug 2001 11:01:58 -0000 Date: Sat, 25 Aug 2001 14:01:58 +0300 From: Peter Pentchev To: Steve Howe Cc: anton@urc.ac.ru, ports@FreeBSD.org Subject: Re: FreeBSD Port: drweb-4.25 Message-ID: <20010825140158.C487@ringworld.oblivion.bg> Mail-Followup-To: Steve Howe , anton@urc.ac.ru, ports@FreeBSD.org References: <001401c12d23$90d3cef0$01000001@angla> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <001401c12d23$90d3cef0$01000001@angla>; from howe@carcass.dhs.org on Sat, Aug 25, 2001 at 02:05:30AM -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 Sat, Aug 25, 2001 at 02:05:30AM -0300, Steve Howe wrote: > Hello !!! > > > Just to notify... this port is NOT available on the ftp site !!! (ftp://ftp5.freebsd.org/pub/FreeBSD/branches/-current/ports/security/drweb/) > Is it ok ??? Yes, it usually takes some time for WWW/FTP mirrors to sync with the main repository. ftp.FreeBSD.org already has the ports/security/drweb/ directory, which means that ftp-master.FreeBSD.org has it; I would expect ftp5.FreeBSD.org to resync within the next day or so. 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 Sat Aug 25 4: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 742F537B413 for ; Sat, 25 Aug 2001 04:10:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7PBA3b49850; Sat, 25 Aug 2001 04:10: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 CD8A937B40E for ; Sat, 25 Aug 2001 04:08:46 -0700 (PDT) (envelope-from nobody@FreeBSD.org) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7PB8kN49752; Sat, 25 Aug 2001 04:08:46 -0700 (PDT) (envelope-from nobody) Message-Id: <200108251108.f7PB8kN49752@freefall.freebsd.org> Date: Sat, 25 Aug 2001 04:08:46 -0700 (PDT) From: Kimura Fuyuki To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/30074: cannnot access samba services 'Bad 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: 30074 >Category: ports >Synopsis: cannnot access samba services 'Bad password' >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sat Aug 25 04:10:03 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Kimura Fuyuki >Release: FreeBSD 4.4-RC i386 >Organization: >Environment: FreeBSD ns.test 4.4-RC FreeBSD 4.4-RC #12: Wed Aug 22 18:28:13 JST 2001 root@ns.test:/sack/obj/usr/src/sys/NS i386 >Description: Cannot access samba's auth-required services with the error 'Bad password'. >How-To-Repeat: Install samba-devel, # smbclient //yourhost/yourservice and enter the pass. >Fix: Fix the configure.in. See http://pserver.samba.org/cgi-bin/cvsweb/samba/source/configure?rev=1.125.4.57&content-type=text/x-cvsweb-markup >Release-Note: >Audit-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 Aug 25 4: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 25F8337B411 for ; Sat, 25 Aug 2001 04:10:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7PBA3M49841; Sat, 25 Aug 2001 04:10:03 -0700 (PDT) (envelope-from gnats) Date: Sat, 25 Aug 2001 04:10:03 -0700 (PDT) Message-Id: <200108251110.f7PBA3M49841@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Peter Pentchev Subject: Re: ports/30058: Update: audio/ecasound fails to detect properly audiofile 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/30058; it has been noted by GNATS. From: Peter Pentchev To: The Anarcat Cc: FreeBSD-gnats-submit@freebsd.org Subject: Re: ports/30058: Update: audio/ecasound fails to detect properly audiofile Date: Sat, 25 Aug 2001 13:59:03 +0300 On Fri, Aug 24, 2001 at 04:51:57PM -0400, The Anarcat wrote: > > >Number: 30058 > >Category: ports > >Synopsis: Update: audio/ecasound fails to detect properly audiofile > >Originator: The Anarcat > >Release: FreeBSD 4.4-RC i386 > >Organization: > >Environment: > System: FreeBSD shall.anarcat.dyndns.org 4.4-RC FreeBSD 4.4-RC #4: Wed Aug 22 12:21:57 EDT 2001 anarcat@shall.anarcat.dyndns.org:/usr/obj/usr/src/sys/SHALL i386 > > ecasound-2.0.2 port > > >Description: > > Because of crappy autoconf macros, the configure script does not find > the audiofile libs unless called as: LD_FLAGS=/usr/local/lib > ./configure... > > >How-To-Repeat: > > (cd /usr/ports/audio/ecasound && make WITH_AUDIOFILE=yes) > > audiofile not detected. > > >Fix: > > Simple hack: we set LDFLAGS. Also set CFLAGS and CXXFLAGS while we're > here. Warning: audiofile support is still broken. For some reason, the > stupid flags don't get passed the whole Makefile hierarchy and > ecasound can't find the audiofile headers files. [snip] > .if defined(WITH_AUDIOFILE) > +# very crappy hack to detect audiofile properly > +CONFIGURE_ENV+= LDFLAGS=-L/usr/local/lib CFLAGS=-I/usr/local/include \ > + CXXFLAGS=-I/usr/local/include When GNU configure scripts check for include files, they usually only invoke gcc -E, not a full compiler. In that case, only the preprocessor is invoked, and it does not honor CFLAGS. Try setting CPPFLAGS, as in mail/fetchmail/Makefile. Also, I believe you might need to modify the MAKE_ENV, too, though most GNU configure scripts pass CFLAGS, CPPFLAGS and the rest properly. G'luck, Peter -- This would easier understand fewer had omitted. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Aug 25 4:46: 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 4F47437B401; Sat, 25 Aug 2001 04:45:59 -0700 (PDT) (envelope-from roam@FreeBSD.org) Received: (from roam@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7PBeCn51637; Sat, 25 Aug 2001 04:40:12 -0700 (PDT) (envelope-from roam) Date: Sat, 25 Aug 2001 04:40:12 -0700 (PDT) From: Message-Id: <200108251140.f7PBeCn51637@freefall.freebsd.org> To: roam@FreeBSD.org, freebsd-ports@FreeBSD.org, dwcjr@FreeBSD.org Subject: Re: ports/30074: cannnot access samba services 'Bad 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: cannnot access samba services 'Bad password' Responsible-Changed-From-To: freebsd-ports->dwcjr Responsible-Changed-By: roam Responsible-Changed-When: Sat Aug 25 04:37:06 PDT 2001 Responsible-Changed-Why: Over to maintainer. David, this looks like something that could be added to the files/patch-ba configure.in patch once you actually figure out *what* was reordered in configure.in :) http://www.FreeBSD.org/cgi/query-pr.cgi?pr=30074 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Aug 25 5:56: 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 7A6A337B40C; Sat, 25 Aug 2001 05:55:59 -0700 (PDT) (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7PCoWR59081; Sat, 25 Aug 2001 05:50:32 -0700 (PDT) (envelope-from olgeni) Date: Sat, 25 Aug 2001 05:50:32 -0700 (PDT) From: Message-Id: <200108251250.f7PCoWR59081@freefall.freebsd.org> To: olgeni@FreeBSD.org, freebsd-ports@FreeBSD.org, olgeni@FreeBSD.org Subject: Re: ports/30026: New port: x11-wm/mosfet-liquid: A High Performance Liquid KDE style engine Sender: owner-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: x11-wm/mosfet-liquid: A High Performance Liquid KDE style engine Responsible-Changed-From-To: freebsd-ports->olgeni Responsible-Changed-By: olgeni Responsible-Changed-When: Sat Aug 25 05:49:13 PDT 2001 Responsible-Changed-Why: I'll handle this. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=30026 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Aug 25 6: 1:56 2001 Delivered-To: freebsd-ports@freebsd.org Received: from relay.linkey.ru (relay.linkey.ru [195.133.229.1]) by hub.freebsd.org (Postfix) with ESMTP id 5F70037B409; Sat, 25 Aug 2001 06:01:47 -0700 (PDT) (envelope-from nick@intero.ru) Received: from dvlprwsfirst (231.141.linkey.ru [195.133.231.141] (may be forged)) by relay.linkey.ru (8.11.0/8.11.0) with SMTP id f7PD1ew21117; Sat, 25 Aug 2001 17:01:40 +0400 Message-ID: <000c01c12d66$5d8b2a00$0301a8c0@intero.ru> From: "Kondrashov Nickolay" To: Cc: Subject: FreeBSD Port: apache13-1.3.20 Date: Sat, 25 Aug 2001 17:03:41 +0400 MIME-Version: 1.0 Content-Type: text/plain; charset="koi8-r" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2615.200 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2615.200 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Hello, Ache! Sorry for disturbing you... I have some questions about installing Apache 1.3.20 port... I have downloaded directory pointed from www.freshoprts.org Apache 1.3.20 port entry In makefile there is string "PORTVERSION= 1.3.19".... isn't it error? What i need to do to install it? Is it enough to just type "make" in port directory, and no preparations needed? Can i change the installation directory? If yes, how? If not, in what directory it will be installed? Is it "/etc/apache"? Thank you. Nickolay Kondrashov, Russia To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Aug 25 6:36: 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 AC4E737B40A; Sat, 25 Aug 2001 06:36:02 -0700 (PDT) (envelope-from petef@FreeBSD.org) Received: (from petef@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7PDYFQ66795; Sat, 25 Aug 2001 06:34:15 -0700 (PDT) (envelope-from petef) Date: Sat, 25 Aug 2001 06:34:15 -0700 (PDT) From: Message-Id: <200108251334.f7PDYFQ66795@freefall.freebsd.org> To: petef@FreeBSD.org, freebsd-ports@FreeBSD.org, petef@FreeBSD.org Subject: Re: ports/30070: [PATCH] Update www/mod_php4 for latest XSLT 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: [PATCH] Update www/mod_php4 for latest XSLT support Responsible-Changed-From-To: freebsd-ports->petef Responsible-Changed-By: petef Responsible-Changed-When: Sat Aug 25 06:33:59 PDT 2001 Responsible-Changed-Why: I'll take care of this http://www.FreeBSD.org/cgi/query-pr.cgi?pr=30070 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Aug 25 6:46: 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 AA7AC37B405; Sat, 25 Aug 2001 06:45:59 -0700 (PDT) (envelope-from petef@FreeBSD.org) Received: (from petef@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7PDcnG88483; Sat, 25 Aug 2001 06:38:49 -0700 (PDT) (envelope-from petef) Date: Sat, 25 Aug 2001 06:38:49 -0700 (PDT) From: Message-Id: <200108251338.f7PDcnG88483@freefall.freebsd.org> To: petef@FreeBSD.org, freebsd-ports@FreeBSD.org, petef@FreeBSD.org Subject: Re: ports/30073: UPDATE : devel/p5-Test-Simple Sender: owner-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/p5-Test-Simple Responsible-Changed-From-To: freebsd-ports->petef Responsible-Changed-By: petef Responsible-Changed-When: Sat Aug 25 06:38:35 PDT 2001 Responsible-Changed-Why: I'll handle this http://www.FreeBSD.org/cgi/query-pr.cgi?pr=30073 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Aug 25 7: 6: 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 CB1DF37B40B; Sat, 25 Aug 2001 07:05:59 -0700 (PDT) (envelope-from petef@FreeBSD.org) Received: (from petef@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7PDxRK75999; Sat, 25 Aug 2001 06:59:27 -0700 (PDT) (envelope-from petef) Date: Sat, 25 Aug 2001 06:59:27 -0700 (PDT) From: Message-Id: <200108251359.f7PDxRK75999@freefall.freebsd.org> To: petef@FreeBSD.org, freebsd-ports@FreeBSD.org, petef@FreeBSD.org Subject: Re: ports/30071: New Port: p5-Date-Handler - Perl module to calculates date differences Sender: owner-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-Date-Handler - Perl module to calculates date differences Responsible-Changed-From-To: freebsd-ports->petef Responsible-Changed-By: petef Responsible-Changed-When: Sat Aug 25 06:59:04 PDT 2001 Responsible-Changed-Why: I'll take care of this http://www.FreeBSD.org/cgi/query-pr.cgi?pr=30071 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Aug 25 7: 6: 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 998AA37B407; Sat, 25 Aug 2001 07:05:59 -0700 (PDT) (envelope-from petef@FreeBSD.org) Received: (from petef@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7PDxfP76075; Sat, 25 Aug 2001 06:59:41 -0700 (PDT) (envelope-from petef) Date: Sat, 25 Aug 2001 06:59:41 -0700 (PDT) From: Message-Id: <200108251359.f7PDxfP76075@freefall.freebsd.org> To: petef@FreeBSD.org, freebsd-ports@FreeBSD.org, petef@FreeBSD.org Subject: Re: ports/30072: New Port: p5-Image-Info - Perl module for getting images information Sender: owner-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-Image-Info - Perl module for getting images information Responsible-Changed-From-To: freebsd-ports->petef Responsible-Changed-By: petef Responsible-Changed-When: Sat Aug 25 06:59:32 PDT 2001 Responsible-Changed-Why: I'll take care of this http://www.FreeBSD.org/cgi/query-pr.cgi?pr=30072 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Aug 25 7: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 CC27537B40F for ; Sat, 25 Aug 2001 07:10:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7PEA1n79494; Sat, 25 Aug 2001 07:10:01 -0700 (PDT) (envelope-from gnats) Received: from camel.ck.tp.edu.tw (camel.ck.tp.edu.tw [203.64.26.1]) by hub.freebsd.org (Postfix) with ESMTP id 33F1A37B40C for ; Sat, 25 Aug 2001 07:04:52 -0700 (PDT) (envelope-from kcwu@ck.tp.edu.tw) Received: by camel.ck.tp.edu.tw (Postfix, from userid 263) id 6EDAF9B0C; Sat, 25 Aug 2001 22:04:44 +0800 (CST) Message-Id: <20010825140444.6EDAF9B0C@camel.ck.tp.edu.tw> Date: Sat, 25 Aug 2001 22:04:44 +0800 (CST) From: Kuang-che Wu Reply-To: Kuang-che Wu To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/30075: print/ggv just USE_GNOMELIBS Sender: owner-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: 30075 >Category: ports >Synopsis: print/ggv just USE_GNOMELIBS >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat Aug 25 07:10:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Kuang-che Wu >Release: FreeBSD 4.4-PRERELEASE i386 >Organization: Taipei Chien-kuo Senior High School >Environment: System: FreeBSD camel.ck.tp.edu.tw 4.4-PRERELEASE FreeBSD 4.4-PRERELEASE #0: Fri Aug 10 19:04:15 CST 2001 root@camel.ck.tp.edu.tw:/home/obj/usr/src/sys/camel i386 >Description: print/ggv only need gnome library, not other part of gnome components >How-To-Repeat: n/a >Fix: --- Makefile.old Sat Aug 25 21:47:09 2001 +++ Makefile Sat Aug 25 21:47:17 2001 @@ -16,7 +16,7 @@ RUN_DEPENDS= gs:${PORTSDIR}/print/ghostscript6 USE_X_PREFIX= yes -USE_GNOME= yes +USE_GNOMELIBS= yes USE_LIBTOOL= yes CONFIGURE_ARGS= --with-bonobo CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/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 Aug 25 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 30E8037B408 for ; Sat, 25 Aug 2001 07:30:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7PEU1980889; Sat, 25 Aug 2001 07:30:01 -0700 (PDT) (envelope-from gnats) Received: from cx344940-a.meta1.la.home.com (cx344940-a.meta1.la.home.com [24.6.21.74]) by hub.freebsd.org (Postfix) with ESMTP id 6455037B403 for ; Sat, 25 Aug 2001 07:21:43 -0700 (PDT) (envelope-from conrads@cx344940-a.meta1.la.home.com) Received: (from conrads@localhost) by cx344940-a.meta1.la.home.com (8.11.6/8.11.5) id f7PELhE57020; Sat, 25 Aug 2001 09:21:43 -0500 (CDT) (envelope-from conrads) Message-Id: <200108251421.f7PELhE57020@cx344940-a.meta1.la.home.com> Date: Sat, 25 Aug 2001 09:21:43 -0500 (CDT) From: Conrad Sabatier Reply-To: Conrad Sabatier To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/30076: ports/misc/pkg_tarup build fails Sender: owner-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: 30076 >Category: ports >Synopsis: ports/misc/pkg_tarup build fails >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 Aug 25 07:30:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Conrad Sabatier >Release: FreeBSD 4.4-RC i386 >Organization: >Environment: System: FreeBSD cx344940-a.meta1.la.home.com 4.4-RC FreeBSD 4.4-RC #0: Thu Aug 23 12:28:55 CDT 2001 root@cx344940-a.meta1.la.home.com:/usr/src/sys/compile/MYKERNEL i386 >Description: Attempting to make /usr/ports/misc/pkg_tarup produces the following output (using wget for make fetch): >How-To-Repeat: cd /usr/ports/misc/pkg_tarup make distclean rm -r /usr/ports/distfiles/pkg* make >Fix: Unknown >Release-Note: >Audit-Trail: >Unformatted: >> pkg_tarup?rev=1.2&content-type=text%2fplain doesn't seem to exist in /usr/ports/distfiles/. >> Attempting to fetch from http://cvsweb.netbsd.org/bsdweb.cgi/~checkout~/pkgsrc/pkgtools/pkg_tarup/files/. --09:18:48-- http://cvsweb.netbsd.org/bsdweb.cgi/%7Echeckout%7E/pkgsrc/pkgtools/pkg_tarup/files/pkg_tarup?rev=1.2&content-type=text/plain => `pkg_tarup?rev=1.2&content-type=text/plain' Connecting to cvsweb.netbsd.org:80... connected! HTTP request sent, awaiting response... 200 OK Length: unspecified [text/plain] 0K .. @ 50.06 KB/s 09:18:50 (48.10 KB/s) - `pkg_tarup?rev=1.2&content-type=text/plain' saved [2512] ===> Extracting for pkg_tarup-1.2_3 cannot open pkg_tarup?rev=1.2&content-type=text%2fplain: no such file *** Error code 2 Stop in /usr/ports/misc/pkg_tarup. *** Error code 1 Stop in /usr/ports/misc/pkg_tarup. *** Error code 1 Stop in /usr/ports/misc/pkg_tarup. *** Error code 1 Stop in /usr/ports/misc/pkg_tarup. *** Error code 1 Stop in /usr/ports/misc/pkg_tarup. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Aug 25 7: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 E2C4C37B409 for ; Sat, 25 Aug 2001 07:40:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7PEe2l81601; Sat, 25 Aug 2001 07:40:02 -0700 (PDT) (envelope-from gnats) Date: Sat, 25 Aug 2001 07:40:02 -0700 (PDT) Message-Id: <200108251440.f7PEe2l81601@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Peter Pentchev Subject: Re: ports/30076: ports/misc/pkg_tarup build fails 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/30076; it has been noted by GNATS. From: Peter Pentchev To: Conrad Sabatier Cc: FreeBSD-gnats-submit@freebsd.org Subject: Re: ports/30076: ports/misc/pkg_tarup build fails Date: Sat, 25 Aug 2001 17:37:00 +0300 On Sat, Aug 25, 2001 at 09:21:43AM -0500, Conrad Sabatier wrote: > > >Number: 30076 > >Category: ports > >Synopsis: ports/misc/pkg_tarup build fails > >Originator: Conrad Sabatier > >Release: FreeBSD 4.4-RC i386 > >Organization: > >Environment: > System: FreeBSD cx344940-a.meta1.la.home.com 4.4-RC FreeBSD 4.4-RC #0: Thu Aug 23 12:28:55 CDT 2001 root@cx344940-a.meta1.la.home.com:/usr/src/sys/compile/MYKERNEL i386 > > > >Description: > Attempting to make /usr/ports/misc/pkg_tarup produces the > following output (using wget for make fetch): > > >How-To-Repeat: > cd /usr/ports/misc/pkg_tarup > make distclean > rm -r /usr/ports/distfiles/pkg* > make > >> pkg_tarup?rev=1.2&content-type=text%2fplain doesn't seem to exist in > /usr/ports/distfiles/. [snip] > > 09:18:50 (48.10 KB/s) - `pkg_tarup?rev=1.2&content-type=text/plain' saved > [2512] > > ===> Extracting for pkg_tarup-1.2_3 > cannot open pkg_tarup?rev=1.2&content-type=text%2fplain: no such file Note the difference between the DISTNAME expected by the port (with the %2f character), and the filename as saved by wget (with a slash at that position). Try renaming the file - under whatever name wget saved it - to something saner, and then editing the port Makefile to set the DISTNAME to the saner filename you've chosen. 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 Sat Aug 25 7:56: 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 8D5A037B40B; Sat, 25 Aug 2001 07:55:59 -0700 (PDT) (envelope-from petef@FreeBSD.org) Received: (from petef@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7PEsw282558; Sat, 25 Aug 2001 07:54:58 -0700 (PDT) (envelope-from petef) Date: Sat, 25 Aug 2001 07:54:58 -0700 (PDT) From: Message-Id: <200108251454.f7PEsw282558@freefall.freebsd.org> To: petef@FreeBSD.org, freebsd-ports@FreeBSD.org, gnome@FreeBSD.org Subject: Re: ports/30075: print/ggv just USE_GNOMELIBS Sender: owner-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: print/ggv just USE_GNOMELIBS Responsible-Changed-From-To: freebsd-ports->gnome Responsible-Changed-By: petef Responsible-Changed-When: Sat Aug 25 07:54:46 PDT 2001 Responsible-Changed-Why: Over to maintainers http://www.FreeBSD.org/cgi/query-pr.cgi?pr=30075 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Aug 25 8: 0: 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 0CD6A37B406 for ; Sat, 25 Aug 2001 08:00:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7PF03T82982; Sat, 25 Aug 2001 08:00:03 -0700 (PDT) (envelope-from gnats) Date: Sat, 25 Aug 2001 08:00:03 -0700 (PDT) Message-Id: <200108251500.f7PF03T82982@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Conrad Sabatier Subject: Re: ports/30076: ports/misc/pkg_tarup build fails Reply-To: Conrad Sabatier Sender: owner-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/30076; it has been noted by GNATS. From: Conrad Sabatier To: Peter Pentchev Cc: FreeBSD-gnats-submit@freebsd.org Subject: Re: ports/30076: ports/misc/pkg_tarup build fails Date: Sat, 25 Aug 2001 09:55:47 -0500 (CDT) OK, using fetch instead of wget cures the problem. Still, it would be nice if it worked with either. :-) On 25-Aug-2001 Peter Pentchev wrote: > > Note the difference between the DISTNAME expected by the port (with the > %2f character), and the filename as saved by wget (with a slash at that > position). > > Try renaming the file - under whatever name wget saved it - to something > saner, and then editing the port Makefile to set the DISTNAME to > the saner filename you've chosen. > > G'luck, > Peter -- Conrad Sabatier conrads@home.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Aug 25 8: 6: 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 9244837B403; Sat, 25 Aug 2001 08:05:59 -0700 (PDT) (envelope-from roam@FreeBSD.org) Received: (from roam@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7PF5cX86436; Sat, 25 Aug 2001 08:05:38 -0700 (PDT) (envelope-from roam) Date: Sat, 25 Aug 2001 08:05:38 -0700 (PDT) From: Message-Id: <200108251505.f7PF5cX86436@freefall.freebsd.org> To: conrads@home.com, roam@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/30076: ports/misc/pkg_tarup build fails Sender: owner-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/misc/pkg_tarup build fails State-Changed-From-To: open->closed State-Changed-By: roam State-Changed-When: Sat Aug 25 08:03:53 PDT 2001 State-Changed-Why: The real solution to this problem would be to give the "distfile" some sane name. The current state of the port works with fetch(1), though, which is the "approved" fetch tool of the Ports Collection.. or something ;) http://www.FreeBSD.org/cgi/query-pr.cgi?pr=30076 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Aug 25 8:23:49 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 763F537B40F; Sat, 25 Aug 2001 08:23:36 -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 420534D833; Sun, 26 Aug 2001 00:23:35 +0900 (JST) Date: Sun, 26 Aug 2001 00:23:35 +0900 Message-ID: <86wv3sf9jc.wl@archon.local.idaemons.org> From: "Akinori MUSHA" To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org, ports@FreeBSD.org Subject: Re: cvs commit: ports/sysutils/portupgrade Makefile distinfo pkg-descr pkg-plist In-Reply-To: <200108251514.f7PFEhC87009@freefall.freebsd.org> References: <200108251514.f7PFEhC87009@freefall.freebsd.org> User-Agent: Wanderlust/2.7.2 (Too Funky) 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) 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.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 Sat, 25 Aug 2001 08:14:43 -0700 (PDT), I wrote: > - Implement portsclean -DD, which cleans all the distfiles which are > not referenced from any port that is currently installed, which while > portsclean -D only cleans the distfiles which are not referenced > from any port in the ports tree. [new] > Completions: > > - Improve and update zsh compdefs. > > - Add completion definitions for bash. [new] I don't constantly use bash or tcsh, so those who use them please correct, improve and enhance the completion definitions bundled in the port. They are installed under /usr/local/share/examples/portupgrade. (I'll certainly keep updating them along with the zsh compdefs as far as I can) Thank you, -- / /__ __ 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 Sat Aug 25 8:30: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 5923B37B407 for ; Sat, 25 Aug 2001 08:30:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7PFU1F88022; Sat, 25 Aug 2001 08:30:01 -0700 (PDT) (envelope-from gnats) Received: from cc92687-a.wlgrv1.pa.home.com (cc92687-a.wlgrv1.pa.home.com [24.5.63.190]) by hub.freebsd.org (Postfix) with ESMTP id 0D27C37B407 for ; Sat, 25 Aug 2001 08:23:06 -0700 (PDT) (envelope-from pat@cc92687-a.wlgrv1.pa.home.com) Received: (from root@localhost) by cc92687-a.wlgrv1.pa.home.com (8.11.6/8.11.5) id f7PFN5282379; Sat, 25 Aug 2001 11:23:05 -0400 (EDT) (envelope-from pat) Message-Id: <200108251523.f7PFN5282379@cc92687-a.wlgrv1.pa.home.com> Date: Sat, 25 Aug 2001 11:23:05 -0400 (EDT) From: Patrick Li Reply-To: Patrick Li To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/30077: New port security/qtfw Sender: owner-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: 30077 >Category: ports >Synopsis: New port security/qtfw >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat Aug 25 08:30:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Patrick Li >Release: FreeBSD 4.4-RC i386 >Organization: N/A >Environment: System: FreeBSD bottlenek 4.4-RC FreeBSD 4.4-RC #0: Wed Aug 22 12:13:02 EDT 2001 pat@bottlenek:/usr/src/sys/compile/BOTTLENEK i386 >Description: Qtfw is a Qt gui frontend for ipfw utility in FreeBSD. It helps configuring firewall in FreeBSD with a nice and comprehensive user interface. WWW: http://sourceforge.net/projects/qtfw/ >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: # # qtfw # qtfw/Makefile # qtfw/distinfo # qtfw/files # qtfw/files/patch-Makefile # qtfw/pkg-plist # qtfw/pkg-comment # qtfw/pkg-descr # echo c - qtfw mkdir -p qtfw > /dev/null 2>&1 echo x - qtfw/Makefile sed 's/^X//' >qtfw/Makefile << 'END-of-qtfw/Makefile' X# New ports collection makefile for: qtfw X# Date created: Sat Aug 25 10:42:02 EDT 2001 X# Whom: Patrick Li X# X# $FreeBSD$ X# X XPORTNAME= qtfw XPORTVERSION= 0.3.1 XCATEGORIES= security XMASTER_SITES= ${MASTER_SITE_SOURCEFORGE} XMASTER_SITE_SUBDIR= ${PORTNAME} X XMAINTAINER= pat@databits.net X XALL_TARGET= ${PORTNAME} XUSE_QT_VER= 2 X Xpost-install: X.if !defined(NOPORTDOCS) X @${MKDIR} ${PREFIX}/share/examples/${PORTNAME} X @${INSTALL_DATA} ${WRKSRC}/examples/* \ X ${PREFIX}/share/examples/${PORTNAME} X.endif X X.include END-of-qtfw/Makefile echo x - qtfw/distinfo sed 's/^X//' >qtfw/distinfo << 'END-of-qtfw/distinfo' XMD5 (qtfw-0.3.1.tar.gz) = 6860180726c24deea67218a34d83c7a8 END-of-qtfw/distinfo echo c - qtfw/files mkdir -p qtfw/files > /dev/null 2>&1 echo x - qtfw/files/patch-Makefile sed 's/^X//' >qtfw/files/patch-Makefile << 'END-of-qtfw/files/patch-Makefile' X--- Makefile.orig Fri Aug 24 12:17:26 2001 X+++ Makefile Sat Aug 25 10:49:38 2001 X@@ -7,18 +7,18 @@ X aboutdlg.cpp moc_aboutdlg.cpp X OBJS=$(SOURCES:.cpp=.o) X X-CFLAGS=-g -Wall -I/usr/X11R6/include/qt2 X-LDFLAGS=-L/usr/X11R6/lib -lqt2 X+CFLAGS=-g -Wall -I${X11BASE}/include/qt2 X+LDFLAGS=-L${X11BASE}/lib -lqt2 X X-INSTALL_PREFIX=/usr/X11R6 X+INSTALL_PREFIX=${PREFIX} X HTMLS:=`echo docs/*.html` X EXAMPLES:=`echo examples/*.html` X X $(TARGET):$(OBJS) X- g++ $(LDFLAGS) -o $(TARGET) $(OBJS) X+ ${CXX} $(LDFLAGS) -o $(TARGET) $(OBJS) X X .cpp.o: X- g++ $(CFLAGS) -c $< X+ ${CXX} $(CFLAGS) -c $< X X moc_mainformbase.cpp : mainformbase.H X moc2 mainformbase.H > moc_mainformbase.cpp X@@ -57,11 +57,7 @@ X rm -f moc_* X X install: $(TARGET) X- install -c $(TARGET) $(INSTALL_PREFIX)/bin/ X- install -d $(INSTALL_PREFIX)/share/$(TARGET)/docs/ X- install -d $(INSTALL_PREFIX)/share/$(TARGET)/examples/ X- cp -R docs/ $(INSTALL_PREFIX)/share/$(TARGET)/docs/ X- cp -R examples/ $(INSTALL_PREFIX)/share/$(TARGET)/examples/ X+ ${BSD_INSTALL_PROGRAM} $(TARGET) $(INSTALL_PREFIX)/bin X X uninstall: X rm -f $(INSTALL_PREFIX)/bin/$(TARGET) END-of-qtfw/files/patch-Makefile echo x - qtfw/pkg-plist sed 's/^X//' >qtfw/pkg-plist << 'END-of-qtfw/pkg-plist' Xbin/qtfw X%%PORTDOCS%%share/examples/qtfw/base.rules X%%PORTDOCS%%share/examples/qtfw/client.rules X%%PORTDOCS%%@dirrm share/examples/qtfw END-of-qtfw/pkg-plist echo x - qtfw/pkg-comment sed 's/^X//' >qtfw/pkg-comment << 'END-of-qtfw/pkg-comment' XA GUI frontend for ipfw utility in FreeBSD END-of-qtfw/pkg-comment echo x - qtfw/pkg-descr sed 's/^X//' >qtfw/pkg-descr << 'END-of-qtfw/pkg-descr' XQtfw is a Qt gui frontend for ipfw utility in FreeBSD. It helps Xconfiguring firewall in FreeBSD with a nice and comprehensive user Xinterface. X XWWW: http://sourceforge.net/projects/qtfw/ END-of-qtfw/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 Sat Aug 25 9: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 7ABAC37B407 for ; Sat, 25 Aug 2001 09:50:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7PGo3696352; Sat, 25 Aug 2001 09:50: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 4E3EE37B408 for ; Sat, 25 Aug 2001 09:44:54 -0700 (PDT) (envelope-from nobody@FreeBSD.org) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7PGisk96056; Sat, 25 Aug 2001 09:44:54 -0700 (PDT) (envelope-from nobody) Message-Id: <200108251644.f7PGisk96056@freefall.freebsd.org> Date: Sat, 25 Aug 2001 09:44:54 -0700 (PDT) From: TAKAHASHI Motonobu To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/30078: Accessing as root to SWAT in samba-devel (Samba-2.2.1a) always fails Sender: owner-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: 30078 >Category: ports >Synopsis: Accessing as root to SWAT in samba-devel (Samba-2.2.1a) always fails >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 Aug 25 09:50:03 PDT 2001 >Closed-Date: >Last-Modified: >Originator: TAKAHASHI Motonobu >Release: FreeBSD 4.3R >Organization: Samba Users Group Japan >Environment: FreeBSD vinus.home.monyo.com 4.3-RELEASE FreeBSD 4.3-RELEASE #0: Sat Apr 21 10:54:49 GMT 2001 jkh@narf.osd.bsdi.com:/usr/src/sys/compile/GENERIC i386 >Description: Accessing as root (uid=0) account to SWAT in Samba 2.2.1a always fails. Non-root user can access to SWAT to input correct account name and password. >How-To-Repeat: Configuring to enable SWAT with samba-devel in packages. Try to access SWAT, input root / correct root's password into SWAT authentication dialog. >Fix: re-configure with --with-pam and recompile. >Release-Note: >Audit-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 Aug 25 10: 6:22 2001 Delivered-To: freebsd-ports@freebsd.org Received: from web20303.mail.yahoo.com (web20303.mail.yahoo.com [216.136.226.84]) by hub.freebsd.org (Postfix) with SMTP id 1512637B401 for ; Sat, 25 Aug 2001 10:06:19 -0700 (PDT) (envelope-from cyrilkoffi1@yahoo.fr) Message-ID: <20010825170618.93937.qmail@web20303.mail.yahoo.com> Received: from [193.251.130.117] by web20303.mail.yahoo.com via HTTP; Sat, 25 Aug 2001 19:06:18 CEST Date: Sat, 25 Aug 2001 19:06:18 +0200 (CEST) From: =?iso-8859-1?q?cyril=20koffi?= Subject: very urgent , call me 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 ASSYLUM CAMP ABIDJAN Tell: 225 05 697 933 From: Cyril Koffi Attn: Director Dear Sir, I am Cyril Koffi the only son of late former Director of finance,Chief Vincent Koffi Sierra-Leone diamond and mining corporation.I must confess my agitation is real, and my words is my bond, in this proposal. My late father diverted this money meant for purchase of ammunition, for my country, during the peak of disastrous civil war in my country, now he has deposited the money in the BANK in Abidjan, where I am residing under political asylum with my mother Mrs Mary Koffi and younger sister. Now the war in my country is over with the help of ECOMOG soldiers, the present government of Sierra Leone has revoked the passport of all officers who served under the former regime and now ask countries to expel such person at the same time freeze their account and confiscate their asset, it is on this note that I am contacting you, all I needed from you is to furnish me with your bank particulars: 1) Account name 2) Account number 3) Bank address, telephone and fax number For you to assist me transfer this money in your private bank account, the said amount is (Twenty seven Million Dollars) $27 Million. I am compensating you with 15 % of the total money amount, now all my hope is banked on you and I really wants to invest this money in your country, were their is stability of Government, political and economic welfare. Honestly I want you to believe that this transaction is real and never a joke. My late father Chief Koffi gave me the photocopies of the certificate of deposit issued to me by the BANK on the date of deposit, for you to be clarify because, I do not expose my self to anybody I see, I believe that you are able to keep this transaction secret for me because this money is the hope of my life, it is important. Please call me immediately after you must have gone through my message fill free and make it urgent. That is the reason why I offered you 15 % of the total money amount, and in case of any other necessary expenses you might incur during this transaction. N.B Try and negotiate for me some profitable blue chip investment opportunities which is risky free which I can invest with this money when it is transferred to your account, personally I am interested in estate management and hotel business, please advise me. Call me back immediately you receive this message for more explanation.And promisse me my younger sister and our mother to be a father considering our situation and not to betray us. Thanks and God bless Best regards Cyril Koffi NB: my late father used me the only son as the beneficiary / next of kin on the day of deposit and also told me I need a foreign assistance of a foreigner with a legitimate bank Account abroad who will stand as co-beneficiary and partner abroad.please call me upon the receipt of this massage. ___________________________________________________________ Do You Yahoo!? -- Un e-mail gratuit @yahoo.fr ! Yahoo! Courrier : http://fr.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 Aug 25 10: 9:21 2001 Delivered-To: freebsd-ports@freebsd.org Received: from web20309.mail.yahoo.com (web20309.mail.yahoo.com [216.136.226.90]) by hub.freebsd.org (Postfix) with SMTP id 5362A37B408 for ; Sat, 25 Aug 2001 10:09:18 -0700 (PDT) (envelope-from cyrilkoffi1@yahoo.fr) Message-ID: <20010825170917.75389.qmail@web20309.mail.yahoo.com> Received: from [193.251.130.117] by web20309.mail.yahoo.com via HTTP; Sat, 25 Aug 2001 19:09:17 CEST Date: Sat, 25 Aug 2001 19:09:17 +0200 (CEST) From: =?iso-8859-1?q?cyril=20koffi?= Subject: very urgent , call me 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 ASSYLUM CAMP ABIDJAN Tell: 225 05 697 933 From: Cyril Koffi Attn: Director Dear Sir, I am Cyril Koffi the only son of late former Director of finance,Chief Vincent Koffi Sierra-Leone diamond and mining corporation.I must confess my agitation is real, and my words is my bond, in this proposal. My late father diverted this money meant for purchase of ammunition, for my country, during the peak of disastrous civil war in my country, now he has deposited the money in the BANK in Abidjan, where I am residing under political asylum with my mother Mrs Mary Koffi and younger sister. Now the war in my country is over with the help of ECOMOG soldiers, the present government of Sierra Leone has revoked the passport of all officers who served under the former regime and now ask countries to expel such person at the same time freeze their account and confiscate their asset, it is on this note that I am contacting you, all I needed from you is to furnish me with your bank particulars: 1) Account name 2) Account number 3) Bank address, telephone and fax number For you to assist me transfer this money in your private bank account, the said amount is (Twenty seven Million Dollars) $27 Million. I am compensating you with 15 % of the total money amount, now all my hope is banked on you and I really wants to invest this money in your country, were their is stability of Government, political and economic welfare. Honestly I want you to believe that this transaction is real and never a joke. My late father Chief Koffi gave me the photocopies of the certificate of deposit issued to me by the BANK on the date of deposit, for you to be clarify because, I do not expose my self to anybody I see, I believe that you are able to keep this transaction secret for me because this money is the hope of my life, it is important. Please call me immediately after you must have gone through my message fill free and make it urgent. That is the reason why I offered you 15 % of the total money amount, and in case of any other necessary expenses you might incur during this transaction. N.B Try and negotiate for me some profitable blue chip investment opportunities which is risky free which I can invest with this money when it is transferred to your account, personally I am interested in estate management and hotel business, please advise me. Call me back immediately you receive this message for more explanation.And promisse me my younger sister and our mother to be a father considering our situation and not to betray us. Thanks and God bless Best regards Cyril Koffi NB: my late father used me the only son as the beneficiary / next of kin on the day of deposit and also told me I need a foreign assistance of a foreigner with a legitimate bank Account abroad who will stand as co-beneficiary and partner abroad.please call me upon the receipt of this massage. ___________________________________________________________ Do You Yahoo!? -- Un e-mail gratuit @yahoo.fr ! Yahoo! Courrier : http://fr.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 Aug 25 10:46: 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 E932B37B406; Sat, 25 Aug 2001 10:45:59 -0700 (PDT) (envelope-from petef@FreeBSD.org) Received: (from petef@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7PHghJ06662; Sat, 25 Aug 2001 10:42:43 -0700 (PDT) (envelope-from petef) Date: Sat, 25 Aug 2001 10:42:43 -0700 (PDT) From: Message-Id: <200108251742.f7PHghJ06662@freefall.freebsd.org> To: petef@FreeBSD.org, freebsd-ports@FreeBSD.org, dwcjr@FreeBSD.org Subject: Re: ports/30078: Accessing as root to SWAT in samba-devel (Samba-2.2.1a) always fails Sender: owner-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: Accessing as root to SWAT in samba-devel (Samba-2.2.1a) always fails Responsible-Changed-From-To: freebsd-ports->dwcjr Responsible-Changed-By: petef Responsible-Changed-When: Sat Aug 25 10:42:35 PDT 2001 Responsible-Changed-Why: Over to maintainer http://www.FreeBSD.org/cgi/query-pr.cgi?pr=30078 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Aug 25 11: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 D2D6D37B409 for ; Sat, 25 Aug 2001 11:20:00 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7PIK0V12666; Sat, 25 Aug 2001 11:20:00 -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 0FBEB37B40A for ; Sat, 25 Aug 2001 11:16:21 -0700 (PDT) (envelope-from nobody@FreeBSD.org) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7PIGL012291; Sat, 25 Aug 2001 11:16:21 -0700 (PDT) (envelope-from nobody) Message-Id: <200108251816.f7PIGL012291@freefall.freebsd.org> Date: Sat, 25 Aug 2001 11:16:21 -0700 (PDT) From: Norikatsu Shigemura To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/30080: New port: Convert::ASCII::Armour Sender: owner-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: 30080 >Category: ports >Synopsis: New port: Convert::ASCII::Armour >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat Aug 25 11:20:00 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Norikatsu Shigemura >Release: FreeBSD 4.4-RC >Organization: Personal >Environment: FreeBSD sakura 4.4-RC FreeBSD 4.4-RC #32: Sat Aug 18 17:18:49 JST 2001 nork@sakura.xdsl.ne.jp:/usr/obj/usr/src/sys/SAKURA i386 >Description: This module converts hashes of binary octets into ASCII messages suitable for transfer over 6-bit clean transport channels. The encoded ASCII resembles PGP's armoured messages, but are in no way compatible with PGP. >How-To-Repeat: >Fix: begin 644 p5-Convert-ASCII-Armour.tar.gz M'XL("$KJASL"`W`U+4-O;G9ENLE8E+[ MZJ`^&?_5]54S1!ZP9]LP=-VQK*?C;YIW\;?;ID%JMMFR:J#+^+\X9LN80YJ' M98(0;-.`P]+G2^201["(,Y_=0AX42.-Q5N10)0FDR+E_A5SA95SX"YH=Y0P* MYF<\0@8Y+01.I2.*]N>]A418TC+07R')E[=_2MM.57\1B#^NX6(JIJE*3^`+\)]>F MF!4OS']PS#W_Z5]+\-^Q3,G_0V`7^J>)_C<*2FK]?_B_2F)>/-O&O_'?:MWQ MW]&-=G7^.[KD_R&0Q`MMA2RQ-1X7.!>/6J,Q=B?G\U_<2:.A[7)#JW)#$[G! MU%6J?,:\LIKXILSP'0;`TC!FT!AH_VTE:+W60KS1LC))X.-'JBM*_/PU'UU- M\K_B?TC4C[,HK[TX_PW#N.>_;0G^MR3_#X/AP(9O'XM_TU`ME5RC7KW_#CK0 M1AT=(XJ,+R:S47?H=NJ/6A1B.L2GWL6H4Z>/E-+OSMRSBXGG3COUW4\8R#A4Y[\R M[$YG[F0^]69"?/SA07]>U0/]<7>T>:@VGU[V!M[DSKHR_OE,;&<\<4^]WSIU M\H1"^MYH1G\NZ3WU8DKOTCL?S`?NV!T-*N/G%_WN>:\[=3>/5BC''_85RF;_ MW)WT?]IH@YCN785&WVJJH$Y(1"Z8TAXW&L>@9&1:L'BKU11?]#^4^C/,#;VA MJ_5\CH[UJ;U[_PJ+0K&Y57RFR7Z>KAA=,+7?:=JG1GT6+..;G*WRelease-Note: >Audit-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 Aug 25 11: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 5DAF537B409 for ; Sat, 25 Aug 2001 11:30:00 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7PIU0a13345; Sat, 25 Aug 2001 11:30:00 -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 B4DB537B406 for ; Sat, 25 Aug 2001 11:27:20 -0700 (PDT) (envelope-from nobody@FreeBSD.org) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7PIRKV13093; Sat, 25 Aug 2001 11:27:20 -0700 (PDT) (envelope-from nobody) Message-Id: <200108251827.f7PIRKV13093@freefall.freebsd.org> Date: Sat, 25 Aug 2001 11:27:20 -0700 (PDT) From: Aaron Kaplan To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/30081: kdenetwork2 build fails Sender: owner-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: 30081 >Category: ports >Synopsis: kdenetwork2 build fails >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sat Aug 25 11:30:00 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Aaron Kaplan >Release: 4.4-PRERELEASE#0 >Organization: >Environment: FreeBSD chillig.lo-res.org 4.4-PRERELEASE FreeBSD 4.4-PRERELEASE #0: Wed Aug 15 22:42:02 CEST 2001 root@chillig.lo-res.org:/usr/src/sys/compile/chillig i386 >Description: cd /usr/ports/.../kdenetwork2; make; and observe the build fail. some header file cannot be found. --- snip--- full log of build below --- snip --- (...) /usr/X11R6/bin/moc2 ./dict.h -o dict.moc c++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include -I/usr/include -I/usr/local/include -I/usr/include -I/usr/X11R6/include/qt2 -I/usr/include -I/usr/X11R6/include -I/usr/include -D_GETOPT_H -D_PTH_H_ -D_PTH_PTHREAD_H_ -I/usr/local/include -I/usr/local/include -I/usr/X11R6/include/qt2 -D_THREAD_SAFE -O2 -O -pipe -march=pentiumpro -fmemoize-lookups -fsave-memoized -fno-exceptions -fno-check-new -DQT_CLEAN_NAMESPACE -DQT_NO_COMPAT -DQT_NO_ASCII_CAST -pthread -c dict.cpp dict.cpp:39: kmdcodec.h: No such file or directory dict.cpp:40: kextsock.h: No such file or directory dict.cpp:41: ksocks.h: No such file or directory dict.cpp: In method `void DictAsyncClient::waitForWork()': dict.cpp:134: syntax error before `::' dict.cpp: In method `bool DictAsyncClient::getDefinitions()': dict.cpp:400: syntax error before `;' dict.cpp:414: `context' undeclared (first use this function) dict.cpp:414: (Each undeclared identifier is reported only once dict.cpp:414: for each function it appears in.) dict.cpp: In method `void DictAsyncClient::openConnection()': dict.cpp:810: syntax error before `;' dict.cpp:812: `ks' undeclared (first use this function) dict.cpp:815: `IO_LookupError' undeclared (first use this function) dict.cpp:819: syntax error before `::' dict.cpp:825: syntax error before `::' dict.cpp:852: syntax error before `;' dict.cpp: In method `void DictAsyncClient::doQuit()': dict.cpp:893: syntax error before `::' dict.cpp:898: syntax error before `::' dict.cpp: In method `bool DictAsyncClient::waitForRead()': dict.cpp:920: syntax error before `::' dict.cpp: In method `bool DictAsyncClient::waitForWrite()': dict.cpp:983: syntax error before `::' dict.cpp: In method `bool DictAsyncClient::sendBuffer()': dict.cpp:1056: syntax error before `::' dict.cpp: In method `bool DictAsyncClient::getNextLine()': dict.cpp:1100: syntax error before `::' dict.cpp: In method `DictInterface::DictInterface()': dict.cpp:1258: syntax error before `::' gmake[3]: *** [dict.o] Error 1 gmake[3]: Leaving directory `/usr/ports/net/kdenetwork2/work/kdenetwork-2.2/kdict' gmake[2]: *** [all-recursive] Error 1 gmake[2]: Leaving directory `/usr/ports/net/kdenetwork2/work/kdenetwork-2.2/kdict' gmake[1]: *** [all-recursive] Error 1 gmake[1]: Leaving directory `/usr/ports/net/kdenetwork2/work/kdenetwork-2.2' gmake: *** [all-recursive-am] Error 2 *** Error code 2 Stop in /usr/ports/net/kdenetwork2. *** Error code 1 ---- snip ---- I currently have these other ports installed: ---- snip --- Hermes-1.3.2 = up-to-date with port Mesa-3.4.1 < needs updating (port has 3.4.2_1) Mesa-3.4.2_1 = up-to-date with port ORBit-0.5.7 < needs updating (port has 0.5.8_1) OpenSSH-askpass-1.2.2.2001.02.24 = up-to-date with port PDL-2.1.1 = up-to-date with port Sablot-0.51 < needs updating (port has 0.65) XFree86-4.1.0_4 < needs updating (port has 4.1.0_6) XFree86-FontServer-4.1.0 = up-to-date with port XFree86-NestServer-4.0.3 < needs updating (port has 4.1.0) XFree86-PrintServer-4.1.0 = up-to-date with port XFree86-VirtualFramebufferServer-4 < needs updating (port has 4.1.0) XFree86-aoutlibs-3.3.3 < needs updating (port has 3.3.6.9) XFree86-clients-4.1.0 = up-to-date with port XFree86-documents-4.1.0 = up-to-date with port XFree86-font100dpi-4.1.0 = up-to-date with port XFree86-font75dpi-4.1.0 = up-to-date with port XFree86-fontDefaultBitmaps-4.1.0 = up-to-date with port XFree86-fontEncodings-4.1.0 = up-to-date with port XFree86-fontScalable-4.1.0 = up-to-date with port XFree86-libraries-4.1.0 = up-to-date with port XFree86-manuals-4.1.0 = up-to-date with port Xaw3d-1.5 = up-to-date with port a2ps-a4-4.3 = up-to-date with port a2ps-letter-4.13 = up-to-date with port aalib-1.2_2 = up-to-date with port afterstep-1.0 = up-to-date with port apsfilter-6.1.1 = up-to-date with port autoconf-2.13_1 = up-to-date with port automake-1.4.5_1 = up-to-date with port bash-2.05 = up-to-date with port bdfresize-1.5 = up-to-date with port bison-1.28 = up-to-date with port boehm-gc-5.3_1 = up-to-date with port bzip2-1.0.1 = up-to-date with port cclient-0104101757 < needs updating (port has 0106191041) cfs-1.4.0b2 = up-to-date with port cook-2.17_1 = up-to-date with port cvsup-bin-16.1 ? orphaned: net/cvsup-bin cvsutils-2001.02.05 < needs updating (port has 2001.07.05) db3-3.2.9_1 < needs updating (port has 3.2.9_2,1) emacs-20.7 = up-to-date with port esound-0.2.22 = up-to-date with port ethereal-0.8.16 < needs updating (port has 0.8.19_1) ettercap-0.5.2 = up-to-date with port expat-1.95.1_1 = up-to-date with port faces-1.6.1_1 = up-to-date with port fnlib-0.5 = up-to-date with port freetype-1.3.1_1 = up-to-date with port freetype2-2.0.3_1 < needs updating (port has 2.0.4) freetype2-2.0.4 = up-to-date with port gated-3.6.0 = up-to-date with port gd-1.8.4_2 < needs updating (port has 1.8.4_3) getbdf-1.0 = up-to-date with port gettext-0.10.35 = up-to-date with port ghostscript-6.50_6 = up-to-date with port ghostscript-nox11-6.50_6 = up-to-date with port ghostview-1.5 = up-to-date with port giftrans-1.12.2 = up-to-date with port gimp-1.2.1_2 < needs updating (port has 1.2.2,1) glib-1.2.10 < needs updating (port has 1.2.10_4) gmake-3.79.1 = up-to-date with port gnupg-1.0.6_1 = up-to-date with port gnuplot-3.7.1_1 = up-to-date with port gperf-2.7.2 = up-to-date with port graphviz-1.7c > succeeds port (port has 1.7.6) gsm-1.0.10 = up-to-date with port gtk-1.2.10 < needs updating (port has 1.2.10_2) gtk-1.2.10_2 = up-to-date with port gtkglarea-1.2.2 = up-to-date with port guile-1.4 = up-to-date with port hfsutils-3.2.6 = up-to-date with port icmpinfo-1.11 = up-to-date with port icmpquery-1.0.3 = up-to-date with port iconv-2.0_1 = up-to-date with port icqlib-1.0.0 = up-to-date with port imake-4.1.0 = up-to-date with port imlib-1.9.9 < needs updating (port has 1.9.11) iozone-3.53 = up-to-date with port ipcad-2.0 < needs updating (port has 2.5) ipcalc-0.34 = up-to-date with port javavmwrapper-1.1 = up-to-date with port jpeg-6b = up-to-date with port jpeg2ps-a4-1.8 = up-to-date with port kde-2.1.1 < needs updating (port has 2.2) kdeadmin-2.1.1 < needs updating (port has 2.2) kdebase-2.1.1 < needs updating (port has kdegames-2.1.1 < needs updating (port has 2.2) kdegraphics-2.1.1 < needs updating (port has 2.2) kdelibs-2.1.2 < needs updating (port has 2.2_1) kdemultimedia-2.1.1 < needs updating (port has 2.2) kdenetwork-2.1.1 < needs updating (port has 2.2) kdepim-2.1.1 < needs updating (port has 2.2) kdesdk-2.1.1 < needs updating (port has 2.2) kdestudio-2.0.0 = up-to-date with port kdesupport-2.1 = up-to-date with port kdeutils-2.1.1 < needs updating (port has 2.2) koffice-2.0.1_2 < needs updating (port has 1.1.rc1,1) ktelnet-2.0.43 = up-to-date with port ktexshell-0.4.0 = up-to-date with port kwix-1.0.9 = up-to-date with port lcms-1.07 = up-to-date with port libaudiofile-0.2.2 = up-to-date with port libghttp-1.0.9 = up-to-date with port libgnugetopt-1.1 = up-to-date with port libiconv-1.6.1 = up-to-date with port libmng-1.0.0_3 < needs updating (port has 1.0.2) libmng-1.0.2 = up-to-date with port libproplist-0.10.1 = up-to-date with port libtool-1.3.4_2 = up-to-date with port libungif-4.1.0b1 = up-to-date with port libunicode-0.4_2 = up-to-date with port libwww-5.3.1 = up-to-date with port libxml-1.8.11 < needs updating (port has 1.8.14_2) libxml2-2.3.10 < needs updating (port has 2.4.1) lincvs-0.2.3 = up-to-date with port links-0.96pre7 < needs updating (port has 0.96,1) linux-flashplugin-5.0r47 = up-to-date with port linux-jpeg-6b.9_1 = up-to-date with port linux-libglade-0.6_1 = up-to-date with port linux-libxml-1.4.0_1 = up-to-date with port linux-netscape-navigator-4.77 < needs updating (port has 4.78) linux-opera-5.0_1 > succeeds port (port has tp1) linux_base-6.1 = up-to-date with port linuxthreads-2.2.3_1 = up-to-date with port lsof-4.55 < needs updating (port has 4.57.1) lynx-2.8.3.1 = up-to-date with port m4-1.4 = up-to-date with port macutils-2.0b3 = up-to-date with port matrix-1.2 = up-to-date with port mhash-0.8.9 = up-to-date with port mlvwm-0.9.1 = up-to-date with port mp3blaster-3.0p7 < needs updating (port has 3.0p8) mpeg_lib-1.3.1 = up-to-date with port mtools-3.9.7_6 < needs updating (port has 3.9.7_7) mysql-client-3.23.36 < needs updating (port has 3.23.41) ncat-1.2.0 = up-to-date with port ncftp3-3.0.3 = up-to-date with port netscape-remote-1.0_1 = up-to-date with port netscape-wrapper-2000.07.07 = up-to-date with port nmap-2.54.b22 < needs updating (port has 2.54.b29) oneko-sakura5-1.2 = up-to-date with port open-motif-2.1.30_1 = up-to-date with port p5-CGI-2.76 ? orphaned: www/p5-CGI p5-Config-IniFiles-2.14 < needs updating (port has 2.19) p5-ConfigReader-0.5_1 = up-to-date with port p5-Digest-MD5-2.13 < needs updating (port has 2.14) p5-HTML-0.6 = up-to-date with port p5-HTML-Clean-0.8 = up-to-date with port p5-HTML-FillInForm-0.11 < needs updating (port has 0.18) p5-HTML-Navigation-0.26 = up-to-date with port p5-HTML-Pager-0.03 = up-to-date with port p5-HTML-Parser-3.20 < needs updating (port has 3.25) p5-HTML-QuickCheck-1.0b1 = up-to-date with port p5-HTML-Stream-1.45 < needs updating (port has 1.49) p5-HTML-Summary-0.017 = up-to-date with port p5-HTML-Table-1.07b < needs updating (port has 1.11) p5-HTML-TableExtract-1.06 = up-to-date with port p5-HTML-TableLayout-1.001008 = up-to-date with port p5-HTML-Tagset-3.03 = up-to-date with port p5-HTML-Template-2.2 < needs updating (port has 2.3) p5-HTML-Tree-3.1 < needs updating (port has 3.11) p5-HTTP-GHTTP-1.02 < needs updating (port has 1.06) p5-HTTPD-Tools-0.55 = up-to-date with port p5-MD5-2.02 = up-to-date with port p5-MIME-Base64-2.12 = up-to-date with port p5-Net-1.0703 = up-to-date with port p5-Net-SSLeay-1.07 = up-to-date with port p5-ParallelUA-2.49 < needs updating (port has 2.50) p5-ReadLine-Perl-0.9908 = up-to-date with port p5-URI-1.11 < needs updating (port has 1.15) p5-WWW-Search-2.10 < needs updating (port has 2.22) p5-XML-DOM-1.25 = up-to-date with port p5-XML-DT-0.19 = up-to-date with port p5-XML-Dumper-0.4 = up-to-date with port p5-XML-Parser-2.30 = up-to-date with port p5-XML-RSS-0.9 < needs updating (port has 0.97) p5-XML-Sablotron-0.51 < needs updating (port has 0.61_1) p5-XML-Simple-1.05 = up-to-date with port p5-XML-Stream-1.11 < needs updating (port has 1.12) p5-XML-TreeBuilder-3.08 < needs updating (port has 3.08_2) p5-XML-Writer-0.4 < needs updating (port has 0.4_1) p5-XML-XPath-1.04 < needs updating (port has 1.10) p5-bioperl-0.6.2 < needs updating (port has 0.7.1_1) p5-libwww-5.52_2 < needs updating (port has 5.53) p5-libxml-0.07 = up-to-date with port pgperl-2.17_1 = up-to-date with port pgplot-5.2.2 < needs updating (port has 5.2.2_1) pib-1.2 = up-to-date with port pilot-link-0.9.3 < needs updating (port has 0.9.5) pine-4.33_1 = up-to-date with port pkg_tarup-1.2_2 < needs updating (port has 1.2_3) pkgconfig-0.5.0_2 < needs updating (port has 0.8.0) png-1.0.12 = up-to-date with port popt-1.5.1 = up-to-date with port portupgrade-20010814 < needs updating (port has 20010823b) ppptraf-1.0 = up-to-date with port psmisc-17 = up-to-date with port pspell-0.12.1 = up-to-date with port psutils-a4-1.17_1 = up-to-date with port psutils-letter-1.17_1 = up-to-date with port python-2.0 < needs updating (port has 2.1.1) qt-2.3.0 < needs updating (port has 2.3.1) qt-2.3.1 = up-to-date with port queso-980922 = up-to-date with port racoon-20010802a_1 = up-to-date with port ratoolset-3.5.8 = up-to-date with port rfc-3.2 = up-to-date with port ripetools-2.4 = up-to-date with port rplay-3.3.2 = up-to-date with port ruby-1.6.4.2001.07.31 < needs updating (port has 1.6.4.2001.08.16) ruby-fnmatch-1.1b = up-to-date with port ruby-optparse-0.8.4 = up-to-date with port samba-2.0.9_1 < needs updating (port has 2.0.10) scrollkeeper-0.2_2 < needs updating (port has 0.2_3) sdl-1.2.0_2 < needs updating (port has setquota-0.1 = up-to-date with port sniff-1.0 = up-to-date with port staroffice-5.2 = up-to-date with port svgalib-1.4.2_1 = up-to-date with port tcl-8.2.3 = up-to-date with port tcl-8.3.3_3 < needs updating (port has 8.3.3_4) tcpshow-1.74 = up-to-date with port tcpstat-1.4 = up-to-date with port tcpview-1.0 = up-to-date with port tdetect-0.2 = up-to-date with port teTeX-1.0.7 = up-to-date with port tiff-3.5.5 = up-to-date with port tk-8.2.3 = up-to-date with port tk-8.3.3 = up-to-date with port traceroute-991603 = up-to-date with port ttmkfdir-0.0 = up-to-date with port unrar-2.50 = up-to-date with port unzip-5.42 = up-to-date with port urwfonts-1.0 = up-to-date with port uulib-0.5.13 = up-to-date with port w3m-0.2.1_1 = up-to-date with port wget-1.6_2 < needs updating (port has 1.7_3) wget-1.7 < needs updating (port has 1.7_3) windowmaker-0.65.0_1 < needs updating (port has 0.65.1_1) wmapm-3.1 = up-to-date with port wmbattery-1.13 < needs updating (port has 1.18) wmicons-1.0 = up-to-date with port wminet-2.0.2 = up-to-date with port wmmon-1.0b2 = up-to-date with port wmnet-1.2 = up-to-date with port uulib-0.5.13 = up-to-date with port w3m-0.2.1_1 = up-to-date with port wget-1.6_2 < needs updating (port has 1.7_3) wget-1.7 < needs updating (port has 1.7_3) windowmaker-0.65.0_1 < needs updating (port has 0.65.1_1) wmapm-3.1 = up-to-date with port wmbattery-1.13 < needs updating (port has 1.18) wmicons-1.0 = up-to-date with port wminet-2.0.2 = up-to-date with port wmmon-1.0b2 = up-to-date with port wmnet-1.2 = up-to-date with port wmnetmon-0.2p5 = up-to-date with port wmpccard-1.3 = up-to-date with port wmtime-1.0b2 = up-to-date with port wmtop-0.83 < needs updating (port has 0.84) xanim-2.80.2 = up-to-date with port xdvi-pl20 = up-to-date with port xemacs-basic-mule-packages-1.3 = up-to-date with port xemacs-mule-21.1.14 = up-to-date with port xemacs-mule-common-21.1.14 = up-to-date with port xemacs-packages-1.9 = up-to-date with port xferstats-2.14 = up-to-date with port xmame-0.37b13.2 < needs updating (port has 0.53.1) xosview-1.7.3 < needs updating (port has 1.7.4) xpm-3.4k = up-to-date with port xsysinfo-1.4a = up-to-date with port xsysstats-1.34 = up-to-date with port xv-3.10a_2 = up-to-date with port zip-2.3 = up-to-date with port Note that of course this happened while upgrading kde to 2.2 >How-To-Repeat: build the port. >Fix: >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Aug 25 12:23: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 430FF37B401 for ; Sat, 25 Aug 2001 12:23:10 -0700 (PDT) (envelope-from dwcjr@inethouston.net) Received: by leviathan.inethouston.net (Postfix, from userid 1001) id 5459110F431; Sat, 25 Aug 2001 14:23:13 -0500 (CDT) Date: Sat, 25 Aug 2001 14:23:13 -0500 From: "David W. Chapman Jr." To: Will Andrews Cc: ports@freebsd.org Subject: Re: cvs commit: ports/sysutils/fcron Makefile Message-ID: <20010825142313.I53260@leviathan.inethouston.net> Reply-To: "David W. Chapman Jr." Mail-Followup-To: Will Andrews , ports@freebsd.org References: <200108242259.f7OMxmD37685@freefall.freebsd.org> <20010824193607.A59099@peitho.fxp.org> <20010825170156.B33864@mithrandr.moria.org> <20010825142326.L35352@bohr.physics.purdue.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20010825142326.L35352@bohr.physics.purdue.edu> User-Agent: Mutt/1.3.21i 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, Aug 25, 2001 at 02:23:26PM -0500, Will Andrews wrote: > On Sat, Aug 25, 2001 at 05:01:56PM +0200, Neil Blakey-Milner (nbm@mithrandr.moria.org) wrote: > > > Won't this cause problems for those building ports as non-root? > > > Couldn't we simply patch configure[.in] to take our word for where > > > the proper etc dir is instead of bailing if it isn't found? > > > > Yes, that is _much_ better. In theory, we should be able to build with > > ${PREFIX} read-only. > > And in practice that's the best way to do it. Some authors are > stupid and require uid's or similar during configure or > build time... there is never a valid reason to write ${PREFIX} or > anything outside ${WRKSRC} during build time or before that. > I tried to patch configure.in, but apparently it still doesn't fix it, so if anyone wants to help me out, I'd appreciate it. -- 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 Sat Aug 25 12:25:40 2001 Delivered-To: freebsd-ports@freebsd.org Received: from franklin.physics.purdue.edu (franklin.physics.purdue.edu [128.210.146.222]) by hub.freebsd.org (Postfix) with ESMTP id 51A9637B401 for ; Sat, 25 Aug 2001 12:25:38 -0700 (PDT) (envelope-from will@physics.purdue.edu) Received: from physics.purdue.edu (bohr.physics.purdue.edu [128.210.67.12]) by franklin.physics.purdue.edu (Postfix) with ESMTP id DEF3420F0E for ; Sat, 25 Aug 2001 14:27:27 -0500 (EST) Received: by physics.purdue.edu (Postfix, from userid 12409) id 8CD445BC3; Sat, 25 Aug 2001 14:27:39 -0500 (EST) Date: Sat, 25 Aug 2001 14:27:39 -0500 From: Will Andrews To: ports@freebsd.org Subject: Re: cvs commit: ports/sysutils/fcron Makefile Message-ID: <20010825142739.M35352@bohr.physics.purdue.edu> Reply-To: Will Andrews Mail-Followup-To: ports@freebsd.org References: <200108242259.f7OMxmD37685@freefall.freebsd.org> <20010824193607.A59099@peitho.fxp.org> <20010825170156.B33864@mithrandr.moria.org> <20010825142326.L35352@bohr.physics.purdue.edu> <20010825142313.I53260@leviathan.inethouston.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.3.17i In-Reply-To: <20010825142313.I53260@leviathan.inethouston.net>; from dwcjr@inethouston.net on Sat, Aug 25, 2001 at 02:23:13PM -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, Aug 25, 2001 at 02:23:13PM -0500, David W. Chapman Jr. (dwcjr@inethouston.net) wrote: > I tried to patch configure.in, but apparently it still doesn't fix > it, so if anyone wants to help me out, I'd appreciate it. So post your patch? Since the port doesn't use USE_AUTOCONF but GNU_CONFIGURE instead, it would appear that the problem lies in your patch, but w/o further information there is nothing I can say about it... -- wca To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Aug 25 12:26:31 2001 Delivered-To: freebsd-ports@freebsd.org Received: from freebsd.shopcusa.com (freebsd.shopcusa.com [63.204.212.158]) by hub.freebsd.org (Postfix) with ESMTP id 005D437B406 for ; Sat, 25 Aug 2001 12:26:28 -0700 (PDT) (envelope-from webmaster@shopcusa.com) Received: (from root@localhost) by freebsd.shopcusa.com (8.11.5/8.11.4) id f7PJQXK37807; Sat, 25 Aug 2001 12:26:33 -0700 (PDT) (envelope-from webmaster@shopcusa.com) Received: from webmaster (webmaster.clayton.shopcusa.com [192.168.0.2]) by freebsd.shopcusa.com (8.11.5/8.11.4av) with SMTP id f7PJQWs37789; Sat, 25 Aug 2001 12:26:32 -0700 (PDT) (envelope-from webmaster@shopcusa.com) From: "ComputersUSA! WebMaster" To: Cc: Subject: FreeBSD Port: mplayer-0.18 Date: Sat, 25 Aug 2001 12:26:25 -0700 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2911.0) Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4807.1700 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 Question, is *.wmv supported yet under freebsd? When I try and play a *.wmv file, I get the following: MPlayer 0.18pre5(C) 2000-2001 Arpad Gereoffy Reading /home/firewolf/.mplayer/codecs.conf: 15 audio & 32 video codecs font: can't open file: /home/firewolf/.mplayer/font/font.desc Detected ASF file format! ==> Found audio stream: 1 ASF: audio scrambling: 1 x 1 x 813 ==> Found video stream: 2 VIDEO: [WMV2] 320x240 24bpp [V] filefmt:6 fourcc:0x32564D57 size:320x240 fps:1000.00 ftime:=0.0010 Detected audio codec: [divx] drv:4 (DivX audio (WMA)) install_fs: Operation not supported Couldn't install fs segment, expect segfault Did you reconfigure the kernel with "options USER_LDT"? Set_LDT Bus error (core dumped) I doubt the "options USER_LDT" pretains to freebsd, it sounds like something for linux.. but is it for freebsd? and does it work? am I going to notice any loss in stability? etc? thanks for your time, Chris. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Aug 25 12:37:49 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 0DF2937B408 for ; Sat, 25 Aug 2001 12:37:46 -0700 (PDT) (envelope-from dwcjr@inethouston.net) Received: by leviathan.inethouston.net (Postfix, from userid 1001) id 14FD110F431; Sat, 25 Aug 2001 14:37:49 -0500 (CDT) Date: Sat, 25 Aug 2001 14:37:49 -0500 From: "David W. Chapman Jr." To: Will Andrews Cc: ports@freebsd.org Subject: Re: cvs commit: ports/sysutils/fcron Makefile Message-ID: <20010825143748.J53260@leviathan.inethouston.net> Reply-To: "David W. Chapman Jr." Mail-Followup-To: Will Andrews , ports@freebsd.org References: <200108242259.f7OMxmD37685@freefall.freebsd.org> <20010824193607.A59099@peitho.fxp.org> <20010825170156.B33864@mithrandr.moria.org> <20010825142326.L35352@bohr.physics.purdue.edu> <20010825142313.I53260@leviathan.inethouston.net> <20010825142739.M35352@bohr.physics.purdue.edu> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="+QahgC5+KEYLbs62" Content-Disposition: inline In-Reply-To: <20010825142739.M35352@bohr.physics.purdue.edu> User-Agent: Mutt/1.3.21i 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 --+QahgC5+KEYLbs62 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Sat, Aug 25, 2001 at 02:27:39PM -0500, Will Andrews wrote: > On Sat, Aug 25, 2001 at 02:23:13PM -0500, David W. Chapman Jr. (dwcjr@inethouston.net) wrote: > > I tried to patch configure.in, but apparently it still doesn't fix > > it, so if anyone wants to help me out, I'd appreciate it. > > So post your patch? Since the port doesn't use USE_AUTOCONF but > GNU_CONFIGURE instead, it would appear that the problem lies in > your patch, but w/o further information there is nothing I can > say about it... > Since you put it that way I think I'll just do that. I think my problem was I missed a line I was supposed to comment out though as it appears to work fine now. -- David W. Chapman Jr. dwcjr@inethouston.net Raintree Network Services, Inc. dwcjr@freebsd.org FreeBSD Committer --+QahgC5+KEYLbs62 Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="fcron.patch" Index: Makefile =================================================================== RCS file: /home/ncvs/ports/sysutils/fcron/Makefile,v retrieving revision 1.6 diff -u -r1.6 Makefile --- Makefile 2001/08/25 00:03:13 1.6 +++ Makefile 2001/08/25 19:37:33 @@ -16,7 +16,7 @@ MAINTAINER= ports@FreeBSD.org -GNU_CONFIGURE= yes +USE_AUTOCONF= yes CONFIGURE_ARGS= --with-etcdir=${PREFIX}/etc --with-cflags="${CFLAGS}" \ --with-rootname=root --with-rootgroup=wheel \ --with-answer-all=yes Index: files/patch-configure.in =================================================================== RCS file: patch-configure.in diff -N patch-configure.in --- /dev/null Sat Aug 25 12:26:43 2001 +++ patch-configure.in Sat Aug 25 12:37:33 2001 @@ -0,0 +1,22 @@ +--- configure.in.orig Sun Jul 8 07:32:17 2001 ++++ configure.in Sat Aug 25 14:36:05 2001 +@@ -201,13 +201,13 @@ + fi + ;; + *) +- if test -d "$withval"; then ++# if test -d "$withval"; then + etcdir="$withval" +- AC_MSG_RESULT($withval) +- else +- AC_MSG_ERROR([ +-Directory $withval does not exist]) +- fi ++# AC_MSG_RESULT($withval) ++# else ++# AC_MSG_ERROR([ ++#Directory $withval does not exist]) ++# fi + ;; + esac ], + if test -d "/etc"; then --+QahgC5+KEYLbs62-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Aug 25 12:46: 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 10BB337B403; Sat, 25 Aug 2001 12:46:00 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: (from kris@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7PJj9g21663; Sat, 25 Aug 2001 12:45:09 -0700 (PDT) (envelope-from kris) Date: Sat, 25 Aug 2001 12:45:09 -0700 (PDT) From: Message-Id: <200108251945.f7PJj9g21663@freefall.freebsd.org> To: naddy@mips.inka.de, kris@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/29650: New: xworld-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: New: xworld-2.0 State-Changed-From-To: open->closed State-Changed-By: kris State-Changed-When: Sat Aug 25 12:44:41 PDT 2001 State-Changed-Why: Looks like we both came up with the same port! I'll set you as maintainer. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=29650 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Aug 25 13: 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 F3CC137B40A for ; Sat, 25 Aug 2001 13:00:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7PK01B23018; Sat, 25 Aug 2001 13:00: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 0F60B37B403 for ; Sat, 25 Aug 2001 12:55:22 -0700 (PDT) (envelope-from nobody@FreeBSD.org) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7PJtMl22578; Sat, 25 Aug 2001 12:55:22 -0700 (PDT) (envelope-from nobody) Message-Id: <200108251955.f7PJtMl22578@freefall.freebsd.org> Date: Sat, 25 Aug 2001 12:55:22 -0700 (PDT) From: Michael Joyner To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/30083: mtoolsfm has serious bug when started in paths > 49 char's. Sender: owner-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: 30083 >Category: ports >Synopsis: mtoolsfm has serious bug when started in paths > 49 char's. >Confidential: no >Severity: critical >Priority: high >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sat Aug 25 13:00:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Michael Joyner >Release: 4.3-20010721-STABLE >Organization: Edward Waters College >Environment: FreeBSD host100.internal 4.3-20010721-STABLE FreeBSD 4.3-20010721-STABLE #1: Sun Aug 5 16:39:18 EDT 2001 root@:/usr/src/sys/compile/workstation i386 >Description: The mtoolsfm port has a routine that is supposed to dynamically resize the buffer for getcwd. This code is seriously flawed and will fail if mtools starts up in a dir that is greater than 49 chars. >How-To-Repeat: Start up mtools in a dir that is greater than 49 bytes in length. >Fix: --- mtoolsfm.c.orig Sat Aug 25 15:30:09 2001 +++ mtoolsfm.c Sat Aug 25 15:36:21 2001 @@ -463,15 +463,21 @@ char *path = NULL; char *position; char *nextposition; + unsigned int path_length=50; + unsigned int path_add=50; + if (debug) { printf ("In gethdpath()\n"); printf (" whichside: %p\n", whichside); } clearpath (whichside); errno = 0; - path = malloc (50 * sizeof (char)); - while ((!getcwd (path, 49)) && (errno == ERANGE)) - path = g_realloc (path, (strlen (path) + 50) * sizeof (char)); + path = malloc (path_length * sizeof (char)); + while ((!getcwd (path, path_length - 2)) && (errno == ERANGE)) + { + if (debug) printf(" getcwd buffer resize: errno=%d, path_length=%d, path=%s\n",errno,path_length,path); + path = g_realloc (path, (path_length+=path_add) * sizeof (char)); + } strcat (path, "/"); if (debug) printf (" path: %s\n", path); >Release-Note: >Audit-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 Aug 25 13:19:57 2001 Delivered-To: freebsd-ports@freebsd.org Received: from peitho.fxp.org (peitho.fxp.org [209.26.95.40]) by hub.freebsd.org (Postfix) with ESMTP id 6FD0737B409 for ; Sat, 25 Aug 2001 13:19:53 -0700 (PDT) (envelope-from cdf.lists@fxp.org) Received: by peitho.fxp.org (Postfix, from userid 1501) id 4CEDC1361D; Sat, 25 Aug 2001 16:19:53 -0400 (EDT) Date: Sat, 25 Aug 2001 16:19:53 -0400 From: Chris Faulhaber To: ComputersUSA!WebMaster Cc: riggs@rrr.de, ports@freebsd.org Subject: Re: FreeBSD Port: mplayer-0.18 Message-ID: <20010825161953.A54524@peitho.fxp.org> References: Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="/04w6evG8XlLl3ft" Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.3.20i Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org --/04w6evG8XlLl3ft Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sat, Aug 25, 2001 at 12:26:25PM -0700, ComputersUSA! WebMaster wrote: > Question, is *.wmv supported yet under freebsd? >=20 > When I try and play a *.wmv file, I get the following: >=20 *snip* > Couldn't install fs segment, expect segfault > Did you reconfigure the kernel with "options USER_LDT"? > Set_LDT > Bus error (core dumped) >=20 > I doubt the "options USER_LDT" pretains to freebsd, it sounds like someth= ing > for linux.. but is it for freebsd? and does it work? am I going to notice > any loss in stability? etc? >=20 =46rom /sys/i386/conf/LINT: # Allow applications running in user space to control the Local Descriptor # Table (LDT). This is required by some ports. Future versions of FreeBSD # may require this option for some programs in the base system. # options USER_LDT #allow user-level control of i386 l= dt It appears you will need to recompile your kernel with the above option to use that software. For more information see http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig.html --=20 Chris D. Faulhaber - jedgar@fxp.org - jedgar@FreeBSD.org -------------------------------------------------------- FreeBSD: The Power To Serve - http://www.FreeBSD.org --/04w6evG8XlLl3ft Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (FreeBSD) Comment: FreeBSD: The Power To Serve iEYEARECAAYFAjuICGgACgkQObaG4P6BelBWRACfRHfj0qrqJ/dfhbXjOy1Ik6Fp RWcAn1MB3krpkB2UNvzgOjSM+MklVIKG =JP6v -----END PGP SIGNATURE----- --/04w6evG8XlLl3ft-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Aug 25 13: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 BEFC237B40F for ; Sat, 25 Aug 2001 13:30:06 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7PKU6l27914; Sat, 25 Aug 2001 13:30:06 -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 B90E037B405 for ; Sat, 25 Aug 2001 13:27:01 -0700 (PDT) (envelope-from sean@mat.tgd.net) Received: (qmail 49561 invoked from network); 25 Aug 2001 20:26:58 -0000 Received: from mat.tgd.net (64.81.67.116) by rand.tgd.net with QMQP; 25 Aug 2001 20:26:58 -0000 Message-Id: <20010825202700.45377.qmail@mat.tgd.net> Date: 25 Aug 2001 20:27:00 -0000 From: Sean@mat.tgd.net, Chittenden Reply-To: Sean Chittenden To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/30084: gtkhtml requires old version of gal Sender: owner-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: 30084 >Category: ports >Synopsis: gtkhtml requires old version of gal >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 Aug 25 13:30:03 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Sean Chittenden >Release: FreeBSD 4.4-PRERELEASE i386 >Organization: >Environment: System: FreeBSD mat.tgd.net 4.4-PRERELEASE FreeBSD 4.4-PRERELEASE #1: Mon Aug 13 00:31:06 PDT 2001 root@mat.tgd.net:/usr/obj/usr/src/sys/MAT i386 >Description: When doing a port upgrade of gtkhtml, it'll try and build gal-0.11.1 even though its installed because of a version mismatch. I don't think this is the most correct explaination, but the fix works and isn't a hack. ;) >How-To-Repeat: >Fix: Patch for www/gtkhtml/Makefile --- Makefile.orig Sat Aug 25 13:23:51 2001 +++ Makefile Sat Aug 25 13:23:23 2001 @@ -15,7 +15,7 @@ LIB_DEPENDS= glibwww.1:${PORTSDIR}/www/glibwww \ pspell.4:${PORTSDIR}/textproc/pspell \ - gal.9:${PORTSDIR}/x11-toolkits/gal \ + gal.11:${PORTSDIR}/x11-toolkits/gal \ ghttp.1:${PORTSDIR}/www/libghttp USE_X_PREFIX= yes >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Aug 25 13:46: 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 45F6337B403; Sat, 25 Aug 2001 13:46:01 -0700 (PDT) (envelope-from dwcjr@FreeBSD.org) Received: (from dwcjr@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7PKiox29028; Sat, 25 Aug 2001 13:44:50 -0700 (PDT) (envelope-from dwcjr) Date: Sat, 25 Aug 2001 13:44:50 -0700 (PDT) From: Message-Id: <200108252044.f7PKiox29028@freefall.freebsd.org> To: dwcjr@FreeBSD.org, freebsd-ports@FreeBSD.org, gnome@FreeBSD.org Subject: Re: ports/30084: gtkhtml requires old version of gal Sender: owner-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: gtkhtml requires old version of gal Responsible-Changed-From-To: freebsd-ports->gnome Responsible-Changed-By: dwcjr Responsible-Changed-When: Sat Aug 25 13:44:40 PDT 2001 Responsible-Changed-Why: Over to maintainer http://www.FreeBSD.org/cgi/query-pr.cgi?pr=30084 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Aug 25 14:32: 2 2001 Delivered-To: freebsd-ports@freebsd.org Received: from mail.fdma.com (mail.fdma.com [216.241.67.73]) by hub.freebsd.org (Postfix) with ESMTP id 7AB5737B408 for ; Sat, 25 Aug 2001 14:31:57 -0700 (PDT) (envelope-from scheidell@fdma.com) Received: from MIKELT (mikelt.scheidell.lan [192.168.3.6]) by mail.fdma.com (8.11.3/8.11.3) with SMTP id f7PLVtU16367 for ; Sat, 25 Aug 2001 17:31:55 -0400 (EDT) Message-ID: <005501c12dad$5d2480b0$0603a8c0@fdma.com> From: "Michael Scheidell" To: References: <20010825170917.75389.qmail@web20309.mail.yahoo.com> Subject: Re: very urgent , call me Date: Sat, 25 Aug 2001 17:31:54 -0400 Organization: Florida Datamation, Inc. 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 besides spam, this is exactly like the 'nigerian bank scam' according to us treasury dept: If you have been victimized by one of these schemes, please forward appropriate written documentation to the United States Secret Service, Financial Crimes Division, 950 H Street, NW, Washington, D.C. 20001, or telephone (202) 406-5850, or contact by e-mail. If you have received a letter, but have not lost any monies to this scheme, please fax a copy of that letter to (202) 406-5031. http://www.treas.gov/usss/index.htm?alert419.htm&1 ----- Original Message ----- From: "cyril koffi" Newsgroups: local.freebsd.ports Sent: Saturday, August 25, 2001 1:09 PM Subject: very urgent , call me > ASSYLUM CAMP ABIDJAN > Tell: 225 05 697 933 > From: Cyril Koffi > > Attn: Director > > Dear Sir, > > I am Cyril Koffi the only son of late former > Director of finance,Chief Vincent Koffi Sierra-Leone > diamond and mining corporation.I must confess my > agitation is real, and my words is > my bond, in this proposal. My late father > diverted this money meant for purchase of > ammunition, for my country, during the peak of > disastrous civil war in my country, now he has > deposited the money in the BANK in Abidjan, where I > am > residing under political asylum with my mother Mrs > Mary Koffi and younger sister. > Now the war in my country is over with the help of > ECOMOG soldiers, the present government of Sierra > Leone has revoked the passport of all officers who > served under the former regime and now ask countries > to expel such person at the same time freeze their > account and confiscate their asset, it is on this note > that I am contacting you, all I needed from you is to > furnish me with your bank particulars: > 1) Account name > 2) Account number > 3) Bank address, telephone and fax number > For you to assist me transfer this money in your > private bank account, the said amount is (Twenty > seven Million Dollars) $27 Million. > I am compensating you with 15 % of the total money > amount, now all my hope is banked on you and I really > wants to invest this money in your country, were their > is stability of Government, political and economic > welfare. > Honestly I want you to believe that this transaction > is real and never a joke. My late father Chief Koffi > gave me the photocopies of the certificate of deposit > issued to me by the BANK on the date of deposit, for > you to be clarify because, I do not expose my self to > anybody I see, I believe that you are able to keep > this transaction secret for me because this money is > the hope of my life, it is important. > Please call me immediately after you must have gone > through my message fill free and make it urgent. That > is the reason why I offered you 15 % of the total > money amount, and in case of any other necessary > expenses you might incur during this transaction. > > N.B Try and negotiate for me some profitable blue chip > investment opportunities which is risky free which I > can invest with this money when it is transferred to > your account, personally I am interested in estate > management and hotel business, please advise me. > Call me back immediately you receive this message for > more explanation.And promisse me my younger sister and > our mother to be a father considering our situation > and not to betray us. > > > Thanks and God bless > Best regards > > Cyril Koffi > > NB: my late father used me the only son as the > beneficiary / next of kin on the day of deposit and > also told me I need a foreign assistance of a > foreigner with a legitimate bank Account abroad who > will stand as co-beneficiary and partner abroad.please > call me upon the receipt of this massage. > > > > > ___________________________________________________________ > Do You Yahoo!? -- Un e-mail gratuit @yahoo.fr ! > Yahoo! Courrier : http://fr.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 Aug 25 15: 6: 5 2001 Delivered-To: freebsd-ports@freebsd.org Received: from yoda.bmi.net (yoda.bmi.net [204.57.191.163]) by hub.freebsd.org (Postfix) with ESMTP id 39E3F37B408; Sat, 25 Aug 2001 15:06:01 -0700 (PDT) (envelope-from jmcoopr@webmail.bmi.net) Received: from johncoop.MSHOME (drumheller-router.bmi.net [206.63.201.3] (may be forged)) by yoda.bmi.net (Pro-8.9.3/Pro-8.9.3) with ESMTP id PAA27603; Sat, 25 Aug 2001 15:05:27 -0700 Received: from johncoop.MSHOME (localhost [127.0.0.1]) by johncoop.MSHOME (8.11.6/8.11.6) with ESMTP id f7PM6G279149; Sat, 25 Aug 2001 15:06:16 -0700 (PDT) (envelope-from jmcoopr@webmail.bmi.net) Date: Sat, 25 Aug 2001 15:06:15 -0700 From: John Merryweather Cooper To: dwcjr@FreeBSD.ORG Cc: dwcjr@FreeBSD.ORG, freebsd-ports@FreeBSD.ORG, gnome@FreeBSD.ORG Subject: Re: ports/30084: gtkhtml requires old version of gal Message-ID: <20010825150615.W23980@johncoop> References: <200108252044.f7PKiox29028@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit In-Reply-To: <200108252044.f7PKiox29028@freefall.freebsd.org>; from dwcjr@FreeBSD.ORG on Sat, Aug 25, 2001 at 13:44:50 -0700 X-Mailer: Balsa 1.1.7 Lines: 19 Sender: owner-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 2001.08.25 13:44 dwcjr@FreeBSD.ORG wrote: > Synopsis: gtkhtml requires old version of gal > > Responsible-Changed-From-To: freebsd-ports->gnome > Responsible-Changed-By: dwcjr > Responsible-Changed-When: Sat Aug 25 13:44:40 PDT 2001 > Responsible-Changed-Why: > Over to maintainer > > http://www.FreeBSD.org/cgi/query-pr.cgi?pr=30084 > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-ports" in the body of the message > This is the same problem reported by my PR ports/29998; the difference is that my PR contains the patch to fix it. jmc To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Aug 25 15: 7:47 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 2E13337B40B; Sat, 25 Aug 2001 15:07:42 -0700 (PDT) (envelope-from dwcjr@inethouston.net) Received: by leviathan.inethouston.net (Postfix, from userid 1001) id 2524F10F431; Sat, 25 Aug 2001 17:07:46 -0500 (CDT) Date: Sat, 25 Aug 2001 17:07:46 -0500 From: "David W. Chapman Jr." To: John Merryweather Cooper Cc: dwcjr@FreeBSD.ORG, freebsd-ports@FreeBSD.ORG, gnome@FreeBSD.ORG Subject: Re: ports/30084: gtkhtml requires old version of gal Message-ID: <20010825170745.D66784@leviathan.inethouston.net> Reply-To: "David W. Chapman Jr." Mail-Followup-To: "David W. Chapman Jr." , John Merryweather Cooper , dwcjr@FreeBSD.ORG, freebsd-ports@FreeBSD.ORG, gnome@FreeBSD.ORG References: <200108252044.f7PKiox29028@freefall.freebsd.org> <20010825150615.W23980@johncoop> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20010825150615.W23980@johncoop> User-Agent: Mutt/1.3.21i 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, Aug 25, 2001 at 03:06:15PM -0700, John Merryweather Cooper wrote: > On 2001.08.25 13:44 dwcjr@FreeBSD.ORG wrote: > > Synopsis: gtkhtml requires old version of gal > > > > Responsible-Changed-From-To: freebsd-ports->gnome > > Responsible-Changed-By: dwcjr > > Responsible-Changed-When: Sat Aug 25 13:44:40 PDT 2001 > > Responsible-Changed-Why: > > Over to maintainer > > > > http://www.FreeBSD.org/cgi/query-pr.cgi?pr=30084 > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > with "unsubscribe freebsd-ports" in the body of the message > > > > This is the same problem reported by my PR ports/29998; the difference > is that my PR contains the patch to fix it. > Both pr's contain a patch to fix it. -- 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 Sat Aug 25 15:31:41 2001 Delivered-To: freebsd-ports@freebsd.org Received: from yoda.bmi.net (yoda.bmi.net [204.57.191.163]) by hub.freebsd.org (Postfix) with ESMTP id 41DC637B40D; Sat, 25 Aug 2001 15:31:36 -0700 (PDT) (envelope-from jmcoopr@webmail.bmi.net) Received: from johncoop.MSHOME (drumheller-router.bmi.net [206.63.201.3] (may be forged)) by yoda.bmi.net (Pro-8.9.3/Pro-8.9.3) with ESMTP id PAA31140; Sat, 25 Aug 2001 15:31:10 -0700 Received: from johncoop.MSHOME (localhost [127.0.0.1]) by johncoop.MSHOME (8.11.6/8.11.6) with ESMTP id f7PMVxR00679; Sat, 25 Aug 2001 15:31:59 -0700 (PDT) (envelope-from jmcoopr@webmail.bmi.net) Date: Sat, 25 Aug 2001 15:06:15 -0700 From: John Merryweather Cooper To: dwcjr@FreeBSD.ORG Cc: dwcjr@FreeBSD.ORG, freebsd-ports@FreeBSD.ORG, gnome@FreeBSD.ORG Subject: Re: ports/30084: gtkhtml requires old version of gal Message-ID: <20010825150615.W23980@johncoop> References: <200108252044.f7PKiox29028@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit In-Reply-To: <200108252044.f7PKiox29028@freefall.freebsd.org>; from dwcjr@FreeBSD.ORG on Sat, Aug 25, 2001 at 13:44:50 -0700 X-Mailer: Balsa 1.1.7 Lines: 19 Sender: owner-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 2001.08.25 13:44 dwcjr@FreeBSD.ORG wrote: > Synopsis: gtkhtml requires old version of gal > > Responsible-Changed-From-To: freebsd-ports->gnome > Responsible-Changed-By: dwcjr > Responsible-Changed-When: Sat Aug 25 13:44:40 PDT 2001 > Responsible-Changed-Why: > Over to maintainer > > http://www.FreeBSD.org/cgi/query-pr.cgi?pr=30084 > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-ports" in the body of the message > This is the same problem reported by my PR ports/29998; the difference is that my PR contains the patch to fix it. jmc To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Aug 25 15:42:40 2001 Delivered-To: freebsd-ports@freebsd.org Received: from peitho.fxp.org (peitho.fxp.org [209.26.95.40]) by hub.freebsd.org (Postfix) with ESMTP id 9267037B408 for ; Sat, 25 Aug 2001 15:42:33 -0700 (PDT) (envelope-from cdf.lists@fxp.org) Received: by peitho.fxp.org (Postfix, from userid 1501) id 07EE51361D; Sat, 25 Aug 2001 18:42:32 -0400 (EDT) Date: Sat, 25 Aug 2001 18:42:32 -0400 From: Chris Faulhaber To: Michael Scheidell Cc: freebsd-ports@freebsd.org Subject: Re: very urgent , call me Message-ID: <20010825184232.A41321@peitho.fxp.org> Mail-Followup-To: Chris Faulhaber , Michael Scheidell , freebsd-ports@freebsd.org References: <20010825170917.75389.qmail@web20309.mail.yahoo.com> <005501c12dad$5d2480b0$0603a8c0@fdma.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="ReaqsoxgOBHFXBhH" Content-Disposition: inline In-Reply-To: <005501c12dad$5d2480b0$0603a8c0@fdma.com> User-Agent: Mutt/1.3.20i Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org --ReaqsoxgOBHFXBhH Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sat, Aug 25, 2001 at 05:31:54PM -0400, Michael Scheidell wrote: > besides spam, this is exactly like the 'nigerian bank scam' >=20 > according to us treasury dept: > If you have been victimized by one of these schemes, please forward > appropriate written documentation to the United States Secret Service, > Financial Crimes Division, 950 H Street, NW, Washington, D.C. 20001, or > telephone (202) 406-5850, or contact by e-mail. >=20 > If you have received a letter, but have not lost any monies to this schem= e, > please fax a copy of that letter to (202) 406-5031. >=20 > http://www.treas.gov/usss/index.htm?alert419.htm&1 >=20 or http://www.buddyweiserman.com/ for someone else's experience --=20 Chris D. Faulhaber - jedgar@fxp.org - jedgar@FreeBSD.org -------------------------------------------------------- FreeBSD: The Power To Serve - http://www.FreeBSD.org --ReaqsoxgOBHFXBhH Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (FreeBSD) Comment: FreeBSD: The Power To Serve iEYEARECAAYFAjuIKdgACgkQObaG4P6BelBpagCdEJLnVi1kh6s9+lPb7EP3vkJ7 pgsAnj+VMtnARJi/EOkRySspTuiWsKxk =fcdE -----END PGP SIGNATURE----- --ReaqsoxgOBHFXBhH-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Aug 25 16:36: 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 1A0DD37B407; Sat, 25 Aug 2001 16:36:05 -0700 (PDT) (envelope-from lioux@FreeBSD.org) Received: (from lioux@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7PNTCR61792; Sat, 25 Aug 2001 16:29:12 -0700 (PDT) (envelope-from lioux) Date: Sat, 25 Aug 2001 16:29:12 -0700 (PDT) From: Message-Id: <200108252329.f7PNTCR61792@freefall.freebsd.org> To: pat@databits.net, lioux@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/29894: Add patch-gkrellweather.c to port misc/gkrellweather Sender: owner-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: Add patch-gkrellweather.c to port misc/gkrellweather State-Changed-From-To: open->closed State-Changed-By: lioux State-Changed-When: Sat Aug 25 16:28:56 PDT 2001 State-Changed-Why: Committed, thanks! http://www.FreeBSD.org/cgi/query-pr.cgi?pr=29894 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Aug 25 16: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 B541C37B411 for ; Sat, 25 Aug 2001 16:50:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7PNo1j63573; Sat, 25 Aug 2001 16:50:01 -0700 (PDT) (envelope-from gnats) Received: from totem.fix.no (totem.fix.no [213.142.66.130]) by hub.freebsd.org (Postfix) with ESMTP id 5E1B437B403 for ; Sat, 25 Aug 2001 16:40:23 -0700 (PDT) (envelope-from anders@totem.fix.no) Received: by totem.fix.no (Postfix, from userid 1000) id BB5C73C83; Sun, 26 Aug 2001 01:40:21 +0200 (CEST) Message-Id: <20010825234021.BB5C73C83@totem.fix.no> Date: Sun, 26 Aug 2001 01:40:21 +0200 (CEST) From: Anders Nordby Reply-To: Anders Nordby To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/30086: Update port: graphics/kuickshow Sender: owner-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: 30086 >Category: ports >Synopsis: Update port: graphics/kuickshow >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 Aug 25 16:50:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Anders Nordby >Release: FreeBSD 4.3-STABLE i386 >Organization: Fluxpod Information eXchange >Environment: >Description: -Update the port to version 0.8.2. -Fix WWW URL and MASTER_SITES. This supersedes PR ports/29716. File files/patch-configure is added. >How-To-Repeat: >Fix: diff -Nur kuickshow.old/Makefile kuickshow/Makefile --- kuickshow.old/Makefile Sun May 20 05:21:36 2001 +++ kuickshow/Makefile Sun Aug 26 00:41:17 2001 @@ -6,10 +6,10 @@ # PORTNAME= kuickshow -PORTVERSION= 0.8.1 +PORTVERSION= 0.8.2 CATEGORIES= graphics -MASTER_SITES= http://master.kde.org/~pfeiffer/kuickshow/ \ - ftp://ftp.nuug.no/pub/anders/distfiles/ +MASTER_SITES= MASTER_SITES=${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= ${PORTNAME} EXTRACT_SUFX= .tgz MAINTAINER= anders@fix.no diff -Nur kuickshow.old/distinfo kuickshow/distinfo --- kuickshow.old/distinfo Sun May 20 05:21:36 2001 +++ kuickshow/distinfo Sat Aug 25 19:05:14 2001 @@ -1 +1 @@ -MD5 (kuickshow-0.8.1.tgz) = 16cc2c0ffe1f61deae3cd1e86e3ecce1 +MD5 (kuickshow-0.8.2.tgz) = a1378b9caaaa4546981adc3dced76c4a diff -Nur kuickshow.old/files/patch-configure kuickshow/files/patch-configure --- kuickshow.old/files/patch-configure Thu Jan 1 01:00:00 1970 +++ kuickshow/files/patch-configure Sun Aug 26 00:20:22 2001 @@ -0,0 +1,69 @@ +--- configure.old Sun Aug 26 00:19:34 2001 ++++ configure Sun Aug 26 00:20:08 2001 +@@ -1246,13 +1246,13 @@ + CFLAGS="$ac_save_CFLAGS" + elif test $ac_cv_prog_cc_g = yes; then + if test "$GCC" = yes; then +- CFLAGS="-g -O2" ++ CFLAGS="-g" + else + CFLAGS="-g" + fi + else + if test "$GCC" = yes; then +- CFLAGS="-O2" ++ CFLAGS="" + else + CFLAGS= + fi +@@ -1261,14 +1261,14 @@ + + if test "$GCC" = "yes"; then + if test "$kde_use_debug_code" = "yes"; then +- CFLAGS="-g -O2 $CFLAGS" ++ CFLAGS="-g $CFLAGS" + case $host in + *-*-linux-gnu) + CFLAGS="-ansi -W -Wall -pedantic -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE $CFLAGS" + ;; + esac + else +- CFLAGS="-O2 $CFLAGS" ++ CFLAGS=" $CFLAGS" + fi + fi + +@@ -1423,13 +1423,13 @@ + CXXFLAGS="$ac_save_CXXFLAGS" + elif test $ac_cv_prog_cxx_g = yes; then + if test "$GXX" = yes; then +- CXXFLAGS="-g -O2" ++ CXXFLAGS="-g " + else + CXXFLAGS="-g" + fi + else + if test "$GXX" = yes; then +- CXXFLAGS="-O2" ++ CXXFLAGS="" + else + CXXFLAGS= + fi +@@ -1438,7 +1438,7 @@ + + if test "$GXX" = "yes"; then + if test "$kde_use_debug_code" = "yes"; then +- CXXFLAGS="-g -O2 -Wall -pedantic -W -Wpointer-arith -Wmissing-prototypes -Wwrite-strings $CXXFLAGS" ++ CXXFLAGS="-g -Wall -pedantic -W -Wpointer-arith -Wmissing-prototypes -Wwrite-strings $CXXFLAGS" + + + echo $ac_n "checking whether $CXX supports -Wno-long-long""... $ac_c" 1>&6 +@@ -1541,7 +1541,7 @@ + CXXFLAGS="-Wold-style-cast -Wredundant-decls -Wconversion $CXXFLAGS" + fi + else +- CXXFLAGS="-O2 $CXXFLAGS" ++ CXXFLAGS="$CXXFLAGS" + fi + fi + diff -Nur kuickshow.old/pkg-descr kuickshow/pkg-descr --- kuickshow.old/pkg-descr Sun May 20 05:21:36 2001 +++ kuickshow/pkg-descr Sat Aug 25 19:04:31 2001 @@ -6,6 +6,6 @@ configurable through dialogs. It offers a filebrowser with basic filemanager capabilities like renaming, deleting, creating directories, etc. -WWW: http://master.kde.org/~pfeiffer/kuickshow/ +WWW: http://kuickshow.sourceforge.net/ - Anders Nordby diff -Nur kuickshow.old/pkg-plist kuickshow/pkg-plist --- kuickshow.old/pkg-plist Sun May 20 05:21:36 2001 +++ kuickshow/pkg-plist Sat Aug 25 19:27:55 2001 @@ -9,28 +9,34 @@ %%PORTDOCS%%share/doc/HTML/de/kuickshow/ChangeLog %%PORTDOCS%%@dirrm share/doc/HTML/en/kuickshow %%PORTDOCS%%@dirrm share/doc/HTML/de/kuickshow -share/locale/es/LC_MESSAGES/kuickshow-0.8.1.mo -share/locale/pt_BR/LC_MESSAGES/kuickshow-0.8.1.mo -share/locale/pl/LC_MESSAGES/kuickshow-0.8.1.mo -share/locale/de/LC_MESSAGES/kuickshow-0.8.1.mo -share/locale/da/LC_MESSAGES/kuickshow-0.8.1.mo -share/locale/fr/LC_MESSAGES/kuickshow-0.8.1.mo -share/locale/nl/LC_MESSAGES/kuickshow-0.8.1.mo -share/locale/no/LC_MESSAGES/kuickshow-0.8.1.mo -share/locale/pt/LC_MESSAGES/kuickshow-0.8.1.mo -share/locale/sv/LC_MESSAGES/kuickshow-0.8.1.mo -share/locale/cs/LC_MESSAGES/kuickshow-0.8.1.mo -share/locale/hr/LC_MESSAGES/kuickshow-0.8.1.mo -share/locale/ro/LC_MESSAGES/kuickshow-0.8.1.mo -share/locale/uk/LC_MESSAGES/kuickshow-0.8.1.mo -share/locale/hu/LC_MESSAGES/kuickshow-0.8.1.mo -share/locale/po/LC_MESSAGES/kuickshow-0.8.1.mo -share/locale/br/LC_MESSAGES/kuickshow-0.8.1.mo +share/locale/af/LC_MESSAGES/kuickshow.mo +share/locale/bg/LC_MESSAGES/kuickshow.mo +share/locale/en_GB/LC_MESSAGES/kuickshow.mo +share/locale/es/LC_MESSAGES/kuickshow.mo +share/locale/pt_BR/LC_MESSAGES/kuickshow.mo +share/locale/pl/LC_MESSAGES/kuickshow.mo +share/locale/de/LC_MESSAGES/kuickshow.mo +share/locale/da/LC_MESSAGES/kuickshow.mo +share/locale/fr/LC_MESSAGES/kuickshow.mo +share/locale/lv/LC_MESSAGES/kuickshow.mo +share/locale/nl/LC_MESSAGES/kuickshow.mo +share/locale/no/LC_MESSAGES/kuickshow.mo +share/locale/pt/LC_MESSAGES/kuickshow.mo +share/locale/sv/LC_MESSAGES/kuickshow.mo +share/locale/cs/LC_MESSAGES/kuickshow.mo +share/locale/hr/LC_MESSAGES/kuickshow.mo +share/locale/ro/LC_MESSAGES/kuickshow.mo +share/locale/uk/LC_MESSAGES/kuickshow.mo +share/locale/hu/LC_MESSAGES/kuickshow.mo +share/locale/po/LC_MESSAGES/kuickshow.mo +share/locale/br/LC_MESSAGES/kuickshow.mo +share/apps/kuickshow/pics/ksslide.png +share/apps/kuickshow/pics/about.png share/applnk/Graphics/kuickshow.desktop -share/icons/locolor/16x16/actions/ksslide.png -share/icons/locolor/16x16/actions/about.png share/icons/locolor/16x16/apps/kuickshow.png share/icons/locolor/32x32/apps/kuickshow.png +share/icons/hicolor/32x32/apps/kuickshow.png +share/icons/hicolor/16x16/apps/kuickshow.png share/apps/kuickshow/im_palette.pal share/apps/kuickshow/pics/calibrate.png share/apps/kuickshow/pics/kuickshow-day.jpg >Release-Note: >Audit-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 Aug 25 17: 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 B7B3B37B409 for ; Sat, 25 Aug 2001 17:00:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7Q001t64474; Sat, 25 Aug 2001 17:00:01 -0700 (PDT) (envelope-from gnats) Received: from Mgw2-out.NCTU.edu.tw (Mgw2-out.NCTU.edu.tw [140.113.6.234]) by hub.freebsd.org (Postfix) with ESMTP id DACD837B409 for ; Sat, 25 Aug 2001 16:53:11 -0700 (PDT) (envelope-from gslin@infomath.math.nctu.edu.tw) Received: from infomath.math.nctu.edu.tw (infomath.math.nctu.edu.tw [140.113.22.119]) by Mgw2-out.NCTU.edu.tw (8.11.4/8.11.4) with ESMTP id f7PNr8T52338 for ; Sun, 26 Aug 2001 07:53:10 +0800 (CST) Received: by infomath.math.nctu.edu.tw (Postfix, from userid 1000) id 1ED273D98; Sun, 26 Aug 2001 07:53:08 +0800 (CST) Message-Id: <20010825235308.1ED273D98@infomath.math.nctu.edu.tw> Date: Sun, 26 Aug 2001 07:53:08 +0800 (CST) From: Gea-Suan Lin Reply-To: Gea-Suan Lin To: FreeBSD-gnats-submit@freebsd.org Cc: gslin@infomath.math.nctu.edu.tw X-Send-Pr-Version: 3.113 Subject: ports/30087: New port: archiver/lbrate Sender: owner-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: 30087 >Category: ports >Synopsis: New port: archiver/lbrate >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat Aug 25 17:00:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Gea-Suan Lin >Release: FreeBSD 4.4-RC i386 >Organization: >Environment: System: FreeBSD InfoMath.Math.NCTU.edu.tw 4.4-RC FreeBSD 4.4-RC #1: Thu Aug 23 14:35:48 CST 2001 root@InfoMath.Math.NCTU.edu.tw:/home/obj/usr/src/sys/InFoMath i386 >Description: lbrate extracts/decompresses files from the CP/M LBR format. (It can also list and test such archives.) It does this in an `unzip'-like manner, mostly hiding the details of individually compressed and renamed files, and transparently deals with the required decompression/renaming. lbrate is also (I believe) the only non-CP/M program to fully support decompressing files from all three CP/M compression schemes (Q, Z, Y). With this in mind, it can decompress such files directly, treating them as if they were single-entry LBRs. WWW: http://rus.members.beeb.net/lbrate.html - Gea-Suan Lin gslin@ccca.nctu.edu.tw >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: # # lbrate/ # lbrate/Makefile # lbrate/distinfo # lbrate/pkg-comment # lbrate/pkg-descr # lbrate/pkg-plist # echo c - lbrate/ mkdir -p lbrate/ > /dev/null 2>&1 echo x - lbrate/Makefile sed 's/^X//' >lbrate/Makefile << 'END-of-lbrate/Makefile' X# New ports collection makefile for: lbrate X# Date created: 26 August 2001 X# Whom: Gea-Suan Lin (gslin@ccca.nctu.edu.tw) X# X# $FreeBSD$ X# X XPORTNAME= lbrate XPORTVERSION= 1.0 XCATEGORIES= archivers XMASTER_SITES= ftp://ftp.ibiblio.org/pub/Linux/utils/compress/ X XMAINTAINER= gslin@ccca.nctu.edu.tw X XMAN1= lbrate.1 X Xpost-install: X.if !defined(NOPORTDOCS) X @${MKDIR} ${DOCSDIR} X.for FILE in COPYING ChangeLog README TODO X @${INSTALL_DATA} ${WRKSRC}/${FILE} ${DOCSDIR} X.endfor X.endif X X.include END-of-lbrate/Makefile echo x - lbrate/distinfo sed 's/^X//' >lbrate/distinfo << 'END-of-lbrate/distinfo' XMD5 (lbrate-1.0.tar.gz) = 5ccf0a60e993ca6e6ff7d4b1a7d4140b END-of-lbrate/distinfo echo x - lbrate/pkg-comment sed 's/^X//' >lbrate/pkg-comment << 'END-of-lbrate/pkg-comment' XExtract/decompress CP/M LBR archives END-of-lbrate/pkg-comment echo x - lbrate/pkg-descr sed 's/^X//' >lbrate/pkg-descr << 'END-of-lbrate/pkg-descr' Xlbrate extracts/decompresses files from the CP/M LBR format. (It can also list Xand test such archives.) It does this in an `unzip'-like manner, mostly hiding Xthe details of individually compressed and renamed files, and transparently Xdeals with the required decompression/renaming. X Xlbrate is also (I believe) the only non-CP/M program to fully support Xdecompressing files from all three CP/M compression schemes (Q, Z, Y). With Xthis in mind, it can decompress such files directly, treating them as if they Xwere single-entry LBRs. X XWWW: http://rus.members.beeb.net/lbrate.html X X- Gea-Suan Lin X gslin@ccca.nctu.edu.tw END-of-lbrate/pkg-descr echo x - lbrate/pkg-plist sed 's/^X//' >lbrate/pkg-plist << 'END-of-lbrate/pkg-plist' Xbin/lbrate X%%PORTDOCS%%share/doc/lbrate/COPYING X%%PORTDOCS%%share/doc/lbrate/ChangeLog X%%PORTDOCS%%share/doc/lbrate/README X%%PORTDOCS%%share/doc/lbrate/TODO X%%PORTDOCS%%@dirrm share/doc/lbrate END-of-lbrate/pkg-plist exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Aug 25 17: 0: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 DC0F837B40D for ; Sat, 25 Aug 2001 17:00:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7Q001f64483; Sat, 25 Aug 2001 17:00:01 -0700 (PDT) (envelope-from gnats) Received: from hrothgar.omcl.org (dsl254-009-160.sea1.dsl.speakeasy.net [216.254.9.160]) by hub.freebsd.org (Postfix) with ESMTP id C467537B405 for ; Sat, 25 Aug 2001 16:55:40 -0700 (PDT) (envelope-from spcoltri@hrothgar.omcl.org) Received: (from spcoltri@localhost) by hrothgar.omcl.org (8.11.6/8.11.6) id f7PNte929378; Sat, 25 Aug 2001 16:55:40 -0700 (PDT) (envelope-from spcoltri) Message-Id: <200108252355.f7PNte929378@hrothgar.omcl.org> Date: Sat, 25 Aug 2001 16:55:40 -0700 (PDT) From: Steve Coltrin Reply-To: Steve Coltrin To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/30088: MAINTAINER: upgrade audio/gnowavcut to 0.0.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: 30088 >Category: ports >Synopsis: MAINTAINER: upgrade audio/gnowavcut to 0.0.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: Sat Aug 25 17:00:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Steve Coltrin >Release: FreeBSD 4.4-RC i386 >Organization: Orbital Mind Control Lasers >Environment: System: FreeBSD hrothgar.omcl.org 4.4-RC FreeBSD 4.4-RC #0: Wed Aug 22 13:00:26 PDT 2001 spcoltri@hrothgar.omcl.org:/usr/obj/usr/src/sys/HROTHGAR i386 >Description: This patch upgrades the audio/gnowavcut port to 0.0.7 . >How-To-Repeat: >Fix: diff -ur gnowavcut-old/Makefile gnowavcut/Makefile --- gnowavcut-old/Makefile Sat Aug 25 16:49:27 2001 +++ gnowavcut/Makefile Sat Aug 25 16:49:35 2001 @@ -6,7 +6,7 @@ # PORTNAME= gnowavcut -PORTVERSION= 0.0.6 +PORTVERSION= 0.0.7 CATEGORIES= audio gnome MASTER_SITES= http://gnowavcut.good-day.net/src/ diff -ur gnowavcut-old/distinfo gnowavcut/distinfo --- gnowavcut-old/distinfo Sat Aug 25 16:49:27 2001 +++ gnowavcut/distinfo Sat Aug 25 16:49:59 2001 @@ -1 +1 @@ -MD5 (gnowavcut-0.0.6.tar.gz) = 306b10b0659568b2414a744eb4e0643f +MD5 (gnowavcut-0.0.7.tar.gz) = 5d5e7daad2158b07a348bb05bcd1dbf7 >Release-Note: >Audit-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 Aug 25 17: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 9D28937B409 for ; Sat, 25 Aug 2001 17:10:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7Q0A1V68234; Sat, 25 Aug 2001 17:10:01 -0700 (PDT) (envelope-from gnats) Received: from cc92687-a.wlgrv1.pa.home.com (cc92687-a.wlgrv1.pa.home.com [24.5.63.190]) by hub.freebsd.org (Postfix) with ESMTP id 9134037B406 for ; Sat, 25 Aug 2001 17:06:03 -0700 (PDT) (envelope-from pat@cc92687-a.wlgrv1.pa.home.com) Received: (from root@localhost) by cc92687-a.wlgrv1.pa.home.com (8.11.6/8.11.5) id f7Q062w88600; Sat, 25 Aug 2001 20:06:02 -0400 (EDT) (envelope-from pat) Message-Id: <200108260006.f7Q062w88600@cc92687-a.wlgrv1.pa.home.com> Date: Sat, 25 Aug 2001 20:06:02 -0400 (EDT) From: Patrick Li Reply-To: Patrick Li To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/30089: Update port security/rain Sender: owner-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: 30089 >Category: ports >Synopsis: Update port security/rain >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat Aug 25 17:10:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Patrick Li >Release: FreeBSD 4.4-RC i386 >Organization: N/A >Environment: System: FreeBSD bottlenek 4.4-RC FreeBSD 4.4-RC #0: Wed Aug 22 12:13:02 EDT 2001 pat@bottlenek:/usr/src/sys/compile/BOTTLENEK i386 >Description: Update fixes core dump >How-To-Repeat: N/A >Fix: Index: ports/security/rain/Makefile =================================================================== RCS file: /home/ncvs/ports/security/rain/Makefile,v retrieving revision 1.2 diff -u -r1.2 Makefile --- ports/security/rain/Makefile 2001/08/01 02:15:22 1.2 +++ ports/security/rain/Makefile 2001/08/26 00:03:49 @@ -6,7 +6,7 @@ # PORTNAME= rain -PORTVERSION= 1.2.8 +PORTVERSION= 1.2.8r2 CATEGORIES= security net MASTER_SITES= http://www.tenebrous.com/rain/files/ Index: ports/security/rain/distinfo =================================================================== RCS file: /home/ncvs/ports/security/rain/distinfo,v retrieving revision 1.2 diff -u -r1.2 distinfo --- ports/security/rain/distinfo 2001/08/01 02:15:22 1.2 +++ ports/security/rain/distinfo 2001/08/26 00:03:49 @@ -1 +1 @@ -MD5 (rain-1.2.8.tar.gz) = 26bc0003629960e63cc957611dfe47b0 +MD5 (rain-1.2.8r2.tar.gz) = d412f7efb6d0bfa4ceb527f96ad53d24 >Release-Note: >Audit-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 Aug 25 17:16: 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 7378E37B401; Sat, 25 Aug 2001 17:16:00 -0700 (PDT) (envelope-from petef@FreeBSD.org) Received: (from petef@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7Q0B7f68334; Sat, 25 Aug 2001 17:11:07 -0700 (PDT) (envelope-from petef) Date: Sat, 25 Aug 2001 17:11:07 -0700 (PDT) From: Message-Id: <200108260011.f7Q0B7f68334@freefall.freebsd.org> To: petef@FreeBSD.org, freebsd-ports@FreeBSD.org, petef@FreeBSD.org Subject: Re: ports/30086: Update port: graphics/kuickshow Sender: owner-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/kuickshow Responsible-Changed-From-To: freebsd-ports->petef Responsible-Changed-By: petef Responsible-Changed-When: Sat Aug 25 17:10:55 PDT 2001 Responsible-Changed-Why: I'll take care of this http://www.FreeBSD.org/cgi/query-pr.cgi?pr=30086 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Aug 25 17:20: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 38D5537B40C for ; Sat, 25 Aug 2001 17:20:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7Q0K1P68971; Sat, 25 Aug 2001 17:20:01 -0700 (PDT) (envelope-from gnats) Received: from Mgw2-out.NCTU.edu.tw (Mgw2-out.NCTU.edu.tw [140.113.6.234]) by hub.freebsd.org (Postfix) with ESMTP id 7098637B408 for ; Sat, 25 Aug 2001 17:14:53 -0700 (PDT) (envelope-from gslin@infomath.math.nctu.edu.tw) Received: from infomath.math.nctu.edu.tw (infomath.math.nctu.edu.tw [140.113.22.119]) by Mgw2-out.NCTU.edu.tw (8.11.4/8.11.4) with ESMTP id f7Q0EqT52393 for ; Sun, 26 Aug 2001 08:14:52 +0800 (CST) Received: by infomath.math.nctu.edu.tw (Postfix, from userid 1000) id 8BC933D98; Sun, 26 Aug 2001 08:13:35 +0800 (CST) Message-Id: <20010826001335.8BC933D98@infomath.math.nctu.edu.tw> Date: Sun, 26 Aug 2001 08:13:35 +0800 (CST) From: Gea-Suan Lin Reply-To: Gea-Suan Lin To: FreeBSD-gnats-submit@freebsd.org Cc: gslin@infomath.math.nctu.edu.tw X-Send-Pr-Version: 3.113 Subject: ports/30090: New port: net/ntalk Sender: owner-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: 30090 >Category: ports >Synopsis: New port: net/ntalk >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat Aug 25 17:20:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Gea-Suan Lin >Release: FreeBSD 4.4-RC i386 >Organization: >Environment: System: FreeBSD InfoMath.Math.NCTU.edu.tw 4.4-RC FreeBSD 4.4-RC #1: Thu Aug 23 14:35:48 CST 2001 root@InfoMath.Math.NCTU.edu.tw:/home/obj/usr/src/sys/InFoMath i386 >Description: ntalk is a chat console app written with ncurses. It's designed to work in all kinds of networks (LAN/WAN) and to be much more friendly and functional than Unix talk. WWW: http://kab.w.interia.pl/ - Gea-Suan Lin gslin@ccca.nctu.edu.tw >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: # # ntalk/ # ntalk/Makefile # ntalk/distinfo # ntalk/pkg-comment # ntalk/pkg-descr # ntalk/files # ntalk/files/patch-aa # ntalk/files/patch-ab # ntalk/pkg-plist # echo c - ntalk/ mkdir -p ntalk/ > /dev/null 2>&1 echo x - ntalk/Makefile sed 's/^X//' >ntalk/Makefile << 'END-of-ntalk/Makefile' X# New ports collection makefile for: ntalk X# Date created: 26 August 2001 X# Whom: Gea-Suan Lin (gslin@ccca.nctu.edu.tw) X# X# $FreeBSD$ X# X XPORTNAME= ntalk XPORTVERSION= 0.3.1 XCATEGORIES= net XMASTER_SITES= http://kab.w.interia.pl/ X XMAINTAINER= gslin@ccca.nctu.edu.tw X XWRKSRC= ${WRKDIR}/${PORTNAME} X Xdo-install: X @${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin X.if !defined(NOPORTDOCS) X @${MKDIR} ${DOCSDIR} X.for FILE in COPYING ChangeLog INSTALL README X @${INSTALL_DATA} ${WRKSRC}/${FILE} ${DOCSDIR} X.endfor X.endif X X.include END-of-ntalk/Makefile echo x - ntalk/distinfo sed 's/^X//' >ntalk/distinfo << 'END-of-ntalk/distinfo' XMD5 (ntalk-0.3.1.tar.gz) = 52c599ad8e1ff7b71e186cf39cc5b3cb END-of-ntalk/distinfo echo x - ntalk/pkg-comment sed 's/^X//' >ntalk/pkg-comment << 'END-of-ntalk/pkg-comment' XA console chat application written with ncurse END-of-ntalk/pkg-comment echo x - ntalk/pkg-descr sed 's/^X//' >ntalk/pkg-descr << 'END-of-ntalk/pkg-descr' Xntalk is a chat console app written with ncurses. It's designed to work in Xall kinds of networks (LAN/WAN) and to be much more friendly and functional Xthan Unix talk. X XWWW: http://kab.w.interia.pl/ X X- Gea-Suan Lin X gslin@ccca.nctu.edu.tw END-of-ntalk/pkg-descr echo c - ntalk/files mkdir -p ntalk/files > /dev/null 2>&1 echo x - ntalk/files/patch-aa sed 's/^X//' >ntalk/files/patch-aa << 'END-of-ntalk/files/patch-aa' X--- Makefile.orig Sun Aug 26 08:01:36 2001 X+++ Makefile Sun Aug 26 08:02:48 2001 X@@ -1,2 +1,2 @@ X all: X- gcc -g -o ntalk ntalk.c -Wall -lncurses -lpthread X+ gcc -g -o ntalk ntalk.c -Wall -lncurses -pthread END-of-ntalk/files/patch-aa echo x - ntalk/files/patch-ab sed 's/^X//' >ntalk/files/patch-ab << 'END-of-ntalk/files/patch-ab' X--- ntalk.c.orig Sun Aug 26 08:02:08 2001 X+++ ntalk.c Sun Aug 26 08:02:22 2001 X@@ -16,7 +16,7 @@ X #include X #include X #include X-#include X+#include X X #define MESSAGE 0 X #define NICK 1 END-of-ntalk/files/patch-ab echo x - ntalk/pkg-plist sed 's/^X//' >ntalk/pkg-plist << 'END-of-ntalk/pkg-plist' Xbin/ntalk X%%PORTDOCS%%share/doc/ntalk/COPYING X%%PORTDOCS%%share/doc/ntalk/ChangeLog X%%PORTDOCS%%share/doc/ntalk/INSTALL X%%PORTDOCS%%share/doc/ntalk/README X%%PORTDOCS%%@dirrm share/doc/ntalk END-of-ntalk/pkg-plist exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Aug 25 19:46: 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 5644A37B405; Sat, 25 Aug 2001 19:46:01 -0700 (PDT) (envelope-from petef@FreeBSD.org) Received: (from petef@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7Q2gjI84721; Sat, 25 Aug 2001 19:42:45 -0700 (PDT) (envelope-from petef) Date: Sat, 25 Aug 2001 19:42:45 -0700 (PDT) From: Message-Id: <200108260242.f7Q2gjI84721@freefall.freebsd.org> To: bnjf@optushome.com.au, petef@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/29772: audio/grip's distinfo out of 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: audio/grip's distinfo out of date State-Changed-From-To: open->closed State-Changed-By: petef State-Changed-When: Sat Aug 25 19:42:03 PDT 2001 State-Changed-Why: jedgar committed a fix for this a few days ago http://www.FreeBSD.org/cgi/query-pr.cgi?pr=29772 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Aug 25 19:46: 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 4535737B408; Sat, 25 Aug 2001 19:46:07 -0700 (PDT) (envelope-from petef@FreeBSD.org) Received: (from petef@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7Q2abv84178; Sat, 25 Aug 2001 19:36:37 -0700 (PDT) (envelope-from petef) Date: Sat, 25 Aug 2001 19:36:37 -0700 (PDT) From: Message-Id: <200108260236.f7Q2abv84178@freefall.freebsd.org> To: vs@foldr.org, petef@FreeBSD.org, freebsd-ports@FreeBSD.org, petef@FreeBSD.org Subject: Re: ports/29641: netscape-remote port 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: netscape-remote port broken State-Changed-From-To: open->analyzed State-Changed-By: petef State-Changed-When: Sat Aug 25 19:33:33 PDT 2001 State-Changed-Why: Can you try a `make distclean' and then try again? I think you downloaded corrupt files because they pass `make checksum' here, and there has never been a change to distinfo in the life of this port. Responsible-Changed-From-To: freebsd-ports->petef Responsible-Changed-By: petef Responsible-Changed-When: Sat Aug 25 19:33:33 PDT 2001 Responsible-Changed-Why: I'll follow-up on this http://www.FreeBSD.org/cgi/query-pr.cgi?pr=29641 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Aug 25 19:56: 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 7562637B40E; Sat, 25 Aug 2001 19:56:01 -0700 (PDT) (envelope-from petef@FreeBSD.org) Received: (from petef@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7Q2ml085217; Sat, 25 Aug 2001 19:48:47 -0700 (PDT) (envelope-from petef) Date: Sat, 25 Aug 2001 19:48:47 -0700 (PDT) From: Message-Id: <200108260248.f7Q2ml085217@freefall.freebsd.org> To: petef@FreeBSD.org, freebsd-ports@FreeBSD.org, gnome@FreeBSD.org Subject: Re: ports/29969: gnomedb does not build Sender: owner-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: gnomedb does not build Responsible-Changed-From-To: freebsd-ports->gnome Responsible-Changed-By: petef Responsible-Changed-When: Sat Aug 25 19:48:35 PDT 2001 Responsible-Changed-Why: Over to maintainers http://www.FreeBSD.org/cgi/query-pr.cgi?pr=29969 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Aug 25 19:56: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 4BEFC37B409; Sat, 25 Aug 2001 19:56:01 -0700 (PDT) (envelope-from petef@FreeBSD.org) Received: (from petef@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7Q2qkO85566; Sat, 25 Aug 2001 19:52:46 -0700 (PDT) (envelope-from petef) Date: Sat, 25 Aug 2001 19:52:46 -0700 (PDT) From: Message-Id: <200108260252.f7Q2qkO85566@freefall.freebsd.org> To: od@ns.sphinx-corp.ru, petef@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/29980: A port bug: /usr/ports/databases/libgda would not build Sender: owner-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: A port bug: /usr/ports/databases/libgda would not build State-Changed-From-To: open->analyzed State-Changed-By: petef State-Changed-When: Sat Aug 25 19:49:26 PDT 2001 State-Changed-Why: Could you try removing the files subdirectory and doing a cvsup again? Things appear to work fine here: entropy [211] % cd /usr/ports/databases/libgda; make patch [...] ===> Patching for libgda-0.2.90_4 ===> Applying FreeBSD patches for libgda-0.2.90_4 entropy [212] % You can see which patches you should have at: http://www.FreeBSD.org/cgi/cvsweb.cgi/ports/databases/libgda/files http://www.FreeBSD.org/cgi/query-pr.cgi?pr=29980 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Aug 25 20: 6: 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 5FB1037B401; Sat, 25 Aug 2001 20:06:01 -0700 (PDT) (envelope-from petef@FreeBSD.org) Received: (from petef@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7Q2x2c86220; Sat, 25 Aug 2001 19:59:02 -0700 (PDT) (envelope-from petef) Date: Sat, 25 Aug 2001 19:59:02 -0700 (PDT) From: Message-Id: <200108260259.f7Q2x2c86220@freefall.freebsd.org> To: petef@FreeBSD.org, freebsd-ports@FreeBSD.org, demon@FreeBSD.org Subject: Re: ports/30011: Mailman port should install crontab Sender: owner-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: Mailman port should install crontab Responsible-Changed-From-To: freebsd-ports->demon Responsible-Changed-By: petef Responsible-Changed-When: Sat Aug 25 19:58:40 PDT 2001 Responsible-Changed-Why: Over to maintainer. Maybe mentioning this in a pkg-message would be sufficient? http://www.FreeBSD.org/cgi/query-pr.cgi?pr=30011 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Aug 25 20: 6: 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 3C6A337B408; Sat, 25 Aug 2001 20:06:01 -0700 (PDT) (envelope-from petef@FreeBSD.org) Received: (from petef@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7Q2u6g85852; Sat, 25 Aug 2001 19:56:06 -0700 (PDT) (envelope-from petef) Date: Sat, 25 Aug 2001 19:56:06 -0700 (PDT) From: Message-Id: <200108260256.f7Q2u6g85852@freefall.freebsd.org> To: petef@FreeBSD.org, freebsd-ports@FreeBSD.org, petef@FreeBSD.org Subject: Re: ports/29999: update sysutils/gcombust to 0.1.46 Sender: owner-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 sysutils/gcombust to 0.1.46 Responsible-Changed-From-To: freebsd-ports->petef Responsible-Changed-By: petef Responsible-Changed-When: Sat Aug 25 19:55:41 PDT 2001 Responsible-Changed-Why: I'll take care of getting the maintainer's feedback and committing this http://www.FreeBSD.org/cgi/query-pr.cgi?pr=29999 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Aug 25 20:48:26 2001 Delivered-To: freebsd-ports@freebsd.org Received: from yahoo.com (bdsl.66.12.26.59.gte.net [66.12.26.59]) by hub.freebsd.org (Postfix) with SMTP id ED4D737B403 for ; Sat, 25 Aug 2001 20:48:14 -0700 (PDT) (envelope-from sp_iced_h_am@yahoo.com) Date: Sat, 25 Aug 2001 20:44:03 -0700 From: "Spiced Ham" Message-ID: To: ports@freebsd.org Subject: A misunderstood product X-Mailer: eMerge 1.65 MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="__EMERGE__" Sender: owner-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 a multi-part message in MIME format. --__EMERGE__ Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit --__EMERGE__ Content-Type: image/jpeg; name="spicedham.jpg"; x-mac-type="4A504547"; x-mac-creator="6F676C65" Content-Transfer-Encoding: base64 /9j/4AAQSkZJRgABAQEAYABgAAD/2wBDAAEBAQEBAQEBAQEBAQECAgMCAgICAgQDAwIDBQQFBQUE BAQFBgcGBQUHBgQEBgkGBwgICAgIBQYJCgkICgcICAj/2wBDAQEBAQICAgQCAgQIBQQFCAgICAgI CAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAj/wAARCACEAIwDASIA AhEBAxEB/8QAHwAAAQUBAQEBAQEAAAAAAAAAAAECAwQFBgcICQoL/8QAtRAAAgEDAwIEAwUFBAQA AAF9AQIDAAQRBRIhMUEGE1FhByJxFDKBkaEII0KxwRVS0fAkM2JyggkKFhcYGRolJicoKSo0NTY3 ODk6Q0RFRkdISUpTVFVWV1hZWmNkZWZnaGlqc3R1dnd4eXqDhIWGh4iJipKTlJWWl5iZmqKjpKWm p6ipqrKztLW2t7i5usLDxMXGx8jJytLT1NXW19jZ2uHi4+Tl5ufo6erx8vP09fb3+Pn6/8QAHwEA AwEBAQEBAQEBAQAAAAAAAAECAwQFBgcICQoL/8QAtREAAgECBAQDBAcFBAQAAQJ3AAECAxEEBSEx BhJBUQdhcRMiMoEIFEKRobHBCSMzUvAVYnLRChYkNOEl8RcYGRomJygpKjU2Nzg5OkNERUZHSElK U1RVVldYWVpjZGVmZ2hpanN0dXZ3eHl6goOEhYaHiImKkpOUlZaXmJmaoqOkpaanqKmqsrO0tba3 uLm6wsPExcbHyMnK0tPU1dbX2Nna4uPk5ebn6Onq8vP09fb3+Pn6/9oADAMBAAIRAxEAPwD+rj9t L/goton7NPiA/C/wZ4Vk8dfFWS2WcRmUC1st4baJSp3b8hT5fykqwIIyK/EjxJ/wVU/bBl8eXPhW 7+IOn+G765lw1tFp8XlWKvnC5ZSQB0yc4A5ycGu08deNo/jF+0P8VPjNqGkw2nm34trJXj5jhjO1 C4yRu2iMkg4JzjtX5RftFXieG/2htZ1+7jvvss0SPIIpWjjdDgYKoCWyxQYGDnHqa/nuhn+LzHNq tOpVcaKb5UtNF1Z9hTwUKVGLjFcz7n7gQ+Jvjf4B8PaN428eftMWurabOVlnitvFE8k3znIXylRi D83px78mpfFf7e/hDSLJtOv9V8f+NdK+T7VNYa0LmK3fIwJA6qykccEdcYzX4+eB0+M/iW2trrSv Dfj680kKPLe6sobKKIZ4XbL+9IH97jI6V6ve/Af4w+NZvtHiTxt4V8EaayosbafafaLx0HUNNIMK x9MOPr0rhzLN6NOfuyc0nrZs9TB0bq9RJfJH6V6N+2J+z3dC0jf/AIWmtw7De4mjEUWemZHIXH41 9VeH/F3wq8S6fBqB1bxdZQsMq0up2wyMZ5O7H61+OXhP9mz4P+EkW+8V32r/ABI1Ekyyy+IL8yRy HsfJ4TI9VGe3c5+ptC8a+BNO0JdBtPD2kSaWh2m2S1O1R1AwOFHHGTivBnmk3PmpwsvNtmzo0+kn +B936prnwEsL2Ky1X4ieIbCY4LKb5GVB/eZlBAHbJNdRZaX8IL21S503xp4kvLZiCskd9GwOfQj6 V+QXxJ8ZfDHxDcSadqunaFo+rzRsifZroJd3C9FGyAksB6H5e+M81h/steIPipca/wCO7PVvBGqe HfhvYDZYS3R8o3rZx5qxnk+5z3PFRiMyhtL4vV/5lrD3V1+h+1UPhz4b5JXxL4rlyOhvVNWI/Dnw +DLs17xXuHUi5Svz/h8UXF5dGGza4ct0Rc5q2fF97E7QzJdZDbWD8Y/KuFZlr1+9mP8A29+CPvRv DvgUklNd8YHB4IuVqBvDXgVZULeIPGbsD83+kjivguXxtMku77W8bDgEOwx6d/8AOfzhm8c6oiiH 7XdG4dgMLIckZ+tYTx7ctvxZGr0v+CPvg6R8NQ7Btf8AF7KD1N0uM+lU7j/hVqqbdtd8Vle4+2Lz XwFP4n1SF5IWmuFkzk4c/vPrz1px1HUXjE7XEsbEZxv5X603jWlp+oo03fV/kfYeq6b8KtQaO5tP EXjvT9QgYPBJbagqujA5BHFeD+Lbz4mQ3U154X/aG+KG4OWWG61CTk57urZrxdtaKB/OnvZCW52s R39aJNYDujpuhwRwX3MfwzShmFVWdOTT8my6tCLeux7pZf8ABQX9rP4P+WPG9l4V+I3huK6SSW5e HbO9vxujRogFTpwzKSCTweAP3J+D3xb8KfGz4deGviX4RmmbQ9ShLxrMux42UlXRhnGVYMCQSMjg kc1/NqdV+3vdafeAXMIUo6sg2sp/vDvXvn7NP7Ums/AXwBqPw2fSL3WLa01e4lt5G1ARBInSNgqq Y2wvJPbJYnHOT+hcCcZYmjVnTx03OD2vumv0seBmWWxcVOKS1OR/bw+Cmp/sxfE6DxP4c1Cy1D4f +JZ57u0spIdh0qUEF4lK4UICw2Y6AlSPl3N+e+uw+A/G3iHTPEetaPf2V7G6btgjucFR/rI2yjI/ oQeASO+R9f8A/Byd8a9T+Amnfs4+M9J0mHWLue11bTGgc4yjTWUrYOOD+4/Wv5fvCX/BTr4RXMsM via11nwtcpxKwQvGhHXBBz3r9Ez3wwxkZLMMFTbptXult3RyZfnFGUfZVXZrQ/p88OXnwh1TSoba fxZ4k0m+jiEay3EbyOBjgZLMMDP4/rXWaLpvwI0/R0sdT8Yzatq+8t9vNtKG5PHyB9v5g/Sv5/8A SP8AgoN8CEvG0jUPizHpNyY0mCXDNF8jDI5PHINdTN+27+yzAivqvxf8MtITyVuRIwGOAccg1+cx ybFSk4eybT62Pqv3MVZz1P2i8W+Efh9q0sd5p3xltba/ztY3Ph/zVKjphFkVQffGaxLH4R/CC6uR e+L/AI8fELxK3QwwWgtIQMYwFicEjtyTX4u3f7eX7FVsoE3xX04vv+YqkrZ/IVHaf8FFv2HoWIb4 rxcNgbbK4PH/AHzWdXhrG29zDuxnRxVFy5ec/dfw98Pv2afCTzT+F9UutKvXyGuV0hTMSe5cvyfe u2jPwpSORpPH3ia4UgKFGnL0+gkHWvwLH/BTf9hiyRz/AMLXY7M8DTrnJ/8AHaH/AOCqH7EdvtK/ Ea8uGP3glhP0+pH86wXB2Lc+ZUHe3Y0q1qPNZVF95+9cZ+EEEiSjxh4mjYHgLpij8P8AWVpxTfBc qyTeMPFssTtuZRYL/wDHK/n7g/4K0/sSSutvF4u1nzDk4NjIM/mKWP8A4K3fsQsHVfF+rvj74GnS 5UZx6eorf/VrHXv9X28u+xLnQTs5o/f+4vvgyrqYPEniZIvu8adHux9S9QiX4KROktv4m8U/aM5L y2cbH/0Piv55rr/grr+xGynb4t1YRHkFrGQZ56dKqp/wVj/YnvVAHivV4DyRv0+Ven4VpHhjHNcz w7t6ERqYe1+dWP6K4dZ+C1sZYpvEOt3DSHJZrBSV/wDInWiXX/g++DH4s19G+7/yD4zke+Xyfz/r n+ch/wDgqV+xU7EN411JAzLg/YJup+i1Wb/gp5+xPchdvxAvUZgCudKucHnnJ2/54rT/AFRxbX8B /caKVDpJfef0L6te/COMPND4w1+UE/Mg09FH/oyvJvEXxR8L+H5kudBs9V1SKPIzdJHEHGPq1fhL q3/BS/8AY6t4ZJIfiPLP3Ea6bchm9gSmK8K+Jn/BTn4P+F9Ps7rTNF8Va9FeW32qzWCIIJEJIBJY 5H3TWdDg3G1KyoRpWlLRGdatRhBynJWR+5Gt/G3xDrN6NP8ACsOlaQ1zIIwI386XcxxgHoDz3Ffv X+yl+wP8DPGPwH+H/j/x3JqXxI8R+I7GHXpNRmmngCpPGjJFHGrLhFXA+YZJyeAQo/zr9M/4KZfE nx5r/h/RPAfhq28DWUtwm65eUz3Sc5yr4+Q9OnrX+pD+xKqv+yD+zUSu3/iitJ49P9GSv17JvC6e W0XicerzlZL8b/PY+Rx2aQm1Cj8J/NV/wdd24ufh5+zXbujP+91U5H0h/wAa/gE8cadb21vcu0bO QTuP95cZx/n+vP8AoK/8HUsAf4efs4OXwA+q8fhBX8APjwI8N2juSuW4I6cd/wDP/wBf+yfD+HPw +4vX3Zfmz8uz18uJVna7X6HXWnwG8aftIftFeEfhZ4AsRPq95pOnGWVgRFaw+QpaWTrgLjPvwOpx X7BeP/2FP2EP2KPA3h/WP2lNb8SeN/EtxujFnE5Q3bgZby0QjAGMZ3Y5HfivFf8AgnR458IfDP8A bq02y8W6pBpz694IsbKwmlIVTO0MTBdxwAcIQPf1r9zv2vf2Kvhf+15pWjr4yutS0PW9PDtp2oWh wY1Y5OQeqkjOO1f4veP3jFi8p4ow2TZhVqUMsS5nOn8Und318j+ruEOHaVbATxNCKlV7PyPx6+HP 7Iv/AATp/bXstf0v9n3WfE/w38d2sP2hdOuWZn2dA7RvkvHngkHIJGQK0v2NP+Cbv7Inxf0rx74Q 8Qa54r1f4peE9Xn03xAsUnlwqwdgjRrz8rBcj6Vo61/wRy+M3wdupfG/7N3x4uB4mihlaOORWtJS uOVEi53ZGRyDnnJzg16F/wAEYPC3j7wZ4/8A2rfDnxLtNUs/HCXlo2ofazukeQtId59myW/H2FeL xHx5GXDePx3DOdTrUaajKEW/3kX15u6PQwmTyniqUMdhlGT69Dlvj3+xX/wTD/Z08R6J4a+Mfivx X4b1C/i86BWZ3BTOMnap4zW94o/4I7fs7fFX4ZxeNf2dPiBqkEtzbfaNOlkYXFrdtg7VAwNrZGCe cVlf8FZP2WPjh+0R8dfh1b/CnwbqXiC3h0RYZb0KEtoHMhPzSH5RxjjOfav06/Zo8BaN+xb+yx4U 8LfE3xZp2nro1s91qF1JKFijZ2LmNQTnjO0Y64HrX51mnifm2XcN5ZnGU5rUq5jVa5qV+b710PSp ZHhauMr4avh1GlHaXyP5Ovgx+w58R/i9+0zq37P90JtD1PTJphq91tOLeNDgsPQMcAf7wNf0deLv +CRf7K198JdR8K+GfBkmkeOhpuy31kXDvL9qVeJMEkEE5yPetn4Gar4O+H/hj47ftqa9p1zaW3ir UjNp7iDMxsEPlwMqgE/OeT7EelcH/wAEyP2xPGvx+8UfF7wN8SbXVrbV11KTUtI+0xMoSzZyPJVj j5VG3Hfk+ler4r+LXF+cU55pl9Z0qWAUHNKVuedlzJrqkzmyfhnA4an9XrQ5vaN62va+2p/Jp8SP htqfws+JWreCvHNi8F3pWpm01SAAIzIj4YqMdwGwe/PsT/Vl+zH+wb/wTv8Ajx8GvCfxL8HfCm/1 HS7yLDS3l7OkzSLhXyobHVe3rXxR/wAFvP2Z4NE8T+H/ANoDw3pcUVjqjDT9YMcPS4UARs3GOVGC c9hX2/8A8E6fiVa/Br/gnH4d8d6hbzXWn6XNPJNHn7sRmO8DJ+9g8c1+i+N3idmHEXAOXcQ5FiJ0 8TOUYSUJWvK1mmvXY8fhrKKWDzWpg8TTTp2utD8y/wDgq5+wf8Pv2doPBnjz4OeH7rRvBl2WtLu3 8xpUtphjYdzZOSM8VL/wSm/YE8D/ALQlh4w+KXxt0W51zwZC4sdNtS7RLcz8F5Ny88bgMf1zn+hf 9oj4PeGf2sv2ctX8KWptdQstWsUvNJusgqkuAY5A31xyOoNcX8FrTwN+zNY/Av8AZS0VLVvE9zp0 11dqnBGwZklYd97Nwe+D6V+K0/pRZ3LgCeRRqzlmcHJSlq5KEdW7n0i4Kwkc0+uSivZNbdLs+Iv2 qP8Agnv+yL4H+F+q2Hgb4FX174+1SOWz0eS2vn/0a525SSQu2FQEehJJwASRX88/xx8I6x4Xg8Ge D9etYor/AE/RjG6LJ5gV/NIPQlT9xMEdcnkgAV/Rl/wWi8d+Kfhx8Dvh/wCI/B2sX2iauNdMKywn qrRMCpHQjvtORX86/wAS9XuPEg8E6lqk13fa3NocU13dTSbjMWZiMgjOcl+c5Ofrn+xvoAYzOMxo YPMM0ruuqkpq823JNJ/gfmXjbQw8KM6dKHLy8rVv62IvgTYAeJvDp2yGQTRsS2P73TgfX/Oc/wCx Z+xOQf2RP2bCucf8IXpP/pMlf4/vwNtgfFehBSSouYyAB1BP/wBev9gf9i5Fj/ZK/ZxRQQo8GaT/ AOkyV/pD4t0FToU4pW97/M/C+H6jlHV3P5zP+DpeBZfht+zw5BO19UH6Q/4V/n4fECGNUvvmd1Bb O3njv+XJ/wD1iv8AQr/4OgdMu7/4X/AeS0t5bkQtqbvsXJQfuRkj05HrX+e58RbOULd70lRxIW2l cc9R2PYg9/6n7Hwzklkdn2l+bPM4go8+KXqj9AP2b/2LbX9r740XtpJ8SJ/Al7oHg/QrqA265uJp Gs4yHHIKgHByO9UPHH7b/wC3b+xd8SNc+E3ibxrc+LbDRpWgtP7Xsd638IOUl8w/MdyjGCfyzXx5 rH7QvxH/AGdfjp4G+J3ws1yXRdXg8K6MjgqWiv4/ske6OVOjLnsR15r9KbL/AIK8fB34sabpp/aM /ZU8N+M9fth/x9qscySEjJKh1JXOOSST69BX+XHiFwfndTN54rE4GOPwEk1yWSlCV3dp+Z/TOV5n hVh1CnVdKorarroj9Qf+Cbv7b/jj9sPQvGQ8feD7fQtU0cxKt7aqy210rE8AEnDDaO5r2T4N32iS ftf/ALT40IQC7j0/R4tRdOSZiJSNxHfaU+nNfix41/4LA6J4U8I33gb9lz4D+G/he1xuRbghAiuR /AigDfgkAknkjiuF/Zb/AOCl3xe+Ffha60XTfgb/AMLA8W6pey3F/wCIVhkE+rSu5x5hAO5gflAH AzjjrX8t5l9GHiCv/aOYZbgVhoV0owpc22usmfZUuN8HRjToVqntGtXL9D7k/wCCsf7bXx+/Zo8Z +BfC/wAHvEFt4btNR043UlybZZXLq5+UEggY496/CDT/AIv/ALS37ZHxa8D+BvG3j7xZ41n1XVII PswY/Z4Qz4ZxEvC46ngD2r9PP2vvG37Y/wC2P4B0rwnqf7DfjTS7pblZbbVrfRLieVCDgxB1Tgcg nJA+tct+xR+yb/wUD/Zj+I+q+O/Dv7KA8S6k9klqkmstHAICxBzC7MMP24yecV/UPhV4T/2DwUqd bBU/7VpxlFSdnJt7O/Sx8Tnmb1sbmKcakvq7sfpV+2v+2dZ/sAeEPgz8MPCPgzRvFeNOSE2t22Uh jiRVViBncScn9e9fBHw8/wCC4Gs3PjvwzpOqfBnwpomgXl/FbXd1aDbJHEzgEjAGcAk4r0X9tj4E f8FHP2tNC8MaL40/ZM8O+GLnT5zOLq01K2a6Hy48snzMhTnOD0wtfn3pP/BMz9uH4ReIfD/xIn+B NvrsWi6hDerZfb7e48x0YFQ8KPvIyBkY+vGTXznAH0dcifDs4cQ0k8fPmclzuzk7+dvQ9LMuJMye LjLC/wADTp0W5/UD+2B8IrD9oL9mXx14NMZuLq7037bp5yNwmQeYmCehyAPcZr86fgV4S1hP+CSf irQ5bK7GrJp2qmSHYfMZ0lfgL1zhOv41xXiT9u//AIKP+E7G0fWf2MtWtbMoIoZItNnkSQY42leD jt/hzXhfiD/gq3+1t4E0Yw6r+zPoXhjRZHKhbnSLhIMkn7oOFOTk89T1Hr/O3DHgDxvgsvWVUqUH SjiIVo+/0je6+en3H1eYZ/gJ1FXqXTceXbyPsP8A4JG/tcaT4z+A9/8ACf4gazDpHi3wejLtvZPL aSxydu3d/dxsI7fKM8184fsw/H7VP2kf+CrPijxzZm5vPCdnY3VlYBdzJHbxjaCOy7jhgOxYj3r8 EPip8S/FXxR+Jnir4kXkcXhbVtYuWnubbTkaCBGI52hcEcfeLDkj8K+j/wBkb9ujx/8AsYHxWnhD wZ4S8VXmrbHkur6EvLHt5wrKRgck471/R2e/RU+r0s0zzK4KWMxtPkVPpBy+N39T46nx7zVKWHr6 Qpu7f82uh+8n/BcXTL7VP2WvDc9haz3TweI4mfYpbyUMTjc2AcDJHNfzfeJ7kCbw/CVd/L0KyIH1 Dg/yNfZ/xp/4LL/Hz4vfDfxL8O9U8E/DvTtE1O1ks53SzcyRhuCyFmI3YJGcd6+Kdfb/AE7TE3lZ G0OwY/7fyEge2Olfs/0I/DfOOF6OFyrOacVOEptWd73R8X4x5zhcZSqV8JJtNRT+89s+ByR/8JNo EwmaSRrqNSoH3QG/z/nr/r7/ALGP/Jpv7OX/AGJuk/8ApMlf5AvwLjLeLdDYAqhuUbg9DuFf6/X7 GPP7Jn7OXX/kTdJ/9Jkr+2fGX+HD1/Q/IeHPh+R+Gv8AwcS6g2maP+zhcf2udCUzapGbsxCVYSyx AMyHgqD1zX8in7Ren/Cbxh+z/wDEPxrqfwb0K11uC1gtNL1/S7yMKbmMuhdol2uCyhBs2MflyQBh j/WR/wAHKmp6nofgX9nzXdHd49StLq/nhYJvO8eTj5TkN9Dwa/jl+M/hzw9N8Er3VbfVfB/ibxBK xuLgKZLO9tWdS7DyCds7bpVBkwNoX+IDnp4Hi1lUfe6P82Z5pF/Wr+h+VPxD8J+JPG3j3wxpfh3Q 9Y1zWpfDukrHZW0LSyO4tELABc5I74z+XNfsX+yr/wAEB/2mvi80niT4zvD8DPCQhjuLX7Qi3d1f RvghRDG/7vORncQwJAwQTj99/wDglj+yR8O/g/8AA/wB8WfEngXwxffGTV9E02ebUbu2Ek9nF9mR BbQswGABu5AGfwr9cZdZtIJYizOkofJGzG5vXjqevX2r+Y8fxVGh7ShB7Sf/AKUz9do5Op8s/JfP RH5ofCb/AIJIfsRfCrwrpmnat8GvDnivXrMQ3Go6pqcMk63ToysHEcjMDyvQY59R1+4fCvwt+Enw 98N2WneDPBPhjSdPjkaW0stNsUt4lLtnJjAADDPBNdLqXisTW0s015FeGTfIsWdiADooPb19yT+P G6h4m0xreKS5u5Y2dDLKVXBjwpCgA8sMgc4r4fM+KHOLcp/ifWZXkkpNLl0Lmva3BdXn2JVa0aBy 9ysThU2D+EleDwcEnkkgEY5rgPEOuwyWgsdLtbTQ7O2jeVpDcc467uR8vTouQT6V51pev6SIZlvL CeDA+03MIfZ55bHGevOOgrgPEnjTX7PxQrjRdOeS+GLDTS3niKLgDK5yeucH0r82xnEPMrt3fqfo +X8Ouc+SCsjqdBvr3xV4gnjtmv49FjiDvJMEaR2C48wnOOeo56VzhkuNb1HUX0bXNT0XTox5Fzdz TpbLNLyAN27BBJA4NfO3xG8RXuna9Jp0vm6BeMGfUUEokjLn7pQKPlHGNueK5rXfE+pX3h3wVaND fWFtHHmUJM4juG3cSbM46c18djeIVGXL1P0SlwwrKolZNHq2reIrOx0i1tbbVNVutXjuHgukLbki A5Db889AeO3r0rbm1bw7Zx2ej+IfDd340m1HattNe2aKm7J3FE5yT7envXy54m8TjQZfEnhjwrqz azpWorC8129qVbIAJC7iTxzkjHSr1rb3sFmIJfFreJ7i3VbiOyt5ZEEceB86ZXBYHkggdODXk084 r06vtYSl6JnoYjhrD2Smlf8AE6jxn+y1+x74wtdT8N+JvgV8PbnVJrpTMIbL7JOsmSWbzAoYgg9y DkdK/Mr9sv8A4Iy+CvGms6Zr/wCy7qnhfwcotNs2gSSyTRzTYPK3BZsOcH5cDHfAyR+lXgDxvPob zX9x4a/tHU1Dn7azMXi3AjaQeDwcYPYnnOK7vwBrt8dcudPkjt4hegB7tkZjApyTtAPA47DPzDnr X3+QeIuYUGnGd79HqfGZv4e4WonzJH8Tv7RH7GH7Q/7NTR2/xZ+Gmv6FpzybYb9FE1rNwSNs0ZZM 4GcZzVTxTAsWq6Z5hI/4kVht9TmLPTr3/Q1/e9e/Djwj8XfDOqeBfiLZ2ni7w5dwtHNbX8QlS67b lzgocfNnqCueelfyef8ABTL9kNP2avjjG/h3TtQtPhlrOlQS6Lv5SLy8q1uG53Fcq3PZl+lf1V4K 8Xf2pnVBSVpRUz+YvEThiOBwVVU3dXX5nyP8CI1HirRHV2wsyMR68iv9fr9jDn9kv9nE/wDUmaT/ AOkyV/kK/Ay18vxXpEa7gzSxgc8de/8An+eT/r1/sYjb+yb+zkvp4N0kf+SyV+5eMvwQ9f0Py7hp pxbR+CX/AActJFJ8NPgWk8TTIZtRBUDr/qfw/Pj1B6V/J9+0lCIfgLfalHba/p+i2UFtDpVtqWkL M0iuWxsvYcIgyCQH+Yrnpkmv6wf+DmF9nwk+C8mJdwfUsbeo/wBT2r+DXxD8UPiVY+G/EvgWx8Ta xJ4R1WMWVzp0k3mQSxK5Kja+QpXJO7GfT0r2+A8LH+wY15SSSUvuux4+nOpjFSitW42/I/rK/Y0/ bR+C/wAZ/hV8GtAHjvRNH+MEug2BudHuH8hzKYRzDGTg7tuQo6D3yB+mFoZVsIbqO9Mt2Z2yGYNg sOSxJyDx0r+Zb4AeBPglffDn4XaXos9l4X+ImnWtlYyaldbRJPOqj947nJZc5I9AcDrX7e698QfC vww8N6Kuv+LtD1u6Eccb3VuCYnfaMndnjJ7ZxxX+eXFOcYTDYqrX3i5P4der6H9nYngGvhMLQUr+ 0aV1Y+mDo8tjbrPbXC/aomyFCkuPcHkdz+lcNf6Z9ksZ/tUl5fXrOHLupO4n+983/wBavH/Enxu8 N+EdMs9Q1HU9LvbeVPNEltdFNyEZAFfLeu/t4fCq01AW8UPjG6fBUvCd8ZGcgA59cV8pDOMBi58k ZOMvNWOjLODs0q60Kbkl2PoTVrq/bWtQu3ureCID7MkUcSKvy8iTA/i6DJ968w8RabIurWepWN/c tq7ghriJtssQYHnd0HHHHPNfOuoftr/C1be8e30zxc0m48GJcnr1y3vXh2vfty6VHei50DQdfGwl kacoFY4xgrkj8a4MTlFGcrqf3H6blPCuaqS/dONu59TXPhCe51a7S5EkskvE0hky0pyTn25Irq9O 8L74dCe/nuP9AvRDyPMHlE5xt7jGa/M/UP20viLcXb3Gi6atqrElt4Qs2TnpjFdl4S/b28UWF7C3 jjwrHqVsx277RtskY/vFTkE/QisIcOUG7ttnt5hkGaxpt8q06dz7q1Dw1c6j43m1TSbSy0yQzv5B SPajBQSDtI44HNUL3wubu4GraJpN7aSsGLSEnLs2dxOOnQ8DPBrI+Hf7TvwQ+KgjZNf1jQ71XMTx XkAQ5x1LDIA988/jX114etPhnrdl/ZSeIbS6tQoWNobkI313DBprhnD3v7RR9Wfn+PzvGYa3tqbT Xl0PnvQ/Bc0jX1rZG/tVlVXd5VILEDjAz25r13w94Zu7K8s10uNrOaSMpcyDJDEEY6n6+nQV6/pP wm8MXDQXa+OtZtQhISMTIytxzyRn6V6h4f8Ah74T01QZPEdwQZFy8kqdO/avfy/gPniqkaia9T5v G8aSkmlB39Cp8P8Aw5dabcmO5S3Fs0UbSOxB3y4wcA84Ir8IP+C/Op6NZ+HPgD4YuGgl8VI17cSQ wtuWCIiMZPpk4wP9k1+sX7eetePvCX7Kfj/VP2ePEtqnxaXyI9LuhMn7hvNQMQCCMlS68jjNfxS/ tA+K/jF42+JuoS/GjW/FOv8Ai+20yxFzJqU5kMMpVt4TqoG4kfLx0r+nfAfKKVPPaFNvbmf4H4P4 p1MVLLamIqQag2lcf8D48eLtJOTjz0x68HP+f/r5P+uz+xo4/wCGTv2czyc+DdJP/kslf5E3wUdf +Eq0zh8C5Xn2/wA/565/11f2LW8z9kn9m90JCnwXpJGf+vVK/ffGymlTptfzfofinCErwkup+DX/ AActRmf4U/BaDEhYnU87eDjEPT35r8Of2efAP7PGl/Cfwf4f+JXwR8M+M9RvLJJItTezjM4nkXcf MbGeM8N1zjiv6Ff+C+nhjR/GenfAHw1r07WtncRayd4fZtYJER82D3A7V+CWhHU/AuiaFpWoacLn cRbWSW+JHnCkDO0AYA3Lkg84P4/hXHmd4qhkmEoYKTi/ebt1TbR+8+E1HAPMKssda7tyt9H0sdPF /wAE39Q8e2t54i+AvjfSbiKOTdJpV/JseHIGEVl4bB4A4rkJfgF+1r8JdLk0vWfAOu32hliRHC6X SN7hFyc5x619u/s9fEm98BeKobxNNms7aY+XdQNxFsZ8KwLcbsjGPXjvz9Z6n+2J4S1PRPFg8MW+ o6jqNmqlkubGaISb2KoYzIB5u4hgNuckEA54P82zyzCOnLGpPmV721uf0xj/ABWzPC4uOAkoVYO1 r2uum5/OP8SJfjbeSlLzwr4o0yONdoi+xPGBjgg4AH4H0rwK8s/HMhi8/S9f4OTH9mYZP1I/r/8A X/aq6+M3xm+JurahNpHhzwxaWshHkfbF8t5VxnJBUgevJz19DXnPiPX/AIr6Jby3Ou6BoenxLgM6 CNxz/dYcH86/LK88bPmqU6Tab3elj9myrjWUKcacqcU30R+QJ8OeLJTcuuj62+45H7lsE/XFVX8J +LZljWLwvq8vfBibrX6H3/xO162M7zXenhFJIVIUfCn1wetc0Pjfc21q13c2sskIYrmO1TOfTG6j DYjGpq1NX9T2a+f4icebksj89DpPxGF8beHwtqEOTjBjOKiXwb8QZ7iZrvQNcjfft2rE35jANfdV t8bLS41K5ube6hnVGAK/YxwSPXPGK2bj4t646LdWCaQ5VtxV4QCy+mc9a9iOZ5hFNOmvvOGtmlWU VofA9roPiHRZpjHaazZTbsMywspf69K+iPAPxi8e+Erb7Je299rVmjDaspZXX6H/ABrvbz9oXxVb NdSQ+AtI11Iz5jmIZIHvke/+ea9Q8F/Hvw3qlnYzeJfAUdnLIN8ipArBR2yRyDyPzry80oYrEU71 qF/ToeXic6obVKVzhPFf7RfjPxFpMGkaKuoeGmQ7pJIpmEknfAYdOlYGlfEP4kTQJb33jbxXPDIQ WiluZGBHpj61+ivhLQPgt8Q9JbUdJsLBnbG4A7XQ+uD0GeK620+Bnw+a5juDajzEIyrAFSfTBHP/ ANetcsxFbDwUYRt82fO/645ZRvCVFX80fBmg+Jl8y0XVtTe4tTLuNvNOWHXupznjPWvjv9t/4O6x 8UDpfjrwNo8Ouatbo8N1FZsrSi2UgogjHJAy3HWvqTx/8ONKk8e+JNSTR4bXTjqUi2wVgVMY4Vto HQkHA/lW/pfh6xsrOe30nTdMKNkXDBRIc4x2yODnntjjOQT+28Dcc4rKcdSxlOPM4307nz3HXD2C zzKZYf4VU/B9z8Mfh54f1jwz4usrHXtLvtIvTKjCK4iKMR6gHtnjP5Zr/Wt/YiO79kD9mlvXwTpB /wDJWOv8y/8AaVu9Di+IHw50rTbS3ttStrZ/OWKPZmNpAUyB0wQ4xzjPHXj/AEy/2G23/sc/sxtz z4H0f/0ljr+uuMuJHm+R4XMpQ5XUb0+8/gPG8ORyrMq2AjLmUNLn4qf8HC1zdW+k/s2T2KE3S3eo NGW5XO634YYIIyQDwR25yAfwj0HV9Kk1LRfEmrSavodhbC1iQ+ZuL3O4jyducE8qPlHV+SByf6mv +C0f7NXij48fs56L4j+HujvqHjvwzqDXkVxy32WzZCZCY+dy7kiJyDgKc/KWz/IH8Bb34xQfFyy+ GXxI8JjT1a5WX7bJZJEr28TY2RgYQg73JAOeh6ZDfA8RYOjj8lg41FGVKErq+rTbNssqTjjOWMXr bU/SnS/E+o3sVzqfh61fRbsKly90ylpbS3BPmS26GKVWkddyEHDBd5BBFeV6Jc/EfQvFz/ZNX1OL wtdNDb3FnNbtJFf2+C/kSxvaZiUqWQscEBsHkjP1u/ha00PxbY+J/wCzNE8e291GbWWyvI1Aijbg 7W6oxH90AEEqc8Ms3jPxT4N0jSvEkPhr9mi8l19IWiV761h8iQbNpJ2M2TtAwoABAALDqPwvIczw lHBRofy6O+7PvMbgMTzucrt9z58ubnQr651CIXFzZtaTNOsxDYkVgG8sbgCQAdhZuWKBmJZtzfJX 7T2s6imnW2naWt4thO2GaPJjcegHr9BV/wADaH+1PPb6nqXjr4a6dpvg+KacWZsldRFAGbCFSPlI 7ducDaAAPCPiP8UNU8TwDQ7Pwd4storFTJILy1by3AO0lXHB57ZBr5DOqnta0qcFaL7dT+leAs9w lKFGpXqapa37nhllo2qTB3EscCB1O5GJ249R6+1duiWtnaiC5WIlW3YMedmR1565rwWL4na1d3K6 P4W8PfaPEN/I0NqrOGaFxxlkBJUehIxnHNWPhZYfFLXPFXjrRfiz4eGkW9hYy3qNcTHhldVKBRyQ c5GKMJlcVC59DnPirg4ycKc727HYXbRTahdQ2d5ZRoG5kIC5HuoGfbOKyNX8a+G/DyXNxqmp2cEK lWBZuCuOw79zjrgE44ryr4eLYfEL4ja/oMum+OdF0ey3PBNcBYLa45wcTS9F7gYP4da+l734E/s/ +ODrNvpmiav4juLq0EWpWaSSNDCyMfnikYZJGAc5AIyAedp3WEpwd6h83mXjPh4UkqEG5+Zg+EfG nhzW9Lsbzw5a32q6lfMwjs7WAyPKAcH92OTjrx+BHUfuj8MPgx4I8C/BrwL4gtPh1pHivxBqeo21 vcWl/AJWRPI8+6lbBHlsqBwq5CnCk5Nfkn8A/wBn248KXUl7Yxx6gkFmunaZOqFDJDyS5Xn95g7T +fNfqJ4M/aK+I/wn0+28P6T4U8UavdLCkN1NaWQuIHRUwDNFJ8xYKNoZG3FcBs4BHp5PjMLDESiv haPyLNvEHMsY4+5eKldpO1z3bwB4l+EPhzSbK88X/s1m21u4y87aPbbT8+14VMbHgFZok3MQPMyv QFqw7zx34PtviVZz6noXinRtBhu5bOTRY9Ojljni84QArLhXLbyG+6fljkHavNvE37RHxv8Ainfa ZpOo+B/FOnaGXWY3E0ccStgsFYImGBG7cFJyG5yOoZ46+JXxBtL3TdU1e58WXYsXUxtDZblDBNis VFxgHk9up9gB7Fathr3Uo6eSMamMwmJtUxFGpGV7+7Jn0dbeFfhL8XNbtvDPhD4PW/hjS59Lu9Yn 1K4hSVpIAqFBsBJRmdxuQ7WG1setfiZ8UNY0vwR4ym8N+FWKWE8a3EUBlHmWySRiQLIxPJAZemAT zjkV+w+u/Hz4na78OvtY1S4sGvEeNLNLNLRnGMfOUy4Uk8hSrHsec1+APjfxBq/jX4lfFDw9rvh7 xXe/EKwdZ557PSXmTUDIu6MKUARQhGT90HoAM4rphDAYytTw/NeXdaGeD4rx+X054ihBqFrWcr/M +Ufi7/afiD4oaF4ge3hmLR/Y5Y7eYTSWsiSHIuFTIjJMgwCe4HXiv9Pr9h7dF+x3+zLHLG8Ug8Ea PlSOn+ix1/C1+w7/AMEmf2xv2wPG+g614n02y+G/wqsdTSfUL6WFUAzh2PlAhpXIAyhYncwJ2htw /wBDnRtMi0rSdO0yPZst4EhGwYHyqBwPwr+h+IcZhqOU4XLaE1P2d9unk/vPxOeKq4zGVsdXTUpu 5bnijuLeVJo0kjIIZSMhh71+Lv7bf7JvwZ8JraeOfCmiXXhzWLi98qRLSRBDlkd2dUKnaTtAwpCg DAUUUV+ScRJfV38/yPdyiTU1Y/Kl0ktyYIrm5ES79gLA7cYA6j6/nVk6xqgikg+2ztG0giOT/Dtz +eaKK/AYN+8feqpJpamF4hv9VTTjZLq+oi1lP7xN4w2TzkY965hPCXh90kil023mikkjEquoIlJI GWHcj/8AXmiiu2LvUVznxsnYbY/C34e2RlurLwh4ftLkS48yO0jVjlsEk4znk1z938P/AAldeL/P n0a0kuXjy0pQFjzjGSOmO1FFdi2ZstKSaOsPw18Fm8uIW0KwZQwBJiQlsjPPGKNP+G/g60IuLTRb S1mLNlo41XOB7D9KKKWIirX8jim/eKmj+DtCgS4MFs0K+bwqnAXOCcDtXRjRrWMIVkucY4G/gc0U VxUIpO6NqDd2Nv8ARbRrP7QGuEfzdmFbA4Gc/X3qOTQrRraPfJdPuTJy/r+FFFKDfNY3lJ2PtD9m z9nzwH8SfEx8P+JJteNiNNubsGCdEYMk0UarkoRtxITjHUDnGQf1o+Fn7Cf7M/hiHT9bT4f2uuaz GW3XOoMJWuAe0qgKj4BwMrxgHrkkor73hLCUnJScVf0R8pm1WXJa+n/BPs/RNH0jQbKHSdE0yw0j TIY0SKC2iEaRr0ChRwAAABWyvcehxRRX6jGKWi2Pmz//2Q== --__EMERGE__-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Aug 25 21: 4:40 2001 Delivered-To: freebsd-ports@freebsd.org Received: from ct980320-b.blmngtn1.in.home.com (ct980320-b.blmngtn1.in.home.com [65.8.207.32]) by hub.freebsd.org (Postfix) with ESMTP id 20EA337B40C for ; Sat, 25 Aug 2001 21:04:38 -0700 (PDT) (envelope-from mikes@ct980320-b.blmngtn1.in.home.com) Received: (from mikes@localhost) by ct980320-b.blmngtn1.in.home.com (8.11.6/8.11.4) id f7Q44bT85074 for freebsd-ports@freebsd.org; Sat, 25 Aug 2001 23:04:37 -0500 (EST) (envelope-from mikes) From: Mike Squires Message-Id: <200108260404.f7Q44bT85074@ct980320-b.blmngtn1.in.home.com> Subject: 4.4-RC + samba faster than NT 4 Server To: freebsd-ports@freebsd.org Date: Sat, 25 Aug 2001 23:04:36 -0500 (EST) X-Mailer: ELM [version 2.4ME+ PL88 (25)] MIME-Version: 1.0 Content-Transfer-Encoding: 7bit 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 just performed a crude benchmark for large file transfers using the old Netware "TESTNET.EXE" DOS benchmark program. The 4.4-RC system is a SM P6DLH with a single PII/300 with 128MB, DPT controller, 4xST410800WD drives; the NT 4 server is also a P6DLH, dual PII/300, 256MB, 2 Adaptec 2944UW with 8 ST410800WD; both use Intel Pro100 cards. Samba is 2.0.9_1. Network is a 3Com 3000 12-port 10/100 switch. Client is a SM P6DGH with a single PII/300, ST15050W, 256MB, also using an Intel Pro100; client is running MS Windows 2000 Pro SP2. TESTNET was run in a DOS (CMD) box. TESTNET was run with 5000 65535 byte records, total of 328MB. The 4.4-RC box clocked at 3.2MB/sec; the NT 4 server clocked at 2.8MB/sec. The ST410800WD's are not good for much more than 5MB/sec sustained, but what do you expect for $10 each? I also got respectable speeds using mars_nwe on the 4.4-RC box. Thanks. MLS (who likes SM's old AT-form factor dual PII/III motherboards) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Aug 25 21: 6:47 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 719C337B401 for ; Sat, 25 Aug 2001 21:06:44 -0700 (PDT) (envelope-from dwcjr@inethouston.net) Received: by leviathan.inethouston.net (Postfix, from userid 1001) id 3041810F431; Sat, 25 Aug 2001 23:06:50 -0500 (CDT) Date: Sat, 25 Aug 2001 23:06:50 -0500 From: "David W. Chapman Jr." To: Mike Squires Cc: freebsd-ports@freebsd.org Subject: Re: 4.4-RC + samba faster than NT 4 Server Message-ID: <20010825230649.H66784@leviathan.inethouston.net> Reply-To: "David W. Chapman Jr." Mail-Followup-To: "David W. Chapman Jr." , Mike Squires , freebsd-ports@freebsd.org References: <200108260404.f7Q44bT85074@ct980320-b.blmngtn1.in.home.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200108260404.f7Q44bT85074@ct980320-b.blmngtn1.in.home.com> User-Agent: Mutt/1.3.21i 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, Aug 25, 2001 at 11:04:36PM -0500, Mike Squires wrote: > I just performed a crude benchmark for large file transfers using the old > Netware "TESTNET.EXE" DOS benchmark program. The 4.4-RC system is a SM P6DLH > with a single PII/300 with 128MB, DPT controller, 4xST410800WD drives; the NT > 4 server is also a P6DLH, dual PII/300, 256MB, 2 Adaptec 2944UW with 8 > ST410800WD; both use Intel Pro100 cards. > > Samba is 2.0.9_1. > > Network is a 3Com 3000 12-port 10/100 switch. > > Client is a SM P6DGH with a single PII/300, ST15050W, 256MB, also using > an Intel Pro100; client is running MS Windows 2000 Pro SP2. TESTNET was > run in a DOS (CMD) box. > > TESTNET was run with 5000 65535 byte records, total of 328MB. The 4.4-RC > box clocked at 3.2MB/sec; the NT 4 server clocked at 2.8MB/sec. The > ST410800WD's are not good for much more than 5MB/sec sustained, but what > do you expect for $10 each? > > I also got respectable speeds using mars_nwe on the 4.4-RC box. > > Thanks. > > MLS > (who likes SM's old AT-form factor dual PII/III motherboards) Use 2.2.1a, they added a workaround to a windows bug that had a lot of performance problems. -- 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 Sat Aug 25 21: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 E575237B435; Sat, 25 Aug 2001 21:46:00 -0700 (PDT) (envelope-from petef@FreeBSD.org) Received: (from petef@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7Q4gJG99323; Sat, 25 Aug 2001 21:42:19 -0700 (PDT) (envelope-from petef) Date: Sat, 25 Aug 2001 21:42:19 -0700 (PDT) From: Message-Id: <200108260442.f7Q4gJG99323@freefall.freebsd.org> To: goertemoeller@gmx.net, petef@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/28978: Vipec port 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: Vipec port is broken. State-Changed-From-To: open->closed State-Changed-By: petef State-Changed-When: Sat Aug 25 21:41:35 PDT 2001 State-Changed-Why: I just committed a fix for this. Thanks for your report! http://www.FreeBSD.org/cgi/query-pr.cgi?pr=28978 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Aug 25 22: 6: 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 E4EEE37B407; Sat, 25 Aug 2001 22:06:00 -0700 (PDT) (envelope-from petef@FreeBSD.org) Received: (from petef@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7Q50i301227; Sat, 25 Aug 2001 22:00:44 -0700 (PDT) (envelope-from petef) Date: Sat, 25 Aug 2001 22:00:44 -0700 (PDT) From: Message-Id: <200108260500.f7Q50i301227@freefall.freebsd.org> To: petef@FreeBSD.org, freebsd-ports@FreeBSD.org, sheldonh@FreeBSD.org Subject: Re: ports/29958: exim 3.33 crashes Sender: owner-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: exim 3.33 crashes Responsible-Changed-From-To: freebsd-ports->sheldonh Responsible-Changed-By: petef Responsible-Changed-When: Sat Aug 25 22:00:03 PDT 2001 Responsible-Changed-Why: Over to maintainer http://www.FreeBSD.org/cgi/query-pr.cgi?pr=29958 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Aug 25 22: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 D400737B407 for ; Sat, 25 Aug 2001 22:20:00 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7Q5K0H14749; Sat, 25 Aug 2001 22:20:00 -0700 (PDT) (envelope-from gnats) Received: from Mgw2-out.NCTU.edu.tw (Mgw2-out.NCTU.edu.tw [140.113.6.234]) by hub.freebsd.org (Postfix) with ESMTP id EEABC37B407 for ; Sat, 25 Aug 2001 22:17:55 -0700 (PDT) (envelope-from gslin@infomath.math.nctu.edu.tw) Received: from infomath.math.nctu.edu.tw (infomath.math.nctu.edu.tw [140.113.22.119]) by Mgw2-out.NCTU.edu.tw (8.11.4/8.11.4) with ESMTP id f7Q5HkT53640 for ; Sun, 26 Aug 2001 13:17:47 +0800 (CST) Received: by infomath.math.nctu.edu.tw (Postfix, from userid 1000) id 1EDF93D98; Sun, 26 Aug 2001 13:17:30 +0800 (CST) Message-Id: <20010826051730.1EDF93D98@infomath.math.nctu.edu.tw> Date: Sun, 26 Aug 2001 13:17:30 +0800 (CST) From: Gea-Suan Lin Reply-To: Gea-Suan Lin To: FreeBSD-gnats-submit@freebsd.org Cc: gslin@infomath.math.nctu.edu.tw X-Send-Pr-Version: 3.113 Subject: ports/30093: New port: misc/yaucg Sender: owner-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: 30093 >Category: ports >Synopsis: New port: misc/yaucg >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat Aug 25 22:20:00 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Gea-Suan Lin >Release: FreeBSD 4.4-RC i386 >Organization: >Environment: System: FreeBSD InfoMath.Math.NCTU.edu.tw 4.4-RC FreeBSD 4.4-RC #1: Thu Aug 23 14:35:48 CST 2001 root@InfoMath.Math.NCTU.edu.tw:/home/obj/usr/src/sys/InFoMath i386 >Description: YAUCG - Yes, Another Userfriendly Grepper is a Bash script for obtaining the daily userfriendly comic. It has many features like getting the pictures from the last x days (for when one has been on holidays or didn't run the script on the weekend). MySQL support is included. WWW: http://home.balcab.ch/joelle.wiesmann/secuserv/ - Gea-Suan Lin gslin@ccca.nctu.edu.tw >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: # # yaucg/ # yaucg/Makefile # yaucg/distinfo # yaucg/pkg-comment # yaucg/pkg-descr # yaucg/files # yaucg/files/patch-aa # yaucg/pkg-plist # echo c - yaucg/ mkdir -p yaucg/ > /dev/null 2>&1 echo x - yaucg/Makefile sed 's/^X//' >yaucg/Makefile << 'END-of-yaucg/Makefile' X# New ports collection makefile for: yaucg X# Date created: 26 August 2001 X# Whom: Gea-Suan Lin (gslin@ccca.nctu.edu.tw) X# X# $FreeBSD$ X# X XPORTNAME= yaucg XPORTVERSION= 0.11 XCATEGORIES= misc XMASTER_SITES= http://home.balcab.ch/joelle.wiesmann/secuserv/ XDISTNAME= ${PORTNAME}${EXTEXTRACT_SUFX} X XMAINTAINER= gslin@ccca.nctu.edu.tw X XRUN_DEPENDS= wget:${PORTSDIR}/ftp/wget \ X bash:${PORTSDIR}/shells/bash2 X XNO_BUILD= yes XSTRIP= X Xdo-install: X @${INSTALL_PROGRAM} ${WRKSRC}/grepper/userfriendly.sh ${PREFIX}/bin X.if !defined(NOPORTDOCS) X @${MKDIR} ${DOCSDIR} X.for FILE in changelog license readme todo X @${INSTALL_DATA} ${WRKSRC}/${FILE} ${DOCSDIR} X.endfor X.endif X X.include END-of-yaucg/Makefile echo x - yaucg/distinfo sed 's/^X//' >yaucg/distinfo << 'END-of-yaucg/distinfo' XMD5 (yaucg.tar.gz) = 38e6772ce78426f6cdc0a2d059d47089 END-of-yaucg/distinfo echo x - yaucg/pkg-comment sed 's/^X//' >yaucg/pkg-comment << 'END-of-yaucg/pkg-comment' XA bash Script which will get you the today's Userfriendly.org Picture END-of-yaucg/pkg-comment echo x - yaucg/pkg-descr sed 's/^X//' >yaucg/pkg-descr << 'END-of-yaucg/pkg-descr' XYAUCG - Yes, Another Userfriendly Grepper is a Bash script for obtaining the Xdaily userfriendly comic. It has many features like getting the pictures from Xthe last x days (for when one has been on holidays or didn't run the script Xon the weekend). MySQL support is included. X XWWW: http://home.balcab.ch/joelle.wiesmann/secuserv/ X X- Gea-Suan Lin X gslin@ccca.nctu.edu.tw END-of-yaucg/pkg-descr echo c - yaucg/files mkdir -p yaucg/files > /dev/null 2>&1 echo x - yaucg/files/patch-aa sed 's/^X//' >yaucg/files/patch-aa << 'END-of-yaucg/files/patch-aa' X--- grepper/userfriendly.sh.orig Sun Aug 26 13:05:42 2001 X+++ grepper/userfriendly.sh Sun Aug 26 13:05:49 2001 X@@ -1,4 +1,4 @@ X-#!/bin/bash X+#!/usr/local/bin/bash X X # YAUCG - Yes, another userfriendly comic grepper X # Read README first before writing me emails with your problem(s). Comments X@@ -133,4 +133,4 @@ X echo -e "\033[0;32mDONE!\033[m" X } X X-main X+main END-of-yaucg/files/patch-aa echo x - yaucg/pkg-plist sed 's/^X//' >yaucg/pkg-plist << 'END-of-yaucg/pkg-plist' Xbin/userfriendly.sh X%%PORTDOCS%%share/doc/yaucg/changelog X%%PORTDOCS%%share/doc/yaucg/license X%%PORTDOCS%%share/doc/yaucg/readme X%%PORTDOCS%%share/doc/yaucg/todo END-of-yaucg/pkg-plist exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Aug 25 22:36: 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 F07FF37B401; Sat, 25 Aug 2001 22:36:00 -0700 (PDT) (envelope-from petef@FreeBSD.org) Received: (from petef@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7Q5XiW16410; Sat, 25 Aug 2001 22:33:44 -0700 (PDT) (envelope-from petef) Date: Sat, 25 Aug 2001 22:33:44 -0700 (PDT) From: Message-Id: <200108260533.f7Q5XiW16410@freefall.freebsd.org> To: petef@FreeBSD.org, freebsd-ports@FreeBSD.org, petef@FreeBSD.org Subject: Re: ports/27073: devel/jakarta-ant doesn't work out of the 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 Synopsis: devel/jakarta-ant doesn't work out of the box Responsible-Changed-From-To: freebsd-ports->petef Responsible-Changed-By: petef Responsible-Changed-When: Sat Aug 25 22:33:33 PDT 2001 Responsible-Changed-Why: I'll handle this http://www.FreeBSD.org/cgi/query-pr.cgi?pr=27073 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Aug 25 23: 6: 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 1EF9037B40D; Sat, 25 Aug 2001 23:06:01 -0700 (PDT) (envelope-from petef@FreeBSD.org) Received: (from petef@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7Q61Gx18941; Sat, 25 Aug 2001 23:01:16 -0700 (PDT) (envelope-from petef) Date: Sat, 25 Aug 2001 23:01:16 -0700 (PDT) From: Message-Id: <200108260601.f7Q61Gx18941@freefall.freebsd.org> To: jmcoopr@webmail.bmi.net, petef@FreeBSD.org, freebsd-ports@FreeBSD.org, petef@FreeBSD.org Subject: Re: ports/28394: p5-TclTk-b2 fails to build with a syntax error during compile Sender: owner-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: p5-TclTk-b2 fails to build with a syntax error during compile State-Changed-From-To: open->closed State-Changed-By: petef State-Changed-When: Sat Aug 25 23:00:21 PDT 2001 State-Changed-Why: I committed a fix that tells Makefile.PL to look in the right place for the headers. Thanks for your report! Responsible-Changed-From-To: freebsd-ports->petef Responsible-Changed-By: petef Responsible-Changed-When: Sat Aug 25 23:00:21 PDT 2001 Responsible-Changed-Why: I committed a fix http://www.FreeBSD.org/cgi/query-pr.cgi?pr=28394 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Aug 25 23:10: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 F139637B40D for ; Sat, 25 Aug 2001 23:10:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7Q6A1x22548; Sat, 25 Aug 2001 23:10:01 -0700 (PDT) (envelope-from gnats) Received: from c418236-a.clmba1.mo.home.com (c418236-a.clmba1.mo.home.com [24.12.203.134]) by hub.freebsd.org (Postfix) with ESMTP id 4319637B40C for ; Sat, 25 Aug 2001 23:05:41 -0700 (PDT) (envelope-from ishmael@home.com) Received: from babylon.merseine.nu (babylon [192.168.1.5]) by c418236-a.clmba1.mo.home.com (8.11.5/8.11.5) with ESMTP id f7Q65d104585 for ; Sun, 26 Aug 2001 01:05:40 -0500 (CDT) (envelope-from ishmael@home.com) Received: (from ishmael@localhost) by babylon.merseine.nu (8.11.5/8.11.5) id f7Q65dN54230; Sun, 26 Aug 2001 01:05:39 -0500 (CDT) (envelope-from ishmael) Message-Id: <200108260605.f7Q65dN54230@babylon.merseine.nu> Date: Sun, 26 Aug 2001 01:05:39 -0500 (CDT) From: Jeremy Norris Reply-To: Jeremy Norris To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/30094: New port: ferite Sender: owner-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: 30094 >Category: ports >Synopsis: New port: ferite >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat Aug 25 23:10:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Jeremy Norris >Release: FreeBSD 4.4-PRERELEASE i386 >Organization: None >Environment: System: FreeBSD babylon.merseine.nu 4.4-PRERELEASE FreeBSD 4.4-PRERELEASE #0: Mon Aug 6 00:07:58 CDT 2001 ishmael@babylon.merseine.nu:/usr/obj/usr/src/sys/BABYLON i386 >Description: New port for ferite, an embeddable scripting language, version 0.99.0 >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: # # ferite # ferite/Makefile # ferite/distinfo # ferite/files # ferite/files/patch-ferite-config.in # ferite/files/patch-libs::Makefile.in # ferite/files/patch-src::Makefile.in # ferite/files/patch-Makefile.in # ferite/files/patch-docs::Makefile.in # ferite/files/patch-docs::images::Makefile.in # ferite/files/patch-ltmain.sh # ferite/files/patch-modules::build_modules.sh # ferite/files/patch-scripts::test::test.fe # ferite/files/patch-configure # ferite/pkg-comment # ferite/pkg-descr # ferite/pkg-plist # echo c - ferite mkdir -p ferite > /dev/null 2>&1 echo x - ferite/Makefile sed 's/^X//' >ferite/Makefile << 'END-of-ferite/Makefile' X# New ports collection Makefile for: ferite X# Date created: 21 August 2001 X# Whom: Jeremy Norris X# X# $FreeBSD$ X# X XPORTNAME= ferite XPORTVERSION= 0.99.0 XCATEGORIES= lang XMASTER_SITES= ${MASTER_SITE_SOURCEFORGE} XMASTER_SITE_SUBDIR= ${PORTNAME} X XMAINTAINER= ishmael27@home.com X XBUILD_DEPENDS= automake:${PORTSDIR}/devel/automake X XLIB_DEPENDS= ltdl.1:${PORTSDIR}/devel/libtool \ X mysqlclient.10:${PORTSDIR}/databases/mysql323-client \ X pcre.0:${PORTSDIR}/devel/pcre \ X xml2.5:${PORTSDIR}/textproc/libxml2 X XGNU_CONFIGURE= yes XCONFIGURE_ENV= CPPFLAGS="${PTHREAD_CFLAGS} -I${LOCALBASE}/include" \ X LIBS="-L${LOCALBASE}/lib -L${LOCALBASE}/lib/mysql" \ X sql_CFLAGS="-I${LOCALBASE}/include/mysql" \ X sql_LIBS="-L${LOCALBASE}/lib/mysql -lmysqlclient -lz \ X -lcrypt -lm" X X.if defined(NOPORTDOCS) XMAKE_ENV= DOCS="" X.else XMAKE_ENV= DOCS=docs X.endif X Xpost-patch: X @${PERL} -pi -e 's|%%PTHREAD_LIBS%%|${PTHREAD_LIBS:S/"//g}|g' \ X ${WRKSRC}/ferite-config.in X Xpost-configure: X @${PERL} -pi -e 's|^s%\@LIBS.*|s%\@LIBS\@%-L${LOCALBASE}/lib%g|g' \ X ${WRKSRC}/config.status X X.include END-of-ferite/Makefile echo x - ferite/distinfo sed 's/^X//' >ferite/distinfo << 'END-of-ferite/distinfo' XMD5 (ferite-0.99.0.tar.gz) = c84d266f4a18a197dc862b4c8eb22e77 END-of-ferite/distinfo echo c - ferite/files mkdir -p ferite/files > /dev/null 2>&1 echo x - ferite/files/patch-ferite-config.in sed 's/^X//' >ferite/files/patch-ferite-config.in << 'END-of-ferite/files/patch-ferite-config.in' X--- ferite-config.in.orig Wed Jul 25 15:47:03 2001 X+++ ferite-config.in Sat Aug 25 19:13:09 2001 X@@ -46,7 +46,7 @@ X ;; X --libs) X libdirs=-L@libdir@ X- echo $libdirs -lferite -lm -lpcre X+ echo $libdirs -lferite %%PTHREAD_LIBS%% -lm -lpcre X ;; X --module-path) X echo @libdir@/ferite/modules END-of-ferite/files/patch-ferite-config.in echo x - ferite/files/patch-libs::Makefile.in sed 's/^X//' >ferite/files/patch-libs::Makefile.in << 'END-of-ferite/files/patch-libs::Makefile.in' X--- libs/Makefile.in.orig Tue Aug 21 04:21:24 2001 X+++ libs/Makefile.in Sat Aug 25 19:11:20 2001 X@@ -104,7 +104,7 @@ X # A list of all the files in the current directory which can be regenerated X MAINTAINERCLEANFILES = X X-SUBDIRS = ltdl X+SUBDIRS = X X EXTRA_DIST = X mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs END-of-ferite/files/patch-libs::Makefile.in echo x - ferite/files/patch-src::Makefile.in sed 's/^X//' >ferite/files/patch-src::Makefile.in << 'END-of-ferite/files/patch-src::Makefile.in' X--- src/Makefile.in.orig Tue Aug 21 04:21:26 2001 X+++ src/Makefile.in Sat Aug 25 19:16:24 2001 X@@ -107,7 +107,7 @@ X X LDFLAGS = -L/usr/local/lib @DLLIBS@ X X-INCLUDES = -I${top_srcdir}/include -I${prefix}/include -I$(includedir) -I${top_srcdir}/include/ferite/ -I$(top_srcdir)/libs/ltdl X+INCLUDES = -I${top_srcdir}/include -I${prefix}/include -I$(includedir) -I${top_srcdir}/include/ferite/ X X X DEFS = -DMODULE_DIR=\"$(libdir)/ferite/modules\" -DSCRIPT_DIR=\"$(libdir)/ferite/scripts\" @debugdefs@ X@@ -119,7 +119,7 @@ X libferite_la_SOURCES = ferite_mem_classic.c ferite_mem_jedi.c ferite_variables.c ferite_namespace.c ferite_function.c ferite_compile.c ferite_execute.c ferite_scanner.c ferite_globals.c ferite_parser.c ferite_opcode.c ferite_module.c ferite_error.c ferite_utils.c ferite_stack.c ferite_regex.c ferite_class.c ferite_file.c ferite_hash.c ferite_uarray.c ferite_ops.c ferite_gc.c ferite.c X X X-libferite_la_LIBADD = $(top_builddir)/libs/ltdl/libltdlc.la -lm -lpcre $(LDFLAGS) X+libferite_la_LIBADD = -lltdl -lm -lpcre $(LDFLAGS) X libferite_la_DEPENDENCIES = $(top_builddir)/config.h X libferite_la_LDFLAGS = -version-info 0:99:0 -export-dynamic X mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs END-of-ferite/files/patch-src::Makefile.in echo x - ferite/files/patch-Makefile.in sed 's/^X//' >ferite/files/patch-Makefile.in << 'END-of-ferite/files/patch-Makefile.in' X--- Makefile.in.orig Tue Aug 21 04:21:23 2001 X+++ Makefile.in Sat Aug 25 19:40:04 2001 X@@ -105,7 +105,7 @@ X MAINTAINERCLEANFILES = INSTALL Makefile.in aclocal.m4 config.guess config.h.in config.sub configure install-sh ltconfig ltmain.sh missing mkinstalldirs stamp-h.in X X X-SUBDIRS = libs src builder test include modules docs scripts X+SUBDIRS = libs src builder test include modules $(DOCS) scripts X X bin_SCRIPTS = ferite-config X END-of-ferite/files/patch-Makefile.in echo x - ferite/files/patch-docs::Makefile.in sed 's/^X//' >ferite/files/patch-docs::Makefile.in << 'END-of-ferite/files/patch-docs::Makefile.in' X--- docs/Makefile.in.orig Tue Aug 21 04:21:48 2001 X+++ docs/Makefile.in Sat Aug 25 19:42:51 2001 X@@ -102,7 +102,7 @@ X docs_DATA = ferite_language_def.pdf X X X-docsdir = $(prefix)/share/ferite/docs X+docsdir = $(prefix)/share/doc/ferite X X EXTRA_DIST = $(docs_DATA) X END-of-ferite/files/patch-docs::Makefile.in echo x - ferite/files/patch-docs::images::Makefile.in sed 's/^X//' >ferite/files/patch-docs::images::Makefile.in << 'END-of-ferite/files/patch-docs::images::Makefile.in' X--- docs/images/Makefile.in.orig Tue Aug 21 04:21:49 2001 X+++ docs/images/Makefile.in Sat Aug 25 19:43:23 2001 X@@ -102,7 +102,7 @@ X images_DATA = ferite_logo_colour_blue.png ferite_logo_black.png ferite_logo_black_600x300.png ferite_logo_colour.png ferite_logo.xcf X X X-imagesdir = $(prefix)/share/ferite/images X+imagesdir = $(prefix)/share/doc/ferite/images X X EXTRA_DIST = $(images_DATA) X mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs END-of-ferite/files/patch-docs::images::Makefile.in echo x - ferite/files/patch-ltmain.sh sed 's/^X//' >ferite/files/patch-ltmain.sh << 'END-of-ferite/files/patch-ltmain.sh' X--- ltmain.sh.orig Tue Aug 14 16:55:55 2001 X+++ ltmain.sh Sat Aug 25 20:10:51 2001 X@@ -4175,10 +4175,12 @@ X fi X X # Install the pseudo-library for information purposes. X+ if false; then X name=`$echo "X$file" | $Xsed -e 's%^.*/%%'` X instname="$dir/$name"i X $show "$install_prog $instname $destdir/$name" X $run eval "$install_prog $instname $destdir/$name" || exit $? X+ fi X X # Maybe install the static library, too. X test -n "$old_library" && staticlibs="$staticlibs $dir/$old_library" END-of-ferite/files/patch-ltmain.sh echo x - ferite/files/patch-modules::build_modules.sh sed 's/^X//' >ferite/files/patch-modules::build_modules.sh << 'END-of-ferite/files/patch-modules::build_modules.sh' X--- modules/build_modules.sh.orig Tue Aug 21 03:03:25 2001 X+++ modules/build_modules.sh Sat Aug 25 22:38:27 2001 X@@ -1,4 +1,4 @@ X-#!/bin/bash X+#!/bin/sh X X export moduledir="modules" X X@@ -62,7 +62,7 @@ X if test -f "Makefile.am"; then X echo -n "creating $moduledir/$dir/Makefile " X echo -n "." X- cd ../.. && automake --foreign $moduledir/$dir/Makefile > /dev/null X+ cd ../.. && automake --foreign --include-deps $moduledir/$dir/Makefile > /dev/null X echo -n "." X CONFIG_FILES=$moduledir/$dir/Makefile CONFIG_HEADERS= /bin/sh ./config.status > /dev/null X echo -n "." END-of-ferite/files/patch-modules::build_modules.sh echo x - ferite/files/patch-scripts::test::test.fe sed 's/^X//' >ferite/files/patch-scripts::test::test.fe << 'END-of-ferite/files/patch-scripts::test::test.fe' X--- scripts/test/test.fe.orig Thu Jul 26 01:10:56 2001 X+++ scripts/test/test.fe Sun Aug 26 00:06:31 2001 X@@ -17,17 +17,17 @@ X a_global_int = 10; X testfile = new File(); X X- Console.println( "Printing Out All ext2 Partitions in /etc/fstab" ); X+ Console.println( "Printing Out All ufs Partitions in /etc/fstab" ); X testfile->open( "/etc/fstab", "r" ); X Console.println( "Here." ); X while( blam = testfile->readln() && ! testfile->eof() ) X { X if( blam =~ / X- (\/dev\/[hs]d[a-g][1-9]) # device entry X- [\ \t]* # whitespace X- (\/[a-z]*(\/[a-z]*)*) # mount point X- [\ \t]* # whitespace X- ext2 # force adherance to ext2 X+ (\/dev\/[ad][ad][0-9]s[1-4][a-h]) # device entry X+ [\ \t]* # whitespace X+ (\/[a-z]*(\/[a-z]*)*) # mount point X+ [\ \t]* # whitespace X+ ufs # force adherance to ext2 X /xoi /* make usre it's not case sensitive */ X ) X { END-of-ferite/files/patch-scripts::test::test.fe echo x - ferite/files/patch-configure sed 's/^X//' >ferite/files/patch-configure << 'END-of-ferite/files/patch-configure' X--- configure.orig Tue Aug 21 03:34:37 2001 X+++ configure Sat Aug 25 23:34:40 2001 X@@ -950,17 +950,6 @@ X X X X- case $enable_ltdl_convenience in X- no) { echo "configure: error: this package needs a convenience libltdl" 1>&2; exit 1; } ;; X- "") enable_ltdl_convenience=yes X- ac_configure_args="$ac_configure_args --enable-ltdl-convenience" ;; X- esac X- LIBLTDL='${top_builddir}/''libltdl'/libltdlc.la X- INCLTDL='-I${top_srcdir}/''libltdl' X- X-subdirs="libs/ltdl" X- X- X # Find a good install program. We prefer a C program (faster), X # so one script is as good as another. But avoid the broken or X # incompatible versions: X@@ -4868,7 +4857,7 @@ X build_libtool_libs=$enable_shared X X # Whether or not to add -lc for building shared libraries. X-build_libtool_need_lc=$need_lc X+build_libtool_need_lc=no X X # Whether or not to build static libraries. X build_old_libs=$enable_static X@@ -5404,14 +5393,14 @@ X fi X X X-echo $ac_n "checking for pthread_mutex_lock in -lpthread""... $ac_c" 1>&6 X-echo "configure:5409: checking for pthread_mutex_lock in -lpthread" >&5 X+echo $ac_n "checking for pthread_mutex_lock in -pthread""... $ac_c" 1>&6 X+echo "configure:5409: checking for pthread_mutex_lock in -pthread" >&5 X ac_lib_var=`echo pthread'_'pthread_mutex_lock | sed 'y%./+-%__p_%'` X if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then X echo $ac_n "(cached) $ac_c" 1>&6 X else X ac_save_LIBS="$LIBS" X-LIBS="-lpthread $LIBS" X+LIBS="-pthread $LIBS" X cat > conftest.$ac_ext <&6 X@@ -5488,7 +5477,7 @@ X modules="$modules file" X X echo "checking module math ..." X-math_LIBS="" X+math_LIBS="-lm" X math_CFLAGS="" X X X@@ -6127,75 +6116,5 @@ X esac X done X X- for ac_config_dir in libs/ltdl; do X- X- # Do not complain, so a configure script can configure whichever X- # parts of a large source tree are present. X- if test ! -d $srcdir/$ac_config_dir; then X- continue X- fi X- X- echo configuring in $ac_config_dir X- X- case "$srcdir" in X- .) ;; X- *) X- if test -d ./$ac_config_dir || mkdir ./$ac_config_dir; then :; X- else X- { echo "configure: error: can not create `pwd`/$ac_config_dir" 1>&2; exit 1; } X- fi X- ;; X- esac X- X- ac_popdir=`pwd` X- cd $ac_config_dir X- X- # A "../" for each directory in /$ac_config_dir. X- ac_dots=`echo $ac_config_dir|sed -e 's%^\./%%' -e 's%[^/]$%&/%' -e 's%[^/]*/%../%g'` X- X- case "$srcdir" in X- .) # No --srcdir option. We are building in place. X- ac_sub_srcdir=$srcdir ;; X- /*) # Absolute path. X- ac_sub_srcdir=$srcdir/$ac_config_dir ;; X- *) # Relative path. X- ac_sub_srcdir=$ac_dots$srcdir/$ac_config_dir ;; X- esac X- X- # Check for guested configure; otherwise get Cygnus style configure. X- if test -f $ac_sub_srcdir/configure; then X- ac_sub_configure=$ac_sub_srcdir/configure X- elif test -f $ac_sub_srcdir/configure.in; then X- ac_sub_configure=$ac_configure X- else X- echo "configure: warning: no configuration information is in $ac_config_dir" 1>&2 X- ac_sub_configure= X- fi X- X- # The recursion is here. X- if test -n "$ac_sub_configure"; then X- X- # Make the cache file name correct relative to the subdirectory. X- case "$cache_file" in X- /*) ac_sub_cache_file=$cache_file ;; X- *) # Relative path. X- ac_sub_cache_file="$ac_dots$cache_file" ;; X- esac X- case "$ac_given_INSTALL" in X- [/$]*) INSTALL="$ac_given_INSTALL" ;; X- *) INSTALL="$ac_dots$ac_given_INSTALL" ;; X- esac X- X- echo "running ${CONFIG_SHELL-/bin/sh} $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_sub_srcdir" X- # The eval makes quoting arguments work. X- if eval ${CONFIG_SHELL-/bin/sh} $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_sub_srcdir X- then : X- else X- { echo "configure: error: $ac_sub_configure failed for $ac_config_dir" 1>&2; exit 1; } X- fi X- fi X- X- cd $ac_popdir X- done X fi X END-of-ferite/files/patch-configure echo x - ferite/pkg-comment sed 's/^X//' >ferite/pkg-comment << 'END-of-ferite/pkg-comment' XAn embeddable scripting language END-of-ferite/pkg-comment echo x - ferite/pkg-descr sed 's/^X//' >ferite/pkg-descr << 'END-of-ferite/pkg-descr' XA scripting language designed to be embedded in other applications, that aims Xto provide a powerful object oriented syntax with low memory and cpu overhead. X XWWW: http://www.ferite.org/ END-of-ferite/pkg-descr echo x - ferite/pkg-plist sed 's/^X//' >ferite/pkg-plist << 'END-of-ferite/pkg-plist' Xbin/builder Xbin/ferite Xbin/ferite-config Xinclude/ferite.h Xinclude/ferite/farray.h Xinclude/ferite/fcompile.h Xinclude/ferite/fdebug.h Xinclude/ferite/ferror.h Xinclude/ferite/ffunction.h Xinclude/ferite/fgc.h Xinclude/ferite/fglobals.h Xinclude/ferite/fhash.h Xinclude/ferite/fmem.h Xinclude/ferite/fmem_jedi.h Xinclude/ferite/fmodule.h Xinclude/ferite/fns.h Xinclude/ferite/foop.h Xinclude/ferite/fopcode.h Xinclude/ferite/fops.h Xinclude/ferite/fparser.h Xinclude/ferite/fregex.h Xinclude/ferite/freq.h Xinclude/ferite/fstack.h Xinclude/ferite/fstructs.h Xinclude/ferite/futils.h Xinclude/ferite/fvariables.h Xlib/ferite/modules/array.a Xlib/ferite/modules/array.so Xlib/ferite/modules/console.a Xlib/ferite/modules/console.so Xlib/ferite/modules/file.a Xlib/ferite/modules/file.so Xlib/ferite/modules/math.a Xlib/ferite/modules/math.so Xlib/ferite/modules/network.a Xlib/ferite/modules/network.so Xlib/ferite/modules/sql.a Xlib/ferite/modules/sql.so Xlib/ferite/modules/string.a Xlib/ferite/modules/string.so Xlib/ferite/modules/system.a Xlib/ferite/modules/system.so Xlib/ferite/modules/time.a Xlib/ferite/modules/time.so Xlib/ferite/modules/xml.a Xlib/ferite/modules/xml.so Xlib/ferite/scripts/cgi/cgi.fe Xlib/ferite/scripts/test/error.fe Xlib/ferite/scripts/test/helloworld.fe Xlib/ferite/scripts/test/loop.fe Xlib/ferite/scripts/test/mem.fe Xlib/ferite/scripts/test/namespace.fe Xlib/ferite/scripts/test/native_inheiritance.fe Xlib/ferite/scripts/test/recurse.fe Xlib/ferite/scripts/test/regex.fe Xlib/ferite/scripts/test/string.fe Xlib/ferite/scripts/test/super.fe Xlib/ferite/scripts/test/test.fe Xlib/ferite/scripts/test/test2.fe Xlib/ferite/scripts/test/testfncparams.fe Xlib/ferite/scripts/test/uarray.fe Xlib/libferite.a Xlib/libferite.so Xlib/libferite.so.0 X%%PORTDOCS%%share/doc/ferite/ferite_language_def.pdf X%%PORTDOCS%%share/doc/ferite/images/ferite_logo.xcf X%%PORTDOCS%%share/doc/ferite/images/ferite_logo_black.png X%%PORTDOCS%%share/doc/ferite/images/ferite_logo_black_600x300.png X%%PORTDOCS%%share/doc/ferite/images/ferite_logo_colour.png X%%PORTDOCS%%share/doc/ferite/images/ferite_logo_colour_blue.png X@dirrm include/ferite X@dirrm lib/ferite/modules X@dirrm lib/ferite/scripts/cgi X@dirrm lib/ferite/scripts/test X@dirrm lib/ferite/scripts X@dirrm lib/ferite X%%PORTDOCS%%@dirrm share/doc/ferite/images X%%PORTDOCS%%@dirrm share/doc/ferite END-of-ferite/pkg-plist exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Aug 25 23:36: 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 1331F37B40C; Sat, 25 Aug 2001 23:36:01 -0700 (PDT) (envelope-from petef@FreeBSD.org) Received: (from petef@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7Q6X6E24169; Sat, 25 Aug 2001 23:33:06 -0700 (PDT) (envelope-from petef) Date: Sat, 25 Aug 2001 23:33:06 -0700 (PDT) From: Message-Id: <200108260633.f7Q6X6E24169@freefall.freebsd.org> To: petef@FreeBSD.org, freebsd-ports@FreeBSD.org, petef@FreeBSD.org Subject: Re: ports/29979: Update port: p5-XML-Sablotron-0.65 Sender: owner-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: p5-XML-Sablotron-0.65 Responsible-Changed-From-To: freebsd-ports->petef Responsible-Changed-By: petef Responsible-Changed-When: Sat Aug 25 23:32:58 PDT 2001 Responsible-Changed-Why: I'll handle this http://www.FreeBSD.org/cgi/query-pr.cgi?pr=29979 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Aug 25 23:46: 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 706C437B407; Sat, 25 Aug 2001 23:46:01 -0700 (PDT) (envelope-from petef@FreeBSD.org) Received: (from petef@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7Q6iWv25176; Sat, 25 Aug 2001 23:44:32 -0700 (PDT) (envelope-from petef) Date: Sat, 25 Aug 2001 23:44:32 -0700 (PDT) From: Message-Id: <200108260644.f7Q6iWv25176@freefall.freebsd.org> To: petef@FreeBSD.org, freebsd-ports@FreeBSD.org, joe@FreeBSD.org Subject: Re: ports/28474: incorrect permissions on log files created by tacacs+ daemon v4 Sender: owner-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: incorrect permissions on log files created by tacacs+ daemon v4 Responsible-Changed-From-To: freebsd-ports->joe Responsible-Changed-By: petef Responsible-Changed-When: Sat Aug 25 23:44:11 PDT 2001 Responsible-Changed-Why: Over to one of the maintainers http://www.FreeBSD.org/cgi/query-pr.cgi?pr=28474 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message