From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Oct 17 01:50:29 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EE94D16A4CE for ; Sun, 17 Oct 2004 01:50:28 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D026F43D2F for ; Sun, 17 Oct 2004 01:50:28 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i9H1oQRh074878 for ; Sun, 17 Oct 2004 01:50:26 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i9H1oQsI074877; Sun, 17 Oct 2004 01:50:26 GMT (envelope-from gnats) Resent-Date: Sun, 17 Oct 2004 01:50:26 GMT Resent-Message-Id: <200410170150.i9H1oQsI074877@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Marcus Grando Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1083A16A4D5 for ; Sun, 17 Oct 2004 01:40:24 +0000 (GMT) Received: from out01.grupos.com.br (out01.grupos.com.br [200.203.183.77]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3C35643D1F for ; Sun, 17 Oct 2004 01:40:19 +0000 (GMT) (envelope-from marcus@corp.grupos.com.br) Received: from corp.grupos.com.br (unknown [150.162.166.55]) by out01.grupos.com.br (Postfix) with ESMTP id 64CC5416C for ; Sat, 16 Oct 2004 22:40:17 -0300 (BRT) Received: from corp.grupos.com.br (localhost [127.0.0.1]) by corp.grupos.com.br (Postfix) with ESMTP id 0C6AC20A98; Sat, 16 Oct 2004 22:40:17 -0300 (BRT) Received: by corp.grupos.com.br (Postfix, from userid 1001) id CC3BB20A9B; Sat, 16 Oct 2004 22:40:16 -0300 (BRT) Message-Id: <20041017014016.CC3BB20A9B@corp.grupos.com.br> Date: Sat, 16 Oct 2004 22:40:16 -0300 (BRT) From: Marcus Grando To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 cc: vivek@khera.org Subject: ports/72774: Update mail/postfix to support libspf2+tls X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Marcus Grando List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 Oct 2004 01:50:29 -0000 >Number: 72774 >Category: ports >Synopsis: Update mail/postfix to support libspf2+tls >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Sun Oct 17 01:50:26 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Marcus Grando >Release: FreeBSD 4.10-STABLE i386 >Organization: Grupos Internet S/A >Environment: System: FreeBSD corp.grupos.com.br 4.10-STABLE FreeBSD 4.10-STABLE #27: Sat Oct 16 15:49:44 BRT 2004 root@corp.grupos.com.br:/usr/obj/usr/src/sys/CORP i386 >Description: Update mail/postfix to support libspf2+tls >How-To-Repeat: >Fix: --begin-- diff -ruN postfix.old/Makefile postfix/Makefile --- postfix.old/Makefile Wed Oct 13 01:42:35 2004 +++ postfix/Makefile Sat Oct 16 22:27:33 2004 @@ -16,6 +16,7 @@ PORTNAME= postfix PORTVERSION= 2.1.5 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= mail ipv6 MASTER_SITES= ftp://ftp.porcupine.org/mirrors/postfix-release/official/ \ diff -ruN postfix.old/files/extra-libspf2_and_tls.patch postfix/files/extra-libspf2_and_tls.patch --- postfix.old/files/extra-libspf2_and_tls.patch Wed Dec 31 21:00:00 1969 +++ postfix/files/extra-libspf2_and_tls.patch Sat Oct 16 22:25:19 2004 @@ -0,0 +1,18 @@ +--- postfix-2.1.5/src/smtpd/smtpd.c.orig Sat Oct 16 21:44:03 2004 ++++ postfix-2.1.5/src/smtpd/smtpd.c Sat Oct 16 21:44:13 2004 +@@ -2749,12 +2749,12 @@ + VAR_ALLOW_UNTRUST_ROUTE, DEF_ALLOW_UNTRUST_ROUTE, &var_allow_untrust_route, + VAR_SMTPD_SASL_ENABLE, DEF_SMTPD_SASL_ENABLE, &var_smtpd_sasl_enable, + VAR_BROKEN_AUTH_CLNTS, DEF_BROKEN_AUTH_CLNTS, &var_broken_auth_clients, +- VAR_SHOW_UNK_RCPT_TABLE, DEF_SHOW_UNK_RCPT_TABLE, &var_show_unk_rcpt_table, +- VAR_SMTPD_REJ_UNL_FROM, DEF_SMTPD_REJ_UNL_FROM, &var_smtpd_rej_unl_from, +- VAR_SMTPD_REJ_UNL_RCPT, DEF_SMTPD_REJ_UNL_RCPT, &var_smtpd_rej_unl_rcpt, + VAR_SPF_MARK_ONLY, DEF_SPF_MARK_ONLY, &var_spf_mark_only, + VAR_SPF_RCVD_HEADER, DEF_SPF_RCVD_HEADER, &var_spf_rcvd_header, + VAR_SPF_GLOBAL_WHITELIST, DEF_SPF_GLOBAL_WHITELIST, &var_spf_global_whitelist, ++ VAR_SHOW_UNK_RCPT_TABLE, DEF_SHOW_UNK_RCPT_TABLE, &var_show_unk_rcpt_table, ++ VAR_SMTPD_REJ_UNL_FROM, DEF_SMTPD_REJ_UNL_FROM, &var_smtpd_rej_unl_from, ++ VAR_SMTPD_REJ_UNL_RCPT, DEF_SMTPD_REJ_UNL_RCPT, &var_smtpd_rej_unl_rcpt, + 0, + }; + static CONFIG_STR_TABLE str_table[] = { diff -ruN postfix.old/scripts/configure.postfix postfix/scripts/configure.postfix --- postfix.old/scripts/configure.postfix Wed Oct 13 01:42:39 2004 +++ postfix/scripts/configure.postfix Sat Oct 16 22:25:00 2004 @@ -219,6 +219,9 @@ ## echo "README+= SPF_README" echo "" SUB_SPF="" + if [ X$SUB_TLS != "X" ]; then + echo "EXTRA_PATCHES+= ${FILESDIR}/extra-libspf2_and_tls.patch" + fi ;; IPv6) if [ X$SUB_TLS = "X" ]; then --end-- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Oct 17 02:09:53 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 41F1216A4CE; Sun, 17 Oct 2004 02:09:53 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 225E043D5F; Sun, 17 Oct 2004 02:09:53 +0000 (GMT) (envelope-from clsung@FreeBSD.org) Received: from freefall.freebsd.org (clsung@localhost [127.0.0.1]) i9H29rVj079162; Sun, 17 Oct 2004 02:09:53 GMT (envelope-from clsung@freefall.freebsd.org) Received: (from clsung@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i9H29q6j079158; Sun, 17 Oct 2004 02:09:53 GMT (envelope-from clsung) Date: Sun, 17 Oct 2004 02:09:53 GMT From: Cheng-Lung Sung Message-Id: <200410170209.i9H29q6j079158@freefall.freebsd.org> To: clsung@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, clsung@FreeBSD.org Subject: Re: ports/68774: [NEW PORT] RubyGems - package management framework for Ruby X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 Oct 2004 02:09:53 -0000 Synopsis: [NEW PORT] RubyGems - package management framework for Ruby Responsible-Changed-From-To: freebsd-ports-bugs->clsung Responsible-Changed-By: clsung Responsible-Changed-When: Sun Oct 17 02:09:34 GMT 2004 Responsible-Changed-Why: Grab. http://www.freebsd.org/cgi/query-pr.cgi?pr=68774 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Oct 17 02:30:20 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CBE0A16A4CE for ; Sun, 17 Oct 2004 02:30:20 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9C41C43D4C for ; Sun, 17 Oct 2004 02:30:20 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i9H2UK1H079679 for ; Sun, 17 Oct 2004 02:30:20 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i9H2UKm5079677; Sun, 17 Oct 2004 02:30:20 GMT (envelope-from gnats) Resent-Date: Sun, 17 Oct 2004 02:30:20 GMT Resent-Message-Id: <200410170230.i9H2UKm5079677@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Fumihiko Kimura Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9056A16A4CE; Sun, 17 Oct 2004 02:22:39 +0000 (GMT) Received: from sh0.radio.gr.jp (sh0.radio.gr.jp [61.195.157.54]) by mx1.FreeBSD.org (Postfix) with ESMTP id B6DC643D46; Sun, 17 Oct 2004 02:22:38 +0000 (GMT) (envelope-from kimura@sh0.radio.gr.jp) Received: by sh0.radio.gr.jp (secret 10.0/smtpfeed 1.20) id i9H2MaiO081613; Sun, 17 Oct 2004 11:22:36 +0900 (JST) Received: by sh0.radio.gr.jp (secret/fkimura 9.0) id i9H2MZJx081612; Sun, 17 Oct 2004 11:22:35 +0900 (JST) Message-Id: <200410170222.i9H2MZJx081612@sh0.radio.gr.jp> Date: Sun, 17 Oct 2004 11:22:35 +0900 (JST) From: Fumihiko Kimura To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 cc: dinoex@FreeBSD.org Subject: ports/72776: update ports: japanese/webalizer X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Fumihiko Kimura List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 Oct 2004 02:30:21 -0000 >Number: 72776 >Category: ports >Synopsis: update ports: japanese/webalizer >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun Oct 17 02:30:20 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Fumihiko Kimura >Release: FreeBSD 4.10-RELEASE i386 >Organization: >Environment: >Description: (Cc MAINTAINER:Dirk Meyer-san) Japanese has a Kanji character code of JIS SJIS EUC UTF-8. A plurality of cords coexist in "Search Strings" searched by Webalizer. I think that Japanese most use Makefile.local and solve this. I did send-pr of a shown patch of Dr. URASHIMA Akira this time. A default is a street to this. When I want to apply this thing, I have to set knob. (it is a being halfhearted mark slightly) In addition, I add the setting that a Japanese can seem to use usefully to some extent to sample.conf. >How-To-Repeat: >Fix: === begin cut here === diff -urN webalizer-orig/Makefile webalizer/Makefile --- webalizer-orig/Makefile Sat Apr 5 06:32:28 2003 +++ webalizer/Makefile Thu Oct 14 14:51:52 2004 @@ -9,8 +9,24 @@ MAINTAINER= dinoex@FreeBSD.org +MASTERDIR= ${.CURDIR}/../../www/webalizer WEBALIZER_LANG= japanese -MASTERDIR?= ${.CURDIR}/../../www/webalizer + +# The patch file is written by URASHIMA Akira +# http://tyche.pu-toyama.ac.jp/~a-urasim/webalizer/webalizer-a-urasim_2.patch +OPTIONS= WEBALIZER_CONV "Use character code convert patch" off + +.if defined(WITH_WEBALIZER_CONV) +CONFIGURE_ARGS+= --enable-mininls +CONFIGURE_ENV+= LIBS="-L${LOCALBASE}/lib -liconv" +CFLAGS+= -I${PREFIX}/include +.endif + +post-patch: +.if defined(WITH_WEBALIZER_CONV) + @cd ${WRKSRC} && ${PATCH} < ${.CURDIR}/files/extra-webalizer-a-urasim_2.patch +.endif + @cd ${WRKSRC} && ${PATCH} < ${.CURDIR}/files/extra-ja-webalizer.conf-dist.patch .if exists(${.CURDIR}/Makefile.local) .include "${.CURDIR}/Makefile.local" diff -urN webalizer-orig/files/extra-ja-webalizer.conf-dist.patch webalizer/files/extra-ja-webalizer.conf-dist.patch --- webalizer-orig/files/extra-ja-webalizer.conf-dist.patch Thu Jan 1 09:00:00 1970 +++ webalizer/files/extra-ja-webalizer.conf-dist.patch Thu Oct 14 11:49:08 2004 @@ -0,0 +1,67 @@ +--- sample.conf.orig Fri Sep 29 12:51:42 2000 ++++ sample.conf Thu Oct 14 11:48:21 2004 +@@ -107,9 +107,12 @@ + + PageType htm* + PageType cgi ++#PageType shtml + #PageType phtml + #PageType php3 ++#PageType php + #PageType pl ++#PageType rb + + # UseHTTPS should be used if the analysis is being run on a + # secure server, and links to urls should use 'https://' instead +@@ -153,6 +156,7 @@ + # is 80 characters, so use multiple lines if needed. + + #HTMLHead ++HTMLHead + + # HTMLBody defined the HTML code to be inserted, starting with the + # tag. If not specified, the default is shown below. If +@@ -393,6 +397,9 @@ + HideURL *.png + HideURL *.PNG + HideURL *.ra ++HideURL *.css ++HideURL *.CSS ++HideURL *.ico + + # Hiding agents is kind of futile + #HideAgent RealPlayer +@@ -412,6 +419,11 @@ + #GroupReferrer excite.com/ Excite + #GroupReferrer infoseek.com/ InfoSeek + #GroupReferrer webcrawler.com/ WebCrawler ++#GroupReferrer yahoo.co.jp/ Yahoo!Japan ++#GroupReferrer google.co.jp/ GoogleJapan ++#GroupReferrer infoseek.co.jp/ InfoSeekJapan ++#GroupReferrer goo.ne.jp/ Goo ++#GroupReferrer msn.co.jp/ MSNJapan + + #GroupUser root Admin users + #GroupUser admin Admin users +@@ -530,6 +542,21 @@ + SearchEngine mamma.com query= + SearchEngine alltheweb.com query= + SearchEngine northernlight.com qr= ++ ++SearchEngine yahoo.co.jp p= ++SearchEngine google.co.jp q= ++SearchEngine infoseek.co.jp qt= ++SearchEngine msn.co.jp q= ++# ocn ++SearchEngine goo.ne.jp MT= ++SearchEngine biglobe.ne.jp q= ++SearchEngine nifty.com Text= ++# so-net odn ++SearchEngine excite.co.jp search= ++SearchEngine livedoor.com q= ++SearchEngine jp.aol.com query= ++#SearchEngine .google. q= ++#SearchEngine bulkfeeds.net q= + + # The Dump* keywords allow the dumping of Sites, URL's, Referrers + # User Agents, Usernames and Search strings to seperate tab delimited diff -urN webalizer-orig/files/extra-webalizer-a-urasim_2.patch webalizer/files/extra-webalizer-a-urasim_2.patch --- webalizer-orig/files/extra-webalizer-a-urasim_2.patch Thu Jan 1 09:00:00 1970 +++ webalizer/files/extra-webalizer-a-urasim_2.patch Thu Oct 14 11:32:39 2004 @@ -0,0 +1,241 @@ +--- webalizer.c.a-urasim Wed Apr 17 07:11:31 2002 ++++ webalizer.c Tue Dec 23 23:26:23 2003 +@@ -39,6 +39,7 @@ + #include + #include + #include ++#include + + /* ensure getopt */ + #ifdef HAVE_GETOPT_H +@@ -224,6 +225,8 @@ + char *f_cp=f_buf+GZ_BUFSIZE; /* pointer into the buffer */ + int f_end; /* count to end of buffer */ + ++iconv_t cd_from_sjis, cd_from_utf8; ++ + /*********************************************/ + /* MAIN - start here */ + /*********************************************/ +@@ -526,6 +529,9 @@ + + start_time = times(&mytms); + ++ cd_from_sjis = iconv_open("EUC-JP", "Shift_JIS"); ++ cd_from_utf8 = iconv_open("EUC-JP", "UTF-8"); ++ + /*********************************************/ + /* MAIN PROCESS LOOP - read through log file */ + /*********************************************/ +@@ -1345,6 +1351,9 @@ + if (dns_db) close_cache(); + #endif + ++ iconv_close(cd_from_sjis); ++ iconv_close(cd_from_utf8); ++ + /* Whew, all done! Exit with completion status (0) */ + exit(0); + } +@@ -1773,6 +1782,23 @@ + + if (!str) return NULL; /* make sure strings valid */ + ++ while(*cp1){ /* for apache log's escape code. */ ++ if(*cp1 == '\\' && *(cp1+1) == 'x' && ++ isxdigit(*(cp1+2)) && isxdigit(*(cp1+3))){ ++ *cp2 = from_hex(*(cp1+2))*16 + from_hex(*(cp1+3)); ++ if ((*cp2<32)||(*cp2==127)) *cp2='_'; ++ cp1+=4; cp2++; ++ ++ } ++ else if(*cp1 == '\\' && *(cp1+1) == '\\'){ ++ *cp2++='\\'; ++ cp1+=2; ++ } ++ else *cp2++ = *cp1++; ++ } ++ *cp2=*cp1; ++ ++ cp1=cp2=str; + while (*cp1) + { + if (*cp1=='%') /* Found an escape? */ +@@ -1783,7 +1809,7 @@ + if (*cp1) *cp2=from_hex(*cp1++)*16; /* convert hex to an ascii */ + if (*cp1) *cp2+=from_hex(*cp1); /* (hopefully) character */ + if ((*cp2<32)||(*cp2==127)) *cp2='_'; /* make '_' if its bad */ +- if (*cp1) cp2++; cp1++; ++ if (*cp1){ cp2++; cp1++;} /* bug? */ + } + else *cp2++='%'; + } +@@ -1793,6 +1819,116 @@ + return str; /* return the string */ + } + ++int score_eucj(unsigned char *str) ++{ ++ int stat=0; ++ int score=0; ++ int bad=0; ++ if(str==NULL) return -1; ++ ++ for(; *str!=0;str++){ ++ switch(stat){ ++ case 0: ++ if(*str>= 0x20 && *str <= 0x7e) score++; //ASCII ++ else if(*str >= 0xa1 && *str <= 0xfe) stat=1; //KANJI(1) ++ else if(*str == 0x8f); // HOJYO KANJI ++ else if(*str == 0x8e) stat=2; // KANA ++ else if(*str < 0x20); //CTRL ++ else bad=1; ++ break; ++ case 1: ++ if(*str >= 0xa1 && *str <= 0xfe) score += 2; //KANJI(2) ++ else bad=1; ++ stat=0; ++ break; ++ case 2: ++ if(*str >= 0xa1 && *str <= 0xdf); //hankaku <- 0 ++ else bad=1; ++ stat=0; ++ break; ++ } ++ } ++ if(bad != 0) score = -1; ++ return score; ++} ++ ++int score_sjis(unsigned char *str) ++{ ++ int stat=0; ++ int score=0; ++ int bad=0; ++ if(str==NULL) return -1; ++ ++ for(; *str != 0; str++){ ++ switch(stat){ ++ case 0: ++ if(*str>= 0x20 && *str <= 0x7e) score++;//ASCII ++ else if((*str >= 0x81 && *str <= 0x9f) || ++ (*str >= 0xe0 && *str <= 0xfc)) stat=1; //SJIS(1) ++ else if(*str >= 0xa1 && *str <= 0xdf); // KANA ++ else if(*str < 0x20); // CTRL ++ else bad=1; ++ break; ++ case 1: ++ if((*str >= 0x40 && *str <= 0x7e) || ++ (*str >= 0x80 && *str <= 0xfc)) score += 2; //SJIS(2) ++ else bad=1; ++ stat=0; ++ break; ++ } ++ } ++ if(bad != 0) score = -1; ++ return score; ++} ++ ++int score_utf8(unsigned char *str) ++{ ++ int stat=0; ++ int score=0; ++ int bad=0; ++ if(str==NULL) return -1; ++ ++ for(; *str != 0; str++){ ++ switch(stat){ ++ case 0: ++ if(*str>= 0x20 && *str <= 0x7e) score++; //ASCII ++ else if(*str >= 0xc0 && *str <= 0xdf) stat=1; //greek etc. ++ else if(*str >= 0xe0 && *str <= 0xef) stat=2; //KANJI etc. ++ else if(*str >= 0xf0 && *str <= 0xf7) stat=4; ++ else if(*str < 0x20); //CTRL ++ else bad=1; ++ break; ++ case 1: ++ if(*str >= 0x80 && *str <= 0xbf) score++; ++ else bad=1; ++ stat=0; ++ break; ++ case 2: ++ if(*str >= 0x80 && *str <= 0xbf) stat=3; //KANJI(2) ++ else {bad=1; stat=0;} ++ break; ++ case 3: ++ if(*str >= 0x80 && *str <= 0xbf) score+=3; //KANJI(3) ++ else bad=1; ++ stat=0; ++ break; ++ case 4: ++ case 5: ++ if(*str >= 0x80 && *str <= 0xbf) stat++; ++ else {bad=1; stat=0;} ++ break; ++ case 6: ++ if(*str >= 0x80 && *str <= 0xbf) score+=4; ++ else bad=1; ++ stat=0; ++ break; ++ } ++ } ++ if(bad != 0) score = -1; ++ return score; ++} ++ ++ + /*********************************************/ + /* SRCH_STRING - get search strings from ref */ + /*********************************************/ +@@ -1804,6 +1940,10 @@ + char srch[80]=""; + unsigned char *cp1, *cp2, *cps; + int sp_flg=0; ++ int sjis, eucj, utf8; ++ char tmpbuf2[BUFSIZE]; ++ size_t inlen, outlen; ++ unsigned char *cp3; + + /* Check if search engine referrer or return */ + if ( (cps=isinglist(search_list,log_rec.refer))==NULL) return; +@@ -1839,9 +1978,39 @@ + cp1=cp2+strlen(cp2)-1; + while (cp1!=cp2) if (isspace(*cp1)) *cp1--='\0'; else break; + ++ utf8=score_utf8(cp2); ++ sjis=score_sjis(cp2); ++ eucj=score_eucj(cp2); ++ if(utf8 >= sjis && utf8 >= eucj){ ++ iconv(cd_from_utf8, NULL, 0, NULL, 0); ++ cp3 = cp2; ++ inlen = strlen(cp2)+1; ++ cp1 = tmpbuf2; ++ outlen = sizeof(tmpbuf2); ++ if(iconv(cd_from_utf8, (char **)&cp3, &inlen, (char**)&cp1, &outlen) >= 0 && ++ inlen == 0){ ++ cp2 = tmpbuf2; ++ } ++ } ++ else if(sjis > utf8 && sjis > eucj){ ++ iconv(cd_from_sjis, NULL, 0, NULL, 0); ++ cp3 = cp2; ++ inlen = strlen(cp2)+1; ++ cp1 = tmpbuf2; ++ outlen = sizeof(tmpbuf2); ++ if(iconv(cd_from_sjis, (char **)&cp3, &inlen, (char**)&cp1, &outlen) >= 0 && ++ inlen == 0){ ++ cp2 = tmpbuf2; ++ } ++ } ++ + /* strip invalid chars */ + cp1=cp2; +- while (*cp1!=0) { if ((*cp1<32)||(*cp1==127)) *cp1='_'; cp1++; } ++ while (*cp1!=0) { ++ if ((*cp1<32)||(*cp1==127)) *cp1='_'; ++ *cp1=tolower(*cp1); ++ cp1++; ++ } + + if (put_snode(cp2,(u_long)1,sr_htab)) + { === ended cut here === >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Oct 17 02:53:25 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8B40816A4CE; Sun, 17 Oct 2004 02:53:25 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 69D0543D60; Sun, 17 Oct 2004 02:53:25 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (linimon@localhost [127.0.0.1]) i9H2rPUF081105; Sun, 17 Oct 2004 02:53:25 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i9H2rPBc081101; Sun, 17 Oct 2004 02:53:25 GMT (envelope-from linimon) Date: Sun, 17 Oct 2004 02:53:25 GMT From: Mark Linimon Message-Id: <200410170253.i9H2rPBc081101@freefall.freebsd.org> To: parv@pair.com, linimon@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/71578: graphics/xfig - problem during install, missing work/.* files X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 Oct 2004 02:53:25 -0000 Synopsis: graphics/xfig - problem during install, missing work/.* files State-Changed-From-To: open->suspended State-Changed-By: linimon State-Changed-When: Sun Oct 17 02:53:02 GMT 2004 State-Changed-Why: Mark suspended awaiting some patches. http://www.freebsd.org/cgi/query-pr.cgi?pr=71578 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Oct 17 02:54:47 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BB78516A4CF; Sun, 17 Oct 2004 02:54:47 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9CFEF43D41; Sun, 17 Oct 2004 02:54:47 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (linimon@localhost [127.0.0.1]) i9H2sluO081157; Sun, 17 Oct 2004 02:54:47 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i9H2slEU081153; Sun, 17 Oct 2004 02:54:47 GMT (envelope-from linimon) Date: Sun, 17 Oct 2004 02:54:47 GMT From: Mark Linimon Message-Id: <200410170254.i9H2slEU081153@freefall.freebsd.org> To: maho@freebsd.org, linimon@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/71702: update octave forge X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 Oct 2004 02:54:47 -0000 Synopsis: update octave forge State-Changed-From-To: open->suspended State-Changed-By: linimon State-Changed-When: Sun Oct 17 02:54:32 GMT 2004 State-Changed-Why: Mark suspended until someone generates some patches. http://www.freebsd.org/cgi/query-pr.cgi?pr=71702 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Oct 17 03:03:39 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E17E516A4CE; Sun, 17 Oct 2004 03:03:38 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 45CC843D2D; Sun, 17 Oct 2004 03:03:38 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (linimon@localhost [127.0.0.1]) i9H33c3c081611; Sun, 17 Oct 2004 03:03:38 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i9H33cx9081607; Sun, 17 Oct 2004 03:03:38 GMT (envelope-from linimon) Date: Sun, 17 Oct 2004 03:03:38 GMT From: Mark Linimon Message-Id: <200410170303.i9H33cx9081607@freefall.freebsd.org> To: ahze@ahze.net, linimon@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/71750: [PATCH] graphics/sng: update to 1.0.2 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 Oct 2004 03:03:39 -0000 Synopsis: [PATCH] graphics/sng: update to 1.0.2 State-Changed-From-To: open->closed State-Changed-By: linimon State-Changed-When: Sun Oct 17 03:03:30 GMT 2004 State-Changed-Why: Committed, thanks. http://www.freebsd.org/cgi/query-pr.cgi?pr=71750 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Oct 17 03:30:30 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 76AA316A4D3 for ; Sun, 17 Oct 2004 03:30:30 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 921DF43D55 for ; Sun, 17 Oct 2004 03:30:29 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i9H3UT8Q086075 for ; Sun, 17 Oct 2004 03:30:29 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i9H3UTfJ086074; Sun, 17 Oct 2004 03:30:29 GMT (envelope-from gnats) Resent-Date: Sun, 17 Oct 2004 03:30:29 GMT Resent-Message-Id: <200410170330.i9H3UTfJ086074@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Fumihiko Kimura Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A5E7516A4CE; Sun, 17 Oct 2004 03:23:55 +0000 (GMT) Received: from sh0.radio.gr.jp (sh0.radio.gr.jp [61.195.157.54]) by mx1.FreeBSD.org (Postfix) with ESMTP id 38A8543D31; Sun, 17 Oct 2004 03:23:55 +0000 (GMT) (envelope-from kimura@sh0.radio.gr.jp) Received: by sh0.radio.gr.jp (secret 10.0/smtpfeed 1.20) id i9H3NrjG042141; Sun, 17 Oct 2004 12:23:53 +0900 (JST) Received: by sh0.radio.gr.jp (secret/fkimura 9.0) id i9H3Nq97042140; Sun, 17 Oct 2004 12:23:52 +0900 (JST) Message-Id: <200410170323.i9H3Nq97042140@sh0.radio.gr.jp> Date: Sun, 17 Oct 2004 12:23:52 +0900 (JST) From: Fumihiko Kimura To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 cc: kuriyama@FreeBSD.org Subject: ports/72779: update ports: net-mgmt/net-snmp X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Fumihiko Kimura List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 Oct 2004 03:30:30 -0000 >Number: 72779 >Category: ports >Synopsis: update ports: net-mgmt/net-snmp >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun Oct 17 03:30:29 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Fumihiko Kimura >Release: FreeBSD 4.10-RELEASE i386 >Organization: >Environment: >Description: (Cc MAINTAINER) A warning message was displayed. In addition, a sample file of a setting file hopes for a thing in DATADIR. My suggestion is the following particulars which changed each file. - pkg-messages - leave sample file to DATADIR - pkg-plist >How-To-Repeat: I referred to pkg-messages, and I set it, but the following messages were displayed. Warning: -s option is deprecated; use -Lsd instead >Fix: === begin cut here === diff -urN net-snmp-orig/Makefile net-snmp/Makefile --- net-snmp-orig/Makefile Mon Sep 6 05:46:36 2004 +++ net-snmp/Makefile Sun Oct 17 11:54:27 2004 @@ -238,7 +238,7 @@ ' .endif -post-install: strip-files install-startup-files install-doc-files display-message +post-install: strip-files install-startup-files install-config-files install-doc-files display-message strip-files: @cd ${PREFIX}/bin; ${STRIP_CMD} ${BIN_FILES} @@ -248,6 +248,9 @@ .for file in ${STARTUP_FILES} @${INSTALL_SCRIPT} ${WRKDIR}/${file} ${STARTUP_DIR} .endfor + +install-config-files: + @${INSTALL_DATA} ${WRKSRC}/EXAMPLE.conf ${DATADIR}/snmpd.conf.example install-doc-files: .if !defined(NOPORTDOCS) diff -urN net-snmp-orig/pkg-message net-snmp/pkg-message --- net-snmp-orig/pkg-message Thu Mar 11 06:34:04 2004 +++ net-snmp/pkg-message Sun Oct 17 11:26:21 2004 @@ -4,9 +4,9 @@ lines into /etc/rc.conf. snmpd_enable="YES" - snmpd_flags="-as -p /var/run/snmpd.pid" + snmpd_flags="-a -p /var/run/snmpd.pid" snmptrapd_enable="YES" - snmptrapd_flags="-as -p /var/run/snmptrapd.pid" + snmptrapd_flags="-a -p /var/run/snmptrapd.pid" **** You may specify the following make variables: diff -urN net-snmp-orig/pkg-plist net-snmp/pkg-plist --- net-snmp-orig/pkg-plist Mon Sep 6 05:46:36 2004 +++ net-snmp/pkg-plist Sun Oct 17 11:56:38 2004 @@ -222,6 +222,7 @@ %%PORTDOCS%%%%DOCSDIR%%/README.snmpv3 %%PORTDOCS%%%%DOCSDIR%%/README.thread %%PORTDOCS%%%%DOCSDIR%%/README.smux +%%DATADIR%%/snmpd.conf.example %%DATADIR%%/mib2c.access_functions.conf %%DATADIR%%/mib2c.array-user.conf %%DATADIR%%/mib2c.check_values.conf === ended cut here === >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Oct 17 03:53:47 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4330916A4CF; Sun, 17 Oct 2004 03:53:47 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 25A1B43D45; Sun, 17 Oct 2004 03:53:47 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (linimon@localhost [127.0.0.1]) i9H3rl65087647; Sun, 17 Oct 2004 03:53:47 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i9H3rlJr087643; Sun, 17 Oct 2004 03:53:47 GMT (envelope-from linimon) Date: Sun, 17 Oct 2004 03:53:47 GMT From: Mark Linimon Message-Id: <200410170353.i9H3rlJr087643@freefall.freebsd.org> To: linimon@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, kuriyama@FreeBSD.org Subject: Re: ports/72779: update ports: net-mgmt/net-snmp X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 Oct 2004 03:53:47 -0000 Synopsis: update ports: net-mgmt/net-snmp Responsible-Changed-From-To: freebsd-ports-bugs->kuriyama Responsible-Changed-By: linimon Responsible-Changed-When: Sun Oct 17 03:53:18 GMT 2004 Responsible-Changed-Why: Over to maintainer. http://www.freebsd.org/cgi/query-pr.cgi?pr=72779 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Oct 17 04:05:28 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 99DAB16A4CF; Sun, 17 Oct 2004 04:05:28 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7AC4E43D45; Sun, 17 Oct 2004 04:05:28 +0000 (GMT) (envelope-from dinoex@FreeBSD.org) Received: from freefall.freebsd.org (dinoex@localhost [127.0.0.1]) i9H45Sk1092975; Sun, 17 Oct 2004 04:05:28 GMT (envelope-from dinoex@freefall.freebsd.org) Received: (from dinoex@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i9H45SkV092969; Sun, 17 Oct 2004 06:05:28 +0200 (CEST) (envelope-from dinoex) Date: Sun, 17 Oct 2004 06:05:28 +0200 (CEST) From: Dirk Meyer Message-Id: <200410170405.i9H45SkV092969@freefall.freebsd.org> To: dinoex@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, dinoex@FreeBSD.org Subject: Re: ports/72776: update ports: japanese/webalizer X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 Oct 2004 04:05:28 -0000 Synopsis: update ports: japanese/webalizer Responsible-Changed-From-To: freebsd-ports-bugs->dinoex Responsible-Changed-By: dinoex Responsible-Changed-When: Sun Oct 17 06:05:04 CEST 2004 Responsible-Changed-Why: I will take care of it. http://www.freebsd.org/cgi/query-pr.cgi?pr=72776 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Oct 17 04:10:04 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F13E516A4CF for ; Sun, 17 Oct 2004 04:10:03 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id B6DCB43D2D for ; Sun, 17 Oct 2004 04:10:03 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i9H4A3JQ095773 for ; Sun, 17 Oct 2004 04:10:03 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i9H4A3Ov095772; Sun, 17 Oct 2004 04:10:03 GMT (envelope-from gnats) Resent-Date: Sun, 17 Oct 2004 04:10:03 GMT Resent-Message-Id: <200410170410.i9H4A3Ov095772@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, "Conrad J. Sabatier" Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A33BD16A4CF; Sun, 17 Oct 2004 04:07:43 +0000 (GMT) Received: from lakermmtao03.cox.net (lakermmtao03.cox.net [68.230.240.36]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1E0F143D46; Sun, 17 Oct 2004 04:07:43 +0000 (GMT) (envelope-from conrads@cox.net) Received: from dolphin.local.net ([68.11.30.24]) by lakermmtao03.cox.net (InterMail vM.6.01.03.04 201-2131-111-106-20040729) with ESMTP id <20041017040740.FIBG6327.lakermmtao03.cox.net@dolphin.local.net>; Sun, 17 Oct 2004 00:07:40 -0400 Received: from dolphin.local.net (localhost.local.net [127.0.0.1]) by dolphin.local.net (8.13.1/8.13.1) with ESMTP id i9H47ffj050640; Sat, 16 Oct 2004 23:07:41 -0500 (CDT) (envelope-from conrads@dolphin.local.net) Received: (from conrads@localhost) by dolphin.local.net (8.13.1/8.13.1/Submit) id i9H47aJn050639; Sat, 16 Oct 2004 23:07:36 -0500 (CDT) (envelope-from conrads) Message-Id: <200410170407.i9H47aJn050639@dolphin.local.net> Date: Sat, 16 Oct 2004 23:07:36 -0500 (CDT) From: "Conrad J. Sabatier" To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 cc: lioux@FreeBSD.org Subject: ports/72780: upgrade and fix x11-themes/kde-icons-sparkling to 0.5 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: "Conrad J. Sabatier" List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 Oct 2004 04:10:04 -0000 >Number: 72780 >Category: ports >Synopsis: upgrade and fix x11-themes/kde-icons-sparkling to 0.5 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Sun Oct 17 04:10:03 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Conrad J. Sabatier >Release: FreeBSD 6.0-CURRENT amd64 >Organization: >Environment: System: FreeBSD dolphin.local.net 6.0-CURRENT FreeBSD 6.0-CURRENT #6: Sat Oct 16 19:34:40 CDT 2004 conrads@dolphin.local.net:/usr/obj/usr/src/sys/CUSTOM amd64 >Description: Upgrade and fix the port x11-themes/kde-icons-sparkling (currently at version 0.4 and marked as broken due to unfetchable distfile) >How-To-Repeat: shar data follows >Fix: # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # x11-themes/kde-icons-sparkling # x11-themes/kde-icons-sparkling/CVS # x11-themes/kde-icons-sparkling/CVS/Root # x11-themes/kde-icons-sparkling/CVS/Repository # x11-themes/kde-icons-sparkling/CVS/Entries # x11-themes/kde-icons-sparkling/README.html # x11-themes/kde-icons-sparkling/Makefile # x11-themes/kde-icons-sparkling/distinfo # x11-themes/kde-icons-sparkling/pkg-descr # x11-themes/kde-icons-sparkling/pkg-message # x11-themes/kde-icons-sparkling/pkg-plist # echo c - x11-themes/kde-icons-sparkling mkdir -p x11-themes/kde-icons-sparkling > /dev/null 2>&1 echo c - x11-themes/kde-icons-sparkling/CVS mkdir -p x11-themes/kde-icons-sparkling/CVS > /dev/null 2>&1 echo x - x11-themes/kde-icons-sparkling/CVS/Root sed 's/^X//' >x11-themes/kde-icons-sparkling/CVS/Root << 'END-of-x11-themes/kde-icons-sparkling/CVS/Root' X/home/ncvs END-of-x11-themes/kde-icons-sparkling/CVS/Root echo x - x11-themes/kde-icons-sparkling/CVS/Repository sed 's/^X//' >x11-themes/kde-icons-sparkling/CVS/Repository << 'END-of-x11-themes/kde-icons-sparkling/CVS/Repository' Xports/x11-themes/kde-icons-sparkling END-of-x11-themes/kde-icons-sparkling/CVS/Repository echo x - x11-themes/kde-icons-sparkling/CVS/Entries sed 's/^X//' >x11-themes/kde-icons-sparkling/CVS/Entries << 'END-of-x11-themes/kde-icons-sparkling/CVS/Entries' X/Makefile/1.2/Sun Jun 20 19:10:56 2004// X/distinfo/1.1/Fri Feb 20 02:07:54 2004// X/pkg-descr/1.1/Fri Feb 20 02:07:54 2004// X/pkg-message/1.1/Fri Feb 20 02:07:54 2004// X/pkg-plist/1.1/Fri Feb 20 02:07:54 2004// XD END-of-x11-themes/kde-icons-sparkling/CVS/Entries echo x - x11-themes/kde-icons-sparkling/README.html sed 's/^X//' >x11-themes/kde-icons-sparkling/README.html << 'END-of-x11-themes/kde-icons-sparkling/README.html' X X X X X The FreeBSD Ports Collection (x11-themes/kde-icons-sparkling) X X X X

The FreeBSD Ports Collection (x11-themes/kde-icons-sparkling)

X
X X

You are now in the directory for the port "x11-themes/kde-icons-sparkling".

X X

The package name of this port is "kde-icons-sparkling-0.5".

X X

This is the one-line description for this port:

X
X X

XKDE Sparkling iconset X

X
X X

Please read the "description file" for a X longer description and/or visit the web site for futher informations.

X X

If needed, you may contact the maintainer of this port or the port mailing-list.

X X

X X

X X

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

X
X X

Go up one level | Go to top of ports tree

X X X END-of-x11-themes/kde-icons-sparkling/README.html echo x - x11-themes/kde-icons-sparkling/Makefile sed 's/^X//' >x11-themes/kde-icons-sparkling/Makefile << 'END-of-x11-themes/kde-icons-sparkling/Makefile' X# New ports collection makefile for: KDE iconset Sparkling X# Date created: Fri Feb 13 11:24:29 UTC 2004 X# Whom: Mario Sergio Fujikawa Ferreira X# X# $FreeBSD: ports/x11-themes/kde-icons-sparkling/Makefile,v 1.2 2004/06/20 19:10:56 kris Exp $ X# X XPORTNAME= sparkling XPORTVERSION= 0.5 XMASTER_SITES= http://www.kde-look.org/content/download.php?content=9245 XDISTNAME= download.php?content=9245sparkling-0.5 XCOMMENT= KDE Sparkling iconset X XWRKSRC= ${WRKDIR}/sparkling XPORT_SHAREDIR?="${PORTNAME}" XUSE_X_PREFIX= yes X X.include "${.CURDIR}/../kde-icons-noia/Makefile.icons" END-of-x11-themes/kde-icons-sparkling/Makefile echo x - x11-themes/kde-icons-sparkling/distinfo sed 's/^X//' >x11-themes/kde-icons-sparkling/distinfo << 'END-of-x11-themes/kde-icons-sparkling/distinfo' XMD5 (KDE/download.php?content=9245sparkling-0.5.tar.gz) = 3810c8da770787520b7b948447e132cc XSIZE (KDE/download.php?content=9245sparkling-0.5.tar.gz) = 3393705 END-of-x11-themes/kde-icons-sparkling/distinfo echo x - x11-themes/kde-icons-sparkling/pkg-descr sed 's/^X//' >x11-themes/kde-icons-sparkling/pkg-descr << 'END-of-x11-themes/kde-icons-sparkling/pkg-descr' X[ excerpt with modifications from developer's web site ] X XSparkling - an Icon Theme for KDE X XWWW: http://www.kde-look.org/content/show.php?content=9245 END-of-x11-themes/kde-icons-sparkling/pkg-descr echo x - x11-themes/kde-icons-sparkling/pkg-message sed 's/^X//' >x11-themes/kde-icons-sparkling/pkg-message << 'END-of-x11-themes/kde-icons-sparkling/pkg-message' X ATTENTIONATTENTION: X XHow to install a new icon theme X X1) Open the KDE-Menu and start the Control Center X2) Click on "Look and Feel", then "Icons" X3) Select Sparkling 0.5 iconset X4) Click "Apply" X5) Have fun! :-) END-of-x11-themes/kde-icons-sparkling/pkg-message echo x - x11-themes/kde-icons-sparkling/pkg-plist sed 's/^X//' >x11-themes/kde-icons-sparkling/pkg-plist << 'END-of-x11-themes/kde-icons-sparkling/pkg-plist' Xshare/icons/%%DIRNAME%%/128x128/Thumbs.db Xshare/icons/%%DIRNAME%%/128x128/actions/Thumbs.db Xshare/icons/%%DIRNAME%%/128x128/actions/about_kde.png Xshare/icons/%%DIRNAME%%/128x128/actions/back.png Xshare/icons/%%DIRNAME%%/128x128/actions/build.png Xshare/icons/%%DIRNAME%%/128x128/actions/button_cancel.png Xshare/icons/%%DIRNAME%%/128x128/actions/button_ok.png Xshare/icons/%%DIRNAME%%/128x128/actions/configure.png Xshare/icons/%%DIRNAME%%/128x128/actions/down.png Xshare/icons/%%DIRNAME%%/128x128/actions/editcopy.png Xshare/icons/%%DIRNAME%%/128x128/actions/editcut.png Xshare/icons/%%DIRNAME%%/128x128/actions/editpaste.png Xshare/icons/%%DIRNAME%%/128x128/actions/find.png Xshare/icons/%%DIRNAME%%/128x128/actions/forward.png Xshare/icons/%%DIRNAME%%/128x128/actions/gohome.png Xshare/icons/%%DIRNAME%%/128x128/actions/gohome_2.png Xshare/icons/%%DIRNAME%%/128x128/actions/help.png Xshare/icons/%%DIRNAME%%/128x128/actions/locationbar_erase.png Xshare/icons/%%DIRNAME%%/128x128/actions/openterm.png Xshare/icons/%%DIRNAME%%/128x128/actions/redo.png Xshare/icons/%%DIRNAME%%/128x128/actions/reload.png Xshare/icons/%%DIRNAME%%/128x128/actions/stop.png Xshare/icons/%%DIRNAME%%/128x128/actions/tab_breakoff.png Xshare/icons/%%DIRNAME%%/128x128/actions/tab_duplicate.png Xshare/icons/%%DIRNAME%%/128x128/actions/tab_new.png Xshare/icons/%%DIRNAME%%/128x128/actions/tab_new_bg.png Xshare/icons/%%DIRNAME%%/128x128/actions/tab_new_raised.png Xshare/icons/%%DIRNAME%%/128x128/actions/tab_remove.png Xshare/icons/%%DIRNAME%%/128x128/actions/undo.png Xshare/icons/%%DIRNAME%%/128x128/actions/up.png Xshare/icons/%%DIRNAME%%/128x128/actions/viewmag+.png Xshare/icons/%%DIRNAME%%/128x128/actions/viewmag-.png Xshare/icons/%%DIRNAME%%/128x128/actions/viewmag.png Xshare/icons/%%DIRNAME%%/128x128/apps/Thumbs.db Xshare/icons/%%DIRNAME%%/128x128/apps/browser.png Xshare/icons/%%DIRNAME%%/128x128/apps/firebird.png Xshare/icons/%%DIRNAME%%/128x128/apps/firebird_2.png Xshare/icons/%%DIRNAME%%/128x128/apps/gimp.png Xshare/icons/%%DIRNAME%%/128x128/apps/kcontrol.png Xshare/icons/%%DIRNAME%%/128x128/apps/kfm_home.png Xshare/icons/%%DIRNAME%%/128x128/apps/kfm_home_2.png Xshare/icons/%%DIRNAME%%/128x128/apps/kmail.png Xshare/icons/%%DIRNAME%%/128x128/apps/kmenu.png Xshare/icons/%%DIRNAME%%/128x128/apps/konqueror.png Xshare/icons/%%DIRNAME%%/128x128/apps/konsole.png Xshare/icons/%%DIRNAME%%/128x128/apps/kopete.png Xshare/icons/%%DIRNAME%%/128x128/apps/kwrite.png Xshare/icons/%%DIRNAME%%/128x128/apps/openoffice.png Xshare/icons/%%DIRNAME%%/128x128/apps/package_applications.png Xshare/icons/%%DIRNAME%%/128x128/apps/package_favourite.png Xshare/icons/%%DIRNAME%%/128x128/apps/package_games_card.png Xshare/icons/%%DIRNAME%%/128x128/apps/package_graphics.png Xshare/icons/%%DIRNAME%%/128x128/apps/package_multimedia.png Xshare/icons/%%DIRNAME%%/128x128/apps/package_network.png Xshare/icons/%%DIRNAME%%/128x128/apps/package_settings.png Xshare/icons/%%DIRNAME%%/128x128/apps/package_system.png Xshare/icons/%%DIRNAME%%/128x128/apps/package_toys.png Xshare/icons/%%DIRNAME%%/128x128/apps/package_utilities.png Xshare/icons/%%DIRNAME%%/128x128/apps/package_wordprocessing.png Xshare/icons/%%DIRNAME%%/128x128/apps/penguin.png Xshare/icons/%%DIRNAME%%/128x128/apps/terminator_X.png Xshare/icons/%%DIRNAME%%/128x128/apps/xmms.png Xshare/icons/%%DIRNAME%%/128x128/apps/xmms_on.png Xshare/icons/%%DIRNAME%%/128x128/devices/3floppy_mount.png Xshare/icons/%%DIRNAME%%/128x128/devices/3floppy_unmount.png Xshare/icons/%%DIRNAME%%/128x128/devices/Thumbs.db Xshare/icons/%%DIRNAME%%/128x128/devices/cdrom_mount.png Xshare/icons/%%DIRNAME%%/128x128/devices/cdrom_unmount.png Xshare/icons/%%DIRNAME%%/128x128/devices/cdwriter_mount.png Xshare/icons/%%DIRNAME%%/128x128/devices/cdwriter_unmount.png Xshare/icons/%%DIRNAME%%/128x128/devices/dvd_mount.png Xshare/icons/%%DIRNAME%%/128x128/devices/dvd_unmount.png Xshare/icons/%%DIRNAME%%/128x128/devices/hdd_mount.png Xshare/icons/%%DIRNAME%%/128x128/devices/hdd_unmount.png Xshare/icons/%%DIRNAME%%/128x128/devices/monitor.png Xshare/icons/%%DIRNAME%%/128x128/devices/speaker.png Xshare/icons/%%DIRNAME%%/128x128/devices/speaker_2.png Xshare/icons/%%DIRNAME%%/128x128/filesystems/Thumbs.db Xshare/icons/%%DIRNAME%%/128x128/filesystems/browser.png Xshare/icons/%%DIRNAME%%/128x128/filesystems/desktop.png Xshare/icons/%%DIRNAME%%/128x128/filesystems/exec.png Xshare/icons/%%DIRNAME%%/128x128/filesystems/files.png Xshare/icons/%%DIRNAME%%/128x128/filesystems/folder.png Xshare/icons/%%DIRNAME%%/128x128/filesystems/folder_bin.png Xshare/icons/%%DIRNAME%%/128x128/filesystems/folder_desktop.png Xshare/icons/%%DIRNAME%%/128x128/filesystems/folder_green.png Xshare/icons/%%DIRNAME%%/128x128/filesystems/folder_home.png Xshare/icons/%%DIRNAME%%/128x128/filesystems/folder_html.png Xshare/icons/%%DIRNAME%%/128x128/filesystems/folder_locked.png Xshare/icons/%%DIRNAME%%/128x128/filesystems/folder_music.png Xshare/icons/%%DIRNAME%%/128x128/filesystems/folder_open.png Xshare/icons/%%DIRNAME%%/128x128/filesystems/folder_orange.png Xshare/icons/%%DIRNAME%%/128x128/filesystems/folder_red.png Xshare/icons/%%DIRNAME%%/128x128/filesystems/folder_root.png Xshare/icons/%%DIRNAME%%/128x128/filesystems/folder_silver.png Xshare/icons/%%DIRNAME%%/128x128/filesystems/folder_violet.png Xshare/icons/%%DIRNAME%%/128x128/filesystems/folder_yellow.png Xshare/icons/%%DIRNAME%%/128x128/filesystems/link.png Xshare/icons/%%DIRNAME%%/128x128/filesystems/lockoverlay.png Xshare/icons/%%DIRNAME%%/128x128/filesystems/my-computer.png Xshare/icons/%%DIRNAME%%/128x128/filesystems/network_local.png Xshare/icons/%%DIRNAME%%/128x128/filesystems/pipe.png Xshare/icons/%%DIRNAME%%/128x128/filesystems/trashcan_empty.png Xshare/icons/%%DIRNAME%%/128x128/filesystems/trashcan_full.png Xshare/icons/%%DIRNAME%%/16x16/actions/about_kde.png Xshare/icons/%%DIRNAME%%/16x16/actions/back.png Xshare/icons/%%DIRNAME%%/16x16/actions/build.png Xshare/icons/%%DIRNAME%%/16x16/actions/button_cancel.png Xshare/icons/%%DIRNAME%%/16x16/actions/button_ok.png Xshare/icons/%%DIRNAME%%/16x16/actions/configure.png Xshare/icons/%%DIRNAME%%/16x16/actions/down.png Xshare/icons/%%DIRNAME%%/16x16/actions/editcopy.png Xshare/icons/%%DIRNAME%%/16x16/actions/editcut.png Xshare/icons/%%DIRNAME%%/16x16/actions/editpaste.png Xshare/icons/%%DIRNAME%%/16x16/actions/find.png Xshare/icons/%%DIRNAME%%/16x16/actions/forward.png Xshare/icons/%%DIRNAME%%/16x16/actions/gohome.png Xshare/icons/%%DIRNAME%%/16x16/actions/gohome_2.png Xshare/icons/%%DIRNAME%%/16x16/actions/help.png Xshare/icons/%%DIRNAME%%/16x16/actions/locationbar_erase.png Xshare/icons/%%DIRNAME%%/16x16/actions/openterm.png Xshare/icons/%%DIRNAME%%/16x16/actions/redo.png Xshare/icons/%%DIRNAME%%/16x16/actions/reload.png Xshare/icons/%%DIRNAME%%/16x16/actions/stop.png Xshare/icons/%%DIRNAME%%/16x16/actions/tab_breakoff.png Xshare/icons/%%DIRNAME%%/16x16/actions/tab_duplicate.png Xshare/icons/%%DIRNAME%%/16x16/actions/tab_new.png Xshare/icons/%%DIRNAME%%/16x16/actions/tab_new_bg.png Xshare/icons/%%DIRNAME%%/16x16/actions/tab_new_raised.png Xshare/icons/%%DIRNAME%%/16x16/actions/tab_remove.png Xshare/icons/%%DIRNAME%%/16x16/actions/undo.png Xshare/icons/%%DIRNAME%%/16x16/actions/up.png Xshare/icons/%%DIRNAME%%/16x16/actions/viewmag+.png Xshare/icons/%%DIRNAME%%/16x16/actions/viewmag-.png Xshare/icons/%%DIRNAME%%/16x16/actions/viewmag.png Xshare/icons/%%DIRNAME%%/16x16/apps/Thumbs.db Xshare/icons/%%DIRNAME%%/16x16/apps/browser.png Xshare/icons/%%DIRNAME%%/16x16/apps/firebird.png Xshare/icons/%%DIRNAME%%/16x16/apps/firebird_2.png Xshare/icons/%%DIRNAME%%/16x16/apps/gimp.png Xshare/icons/%%DIRNAME%%/16x16/apps/kcontrol.png Xshare/icons/%%DIRNAME%%/16x16/apps/kfm_home.png Xshare/icons/%%DIRNAME%%/16x16/apps/kfm_home_2.png Xshare/icons/%%DIRNAME%%/16x16/apps/kmail.png Xshare/icons/%%DIRNAME%%/16x16/apps/kmenu.png Xshare/icons/%%DIRNAME%%/16x16/apps/konqueror.png Xshare/icons/%%DIRNAME%%/16x16/apps/konsole.png Xshare/icons/%%DIRNAME%%/16x16/apps/kopete.png Xshare/icons/%%DIRNAME%%/16x16/apps/kwrite.png Xshare/icons/%%DIRNAME%%/16x16/apps/openoffice.png Xshare/icons/%%DIRNAME%%/16x16/apps/package_applications.png Xshare/icons/%%DIRNAME%%/16x16/apps/package_favourite.png Xshare/icons/%%DIRNAME%%/16x16/apps/package_games_card.png Xshare/icons/%%DIRNAME%%/16x16/apps/package_graphics.png Xshare/icons/%%DIRNAME%%/16x16/apps/package_multimedia.png Xshare/icons/%%DIRNAME%%/16x16/apps/package_network.png Xshare/icons/%%DIRNAME%%/16x16/apps/package_settings.png Xshare/icons/%%DIRNAME%%/16x16/apps/package_system.png Xshare/icons/%%DIRNAME%%/16x16/apps/package_toys.png Xshare/icons/%%DIRNAME%%/16x16/apps/package_utilities.png Xshare/icons/%%DIRNAME%%/16x16/apps/package_wordprocessing.png Xshare/icons/%%DIRNAME%%/16x16/apps/penguin.png Xshare/icons/%%DIRNAME%%/16x16/apps/terminator_X.png Xshare/icons/%%DIRNAME%%/16x16/apps/xmms.png Xshare/icons/%%DIRNAME%%/16x16/apps/xmms_on.png Xshare/icons/%%DIRNAME%%/16x16/devices/3floppy_mount.png Xshare/icons/%%DIRNAME%%/16x16/devices/3floppy_unmount.png Xshare/icons/%%DIRNAME%%/16x16/devices/Thumbs.db Xshare/icons/%%DIRNAME%%/16x16/devices/cdrom_mount.png Xshare/icons/%%DIRNAME%%/16x16/devices/cdrom_unmount.png Xshare/icons/%%DIRNAME%%/16x16/devices/cdwriter_mount.png Xshare/icons/%%DIRNAME%%/16x16/devices/cdwriter_unmount.png Xshare/icons/%%DIRNAME%%/16x16/devices/dvd_mount.png Xshare/icons/%%DIRNAME%%/16x16/devices/dvd_unmount.png Xshare/icons/%%DIRNAME%%/16x16/devices/hdd_mount.png Xshare/icons/%%DIRNAME%%/16x16/devices/hdd_unmount.png Xshare/icons/%%DIRNAME%%/16x16/devices/monitor.png Xshare/icons/%%DIRNAME%%/16x16/devices/speaker.png Xshare/icons/%%DIRNAME%%/16x16/devices/speaker_2.png Xshare/icons/%%DIRNAME%%/16x16/filesystems/Thumbs.db Xshare/icons/%%DIRNAME%%/16x16/filesystems/browser.png Xshare/icons/%%DIRNAME%%/16x16/filesystems/desktop.png Xshare/icons/%%DIRNAME%%/16x16/filesystems/exec.png Xshare/icons/%%DIRNAME%%/16x16/filesystems/files.png Xshare/icons/%%DIRNAME%%/16x16/filesystems/folder.png Xshare/icons/%%DIRNAME%%/16x16/filesystems/folder_bin.png Xshare/icons/%%DIRNAME%%/16x16/filesystems/folder_desktop.png Xshare/icons/%%DIRNAME%%/16x16/filesystems/folder_green.png Xshare/icons/%%DIRNAME%%/16x16/filesystems/folder_home.png Xshare/icons/%%DIRNAME%%/16x16/filesystems/folder_html.png Xshare/icons/%%DIRNAME%%/16x16/filesystems/folder_locked.png Xshare/icons/%%DIRNAME%%/16x16/filesystems/folder_music.png Xshare/icons/%%DIRNAME%%/16x16/filesystems/folder_open.png Xshare/icons/%%DIRNAME%%/16x16/filesystems/folder_orange.png Xshare/icons/%%DIRNAME%%/16x16/filesystems/folder_red.png Xshare/icons/%%DIRNAME%%/16x16/filesystems/folder_root.png Xshare/icons/%%DIRNAME%%/16x16/filesystems/folder_silver.png Xshare/icons/%%DIRNAME%%/16x16/filesystems/folder_violet.png Xshare/icons/%%DIRNAME%%/16x16/filesystems/folder_yellow.png Xshare/icons/%%DIRNAME%%/16x16/filesystems/link.png Xshare/icons/%%DIRNAME%%/16x16/filesystems/lockoverlay.png Xshare/icons/%%DIRNAME%%/16x16/filesystems/my-computer.png Xshare/icons/%%DIRNAME%%/16x16/filesystems/network_local.png Xshare/icons/%%DIRNAME%%/16x16/filesystems/pipe.png Xshare/icons/%%DIRNAME%%/16x16/filesystems/trashcan_empty.png Xshare/icons/%%DIRNAME%%/16x16/filesystems/trashcan_full.png Xshare/icons/%%DIRNAME%%/24x24/actions/about_kde.png Xshare/icons/%%DIRNAME%%/24x24/actions/back.png Xshare/icons/%%DIRNAME%%/24x24/actions/build.png Xshare/icons/%%DIRNAME%%/24x24/actions/button_cancel.png Xshare/icons/%%DIRNAME%%/24x24/actions/button_ok.png Xshare/icons/%%DIRNAME%%/24x24/actions/configure.png Xshare/icons/%%DIRNAME%%/24x24/actions/down.png Xshare/icons/%%DIRNAME%%/24x24/actions/editcopy.png Xshare/icons/%%DIRNAME%%/24x24/actions/editcut.png Xshare/icons/%%DIRNAME%%/24x24/actions/editpaste.png Xshare/icons/%%DIRNAME%%/24x24/actions/find.png Xshare/icons/%%DIRNAME%%/24x24/actions/forward.png Xshare/icons/%%DIRNAME%%/24x24/actions/gohome.png Xshare/icons/%%DIRNAME%%/24x24/actions/gohome_2.png Xshare/icons/%%DIRNAME%%/24x24/actions/help.png Xshare/icons/%%DIRNAME%%/24x24/actions/locationbar_erase.png Xshare/icons/%%DIRNAME%%/24x24/actions/openterm.png Xshare/icons/%%DIRNAME%%/24x24/actions/redo.png Xshare/icons/%%DIRNAME%%/24x24/actions/reload.png Xshare/icons/%%DIRNAME%%/24x24/actions/stop.png Xshare/icons/%%DIRNAME%%/24x24/actions/tab_breakoff.png Xshare/icons/%%DIRNAME%%/24x24/actions/tab_duplicate.png Xshare/icons/%%DIRNAME%%/24x24/actions/tab_new.png Xshare/icons/%%DIRNAME%%/24x24/actions/tab_new_bg.png Xshare/icons/%%DIRNAME%%/24x24/actions/tab_new_raised.png Xshare/icons/%%DIRNAME%%/24x24/actions/tab_remove.png Xshare/icons/%%DIRNAME%%/24x24/actions/undo.png Xshare/icons/%%DIRNAME%%/24x24/actions/up.png Xshare/icons/%%DIRNAME%%/24x24/actions/viewmag+.png Xshare/icons/%%DIRNAME%%/24x24/actions/viewmag-.png Xshare/icons/%%DIRNAME%%/24x24/actions/viewmag.png Xshare/icons/%%DIRNAME%%/24x24/apps/browser.png Xshare/icons/%%DIRNAME%%/24x24/apps/firebird.png Xshare/icons/%%DIRNAME%%/24x24/apps/firebird_2.png Xshare/icons/%%DIRNAME%%/24x24/apps/gimp.png Xshare/icons/%%DIRNAME%%/24x24/apps/kcontrol.png Xshare/icons/%%DIRNAME%%/24x24/apps/kfm_home.png Xshare/icons/%%DIRNAME%%/24x24/apps/kfm_home_2.png Xshare/icons/%%DIRNAME%%/24x24/apps/kmail.png Xshare/icons/%%DIRNAME%%/24x24/apps/kmenu.png Xshare/icons/%%DIRNAME%%/24x24/apps/konqueror.png Xshare/icons/%%DIRNAME%%/24x24/apps/konsole.png Xshare/icons/%%DIRNAME%%/24x24/apps/kopete.png Xshare/icons/%%DIRNAME%%/24x24/apps/kwrite.png Xshare/icons/%%DIRNAME%%/24x24/apps/openoffice.png Xshare/icons/%%DIRNAME%%/24x24/apps/package_applications.png Xshare/icons/%%DIRNAME%%/24x24/apps/package_favourite.png Xshare/icons/%%DIRNAME%%/24x24/apps/package_games_card.png Xshare/icons/%%DIRNAME%%/24x24/apps/package_graphics.png Xshare/icons/%%DIRNAME%%/24x24/apps/package_multimedia.png Xshare/icons/%%DIRNAME%%/24x24/apps/package_network.png Xshare/icons/%%DIRNAME%%/24x24/apps/package_settings.png Xshare/icons/%%DIRNAME%%/24x24/apps/package_system.png Xshare/icons/%%DIRNAME%%/24x24/apps/package_toys.png Xshare/icons/%%DIRNAME%%/24x24/apps/package_utilities.png Xshare/icons/%%DIRNAME%%/24x24/apps/package_wordprocessing.png Xshare/icons/%%DIRNAME%%/24x24/apps/penguin.png Xshare/icons/%%DIRNAME%%/24x24/apps/terminator_X.png Xshare/icons/%%DIRNAME%%/24x24/apps/xmms.png Xshare/icons/%%DIRNAME%%/24x24/apps/xmms_on.png Xshare/icons/%%DIRNAME%%/24x24/devices/3floppy_mount.png Xshare/icons/%%DIRNAME%%/24x24/devices/3floppy_unmount.png Xshare/icons/%%DIRNAME%%/24x24/devices/Thumbs.db Xshare/icons/%%DIRNAME%%/24x24/devices/cdrom_mount.png Xshare/icons/%%DIRNAME%%/24x24/devices/cdrom_unmount.png Xshare/icons/%%DIRNAME%%/24x24/devices/cdwriter_mount.png Xshare/icons/%%DIRNAME%%/24x24/devices/cdwriter_unmount.png Xshare/icons/%%DIRNAME%%/24x24/devices/dvd_mount.png Xshare/icons/%%DIRNAME%%/24x24/devices/dvd_unmount.png Xshare/icons/%%DIRNAME%%/24x24/devices/hdd_mount.png Xshare/icons/%%DIRNAME%%/24x24/devices/hdd_unmount.png Xshare/icons/%%DIRNAME%%/24x24/devices/monitor.png Xshare/icons/%%DIRNAME%%/24x24/devices/speaker.png Xshare/icons/%%DIRNAME%%/24x24/devices/speaker_2.png Xshare/icons/%%DIRNAME%%/24x24/filesystems/Thumbs.db Xshare/icons/%%DIRNAME%%/24x24/filesystems/browser.png Xshare/icons/%%DIRNAME%%/24x24/filesystems/desktop.png Xshare/icons/%%DIRNAME%%/24x24/filesystems/exec.png Xshare/icons/%%DIRNAME%%/24x24/filesystems/files.png Xshare/icons/%%DIRNAME%%/24x24/filesystems/folder.png Xshare/icons/%%DIRNAME%%/24x24/filesystems/folder_bin.png Xshare/icons/%%DIRNAME%%/24x24/filesystems/folder_desktop.png Xshare/icons/%%DIRNAME%%/24x24/filesystems/folder_green.png Xshare/icons/%%DIRNAME%%/24x24/filesystems/folder_home.png Xshare/icons/%%DIRNAME%%/24x24/filesystems/folder_html.png Xshare/icons/%%DIRNAME%%/24x24/filesystems/folder_locked.png Xshare/icons/%%DIRNAME%%/24x24/filesystems/folder_music.png Xshare/icons/%%DIRNAME%%/24x24/filesystems/folder_open.png Xshare/icons/%%DIRNAME%%/24x24/filesystems/folder_orange.png Xshare/icons/%%DIRNAME%%/24x24/filesystems/folder_red.png Xshare/icons/%%DIRNAME%%/24x24/filesystems/folder_root.png Xshare/icons/%%DIRNAME%%/24x24/filesystems/folder_silver.png Xshare/icons/%%DIRNAME%%/24x24/filesystems/folder_violet.png Xshare/icons/%%DIRNAME%%/24x24/filesystems/folder_yellow.png Xshare/icons/%%DIRNAME%%/24x24/filesystems/link.png Xshare/icons/%%DIRNAME%%/24x24/filesystems/lockoverlay.png Xshare/icons/%%DIRNAME%%/24x24/filesystems/my-computer.png Xshare/icons/%%DIRNAME%%/24x24/filesystems/network_local.png Xshare/icons/%%DIRNAME%%/24x24/filesystems/pipe.png Xshare/icons/%%DIRNAME%%/24x24/filesystems/trashcan_empty.png Xshare/icons/%%DIRNAME%%/24x24/filesystems/trashcan_full.png Xshare/icons/%%DIRNAME%%/32x32/actions/about_kde.png Xshare/icons/%%DIRNAME%%/32x32/actions/back.png Xshare/icons/%%DIRNAME%%/32x32/actions/build.png Xshare/icons/%%DIRNAME%%/32x32/actions/button_cancel.png Xshare/icons/%%DIRNAME%%/32x32/actions/button_ok.png Xshare/icons/%%DIRNAME%%/32x32/actions/configure.png Xshare/icons/%%DIRNAME%%/32x32/actions/down.png Xshare/icons/%%DIRNAME%%/32x32/actions/editcopy.png Xshare/icons/%%DIRNAME%%/32x32/actions/editcut.png Xshare/icons/%%DIRNAME%%/32x32/actions/editpaste.png Xshare/icons/%%DIRNAME%%/32x32/actions/find.png Xshare/icons/%%DIRNAME%%/32x32/actions/forward.png Xshare/icons/%%DIRNAME%%/32x32/actions/gohome.png Xshare/icons/%%DIRNAME%%/32x32/actions/gohome_2.png Xshare/icons/%%DIRNAME%%/32x32/actions/help.png Xshare/icons/%%DIRNAME%%/32x32/actions/locationbar_erase.png Xshare/icons/%%DIRNAME%%/32x32/actions/openterm.png Xshare/icons/%%DIRNAME%%/32x32/actions/redo.png Xshare/icons/%%DIRNAME%%/32x32/actions/reload.png Xshare/icons/%%DIRNAME%%/32x32/actions/stop.png Xshare/icons/%%DIRNAME%%/32x32/actions/tab_breakoff.png Xshare/icons/%%DIRNAME%%/32x32/actions/tab_duplicate.png Xshare/icons/%%DIRNAME%%/32x32/actions/tab_new.png Xshare/icons/%%DIRNAME%%/32x32/actions/tab_new_bg.png Xshare/icons/%%DIRNAME%%/32x32/actions/tab_new_raised.png Xshare/icons/%%DIRNAME%%/32x32/actions/tab_remove.png Xshare/icons/%%DIRNAME%%/32x32/actions/undo.png Xshare/icons/%%DIRNAME%%/32x32/actions/up.png Xshare/icons/%%DIRNAME%%/32x32/actions/viewmag+.png Xshare/icons/%%DIRNAME%%/32x32/actions/viewmag-.png Xshare/icons/%%DIRNAME%%/32x32/actions/viewmag.png Xshare/icons/%%DIRNAME%%/32x32/apps/Thumbs.db Xshare/icons/%%DIRNAME%%/32x32/apps/browser.png Xshare/icons/%%DIRNAME%%/32x32/apps/firebird.png Xshare/icons/%%DIRNAME%%/32x32/apps/firebird_2.png Xshare/icons/%%DIRNAME%%/32x32/apps/gimp.png Xshare/icons/%%DIRNAME%%/32x32/apps/kcontrol.png Xshare/icons/%%DIRNAME%%/32x32/apps/kfm_home.png Xshare/icons/%%DIRNAME%%/32x32/apps/kfm_home_2.png Xshare/icons/%%DIRNAME%%/32x32/apps/kmail.png Xshare/icons/%%DIRNAME%%/32x32/apps/kmenu.png Xshare/icons/%%DIRNAME%%/32x32/apps/konqueror.png Xshare/icons/%%DIRNAME%%/32x32/apps/konsole.png Xshare/icons/%%DIRNAME%%/32x32/apps/kopete.png Xshare/icons/%%DIRNAME%%/32x32/apps/kwrite.png Xshare/icons/%%DIRNAME%%/32x32/apps/openoffice.png Xshare/icons/%%DIRNAME%%/32x32/apps/package_applications.png Xshare/icons/%%DIRNAME%%/32x32/apps/package_favourite.png Xshare/icons/%%DIRNAME%%/32x32/apps/package_games_card.png Xshare/icons/%%DIRNAME%%/32x32/apps/package_graphics.png Xshare/icons/%%DIRNAME%%/32x32/apps/package_multimedia.png Xshare/icons/%%DIRNAME%%/32x32/apps/package_network.png Xshare/icons/%%DIRNAME%%/32x32/apps/package_settings.png Xshare/icons/%%DIRNAME%%/32x32/apps/package_system.png Xshare/icons/%%DIRNAME%%/32x32/apps/package_toys.png Xshare/icons/%%DIRNAME%%/32x32/apps/package_utilities.png Xshare/icons/%%DIRNAME%%/32x32/apps/package_wordprocessing.png Xshare/icons/%%DIRNAME%%/32x32/apps/penguin.png Xshare/icons/%%DIRNAME%%/32x32/apps/terminator_X.png Xshare/icons/%%DIRNAME%%/32x32/apps/xmms.png Xshare/icons/%%DIRNAME%%/32x32/apps/xmms_on.png Xshare/icons/%%DIRNAME%%/32x32/devices/3floppy_mount.png Xshare/icons/%%DIRNAME%%/32x32/devices/3floppy_unmount.png Xshare/icons/%%DIRNAME%%/32x32/devices/Thumbs.db Xshare/icons/%%DIRNAME%%/32x32/devices/cdrom_mount.png Xshare/icons/%%DIRNAME%%/32x32/devices/cdrom_unmount.png Xshare/icons/%%DIRNAME%%/32x32/devices/cdwriter_mount.png Xshare/icons/%%DIRNAME%%/32x32/devices/cdwriter_unmount.png Xshare/icons/%%DIRNAME%%/32x32/devices/dvd_mount.png Xshare/icons/%%DIRNAME%%/32x32/devices/dvd_unmount.png Xshare/icons/%%DIRNAME%%/32x32/devices/hdd_mount.png Xshare/icons/%%DIRNAME%%/32x32/devices/hdd_unmount.png Xshare/icons/%%DIRNAME%%/32x32/devices/monitor.png Xshare/icons/%%DIRNAME%%/32x32/devices/speaker.png Xshare/icons/%%DIRNAME%%/32x32/devices/speaker_2.png Xshare/icons/%%DIRNAME%%/32x32/filesystems/Thumbs.db Xshare/icons/%%DIRNAME%%/32x32/filesystems/browser.png Xshare/icons/%%DIRNAME%%/32x32/filesystems/desktop.png Xshare/icons/%%DIRNAME%%/32x32/filesystems/exec.png Xshare/icons/%%DIRNAME%%/32x32/filesystems/files.png Xshare/icons/%%DIRNAME%%/32x32/filesystems/folder.png Xshare/icons/%%DIRNAME%%/32x32/filesystems/folder_bin.png Xshare/icons/%%DIRNAME%%/32x32/filesystems/folder_desktop.png Xshare/icons/%%DIRNAME%%/32x32/filesystems/folder_green.png Xshare/icons/%%DIRNAME%%/32x32/filesystems/folder_home.png Xshare/icons/%%DIRNAME%%/32x32/filesystems/folder_html.png Xshare/icons/%%DIRNAME%%/32x32/filesystems/folder_locked.png Xshare/icons/%%DIRNAME%%/32x32/filesystems/folder_music.png Xshare/icons/%%DIRNAME%%/32x32/filesystems/folder_open.png Xshare/icons/%%DIRNAME%%/32x32/filesystems/folder_orange.png Xshare/icons/%%DIRNAME%%/32x32/filesystems/folder_red.png Xshare/icons/%%DIRNAME%%/32x32/filesystems/folder_root.png Xshare/icons/%%DIRNAME%%/32x32/filesystems/folder_silver.png Xshare/icons/%%DIRNAME%%/32x32/filesystems/folder_violet.png Xshare/icons/%%DIRNAME%%/32x32/filesystems/folder_yellow.png Xshare/icons/%%DIRNAME%%/32x32/filesystems/link.png Xshare/icons/%%DIRNAME%%/32x32/filesystems/lockoverlay.png Xshare/icons/%%DIRNAME%%/32x32/filesystems/my-computer.png Xshare/icons/%%DIRNAME%%/32x32/filesystems/network_local.png Xshare/icons/%%DIRNAME%%/32x32/filesystems/pipe.png Xshare/icons/%%DIRNAME%%/32x32/filesystems/trashcan_empty.png Xshare/icons/%%DIRNAME%%/32x32/filesystems/trashcan_full.png Xshare/icons/%%DIRNAME%%/48x48/Thumbs.db Xshare/icons/%%DIRNAME%%/48x48/actions/Thumbs.db Xshare/icons/%%DIRNAME%%/48x48/actions/about_kde.png Xshare/icons/%%DIRNAME%%/48x48/actions/back.png Xshare/icons/%%DIRNAME%%/48x48/actions/build.png Xshare/icons/%%DIRNAME%%/48x48/actions/button_cancel.png Xshare/icons/%%DIRNAME%%/48x48/actions/button_ok.png Xshare/icons/%%DIRNAME%%/48x48/actions/configure.png Xshare/icons/%%DIRNAME%%/48x48/actions/down.png Xshare/icons/%%DIRNAME%%/48x48/actions/editcopy.png Xshare/icons/%%DIRNAME%%/48x48/actions/editcut.png Xshare/icons/%%DIRNAME%%/48x48/actions/editpaste.png Xshare/icons/%%DIRNAME%%/48x48/actions/find.png Xshare/icons/%%DIRNAME%%/48x48/actions/forward.png Xshare/icons/%%DIRNAME%%/48x48/actions/gohome.png Xshare/icons/%%DIRNAME%%/48x48/actions/gohome_2.png Xshare/icons/%%DIRNAME%%/48x48/actions/help.png Xshare/icons/%%DIRNAME%%/48x48/actions/locationbar_erase.png Xshare/icons/%%DIRNAME%%/48x48/actions/openterm.png Xshare/icons/%%DIRNAME%%/48x48/actions/redo.png Xshare/icons/%%DIRNAME%%/48x48/actions/reload.png Xshare/icons/%%DIRNAME%%/48x48/actions/stop.png Xshare/icons/%%DIRNAME%%/48x48/actions/tab_breakoff.png Xshare/icons/%%DIRNAME%%/48x48/actions/tab_duplicate.png Xshare/icons/%%DIRNAME%%/48x48/actions/tab_new.png Xshare/icons/%%DIRNAME%%/48x48/actions/tab_new_bg.png Xshare/icons/%%DIRNAME%%/48x48/actions/tab_new_raised.png Xshare/icons/%%DIRNAME%%/48x48/actions/tab_remove.png Xshare/icons/%%DIRNAME%%/48x48/actions/undo.png Xshare/icons/%%DIRNAME%%/48x48/actions/up.png Xshare/icons/%%DIRNAME%%/48x48/actions/viewmag+.png Xshare/icons/%%DIRNAME%%/48x48/actions/viewmag-.png Xshare/icons/%%DIRNAME%%/48x48/actions/viewmag.png Xshare/icons/%%DIRNAME%%/48x48/apps/Thumbs.db Xshare/icons/%%DIRNAME%%/48x48/apps/browser.png Xshare/icons/%%DIRNAME%%/48x48/apps/firebird.png Xshare/icons/%%DIRNAME%%/48x48/apps/firebird_2.png Xshare/icons/%%DIRNAME%%/48x48/apps/gimp.png Xshare/icons/%%DIRNAME%%/48x48/apps/kcontrol.png Xshare/icons/%%DIRNAME%%/48x48/apps/kfm_home.png Xshare/icons/%%DIRNAME%%/48x48/apps/kfm_home_2.png Xshare/icons/%%DIRNAME%%/48x48/apps/kmail.png Xshare/icons/%%DIRNAME%%/48x48/apps/kmenu.png Xshare/icons/%%DIRNAME%%/48x48/apps/konqueror.png Xshare/icons/%%DIRNAME%%/48x48/apps/konsole.png Xshare/icons/%%DIRNAME%%/48x48/apps/kopete.png Xshare/icons/%%DIRNAME%%/48x48/apps/kwrite.png Xshare/icons/%%DIRNAME%%/48x48/apps/openoffice.png Xshare/icons/%%DIRNAME%%/48x48/apps/package_applications.png Xshare/icons/%%DIRNAME%%/48x48/apps/package_favourite.png Xshare/icons/%%DIRNAME%%/48x48/apps/package_games_card.png Xshare/icons/%%DIRNAME%%/48x48/apps/package_graphics.png Xshare/icons/%%DIRNAME%%/48x48/apps/package_multimedia.png Xshare/icons/%%DIRNAME%%/48x48/apps/package_network.png Xshare/icons/%%DIRNAME%%/48x48/apps/package_settings.png Xshare/icons/%%DIRNAME%%/48x48/apps/package_system.png Xshare/icons/%%DIRNAME%%/48x48/apps/package_toys.png Xshare/icons/%%DIRNAME%%/48x48/apps/package_utilities.png Xshare/icons/%%DIRNAME%%/48x48/apps/package_wordprocessing.png Xshare/icons/%%DIRNAME%%/48x48/apps/penguin.png Xshare/icons/%%DIRNAME%%/48x48/apps/terminator_X.png Xshare/icons/%%DIRNAME%%/48x48/apps/xmms.png Xshare/icons/%%DIRNAME%%/48x48/apps/xmms_on.png Xshare/icons/%%DIRNAME%%/48x48/devices/3floppy_mount.png Xshare/icons/%%DIRNAME%%/48x48/devices/3floppy_unmount.png Xshare/icons/%%DIRNAME%%/48x48/devices/Thumbs.db Xshare/icons/%%DIRNAME%%/48x48/devices/cdrom_mount.png Xshare/icons/%%DIRNAME%%/48x48/devices/cdrom_unmount.png Xshare/icons/%%DIRNAME%%/48x48/devices/cdwriter_mount.png Xshare/icons/%%DIRNAME%%/48x48/devices/cdwriter_unmount.png Xshare/icons/%%DIRNAME%%/48x48/devices/dvd_mount.png Xshare/icons/%%DIRNAME%%/48x48/devices/dvd_unmount.png Xshare/icons/%%DIRNAME%%/48x48/devices/hdd_mount.png Xshare/icons/%%DIRNAME%%/48x48/devices/hdd_unmount.png Xshare/icons/%%DIRNAME%%/48x48/devices/monitor.png Xshare/icons/%%DIRNAME%%/48x48/devices/speaker.png Xshare/icons/%%DIRNAME%%/48x48/devices/speaker_2.png Xshare/icons/%%DIRNAME%%/48x48/filesystems/Thumbs.db Xshare/icons/%%DIRNAME%%/48x48/filesystems/browser.png Xshare/icons/%%DIRNAME%%/48x48/filesystems/desktop.png Xshare/icons/%%DIRNAME%%/48x48/filesystems/exec.png Xshare/icons/%%DIRNAME%%/48x48/filesystems/files.png Xshare/icons/%%DIRNAME%%/48x48/filesystems/folder.png Xshare/icons/%%DIRNAME%%/48x48/filesystems/folder_bin.png Xshare/icons/%%DIRNAME%%/48x48/filesystems/folder_desktop.png Xshare/icons/%%DIRNAME%%/48x48/filesystems/folder_green.png Xshare/icons/%%DIRNAME%%/48x48/filesystems/folder_home.png Xshare/icons/%%DIRNAME%%/48x48/filesystems/folder_html.png Xshare/icons/%%DIRNAME%%/48x48/filesystems/folder_locked.png Xshare/icons/%%DIRNAME%%/48x48/filesystems/folder_music.png Xshare/icons/%%DIRNAME%%/48x48/filesystems/folder_open.png Xshare/icons/%%DIRNAME%%/48x48/filesystems/folder_orange.png Xshare/icons/%%DIRNAME%%/48x48/filesystems/folder_red.png Xshare/icons/%%DIRNAME%%/48x48/filesystems/folder_root.png Xshare/icons/%%DIRNAME%%/48x48/filesystems/folder_silver.png Xshare/icons/%%DIRNAME%%/48x48/filesystems/folder_violet.png Xshare/icons/%%DIRNAME%%/48x48/filesystems/folder_yellow.png Xshare/icons/%%DIRNAME%%/48x48/filesystems/link.png Xshare/icons/%%DIRNAME%%/48x48/filesystems/lockoverlay.png Xshare/icons/%%DIRNAME%%/48x48/filesystems/my-computer.png Xshare/icons/%%DIRNAME%%/48x48/filesystems/network_local.png Xshare/icons/%%DIRNAME%%/48x48/filesystems/pipe.png Xshare/icons/%%DIRNAME%%/48x48/filesystems/trashcan_empty.png Xshare/icons/%%DIRNAME%%/48x48/filesystems/trashcan_full.png Xshare/icons/%%DIRNAME%%/64x64/actions/about_kde.png Xshare/icons/%%DIRNAME%%/64x64/actions/back.png Xshare/icons/%%DIRNAME%%/64x64/actions/build.png Xshare/icons/%%DIRNAME%%/64x64/actions/button_cancel.png Xshare/icons/%%DIRNAME%%/64x64/actions/button_ok.png Xshare/icons/%%DIRNAME%%/64x64/actions/configure.png Xshare/icons/%%DIRNAME%%/64x64/actions/down.png Xshare/icons/%%DIRNAME%%/64x64/actions/editcopy.png Xshare/icons/%%DIRNAME%%/64x64/actions/editcut.png Xshare/icons/%%DIRNAME%%/64x64/actions/editpaste.png Xshare/icons/%%DIRNAME%%/64x64/actions/find.png Xshare/icons/%%DIRNAME%%/64x64/actions/forward.png Xshare/icons/%%DIRNAME%%/64x64/actions/gohome.png Xshare/icons/%%DIRNAME%%/64x64/actions/gohome_2.png Xshare/icons/%%DIRNAME%%/64x64/actions/help.png Xshare/icons/%%DIRNAME%%/64x64/actions/locationbar_erase.png Xshare/icons/%%DIRNAME%%/64x64/actions/openterm.png Xshare/icons/%%DIRNAME%%/64x64/actions/redo.png Xshare/icons/%%DIRNAME%%/64x64/actions/reload.png Xshare/icons/%%DIRNAME%%/64x64/actions/stop.png Xshare/icons/%%DIRNAME%%/64x64/actions/tab_breakoff.png Xshare/icons/%%DIRNAME%%/64x64/actions/tab_duplicate.png Xshare/icons/%%DIRNAME%%/64x64/actions/tab_new.png Xshare/icons/%%DIRNAME%%/64x64/actions/tab_new_bg.png Xshare/icons/%%DIRNAME%%/64x64/actions/tab_new_raised.png Xshare/icons/%%DIRNAME%%/64x64/actions/tab_remove.png Xshare/icons/%%DIRNAME%%/64x64/actions/undo.png Xshare/icons/%%DIRNAME%%/64x64/actions/up.png Xshare/icons/%%DIRNAME%%/64x64/actions/viewmag+.png Xshare/icons/%%DIRNAME%%/64x64/actions/viewmag-.png Xshare/icons/%%DIRNAME%%/64x64/actions/viewmag.png Xshare/icons/%%DIRNAME%%/64x64/apps/Thumbs.db Xshare/icons/%%DIRNAME%%/64x64/apps/browser.png Xshare/icons/%%DIRNAME%%/64x64/apps/firebird.png Xshare/icons/%%DIRNAME%%/64x64/apps/firebird_2.png Xshare/icons/%%DIRNAME%%/64x64/apps/gimp.png Xshare/icons/%%DIRNAME%%/64x64/apps/kcontrol.png Xshare/icons/%%DIRNAME%%/64x64/apps/kfm_home.png Xshare/icons/%%DIRNAME%%/64x64/apps/kfm_home_2.png Xshare/icons/%%DIRNAME%%/64x64/apps/kmail.png Xshare/icons/%%DIRNAME%%/64x64/apps/kmenu.png Xshare/icons/%%DIRNAME%%/64x64/apps/konqueror.png Xshare/icons/%%DIRNAME%%/64x64/apps/konsole.png Xshare/icons/%%DIRNAME%%/64x64/apps/kopete.png Xshare/icons/%%DIRNAME%%/64x64/apps/kwrite.png Xshare/icons/%%DIRNAME%%/64x64/apps/openoffice.png Xshare/icons/%%DIRNAME%%/64x64/apps/package_applications.png Xshare/icons/%%DIRNAME%%/64x64/apps/package_favourite.png Xshare/icons/%%DIRNAME%%/64x64/apps/package_games_card.png Xshare/icons/%%DIRNAME%%/64x64/apps/package_graphics.png Xshare/icons/%%DIRNAME%%/64x64/apps/package_multimedia.png Xshare/icons/%%DIRNAME%%/64x64/apps/package_network.png Xshare/icons/%%DIRNAME%%/64x64/apps/package_settings.png Xshare/icons/%%DIRNAME%%/64x64/apps/package_system.png Xshare/icons/%%DIRNAME%%/64x64/apps/package_toys.png Xshare/icons/%%DIRNAME%%/64x64/apps/package_utilities.png Xshare/icons/%%DIRNAME%%/64x64/apps/package_wordprocessing.png Xshare/icons/%%DIRNAME%%/64x64/apps/penguin.png Xshare/icons/%%DIRNAME%%/64x64/apps/terminator_X.png Xshare/icons/%%DIRNAME%%/64x64/apps/xmms.png Xshare/icons/%%DIRNAME%%/64x64/apps/xmms_on.png Xshare/icons/%%DIRNAME%%/64x64/devices/3floppy_mount.png Xshare/icons/%%DIRNAME%%/64x64/devices/3floppy_unmount.png Xshare/icons/%%DIRNAME%%/64x64/devices/Thumbs.db Xshare/icons/%%DIRNAME%%/64x64/devices/cdrom_mount.png Xshare/icons/%%DIRNAME%%/64x64/devices/cdrom_unmount.png Xshare/icons/%%DIRNAME%%/64x64/devices/cdwriter_mount.png Xshare/icons/%%DIRNAME%%/64x64/devices/cdwriter_unmount.png Xshare/icons/%%DIRNAME%%/64x64/devices/dvd_mount.png Xshare/icons/%%DIRNAME%%/64x64/devices/dvd_unmount.png Xshare/icons/%%DIRNAME%%/64x64/devices/hdd_mount.png Xshare/icons/%%DIRNAME%%/64x64/devices/hdd_unmount.png Xshare/icons/%%DIRNAME%%/64x64/devices/monitor.png Xshare/icons/%%DIRNAME%%/64x64/devices/speaker.png Xshare/icons/%%DIRNAME%%/64x64/devices/speaker_2.png Xshare/icons/%%DIRNAME%%/64x64/filesystems/Thumbs.db Xshare/icons/%%DIRNAME%%/64x64/filesystems/browser.png Xshare/icons/%%DIRNAME%%/64x64/filesystems/desktop.png Xshare/icons/%%DIRNAME%%/64x64/filesystems/exec.png Xshare/icons/%%DIRNAME%%/64x64/filesystems/files.png Xshare/icons/%%DIRNAME%%/64x64/filesystems/folder.png Xshare/icons/%%DIRNAME%%/64x64/filesystems/folder_bin.png Xshare/icons/%%DIRNAME%%/64x64/filesystems/folder_desktop.png Xshare/icons/%%DIRNAME%%/64x64/filesystems/folder_green.png Xshare/icons/%%DIRNAME%%/64x64/filesystems/folder_home.png Xshare/icons/%%DIRNAME%%/64x64/filesystems/folder_html.png Xshare/icons/%%DIRNAME%%/64x64/filesystems/folder_locked.png Xshare/icons/%%DIRNAME%%/64x64/filesystems/folder_music.png Xshare/icons/%%DIRNAME%%/64x64/filesystems/folder_open.png Xshare/icons/%%DIRNAME%%/64x64/filesystems/folder_orange.png Xshare/icons/%%DIRNAME%%/64x64/filesystems/folder_red.png Xshare/icons/%%DIRNAME%%/64x64/filesystems/folder_root.png Xshare/icons/%%DIRNAME%%/64x64/filesystems/folder_silver.png Xshare/icons/%%DIRNAME%%/64x64/filesystems/folder_violet.png Xshare/icons/%%DIRNAME%%/64x64/filesystems/folder_yellow.png Xshare/icons/%%DIRNAME%%/64x64/filesystems/link.png Xshare/icons/%%DIRNAME%%/64x64/filesystems/lockoverlay.png Xshare/icons/%%DIRNAME%%/64x64/filesystems/my-computer.png Xshare/icons/%%DIRNAME%%/64x64/filesystems/network_local.png Xshare/icons/%%DIRNAME%%/64x64/filesystems/pipe.png Xshare/icons/%%DIRNAME%%/64x64/filesystems/trashcan_empty.png Xshare/icons/%%DIRNAME%%/64x64/filesystems/trashcan_full.png Xshare/icons/%%DIRNAME%%/License.txt Xshare/icons/%%DIRNAME%%/changes.txt Xshare/icons/%%DIRNAME%%/index.desktop Xshare/icons/%%DIRNAME%%/index.desktop.bak X@dirrm share/icons/%%DIRNAME%%/128x128/actions X@dirrm share/icons/%%DIRNAME%%/128x128/apps X@dirrm share/icons/%%DIRNAME%%/128x128/devices X@dirrm share/icons/%%DIRNAME%%/128x128/filesystems X@dirrm share/icons/%%DIRNAME%%/128x128 X@dirrm share/icons/%%DIRNAME%%/16x16/actions X@dirrm share/icons/%%DIRNAME%%/16x16/apps X@dirrm share/icons/%%DIRNAME%%/16x16/devices X@dirrm share/icons/%%DIRNAME%%/16x16/filesystems X@dirrm share/icons/%%DIRNAME%%/16x16 X@dirrm share/icons/%%DIRNAME%%/24x24/actions X@dirrm share/icons/%%DIRNAME%%/24x24/apps X@dirrm share/icons/%%DIRNAME%%/24x24/devices X@dirrm share/icons/%%DIRNAME%%/24x24/filesystems X@dirrm share/icons/%%DIRNAME%%/24x24 X@dirrm share/icons/%%DIRNAME%%/32x32/actions X@dirrm share/icons/%%DIRNAME%%/32x32/apps X@dirrm share/icons/%%DIRNAME%%/32x32/devices X@dirrm share/icons/%%DIRNAME%%/32x32/filesystems X@dirrm share/icons/%%DIRNAME%%/32x32 X@dirrm share/icons/%%DIRNAME%%/48x48/actions X@dirrm share/icons/%%DIRNAME%%/48x48/apps X@dirrm share/icons/%%DIRNAME%%/48x48/devices X@dirrm share/icons/%%DIRNAME%%/48x48/filesystems X@dirrm share/icons/%%DIRNAME%%/48x48 X@dirrm share/icons/%%DIRNAME%%/64x64/actions X@dirrm share/icons/%%DIRNAME%%/64x64/apps X@dirrm share/icons/%%DIRNAME%%/64x64/devices X@dirrm share/icons/%%DIRNAME%%/64x64/filesystems X@dirrm share/icons/%%DIRNAME%%/64x64 X@dirrm share/icons/%%DIRNAME%% END-of-x11-themes/kde-icons-sparkling/pkg-plist exit >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Oct 17 05:09:45 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 39FF616A4CE; Sun, 17 Oct 2004 05:09:45 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1845843D49; Sun, 17 Oct 2004 05:09:45 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (linimon@localhost [127.0.0.1]) i9H59inS002491; Sun, 17 Oct 2004 05:09:44 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i9H59in7002487; Sun, 17 Oct 2004 05:09:44 GMT (envelope-from linimon) Date: Sun, 17 Oct 2004 05:09:44 GMT From: Mark Linimon Message-Id: <200410170509.i9H59in7002487@freefall.freebsd.org> To: danny@ricin.com, linimon@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/72153: [patch] Update devel/py-sip to 4.1.1 and fix unfetchable X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 Oct 2004 05:09:45 -0000 Synopsis: [patch] Update devel/py-sip to 4.1.1 and fix unfetchable State-Changed-From-To: open->feedback State-Changed-By: linimon State-Changed-When: Sun Oct 17 05:07:07 GMT 2004 State-Changed-Why: Do any of the dependencies of this port (or, for that matter, the related py-qt) need to be reinstalled for this updated version (i.e. need a PORTVERSION bump?) It does not seem that the shared libraries that are installed have a version number, but I suppose it's safer to check first. (Also note, your mailer tends to strip tabs when you are doing followups, which makes life harder for us port committers.) http://www.freebsd.org/cgi/query-pr.cgi?pr=72153 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Oct 17 06:45:29 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 769F716A4CE; Sun, 17 Oct 2004 06:45:29 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 55EF143D1F; Sun, 17 Oct 2004 06:45:29 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (linimon@localhost [127.0.0.1]) i9H6jT4Q028389; Sun, 17 Oct 2004 06:45:29 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i9H6jSVb028385; Sun, 17 Oct 2004 06:45:28 GMT (envelope-from linimon) Date: Sun, 17 Oct 2004 06:45:28 GMT From: Mark Linimon Message-Id: <200410170645.i9H6jSVb028385@freefall.freebsd.org> To: danny@ricin.com, linimon@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/72154: [patch] Update x11-toolkits/py-qt to 3.13 and fix unfetchable X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 Oct 2004 06:45:29 -0000 Synopsis: [patch] Update x11-toolkits/py-qt to 3.13 and fix unfetchable State-Changed-From-To: open->feedback State-Changed-By: linimon State-Changed-When: Sun Oct 17 06:44:38 GMT 2004 State-Changed-Why: This doesn't build for me on 4.x. Any ideas? sipqttableQTable.cpp: In method `enum sipQTable::sipEditMode sipQTable::sipProtect_editMode()': sipqttableQTable.cpp:4413: static_cast from `QTable::EditMode' to `sipQTable::sipEditMode' sipqttableQTable.cpp:4414: warning: control reaches end of non-void function `sipQTable::sipProtect_editMode()' *** Error code 1 http://www.freebsd.org/cgi/query-pr.cgi?pr=72154 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Oct 17 06:46:40 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 57CAD16A4CE; Sun, 17 Oct 2004 06:46:40 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 38F2443D1F; Sun, 17 Oct 2004 06:46:40 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (linimon@localhost [127.0.0.1]) i9H6kef0028688; Sun, 17 Oct 2004 06:46:40 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i9H6kdgu028684; Sun, 17 Oct 2004 06:46:39 GMT (envelope-from linimon) Date: Sun, 17 Oct 2004 06:46:39 GMT From: Mark Linimon Message-Id: <200410170646.i9H6kdgu028684@freefall.freebsd.org> To: o_sleep@belovedarctos.com, linimon@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/72311: ports/dvipng update to 1.2 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 Oct 2004 06:46:40 -0000 Synopsis: ports/dvipng update to 1.2 State-Changed-From-To: open->feedback State-Changed-By: linimon State-Changed-When: Sun Oct 17 06:45:55 GMT 2004 State-Changed-Why: Please submit port updates in diff -ruN format so that we port committers can get a better idea of what's being changed. Thanks. (See the Porter's Handbook for details). http://www.freebsd.org/cgi/query-pr.cgi?pr=72311 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Oct 17 06:48:02 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8500916A4D1; Sun, 17 Oct 2004 06:48:02 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 65D4243D41; Sun, 17 Oct 2004 06:48:02 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (linimon@localhost [127.0.0.1]) i9H6m2dV029868; Sun, 17 Oct 2004 06:48:02 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i9H6m2T6029864; Sun, 17 Oct 2004 06:48:02 GMT (envelope-from linimon) Date: Sun, 17 Oct 2004 06:48:02 GMT From: Mark Linimon Message-Id: <200410170648.i9H6m2T6029864@freefall.freebsd.org> To: oberon_uranus@yahoo.com, linimon@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/72459: port net/xprobe is completely broken X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 Oct 2004 06:48:02 -0000 Synopsis: port net/xprobe is completely broken State-Changed-From-To: open->closed State-Changed-By: linimon State-Changed-When: Sun Oct 17 06:47:42 GMT 2004 State-Changed-Why: Submitter notes that this was due to a local problem. http://www.freebsd.org/cgi/query-pr.cgi?pr=72459 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Oct 17 06:50:30 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1AA4F16A4CE for ; Sun, 17 Oct 2004 06:50:30 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id E70FD43D49 for ; Sun, 17 Oct 2004 06:50:29 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i9H6oTcT030031 for ; Sun, 17 Oct 2004 06:50:29 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i9H6oTGG030028; Sun, 17 Oct 2004 06:50:29 GMT (envelope-from gnats) Resent-Date: Sun, 17 Oct 2004 06:50:29 GMT Resent-Message-Id: <200410170650.i9H6oTGG030028@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Anish Mistry Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E1EDC16A4CE for ; Sun, 17 Oct 2004 06:42:32 +0000 (GMT) Received: from smtp1.fuse.net (mail-out1.fuse.net [216.68.8.174]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5137543D31 for ; Sun, 17 Oct 2004 06:42:32 +0000 (GMT) (envelope-from amistry@united-ware.com) Received: from gx6.fuse.net ([216.196.156.33]) by smtp1.fuse.net (InterMail vM.6.01.03.04 201-2131-111-106-20040729) with ESMTP id <20041017064229.UAPH15104.smtp1.fuse.net@gx6.fuse.net> for ; Sun, 17 Oct 2004 02:42:29 -0400 Received: from www.united-ware.com ([216.196.156.33]) by gx6.fuse.net (InterMail vG.1.00.00.00 201-2136-104-20040331) with ESMTP id <20041017064228.RUSW6532.gx6.fuse.net@www.united-ware.com> for ; Sun, 17 Oct 2004 02:42:28 -0400 Received: from www.united-ware.com (localhost [127.0.0.1]) by www.united-ware.com (8.12.9p2/8.12.9) with ESMTP id i9H6U0jA070840 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT) for ; Sun, 17 Oct 2004 02:30:00 -0400 (EDT) (envelope-from amistry@www.united-ware.com) Received: (from amistry@localhost) by www.united-ware.com (8.12.9p2/8.12.9/Submit) id i9H6Txpn070839; Sun, 17 Oct 2004 02:29:59 -0400 (EDT) (envelope-from amistry) Message-Id: <200410170629.i9H6Txpn070839@www.united-ware.com> Date: Sun, 17 Oct 2004 02:29:59 -0400 (EDT) From: Anish Mistry To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/72781: [UPDATE] gtk-smooth-engine 5.8 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Anish Mistry List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 Oct 2004 06:50:30 -0000 >Number: 72781 >Category: ports >Synopsis: [UPDATE] gtk-smooth-engine 5.8 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Sun Oct 17 06:50:29 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Anish Mistry >Release: FreeBSD 5.3-BETA7 >Organization: AM Productions >Environment: System: FreeBSD bigguy.am-productions.biz 5.3-BETA7 FreeBSD 5.3-BETA7 #3: Fri Oct 15 14:44:00 EDT 2004 amistry@bigguy.am-productions.biz:/usr/obj/usr/src/sys/BIGGUY i386 >Description: Update to 5.8 >How-To-Repeat: Apply patch. >Fix: --- gtk-smooth-engine.patch begins here --- diff -ruN gtk-smooth-engine.orig/Makefile gtk-smooth-engine/Makefile --- gtk-smooth-engine.orig/Makefile Sun Oct 17 02:08:38 2004 +++ gtk-smooth-engine/Makefile Sun Oct 17 02:09:08 2004 @@ -6,8 +6,7 @@ # PORTNAME= gtk-smooth-engine -PORTVERSION= 0.5.6 -PORTREVISION= 1 +PORTVERSION= 0.5.8 CATEGORIES= x11-themes gnome MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= smooth-engine diff -ruN gtk-smooth-engine.orig/distinfo gtk-smooth-engine/distinfo --- gtk-smooth-engine.orig/distinfo Sun Oct 17 02:08:38 2004 +++ gtk-smooth-engine/distinfo Sun Oct 17 02:09:51 2004 @@ -1,2 +1,2 @@ -MD5 (gtk-smooth-engine-0.5.6.tar.gz) = f2d3e1f85652db8e77c725e7b73cff4f -SIZE (gtk-smooth-engine-0.5.6.tar.gz) = 266925 +MD5 (gtk-smooth-engine-0.5.8.tar.gz) = 7b4aebf85040b357124de926807dc22a +SIZE (gtk-smooth-engine-0.5.8.tar.gz) = 365680 diff -ruN gtk-smooth-engine.orig/files/patch-configure gtk-smooth-engine/files/patch-configure --- gtk-smooth-engine.orig/files/patch-configure Sun Oct 17 02:08:38 2004 +++ gtk-smooth-engine/files/patch-configure Sun Oct 17 02:22:15 2004 @@ -1,6 +1,6 @@ ---- configure.orig Tue Dec 16 17:35:58 2003 -+++ configure Sat Jan 3 18:50:45 2004 -@@ -7997,6 +7997,7 @@ +--- configure.orig Sun Oct 17 02:11:36 2004 ++++ configure Sun Oct 17 02:15:38 2004 +@@ -19310,6 +19310,7 @@ # This can be used to rebuild libtool when needed LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh" @@ -8,7 +8,7 @@ # Always use our own libtool. LIBTOOL='$(SHELL) $(top_builddir)/libtool' -@@ -8050,7 +8051,7 @@ +@@ -19381,7 +19382,7 @@ ;; *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR @@ -17,7 +17,7 @@ do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. -@@ -8101,7 +8102,7 @@ +@@ -19432,7 +19433,7 @@ ;; *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR diff -ruN gtk-smooth-engine.orig/files/patch-gtk1_gtk1_patches.c gtk-smooth-engine/files/patch-gtk1_gtk1_patches.c --- gtk-smooth-engine.orig/files/patch-gtk1_gtk1_patches.c Sun Oct 17 02:08:38 2004 +++ gtk-smooth-engine/files/patch-gtk1_gtk1_patches.c Sun Oct 17 02:22:50 2004 @@ -1,14 +1,25 @@ ---- gtk1/gtk1_patches.c.orig Sat Jan 3 18:40:36 2004 -+++ gtk1/gtk1_patches.c Sat Jan 3 18:41:07 2004 -@@ -1197,6 +1197,7 @@ +--- gtk1/gtk1_patches.c.orig Sun Oct 17 02:18:35 2004 ++++ gtk1/gtk1_patches.c Sun Oct 17 02:21:21 2004 +@@ -934,6 +934,8 @@ + slider_length = SCALE_SLIDER_LENGTH(widget->style); + } + ++ ++ + _scale_calc_request (widget, slider_width, slider_length, stepper_size, trough_border, stepper_spacing, &range_rect); + + requisition->width = MAX(requisition->width, range_rect.width); +@@ -1214,7 +1216,8 @@ GtkRange *range; gint slider_width, slider_length, stepper_size, trough_border, stepper_spacing; GdkRectangle range_rect; +- + int size1, size2; - ++ g_return_if_fail (widget != NULL); g_return_if_fail (GTK_IS_SCROLLBAR (widget)); -@@ -1212,8 +1213,8 @@ + g_return_if_fail (requisition != NULL); +@@ -1229,8 +1232,8 @@ slider_length = SCROLLBAR_MIN_SLIDER_LENGTH(widget->style); } --- gtk-smooth-engine.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Oct 17 08:40:27 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0D3A016A4D7 for ; Sun, 17 Oct 2004 08:40:27 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 18DEF43D68 for ; Sun, 17 Oct 2004 08:40:26 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i9H8eP3f065717 for ; Sun, 17 Oct 2004 08:40:25 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i9H8ePQb065716; Sun, 17 Oct 2004 08:40:25 GMT (envelope-from gnats) Resent-Date: Sun, 17 Oct 2004 08:40:25 GMT Resent-Message-Id: <200410170840.i9H8ePQb065716@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, KAWATA Masahiko Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D7BC616A4CE for ; Sun, 17 Oct 2004 08:34:34 +0000 (GMT) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id CD41943D48 for ; Sun, 17 Oct 2004 08:34:34 +0000 (GMT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.12.11/8.12.11) with ESMTP id i9H8YYBj023558 for ; Sun, 17 Oct 2004 08:34:34 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.12.11/8.12.11/Submit) id i9H8YYhH023557; Sun, 17 Oct 2004 08:34:34 GMT (envelope-from nobody) Message-Id: <200410170834.i9H8YYhH023557@www.freebsd.org> Date: Sun, 17 Oct 2004 08:34:34 GMT From: KAWATA Masahiko To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-2.3 Subject: ports/72782: Arguments specified by CONFIGURE_ARGS will be overwritten by Makefile in graphics/imlib2 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 Oct 2004 08:40:27 -0000 >Number: 72782 >Category: ports >Synopsis: Arguments specified by CONFIGURE_ARGS will be overwritten by Makefile in graphics/imlib2 >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun Oct 17 08:40:25 GMT 2004 >Closed-Date: >Last-Modified: >Originator: KAWATA Masahiko >Release: FreeBSD 5.2.1-RELEASE >Organization: >Environment: FreeBSD owen 5.2.1-RELEASE-p9 FreeBSD 5.2.1-RELEASE-p9 #6: Wed Jul 7 00:30:15 GMT 2004 >Description: In graphics/imlib2, arguments specified by CONFIGURE_ARGS will be overwritten by Makefile >How-To-Repeat: >Fix: --- graphics/imlib2/Makefile.orig Sun Aug 8 16:10:17 2004 +++ graphics/imlib2/Makefile Sat Oct 16 18:41:33 2004 @@ -33,7 +33,7 @@ .include .if defined(WITH_MMX) && (${ARCH} == "i386") -CONFIGURE_ARGS= --enable-mmx +CONFIGURE_ARGS+= --enable-mmx .endif .include >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Oct 17 08:43:38 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3AC7316A4CE; Sun, 17 Oct 2004 08:43:38 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1BE5243D2D; Sun, 17 Oct 2004 08:43:38 +0000 (GMT) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (edwin@localhost [127.0.0.1]) i9H8hblP065830; Sun, 17 Oct 2004 08:43:37 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i9H8hbe6065826; Sun, 17 Oct 2004 08:43:37 GMT (envelope-from edwin) Date: Sun, 17 Oct 2004 08:43:37 GMT From: Edwin Groothuis Message-Id: <200410170843.i9H8hbe6065826@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, vanilla@FreeBSD.org Subject: Re: ports/72782: Arguments specified by CONFIGURE_ARGS will be overwritten by Makefile in graphics/imlib2 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 Oct 2004 08:43:38 -0000 Synopsis: Arguments specified by CONFIGURE_ARGS will be overwritten by Makefile in graphics/imlib2 Responsible-Changed-From-To: freebsd-ports-bugs->vanilla Responsible-Changed-By: edwin Responsible-Changed-When: Sun Oct 17 08:43:31 GMT 2004 Responsible-Changed-Why: over to maintainer. http://www.freebsd.org/cgi/query-pr.cgi?pr=72782 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Oct 17 08:44:38 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4AD4216A4CE; Sun, 17 Oct 2004 08:44:38 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 29C6643D41; Sun, 17 Oct 2004 08:44:38 +0000 (GMT) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (edwin@localhost [127.0.0.1]) i9H8icKP065890; Sun, 17 Oct 2004 08:44:38 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i9H8ibWr065886; Sun, 17 Oct 2004 08:44:38 GMT (envelope-from edwin) Date: Sun, 17 Oct 2004 08:44:38 GMT From: Edwin Groothuis Message-Id: <200410170844.i9H8ibWr065886@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, lioux@FreeBSD.org Subject: Re: ports/72780: upgrade and fix x11-themes/kde-icons-sparkling to 0.5 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 Oct 2004 08:44:38 -0000 Synopsis: upgrade and fix x11-themes/kde-icons-sparkling to 0.5 Responsible-Changed-From-To: freebsd-ports-bugs->lioux Responsible-Changed-By: edwin Responsible-Changed-When: Sun Oct 17 08:44:26 GMT 2004 Responsible-Changed-Why: Over to maintainer(s)GNATS: Enter the reason for changing this PR's responsible here. http://www.freebsd.org/cgi/query-pr.cgi?pr=72780 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Oct 17 08:49:30 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 99CC216A4CF; Sun, 17 Oct 2004 08:49:30 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7BA5443D1D; Sun, 17 Oct 2004 08:49:30 +0000 (GMT) (envelope-from clive@FreeBSD.org) Received: from freefall.freebsd.org (clive@localhost [127.0.0.1]) i9H8nUZY065965; Sun, 17 Oct 2004 08:49:30 GMT (envelope-from clive@freefall.freebsd.org) Received: (from clive@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i9H8nUnR065961; Sun, 17 Oct 2004 08:49:30 GMT (envelope-from clive) Date: Sun, 17 Oct 2004 08:49:30 GMT From: Clive Lin Message-Id: <200410170849.i9H8nUnR065961@freefall.freebsd.org> To: clive@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, seanc@FreeBSD.org Subject: Re: ports/72760: [patch] shells/tcshrc update to 1.6.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 Oct 2004 08:49:30 -0000 Synopsis: [patch] shells/tcshrc update to 1.6.0 Responsible-Changed-From-To: freebsd-ports-bugs->seanc Responsible-Changed-By: clive Responsible-Changed-When: Sun Oct 17 08:46:57 GMT 2004 Responsible-Changed-Why: Over to maintainer. http://www.freebsd.org/cgi/query-pr.cgi?pr=72760 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Oct 17 10:00:46 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3DAC316A4CF for ; Sun, 17 Oct 2004 10:00:46 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0004943D53 for ; Sun, 17 Oct 2004 10:00:45 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i9HA0jsS082206 for ; Sun, 17 Oct 2004 10:00:45 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i9HA0j3Y082200; Sun, 17 Oct 2004 10:00:45 GMT (envelope-from gnats) Resent-Date: Sun, 17 Oct 2004 10:00:45 GMT Resent-Message-Id: <200410171000.i9HA0j3Y082200@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, "Bjoern A. Zeeb" Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3CE6316A4CE for ; Sun, 17 Oct 2004 09:58:48 +0000 (GMT) Received: from transport.cksoft.de (transport.cksoft.de [62.111.66.27]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0C38043D5C for ; Sun, 17 Oct 2004 09:58:47 +0000 (GMT) (envelope-from bz@zabbadoz.net) Received: from transport.cksoft.de (localhost [127.0.0.1]) by transport.cksoft.de (Postfix) with ESMTP id 7274E1FF92F for ; Sun, 17 Oct 2004 11:58:45 +0200 (CEST) Received: by transport.cksoft.de (Postfix, from userid 66) id 87F861FF91D; Sun, 17 Oct 2004 11:58:43 +0200 (CEST) Received: by mail.int.zabbadoz.net (Postfix, from userid 1060) id 3721615606; Sun, 17 Oct 2004 09:57:25 +0000 (UTC) Message-Id: <20041017095725.3721615606@mail.int.zabbadoz.net> Date: Sun, 17 Oct 2004 09:57:25 +0000 (UTC) From: "Bjoern A. Zeeb" To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 cc: "Bjoern A. Zeeb" Subject: ports/72784: [MAINTAINER] [VUXML] update xerces-c2 to 2.6 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: "Bjoern A. Zeeb" List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 Oct 2004 10:00:46 -0000 >Number: 72784 >Category: ports >Synopsis: [MAINTAINER] [VUXML] update xerces-c2 to 2.6 >Confidential: no >Severity: critical >Priority: high >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Sun Oct 17 10:00:45 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Bjoern A. Zeeb >Release: FreeBSD 6.0-CURRENT i386 >Organization: Zabbadoz.NeT >Environment: System: FreeBSD build.int.zabbadoz.net 6.0-CURRENT FreeBSD 6.0-CURRENT #2: Mon Sep 27 05:54:51 UTC 2004 bz@megablast.int.zabbadoz.net:/export/src/src/obj/export/src/src/RELENG_5/src/sys/MEGABLAST-2004092601 i386 >Description: - xerces-c version 2.6 got released - this version corrects a problem reported on bugtraq @see also http://www.vuxml.org/freebsd/76301302-1d59-11d9-814e-0001020eed82.html >How-To-Repeat: >Fix: - attached patch updates port to 2.6 - makes use of make config - files removed: patch-ac the update has not been tested too well so if you experience any problems please drop me a line. As always the diff and the complete xerces-c2 ports directory can be found on: http://sources.zabbadoz.net/freebsd/ports/xerces-c2-2.5-2.6.diff http://sources.zabbadoz.net/freebsd/ports/xerces-c2-2.5-2.6.tbz --- cut --- diff -x CVS -urN ports/textproc/xerces-c2/Makefile /usr/ports/textproc/xerces-c2/Makefile --- ports/textproc/xerces-c2/Makefile Thu Mar 18 15:48:13 2004 +++ /usr/ports/textproc/xerces-c2/Makefile Sun Oct 17 08:54:41 2004 @@ -6,8 +6,7 @@ # PORTNAME= xerces-c2 -PORTVERSION= 2.5.0 -PORTREVISION= 2 +PORTVERSION= 2.6.0 CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_APACHE_XML} MASTER_SITE_SUBDIR= xerces-c/source @@ -16,9 +15,44 @@ MAINTAINER= bzeeb+freebsdports@zabbadoz.net COMMENT= Validating XML parser from the Apache XML Project +OPTIONS= THREADS "Build a thread enabled shared library." on \ + SAMPLES "Copy sample binaries and sources." on \ + PORTDOCS "Copy documentation." on \ + DEBUG "Include debugging information, do not strip." off \ + ICONVFBSD "Use IconvFBSD transcoder." on \ + ICU "Use ICU transcoder." off \ + NATIVE "Use native transcoder." off + +.include + +.if defined(TRANSCODER) +.error command line transcoder selection is no longer supported - \ + please use make config +.endif + +.if defined(WITH_ICONVFBSD) +TRANSCODER= IconvFBSD +.endif +.if defined(WITH_ICU) +.if defined(TRANSCODER) +.warning ICU selected but transcoder already set - \ + please only select one transcoder type +.else +TRANSCODER= icu +.endif +.endif +.if defined(WITH_NATIVE) +.if defined(TRANSCODER) +.warning NATIVE selected but transcoder already set - \ + please only select one transcoder type +.else +TRANSCODER= native +.endif +.endif + .if !defined(TRANSCODER) USE_ICONV= yes -TRANSCODER= "IconvFBSD" +TRANSCODER= IconvFBSD ICONVROOT?= ${LOCALBASE} CONFIGURE_ENV+= ICONVROOT=${ICONVROOT} MAKE_ENV+= ICONVROOT=${ICONVROOT} @@ -39,7 +73,7 @@ PLIST_SUB+= TRANSICU="@comment " .else USE_ICONV= yes -TRANSCODER= "IconvFBSD" +TRANSCODER= IconvFBSD ICONVROOT?= ${LOCALBASE} CONFIGURE_ENV+= ICONVROOT=${ICONVROOT} MAKE_ENV+= ICONVROOT=${ICONVROOT} @@ -68,13 +102,11 @@ CONFIGURE_ARGS+= -t ${TRANSCODER} -.if defined(DEBUG) +.if !defined(WITHOUT_DEBUG) CONFIGURE_ARGS+= -d STRIP= .endif -.include - .if defined(ARCH) && \ (${ARCH} == "alpha" || ${ARCH} == "sparc64" || \ ${ARCH} == "amd64" || ${ARCH} == "ia64") @@ -83,7 +115,7 @@ SAMPLES_CONFIG_ARGS+= -b 64 .endif -.if defined(NO_THREADS) +.if defined(WITHOUT_THREADS) CONFIGURE_ARGS+= -r none .else CONFIGURE_ENV+= PTHREAD_CFLAGS="${PTHREAD_CFLAGS}" \ @@ -92,16 +124,19 @@ XERCESC_LIB_VERSION= ${PORTVERSION:S/.//:R} XERCESC_LIB= libxerces-c.so.${PORTVERSION:S/.//} +XERCESC_DEPDOM_LIB= libxerces-depdom.so.${PORTVERSION:S/.//} PLIST_SUB+= XERCESC_LIB=${XERCESC_LIB} \ + XERCESC_DEPDOM_LIB=${XERCESC_DEPDOM_LIB} \ XERCESC_LIB_VERSION=${XERCESC_LIB_VERSION} -.if !defined(NO_SAMPLES) +.if !defined(WITHOUT_SAMPLES) PLIST_SUB+= NO_SAMPLES="" ALL_TARGET?= all samples XERCES_BINS?= CreateDOMDocument DOMCount DOMPrint EnumVal MemParse PParse \ - Redirect SAX2Count SAX2Print SAXCount SAXPrint SEnumVal StdInParse + PSVIWriter Redirect SAX2Count SAX2Print SAXCount SAXPrint \ + SCMPrint SEnumVal StdInParse SAMPLES_CONFIG_ARGS+= -p freebsd -c ${CC} -x ${CXX} -.if defined(NO_THREADS) +.if defined(WITHOUT_THREADS) SAMPLES_CONFIG_ARGS+= -r none .else SAMPLES_CONFIG_ARGS+= -r pthread @@ -112,28 +147,10 @@ PLIST_SUB+= NO_SAMPLES="@comment " .endif -.if !defined(NOPORTDOCS) +.if !defined(WITHOUT_PORTDOCS) PORTDOCS= * .endif -pre-everything:: -.if !defined(BATCH) && !defined(PACKAGE_BUILDING) - @${ECHO} '' - @${ECHO} 'You may use the following build options by defining' - @${ECHO} 'them on the command line with -D' - @${ECHO} '' - @${ECHO} 'NO_THREADS do not build a thread enabled shared library' - @${ECHO} 'NO_SAMPLES do not copy sample binaries and sources' - @${ECHO} 'NOPORTDOCS do not copy documentation' - @${ECHO} 'DEBUG include debugging information, do not strip' - @${ECHO} '' - @${ECHO} 'Also you may set TRANSCODER to the following values (without -D):' - @${ECHO} '' - @${ECHO} 'TRANSCODER=[icu|IconvFBSD|native] default: IconvFBSD' - @${ECHO} '' - @/bin/sleep 2 -.endif - post-patch: @${REINPLACE_CMD} -e 's#CP = -cp -p#CP = -cp#' \ ${WRKSRC}/src/xercesc/Makefile.incl @@ -143,7 +160,7 @@ @${CHMOD} 700 ${CONFIGURE_WRKSRC}/configure post-configure: -.if !defined(NO_SAMPLES) +.if !defined(WITHOUT_SAMPLES) .if defined(TRANSCODER) && (${TRANSCODER} == "icu") @(cd ${WRKSRC}/samples && \ ${SETENV} \ @@ -162,14 +179,15 @@ .endif post-install: -.if !defined(DEBUG) +.if defined(WITHOUT_DEBUG) @${STRIP_CMD} ${PREFIX}/lib/${XERCESC_LIB} + @${STRIP_CMD} ${PREFIX}/lib/${XERCESC_DEPDOM_LIB} .endif -.if !defined(NOPORTDOCS) +.if !defined(WITHOUT_PORTDOCS) @${MKDIR} ${DOCSDIR} @${CP} -r ${WRKSRC}/doc/ ${DOCSDIR} .endif -.if !defined(NO_SAMPLES) +.if !defined(WITHOUT_SAMPLES) @${MKDIR} ${EXAMPLESDIR} .for i in ${XERCES_BINS} data @${CP} -r ${WRKSRC}/samples/$i ${EXAMPLESDIR} diff -x CVS -urN ports/textproc/xerces-c2/distinfo /usr/ports/textproc/xerces-c2/distinfo --- ports/textproc/xerces-c2/distinfo Tue Feb 24 09:53:19 2004 +++ /usr/ports/textproc/xerces-c2/distinfo Wed Oct 13 20:15:31 2004 @@ -1,2 +1,2 @@ -MD5 (xerces-c-src_2_5_0.tar.gz) = e7ff7d007fabfa7e3fc8c75a8007b0b1 -SIZE (xerces-c-src_2_5_0.tar.gz) = 9379748 +MD5 (xerces-c-src_2_6_0.tar.gz) = 038b3614ae82d2878bcc820b9ccbe853 +SIZE (xerces-c-src_2_6_0.tar.gz) = 9324884 diff -x CVS -urN ports/textproc/xerces-c2/files/patch-ab /usr/ports/textproc/xerces-c2/files/patch-ab --- ports/textproc/xerces-c2/files/patch-ab Thu Mar 18 15:48:14 2004 +++ /usr/ports/textproc/xerces-c2/files/patch-ab Fri Oct 15 19:57:13 2004 @@ -1,14 +1,15 @@ ---- src/xercesc/util/Transcoders/IconvFBSD/IconvFBSDTransService.cpp.orig Thu Mar 18 10:44:13 2004 -+++ src/xercesc/util/Transcoders/IconvFBSD/IconvFBSDTransService.cpp Thu Mar 18 10:47:04 2004 -@@ -1340,6 +1340,11 @@ - if (wBufPtr) - manager->deallocate(wBufPtr);//delete [] wBufPtr; - -+ // iconvTo resp. iconv(3) doe NOT return number of characters -+ // converted but only number of non-reversible conversions; -+ // thus we need to calculate correct mblen on our own -+ mblen = ptr - toFill; -+ - #endif /* !XML_USE_LIBICONV */ - - // Cap it off just in case +--- obj/Makefile.in.orig Fri Oct 15 19:55:39 2004 ++++ obj/Makefile.in Fri Oct 15 19:55:53 2004 +@@ -247,10 +247,10 @@ + (cd ${DESTDIR}$(PREFIX)/lib; rm -f ${LINK_DEPDOM}.a libxercesdepdom.dll.a; ln -s ${LIBDEPDOM}${SO_TARGET_VERSION}${SHLIBSUFFIX}.a ${LINK_NAME}.a; ln -s ${LIBDEPDOM}${SO_TARGET_VERSION}${SHLIBSUFFIX}.a libxercesdepdom.dll.a) + else + $(CP) ${FQ_REAL_NAME} ${DESTDIR}$(PREFIX)/lib +- (cd ${DESTDIR}$(PREFIX)/lib; ln -s ${REAL_NAME} ${SO_NAME}; ln -s ${REAL_NAME} ${LINK_NAME}) ++ (cd ${DESTDIR}$(PREFIX)/lib; ln -sf ${REAL_NAME} ${SO_NAME}; ln -sf ${REAL_NAME} ${LINK_NAME}) + + $(CP) ${FQ_REAL_DEPDOM} ${DESTDIR}$(PREFIX)/lib +- (cd ${DESTDIR}$(PREFIX)/lib; ln -s ${REAL_DEPDOM} ${SO_DEPDOM}; ln -s ${REAL_DEPDOM} ${LINK_DEPDOM}) ++ (cd ${DESTDIR}$(PREFIX)/lib; ln -sf ${REAL_DEPDOM} ${SO_DEPDOM}; ln -sf ${REAL_DEPDOM} ${LINK_DEPDOM}) + endif + ifeq (${PLATFORM},OS390) + $(CP) ${LIBNAME}${VER}${OS390SIDEDECK} ${DESTDIR}$(PREFIX)/lib diff -x CVS -urN ports/textproc/xerces-c2/files/patch-ac /usr/ports/textproc/xerces-c2/files/patch-ac --- ports/textproc/xerces-c2/files/patch-ac Sat Aug 28 20:30:04 2004 +++ /usr/ports/textproc/xerces-c2/files/patch-ac Thu Jan 1 00:00:00 1970 @@ -1,19 +0,0 @@ ---- src/xercesc/util/RefArrayOf.hpp 2004/01/29 11:48:46 1.6 -+++ src/xercesc/util/RefArrayOf.hpp 2004/06/23 22:19:35 1.7 -@@ -56,6 +56,9 @@ - - /* - * $Log: RefArrayOf.hpp,v $ -+ * Revision 1.7 2004/06/23 22:19:35 neilg -+ * fix for compilation under gcc 3.5 -+ * - * Revision 1.6 2004/01/29 11:48:46 cargilld - * Code cleanup changes to get rid of various compiler diagnostic messages. - * -@@ -101,6 +104,7 @@ - #include - #include - #include -+#include - - XERCES_CPP_NAMESPACE_BEGIN diff -x CVS -urN ports/textproc/xerces-c2/pkg-plist /usr/ports/textproc/xerces-c2/pkg-plist --- ports/textproc/xerces-c2/pkg-plist Mon Mar 8 17:07:50 2004 +++ /usr/ports/textproc/xerces-c2/pkg-plist Fri Oct 15 21:36:43 2004 @@ -29,6 +29,7 @@ include/xercesc/dom/DOMNodeIterator.hpp include/xercesc/dom/DOMNodeList.hpp include/xercesc/dom/DOMNotation.hpp +include/xercesc/dom/DOMPSVITypeInfo.hpp include/xercesc/dom/DOMProcessingInstruction.hpp include/xercesc/dom/DOMRange.hpp include/xercesc/dom/DOMRangeException.hpp @@ -135,6 +136,7 @@ include/xercesc/framework/psvi/XSParticle.hpp include/xercesc/framework/psvi/XSSimpleTypeDefinition.hpp include/xercesc/framework/psvi/XSTypeDefinition.hpp +include/xercesc/framework/psvi/XSValue.hpp include/xercesc/framework/psvi/XSWildcard.hpp include/xercesc/internal/BinFileOutputStream.hpp include/xercesc/internal/BinMemOutputStream.hpp @@ -159,6 +161,7 @@ include/xercesc/internal/XMLScannerResolver.hpp include/xercesc/internal/XObjectComparator.hpp include/xercesc/internal/XProtoType.hpp +include/xercesc/internal/XSAXMLScanner.hpp include/xercesc/internal/XSObjectFactory.hpp include/xercesc/internal/XSerializable.hpp include/xercesc/internal/XSerializationException.hpp @@ -416,9 +419,9 @@ include/xercesc/validators/datatype/StringDatatypeValidator.hpp include/xercesc/validators/datatype/TimeDatatypeValidator.hpp include/xercesc/validators/datatype/UnionDatatypeValidator.hpp +include/xercesc/validators/datatype/XMLCanRepGroup.hpp include/xercesc/validators/datatype/YearDatatypeValidator.hpp include/xercesc/validators/datatype/YearMonthDatatypeValidator.hpp -include/xercesc/validators/datatype/XMLCanRepGroup.hpp include/xercesc/validators/schema/ComplexTypeInfo.hpp include/xercesc/validators/schema/GeneralAttributeCheck.hpp include/xercesc/validators/schema/NamespaceScope.hpp @@ -448,6 +451,7 @@ include/xercesc/validators/schema/identity/IC_Selector.hpp include/xercesc/validators/schema/identity/IC_Unique.hpp include/xercesc/validators/schema/identity/IdentityConstraint.hpp +include/xercesc/validators/schema/identity/IdentityConstraintHandler.hpp include/xercesc/validators/schema/identity/ValueStore.hpp include/xercesc/validators/schema/identity/ValueStoreCache.hpp include/xercesc/validators/schema/identity/XPathException.hpp @@ -460,6 +464,11 @@ @exec ln -sf %%XERCESC_LIB%% %D/lib/libxerces-c.so.%%XERCESC_LIB_VERSION%% @unexec if test ! -r %D/lib/libxerces-c.so; then rm -f %D/lib/libxerces-c.so; fi @unexec if test ! -r %D/lib/libxerces-c.so.%%XERCESC_LIB_VERSION%%; then rm -f %D/lib/libxerces-c.so.%%XERCESC_LIB_VERSION%%; fi +lib/%%XERCESC_DEPDOM_LIB%% +@exec ln -sf %%XERCESC_DEPDOM_LIB%% %D/lib/libxerces-depdom.so +@exec ln -sf %%XERCESC_DEPDOM_LIB%% %D/lib/libxerces-depdom.so.%%XERCESC_LIB_VERSION%% +@unexec if test ! -r %D/lib/libxerces-depdom.so; then rm -f %D/lib/libxerces-depdom.so; fi +@unexec if test ! -r %D/lib/libxerces-depdom.so.%%XERCESC_LIB_VERSION%%; then rm -f %D/lib/libxerces-depdom.so.%%XERCESC_LIB_VERSION%%; fi @dirrm include/xercesc/validators/schema/identity @dirrm include/xercesc/validators/schema @dirrm include/xercesc/validators/datatype @@ -495,11 +504,13 @@ %%NO_SAMPLES%%bin/EnumVal %%NO_SAMPLES%%bin/MemParse %%NO_SAMPLES%%bin/PParse +%%NO_SAMPLES%%bin/PSVIWriter %%NO_SAMPLES%%bin/Redirect %%NO_SAMPLES%%bin/SAX2Count %%NO_SAMPLES%%bin/SAX2Print %%NO_SAMPLES%%bin/SAXCount %%NO_SAMPLES%%bin/SAXPrint +%%NO_SAMPLES%%bin/SCMPrint %%NO_SAMPLES%%bin/SEnumVal %%NO_SAMPLES%%bin/StdInParse %%NO_SAMPLES%%%%EXAMPLESDIR%%/CreateDOMDocument/CreateDOMDocument.cpp @@ -533,6 +544,14 @@ %%NO_SAMPLES%%%%EXAMPLESDIR%%/PParse/PParse.hpp %%NO_SAMPLES%%%%EXAMPLESDIR%%/PParse/PParseHandlers.cpp %%NO_SAMPLES%%%%EXAMPLESDIR%%/PParse/PParseHandlers.hpp +%%NO_SAMPLES%%%%EXAMPLESDIR%%/PSVIWriter/Makefile +%%NO_SAMPLES%%%%EXAMPLESDIR%%/PSVIWriter/Makefile.in +%%NO_SAMPLES%%%%EXAMPLESDIR%%/PSVIWriter/PSVIUni.cpp +%%NO_SAMPLES%%%%EXAMPLESDIR%%/PSVIWriter/PSVIUni.hpp +%%NO_SAMPLES%%%%EXAMPLESDIR%%/PSVIWriter/PSVIWriter.cpp +%%NO_SAMPLES%%%%EXAMPLESDIR%%/PSVIWriter/PSVIWriter.hpp +%%NO_SAMPLES%%%%EXAMPLESDIR%%/PSVIWriter/PSVIWriterHandlers.cpp +%%NO_SAMPLES%%%%EXAMPLESDIR%%/PSVIWriter/PSVIWriterHandlers.hpp %%NO_SAMPLES%%%%EXAMPLESDIR%%/Redirect/Makefile %%NO_SAMPLES%%%%EXAMPLESDIR%%/Redirect/Makefile.in %%NO_SAMPLES%%%%EXAMPLESDIR%%/Redirect/Redirect.cpp @@ -563,6 +582,9 @@ %%NO_SAMPLES%%%%EXAMPLESDIR%%/SAXPrint/SAXPrint.hpp %%NO_SAMPLES%%%%EXAMPLESDIR%%/SAXPrint/SAXPrintHandlers.cpp %%NO_SAMPLES%%%%EXAMPLESDIR%%/SAXPrint/SAXPrintHandlers.hpp +%%NO_SAMPLES%%%%EXAMPLESDIR%%/SCMPrint/Makefile +%%NO_SAMPLES%%%%EXAMPLESDIR%%/SCMPrint/Makefile.in +%%NO_SAMPLES%%%%EXAMPLESDIR%%/SCMPrint/SCMPrint.cpp %%NO_SAMPLES%%%%EXAMPLESDIR%%/SEnumVal/Makefile %%NO_SAMPLES%%%%EXAMPLESDIR%%/SEnumVal/Makefile.in %%NO_SAMPLES%%%%EXAMPLESDIR%%/SEnumVal/SEnumVal.cpp @@ -580,11 +602,13 @@ %%NO_SAMPLES%%@dirrm %%EXAMPLESDIR%%/data %%NO_SAMPLES%%@dirrm %%EXAMPLESDIR%%/StdInParse %%NO_SAMPLES%%@dirrm %%EXAMPLESDIR%%/SEnumVal +%%NO_SAMPLES%%@dirrm %%EXAMPLESDIR%%/SCMPrint %%NO_SAMPLES%%@dirrm %%EXAMPLESDIR%%/SAXPrint %%NO_SAMPLES%%@dirrm %%EXAMPLESDIR%%/SAXCount %%NO_SAMPLES%%@dirrm %%EXAMPLESDIR%%/SAX2Print %%NO_SAMPLES%%@dirrm %%EXAMPLESDIR%%/SAX2Count %%NO_SAMPLES%%@dirrm %%EXAMPLESDIR%%/Redirect +%%NO_SAMPLES%%@dirrm %%EXAMPLESDIR%%/PSVIWriter %%NO_SAMPLES%%@dirrm %%EXAMPLESDIR%%/PParse %%NO_SAMPLES%%@dirrm %%EXAMPLESDIR%%/MemParse %%NO_SAMPLES%%@dirrm %%EXAMPLESDIR%%/EnumVal --- cut --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Oct 17 11:50:23 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A9D0916A559 for ; Sun, 17 Oct 2004 11:50:23 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8431843D1D for ; Sun, 17 Oct 2004 11:50:23 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i9HBoNAb074415 for ; Sun, 17 Oct 2004 11:50:23 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i9HBoNx7074414; Sun, 17 Oct 2004 11:50:23 GMT (envelope-from gnats) Resent-Date: Sun, 17 Oct 2004 11:50:23 GMT Resent-Message-Id: <200410171150.i9HBoNx7074414@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Matt Dawson Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CBED616A4CE for ; Sun, 17 Oct 2004 11:46:13 +0000 (GMT) Received: from msgdirector2.onetel.net.uk (msgdirector2.onetel.net.uk [212.67.96.149]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1EB4E43D49 for ; Sun, 17 Oct 2004 11:46:13 +0000 (GMT) (envelope-from matt@mattsnetwork.co.uk) Received: from workstation1.local.mattsnetwork.co.uk (213-78-100-185.friaco.onetel.net.uk [213.78.100.185]) by msgdirector2.onetel.net.uk (MOS 3.4.6-GR) with ESMTP id BYW30326; Sun, 17 Oct 2004 12:46:09 +0100 (BST) Received: from workstation1.local.mattsnetwork.co.uk (localhost [127.0.0.1]) id i9HBk8eV033610 for ; Sun, 17 Oct 2004 12:46:08 +0100 (BST) (envelope-from matt@mattsnetwork.co.uk) Received: (from root@localhost)i9HBk71l033609; Sun, 17 Oct 2004 12:46:07 +0100 (BST) (envelope-from matt@mattsnetwork.co.uk) Message-Id: <200410171146.i9HBk71l033609@workstation1.local.mattsnetwork.co.uk> Date: Sun, 17 Oct 2004 12:46:07 +0100 (BST) From: Matt Dawson To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/72785: [Maintainer Update] comms/xlog to v 0.9.9 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Matt Dawson List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 Oct 2004 11:50:23 -0000 >Number: 72785 >Category: ports >Synopsis: [Maintainer Update] comms/xlog to v 0.9.9 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Sun Oct 17 11:50:23 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Matt Dawson >Release: FreeBSD 5.2.1-RELEASE-p9 i386 >Organization: N/A >Environment: System: FreeBSD workstation1.local.mattsnetwork.co.uk 5.2.1-RELEASE-p9 FreeBSD 5.2.1-RELEASE-p9 #1: Thu Jul 1 16:03:11 BST 2004 md001@workstation1.local.mattsnetwork.co.uk:/usr/obj/usr/src/sys/WORKSTATION1 i386 >Description: comms/xlog is out of date >How-To-Repeat: Live through a ports freeze ;) >Fix: Diff attached. Note, this PR supercedes PR72426 which should be closed without action. Thanks. --- xlog-0.9.9.diff begins here --- diff -ruN /usr/ports/comms/xlog/Makefile ./xlog/Makefile --- /usr/ports/comms/xlog/Makefile Thu Jul 8 22:00:03 2004 +++ ./xlog/Makefile Sun Oct 17 12:12:18 2004 @@ -5,10 +5,9 @@ # $FreeBSD: ports/comms/xlog/Makefile,v 1.14 2004/07/08 19:35:06 vs Exp $ PORTNAME= xlog -PORTVERSION= 0.9.6 -PORTREVISION= 1 +PORTVERSION= 0.9.9 CATEGORIES= comms -MASTER_SITES= http://www.qsl.net/pg4i/download/ +MASTER_SITES= http://pg4i.mattsnetwork.co.uk/download/ MAINTAINER= matt@mattsnetwork.co.uk COMMENT= Amateur Radio logging application diff -ruN /usr/ports/comms/xlog/distinfo ./xlog/distinfo --- /usr/ports/comms/xlog/distinfo Tue May 18 14:37:53 2004 +++ ./xlog/distinfo Sun Oct 17 12:19:42 2004 @@ -1,2 +1,2 @@ -MD5 (xlog-0.9.6.tar.gz) = 2546a1e073fe34db3486f69ed31ea9f1 -SIZE (xlog-0.9.6.tar.gz) = 3177340 +MD5 (xlog-0.9.9.tar.gz) = 96e8f07d6cf59667c555fc90d647abe2 +SIZE (xlog-0.9.9.tar.gz) = 3140963 diff -ruN /usr/ports/comms/xlog/files/patch-aa ./xlog/files/patch-aa --- /usr/ports/comms/xlog/files/patch-aa Thu Jul 8 20:35:06 2004 +++ ./xlog/files/patch-aa Thu Jan 1 01:00:00 1970 @@ -1,13 +0,0 @@ -*** src/dxcc.c.orig Thu Jul 8 14:05:52 2004 ---- src/dxcc.c Thu Jul 8 14:07:08 2004 -*************** -*** 277,282 **** ---- 277,284 ---- - if (ch == EOF) break; - buf[ichar++] = ch; - } -+ if(feof(fp) && (ichar == 0)) -+ break; - buf[ichar] = '\0'; - ichar = 0; - ch = 0; diff -ruN /usr/ports/comms/xlog/pkg-descr ./xlog/pkg-descr --- /usr/ports/comms/xlog/pkg-descr Tue Jun 8 04:36:30 2004 +++ ./xlog/pkg-descr Thu Oct 7 19:10:26 2004 @@ -13,4 +13,4 @@ imported into glabels (deskutils/glabels) using the template called qsllabels.glabels in the xlog /usr/local/share/xlog directory. -WWW: http://www.qsl.net/pg4i/linux/xlog.html +WWW: http://pg4i.mattsnetwork.co.uk/linux/xlog.html diff -ruN /usr/ports/comms/xlog/pkg-plist ./xlog/pkg-plist --- /usr/ports/comms/xlog/pkg-plist Thu Jun 3 15:49:35 2004 +++ ./xlog/pkg-plist Sun Oct 17 12:36:54 2004 @@ -1,5 +1,36 @@ bin/xlog +share/application-registry/xlog.applications +share/applications/xlog.desktop +share/mime-info/xlog.keys +share/mime-info/xlog.mime +share/mime/XMLnamespaces +share/mime/globs +share/mime/magic +share/mime/packages/xlog.xml +share/mime/text/x-xlog.xml +share/pixmaps/gnome-mime-text-x-xlog.png +share/pixmaps/xlog/gnome-mime-text-x-xlog.png +share/pixmaps/xlog/mini-clock.xpm +share/pixmaps/xlog/mini-trx.xpm +share/pixmaps/xlog/mini-xlog.xpm +share/pixmaps/xlog/s-meter.xpm +share/pixmaps/xlog/s.xpm +share/pixmaps/xlog/s0.xpm +share/pixmaps/xlog/s1.xpm +share/pixmaps/xlog/s2.xpm +share/pixmaps/xlog/s3.xpm +share/pixmaps/xlog/s4.xpm +share/pixmaps/xlog/s5.xpm +share/pixmaps/xlog/s6.xpm +share/pixmaps/xlog/s7.xpm +share/pixmaps/xlog/s8.xpm +share/pixmaps/xlog/s9.xpm +share/pixmaps/xlog/xlog-icon.png +share/pixmaps/xlog/xlog-logo.png +share/pixmaps/xlog/xlog.png +share/pixmaps/xlog/xlog.xpm share/xlog/AUTHORS +share/xlog/ChangeLog share/xlog/FAQ share/xlog/MANUAL share/xlog/README @@ -7,26 +38,8 @@ share/xlog/TODO share/xlog/dxcc/cty.dat share/xlog/dxcc/xlog.dat -share/xlog/pixmaps/book.xpm -share/xlog/pixmaps/mini-clock.xpm -share/xlog/pixmaps/mini-trx.xpm -share/xlog/pixmaps/mini-xlog.xpm -share/xlog/pixmaps/s-meter.xpm -share/xlog/pixmaps/s.xpm -share/xlog/pixmaps/s0.xpm -share/xlog/pixmaps/s1.xpm -share/xlog/pixmaps/s2.xpm -share/xlog/pixmaps/s3.xpm -share/xlog/pixmaps/s4.xpm -share/xlog/pixmaps/s5.xpm -share/xlog/pixmaps/s6.xpm -share/xlog/pixmaps/s7.xpm -share/xlog/pixmaps/s8.xpm -share/xlog/pixmaps/s9.xpm -share/xlog/pixmaps/xlog-logo.png -share/xlog/pixmaps/xlog.png -share/xlog/pixmaps/xlog.xpm share/xlog/qsllabels.glabels -@dirrm share/xlog/pixmaps @dirrm share/xlog/dxcc @dirrm share/xlog +@dirrm share/pixmaps/xlog + --- xlog-0.9.9.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Oct 17 13:06:01 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A7A1116A4CE; Sun, 17 Oct 2004 13:06:01 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 871A343D49; Sun, 17 Oct 2004 13:06:01 +0000 (GMT) (envelope-from arved@FreeBSD.org) Received: from freefall.freebsd.org (arved@localhost [127.0.0.1]) i9HD61JU084804; Sun, 17 Oct 2004 13:06:01 GMT (envelope-from arved@freefall.freebsd.org) Received: (from arved@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i9HD61Fo084800; Sun, 17 Oct 2004 13:06:01 GMT (envelope-from arved) Date: Sun, 17 Oct 2004 13:06:01 GMT From: Tilman Linneweh Message-Id: <200410171306.i9HD61Fo084800@freefall.freebsd.org> To: arved@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, arved@FreeBSD.org Subject: Re: ports/71856: net/kphone startup problem with multiple interfaces (patch) X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 Oct 2004 13:06:01 -0000 Synopsis: net/kphone startup problem with multiple interfaces (patch) Responsible-Changed-From-To: freebsd-ports-bugs->arved Responsible-Changed-By: arved Responsible-Changed-When: Sun Oct 17 13:05:07 GMT 2004 Responsible-Changed-Why: I added the port and I can reproduce the problem. I will test this patch http://www.freebsd.org/cgi/query-pr.cgi?pr=71856 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Oct 17 14:43:32 2004 Return-Path: Delivered-To: freebsd-ports-bugs@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3BD0216A4CE for ; Sun, 17 Oct 2004 14:43:32 +0000 (GMT) Received: from smtpq1.home.nl (smtpq1.home.nl [213.51.128.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id F357A43D2D for ; Sun, 17 Oct 2004 14:43:31 +0000 (GMT) (envelope-from danny@ricin.com) Received: from [213.51.128.132] (port=49750 helo=smtp1.home.nl) by smtpq1.home.nl with esmtp (Exim 4.30) id 1CJCFv-0002mY-6V for freebsd-ports-bugs@freebsd.org; Sun, 17 Oct 2004 16:43:31 +0200 Received: from cp464173-a.dbsch1.nb.home.nl ([217.122.43.97]:54266 helo=workstation.homenet) by smtp1.home.nl with esmtp (Exim 4.30) id 1CJCFu-0005pD-9P for freebsd-ports-bugs@freebsd.org; Sun, 17 Oct 2004 16:43:30 +0200 From: Danny Pansters To: freebsd-ports-bugs@freebsd.org User-Agent: KMail/1.7 References: <200410170509.i9H59in7002487@freefall.freebsd.org> In-Reply-To: <200410170509.i9H59in7002487@freefall.freebsd.org> MIME-Version: 1.0 Content-Disposition: inline Date: Sun, 17 Oct 2004 16:42:40 +0200 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200410171642.40806.danny@ricin.com> X-AtHome-MailScanner-Information: Please contact support@home.nl for more information X-AtHome-MailScanner: Found to be clean Subject: Re: ports/72153: [patch] Update devel/py-sip to 4.1.1 and fix unfetchable X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: danny@ricin.com List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 Oct 2004 14:43:32 -0000 On Sunday 17 October 2004 07:09, you wrote: > Do any of the dependencies of this port (or, for that matter, the > related py-qt) need to be reinstalled for this updated version (i.e. > need a PORTVERSION bump?) It does not seem that the shared libraries > that are installed have a version number, but I suppose it's safer > to check first. No. The only exception being qscintilla (dep for py-qt, not for sip) and only because its library version gets bumped up in its new version (and thus in the port's Makefile). Qscintilla has already been committed. > (Also note, your mailer tends to strip tabs when you are doing > followups, which makes life harder for us port committers.) I probably copied-and-pasted without putting the tabs back in. Sorry. From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Oct 17 15:40:15 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D199B16A4CE for ; Sun, 17 Oct 2004 15:40:15 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id AB4A543D53 for ; Sun, 17 Oct 2004 15:40:15 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i9HFeFD6098460 for ; Sun, 17 Oct 2004 15:40:15 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i9HFeFQQ098454; Sun, 17 Oct 2004 15:40:15 GMT (envelope-from gnats) Resent-Date: Sun, 17 Oct 2004 15:40:15 GMT Resent-Message-Id: <200410171540.i9HFeFQQ098454@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Gerrit Beine Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2F31316A4CE for ; Sun, 17 Oct 2004 15:40:08 +0000 (GMT) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0F0B843D55 for ; Sun, 17 Oct 2004 15:40:08 +0000 (GMT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.12.11/8.12.11) with ESMTP id i9HFe79M066580 for ; Sun, 17 Oct 2004 15:40:07 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.12.11/8.12.11/Submit) id i9HFe72n066579; Sun, 17 Oct 2004 15:40:07 GMT (envelope-from nobody) Message-Id: <200410171540.i9HFe72n066579@www.freebsd.org> Date: Sun, 17 Oct 2004 15:40:07 GMT From: Gerrit Beine To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-2.3 Subject: ports/72786: New port: deskutils/vym VYM (View Your Mind) is a tool to generate and manipulate maps X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 Oct 2004 15:40:15 -0000 >Number: 72786 >Category: ports >Synopsis: New port: deskutils/vym VYM (View Your Mind) is a tool to generate and manipulate maps >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun Oct 17 15:40:15 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Gerrit Beine >Release: FreeBSD 5.2.1-RELEASE-p10 >Organization: pitcom GmbH >Environment: FreeBSD asus.intern.beine-computer.de 5.2.1-RELEASE-p10 FreeBSD 5.2.1-RELEASE-p10 #0: Sat Oct 2 17:41:00 CEST 2004 root@asus.intern.beine-computer.de:/usr/src/sys/i386/compile/ASUS i386 >Description: VYM (View Your Mind) is a tool to generate and manipulate maps which show your thoughts. Such maps can help you to improve your creativity and effectivity. You can use them for time management, to organize tasks, to get an overview over complex contexts, to sort your ideas etc. Some people even think it is fun to work with such maps... WWW: http://www.insilmaril.de/vym/index.html Author: Uwe Drechsel >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: # # vym # vym/Makefile # vym/files # vym/files/patch-floatimageobj.cpp # vym/files/patch-linkablemapobj.cpp # vym/files/patch-misc.cpp # vym/distinfo # vym/pkg-descr # vym/pkg-plist # echo c - vym mkdir -p vym > /dev/null 2>&1 echo x - vym/Makefile sed 's/^X//' >vym/Makefile << 'END-of-vym/Makefile' X# New ports collection makefile for: vym X# Date created: 17 Oct 2004 X# Whom: Gerrit Beine X# X# $FreeBSD:$ X# X XPORTNAME= vym XPORTVERSION= 1.5.0 XCATEGORIES= deskutils XMASTER_SITES= http://www.insilmaril.de/vym/download/ XMASTER_SITE_SUBDIR= ${PORTVERSION} X XMAINTAINER= tux@pinguru.net XCOMMENT= VYM (View Your Mind) is a tool to generate and manipulate maps X XBUILD_DEPENDS= qmake:${PORTSDIR}/devel/qmake X XUSE_QT_VER= 3 XMAKE_ENV= QTDIR="${QT_PREFIX}" X X.include X X# Add this condititonal while people might still have old versions X# of qmake, living in X11BASE, installed. This should go away eventually. X X.if exists(${X11BASE}/share/qt/mkspecs/freebsd-g++) XQMAKESPEC= ${X11BASE}/share/qt/mkspecs/freebsd-g++ X.else XQMAKESPEC= ${LOCALBASE}/share/qt/mkspecs/freebsd-g++ X.endif X Xdo-configure: X @cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} qmake \ X -spec ${QMAKESPEC} vym.pro X Xdo-install: X ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin X @${MKDIR} ${DATADIR} X @${CP} -R ${WRKSRC}/scripts ${DATADIR} X @${CP} -R ${WRKSRC}/styles ${DATADIR} X.if !defined(NOPORTDOCS) X @${MKDIR} ${DOCSDIR} X @${MKDIR} ${EXAMPLESDIR} X @${CP} -R ${WRKSRC}/doc/* ${DOCSDIR} X @${CP} -R ${WRKSRC}/demos/* ${EXAMPLESDIR} X.endif X X.include END-of-vym/Makefile echo c - vym/files mkdir -p vym/files > /dev/null 2>&1 echo x - vym/files/patch-floatimageobj.cpp sed 's/^X//' >vym/files/patch-floatimageobj.cpp << 'END-of-vym/files/patch-floatimageobj.cpp' X--- floatimageobj.cpp.orig Sun Sep 26 22:45:56 2004 X+++ floatimageobj.cpp Sun Oct 17 17:12:27 2004 X@@ -2,6 +2,12 @@ X #include "branchobj.h" X #include X X+#if !defined(HAVE_LRINTF) X+static inline long int lrint(double x) X+{ X+ return (long)(rint(x)); X+} X+#endif X X ///////////////////////////////////////////////////////////////// X // FloatImageObj END-of-vym/files/patch-floatimageobj.cpp echo x - vym/files/patch-linkablemapobj.cpp sed 's/^X//' >vym/files/patch-linkablemapobj.cpp << 'END-of-vym/files/patch-linkablemapobj.cpp' X--- linkablemapobj.cpp.orig Fri Sep 24 16:50:15 2004 X+++ linkablemapobj.cpp Sun Oct 17 17:11:44 2004 X@@ -6,6 +6,12 @@ X X #include "version.h" X X+#if !defined(HAVE_LRINTF) X+static inline long int lrint(double x) X+{ X+ return (long)(rint(x)); X+} X+#endif X X ///////////////////////////////////////////////////////////////// X // LinkableMapObj END-of-vym/files/patch-linkablemapobj.cpp echo x - vym/files/patch-misc.cpp sed 's/^X//' >vym/files/patch-misc.cpp << 'END-of-vym/files/patch-misc.cpp' X--- misc.cpp.orig Sun Sep 26 22:45:57 2004 X+++ misc.cpp Sun Oct 17 17:11:40 2004 X@@ -5,6 +5,12 @@ X X #include "misc.h" X X+#if !defined(HAVE_LRINTF) X+static inline long int lrint(double x) X+{ X+ return (long)(rint(x)); X+} X+#endif X X ostream &operator<< (ostream &stream, QPoint const &p) X { END-of-vym/files/patch-misc.cpp echo x - vym/distinfo sed 's/^X//' >vym/distinfo << 'END-of-vym/distinfo' XMD5 (vym-1.5.0.tar.gz) = 3343b35d1b072e5359c76b9625a21cbb XSIZE (vym-1.5.0.tar.gz) = 326937 END-of-vym/distinfo echo x - vym/pkg-descr sed 's/^X//' >vym/pkg-descr << 'END-of-vym/pkg-descr' XVYM (View Your Mind) is a tool to generate and manipulate maps which Xshow your thoughts. Such maps can help you to improve your creativity Xand effectivity. You can use them for time management, to organize Xtasks, to get an overview over complex contexts, to sort your ideas Xetc. Some people even think it is fun to work with such maps... X XWWW: http://www.insilmaril.de/vym/index.html XAuthor: Uwe Drechsel END-of-vym/pkg-descr echo x - vym/pkg-plist sed 's/^X//' >vym/pkg-plist << 'END-of-vym/pkg-plist' Xbin/vym X%%DATADIR%%/scripts/exportvym X%%DATADIR%%/scripts/vym2html.sh X%%DATADIR%%/scripts/vym2txt.sh X%%DATADIR%%/styles/wiki/answer.gif X%%DATADIR%%/styles/wiki/point.gif X%%DATADIR%%/styles/wiki/question.gif X%%DATADIR%%/styles/cm.xsl X%%DATADIR%%/styles/tm.xsl X%%DATADIR%%/styles/vym.css X%%DATADIR%%/styles/vym2html.xsl X%%DATADIR%%/styles/vym2txt.xsl X%%DATADIR%%/styles/vym2xhtml.xsl X%%PORTDOCS%%%%DOCSDIR%%/tex/branches-flags.png X%%PORTDOCS%%%%DOCSDIR%%/tex/branches.png X%%PORTDOCS%%%%DOCSDIR%%/tex/color-buttons.png X%%PORTDOCS%%%%DOCSDIR%%/tex/default-flags.png X%%PORTDOCS%%%%DOCSDIR%%/tex/example1.png X%%PORTDOCS%%%%DOCSDIR%%/tex/find-window.png X%%PORTDOCS%%%%DOCSDIR%%/tex/flag-url.png X%%PORTDOCS%%%%DOCSDIR%%/tex/flag-vymlink.png X%%PORTDOCS%%%%DOCSDIR%%/tex/formatfixedfont.png X%%PORTDOCS%%%%DOCSDIR%%/tex/move-buttons.png X%%PORTDOCS%%%%DOCSDIR%%/tex/vym.tex X%%PORTDOCS%%%%DOCSDIR%%/tex/windows.png X%%PORTDOCS%%%%DOCSDIR%%/tex/zoom-buttons.png X%%PORTDOCS%%%%EXAMPLESDIR%%/liveform.vym X%%PORTDOCS%%%%EXAMPLESDIR%%/time-management.vym X%%PORTDOCS%%%%EXAMPLESDIR%%/todo.vym X%%PORTDOCS%%@dirrm %%DOCSDIR%%/tex X%%PORTDOCS%%@dirrm %%DOCSDIR%% X%%PORTDOCS%%@dirrm %%EXAMPLESDIR%% X@dirrm %%DATADIR%%/scripts X@dirrm %%DATADIR%%/styles/wiki X@dirrm %%DATADIR%%/styles X@dirrm %%DATADIR%% END-of-vym/pkg-plist exit >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Oct 17 16:01:02 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 988C816A4CE for ; Sun, 17 Oct 2004 16:01:02 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7219843D5F for ; Sun, 17 Oct 2004 16:01:02 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i9HG0tT2098900 for ; Sun, 17 Oct 2004 16:00:55 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i9HG0tjB098899; Sun, 17 Oct 2004 16:00:55 GMT (envelope-from gnats) Date: Sun, 17 Oct 2004 16:00:55 GMT Message-Id: <200410171600.i9HG0tjB098899@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Gerrit Beine Subject: Re: ports/70775: New port: devel/simpletest - Updated X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Gerrit Beine List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 Oct 2004 16:01:02 -0000 The following reply was made to PR ports/70775; it has been noted by GNATS. From: Gerrit Beine To: freebsd-gnats-submit@FreeBSD.org, tux@pinguru.net Cc: Subject: Re: ports/70775: New port: devel/simpletest - Updated Date: Sun, 17 Oct 2004 17:53:30 +0200 This is a multi-part message in MIME format. --------------030106000002080702030601 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit This is an update for devel/simpletest. Please use this instead of the original shar from this report. I fixed some errors told by portlint and updated simpletest to the current version. So long... Gerrit -- Der einfachste Weg zum Herzen einer Frau ist Aufrichtigkeit. Wenn Du die vortäuschen kannst, dann hast Du es schon geschafft. mail tux@pinguru.net icq 123851585 web http://arme-und-beine.de --------------030106000002080702030601 Content-Type: text/plain; name="simpletest.shar" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="simpletest.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: # # simpletest # simpletest/Makefile # simpletest/distinfo # simpletest/pkg-descr # simpletest/pkg-plist # echo c - simpletest mkdir -p simpletest > /dev/null 2>&1 echo x - simpletest/Makefile sed 's/^X//' >simpletest/Makefile << 'END-of-simpletest/Makefile' X# Ports collection makefile for: simpletest X# Date created: 21 August 2004 X# Whom: Gerrit Beine () X# X# $FreeBSD:$ X# X XPORTNAME= simpletest XPORTVERSION= 1.0r1 XCATEGORIES= devel www XMASTER_SITES= ${MASTER_SITE_SOURCEFORGE} XMASTER_SITE_SUBDIR= ${PORTNAME} XDISTNAME= php_simple_test_${PORTVERSION:S/r/RC/} X XMAINTAINER= tux@pinguru.net XCOMMENT= SimpleTest is a testing framework built around test case classes X XWRKSRC= ${WRKDIR}/${PORTNAME} XNO_BUILD= yes XUSE_PHP= yes X X.if !defined(NOPORTDOCS) XPORTDOCS= HELP_MY_TESTS_DONT_WORK_ANYMORE LICENSE README VERSION X.endif X Xdo-install: X @${MKDIR} ${DATADIR} X @${CP} -r ${WRKSRC}/*.php ${DATADIR} X @${CP} -r ${WRKSRC}/extensions ${DATADIR} X.if !defined(NOPORTDOCS) X @${CP} -r ${WRKSRC}/test ${DATADIR} X @${MKDIR} ${DOCSDIR} X @for file in ${PORTDOCS}; do \ X ${CP} ${WRKSRC}/$${file} ${DOCSDIR}; \ X done X @${INSTALL_DATA} ${WRKSRC}/docs/*.html ${DOCSDIR} X.endif X X.include END-of-simpletest/Makefile echo x - simpletest/distinfo sed 's/^X//' >simpletest/distinfo << 'END-of-simpletest/distinfo' XMD5 (php_simple_test_1.0RC1.tar.gz) = 00ec0a4c94e5480c15550039886248c1 XSIZE (php_simple_test_1.0RC1.tar.gz) = 155315 END-of-simpletest/distinfo echo x - simpletest/pkg-descr sed 's/^X//' >simpletest/pkg-descr << 'END-of-simpletest/pkg-descr' XSimple Test for PHP XThe heart of SimpleTest is a testing framework built around test case classes. XThese are written as extensions of base test case classes, Xeach extended with methods that actually contain test code. X XIt is a useful replacement for PEAR PHPUnit. X XWWW: http://www.lastcraft.com/simple_test.php END-of-simpletest/pkg-descr echo x - simpletest/pkg-plist sed 's/^X//' >simpletest/pkg-plist << 'END-of-simpletest/pkg-plist' X%%DATADIR%%/errors.php X%%DATADIR%%/options.php X%%DATADIR%%/scorer.php X%%DATADIR%%/dumper.php X%%DATADIR%%/expectation.php X%%DATADIR%%/socket.php X%%DATADIR%%/url.php X%%DATADIR%%/http.php X%%DATADIR%%/authentication.php X%%DATADIR%%/user_agent.php X%%DATADIR%%/browser.php X%%DATADIR%%/parser.php X%%DATADIR%%/tag.php X%%DATADIR%%/frames.php X%%DATADIR%%/form.php X%%DATADIR%%/page.php X%%DATADIR%%/remote.php X%%DATADIR%%/reporter.php X%%DATADIR%%/mock_objects.php X%%DATADIR%%/simple_test.php X%%DATADIR%%/unit_tester.php X%%DATADIR%%/web_tester.php X%%DATADIR%%/shell_tester.php X%%DATADIR%%/xml.php X%%DATADIR%%/extensions/pear_test_case.php X%%DATADIR%%/extensions/phpunit_test_case.php X%%DATADIR%%/test/all_tests.php X%%DATADIR%%/test/unit_tests.php X%%DATADIR%%/test/acceptance_test.php X%%DATADIR%%/test/errors_test.php X%%DATADIR%%/test/options_test.php X%%DATADIR%%/test/dumper_test.php X%%DATADIR%%/test/expectation_test.php X%%DATADIR%%/test/adapter_test.php X%%DATADIR%%/test/socket_test.php X%%DATADIR%%/test/url_test.php X%%DATADIR%%/test/http_test.php X%%DATADIR%%/test/authentication_test.php X%%DATADIR%%/test/user_agent_test.php X%%DATADIR%%/test/browser_test.php X%%DATADIR%%/test/parser_test.php X%%DATADIR%%/test/tag_test.php X%%DATADIR%%/test/frames_test.php X%%DATADIR%%/test/page_test.php X%%DATADIR%%/test/remote_test.php X%%DATADIR%%/test/simple_mock_test.php X%%DATADIR%%/test/visual_test.php X%%DATADIR%%/test/shell_test.php X%%DATADIR%%/test/shell_tester_test.php X%%DATADIR%%/test/xml_test.php X%%DATADIR%%/test/live_test.php X%%DATADIR%%/test/real_sites_test.php X%%DATADIR%%/test/form_test.php X%%DATADIR%%/test/web_tester_test.php X%%PORTDOCS%%%%DOCSDIR%%/index.html X%%PORTDOCS%%%%DOCSDIR%%/overview.html X%%PORTDOCS%%%%DOCSDIR%%/unit_test_documentation.html X%%PORTDOCS%%%%DOCSDIR%%/group_test_documentation.html X%%PORTDOCS%%%%DOCSDIR%%/reporter_documentation.html X%%PORTDOCS%%%%DOCSDIR%%/server_stubs_documentation.html X%%PORTDOCS%%%%DOCSDIR%%/mock_objects_documentation.html X%%PORTDOCS%%%%DOCSDIR%%/partial_mocks_documentation.html X%%PORTDOCS%%%%DOCSDIR%%/expectation_documentation.html X%%PORTDOCS%%%%DOCSDIR%%/web_tester_documentation.html X%%PORTDOCS%%%%DOCSDIR%%/form_testing_documentation.html X@dirrm %%DATADIR%%/test X@dirrm %%DATADIR%%/extensions X@dirrm %%DATADIR%%/ X END-of-simpletest/pkg-plist exit --------------030106000002080702030601-- From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Oct 17 17:01:30 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1D6C516A4E5 for ; Sun, 17 Oct 2004 17:01:30 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id EFBB743D81 for ; Sun, 17 Oct 2004 17:01:00 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i9HH1049005033 for ; Sun, 17 Oct 2004 17:01:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i9HH10Wj005032; Sun, 17 Oct 2004 17:01:00 GMT (envelope-from gnats) Resent-Date: Sun, 17 Oct 2004 17:01:00 GMT Resent-Message-Id: <200410171701.i9HH10Wj005032@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Gerrit Beine Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2C98D16A4CF for ; Sun, 17 Oct 2004 16:57:09 +0000 (GMT) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id 07DDC43D58 for ; Sun, 17 Oct 2004 16:57:09 +0000 (GMT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.12.11/8.12.11) with ESMTP id i9HGv8RA099773 for ; Sun, 17 Oct 2004 16:57:08 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.12.11/8.12.11/Submit) id i9HGv82n099772; Sun, 17 Oct 2004 16:57:08 GMT (envelope-from nobody) Message-Id: <200410171657.i9HGv82n099772@www.freebsd.org> Date: Sun, 17 Oct 2004 16:57:08 GMT From: Gerrit Beine To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-2.3 Subject: ports/72789: Update port: databases/pecl-memcache X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 Oct 2004 17:01:30 -0000 >Number: 72789 >Category: ports >Synopsis: Update port: databases/pecl-memcache >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Sun Oct 17 17:01:00 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Gerrit Beine >Release: reeBSD 5.2.1-RELEASE-p10 >Organization: pitcom GmbH >Environment: FreeBSD asus.intern.beine-computer.de 5.2.1-RELEASE-p10 FreeBSD 5.2.1-RELEASE-p10 #0: Sat Oct 2 17:41:00 CEST 2004 root@asus.intern.beine-computer.de:/usr/src/sys/i386/compile/ASUS i386 >Description: Update to version 1.3 Changelog: 1) Fixed potential problem with empty datasets (yet another patch from Andrey Nigmatulin [anight at monamour dot ru]). 2) Fixed bug #2167 (thanks to [pbnadeau at gmail dot com] for noticing, testing and patching). >How-To-Repeat: >Fix: diff -Nur --exclude=CVS /usr/ports/databases/pecl-memcache/Makefile pecl-memcache/Makefile --- /usr/ports/databases/pecl-memcache/Makefile Tue Aug 10 17:40:37 2004 +++ pecl-memcache/Makefile Sun Oct 17 18:53:57 2004 @@ -6,8 +6,8 @@ # PORTNAME= memcache -PORTVERSION= 1.2 -CATEGORIES= databases pear +PORTVERSION= 1.3 +CATEGORIES= databases MASTER_SITES= http://pecl.php.net/get/ PKGNAMEPREFIX= pecl- EXTRACT_SUFX= .tgz diff -Nur --exclude=CVS /usr/ports/databases/pecl-memcache/distinfo pecl-memcache/distinfo --- /usr/ports/databases/pecl-memcache/distinfo Tue Aug 10 17:40:37 2004 +++ pecl-memcache/distinfo Sun Oct 17 18:54:52 2004 @@ -1,2 +1,2 @@ -MD5 (PECL/memcache-1.2.tgz) = 791617b191323b9f4c2746180ab188c2 -SIZE (PECL/memcache-1.2.tgz) = 13013 +MD5 (PECL/memcache-1.3.tgz) = 84736613e62cc66406c784f3aa89d7bc +SIZE (PECL/memcache-1.3.tgz) = 13341 >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Oct 17 17:01:30 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0B6EC16A4E4 for ; Sun, 17 Oct 2004 17:01:30 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6D6F643D7D for ; Sun, 17 Oct 2004 17:01:00 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i9HH10FB004961 for ; Sun, 17 Oct 2004 17:01:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i9HH10gA004960; Sun, 17 Oct 2004 17:01:00 GMT (envelope-from gnats) Resent-Date: Sun, 17 Oct 2004 17:01:00 GMT Resent-Message-Id: <200410171701.i9HH10gA004960@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Gerrit Beine Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DA6AD16A4CE for ; Sun, 17 Oct 2004 16:52:25 +0000 (GMT) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id B0B1043D4C for ; Sun, 17 Oct 2004 16:52:25 +0000 (GMT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.12.11/8.12.11) with ESMTP id i9HGqPoP098741 for ; Sun, 17 Oct 2004 16:52:25 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.12.11/8.12.11/Submit) id i9HGqPfU098740; Sun, 17 Oct 2004 16:52:25 GMT (envelope-from nobody) Message-Id: <200410171652.i9HGqPfU098740@www.freebsd.org> Date: Sun, 17 Oct 2004 16:52:25 GMT From: Gerrit Beine To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-2.3 Subject: ports/72788: Update port: devel/pear-PHPUnit X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 Oct 2004 17:01:30 -0000 >Number: 72788 >Category: ports >Synopsis: Update port: devel/pear-PHPUnit >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Sun Oct 17 17:01:00 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Gerrit Beine >Release: FreeBSD 5.2.1-RELEASE-p10 >Organization: pitcom GmbH >Environment: FreeBSD asus.intern.beine-computer.de 5.2.1-RELEASE-p10 FreeBSD 5.2.1-RELEASE-p10 #0: Sat Oct 2 17:41:00 CEST 2004 root@asus.intern.beine-computer.de:/usr/src/sys/i386/compile/ASUS i386 >Description: Update to version 1.1.0 Changelog: Release date: 2004-09-29 07:07 UTC Release state: stable Changelog: + Added PHPUnit_Skeleton class for creating a PHPUnit_TestCase skeleton file. (Patch by Scott Mattocks ) + Added PHPUnit_Assert::assertContains() and PHPUnit_Assert::assertNotContains() methods to assert that an array contains (or not contains) a given object or string or that a string contains (or not contains) a given substring. + Added PHPUnit_Assert::assertNotRegexp() to assert that a string does not match a given regular expression. - Removed PHPUnit_Assert::assertSame() and PHPUnit_Assert::assertNotSame() since these assertion methods do not work with PHP 4. >How-To-Repeat: >Fix: diff -Nur --exclude=CVS /usr/ports/devel/pear-PHPUnit/Makefile pear-PHPUnit/Makefile --- /usr/ports/devel/pear-PHPUnit/Makefile Fri Jun 11 21:09:39 2004 +++ pear-PHPUnit/Makefile Sun Oct 17 18:46:46 2004 @@ -6,7 +6,7 @@ # PORTNAME= PHPUnit -PORTVERSION= 1.0.1 +PORTVERSION= 1.1.0 CATEGORIES= devel www pear MAINTAINER= tux@pinguru.net @@ -18,7 +18,7 @@ FILES= PHPUnit.php \ PHPUnit/Assert.php PHPUnit/RepeatedTest.php PHPUnit/TestCase.php \ PHPUnit/TestDecorator.php PHPUnit/TestFailure.php PHPUnit/TestListener.php \ - PHPUnit/TestResult.php PHPUnit/TestSuite.php \ + PHPUnit/TestResult.php PHPUnit/TestSuite.php PHPUnit/Skeleton.php \ PHPUnit/GUI/HTML.php PHPUnit/GUI/HTML.tpl PHPUnit/GUI/SetupDecorator.php .include diff -Nur --exclude=CVS /usr/ports/devel/pear-PHPUnit/distinfo pear-PHPUnit/distinfo --- /usr/ports/devel/pear-PHPUnit/distinfo Fri Jun 11 21:09:39 2004 +++ pear-PHPUnit/distinfo Sun Oct 17 18:47:55 2004 @@ -1,2 +1,2 @@ -MD5 (PEAR/PHPUnit-1.0.1.tgz) = d05995d34f2059980fc9fb52fe611463 -SIZE (PEAR/PHPUnit-1.0.1.tgz) = 11749 +MD5 (PEAR/PHPUnit-1.1.0.tgz) = 697aae49462d333483111a834428334c +SIZE (PEAR/PHPUnit-1.1.0.tgz) = 15418 >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Oct 17 17:10:22 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8404616A4CE for ; Sun, 17 Oct 2004 17:10:22 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5804C43D62 for ; Sun, 17 Oct 2004 17:10:22 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i9HHAMvO009041 for ; Sun, 17 Oct 2004 17:10:22 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i9HHAMs3009040; Sun, 17 Oct 2004 17:10:22 GMT (envelope-from gnats) Resent-Date: Sun, 17 Oct 2004 17:10:22 GMT Resent-Message-Id: <200410171710.i9HHAMs3009040@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Gerrit Beine Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 98F1216A4CF for ; Sun, 17 Oct 2004 17:02:58 +0000 (GMT) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8A6B343D55 for ; Sun, 17 Oct 2004 17:02:58 +0000 (GMT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.12.11/8.12.11) with ESMTP id i9HH2wXi001069 for ; Sun, 17 Oct 2004 17:02:58 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.12.11/8.12.11/Submit) id i9HH2wo3001068; Sun, 17 Oct 2004 17:02:58 GMT (envelope-from nobody) Message-Id: <200410171702.i9HH2wo3001068@www.freebsd.org> Date: Sun, 17 Oct 2004 17:02:58 GMT From: Gerrit Beine To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-2.3 Subject: ports/72790: Update port: net/pear-Net_POP3 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 Oct 2004 17:10:22 -0000 >Number: 72790 >Category: ports >Synopsis: Update port: net/pear-Net_POP3 >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Sun Oct 17 17:10:22 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Gerrit Beine >Release: FreeBSD 5.2.1-RELEASE-p10 >Organization: pitcom GmbH >Environment: FreeBSD asus.intern.beine-computer.de 5.2.1-RELEASE-p10 FreeBSD 5.2.1-RELEASE-p10 #0: Sat Oct 2 17:41:00 CEST 2004 root@asus.intern.beine-computer.de:/usr/src/sys/i386/compile/ASUS i386 >Description: Update to version 1.3.3 Changelog: Release date: 2004-09-16 01:21 UTC Release state: stable Changelog: * _sendCmd now return PEAR_Error on error instead of false making error check easy * Fixes bug #2175 login() which uses DIGEST-MD5 always returns true. * All the Login methods now uses PEAR_Error instead of 'false' finding the error cause is now easy * Disabling DIGEST-MD5 until I can make work whit saslv2 (saslv2 and saslv1 responses are different ) >How-To-Repeat: >Fix: diff -Nur --exclude=CVS /usr/ports/net/pear-Net_POP3/Makefile pear-Net_POP3/Makefile --- /usr/ports/net/pear-Net_POP3/Makefile Tue Aug 10 21:27:19 2004 +++ pear-Net_POP3/Makefile Sun Oct 17 18:58:08 2004 @@ -6,7 +6,7 @@ # PORTNAME= Net_POP3 -PORTVERSION= 1.3.2 +PORTVERSION= 1.3.3 CATEGORIES= net pear MAINTAINER= tux@pinguru.net diff -Nur --exclude=CVS /usr/ports/net/pear-Net_POP3/distinfo pear-Net_POP3/distinfo --- /usr/ports/net/pear-Net_POP3/distinfo Tue Aug 10 21:27:19 2004 +++ pear-Net_POP3/distinfo Sun Oct 17 18:58:44 2004 @@ -1,2 +1,2 @@ -MD5 (PEAR/Net_POP3-1.3.2.tgz) = 751155a5e6d9501dfd2539c454d43213 -SIZE (PEAR/Net_POP3-1.3.2.tgz) = 7883 +MD5 (PEAR/Net_POP3-1.3.3.tgz) = 7999c0cfcd4934469005cca7824c379c +SIZE (PEAR/Net_POP3-1.3.3.tgz) = 9408 >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Oct 17 17:55:12 2004 Return-Path: Delivered-To: freebsd-ports-bugs@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 28E0316A4CE; Sun, 17 Oct 2004 17:55:12 +0000 (GMT) Received: from mail.belovedarctos.com (mail.belovedarctos.com [66.114.86.142]) by mx1.FreeBSD.org (Postfix) with ESMTP id E2E6E43D1F; Sun, 17 Oct 2004 17:55:11 +0000 (GMT) (envelope-from o_sleep@belovedarctos.com) Received: from [10.0.1.101] (linksys.home.babbleheaven.com [10.0.1.1]) by mail.belovedarctos.com (Postfix) with ESMTP id C0D008531; Sun, 17 Oct 2004 17:55:10 +0000 (GMT) In-Reply-To: <200410170646.i9H6kdgu028684@freefall.freebsd.org> References: <200410170646.i9H6kdgu028684@freefall.freebsd.org> Mime-Version: 1.0 (Apple Message framework v619) Content-Type: text/plain; charset=US-ASCII; format=flowed Message-Id: Content-Transfer-Encoding: 7bit From: O_Sleep Date: Sun, 17 Oct 2004 13:55:10 -0400 To: Mark Linimon X-Mailer: Apple Mail (2.619) cc: freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/72311: ports/dvipng update to 1.2 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 Oct 2004 17:55:12 -0000 and I knew that too, sorry about that, must have been a bad day. I will put up a diff on monday. -Bjorn On Oct 17, 2004, at 2:46 AM, Mark Linimon wrote: > Synopsis: ports/dvipng update to 1.2 > > State-Changed-From-To: open->feedback > State-Changed-By: linimon > State-Changed-When: Sun Oct 17 06:45:55 GMT 2004 > State-Changed-Why: > Please submit port updates in diff -ruN format so that we port > committers > can get a better idea of what's being changed. Thanks. (See the > Porter's Handbook for details). > > http://www.freebsd.org/cgi/query-pr.cgi?pr=72311 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Oct 17 18:16:17 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7EF9016A4CE; Sun, 17 Oct 2004 18:16:17 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5FEDC43D45; Sun, 17 Oct 2004 18:16:17 +0000 (GMT) (envelope-from arved@FreeBSD.org) Received: from freefall.freebsd.org (arved@localhost [127.0.0.1]) i9HIGH1B015523; Sun, 17 Oct 2004 18:16:17 GMT (envelope-from arved@freefall.freebsd.org) Received: (from arved@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i9HIGH5D015519; Sun, 17 Oct 2004 18:16:17 GMT (envelope-from arved) Date: Sun, 17 Oct 2004 18:16:17 GMT From: Tilman Linneweh Message-Id: <200410171816.i9HIGH5D015519@freefall.freebsd.org> To: h.eichmann@gmx.de, arved@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/64202: New Port: x11/kde_api_reference_32, the kde api reference X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 Oct 2004 18:16:17 -0000 Synopsis: New Port: x11/kde_api_reference_32, the kde api reference State-Changed-From-To: open->feedback State-Changed-By: arved State-Changed-When: Sun Oct 17 18:15:39 GMT 2004 State-Changed-Why: KDE is now at 3.3. If there is still interest in this port, i needs to be updated to 3.3 http://www.freebsd.org/cgi/query-pr.cgi?pr=64202 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Oct 17 18:50:41 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 76EC316A4D1 for ; Sun, 17 Oct 2004 18:50:41 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4128C43D62 for ; Sun, 17 Oct 2004 18:50:41 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i9HIoftL017210 for ; Sun, 17 Oct 2004 18:50:41 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i9HIofwH017203; Sun, 17 Oct 2004 18:50:41 GMT (envelope-from gnats) Date: Sun, 17 Oct 2004 18:50:41 GMT Message-Id: <200410171850.i9HIofwH017203@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Marcus Grando Subject: Re: ports/71515: Postfix port broken when using TLS + SPF option X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Marcus Grando List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 Oct 2004 18:50:41 -0000 The following reply was made to PR ports/71515; it has been noted by GNATS. From: Marcus Grando To: freebsd-gnats-submit@FreeBSD.org, patrick@pine.nl Cc: Subject: Re: ports/71515: Postfix port broken when using TLS + SPF option Date: Sun, 17 Oct 2004 16:45:25 -0200 Please, close this PR. New PR about LIBSPF2+TLS is http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/72774 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Oct 17 19:23:04 2004 Return-Path: Delivered-To: freebsd-ports-bugs@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EF83216A4CE; Sun, 17 Oct 2004 19:23:04 +0000 (GMT) Received: from smtpq1.home.nl (smtpq1.home.nl [213.51.128.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0D9A643D6E; Sun, 17 Oct 2004 19:23:03 +0000 (GMT) (envelope-from danny@ricin.com) Received: from [213.51.128.135] (port=58766 helo=smtp4.home.nl) by smtpq1.home.nl with esmtp (Exim 4.30) id 1CJGcQ-0001Zc-KR; Sun, 17 Oct 2004 21:23:02 +0200 Received: from cp464173-a.dbsch1.nb.home.nl ([217.122.43.97]:64831 helo=workstation.homenet) by smtp4.home.nl with esmtp (Exim 4.30) id 1CJGcO-0002xc-Us; Sun, 17 Oct 2004 21:23:00 +0200 From: Danny Pansters To: Mark Linimon Date: Sun, 17 Oct 2004 21:22:10 +0200 User-Agent: KMail/1.7 References: <200410170645.i9H6jSVb028385@freefall.freebsd.org> In-Reply-To: <200410170645.i9H6jSVb028385@freefall.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200410172122.10881.danny@ricin.com> X-AtHome-MailScanner-Information: Please contact support@home.nl for more information X-AtHome-MailScanner: Found to be clean cc: freebsd-ports-bugs@freebsd.org Subject: Re: ports/72154: [patch] Update x11-toolkits/py-qt to 3.13 and fix unfetchable X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: danny@ricin.com List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 Oct 2004 19:23:05 -0000 On Sunday 17 October 2004 08:45, you wrote: > This doesn't build for me on 4.x. Any ideas? > > sipqttableQTable.cpp: In method `enum sipQTable::sipEditMode > sipQTable::sipProtect_editMode()': sipqttableQTable.cpp:4413: static_cast > from `QTable::EditMode' to `sipQTable::sipEditMode' > sipqttableQTable.cpp:4414: warning: control reaches end of non-void > function `sipQTable::sipProtect_editMode()' *** Error code 1 Apparently gcc295 isn't always happy with static_cast. Google pointed me to someone having the same problem, only with the commercial pyqt; see http://mats.imk.fraunhofer.de/pipermail/pykde/2004-October/008785.html Here's the relevant part: > > > PyQt 3.13 > > > SIP 4.1.1 > > > Qt 3.3.3 > > > Python 2.3.3 > > > GCC 2.95.4 (Debian) 3.3.4 (Gentoo) > > > > > > Could this be a problem with the GCC version? > > > > I think it probably is - there is an old Irix compiler that has a similar > > problem. To verify, just convert the static_cast on the offending line to > a > > C-style cast. If so, I'll change the code generator to produce a C-style > > cast. > Yes, it compiles now. I got a similar error in sipqtsqlpart0.cpp, but I'm Because this is generated code, a change could be made either in sip or in a post-configure statement. The latter would be my suggestion, as static_cast appears to be used only in this place where your build fails. IIUC I'd have to use something like "(object_type_to_cast_to) the_object" instead. I can't reproduce this on my 5.x box using gcc295 unfortunately (build fails almost instantly) but I'd like to suggest trying the patch below or something equivalent: --- Makefile.orig Sun Oct 17 17:10:17 2004 +++ Makefile Sun Oct 17 20:42:51 2004 @@ -20,6 +20,7 @@ USE_QT_VER= 3 USE_PYTHON= yes +USE_REINPLACE= yes .include @@ -34,6 +35,13 @@ -b ${PREFIX}/bin -d ${PYTHONPREFIX_SITELIBDIR} \ -n ${X11BASE}/include -o ${X11BASE}/lib \ -v ${PREFIX}/share/sip) + +post-configure: +.if ${OSVERSION} < 500000 + @${REINPLACE_CMD} -e \ + 's|static_cast(QTable::editMode())| (sipQTable::sipEditMode) QTable::editMode()|' \ + ${WRKSRC}/qttable/sipqttableQTable.cpp +.endif post-install: @${PYTHON_CMD} -c "import pyqtconfig" I could pester the author, see if he's willing to make the appropriate changes to sip (no biggie I think), but I'm a bit hesitant because using *_cast seems to be good coding practice from what I've gathered and the problem occurs only with our "EOL" gcc in 4.x. What do you think? From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Oct 17 19:30:33 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2B93816A4CF for ; Sun, 17 Oct 2004 19:30:33 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 70C8943D60 for ; Sun, 17 Oct 2004 19:30:15 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i9HJUFYu022158 for ; Sun, 17 Oct 2004 19:30:15 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i9HJUFSn022113; Sun, 17 Oct 2004 19:30:15 GMT (envelope-from gnats) Resent-Date: Sun, 17 Oct 2004 19:30:15 GMT Resent-Message-Id: <200410171930.i9HJUFSn022113@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Gerrit Beine Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1AB5016A4CE for ; Sun, 17 Oct 2004 19:24:22 +0000 (GMT) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id F248D43D69 for ; Sun, 17 Oct 2004 19:24:21 +0000 (GMT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.12.11/8.12.11) with ESMTP id i9HJOLIH046986 for ; Sun, 17 Oct 2004 19:24:21 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.12.11/8.12.11/Submit) id i9HJOL6t046985; Sun, 17 Oct 2004 19:24:21 GMT (envelope-from nobody) Message-Id: <200410171924.i9HJOL6t046985@www.freebsd.org> Date: Sun, 17 Oct 2004 19:24:21 GMT From: Gerrit Beine To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-2.3 Subject: ports/72794: Update port: java/poseidon X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 Oct 2004 19:30:33 -0000 >Number: 72794 >Category: ports >Synopsis: Update port: java/poseidon >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Sun Oct 17 19:30:14 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Gerrit Beine >Release: FreeBSD 5.2.1-RELEASE-p10 >Organization: pitcom GmbH >Environment: FreeBSD asus.intern.beine-computer.de 5.2.1-RELEASE-p10 FreeBSD 5.2.1-RELEASE-p10 #0: Sat Oct 2 17:41:00 CEST 2004 root@asus.intern.beine-computer.de:/usr/src/sys/i386/compile/ASUS i386 >Description: Update to the current version 2.5.1 >How-To-Repeat: >Fix: diff -Nur --exclude=CVS /usr/ports/java/poseidon/Makefile poseidon/Makefile --- /usr/ports/java/poseidon/Makefile Sun Aug 22 07:59:04 2004 +++ poseidon/Makefile Sun Oct 17 21:07:41 2004 @@ -2,11 +2,11 @@ # Date created: February 28, 2004 # Whom: Gerrit Beine () # -# $FreeBSD: ports/java/poseidon/Makefile,v 1.5 2004/08/22 05:59:04 linimon Exp $ +# $FreeBSD: ports/java/poseidon/Makefile,v 1.4 2004/07/12 21:07:27 thierry Exp $ # PORTNAME= poseidon -PORTVERSION= 2.5.0 +PORTVERSION= 2.5.1 CATEGORIES= java MASTER_SITES= ftp://ftp.gentleware.org/ DISTNAME= ${PORTNAME}${EDI}-${PORTVERSION} diff -Nur --exclude=CVS /usr/ports/java/poseidon/distinfo poseidon/distinfo --- /usr/ports/java/poseidon/distinfo Sun Aug 22 07:59:04 2004 +++ poseidon/distinfo Sun Oct 17 21:08:57 2004 @@ -1,6 +1,6 @@ -MD5 (poseidonCE-2.5.0.zip) = df05c7a4dd93cc6d1ad35833a980744b -SIZE (poseidonCE-2.5.0.zip) = 30459069 -MD5 (poseidonSE-2.5.0.zip) = 831f8a45f9eabe3a0aef676c508f210e -SIZE (poseidonSE-2.5.0.zip) = 31882886 -MD5 (poseidonPE-2.5.0.zip) = 8ed424428b5d5a3497237eefe6ecc9f2 -SIZE (poseidonPE-2.5.0.zip) = 32829436 +MD5 (poseidonCE-2.5.1.zip) = d98c8e114154eec81dbb47fe8e91b5d9 +SIZE (poseidonCE-2.5.1.zip) = 30471573 +MD5 (poseidonSE-2.5.1.zip) = 7fedea96103faa83992f6da9e230f510 +SIZE (poseidonSE-2.5.1.zip) = 30022076 +MD5 (poseidonPE-2.5.1.zip) = 6fc55fdd7c0084fad264bc3b5406fd95 +SIZE (poseidonPE-2.5.1.zip) = 32842048 diff -Nur --exclude=CVS /usr/ports/java/poseidon/pkg-plist poseidon/pkg-plist --- /usr/ports/java/poseidon/pkg-plist Sun Aug 22 07:59:04 2004 +++ poseidon/pkg-plist Sun Oct 17 21:17:58 2004 @@ -51,6 +51,7 @@ %%DATADIR%%/lib/velocity-dep-1.2.jar %%DATADIR%%/lib/edit-on-javabean-sdk-swing.jar %%DATADIR%%/lib/batik-awt-util.jar +%%PORTDOCS%%%%DATADIR%%/docs/PoseidonUsersGuide/PoseidonUsersGuide.pdf %%PORTDOCS%%%%DATADIR%%/docs/PoseidonUsersGuide/stylesheet-images/warning.gif %%PORTDOCS%%%%DATADIR%%/docs/PoseidonUsersGuide/stylesheet-images/toc-blank.gif %%PORTDOCS%%%%DATADIR%%/docs/PoseidonUsersGuide/stylesheet-images/note.gif @@ -1040,7 +1041,6 @@ %%PORTDOCS%%%%DATADIR%%/docs/PoseidonUsersGuide/FAQ.html %%PORTDOCS%%%%DATADIR%%/docs/PoseidonUsersGuide/FAQ.xml %%PORTDOCS%%%%DATADIR%%/docs/PoseidonUsersGuide/PoseidonCodeGenFramework.xml -%%PORTDOCS%%%%DATADIR%%/docs/PoseidonUsersGuide/PoseidonUsersGuide.pdf %%PORTDOCS%%%%DATADIR%%/docs/PoseidonUsersGuide/PoseidonUsersGuide.xml %%PORTDOCS%%%%DATADIR%%/docs/PoseidonUsersGuide/PoseidonUsersGuide_html.xml %%PORTDOCS%%%%DATADIR%%/docs/PoseidonUsersGuide/c5278.html diff -Nur --exclude=CVS /usr/ports/java/poseidon/pkg-plist.SE poseidon/pkg-plist.SE --- /usr/ports/java/poseidon/pkg-plist.SE Sun Aug 22 07:59:04 2004 +++ poseidon/pkg-plist.SE Sun Oct 17 21:00:01 2004 @@ -1,3 +1,2 @@ %%DATADIR%%/lib/templates.jar %%DATADIR%%/lib/umldoc.jar -%%PORTDOCS%%%%DATADIR%%/docs/PoseidonUsersGuide.pdf >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Oct 17 19:50:29 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 729DF16A4CF for ; Sun, 17 Oct 2004 19:50:29 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id EAD6A43D48 for ; Sun, 17 Oct 2004 19:50:11 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i9HJoBAW023563 for ; Sun, 17 Oct 2004 19:50:11 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i9HJoBhN023551; Sun, 17 Oct 2004 19:50:11 GMT (envelope-from gnats) Resent-Date: Sun, 17 Oct 2004 19:50:11 GMT Resent-Message-Id: <200410171950.i9HJoBhN023551@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Gerrit Beine Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D108616A4CE for ; Sun, 17 Oct 2004 19:46:59 +0000 (GMT) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9163E43D2F for ; Sun, 17 Oct 2004 19:46:59 +0000 (GMT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.12.11/8.12.11) with ESMTP id i9HJkxku050466 for ; Sun, 17 Oct 2004 19:46:59 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.12.11/8.12.11/Submit) id i9HJkxpg050465; Sun, 17 Oct 2004 19:46:59 GMT (envelope-from nobody) Message-Id: <200410171946.i9HJkxpg050465@www.freebsd.org> Date: Sun, 17 Oct 2004 19:46:59 GMT From: Gerrit Beine To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-2.3 Subject: ports/72796: Update port: devel/zendstudio X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 Oct 2004 19:50:29 -0000 >Number: 72796 >Category: ports >Synopsis: Update port: devel/zendstudio >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Sun Oct 17 19:50:11 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Gerrit Beine >Release: FreeBSD 5.2.1-RELEASE-p10 >Organization: pitcom GmbH >Environment: FreeBSD asus.intern.beine-computer.de 5.2.1-RELEASE-p10 FreeBSD 5.2.1-RELEASE-p10 #0: Sat Oct 2 17:41:00 CEST 2004 root@asus.intern.beine-computer.de:/usr/src/sys/i386/compile/ASUS i386 >Description: Update to version 2.5.2 >How-To-Repeat: >Fix: diff -Nur --exclude=CVS /usr/ports/devel/zendstudio/Makefile zendstudio/Makefile --- /usr/ports/devel/zendstudio/Makefile Wed Aug 25 15:27:45 2004 +++ zendstudio/Makefile Sun Oct 17 21:24:48 2004 @@ -6,7 +6,7 @@ # PORTNAME= ZendStudio -PORTVERSION= 3.5.1 +PORTVERSION= 3.5.2 CATEGORIES= devel DISTNAME= ${PORTNAME}-${PORTVERSION:S/./_/g} MASTER_SITES= http://www.zend.com/store/products/zend-studio.php diff -Nur --exclude=CVS /usr/ports/devel/zendstudio/distinfo zendstudio/distinfo --- /usr/ports/devel/zendstudio/distinfo Wed Aug 25 15:27:45 2004 +++ zendstudio/distinfo Sun Oct 17 21:26:25 2004 @@ -1,2 +1,2 @@ -MD5 (ZendStudio-3_5_1.tar.gz) = df3afa3ae95e8ed88e9414dd178ef9d6 -SIZE (ZendStudio-3_5_1.tar.gz) = 41799172 +MD5 (ZendStudio-3_5_2.tar.gz) = c1f3c3557cea704e52b254ab581b7461 +SIZE (ZendStudio-3_5_2.tar.gz) = 41795277 diff -Nur --exclude=CVS /usr/ports/devel/zendstudio/pkg-plist zendstudio/pkg-plist --- /usr/ports/devel/zendstudio/pkg-plist Wed Aug 25 15:27:45 2004 +++ zendstudio/pkg-plist Sun Oct 17 21:39:13 2004 @@ -640,8 +640,8 @@ Zend/lib/php5/ZendDebuggerLocal.so Zend/README Zend/UninstallerData/uninstaller.jar -Zend/UninstallerData/Uninstall_Zend_Studio_3.5.1_Client -Zend/UninstallerData/Uninstall_Zend_Studio_3.5.1_Client.lax +Zend/UninstallerData/Uninstall_Zend_Studio_3.5.2_Client +Zend/UninstallerData/Uninstall_Zend_Studio_3.5.2_Client.lax Zend/UninstallerData/InstallScript.iap_xml Zend/UninstallerData/.com.zerog.registry.xml Zend/UninstallerData/installvariables.properties @@ -1106,7 +1106,7 @@ Zend/help/JavaHelpSearch/SCHEMA Zend/help/JavaHelpSearch/TMAP Zend/FullFeatureList.txt -Zend/Zend_Studio_3.5.1_(Client)_InstallLog.xml +Zend/Zend_Studio_3.5.2_(Client)_InstallLog.xml @dirrm Zend/jre/bin @dirrm Zend/jre/lib/applet @dirrm Zend/jre/lib/i386/native_threads >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Oct 17 21:10:22 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E935116A4CE for ; Sun, 17 Oct 2004 21:10:22 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id CB94543D48 for ; Sun, 17 Oct 2004 21:10:22 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i9HLAMk9034042 for ; Sun, 17 Oct 2004 21:10:22 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i9HLAMbo034041; Sun, 17 Oct 2004 21:10:22 GMT (envelope-from gnats) Resent-Date: Sun, 17 Oct 2004 21:10:22 GMT Resent-Message-Id: <200410172110.i9HLAMbo034041@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Colin Percival Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A641A16A4CE for ; Sun, 17 Oct 2004 21:06:09 +0000 (GMT) Received: from pd3mo3so.prod.shaw.ca (shawidc-mo1.cg.shawcable.net [24.71.223.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 42B1F43D1F for ; Sun, 17 Oct 2004 21:06:09 +0000 (GMT) (envelope-from cperciva@hexahedron.daemonology.net) Received: from pd5mr3so.prod.shaw.ca (pd5mr3so-qfe3.prod.shaw.ca [10.0.141.144]) by l-daemon (Sun ONE Messaging Server 6.0 HotFix 1.01 (built Mar 15 2004)) with ESMTP id <0I5Q00840YKGY800@l-daemon> for FreeBSD-gnats-submit@freebsd.org; Sun, 17 Oct 2004 15:05:04 -0600 (MDT) Received: from pn2ml10so.prod.shaw.ca ([10.0.121.80]) by pd5mr3so.prod.shaw.ca (Sun ONE Messaging Server 6.0 HotFix 1.01 (built Mar 15 2004)) with ESMTP id <0I5Q00IWIYKGJT00@pd5mr3so.prod.shaw.ca> for FreeBSD-gnats-submit@freebsd.org; Sun, 17 Oct 2004 15:05:04 -0600 (MDT) Received: from hexahedron.daemonology.net (S0106006067227a4a.vc.shawcable.net [24.87.233.42]) by l-daemon (iPlanet Messaging Server 5.2 HotFix 1.18 (built Jul 28 2003)) with SMTP id <0I5Q00H7PYKE0E@l-daemon> for FreeBSD-gnats-submit@freebsd.org; Sun, 17 Oct 2004 15:05:04 -0600 (MDT) Received: (qmail 13563 invoked by uid 1001); Sun, 17 Oct 2004 21:05:02 +0000 Message-Id: <20041017210502.13562.qmail@hexahedron.daemonology.net> Date: Sun, 17 Oct 2004 21:05:02 +0000 From: Colin Percival To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/72797: [NEW PORT] FreeBSD 5.3's /sbin/sha1 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Colin Percival List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 Oct 2004 21:10:23 -0000 >Number: 72797 >Category: ports >Synopsis: [NEW PORT] FreeBSD 5.3's /sbin/sha1 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun Oct 17 21:10:22 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Colin Percival >Release: FreeBSD 5.2.1-SECURITY i386 >Organization: >Environment: System: FreeBSD hexahedron.daemonology.net 5.2.1-SECURITY FreeBSD 5.2.1-SECURITY #0: Tue Sep 28 17:27:41 GMT 2004 root@builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC i386 >Description: I want to use /sbin/sha1 in a port I'm writing, but it doesn't exist in FreeBSD releases prior to 5.3. >How-To-Repeat: -bash-2.05b$ /sbin/sha1 foobar -bash: /sbin/sha1: No such file or directory >Fix: Extract src/sbin/md5 from the FreeBSD 5.3 source tree, and turn it into a port so that it can be installed on previous FreeBSDs. (While there are other sha1 implementations in the ports tree, I'd prefer to have this one added so that we can be certain of compatibility with the sha1 in the base system.) I hope I got the conditional IGNORE= ... part right. --- sha1.shar begins here --- # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # sysutils/sha1 # sysutils/sha1/pkg-descr # sysutils/sha1/distinfo # sysutils/sha1/Makefile # echo c - sysutils/sha1 mkdir -p sysutils/sha1 > /dev/null 2>&1 echo x - sysutils/sha1/pkg-descr sed 's/^X//' >sysutils/sha1/pkg-descr << 'END-of-sysutils/sha1/pkg-descr' XThis is the command-line sha1 utility from FreeBSD 5.3. X X- Colin Percival Xcperciva@daemonology.net END-of-sysutils/sha1/pkg-descr echo x - sysutils/sha1/distinfo sed 's/^X//' >sysutils/sha1/distinfo << 'END-of-sysutils/sha1/distinfo' XMD5 (sha1-5.3.tar.gz) = 8392360ff3bc262f285a07436c95ff97 XSIZE (sha1-5.3.tar.gz) = 4729 END-of-sysutils/sha1/distinfo echo x - sysutils/sha1/Makefile sed 's/^X//' >sysutils/sha1/Makefile << 'END-of-sysutils/sha1/Makefile' X# New ports collection makefile for: FreeBSD sha1 utility X# Date created: 17 October 2004 X# Whom: cperciva@daemonology.net X# X# $FreeBSD$ X# X XPORTNAME= sha1 XPORTVERSION= 5.3 XCATEGORIES= sysutils security XMASTER_SITES= http://www.daemonology.net/misc/ X XMAINTAINER= cperciva@daemonology.net XCOMMENT= FreeBSD sha1 utility X XBINDIR= ${PREFIX}/sbin XMANDIR= ${PREFIX}/man/man XMAKE_ARGS= BINDIR="${BINDIR}" MANDIR="${MANDIR}" -DNOMANCOMPRESS X XMAN1= sha1.1 XPLIST_FILES= sbin/sha1 X X.include X X.if ${OSVERSION} > 502113 XIGNORE= "sha1 now contained in the base system" X.endif X.if ${OSVERSION} > 491100 X.if ${OSVERSION} < 500000 XIGNORE= "sha1 now contained in the base system" X.endif X.endif X X.include END-of-sysutils/sha1/Makefile exit --- sha1.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Oct 17 22:00:46 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5A7BF16A4D4 for ; Sun, 17 Oct 2004 22:00:46 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 310F243D45 for ; Sun, 17 Oct 2004 22:00:46 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i9HM0kG6036212 for ; Sun, 17 Oct 2004 22:00:46 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i9HM0kq5036211; Sun, 17 Oct 2004 22:00:46 GMT (envelope-from gnats) Date: Sun, 17 Oct 2004 22:00:46 GMT Message-Id: <200410172200.i9HM0kq5036211@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Gerrit Beine Subject: Re: ports/72786: New port: deskutils/vym VYM (View Your Mind) is a tool to generate and manipulate maps X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Gerrit Beine List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 Oct 2004 22:00:46 -0000 The following reply was made to PR ports/72786; it has been noted by GNATS. From: Gerrit Beine To: freebsd-gnats-submit@FreeBSD.org, tux@pinguru.net Cc: Subject: Re: ports/72786: New port: deskutils/vym VYM (View Your Mind) is a tool to generate and manipulate maps Date: Sun, 17 Oct 2004 23:56:39 +0200 This is a multi-part message in MIME format. --------------080505040004090002010503 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit > I was unable to build this port without adding #include to > mainwindow.cpp, mapeditor.cpp (the compilation failed on my > 4.10-STABLE due to undeclared mkdtemp() function). This should be fixed now. So long... Gerrit -- Der einfachste Weg zum Herzen einer Frau ist Aufrichtigkeit. Wenn Du die vortäuschen kannst, dann hast Du es schon geschafft. mail tux@pinguru.net icq 123851585 web http://arme-und-beine.de --------------080505040004090002010503 Content-Type: text/plain; name="vym.shar" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="vym.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: # # vym # vym/Makefile # vym/files # vym/files/patch-mainwindow.cpp # vym/files/patch-mapeditor.cpp # vym/files/patch-floatimageobj.cpp # vym/files/patch-linkablemapobj.cpp # vym/files/patch-misc.cpp # vym/distinfo # vym/pkg-descr # vym/pkg-plist # echo c - vym mkdir -p vym > /dev/null 2>&1 echo x - vym/Makefile sed 's/^X//' >vym/Makefile << 'END-of-vym/Makefile' X# New ports collection makefile for: vym X# Date created: 17 Oct 2004 X# Whom: Gerrit Beine X# X# $FreeBSD:$ X# X XPORTNAME= vym XPORTVERSION= 1.5.0 XCATEGORIES= deskutils XMASTER_SITES= http://www.insilmaril.de/vym/download/ XMASTER_SITE_SUBDIR= ${PORTVERSION} X XMAINTAINER= tux@pinguru.net XCOMMENT= VYM (View Your Mind) is a tool to generate and manipulate maps X XBUILD_DEPENDS= qmake:${PORTSDIR}/devel/qmake X XUSE_QT_VER= 3 XMAKE_ENV= QTDIR="${QT_PREFIX}" X X.include X X# Add this condititonal while people might still have old versions X# of qmake, living in X11BASE, installed. This should go away eventually. X X.if exists(${X11BASE}/share/qt/mkspecs/freebsd-g++) XQMAKESPEC= ${X11BASE}/share/qt/mkspecs/freebsd-g++ X.else XQMAKESPEC= ${LOCALBASE}/share/qt/mkspecs/freebsd-g++ X.endif X Xdo-configure: X @cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} qmake \ X -spec ${QMAKESPEC} vym.pro X Xdo-install: X ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin X @${MKDIR} ${DATADIR} X @${CP} -R ${WRKSRC}/scripts ${DATADIR} X @${CP} -R ${WRKSRC}/styles ${DATADIR} X.if !defined(NOPORTDOCS) X @${MKDIR} ${DOCSDIR} X @${MKDIR} ${EXAMPLESDIR} X @${CP} -R ${WRKSRC}/doc/* ${DOCSDIR} X @${CP} -R ${WRKSRC}/demos/* ${EXAMPLESDIR} X.endif X X.include END-of-vym/Makefile echo c - vym/files mkdir -p vym/files > /dev/null 2>&1 echo x - vym/files/patch-mainwindow.cpp sed 's/^X//' >vym/files/patch-mainwindow.cpp << 'END-of-vym/files/patch-mainwindow.cpp' X--- mainwindow.cpp.orig Tue Sep 28 14:13:06 2004 X+++ mainwindow.cpp Sun Oct 17 23:49:36 2004 X@@ -53,6 +53,8 @@ X #include "showtextdialog.h" X #include "process.h" X X+#include X+ X extern TextEditor *textEditor; X extern Main *mainWindow; X extern int statusbarTime; END-of-vym/files/patch-mainwindow.cpp echo x - vym/files/patch-mapeditor.cpp sed 's/^X//' >vym/files/patch-mapeditor.cpp << 'END-of-vym/files/patch-mapeditor.cpp' X--- mapeditor.cpp.orig Sun Sep 26 22:45:57 2004 X+++ mapeditor.cpp Sun Oct 17 23:49:21 2004 X@@ -53,6 +53,8 @@ X #include "icons/flag-flash.xpm" X #include "icons/flag-lifebelt.xpm" X X+#include X+ X extern TextEditor *textEditor; X extern int statusbarTime; X extern Main *mainWindow; END-of-vym/files/patch-mapeditor.cpp echo x - vym/files/patch-floatimageobj.cpp sed 's/^X//' >vym/files/patch-floatimageobj.cpp << 'END-of-vym/files/patch-floatimageobj.cpp' X--- floatimageobj.cpp.orig Sun Sep 26 22:45:56 2004 X+++ floatimageobj.cpp Sun Oct 17 17:12:27 2004 X@@ -2,6 +2,12 @@ X #include "branchobj.h" X #include X X+#if !defined(HAVE_LRINTF) X+static inline long int lrint(double x) X+{ X+ return (long)(rint(x)); X+} X+#endif X X ///////////////////////////////////////////////////////////////// X // FloatImageObj END-of-vym/files/patch-floatimageobj.cpp echo x - vym/files/patch-linkablemapobj.cpp sed 's/^X//' >vym/files/patch-linkablemapobj.cpp << 'END-of-vym/files/patch-linkablemapobj.cpp' X--- linkablemapobj.cpp.orig Fri Sep 24 16:50:15 2004 X+++ linkablemapobj.cpp Sun Oct 17 17:11:44 2004 X@@ -6,6 +6,12 @@ X X #include "version.h" X X+#if !defined(HAVE_LRINTF) X+static inline long int lrint(double x) X+{ X+ return (long)(rint(x)); X+} X+#endif X X ///////////////////////////////////////////////////////////////// X // LinkableMapObj END-of-vym/files/patch-linkablemapobj.cpp echo x - vym/files/patch-misc.cpp sed 's/^X//' >vym/files/patch-misc.cpp << 'END-of-vym/files/patch-misc.cpp' X--- misc.cpp.orig Sun Sep 26 22:45:57 2004 X+++ misc.cpp Sun Oct 17 17:11:40 2004 X@@ -5,6 +5,12 @@ X X #include "misc.h" X X+#if !defined(HAVE_LRINTF) X+static inline long int lrint(double x) X+{ X+ return (long)(rint(x)); X+} X+#endif X X ostream &operator<< (ostream &stream, QPoint const &p) X { END-of-vym/files/patch-misc.cpp echo x - vym/distinfo sed 's/^X//' >vym/distinfo << 'END-of-vym/distinfo' XMD5 (vym-1.5.0.tar.gz) = 3343b35d1b072e5359c76b9625a21cbb XSIZE (vym-1.5.0.tar.gz) = 326937 END-of-vym/distinfo echo x - vym/pkg-descr sed 's/^X//' >vym/pkg-descr << 'END-of-vym/pkg-descr' XVYM (View Your Mind) is a tool to generate and manipulate maps which Xshow your thoughts. Such maps can help you to improve your creativity Xand effectivity. You can use them for time management, to organize Xtasks, to get an overview over complex contexts, to sort your ideas Xetc. Some people even think it is fun to work with such maps... X XWWW: http://www.insilmaril.de/vym/index.html XAuthor: Uwe Drechsel END-of-vym/pkg-descr echo x - vym/pkg-plist sed 's/^X//' >vym/pkg-plist << 'END-of-vym/pkg-plist' Xbin/vym X%%DATADIR%%/scripts/exportvym X%%DATADIR%%/scripts/vym2html.sh X%%DATADIR%%/scripts/vym2txt.sh X%%DATADIR%%/styles/wiki/answer.gif X%%DATADIR%%/styles/wiki/point.gif X%%DATADIR%%/styles/wiki/question.gif X%%DATADIR%%/styles/cm.xsl X%%DATADIR%%/styles/tm.xsl X%%DATADIR%%/styles/vym.css X%%DATADIR%%/styles/vym2html.xsl X%%DATADIR%%/styles/vym2txt.xsl X%%DATADIR%%/styles/vym2xhtml.xsl X%%PORTDOCS%%%%DOCSDIR%%/tex/branches-flags.png X%%PORTDOCS%%%%DOCSDIR%%/tex/branches.png X%%PORTDOCS%%%%DOCSDIR%%/tex/color-buttons.png X%%PORTDOCS%%%%DOCSDIR%%/tex/default-flags.png X%%PORTDOCS%%%%DOCSDIR%%/tex/example1.png X%%PORTDOCS%%%%DOCSDIR%%/tex/find-window.png X%%PORTDOCS%%%%DOCSDIR%%/tex/flag-url.png X%%PORTDOCS%%%%DOCSDIR%%/tex/flag-vymlink.png X%%PORTDOCS%%%%DOCSDIR%%/tex/formatfixedfont.png X%%PORTDOCS%%%%DOCSDIR%%/tex/move-buttons.png X%%PORTDOCS%%%%DOCSDIR%%/tex/vym.tex X%%PORTDOCS%%%%DOCSDIR%%/tex/windows.png X%%PORTDOCS%%%%DOCSDIR%%/tex/zoom-buttons.png X%%PORTDOCS%%%%EXAMPLESDIR%%/liveform.vym X%%PORTDOCS%%%%EXAMPLESDIR%%/time-management.vym X%%PORTDOCS%%%%EXAMPLESDIR%%/todo.vym X%%PORTDOCS%%@dirrm %%DOCSDIR%%/tex X%%PORTDOCS%%@dirrm %%DOCSDIR%% X%%PORTDOCS%%@dirrm %%EXAMPLESDIR%% X@dirrm %%DATADIR%%/scripts X@dirrm %%DATADIR%%/styles/wiki X@dirrm %%DATADIR%%/styles X@dirrm %%DATADIR%% END-of-vym/pkg-plist exit --------------080505040004090002010503-- From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Oct 17 22:20:07 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D8CEE16A4CE for ; Sun, 17 Oct 2004 22:20:07 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9045943D49 for ; Sun, 17 Oct 2004 22:20:07 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i9HMK7wb040478 for ; Sun, 17 Oct 2004 22:20:07 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i9HMK71R040477; Sun, 17 Oct 2004 22:20:07 GMT (envelope-from gnats) Resent-Date: Sun, 17 Oct 2004 22:20:07 GMT Resent-Message-Id: <200410172220.i9HMK71R040477@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Eugene Ossintsev Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C298C16A4CE for ; Sun, 17 Oct 2004 22:14:33 +0000 (GMT) Received: from mail.gmx.net (pop.gmx.de [213.165.64.20]) by mx1.FreeBSD.org (Postfix) with SMTP id 8A4AD43D2F for ; Sun, 17 Oct 2004 22:14:32 +0000 (GMT) (envelope-from eugos@gmx.net) Received: (qmail 15214 invoked by uid 65534); 17 Oct 2004 22:14:30 -0000 Received: from pD9E535C4.dip.t-dialin.net (EHLO badger.home) (217.229.53.196) by mail.gmx.net (mp020) with SMTP; 18 Oct 2004 00:14:30 +0200 Received: by badger.home (Postfix, from userid 1001) id 68A1820AE; Mon, 18 Oct 2004 00:15:58 +0200 (CEST) Message-Id: <20041017221558.68A1820AE@badger.home> Date: Mon, 18 Oct 2004 00:15:58 +0200 (CEST) From: Eugene@badger.home, Ossintsev@badger.home To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/72798: New port: x11-toolkits/ocaml-lablgtk2, OCaml interface to GTK+ 2.x X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Eugene Ossintsev List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 Oct 2004 22:20:08 -0000 >Number: 72798 >Category: ports >Synopsis: New port: x11-toolkits/ocaml-lablgtk2, OCaml interface to GTK+ 2.x >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun Oct 17 22:20:07 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Eugene Ossintsev >Release: FreeBSD 6.0-CURRENT i386 >Organization: >Environment: System: FreeBSD badger.home 6.0-CURRENT FreeBSD 6.0-CURRENT #0: Mon Oct 11 23:01:42 CEST 2004 root@badger.home:/usr/obj/usr/src/sys/BADGER i386 >Description: LablGTK2 port has been prepared mainly to be used with the net/unison port. So, I decided not to include the additional features (in other words, extra dependencies) of LablGTK2, such as libgnomecanvas, libglade, libgl, etc. support. >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: # # ocaml-lablgtk2 # ocaml-lablgtk2/Makefile # ocaml-lablgtk2/distinfo # ocaml-lablgtk2/pkg-descr # ocaml-lablgtk2/pkg-plist # echo c - ocaml-lablgtk2 mkdir -p ocaml-lablgtk2 > /dev/null 2>&1 echo x - ocaml-lablgtk2/Makefile sed 's/^X//' >ocaml-lablgtk2/Makefile << 'END-of-ocaml-lablgtk2/Makefile' X# New ports collection makefile for: lablgtk2 X# Date created: 17 October 2004 X# Whom: Eugene Ossintsev X# X# $FreeBSD$ X# X XPORTNAME= lablgtk2 XPORTVERSION= 2.4.0 XCATEGORIES= x11-toolkits XMASTER_SITES= ftp://ftp.kurims.kyoto-u.ac.jp/pub/lang/olabl/ \ X http://wwwfun.kurims.kyoto-u.ac.jp/soft/olabl/dist/ \ X ftp://ftp.inria.fr/INRIA/caml-light/bazar-ocaml/ \ X http://caml.inria.fr/distrib/bazar-ocaml/ XPKGNAMEPREFIX= ocaml- XDISTNAME= lablgtk-${PORTVERSION} X XMAINTAINER= eugos@gmx.net XCOMMENT= An Objective Caml interface to GTK+ 2.x X XBUILD_DEPENDS+= ocamlc:${PORTSDIR}/lang/ocaml XRUN_DEPENDS+= ocamlc:${PORTSDIR}/lang/ocaml X XUSE_GMAKE= yes XUSE_GNOME= gtk20 X XDOCSDIR= ${PREFIX}/share/doc/ocaml/${PORTNAME} XEXAMPLESDIR= ${PREFIX}/share/examples/ocaml/${PORTNAME} X XHAS_CONFIGURE= yes XALL_TARGET= all opt X XCONFIGURE_ARGS= --with-libdir=${PREFIX}/lib/ocaml \ X --without-gl --without-glade --without-rsvg \ X --without-gnomecanvas --without-gnomeui --without-panel X Xpost-install: X.if !defined(NOPORTDOCS) X @${MKDIR} ${EXAMPLESDIR} X @${INSTALL_DATA} ${WRKSRC}/examples/image256x256.rgb \ X ${WRKSRC}/examples/test.xpm \ X ${WRKSRC}/examples/*.ml ${EXAMPLESDIR} X @${MKDIR} ${DOCSDIR} X @${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}/README X.endif X X.include END-of-ocaml-lablgtk2/Makefile echo x - ocaml-lablgtk2/distinfo sed 's/^X//' >ocaml-lablgtk2/distinfo << 'END-of-ocaml-lablgtk2/distinfo' XMD5 (lablgtk-2.4.0.tar.gz) = faa7b28c3ad97a1a76d983d24f26f567 XSIZE (lablgtk-2.4.0.tar.gz) = 637739 END-of-ocaml-lablgtk2/distinfo echo x - ocaml-lablgtk2/pkg-descr sed 's/^X//' >ocaml-lablgtk2/pkg-descr << 'END-of-ocaml-lablgtk2/pkg-descr' XLablGTK2 uses the rich type system of Objective Caml 3 to provide Xa strongly typed, yet very comfortable, object-oriented interface Xto GTK+ 2.x. X XObjective Caml threads are supported, including for the toplevel, Xwhich allows for interactive use of the library. X XPlease see ${PREFIX}/share/doc/ocaml/lablgtk2/README for further Xinformation. X XWWW: http://wwwfun.kurims.kyoto-u.ac.jp/soft/olabl/lablgtk.html END-of-ocaml-lablgtk2/pkg-descr echo x - ocaml-lablgtk2/pkg-plist sed 's/^X//' >ocaml-lablgtk2/pkg-plist << 'END-of-ocaml-lablgtk2/pkg-plist' Xbin/lablgtk2 Xlib/ocaml/stublibs/dlllablgtk2.so Xlib/ocaml/lablgtk2/gAction.cmi Xlib/ocaml/lablgtk2/gAction.cmx Xlib/ocaml/lablgtk2/gAction.ml Xlib/ocaml/lablgtk2/gAction.mli Xlib/ocaml/lablgtk2/gBin.cmi Xlib/ocaml/lablgtk2/gBin.cmx Xlib/ocaml/lablgtk2/gBin.ml Xlib/ocaml/lablgtk2/gBin.mli Xlib/ocaml/lablgtk2/gBroken.cmi Xlib/ocaml/lablgtk2/gBroken.cmx Xlib/ocaml/lablgtk2/gBroken.ml Xlib/ocaml/lablgtk2/gBroken.mli Xlib/ocaml/lablgtk2/gButton.cmi Xlib/ocaml/lablgtk2/gButton.cmx Xlib/ocaml/lablgtk2/gButton.ml Xlib/ocaml/lablgtk2/gButton.mli Xlib/ocaml/lablgtk2/gContainer.cmi Xlib/ocaml/lablgtk2/gContainer.cmx Xlib/ocaml/lablgtk2/gContainer.ml Xlib/ocaml/lablgtk2/gContainer.mli Xlib/ocaml/lablgtk2/gData.cmi Xlib/ocaml/lablgtk2/gData.cmx Xlib/ocaml/lablgtk2/gData.ml Xlib/ocaml/lablgtk2/gData.mli Xlib/ocaml/lablgtk2/gDraw.cmi Xlib/ocaml/lablgtk2/gDraw.cmx Xlib/ocaml/lablgtk2/gDraw.ml Xlib/ocaml/lablgtk2/gDraw.mli Xlib/ocaml/lablgtk2/gEdit.cmi Xlib/ocaml/lablgtk2/gEdit.cmx Xlib/ocaml/lablgtk2/gEdit.ml Xlib/ocaml/lablgtk2/gEdit.mli Xlib/ocaml/lablgtk2/gFile.cmi Xlib/ocaml/lablgtk2/gFile.cmx Xlib/ocaml/lablgtk2/gFile.ml Xlib/ocaml/lablgtk2/gFile.mli Xlib/ocaml/lablgtk2/gList.cmi Xlib/ocaml/lablgtk2/gList.cmx Xlib/ocaml/lablgtk2/gList.ml Xlib/ocaml/lablgtk2/gList.mli Xlib/ocaml/lablgtk2/gMain.cmi Xlib/ocaml/lablgtk2/gMain.cmx Xlib/ocaml/lablgtk2/gMain.ml Xlib/ocaml/lablgtk2/gMain.mli Xlib/ocaml/lablgtk2/gMenu.cmi Xlib/ocaml/lablgtk2/gMenu.cmx Xlib/ocaml/lablgtk2/gMenu.ml Xlib/ocaml/lablgtk2/gMenu.mli Xlib/ocaml/lablgtk2/gMisc.cmi Xlib/ocaml/lablgtk2/gMisc.cmx Xlib/ocaml/lablgtk2/gMisc.ml Xlib/ocaml/lablgtk2/gMisc.mli Xlib/ocaml/lablgtk2/gObj.cmi Xlib/ocaml/lablgtk2/gObj.cmx Xlib/ocaml/lablgtk2/gObj.ml Xlib/ocaml/lablgtk2/gObj.mli Xlib/ocaml/lablgtk2/gPack.cmi Xlib/ocaml/lablgtk2/gPack.cmx Xlib/ocaml/lablgtk2/gPack.ml Xlib/ocaml/lablgtk2/gPack.mli Xlib/ocaml/lablgtk2/gPango.cmi Xlib/ocaml/lablgtk2/gPango.cmx Xlib/ocaml/lablgtk2/gPango.ml Xlib/ocaml/lablgtk2/gRange.cmi Xlib/ocaml/lablgtk2/gRange.cmx Xlib/ocaml/lablgtk2/gRange.ml Xlib/ocaml/lablgtk2/gRange.mli Xlib/ocaml/lablgtk2/gText.cmi Xlib/ocaml/lablgtk2/gText.cmx Xlib/ocaml/lablgtk2/gText.ml Xlib/ocaml/lablgtk2/gText.mli Xlib/ocaml/lablgtk2/gToolbox.cmi Xlib/ocaml/lablgtk2/gToolbox.cmx Xlib/ocaml/lablgtk2/gToolbox.ml Xlib/ocaml/lablgtk2/gToolbox.mli Xlib/ocaml/lablgtk2/gTree.cmi Xlib/ocaml/lablgtk2/gTree.cmx Xlib/ocaml/lablgtk2/gTree.ml Xlib/ocaml/lablgtk2/gTree.mli Xlib/ocaml/lablgtk2/gUtil.cmi Xlib/ocaml/lablgtk2/gUtil.cmx Xlib/ocaml/lablgtk2/gUtil.ml Xlib/ocaml/lablgtk2/gUtil.mli Xlib/ocaml/lablgtk2/gWindow.cmi Xlib/ocaml/lablgtk2/gWindow.cmx Xlib/ocaml/lablgtk2/gWindow.ml Xlib/ocaml/lablgtk2/gWindow.mli Xlib/ocaml/lablgtk2/gaux.cmi Xlib/ocaml/lablgtk2/gaux.cmx Xlib/ocaml/lablgtk2/gaux.ml Xlib/ocaml/lablgtk2/gdk.cmi Xlib/ocaml/lablgtk2/gdk.cmx Xlib/ocaml/lablgtk2/gdk.ml Xlib/ocaml/lablgtk2/gdk.mli Xlib/ocaml/lablgtk2/gdkEnums.cmi Xlib/ocaml/lablgtk2/gdkEnums.cmx Xlib/ocaml/lablgtk2/gdkEnums.ml Xlib/ocaml/lablgtk2/gdkEvent.cmi Xlib/ocaml/lablgtk2/gdkEvent.cmx Xlib/ocaml/lablgtk2/gdkEvent.ml Xlib/ocaml/lablgtk2/gdkKeysyms.cmi Xlib/ocaml/lablgtk2/gdkKeysyms.cmx Xlib/ocaml/lablgtk2/gdkKeysyms.ml Xlib/ocaml/lablgtk2/gdkPixbuf.cmi Xlib/ocaml/lablgtk2/gdkPixbuf.cmx Xlib/ocaml/lablgtk2/gdkPixbuf.ml Xlib/ocaml/lablgtk2/gdkPixbuf.mli Xlib/ocaml/lablgtk2/gdk_tags.h Xlib/ocaml/lablgtk2/gdkpixbuf_tags.h Xlib/ocaml/lablgtk2/gdkprivate-win32.h Xlib/ocaml/lablgtk2/glGtk.mli Xlib/ocaml/lablgtk2/glade.mli Xlib/ocaml/lablgtk2/glib.cmi Xlib/ocaml/lablgtk2/glib.cmx Xlib/ocaml/lablgtk2/glib.ml Xlib/ocaml/lablgtk2/glib.mli Xlib/ocaml/lablgtk2/glib_tags.h Xlib/ocaml/lablgtk2/gnoCanvas.mli Xlib/ocaml/lablgtk2/gobject.cmi Xlib/ocaml/lablgtk2/gobject.cmx Xlib/ocaml/lablgtk2/gobject.ml Xlib/ocaml/lablgtk2/gobject.mli Xlib/ocaml/lablgtk2/gobject_tags.h Xlib/ocaml/lablgtk2/gpointer.cmi Xlib/ocaml/lablgtk2/gpointer.cmx Xlib/ocaml/lablgtk2/gpointer.ml Xlib/ocaml/lablgtk2/gpointer.mli Xlib/ocaml/lablgtk2/gtk.cmi Xlib/ocaml/lablgtk2/gtk.cmx Xlib/ocaml/lablgtk2/gtk.ml Xlib/ocaml/lablgtk2/gtkBase.cmi Xlib/ocaml/lablgtk2/gtkBase.cmx Xlib/ocaml/lablgtk2/gtkBase.ml Xlib/ocaml/lablgtk2/gtkBin.cmi Xlib/ocaml/lablgtk2/gtkBin.cmx Xlib/ocaml/lablgtk2/gtkBin.ml Xlib/ocaml/lablgtk2/gtkBroken.cmi Xlib/ocaml/lablgtk2/gtkBroken.cmx Xlib/ocaml/lablgtk2/gtkBroken.ml Xlib/ocaml/lablgtk2/gtkButton.cmi Xlib/ocaml/lablgtk2/gtkButton.cmx Xlib/ocaml/lablgtk2/gtkButton.ml Xlib/ocaml/lablgtk2/gtkData.cmi Xlib/ocaml/lablgtk2/gtkData.cmx Xlib/ocaml/lablgtk2/gtkData.ml Xlib/ocaml/lablgtk2/gtkEdit.cmi Xlib/ocaml/lablgtk2/gtkEdit.cmx Xlib/ocaml/lablgtk2/gtkEdit.ml Xlib/ocaml/lablgtk2/gtkEnums.cmi Xlib/ocaml/lablgtk2/gtkEnums.cmx Xlib/ocaml/lablgtk2/gtkEnums.ml Xlib/ocaml/lablgtk2/gtkFile.cmi Xlib/ocaml/lablgtk2/gtkFile.cmx Xlib/ocaml/lablgtk2/gtkFile.ml Xlib/ocaml/lablgtk2/gtkInit.cmi Xlib/ocaml/lablgtk2/gtkInit.cmo Xlib/ocaml/lablgtk2/gtkInit.cmx Xlib/ocaml/lablgtk2/gtkInit.ml Xlib/ocaml/lablgtk2/gtkInit.o Xlib/ocaml/lablgtk2/gtkList.cmi Xlib/ocaml/lablgtk2/gtkList.cmx Xlib/ocaml/lablgtk2/gtkList.ml Xlib/ocaml/lablgtk2/gtkMain.cmi Xlib/ocaml/lablgtk2/gtkMain.cmx Xlib/ocaml/lablgtk2/gtkMain.ml Xlib/ocaml/lablgtk2/gtkMenu.cmi Xlib/ocaml/lablgtk2/gtkMenu.cmx Xlib/ocaml/lablgtk2/gtkMenu.ml Xlib/ocaml/lablgtk2/gtkMisc.cmi Xlib/ocaml/lablgtk2/gtkMisc.cmx Xlib/ocaml/lablgtk2/gtkMisc.ml Xlib/ocaml/lablgtk2/gtkObject.cmi Xlib/ocaml/lablgtk2/gtkObject.cmx Xlib/ocaml/lablgtk2/gtkObject.ml Xlib/ocaml/lablgtk2/gtkPack.cmi Xlib/ocaml/lablgtk2/gtkPack.cmx Xlib/ocaml/lablgtk2/gtkPack.ml Xlib/ocaml/lablgtk2/gtkRange.cmi Xlib/ocaml/lablgtk2/gtkRange.cmx Xlib/ocaml/lablgtk2/gtkRange.ml Xlib/ocaml/lablgtk2/gtkSignal.cmi Xlib/ocaml/lablgtk2/gtkSignal.cmx Xlib/ocaml/lablgtk2/gtkSignal.ml Xlib/ocaml/lablgtk2/gtkSignal.mli Xlib/ocaml/lablgtk2/gtkStock.cmi Xlib/ocaml/lablgtk2/gtkStock.cmx Xlib/ocaml/lablgtk2/gtkStock.ml Xlib/ocaml/lablgtk2/gtkText.cmi Xlib/ocaml/lablgtk2/gtkText.cmx Xlib/ocaml/lablgtk2/gtkText.ml Xlib/ocaml/lablgtk2/gtkThInit.cmo Xlib/ocaml/lablgtk2/gtkThInit.ml Xlib/ocaml/lablgtk2/gtkThread.cmi Xlib/ocaml/lablgtk2/gtkThread.cmo Xlib/ocaml/lablgtk2/gtkThread.cmx Xlib/ocaml/lablgtk2/gtkThread.ml Xlib/ocaml/lablgtk2/gtkThread.mli Xlib/ocaml/lablgtk2/gtkThread.o Xlib/ocaml/lablgtk2/gtkTree.cmi Xlib/ocaml/lablgtk2/gtkTree.cmx Xlib/ocaml/lablgtk2/gtkTree.ml Xlib/ocaml/lablgtk2/gtkWindow.cmi Xlib/ocaml/lablgtk2/gtkWindow.cmx Xlib/ocaml/lablgtk2/gtkWindow.ml Xlib/ocaml/lablgtk2/gtk_tags.h Xlib/ocaml/lablgtk2/lablgtk.a Xlib/ocaml/lablgtk2/lablgtk.cma Xlib/ocaml/lablgtk2/lablgtk.cmxa Xlib/ocaml/lablgtk2/liblablgtk2.a Xlib/ocaml/lablgtk2/ml_gdk.h Xlib/ocaml/lablgtk2/ml_gdkpixbuf.h Xlib/ocaml/lablgtk2/ml_glib.h Xlib/ocaml/lablgtk2/ml_gobject.h Xlib/ocaml/lablgtk2/ml_gpointer.h Xlib/ocaml/lablgtk2/ml_gtk.h Xlib/ocaml/lablgtk2/ml_gvaluecaml.h Xlib/ocaml/lablgtk2/ml_pango.h Xlib/ocaml/lablgtk2/panel.mli Xlib/ocaml/lablgtk2/pango.cmi Xlib/ocaml/lablgtk2/pango.cmx Xlib/ocaml/lablgtk2/pango.ml Xlib/ocaml/lablgtk2/pangoEnums.cmi Xlib/ocaml/lablgtk2/pangoEnums.cmx Xlib/ocaml/lablgtk2/pangoEnums.ml Xlib/ocaml/lablgtk2/pango_tags.h Xlib/ocaml/lablgtk2/propcc Xlib/ocaml/lablgtk2/rsvg.mli Xlib/ocaml/lablgtk2/varcc Xlib/ocaml/lablgtk2/win32.h Xlib/ocaml/lablgtk2/wrappers.h Xlib/ocaml/lablgtk2/xml_lexer.mli X@dirrm lib/ocaml/lablgtk2 X%%PORTDOCS%%%%DOCSDIR%%/README X%%PORTDOCS%%@dirrm %%DOCSDIR%% X%%PORTDOCS%%%%EXAMPLESDIR%%/action.ml X%%PORTDOCS%%%%EXAMPLESDIR%%/buttons.ml X%%PORTDOCS%%%%EXAMPLESDIR%%/calc.ml X%%PORTDOCS%%%%EXAMPLESDIR%%/calendar.ml X%%PORTDOCS%%%%EXAMPLESDIR%%/clist.ml X%%PORTDOCS%%%%EXAMPLESDIR%%/combo.ml X%%PORTDOCS%%%%EXAMPLESDIR%%/combobox.ml X%%PORTDOCS%%%%EXAMPLESDIR%%/counter.ml X%%PORTDOCS%%%%EXAMPLESDIR%%/csview.ml X%%PORTDOCS%%%%EXAMPLESDIR%%/dcalendar.ml X%%PORTDOCS%%%%EXAMPLESDIR%%/drawing.ml X%%PORTDOCS%%%%EXAMPLESDIR%%/druid.ml X%%PORTDOCS%%%%EXAMPLESDIR%%/editor.ml X%%PORTDOCS%%%%EXAMPLESDIR%%/editor2.ml X%%PORTDOCS%%%%EXAMPLESDIR%%/entry.ml X%%PORTDOCS%%%%EXAMPLESDIR%%/entrycompletion.ml X%%PORTDOCS%%%%EXAMPLESDIR%%/events.ml X%%PORTDOCS%%%%EXAMPLESDIR%%/events2.ml X%%PORTDOCS%%%%EXAMPLESDIR%%/expander.ml X%%PORTDOCS%%%%EXAMPLESDIR%%/fifteen.ml X%%PORTDOCS%%%%EXAMPLESDIR%%/filechooser.ml X%%PORTDOCS%%%%EXAMPLESDIR%%/fixed_editor.ml X%%PORTDOCS%%%%EXAMPLESDIR%%/fixpoint.ml X%%PORTDOCS%%%%EXAMPLESDIR%%/giotest.ml X%%PORTDOCS%%%%EXAMPLESDIR%%/hello.ml X%%PORTDOCS%%%%EXAMPLESDIR%%/image.ml X%%PORTDOCS%%%%EXAMPLESDIR%%/image256x256.rgb X%%PORTDOCS%%%%EXAMPLESDIR%%/kaimono.ml X%%PORTDOCS%%%%EXAMPLESDIR%%/label.ml X%%PORTDOCS%%%%EXAMPLESDIR%%/lissajous.ml X%%PORTDOCS%%%%EXAMPLESDIR%%/nihongo.ml X%%PORTDOCS%%%%EXAMPLESDIR%%/notebook.ml X%%PORTDOCS%%%%EXAMPLESDIR%%/pixview.ml X%%PORTDOCS%%%%EXAMPLESDIR%%/pousse.ml X%%PORTDOCS%%%%EXAMPLESDIR%%/progressbar.ml X%%PORTDOCS%%%%EXAMPLESDIR%%/radiobuttons.ml X%%PORTDOCS%%%%EXAMPLESDIR%%/rpn.ml X%%PORTDOCS%%%%EXAMPLESDIR%%/scrolledwin.ml X%%PORTDOCS%%%%EXAMPLESDIR%%/socket.ml X%%PORTDOCS%%%%EXAMPLESDIR%%/test.xpm X%%PORTDOCS%%%%EXAMPLESDIR%%/testdnd.ml X%%PORTDOCS%%%%EXAMPLESDIR%%/testgtk.ml X%%PORTDOCS%%%%EXAMPLESDIR%%/tictactoe.ml X%%PORTDOCS%%%%EXAMPLESDIR%%/timer.ml X%%PORTDOCS%%%%EXAMPLESDIR%%/toolbar.ml X%%PORTDOCS%%%%EXAMPLESDIR%%/tree.ml X%%PORTDOCS%%%%EXAMPLESDIR%%/tree_model.ml X%%PORTDOCS%%%%EXAMPLESDIR%%/tree_store.ml X%%PORTDOCS%%%%EXAMPLESDIR%%/tron.ml X%%PORTDOCS%%@dirrm %%EXAMPLESDIR%% END-of-ocaml-lablgtk2/pkg-plist exit >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Oct 17 22:52:07 2004 Return-Path: Delivered-To: freebsd-ports-bugs@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0D08F16A4CE for ; Sun, 17 Oct 2004 22:52:07 +0000 (GMT) Received: from xyzzy.snsonline.net (office-fw.iexec.net.au [210.18.210.230]) by mx1.FreeBSD.org (Postfix) with SMTP id 1C1FE43D2D for ; Sun, 17 Oct 2004 22:52:06 +0000 (GMT) (envelope-from msergeant@snsonline.net) Received: from [127.0.0.1] (localhost [127.0.0.1]) by xyzzy.snsonline.net (Postfix) with ESMTP id 646285B53F5 for ; Mon, 18 Oct 2004 08:52:02 +1000 (EST) Mime-Version: 1.0 (Apple Message framework v619) Content-Transfer-Encoding: 7bit Message-Id: <2880E2D6-208F-11D9-B126-000A95AB7DDE@snsonline.net> Content-Type: text/plain; charset=US-ASCII; format=flowed To: ports-bugs@freebsd.org From: Mark Sergeant Date: Mon, 18 Oct 2004 08:52:01 +1000 X-Mailer: Apple Mail (2.619) Subject: PR 71752 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 Oct 2004 22:52:07 -0000 I'm still experiencing this bug (segfault during PHP configure while checking -lcrypt functionality). This was marked as closed though, is there any further update in regards to this ? Cheers, Mark From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Oct 17 23:50:21 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C825516A4CE for ; Sun, 17 Oct 2004 23:50:21 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9B80343D3F for ; Sun, 17 Oct 2004 23:50:21 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i9HNoLTc048158 for ; Sun, 17 Oct 2004 23:50:21 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i9HNoLNX048157; Sun, 17 Oct 2004 23:50:21 GMT (envelope-from gnats) Resent-Date: Sun, 17 Oct 2004 23:50:21 GMT Resent-Message-Id: <200410172350.i9HNoLNX048157@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Michael Johnson Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BB84216A4D5 for ; Sun, 17 Oct 2004 23:44:53 +0000 (GMT) Received: from imf22aec.mail.bellsouth.net (imf22aec.mail.bellsouth.net [205.152.59.70]) by mx1.FreeBSD.org (Postfix) with ESMTP id D5EA643D4C for ; Sun, 17 Oct 2004 23:44:52 +0000 (GMT) (envelope-from ahze@blueheron.ahze.net) Received: from blueheron.ahze.net ([68.209.163.3]) by imf22aec.mail.bellsouth.netESMTP <20041017234452.JPSC2420.imf22aec.mail.bellsouth.net@blueheron.ahze.net> for ; Sun, 17 Oct 2004 19:44:52 -0400 Received: (from root@localhost) by blueheron.ahze.net (8.13.1/8.13.1/Submit) id i9HNinF4027397; Sun, 17 Oct 2004 19:44:49 -0400 (EDT) (envelope-from ahze) Message-Id: <200410172344.i9HNinF4027397@blueheron.ahze.net> Date: Sun, 17 Oct 2004 19:44:49 -0400 (EDT) From: Michael Johnson To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/72799: [MAINTAINER] audio/faad2: [Update WITHOUT_MPEG4IP ] X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 Oct 2004 23:50:21 -0000 >Number: 72799 >Category: ports >Synopsis: [MAINTAINER] audio/faad2: [Update WITHOUT_MPEG4IP ] >Confidential: no >Severity: non-critical >Priority: high >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Sun Oct 17 23:50:21 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Michael Johnson >Release: FreeBSD 5.3-STABLE i386 >Organization: >Environment: System: FreeBSD blueheron.ahze.net 5.3-STABLE FreeBSD 5.3-STABLE #68: Sat Oct 16 21:30:18 EDT 2004 >Description: - Only define WITHOUT_MPEG4IP for >=502126 and if you don't already have mpeg4ip previously installed. Pointed out by: spamrefuse@yahoo.com This is also only a temp fix until mpeg4ip is updated or fixed Generated with FreeBSD Port Tools 0.63 >How-To-Repeat: >Fix: --- faad2-2.0_4,1.patch begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/audio/faad/Makefile,v retrieving revision 1.26 diff -u -r1.26 Makefile --- Makefile 14 Oct 2004 22:09:08 -0000 1.26 +++ Makefile 17 Oct 2004 23:40:07 -0000 @@ -39,10 +39,14 @@ INSTALLS_SHLIB= yes +.include + # mpeg4ip is broke for now, disable it. +.if ${OSVERSION} >= 502126 +.if !exists(${LOCALBASE}/lib/libmp4v2.so) WITHOUT_MPEG4IP=yes - -.include +.endif +.endif .if defined(WITHOUT_MPEG4IP) PLIST_SUB+= WITHOUT_MPEG4IP="" PLUGIN="@comment " --- faad2-2.0_4,1.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Oct 18 00:00:57 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 66B6216A4D4 for ; Mon, 18 Oct 2004 00:00:57 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2063C43D5A for ; Mon, 18 Oct 2004 00:00:55 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i9I00seB048437 for ; Mon, 18 Oct 2004 00:00:54 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i9I00si6048436; Mon, 18 Oct 2004 00:00:54 GMT (envelope-from gnats) Resent-Date: Mon, 18 Oct 2004 00:00:54 GMT Resent-Message-Id: <200410180000.i9I00si6048436@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, lowtech@lowtech.ii2.cc Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 287D716A501 for ; Sun, 17 Oct 2004 23:57:12 +0000 (GMT) Received: from lowtech.ii2.cc (p1089-ipad10fukuhanazo.fukushima.ocn.ne.jp [60.33.126.89]) by mx1.FreeBSD.org (Postfix) with SMTP id 8225143D3F for ; Sun, 17 Oct 2004 23:57:11 +0000 (GMT) (envelope-from lowtech@lowtech.ii2.cc) Received: (qmail 72711 invoked by uid 0); 17 Oct 2004 23:57:09 -0000 Received: from unknown (HELO localhost.localdomain) (192.168.0.3) by 0 with SMTP; 17 Oct 2004 23:57:09 -0000 Received: by localhost.localdomain (Postfix, from userid 1001) id 64C7060CF; Mon, 18 Oct 2004 08:57:09 +0900 (JST) Message-Id: <20041017235709.64C7060CF@localhost.localdomain> Date: Mon, 18 Oct 2004 08:57:09 +0900 (JST) From: lowtech@lowtech.ii2.cc To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/72800: Update: deskutils/ksmoothdock X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: lowtech@lowtech.ii2.cc List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Oct 2004 00:00:57 -0000 >Number: 72800 >Category: ports >Synopsis: Update: deskutils/ksmoothdock >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Oct 18 00:00:54 GMT 2004 >Closed-Date: >Last-Modified: >Originator: User & >Release: FreeBSD 5.2.1-RELEASE-p11 i386 >Organization: >Environment: System: FreeBSD localhost.localdomain 5.2.1-RELEASE-p11 FreeBSD 5.2.1-RELEASE-p11 #1: Wed Oct 6 03:23:16 JST 2004 lowtech@localhost.localdomain:/usr/obj/usr/src/sys/MYKERNEL i386 >Description: Update for ksmoothdock-3.5.1 >How-To-Repeat: >Fix: diff -ruN /usr/ports/deskutils/ksmoothdock/Makefile /usr/ports/local/ksmoothdock/Makefile --- /usr/ports/deskutils/ksmoothdock/Makefile Tue Jun 8 00:01:57 2004 +++ /usr/ports/local/ksmoothdock/Makefile Mon Oct 11 05:16:39 2004 @@ -6,7 +6,7 @@ # PORTNAME= ksmoothdock -PORTVERSION= 3.4 +PORTVERSION= 3.5.1 CATEGORIES= deskutils kde MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} diff -ruN /usr/ports/deskutils/ksmoothdock/distinfo /usr/ports/local/ksmoothdock/distinfo --- /usr/ports/deskutils/ksmoothdock/distinfo Tue Jun 8 00:01:57 2004 +++ /usr/ports/local/ksmoothdock/distinfo Mon Oct 11 05:20:03 2004 @@ -1,2 +1,2 @@ -MD5 (ksmoothdock-3.4.tar.gz) = 3bd90f790c68f659c7bd7ccd89887b86 -SIZE (ksmoothdock-3.4.tar.gz) = 983813 +MD5 (ksmoothdock-3.5.1.tar.gz) = df2bcbbafbf0726db802c6434012eb7c +SIZE (ksmoothdock-3.5.1.tar.gz) = 585696 diff -ruN /usr/ports/deskutils/ksmoothdock/pkg-plist /usr/ports/local/ksmoothdock/pkg-plist --- /usr/ports/deskutils/ksmoothdock/pkg-plist Tue Jun 8 00:01:57 2004 +++ /usr/ports/local/ksmoothdock/pkg-plist Mon Oct 11 05:30:55 2004 @@ -1,21 +1,3 @@ bin/ksmoothdock -share/applnk/Utilities/ksmoothdock.desktop -share/apps/ksmoothdock/ksmoothdockui.rc -share/doc/HTML/en/ksmoothdock/common -share/doc/HTML/en/ksmoothdock/index.cache.bz2 -share/doc/HTML/en/ksmoothdock/index.docbook -share/icons/hicolor/16x16/apps/ksmoothdock.png -share/icons/hicolor/32x32/apps/ksmoothdock.png -@unexec rmdir %D/share/icons/hicolor/32x32/apps 2>/dev/null || true -@unexec rmdir %D/share/icons/hicolor/32x32 2>/dev/null || true -@unexec rmdir %D/share/icons/hicolor/16x16/apps 2>/dev/null || true -@unexec rmdir %D/share/icons/hicolor/16x16 2>/dev/null || true -@unexec rmdir %D/share/icons/hicolor 2>/dev/null || true -@unexec rmdir %D/share/icons 2>/dev/null || true -@dirrm share/doc/HTML/en/ksmoothdock -@unexec rmdir %D/share/doc/HTML/en 2>/dev/null || true -@unexec rmdir %D/share/doc/HTML 2>/dev/null || true -@dirrm share/apps/ksmoothdock -@unexec rmdir %D/share/apps 2>/dev/null || true -@unexec rmdir %D/share/applnk/Utilities 2>/dev/null || true -@unexec rmdir %D/share/applnk 2>/dev/null || true +share/nls/POSIX +share/nls/en_US.US-ASCII >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Oct 18 01:10:27 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 47B8C16A4CE for ; Mon, 18 Oct 2004 01:10:27 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3760743D46 for ; Mon, 18 Oct 2004 01:10:27 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i9I1ARk1060085 for ; Mon, 18 Oct 2004 01:10:27 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i9I1ARev060084; Mon, 18 Oct 2004 01:10:27 GMT (envelope-from gnats) Resent-Date: Mon, 18 Oct 2004 01:10:27 GMT Resent-Message-Id: <200410180110.i9I1ARev060084@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Jeremy Faulkner Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E1A8B16A4CE for ; Mon, 18 Oct 2004 01:06:21 +0000 (GMT) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id C168243D49 for ; Mon, 18 Oct 2004 01:06:21 +0000 (GMT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.12.11/8.12.11) with ESMTP id i9I16LRU020876 for ; Mon, 18 Oct 2004 01:06:21 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.12.11/8.12.11/Submit) id i9I16LFl020875; Mon, 18 Oct 2004 01:06:21 GMT (envelope-from nobody) Message-Id: <200410180106.i9I16LFl020875@www.freebsd.org> Date: Mon, 18 Oct 2004 01:06:21 GMT From: Jeremy Faulkner To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-2.3 Subject: ports/72802: [PATCH] update java/eclipse-emf X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Oct 2004 01:10:27 -0000 >Number: 72802 >Category: ports >Synopsis: [PATCH] update java/eclipse-emf >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon Oct 18 01:10:26 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Jeremy Faulkner >Release: 5.3 - Beta7 >Organization: >Environment: FreeBSD ocean-deep.gldis.ca 5.3-BETA7 FreeBSD 5.3-BETA7 #0: Sun Oct 10 21:33:39 UTC 2004 gldisater@ocean-deep.gldis.ca:/usr/obj/usr/src/sys/OCEAN-DEEP i386 >Description: A diff to update the java/eclipse-emf >How-To-Repeat: >Fix: http://constans.gldis.ca/gldisater/freebsd/ports/eclipse-emf.diff MD5 (eclipse-emf.diff) = 9ee7cf663bb003d9ef1bac2c307ec1e7 >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Oct 18 01:51:06 2004 Return-Path: Delivered-To: freebsd-ports-bugs@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 122A616A4D1 for ; Mon, 18 Oct 2004 01:51:06 +0000 (GMT) Received: from imf21aec.mail.bellsouth.net (imf21aec.mail.bellsouth.net [205.152.59.69]) by mx1.FreeBSD.org (Postfix) with ESMTP id 77C5543D58 for ; Mon, 18 Oct 2004 01:51:05 +0000 (GMT) (envelope-from ahze@ahze.net) Received: from [192.168.1.5] ([68.209.163.3]) by imf21aec.mail.bellsouth.netESMTP <20041018015105.KPZR2413.imf21aec.mail.bellsouth.net@[192.168.1.5]>; Sun, 17 Oct 2004 21:51:05 -0400 In-Reply-To: <200410131130.i9DBUNUY093337@freefall.freebsd.org> References: <200410131130.i9DBUNUY093337@freefall.freebsd.org> Mime-Version: 1.0 (Apple Message framework v619) Content-Type: text/plain; charset=US-ASCII; format=flowed Message-Id: <27B10900-20A8-11D9-AAA7-000A958C81C6@ahze.net> Content-Transfer-Encoding: 7bit From: Michael Johnson Date: Sun, 17 Oct 2004 21:50:57 -0400 To: Danny Pansters X-Mailer: Apple Mail (2.619) cc: freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/72156: [patch] Update x11-toolkits/py-kde to 3.11.3 and fix unfetchable X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Oct 2004 01:51:06 -0000 Just curious, what is the status of this being committed? Michael From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Oct 18 02:00:47 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 48F1F16A4D2 for ; Mon, 18 Oct 2004 02:00:47 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 83C6943D31 for ; Mon, 18 Oct 2004 02:00:46 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i9I20kAL062238 for ; Mon, 18 Oct 2004 02:00:46 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i9I20kWF062235; Mon, 18 Oct 2004 02:00:46 GMT (envelope-from gnats) Resent-Date: Mon, 18 Oct 2004 02:00:46 GMT Resent-Message-Id: <200410180200.i9I20kWF062235@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Michael Johnson Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C922216A4D1 for ; Mon, 18 Oct 2004 01:50:20 +0000 (GMT) Received: from imf21aec.mail.bellsouth.net (imf21aec.mail.bellsouth.net [205.152.59.69]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9FE0843D39 for ; Mon, 18 Oct 2004 01:50:15 +0000 (GMT) (envelope-from ahze@blueheron.ahze.net) Received: from blueheron.ahze.net ([68.209.163.3]) by imf21aec.mail.bellsouth.netESMTP <20041018015014.KPMV2413.imf21aec.mail.bellsouth.net@blueheron.ahze.net> for ; Sun, 17 Oct 2004 21:50:14 -0400 Received: (from root@localhost) by blueheron.ahze.net (8.13.1/8.13.1/Submit) id i9I1o9jg055427; Sun, 17 Oct 2004 21:50:09 -0400 (EDT) (envelope-from ahze) Message-Id: <200410180150.i9I1o9jg055427@blueheron.ahze.net> Date: Sun, 17 Oct 2004 21:50:09 -0400 (EDT) From: Michael Johnson To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/72804: [MAINTAINER] graphics/lphoto: update to 1.0.22 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Oct 2004 02:00:47 -0000 >Number: 72804 >Category: ports >Synopsis: [MAINTAINER] graphics/lphoto: update to 1.0.22 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Mon Oct 18 02:00:46 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Michael Johnson >Release: FreeBSD 5.3-STABLE i386 >Organization: >Environment: System: FreeBSD blueheron.ahze.net 5.3-STABLE FreeBSD 5.3-STABLE #68: Sat Oct 16 21:30:18 EDT 2004 >Description: - Update to 1.0.22 This port may need to wait on pr-72156, which is a update of py-kde I have not tested this with py-kde 3.11.1 Added file(s): - files/patch-lphoto.py Generated with FreeBSD Port Tools 0.63 >How-To-Repeat: >Fix: --- lphoto-1.0.22.patch begins here --- diff -ruN --exclude=CVS /usr/ports/graphics/lphoto.orig/Makefile /usr/ports/graphics/lphoto/Makefile --- /usr/ports/graphics/lphoto.orig/Makefile Sun Oct 17 21:46:34 2004 +++ /usr/ports/graphics/lphoto/Makefile Sun Oct 17 21:29:06 2004 @@ -6,7 +6,7 @@ # PORTNAME= lphoto -PORTVERSION= 1.0.13 +PORTVERSION= 1.0.22 CATEGORIES= graphics MASTER_SITES= http://software.linspire.com/emptypool/lindowsos/pool/main/l/lphoto/ DISTNAME= ${PORTNAME}_${PORTVERSION}-0.0.0.45.lindows0.1 @@ -14,13 +14,12 @@ MAINTAINER= ahze@ahze.net COMMENT= A complete desktop solution for digital photo management -BUILD_DEPENDS= pyuic:${PORTSDIR}/x11-toolkits/py-qt +BUILD_DEPENDS= kdepyuic:${PORTSDIR}/x11-toolkits/py-kde LIB_DEPENDS= Magick.6:${PORTSDIR}/graphics/ImageMagick RUN_DEPENDS= gphoto2:${PORTSDIR}/graphics/gphoto2 \ - pyuic:${PORTSDIR}/x11-toolkits/py-qt + kdepyuic:${PORTSDIR}/x11-toolkits/py-kde USE_REINPLACE= yes -USE_KDELIBS_VER=3 USE_PYTHON= yes NO_BUILD= yes WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} diff -ruN --exclude=CVS /usr/ports/graphics/lphoto.orig/distinfo /usr/ports/graphics/lphoto/distinfo --- /usr/ports/graphics/lphoto.orig/distinfo Sun Oct 17 21:46:34 2004 +++ /usr/ports/graphics/lphoto/distinfo Sun Oct 17 21:29:13 2004 @@ -1,2 +1,2 @@ -MD5 (lphoto_1.0.13-0.0.0.45.lindows0.1.tar.gz) = 45d8f8c2fd5a1d2b706c755653862258 -SIZE (lphoto_1.0.13-0.0.0.45.lindows0.1.tar.gz) = 137508 +MD5 (lphoto_1.0.22-0.0.0.45.lindows0.1.tar.gz) = f3caaa4a16b56a785a2523a735dc0f40 +SIZE (lphoto_1.0.22-0.0.0.45.lindows0.1.tar.gz) = 147760 diff -ruN --exclude=CVS /usr/ports/graphics/lphoto.orig/files/patch-lphoto.py /usr/ports/graphics/lphoto/files/patch-lphoto.py --- /usr/ports/graphics/lphoto.orig/files/patch-lphoto.py Wed Dec 31 19:00:00 1969 +++ /usr/ports/graphics/lphoto/files/patch-lphoto.py Sun Oct 17 21:45:44 2004 @@ -0,0 +1,13 @@ +--- Lphoto/lphoto.py.orig Sun Oct 17 21:45:05 2004 ++++ Lphoto/lphoto.py Sun Oct 17 21:45:24 2004 +@@ -635,8 +635,8 @@ + paths.basePath() + KCmdLineArgs.init(sys.argv,about) + #KUniqueApplication.addCmdLineOptions() +-#app = KApplication(sys.argv, "Lphoto") +-app = KUniqueApplication() ++app = KApplication() ++#app = KUniqueApplication() + LWaitCursor.setApp(app) + mw = LMainPhoto() + mw.setIcon(QPixmap(paths.art("icon.png"))) diff -ruN --exclude=CVS /usr/ports/graphics/lphoto.orig/pkg-descr /usr/ports/graphics/lphoto/pkg-descr --- /usr/ports/graphics/lphoto.orig/pkg-descr Sun Oct 17 21:46:34 2004 +++ /usr/ports/graphics/lphoto/pkg-descr Tue Oct 12 22:19:33 2004 @@ -4,6 +4,6 @@ Lphoto supports every camera that is supported in gphoto2 (ie. all PTP cameras). See http://gphoto.sourceforge.net/proj/libgphoto2/support.php for a list of -supported cameras. +most supported cameras. WWW: http://info.linspire.com/lphoto/ diff -ruN --exclude=CVS /usr/ports/graphics/lphoto.orig/pkg-plist /usr/ports/graphics/lphoto/pkg-plist --- /usr/ports/graphics/lphoto.orig/pkg-plist Sun Oct 17 21:46:34 2004 +++ /usr/ports/graphics/lphoto/pkg-plist Tue Oct 12 22:51:01 2004 @@ -20,6 +20,8 @@ %%PYTHON_SITELIBDIR%%/Lphoto/editview.pyc %%PYTHON_SITELIBDIR%%/Lphoto/email.py %%PYTHON_SITELIBDIR%%/Lphoto/email.pyc +%%PYTHON_SITELIBDIR%%/Lphoto/export.py +%%PYTHON_SITELIBDIR%%/Lphoto/export.pyc %%PYTHON_SITELIBDIR%%/Lphoto/html.py %%PYTHON_SITELIBDIR%%/Lphoto/html.pyc %%PYTHON_SITELIBDIR%%/Lphoto/images/buttonadd.png @@ -78,9 +80,14 @@ %%PYTHON_SITELIBDIR%%/Lphoto/printer.pyc %%PYTHON_SITELIBDIR%%/Lphoto/slideshow.py %%PYTHON_SITELIBDIR%%/Lphoto/slideshow.pyc -%%PYTHON_SITELIBDIR%%/Lphoto/templates/thumb.xsl +%%PYTHON_SITELIBDIR%%/Lphoto/templates/standard/resources/lphoto.gif +%%PYTHON_SITELIBDIR%%/Lphoto/templates/standard/template.py +%%PYTHON_SITELIBDIR%%/Lphoto/templates/standard/template.pyc +%%PYTHON_SITELIBDIR%%/Lphoto/templates/standard/template.xsl %%PYTHON_SITELIBDIR%%/Lphoto/utils.py %%PYTHON_SITELIBDIR%%/Lphoto/utils.pyc +@dirrm %%PYTHON_SITELIBDIR%%/Lphoto/templates/standard/resources +@dirrm %%PYTHON_SITELIBDIR%%/Lphoto/templates/standard @dirrm %%PYTHON_SITELIBDIR%%/Lphoto/templates @dirrm %%PYTHON_SITELIBDIR%%/Lphoto/images @dirrm %%PYTHON_SITELIBDIR%%/Lphoto --- lphoto-1.0.22.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Oct 18 02:19:27 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9FF2216A4CE; Mon, 18 Oct 2004 02:19:27 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 811EB43D45; Mon, 18 Oct 2004 02:19:27 +0000 (GMT) (envelope-from mezz@FreeBSD.org) Received: from freefall.freebsd.org (mezz@localhost [127.0.0.1]) i9I2JRTM066495; Mon, 18 Oct 2004 02:19:27 GMT (envelope-from mezz@freefall.freebsd.org) Received: (from mezz@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i9I2JRgo066491; Mon, 18 Oct 2004 02:19:27 GMT (envelope-from mezz) Date: Mon, 18 Oct 2004 02:19:27 GMT From: Jeremy Messenger Message-Id: <200410180219.i9I2JRgo066491@freefall.freebsd.org> To: mezz@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, mezz@FreeBSD.org Subject: Re: ports/72799: [MAINTAINER] audio/faad2: [Update WITHOUT_MPEG4IP ] X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Oct 2004 02:19:27 -0000 Synopsis: [MAINTAINER] audio/faad2: [Update WITHOUT_MPEG4IP ] Responsible-Changed-From-To: freebsd-ports-bugs->mezz Responsible-Changed-By: mezz Responsible-Changed-When: Mon Oct 18 02:19:04 GMT 2004 Responsible-Changed-Why: I'll take this. http://www.freebsd.org/cgi/query-pr.cgi?pr=72799 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Oct 18 02:40:26 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8601116A4CE for ; Mon, 18 Oct 2004 02:40:26 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5DCED43D48 for ; Mon, 18 Oct 2004 02:40:26 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i9I2eQro067996 for ; Mon, 18 Oct 2004 02:40:26 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i9I2eQIW067995; Mon, 18 Oct 2004 02:40:26 GMT (envelope-from gnats) Resent-Date: Mon, 18 Oct 2004 02:40:26 GMT Resent-Message-Id: <200410180240.i9I2eQIW067995@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, "Carlos Eduardo G. Carvalho" Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BFD4016A4CE for ; Mon, 18 Oct 2004 02:38:49 +0000 (GMT) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9FA9C43D5A for ; Mon, 18 Oct 2004 02:38:49 +0000 (GMT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.12.11/8.12.11) with ESMTP id i9I2cnUd049886 for ; Mon, 18 Oct 2004 02:38:49 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.12.11/8.12.11/Submit) id i9I2cnaD049885; Mon, 18 Oct 2004 02:38:49 GMT (envelope-from nobody) Message-Id: <200410180238.i9I2cnaD049885@www.freebsd.org> Date: Mon, 18 Oct 2004 02:38:49 GMT From: "Carlos Eduardo G. Carvalho" To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-2.3 Subject: ports/72806: New port: deskutils/freemind - Freemind is an incredible thought organization tool - a mind map software X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Oct 2004 02:40:26 -0000 >Number: 72806 >Category: ports >Synopsis: New port: deskutils/freemind - Freemind is an incredible thought organization tool - a mind map software >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon Oct 18 02:40:25 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Carlos Eduardo G. Carvalho >Release: 5.2.1-RELEASE >Organization: OpenIT Solucoes Tecnologicas >Environment: FreeBSD mirante1 5.2.1-RELEASE FreeBSD 5.2.1-RELEASE #0: Sun Apr 4 00:46:00 BRT 2004 root@mirante1:/usr/src/sys/i386/compile/MIRANTE1 i386 >Description: FreeMind is a premier free mind-mapping software written in Java. The recent development has hopefully turned it into high productivity tool. We are proud that the operation and navigation of FreeMind is faster than that of Mind Manager because of one-click "fold / unfold" and "follow link" operations. >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: # # ./deskutils/freemind/ # ./deskutils/freemind/Makefile # ./deskutils/freemind/distinfo # ./deskutils/freemind/pkg-plist # ./deskutils/freemind/pkg-descr # echo c - ./deskutils/freemind/ mkdir -p ./deskutils/freemind/ > /dev/null 2>&1 echo x - ./deskutils/freemind/Makefile sed 's/^X//' >./deskutils/freemind/Makefile << 'END-of-./deskutils/freemind/Makefile' X# New ports collection makefile for: freemind X# Date created: 22 september 2004 X# Whom: cartola (Carlos E. G. Carvalho) X# X# $FreeBSD$ X# X# Freemind is an incredible thought organization tool X# X# FROM THE AUTHORS: X# X# FreeMind is a premier free mind-mapping software written in Java. The X# recent development has hopefully turned it into high productivity X# tool. We are proud that the operation and navigation of FreeMind is X# faster than that of Mind Manager because of one-click "fold / unfold" X# and "follow link" operations. X# X# So you want to write a completely new metaphysics? Why don't you use X# FreeMind? You have a tool at hand that remarkably resembles the tray X# slips of Robert Pirsig, described in his sequel to Zen and the Art of X# Motorcycle Maintenance called Lila. Do you want to refactor your essays X# in a similar way you would refactor software? Or do you want to keep X# personal knowledge base, which is easy to manage? Why don't you try X# FreeMind? Do you want to priorize, know where you are, where you've been X# and where you are heading, as Stephen Covey would advise you? Have you X# tried FreeMind to keep track of all the things that are needed for that? X# X# FROM THE PORTER (me): X# X# Freemind is usable for many different things. I'm using it to plan X# projects, document servers and systems, plan and do html presentations X# guides, record and mantain progress of tasks and some other things. X# X XPORTNAME= freemind XPORTVERSION= 0.7.1 XCATEGORIES= deskutils java XMASTER_SITES= ${MASTER_SITE_SOURCEFORGE} XMASTER_SITE_SUBDIR= freemind XDISTFILES= freemind-bin-0_7_1.zip X XMAINTAINER= cartola@openit.com.br XCOMMENT= Free mind mapping software X XUSE_ZIP= yes XUSE_JAVA= 1.4+ X XNO_BUILD= yes X Xdo-extract: X @${MKDIR} ${WRKSRC} X ${UNZIP_CMD} -d ${WRKSRC} ${DISTDIR}/${DISTFILES} X Xdo-install: X ${CP} -r ${WRKSRC} ${PREFIX} X @(${ECHO} "#\!/bin/sh"; ${ECHO} "${JAVA_HOME}/bin/java -jar ${PREFIX}/${DISTNAME}/lib/freemind.jar \$@") > ${PREFIX}/bin/freemind X ${CHMOD} 755 ${PREFIX}/bin/freemind X @# Cleaning those dirs that are not necessary and give error X @# messages when removing package installed with package X @${RMDIR} ${PREFIX}/${DISTNAME}/doc/maps ${PREFIX}/${DISTNAME}/doc/pics X X.include END-of-./deskutils/freemind/Makefile echo x - ./deskutils/freemind/distinfo sed 's/^X//' >./deskutils/freemind/distinfo << 'END-of-./deskutils/freemind/distinfo' XMD5 (freemind-bin-0_7_1.zip) = f2f928c860ba45fd5206e54392cd12c8 XSIZE (freemind-bin-0_7_1.zip) = 402336 END-of-./deskutils/freemind/distinfo echo x - ./deskutils/freemind/pkg-plist sed 's/^X//' >./deskutils/freemind/pkg-plist << 'END-of-./deskutils/freemind/pkg-plist' Xbin/freemind Xfreemind-0.7.1/Freemind.exe Xfreemind-0.7.1/accessories/mm2xbel.xsl Xfreemind-0.7.1/accessories/xbel2mm.xsl Xfreemind-0.7.1/doc/freemind.mm Xfreemind-0.7.1/freemind.bat Xfreemind-0.7.1/freemind.sh Xfreemind-0.7.1/lib/freemind.jar Xfreemind-0.7.1/license Xfreemind-0.7.1/patterns.xml Xfreemind-0.7.1/user.properties X@dirrm freemind-0.7.1/accessories X@dirrm freemind-0.7.1/doc X@dirrm freemind-0.7.1/lib X@dirrm freemind-0.7.1 END-of-./deskutils/freemind/pkg-plist echo x - ./deskutils/freemind/pkg-descr sed 's/^X//' >./deskutils/freemind/pkg-descr << 'END-of-./deskutils/freemind/pkg-descr' X Freemind is an incredible thought organization tool X X FROM THE AUTHORS: XFreeMind is a premier free mind-mapping software written in Java. The recent Xdevelopment has hopefully turned it into high productivity tool. We are proud Xthat the operation and navigation of FreeMind is faster than that of Mind XManager because of one-click "fold / unfold" and "follow link" operations. X XSo you want to write a completely new metaphysics? Why don't you use FreeMind? XYou have a tool at hand that remarkably resembles the tray slips of Robert XPirsig, described in his sequel to Zen and the Art of Motorcycle Maintenance Xcalled Lila. Do you want to refactor your essays in a similar way you would Xrefactor software? Or do you want to keep personal knowledge base, which is Xeasy to manage? Why don't you try FreeMind? X X FROM THE PORTER (me): XFreemind is usable for many different things. I'm using it to plan Xprojects, document servers and systems, plan and do html presentations Xguides, record and mantain progress of tasks and many other things. X XWWW: http://freemind.sourceforge.net/ X X- Ported by Cartola Xcartola@openit.com.br END-of-./deskutils/freemind/pkg-descr exit >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Oct 18 02:50:13 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E464316A4CE for ; Mon, 18 Oct 2004 02:50:12 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id C860743D2F for ; Mon, 18 Oct 2004 02:50:12 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i9I2oC5I068193 for ; Mon, 18 Oct 2004 02:50:12 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i9I2oCHr068192; Mon, 18 Oct 2004 02:50:12 GMT (envelope-from gnats) Resent-Date: Mon, 18 Oct 2004 02:50:12 GMT Resent-Message-Id: <200410180250.i9I2oCHr068192@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Vadim Kurland Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2D6D716A4CE for ; Mon, 18 Oct 2004 02:46:01 +0000 (GMT) Received: from citadel01.netcitadel.com (citadel01.netcitadel.com [69.56.183.146]) by mx1.FreeBSD.org (Postfix) with ESMTP id E777443D31 for ; Mon, 18 Oct 2004 02:46:00 +0000 (GMT) (envelope-from vadim@vk.crocodile.org) Received: from mail.vk.crocodile.org (c-24-6-2-179.client.comcast.net [24.6.2.179])i9I2kmEw014735 for ; Sun, 17 Oct 2004 21:46:48 -0500 Received: from freebsd410.vk.crocodile.org ([10.3.14.52]) by mail.vk.crocodile.org (8.12.8/8.12.8) with ESMTP id i9I2jwGm013306 for ; Sun, 17 Oct 2004 19:45:58 -0700 Received: from freebsd410.vk.crocodile.org (localhost.vk.crocodile.org [127.0.0.1])i9I2jwAr088013 for ; Sun, 17 Oct 2004 19:45:58 -0700 (PDT) (envelope-from vadim@freebsd410.vk.crocodile.org) Received: (from vadim@localhost)i9I2jw3Q088012; Sun, 17 Oct 2004 19:45:58 -0700 (PDT) (envelope-from vadim) Message-Id: <200410180245.i9I2jw3Q088012@freebsd410.vk.crocodile.org> Date: Sun, 17 Oct 2004 19:45:58 -0700 (PDT) From: Vadim Kurland To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/72807: [maintainer update] [patch] Fixed port to compile on 4.10 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Vadim Kurland List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Oct 2004 02:50:13 -0000 >Number: 72807 >Category: ports >Synopsis: [maintainer update] [patch] Fixed port to compile on 4.10 >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Mon Oct 18 02:50:12 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Vadim Kurland >Release: FreeBSD 4.10-RELEASE i386 >Organization: Firewall Builder Project >Environment: System: FreeBSD freebsd410.vk.crocodile.org 4.10-RELEASE FreeBSD 4.10-RELEASE #1: Sat Oct 16 22:27:35 PDT 2004 root@freebsd410.vk.crocodile.org:/usr/src/sys/compile/GENERIC i386 >Description: Port failed to compile on 4.10 because gcc 2.95 does not support command line option -Wno-unused-parameter. Attached patch fixes the problem and bumps port revision up. With this patch port compiles and works on both 4.10 and 5.3b >How-To-Repeat: >Fix: --- libfwbuilder-port.diff begins here --- diff -urN security/libfwbuilder-old/Makefile security/libfwbuilder/Makefile --- security/libfwbuilder-old/Makefile Sat Oct 16 22:54:29 2004 +++ security/libfwbuilder/Makefile Sun Oct 17 18:45:45 2004 @@ -6,7 +6,7 @@ PORTNAME= libfwbuilder PORTVERSION= 2.0.2 -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= security MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= fwbuilder diff -urN security/libfwbuilder-old/files/patch-aa security/libfwbuilder/files/patch-aa --- security/libfwbuilder-old/files/patch-aa Wed Dec 31 16:00:00 1969 +++ security/libfwbuilder/files/patch-aa Sat Oct 16 23:59:10 2004 @@ -0,0 +1,13 @@ +--- qmake.inc.in.old Sat Oct 16 23:41:15 2004 ++++ qmake.inc.in Sat Oct 16 23:41:33 2004 +@@ -45,10 +45,6 @@ + + CONFIG += warn_on debug + INCLUDEPATH += /usr/include @XML_CFLAGS_Q@ @XSLT_CFLAGS_Q@ @PTHREAD_CFLAGS_Q@ @OPENSSL_CFLAGS_Q@ @LWRES_CFLAGS_Q@ +- QMAKE_CFLAGS_DEBUG += -Wno-unused-parameter +- QMAKE_CFLAGS_RELEASE += -Wno-unused-parameter +- QMAKE_CXXFLAGS_DEBUG += -Wno-unused-parameter +- QMAKE_CXXFLAGS_RELEASE += -Wno-unused-parameter + LIBS += @PTHREAD_LIBS@ @XML_LIBS@ @XSLT_LIBS@ @OPENSSL_LIBS@ @LIBSNMP_LIBS@ @LWRES_LIBS@ @LIBS@ + } + --- libfwbuilder-port.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Oct 18 02:50:13 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 477D416A4CE for ; Mon, 18 Oct 2004 02:50:13 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 251FA43D2F for ; Mon, 18 Oct 2004 02:50:13 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i9I2oDcw068206 for ; Mon, 18 Oct 2004 02:50:13 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i9I2oDmK068205; Mon, 18 Oct 2004 02:50:13 GMT (envelope-from gnats) Resent-Date: Mon, 18 Oct 2004 02:50:13 GMT Resent-Message-Id: <200410180250.i9I2oDmK068205@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Vadim Kurland Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D0DC216A4CE for ; Mon, 18 Oct 2004 02:46:02 +0000 (GMT) Received: from citadel01.netcitadel.com (citadel01.netcitadel.com [69.56.183.146]) by mx1.FreeBSD.org (Postfix) with ESMTP id 90D4543D31 for ; Mon, 18 Oct 2004 02:46:02 +0000 (GMT) (envelope-from vadim@vk.crocodile.org) Received: from mail.vk.crocodile.org (c-24-6-2-179.client.comcast.net [24.6.2.179])i9I2kqEw014738 for ; Sun, 17 Oct 2004 21:46:52 -0500 Received: from freebsd410.vk.crocodile.org ([10.3.14.52]) by mail.vk.crocodile.org (8.12.8/8.12.8) with ESMTP id i9I2k1Gm013307 for ; Sun, 17 Oct 2004 19:46:01 -0700 Received: from freebsd410.vk.crocodile.org (localhost.vk.crocodile.org [127.0.0.1])i9I2k2FN088044 for ; Sun, 17 Oct 2004 19:46:02 -0700 (PDT) (envelope-from vadim@freebsd410.vk.crocodile.org) Received: (from vadim@localhost)i9I2k2Mp088043; Sun, 17 Oct 2004 19:46:02 -0700 (PDT) (envelope-from vadim) Message-Id: <200410180246.i9I2k2Mp088043@freebsd410.vk.crocodile.org> Date: Sun, 17 Oct 2004 19:46:02 -0700 (PDT) From: Vadim Kurland To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/72808: [maintainer update] [patch] Fixed port to compile on 4.10 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Vadim Kurland List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Oct 2004 02:50:13 -0000 >Number: 72808 >Category: ports >Synopsis: [maintainer update] [patch] Fixed port to compile on 4.10 >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Mon Oct 18 02:50:12 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Vadim Kurland >Release: FreeBSD 4.10-RELEASE i386 >Organization: Firewall Builder Project >Environment: System: FreeBSD freebsd410.vk.crocodile.org 4.10-RELEASE FreeBSD 4.10-RELEASE #1: Sat Oct 16 22:27:35 PDT 2004 root@freebsd410.vk.crocodile.org:/usr/src/sys/compile/GENERIC i386 >Description: Port failed to compile on 4.10 because gcc 2.95 does not support command line option -Wno-unused-parameter. Few other problems have been identified and fixed during debugging as well. Attached patch fixes the problem and bumps port revision up. With this patch port compiles and works on both 4.10 and 5.3b >How-To-Repeat: >Fix: --- fwbuilder-port.diff begins here --- diff -urN security/fwbuilder-old/Makefile security/fwbuilder/Makefile --- security/fwbuilder-old/Makefile Sat Oct 16 22:54:26 2004 +++ security/fwbuilder/Makefile Sun Oct 17 18:45:01 2004 @@ -7,7 +7,7 @@ PORTNAME= fwbuilder PORTVERSION= 2.0.2 -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= security MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}/fwbuilder/ MASTER_SITE_SUBDIR= fwbuilder diff -urN security/fwbuilder-old/files/patch-aa security/fwbuilder/files/patch-aa --- security/fwbuilder-old/files/patch-aa Wed Dec 31 16:00:00 1969 +++ security/fwbuilder/files/patch-aa Sun Oct 17 00:33:46 2004 @@ -0,0 +1,13 @@ +--- qmake.inc.in.old Sat Oct 16 23:56:08 2004 ++++ qmake.inc.in Sat Oct 16 23:56:20 2004 +@@ -37,10 +37,6 @@ + + PKGLOCALEDIR = $$res.path/locale + +- QMAKE_CFLAGS_DEBUG += -Wno-unused-parameter +- QMAKE_CFLAGS_RELEASE += -Wno-unused-parameter +- QMAKE_CXXFLAGS_DEBUG += -Wno-unused-parameter +- QMAKE_CXXFLAGS_RELEASE += -Wno-unused-parameter + } + } + diff -urN security/fwbuilder-old/files/patch-ab security/fwbuilder/files/patch-ab --- security/fwbuilder-old/files/patch-ab Wed Dec 31 16:00:00 1969 +++ security/fwbuilder/files/patch-ab Sun Oct 17 00:33:46 2004 @@ -0,0 +1,11 @@ +--- src/gui/utils.cpp.old Sun Oct 17 00:13:41 2004 ++++ src/gui/utils.cpp Sun Oct 17 00:14:26 2004 +@@ -218,7 +218,7 @@ + int sn1 = file.findRev('/',-1); + int sn2 = file.findRev('\\',-1); + int sn = (sn1>=0)?sn1:sn2; +- QString dir = (sn<0) ? "./" : file.left( sn ); ++ QString dir = (sn<0) ? QString("./") : file.left( sn ); + + #ifdef _WIN32 + /* on windows, if directory is in the root of the drive (like "c:"), diff -urN security/fwbuilder-old/files/patch-ac security/fwbuilder/files/patch-ac --- security/fwbuilder-old/files/patch-ac Wed Dec 31 16:00:00 1969 +++ security/fwbuilder/files/patch-ac Sun Oct 17 00:33:46 2004 @@ -0,0 +1,10 @@ +--- src/gui/FWBTree.cpp.old Sun Oct 17 00:16:10 2004 ++++ src/gui/FWBTree.cpp Sun Oct 17 00:17:21 2004 +@@ -51,6 +51,7 @@ + #include "fwbuilder/IntervalGroup.h" + + #include ++#include + + using namespace std; + using namespace libfwbuilder; diff -urN security/fwbuilder-old/files/patch-ad security/fwbuilder/files/patch-ad --- security/fwbuilder-old/files/patch-ad Wed Dec 31 16:00:00 1969 +++ security/fwbuilder/files/patch-ad Sun Oct 17 00:33:46 2004 @@ -0,0 +1,10 @@ +--- src/gui/ObjectManipulator.cpp.old Sun Oct 17 00:19:22 2004 ++++ src/gui/ObjectManipulator.cpp Sun Oct 17 00:19:41 2004 +@@ -97,6 +97,7 @@ + #include "fwbuilder/IntervalGroup.h" + + #include ++#include + + using namespace std; + using namespace libfwbuilder; diff -urN security/fwbuilder-old/files/patch-ae security/fwbuilder/files/patch-ae --- security/fwbuilder-old/files/patch-ae Wed Dec 31 16:00:00 1969 +++ security/fwbuilder/files/patch-ae Sun Oct 17 00:33:46 2004 @@ -0,0 +1,10 @@ +--- src/gui/listOfLibraries.cpp.old Sun Oct 17 00:23:48 2004 ++++ src/gui/listOfLibraries.cpp Sun Oct 17 00:24:01 2004 +@@ -38,6 +38,7 @@ + #include + + #include ++#include + + using namespace std; + using namespace libfwbuilder; --- fwbuilder-port.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Oct 18 02:55:05 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3AB2016A4CF; Mon, 18 Oct 2004 02:55:05 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1B33043D41; Mon, 18 Oct 2004 02:55:05 +0000 (GMT) (envelope-from vanilla@FreeBSD.org) Received: from freefall.freebsd.org (vanilla@localhost [127.0.0.1]) i9I2t4Wn068352; Mon, 18 Oct 2004 02:55:04 GMT (envelope-from vanilla@freefall.freebsd.org) Received: (from vanilla@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i9I2t49r068347; Mon, 18 Oct 2004 02:55:04 GMT (envelope-from vanilla) Date: Mon, 18 Oct 2004 02:55:04 GMT From: "Vanilla I. Shu" Message-Id: <200410180255.i9I2t49r068347@freefall.freebsd.org> To: vanilla@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, vanilla@FreeBSD.org Subject: Re: ports/72807: [maintainer update] [patch] Fixed port to compile on 4.10 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Oct 2004 02:55:05 -0000 Synopsis: [maintainer update] [patch] Fixed port to compile on 4.10 Responsible-Changed-From-To: freebsd-ports-bugs->vanilla Responsible-Changed-By: vanilla Responsible-Changed-When: Mon Oct 18 02:54:54 GMT 2004 Responsible-Changed-Why: I will handle this one. http://www.freebsd.org/cgi/query-pr.cgi?pr=72807 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Oct 18 02:55:24 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DF85416A4D1; Mon, 18 Oct 2004 02:55:24 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id BF53D43D1F; Mon, 18 Oct 2004 02:55:24 +0000 (GMT) (envelope-from vanilla@FreeBSD.org) Received: from freefall.freebsd.org (vanilla@localhost [127.0.0.1]) i9I2tOMx068402; Mon, 18 Oct 2004 02:55:24 GMT (envelope-from vanilla@freefall.freebsd.org) Received: (from vanilla@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i9I2tOLs068398; Mon, 18 Oct 2004 02:55:24 GMT (envelope-from vanilla) Date: Mon, 18 Oct 2004 02:55:24 GMT From: "Vanilla I. Shu" Message-Id: <200410180255.i9I2tOLs068398@freefall.freebsd.org> To: vanilla@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, vanilla@FreeBSD.org Subject: Re: ports/72808: [maintainer update] [patch] Fixed port to compile on 4.10 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Oct 2004 02:55:25 -0000 Synopsis: [maintainer update] [patch] Fixed port to compile on 4.10 Responsible-Changed-From-To: freebsd-ports-bugs->vanilla Responsible-Changed-By: vanilla Responsible-Changed-When: Mon Oct 18 02:55:09 GMT 2004 Responsible-Changed-Why: I will handle this one. http://www.freebsd.org/cgi/query-pr.cgi?pr=72808 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Oct 18 05:40:20 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3036016A4CE for ; Mon, 18 Oct 2004 05:40:20 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0B85843D1F for ; Mon, 18 Oct 2004 05:40:20 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i9I5eJOc093276 for ; Mon, 18 Oct 2004 05:40:19 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i9I5eJLU093275; Mon, 18 Oct 2004 05:40:19 GMT (envelope-from gnats) Resent-Date: Mon, 18 Oct 2004 05:40:19 GMT Resent-Message-Id: <200410180540.i9I5eJLU093275@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, "Frank J.Laszlo" Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1C8EA16A4D3 for ; Mon, 18 Oct 2004 05:35:17 +0000 (GMT) Received: from ion.franksworld.org (vhost.domainatlantic.com [67.18.185.244]) by mx1.FreeBSD.org (Postfix) with ESMTP id AE4F243D4C for ; Mon, 18 Oct 2004 05:35:16 +0000 (GMT) (envelope-from laszlof@ion.franksworld.org) Received: (qmail 87802 invoked by uid 1001); 18 Oct 2004 00:37:44 -0000 Message-Id: <20041018003744.87801.qmail@ion.franksworld.org> Date: 18 Oct 2004 00:37:44 -0000 From: "Frank J.Laszlo" To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 cc: munn@umd.edu Subject: ports/72809: [UPDATE] benchmarks/nbench: Update to version 2.2.1 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: "Frank J.Laszlo" List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Oct 2004 05:40:20 -0000 >Number: 72809 >Category: ports >Synopsis: [UPDATE] benchmarks/nbench: Update to version 2.2.1 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Mon Oct 18 05:40:19 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Frank J. Laszlo >Release: FreeBSD 5.2.1-RELEASE i386 >Organization: >Environment: System: FreeBSD ion.franksworld.org 5.2.1-RELEASE FreeBSD 5.2.1-RELEASE #0: Mon Feb 23 20:45:55 GMT 2004 root@wv1u.btc.adaptec.com:/usr/obj/usr/src/sys/GENERIC i386 >Description: This is the update for benchmarks/nbench from version 2.1 to 2.2.1 on http://www.tux.org/~mayer/linux/bmark.html. MASTER_SITE_SUNSITE doesnt appear to mirror the latest version, so I removed it from the MASTER_SITES. I will also take maintainership of this port if no one objects. >How-To-Repeat: >Fix: --- nbench-2.2.1.diff begins here --- diff -U3 -r nbench.orig/Makefile nbench/Makefile --- nbench.orig/Makefile Sun Oct 17 23:53:41 2004 +++ nbench/Makefile Mon Oct 18 00:32:29 2004 @@ -6,14 +6,12 @@ # PORTNAME= nbench -PORTVERSION= 2.1 +PORTVERSION= 2.2.1 CATEGORIES= benchmarks -MASTER_SITES= ${MASTER_SITE_SUNSITE} \ - ftp://ftp.tux.org/pub/tux/mayer/ -MASTER_SITE_SUBDIR= system/benchmark +MASTER_SITES= ftp://ftp.tux.org/pub/tux/mayer/ DISTNAME= ${PORTNAME}-byte-${PORTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= laszlof@vonostingroup.com COMMENT= BYTE Magazine's native benchmarks ALL_TARGET= # empty @@ -24,8 +22,8 @@ ${INSTALL_DATA} ${WRKSRC}/NNET.DAT ${PREFIX}/share/nbench .if !defined(NOPORTDOCS) @${MKDIR} ${PREFIX}/share/doc/nbench -.for file in README README.submit RESULTS bdoc.txt - ${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/share/doc/nbench +.for f in README README.submit RESULTS bdoc.txt + ${INSTALL_DATA} ${WRKSRC}/${f} ${PREFIX}/share/doc/nbench .endfor .endif diff -U3 -r nbench.orig/distinfo nbench/distinfo --- nbench.orig/distinfo Sun Oct 17 23:53:41 2004 +++ nbench/distinfo Mon Oct 18 00:17:04 2004 @@ -1,2 +1,2 @@ -MD5 (nbench-byte-2.1.tar.gz) = 18741c3f7d01bf216a57c0132896b196 -SIZE (nbench-byte-2.1.tar.gz) = 195315 +MD5 (nbench-byte-2.2.1.tar.gz) = 92694db00b9698f4f7525e0580ed876b +SIZE (nbench-byte-2.2.1.tar.gz) = 110099 diff -U3 -r nbench.orig/files/patch-aa nbench/files/patch-aa --- nbench.orig/files/patch-aa Sun Oct 17 23:53:41 2004 +++ nbench/files/patch-aa Mon Oct 18 00:08:45 2004 @@ -1,5 +1,5 @@ ---- nbench1.h.orig Thu Dec 11 20:54:46 1997 -+++ nbench1.h Wed Dec 17 08:28:11 1997 +--- nbench1.h.orig Sun Oct 17 23:59:51 2004 ++++ nbench1.h Mon Oct 18 00:01:03 2004 @@ -352,7 +352,7 @@ ** The Neural Net test requires an input data file. ** The name is specified here. diff -U3 -r nbench.orig/files/patch-ab nbench/files/patch-ab --- nbench.orig/files/patch-ab Sun Oct 17 23:53:41 2004 +++ nbench/files/patch-ab Mon Oct 18 00:08:35 2004 @@ -1,5 +1,5 @@ ---- sysinfo.sh Thu Dec 11 20:54:46 1997 -+++ /home/andy/tmp/wrk/sysinfo.sh Wed Dec 17 08:30:28 1997 +--- sysinfo.sh.orig Mon Oct 18 00:03:53 2004 ++++ sysinfo.sh Mon Oct 18 00:04:35 2004 @@ -50,8 +50,8 @@ # this bombs out on Ultrix which expect "cut -d" @@ -11,7 +11,3 @@ # let's hope that ctrl-c is not part of any string here # this also will barf later if " is in any of the strings -@@ -60,4 +60,4 @@ - sed -e "s%CCVERSION%$gccversion" -e "s%LIBCVERSION%$libcversion"\ - -e "s%SYSTEM%$compsystem" -e "s%DATE%$compdate"\ - ${i}.template > $i diff -U3 -r nbench.orig/files/patch-ac nbench/files/patch-ac --- nbench.orig/files/patch-ac Sun Oct 17 23:53:41 2004 +++ nbench/files/patch-ac Mon Oct 18 00:08:27 2004 @@ -1,10 +1,10 @@ ---- sysspec.h.orig Fri Dec 12 05:54:46 1997 -+++ sysspec.h Tue Jul 25 02:30:29 2000 +--- sysspec.h.orig Mon Oct 18 00:05:17 2004 ++++ sysspec.h Mon Oct 18 00:05:50 2004 @@ -33,7 +33,7 @@ #include "nmglobal.h" --#ifndef MAC +-#if !defined(MAC) && !defined(OSX) +#if !defined(MAC) && !defined(__STDC__) #include #endif diff -U3 -r nbench.orig/files/patch-ad nbench/files/patch-ad --- nbench.orig/files/patch-ad Sun Oct 17 23:53:41 2004 +++ nbench/files/patch-ad Mon Oct 18 00:08:23 2004 @@ -1,8 +1,8 @@ ---- Makefile.orig Fri Dec 12 05:54:46 1997 -+++ Makefile Tue Jul 25 02:27:40 2000 -@@ -22,10 +22,10 @@ - # you should leave -static in the CFLAGS so that your sysinfo can be - # compiled into the executable +--- Makefile.orig Mon Oct 18 00:07:05 2004 ++++ Makefile Mon Oct 18 00:07:51 2004 +@@ -19,10 +19,10 @@ + # You should leave -static in the CFLAGS so that your sysinfo can be + # compiled into the executable. -CC = gcc +CC ?= gcc --- nbench-2.2.1.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Oct 18 06:14:15 2004 Return-Path: Delivered-To: freebsd-ports-bugs@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3763416A4CE for ; Mon, 18 Oct 2004 06:14:15 +0000 (GMT) Received: from mail.gmx.net (imap.gmx.net [213.165.64.20]) by mx1.FreeBSD.org (Postfix) with SMTP id 63F8143D45 for ; Mon, 18 Oct 2004 06:14:14 +0000 (GMT) (envelope-from h.eichmann@gmx.de) Received: (qmail 2519 invoked by uid 65534); 18 Oct 2004 06:14:13 -0000 Received: from pD9EC28F9.dip.t-dialin.net (EHLO [192.168.254.42]) (217.236.40.249) by mail.gmx.net (mp011) with SMTP; 18 Oct 2004 08:14:13 +0200 X-Authenticated: #4450881 From: Heiner Organization: ncc-1701 To: Tilman Linneweh Date: Mon, 18 Oct 2004 08:19:33 +0200 User-Agent: KMail/1.7 References: <200410171816.i9HIGH5D015519@freefall.freebsd.org> In-Reply-To: <200410171816.i9HIGH5D015519@freefall.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200410180819.33517.h.eichmann@gmx.de> cc: freebsd-ports-bugs@freebsd.org Subject: Re: ports/64202: New Port: x11/kde_api_reference_32, the kde api reference X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Oct 2004 06:14:15 -0000 Good morning, Imho there is an interest for all KDE developers, who want to maintain backward compatibility to KDE 3.2. They need a KDE 3.2 documentation. If you disagree, just drop the PR. Independent from that I will create a port for KDE-head documentation later. Heiner From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Oct 18 06:34:22 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 70E4516A4CE; Mon, 18 Oct 2004 06:34:22 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4D4AB43D2F; Mon, 18 Oct 2004 06:34:22 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (linimon@localhost [127.0.0.1]) i9I6YMp5097194; Mon, 18 Oct 2004 06:34:22 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i9I6YLU0097118; Mon, 18 Oct 2004 06:34:21 GMT (envelope-from linimon) Date: Mon, 18 Oct 2004 06:34:21 GMT From: Mark Linimon Message-Id: <200410180634.i9I6YLU0097118@freefall.freebsd.org> To: patrick@pine.nl, linimon@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/71515: Postfix port broken when using TLS + SPF option X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Oct 2004 06:34:22 -0000 Synopsis: Postfix port broken when using TLS + SPF option State-Changed-From-To: open->closed State-Changed-By: linimon State-Changed-When: Mon Oct 18 06:33:56 GMT 2004 State-Changed-Why: Supplanted by ports/72774. http://www.freebsd.org/cgi/query-pr.cgi?pr=71515 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Oct 18 07:24:00 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 26A8016A4CE; Mon, 18 Oct 2004 07:24:00 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 05B5F43D31; Mon, 18 Oct 2004 07:24:00 +0000 (GMT) (envelope-from tobez@FreeBSD.org) Received: from freefall.freebsd.org (tobez@localhost [127.0.0.1]) i9I7Nx5U024209; Mon, 18 Oct 2004 07:23:59 GMT (envelope-from tobez@freefall.freebsd.org) Received: (from tobez@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i9I7Nxjp024205; Mon, 18 Oct 2004 09:23:59 +0200 (CEST) (envelope-from tobez) Date: Mon, 18 Oct 2004 09:23:59 +0200 (CEST) From: Anton Berezin Message-Id: <200410180723.i9I7Nxjp024205@freefall.freebsd.org> To: tobez@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, tobez@FreeBSD.org Subject: Re: ports/72786: New port: deskutils/vym VYM (View Your Mind) is a tool to generate and manipulate maps X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Oct 2004 07:24:00 -0000 Synopsis: New port: deskutils/vym VYM (View Your Mind) is a tool to generate and manipulate maps Responsible-Changed-From-To: freebsd-ports-bugs->tobez Responsible-Changed-By: tobez Responsible-Changed-When: Mon Oct 18 09:23:49 CEST 2004 Responsible-Changed-Why: Grab. http://www.freebsd.org/cgi/query-pr.cgi?pr=72786 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Oct 18 07:26:46 2004 Return-Path: Delivered-To: freebsd-ports-bugs@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 426AD16A4CE for ; Mon, 18 Oct 2004 07:26:46 +0000 (GMT) Received: from mail.soaustin.net (mail.soaustin.net [207.200.4.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id DCE7D43D2D for ; Mon, 18 Oct 2004 07:26:45 +0000 (GMT) (envelope-from linimon@lonesome.com) Received: by mail.soaustin.net (Postfix, from userid 502) id 51AA2148D9; Mon, 18 Oct 2004 02:26:45 -0500 (CDT) Date: Mon, 18 Oct 2004 02:26:45 -0500 (CDT) From: Mark Linimon X-X-Sender: linimon@pancho To: Michael Johnson In-Reply-To: <27B10900-20A8-11D9-AAA7-000A958C81C6@ahze.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: freebsd-ports-bugs@FreeBSD.org cc: Danny Pansters Subject: Re: ports/72156: [patch] Update x11-toolkits/py-kde to 3.11.3 and fix unfetchable X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Oct 2004 07:26:46 -0000 > Just curious, what is the status of this being committed? I'm looking at this and its 2 related ports but not everything works on 4.x. 5.x seems ok. From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Oct 18 08:40:25 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 79C7B16A4CE for ; Mon, 18 Oct 2004 08:40:25 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4123A43D5A for ; Mon, 18 Oct 2004 08:40:25 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i9I8ePsh032782 for ; Mon, 18 Oct 2004 08:40:25 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i9I8eP8A032781; Mon, 18 Oct 2004 08:40:25 GMT (envelope-from gnats) Resent-Date: Mon, 18 Oct 2004 08:40:25 GMT Resent-Message-Id: <200410180840.i9I8eP8A032781@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Rob Evers Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 701B516A4CF for ; Mon, 18 Oct 2004 08:37:31 +0000 (GMT) Received: from dokus.debank.tv (dokus.debank.tv [193.79.18.59]) by mx1.FreeBSD.org (Postfix) with ESMTP id C1A8243D3F for ; Mon, 18 Oct 2004 08:37:30 +0000 (GMT) (envelope-from rob@dokus.debank.tv) Received: from dokus.debank.tv (localhost [127.0.0.1]) by dokus.debank.tv (8.12.11/8.12.11) with ESMTP id i9I8bG8G028553; Mon, 18 Oct 2004 10:37:16 +0200 (CEST) (envelope-from rob@dokus.debank.tv) Received: (from root@localhost) by dokus.debank.tv (8.12.11/8.12.11/Submit) id i9I8bFl2028552; Mon, 18 Oct 2004 10:37:15 +0200 (CEST) (envelope-from rob) Message-Id: <200410180837.i9I8bFl2028552@dokus.debank.tv> Date: Mon, 18 Oct 2004 10:37:15 +0200 (CEST) From: Rob Evers To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/72810: Maintainer update security/clamav to 0.80 release X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Rob Evers List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Oct 2004 08:40:25 -0000 >Number: 72810 >Category: ports >Synopsis: Maintainer update security/clamav to 0.80 release >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Mon Oct 18 08:40:24 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Rob Evers >Release: FreeBSD 4.10-PRERELEASE i386 >Organization: >Environment: System: FreeBSD dokus.debank.tv 4.10-PRERELEASE FreeBSD 4.10-PRERELEASE #0: Wed May 19 12:51:26 CEST 2004 rob@dokus.debank.tv:/usr/obj/usr/src/sys/DOKUS i386 >Description: Maintainer update security/clamav to 0.80 release >How-To-Repeat: >Fix: I'm not sure if PORTREVISION should be bumped, in the patch this is not done ! --- clamav.patch begins here --- diff -ruN clamav.orig/Makefile clamav/Makefile --- clamav.orig/Makefile Mon Oct 18 10:20:09 2004 +++ clamav/Makefile Mon Oct 18 10:20:23 2004 @@ -23,7 +23,7 @@ arc:${PORTSDIR}/archivers/arc \ unzip:${PORTSDIR}/archivers/unzip -DISTVERSION= 0.80rc4 +DISTVERSION= 0.80 OPTIONS= MILTER "Compile the milter interface" Off \ CURL "Support URL downloading" Off diff -ruN clamav.orig/distinfo clamav/distinfo --- clamav.orig/distinfo Mon Oct 18 10:20:09 2004 +++ clamav/distinfo Mon Oct 18 10:21:24 2004 @@ -1,2 +1,2 @@ -MD5 (clamav-0.80rc4.tar.gz) = 5c02d52c361f04098a9956478f8654a0 -SIZE (clamav-0.80rc4.tar.gz) = 2668125 +MD5 (clamav-0.80.tar.gz) = 59bf21e169a35d7e9c27a34435f9b870 +SIZE (clamav-0.80.tar.gz) = 2679434 --- clamav.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Oct 18 09:50:09 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7EF5616A4CF; Mon, 18 Oct 2004 09:50:09 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5CF7343D55; Mon, 18 Oct 2004 09:50:09 +0000 (GMT) (envelope-from ceri@FreeBSD.org) Received: from freefall.freebsd.org (ceri@localhost [127.0.0.1]) i9I9o9NN039104; Mon, 18 Oct 2004 09:50:09 GMT (envelope-from ceri@freefall.freebsd.org) Received: (from ceri@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i9I9o8pT039100; Mon, 18 Oct 2004 09:50:08 GMT (envelope-from ceri) Date: Mon, 18 Oct 2004 09:50:08 GMT From: Ceri Davies Message-Id: <200410180950.i9I9o8pT039100@freefall.freebsd.org> To: ceri@FreeBSD.org, freebsd-bugs@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/72803: [PATCH] update java/eclipse-vep X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Oct 2004 09:50:09 -0000 Synopsis: [PATCH] update java/eclipse-vep Responsible-Changed-From-To: freebsd-bugs->freebsd-ports-bugs Responsible-Changed-By: ceri Responsible-Changed-When: Mon Oct 18 09:49:48 GMT 2004 Responsible-Changed-Why: Correct responsible. http://www.freebsd.org/cgi/query-pr.cgi?pr=72803 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Oct 18 10:00:45 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3707B16A4CF for ; Mon, 18 Oct 2004 10:00:45 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 24E8143D49 for ; Mon, 18 Oct 2004 10:00:45 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i9IA0iWo040243 for ; Mon, 18 Oct 2004 10:00:45 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i9IA0iW3040242; Mon, 18 Oct 2004 10:00:44 GMT (envelope-from gnats) Resent-Date: Mon, 18 Oct 2004 10:00:44 GMT Resent-Message-Id: <200410181000.i9IA0iW3040242@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, payhash Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0FC5D16A4CE for ; Mon, 18 Oct 2004 09:53:19 +0000 (GMT) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id E136543D1D for ; Mon, 18 Oct 2004 09:53:18 +0000 (GMT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.12.11/8.12.11) with ESMTP id i9I9rIjs060202 for ; Mon, 18 Oct 2004 09:53:18 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.12.11/8.12.11/Submit) id i9I9rIVn060167; Mon, 18 Oct 2004 09:53:18 GMT (envelope-from nobody) Message-Id: <200410180953.i9I9rIVn060167@www.freebsd.org> Date: Mon, 18 Oct 2004 09:53:18 GMT From: payhash To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-2.3 Subject: ports/72811: 2 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Oct 2004 10:00:45 -0000 >Number: 72811 >Category: ports >Synopsis: 2 >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon Oct 18 10:00:44 GMT 2004 >Closed-Date: >Last-Modified: >Originator: payhash >Release: 4.10 >Organization: www.aolhackers.ru >Environment: FreeBSD martin.admsurgut.ru 4.10-RELEASE FreeBSD 4.10-RELEASE #1: Sat Oct 9 10:49:38 YEKST 2004 root@martin.admsurgut.ru:/usr/src/sys/compile/PAYHASH i386 >Description: AHOY! cd //usr/ports/devel/kdevelop make install ... //building ... ... ... ... /usr/include/sys/cdefs.h:273: warning: `_POSIX_C_SOURCE' is not defined /usr/include/sys/cdefs.h:279: warning: `_POSIX_C_SOURCE' is not defined ((((((((( >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Oct 18 10:12:56 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4619216A4CF; Mon, 18 Oct 2004 10:12:56 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2615843D53; Mon, 18 Oct 2004 10:12:56 +0000 (GMT) (envelope-from eik@FreeBSD.org) Received: from freefall.freebsd.org (eik@localhost [127.0.0.1]) i9IACuXj044473; Mon, 18 Oct 2004 10:12:56 GMT (envelope-from eik@freefall.freebsd.org) Received: (from eik@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i9IACuTv044469; Mon, 18 Oct 2004 10:12:56 GMT (envelope-from eik) Date: Mon, 18 Oct 2004 10:12:56 GMT From: Oliver Eikemeier Message-Id: <200410181012.i9IACuTv044469@freefall.freebsd.org> To: rob@dokus.debank.tv, eik@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/72810: Maintainer update security/clamav to 0.80 release X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Oct 2004 10:12:56 -0000 Synopsis: Maintainer update security/clamav to 0.80 release State-Changed-From-To: open->closed State-Changed-By: eik State-Changed-When: Mon Oct 18 12:12:31 CEST 2004 State-Changed-Why: Committed, thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=72810 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Oct 18 10:55:19 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0C3D116A4CE; Mon, 18 Oct 2004 10:55:19 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id DE85143D45; Mon, 18 Oct 2004 10:55:18 +0000 (GMT) (envelope-from thierry@FreeBSD.org) Received: from freefall.freebsd.org (thierry@localhost [127.0.0.1]) i9IAtIIP046833; Mon, 18 Oct 2004 10:55:18 GMT (envelope-from thierry@freefall.freebsd.org) Received: (from thierry@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i9IAtIsd046829; Mon, 18 Oct 2004 10:55:18 GMT (envelope-from thierry) Date: Mon, 18 Oct 2004 10:55:18 GMT From: Thierry Thomas Message-Id: <200410181055.i9IAtIsd046829@freefall.freebsd.org> To: tux@pinguru.net, thierry@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/72788: Update port: devel/pear-PHPUnit X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Oct 2004 10:55:19 -0000 Synopsis: Update port: devel/pear-PHPUnit State-Changed-From-To: open->closed State-Changed-By: thierry State-Changed-When: Mon Oct 18 10:54:53 GMT 2004 State-Changed-Why: Committed, thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=72788 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Oct 18 10:55:52 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8317316A4CF; Mon, 18 Oct 2004 10:55:52 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5887E43D2D; Mon, 18 Oct 2004 10:55:52 +0000 (GMT) (envelope-from thierry@FreeBSD.org) Received: from freefall.freebsd.org (thierry@localhost [127.0.0.1]) i9IAtqvI046882; Mon, 18 Oct 2004 10:55:52 GMT (envelope-from thierry@freefall.freebsd.org) Received: (from thierry@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i9IAtqNB046878; Mon, 18 Oct 2004 10:55:52 GMT (envelope-from thierry) Date: Mon, 18 Oct 2004 10:55:52 GMT From: Thierry Thomas Message-Id: <200410181055.i9IAtqNB046878@freefall.freebsd.org> To: tux@pinguru.net, thierry@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/72790: Update port: net/pear-Net_POP3 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Oct 2004 10:55:52 -0000 Synopsis: Update port: net/pear-Net_POP3 State-Changed-From-To: open->closed State-Changed-By: thierry State-Changed-When: Mon Oct 18 10:55:28 GMT 2004 State-Changed-Why: Committed, thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=72790 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Oct 18 12:10:31 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3727716A4CE for ; Mon, 18 Oct 2004 12:10:31 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 14F1443D53 for ; Mon, 18 Oct 2004 12:10:31 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i9ICAU4B061135 for ; Mon, 18 Oct 2004 12:10:30 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i9ICAUPJ061134; Mon, 18 Oct 2004 12:10:30 GMT (envelope-from gnats) Date: Mon, 18 Oct 2004 12:10:30 GMT Message-Id: <200410181210.i9ICAUPJ061134@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: "Jose Liang" Subject: Re: ports/71866: [maintainer update] Update ports: www/simplog to 0.9.1 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Jose Liang List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Oct 2004 12:10:31 -0000 The following reply was made to PR ports/71866; it has been noted by GNATS. From: "Jose Liang" To: , , Cc: Subject: Re: ports/71866: [maintainer update] Update ports: www/simplog to 0.9.1 Date: Mon, 18 Oct 2004 20:03:03 +0800 Sorry for my computer has a problem before. Now it is OK, please try again. Jose Liang From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Oct 18 12:10:31 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 97BB616A4CE for ; Mon, 18 Oct 2004 12:10:31 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6B9F143D55 for ; Mon, 18 Oct 2004 12:10:31 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i9ICAV7u061148 for ; Mon, 18 Oct 2004 12:10:31 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i9ICAVDq061147; Mon, 18 Oct 2004 12:10:31 GMT (envelope-from gnats) Resent-Date: Mon, 18 Oct 2004 12:10:31 GMT Resent-Message-Id: <200410181210.i9ICAVDq061147@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, dawnshade Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8FA9416A4CE for ; Mon, 18 Oct 2004 12:03:12 +0000 (GMT) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8316843D41 for ; Mon, 18 Oct 2004 12:03:12 +0000 (GMT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.12.11/8.12.11) with ESMTP id i9IC3Cvp009455 for ; Mon, 18 Oct 2004 12:03:12 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.12.11/8.12.11/Submit) id i9IC3CiO009454; Mon, 18 Oct 2004 12:03:12 GMT (envelope-from nobody) Message-Id: <200410181203.i9IC3CiO009454@www.freebsd.org> Date: Mon, 18 Oct 2004 12:03:12 GMT From: dawnshade To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-2.3 Subject: ports/72815: Segmentation fault /usr/ports/security/clamav 0.80 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Oct 2004 12:10:31 -0000 >Number: 72815 >Category: ports >Synopsis: Segmentation fault /usr/ports/security/clamav 0.80 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon Oct 18 12:10:31 GMT 2004 >Closed-Date: >Last-Modified: >Originator: dawnshade >Release: 4.9-RELEASE-p7 >Organization: - >Environment: FreeBSD mx.golden-babylon.ru 4.9-RELEASE-p7 FreeBSD 4.9-RELEASE-p7 #0: Fri May 7 19:14:34 MSD 2004 root@mx.golden-babylon.ru:/usr/obj/usr/src/sys/20 i386 >Description: After install try start: /usr/local/etc/rc.d/clamav-clamd.sh start i see this: Starting clamav_clamd. LibClamAV debug: Setting /tmp as global temporary directory LibClamAV debug: Loading databases from /usr/local/share/clamav LibClamAV debug: Loading /usr/local/share/clamav/main.cvd LibClamAV debug: in cli_cvdload() LibClamAV debug: MD5(.tar.gz) = 66da34aa24cf516dad7c64951377559a LibClamAV debug: Decoded signature: 66da34aa24cf516dad7c64951377559a LibClamAV debug: Digital signature is correct. LibClamAV debug: in cli_untgz() Segmentation fault (core dumped) >How-To-Repeat: Install, start clamd >Fix: Unknown >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Oct 18 12:45:32 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 55DB416A4CE; Mon, 18 Oct 2004 12:45:32 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 34AB243D1F; Mon, 18 Oct 2004 12:45:32 +0000 (GMT) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (edwin@localhost [127.0.0.1]) i9ICjW3Q062956; Mon, 18 Oct 2004 12:45:32 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i9ICjWHK062952; Mon, 18 Oct 2004 12:45:32 GMT (envelope-from edwin) Date: Mon, 18 Oct 2004 12:45:32 GMT From: Edwin Groothuis Message-Id: <200410181245.i9ICjWHK062952@freefall.freebsd.org> To: edwin@FreeBSD.org, gnats-admin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/72599: Fwd: [update] security/md5deep 1.3 to 1.5 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Oct 2004 12:45:32 -0000 Synopsis: Fwd: [update] security/md5deep 1.3 to 1.5 Responsible-Changed-From-To: gnats-admin->freebsd-ports-bugs Responsible-Changed-By: edwin Responsible-Changed-When: Mon Oct 18 12:45:02 GMT 2004 Responsible-Changed-Why: Reassign misfiled PR http://www.freebsd.org/cgi/query-pr.cgi?pr=72599 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Oct 18 13:10:09 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 033CE16A4CE for ; Mon, 18 Oct 2004 13:10:09 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D877943D41 for ; Mon, 18 Oct 2004 13:10:08 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i9IDA8re067901 for ; Mon, 18 Oct 2004 13:10:08 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i9IDA8jW067900; Mon, 18 Oct 2004 13:10:08 GMT (envelope-from gnats) Resent-Date: Mon, 18 Oct 2004 13:10:08 GMT Resent-Message-Id: <200410181310.i9IDA8jW067900@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Alexander Novitsky Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 35EF416A4CE for ; Mon, 18 Oct 2004 13:05:40 +0000 (GMT) Received: from mail1.co.ru (mail1.co.ru [194.85.128.29]) by mx1.FreeBSD.org (Postfix) with ESMTP id EE0C343D31 for ; Mon, 18 Oct 2004 13:05:38 +0000 (GMT) (envelope-from alecn@server.v42of.icc-vvd.ru) Received: from mail.icc-vvd.ru ([62.141.104.17] verified) by mail1.co.ru (CommuniGate Pro SMTP 4.1.8) with ESMTP-TLS id 1919773464; Mon, 18 Oct 2004 17:05:21 +0400 Received: from server.v42of.icc-vvd.ru (localhost.icc-vvd.ru [127.0.0.1]) by mail.icc-vvd.ru (8.12.10/8.12.9) with ESMTP id i9ID5KlC098415; Mon, 18 Oct 2004 17:05:20 +0400 (MSD) (envelope-from alecn@server.v42of.icc-vvd.ru) Received: (from root@localhost) by server.v42of.icc-vvd.ru (8.12.10/8.12.9/Submit) id i9ID5Ks7098414; Mon, 18 Oct 2004 17:05:20 +0400 (MSD) Message-Id: <200410181305.i9ID5Ks7098414@server.v42of.icc-vvd.ru> Date: Mon, 18 Oct 2004 17:05:20 +0400 (MSD) From: Alexander Novitsky To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 cc: Alexander Novitsky Subject: ports/72816: [NEW PORT] devel/ruby18-gems: Package management framework for the Ruby language X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Oct 2004 13:10:09 -0000 >Number: 72816 >Category: ports >Synopsis: [NEW PORT] devel/ruby18-gems: Package management framework for the Ruby language >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Oct 18 13:10:08 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Alexander Novitsky >Release: FreeBSD 5.2-RELEASE i386 >Organization: Inzhcomcentre VVD >Environment: System: FreeBSD server.v42of.icc-vvd.ru 5.2-RELEASE FreeBSD 5.2-RELEASE #2: Mon Jul 12 21:45:44 MSD 2004 >Description: Please remove PR ports/68774 as it's out of date a package management framework for the Ruby programming language An application or library is packaged into a gem, which is a single installation unit. RubyGems entirely manages its own filesystem space, rather than installing files into the "usual" places. This enables greater functionality and reliability. Using RubyGems, you can: - download and install Ruby libraries easily - not worry about libraries A and B depending on different versions of library C - easily remove libraries you no longer use - have power and control over your Ruby platform! WWW: http://rubygems.rubyforge.org/wiki/wiki.pl Generated with FreeBSD Port Tools 0.63 >How-To-Repeat: >Fix: --- ruby18-gems-0.8.1.shar begins here --- # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # ruby-gems # ruby-gems/Makefile # ruby-gems/distinfo # ruby-gems/pkg-descr # ruby-gems/pkg-plist # echo c - ruby-gems mkdir -p ruby-gems > /dev/null 2>&1 echo x - ruby-gems/Makefile sed 's/^X//' >ruby-gems/Makefile << 'END-of-ruby-gems/Makefile' X# New ports collection makefile for: RubyGems X# Date created: 07 July 2004 X# Whom: Alexander Novitsky X# X# $FreeBSD$ X# X XPORTNAME= gems XPORTVERSION= 0.8.1 XCATEGORIES= devel ruby XMASTER_SITES= http://rubyforge.org/frs/download.php/1399/ XPKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} XDISTNAME= ruby${PORTNAME}-${PORTVERSION} XEXTRACT_SUFX= .tgz XDIST_SUBDIR= ruby X XMAINTAINER= alecn2002@yandex.ru XCOMMENT= Package management framework for the Ruby language X XUSE_RUBY= yes XRUBY_SETUP= install.rb X XNO_BUILD= yes X Xdo-install: X cd ${WRKSRC}; ${RUBY} ${RUBY_SETUP} X X.include END-of-ruby-gems/Makefile echo x - ruby-gems/distinfo sed 's/^X//' >ruby-gems/distinfo << 'END-of-ruby-gems/distinfo' XMD5 (ruby/rubygems-0.8.1.tgz) = 6276d268b420c0d61796cdbf6d28dae4 XSIZE (ruby/rubygems-0.8.1.tgz) = 108276 END-of-ruby-gems/distinfo echo x - ruby-gems/pkg-descr sed 's/^X//' >ruby-gems/pkg-descr << 'END-of-ruby-gems/pkg-descr' Xa package management framework for the Ruby programming language XAn application or library is packaged into a gem, which is Xa single installation unit. XRubyGems entirely manages its own filesystem space, rather Xthan installing files into the "usual" places. This enables Xgreater functionality and reliability. X XUsing RubyGems, you can: X- download and install Ruby libraries easily X- not worry about libraries A and B depending on X different versions of library C X- easily remove libraries you no longer use X- have power and control over your Ruby platform! X XWWW: http://rubygems.rubyforge.org/wiki/wiki.pl END-of-ruby-gems/pkg-descr echo x - ruby-gems/pkg-plist sed 's/^X//' >ruby-gems/pkg-plist << 'END-of-ruby-gems/pkg-plist' X%%RUBY_SITELIBDIR%%/rubygems/version.rb X%%RUBY_SITELIBDIR%%/rubygems/validator.rb X%%RUBY_SITELIBDIR%%/rubygems/user_interaction.rb X%%RUBY_SITELIBDIR%%/rubygems/specification.rb X%%RUBY_SITELIBDIR%%/rubygems/remote_installer.rb X%%RUBY_SITELIBDIR%%/rubygems/package.rb X%%RUBY_SITELIBDIR%%/rubygems/open-uri.rb X%%RUBY_SITELIBDIR%%/rubygems/old_format.rb X%%RUBY_SITELIBDIR%%/rubygems/loadpath_manager.rb X%%RUBY_SITELIBDIR%%/rubygems/installer.rb X%%RUBY_SITELIBDIR%%/rubygems/gem_runner.rb X%%RUBY_SITELIBDIR%%/rubygems/gem_commands.rb X%%RUBY_SITELIBDIR%%/rubygems/format.rb X%%RUBY_SITELIBDIR%%/rubygems/doc_manager.rb X%%RUBY_SITELIBDIR%%/rubygems/config_file.rb X%%RUBY_SITELIBDIR%%/rubygems/command.rb X%%RUBY_SITELIBDIR%%/rubygems/cmd_manager.rb X%%RUBY_SITELIBDIR%%/rubygems/cache.rb X%%RUBY_SITELIBDIR%%/rubygems/builder.rb X%%RUBY_SITELIBDIR%%/ubygems.rb X%%RUBY_SITELIBDIR%%/rubygems.rb X@dirrm %%RUBY_SITELIBDIR%%/rubygems END-of-ruby-gems/pkg-plist exit --- ruby18-gems-0.8.1.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Oct 18 13:11:13 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EBE5C16A4CF; Mon, 18 Oct 2004 13:11:13 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id C92AA43D67; Mon, 18 Oct 2004 13:11:13 +0000 (GMT) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (edwin@localhost [127.0.0.1]) i9IDBDbq068001; Mon, 18 Oct 2004 13:11:13 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i9IDBDwG067997; Mon, 18 Oct 2004 13:11:13 GMT (envelope-from edwin) Date: Mon, 18 Oct 2004 13:11:13 GMT From: Edwin Groothuis Message-Id: <200410181311.i9IDBDwG067997@freefall.freebsd.org> To: runsolar@mail.ru, edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/72811: 2 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Oct 2004 13:11:14 -0000 Synopsis: 2 State-Changed-From-To: open->closed State-Changed-By: edwin State-Changed-When: Mon Oct 18 13:10:27 GMT 2004 State-Changed-Why: Please provide a new PR with more information and a proper description of what goes wrong. http://www.freebsd.org/cgi/query-pr.cgi?pr=72811 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Oct 18 13:50:31 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5886916A4CE for ; Mon, 18 Oct 2004 13:50:31 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3227643D5F for ; Mon, 18 Oct 2004 13:50:31 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i9IDoVj7070096 for ; Mon, 18 Oct 2004 13:50:31 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i9IDoULN070095; Mon, 18 Oct 2004 13:50:31 GMT (envelope-from gnats) Date: Mon, 18 Oct 2004 13:50:31 GMT Message-Id: <200410181350.i9IDoULN070095@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Andriy Gapon Subject: Re: ports/72188: net/samba: secrets.tdb is removed when it really should not be X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Andriy Gapon List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Oct 2004 13:50:31 -0000 The following reply was made to PR ports/72188; it has been noted by GNATS. From: Andriy Gapon To: freebsd-gnats-submit@FreeBSD.org Cc: Subject: Re: ports/72188: net/samba: secrets.tdb is removed when it really should not be Date: Mon, 18 Oct 2004 16:43:48 +0300 The problem is still there for samba-2.2.12 port. -- Andriy Gapon From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Oct 18 14:25:50 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 506F816A4CE; Mon, 18 Oct 2004 14:25:50 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2F63A43D54; Mon, 18 Oct 2004 14:25:50 +0000 (GMT) (envelope-from clsung@FreeBSD.org) Received: from freefall.freebsd.org (clsung@localhost [127.0.0.1]) i9IEPos1074796; Mon, 18 Oct 2004 14:25:50 GMT (envelope-from clsung@freefall.freebsd.org) Received: (from clsung@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i9IEPoXE074792; Mon, 18 Oct 2004 14:25:50 GMT (envelope-from clsung) Date: Mon, 18 Oct 2004 14:25:50 GMT From: Cheng-Lung Sung Message-Id: <200410181425.i9IEPoXE074792@freefall.freebsd.org> To: clsung@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, clsung@FreeBSD.org Subject: Re: ports/72816: [NEW PORT] devel/ruby18-gems: Package management framework for the Ruby language X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Oct 2004 14:25:50 -0000 Synopsis: [NEW PORT] devel/ruby18-gems: Package management framework for the Ruby language Responsible-Changed-From-To: freebsd-ports-bugs->clsung Responsible-Changed-By: clsung Responsible-Changed-When: Mon Oct 18 14:25:35 GMT 2004 Responsible-Changed-Why: Take. http://www.freebsd.org/cgi/query-pr.cgi?pr=72816 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Oct 18 14:40:28 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EF89016A4CE for ; Mon, 18 Oct 2004 14:40:28 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id CB5EB43D3F for ; Mon, 18 Oct 2004 14:40:28 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i9IEeSCH076037 for ; Mon, 18 Oct 2004 14:40:28 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i9IEeSqH076036; Mon, 18 Oct 2004 14:40:28 GMT (envelope-from gnats) Resent-Date: Mon, 18 Oct 2004 14:40:28 GMT Resent-Message-Id: <200410181440.i9IEeSqH076036@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, KATO Tsuguru Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D05AA16A4CE for ; Mon, 18 Oct 2004 14:30:33 +0000 (GMT) Received: from hfep04.dion.ne.jp (hfep04.dion.ne.jp [203.181.105.70]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4463043D2D for ; Mon, 18 Oct 2004 14:30:32 +0000 (GMT) (envelope-from tkato432@yahoo.com) Received: from localhost ([61.198.241.234]) by hfep04.dion.ne.jp with SMTP id <20041018143026361.RLRS@hfep04.dion.ne.jp> for ; Mon, 18 Oct 2004 23:30:26 +0900 Message-Id: <20041018233006.1de8ae12.tkato432@yahoo.com> Date: Mon, 18 Oct 2004 23:30:06 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/72817: Update port: archivers/cabextract to 1.1 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Oct 2004 14:40:29 -0000 >Number: 72817 >Category: ports >Synopsis: Update port: archivers/cabextract to 1.1 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Oct 18 14:40:28 GMT 2004 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 4.10-RELEASE-p3 i386 >Organization: >Environment: >Description: - Update to version 1.1 New file: files/patch-configure >How-To-Repeat: >Fix: diff -urN /usr/ports/archivers/cabextract/Makefile archivers/cabextract/Makefile --- /usr/ports/archivers/cabextract/Makefile Wed Mar 17 18:19:15 2004 +++ archivers/cabextract/Makefile Mon Oct 18 22:44:09 2004 @@ -6,7 +6,7 @@ # PORTNAME= cabextract -PORTVERSION= 1.0 +PORTVERSION= 1.1 CATEGORIES= archivers MASTER_SITES= http://www.kyz.uklinux.net/downloads/ diff -urN /usr/ports/archivers/cabextract/distinfo archivers/cabextract/distinfo --- /usr/ports/archivers/cabextract/distinfo Wed Mar 17 18:19:15 2004 +++ archivers/cabextract/distinfo Mon Oct 18 21:06:35 2004 @@ -1,2 +1,2 @@ -MD5 (cabextract-1.0.tar.gz) = 8fde8ad86f7144943b7e4e5a2da7eddb -SIZE (cabextract-1.0.tar.gz) = 189625 +MD5 (cabextract-1.1.tar.gz) = f4b729c0be7d288660f4fc167de199a1 +SIZE (cabextract-1.1.tar.gz) = 187495 diff -urN /usr/ports/archivers/cabextract/files/patch-configure archivers/cabextract/files/patch-configure --- /usr/ports/archivers/cabextract/files/patch-configure Thu Jan 1 09:00:00 1970 +++ archivers/cabextract/files/patch-configure Mon Oct 18 22:43:44 2004 @@ -0,0 +1,120 @@ +--- configure.orig Mon Oct 18 17:10:34 2004 ++++ configure Mon Oct 18 22:42:46 2004 +@@ -6609,117 +6650,6 @@ + + + +-for ac_func in mempcpy +-do +-as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` +-echo "$as_me:$LINENO: checking for $ac_func" >&5 +-echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 +-if eval "test \"\${$as_ac_var+set}\" = set"; then +- echo $ECHO_N "(cached) $ECHO_C" >&6 +-else +- cat >conftest.$ac_ext <<_ACEOF +-/* confdefs.h. */ +-_ACEOF +-cat confdefs.h >>conftest.$ac_ext +-cat >>conftest.$ac_ext <<_ACEOF +-/* end confdefs.h. */ +-/* Define $ac_func to an innocuous variant, in case declares $ac_func. +- For example, HP-UX 11i declares gettimeofday. */ +-#define $ac_func innocuous_$ac_func +- +-/* System header to define __stub macros and hopefully few prototypes, +- which can conflict with char $ac_func (); below. +- Prefer to if __STDC__ is defined, since +- exists even on freestanding compilers. */ +- +-#ifdef __STDC__ +-# include +-#else +-# include +-#endif +- +-#undef $ac_func +- +-/* Override any gcc2 internal prototype to avoid an error. */ +-#ifdef __cplusplus +-extern "C" +-{ +-#endif +-/* We use char because int might match the return type of a gcc2 +- builtin and then its argument prototype would still apply. */ +-char $ac_func (); +-/* The GNU C library defines this for functions which it implements +- to always fail with ENOSYS. Some functions are actually named +- something starting with __ and the normal name is an alias. */ +-#if defined (__stub_$ac_func) || defined (__stub___$ac_func) +-choke me +-#else +-char (*f) () = $ac_func; +-#endif +-#ifdef __cplusplus +-} +-#endif +- +-int +-main () +-{ +-return f != $ac_func; +- ; +- return 0; +-} +-_ACEOF +-rm -f conftest.$ac_objext conftest$ac_exeext +-if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 +- (eval $ac_link) 2>conftest.er1 +- ac_status=$? +- grep -v '^ *+' conftest.er1 >conftest.err +- rm -f conftest.er1 +- cat conftest.err >&5 +- echo "$as_me:$LINENO: \$? = $ac_status" >&5 +- (exit $ac_status); } && +- { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' +- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 +- (eval $ac_try) 2>&5 +- ac_status=$? +- echo "$as_me:$LINENO: \$? = $ac_status" >&5 +- (exit $ac_status); }; } && +- { ac_try='test -s conftest$ac_exeext' +- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 +- (eval $ac_try) 2>&5 +- ac_status=$? +- echo "$as_me:$LINENO: \$? = $ac_status" >&5 +- (exit $ac_status); }; }; then +- eval "$as_ac_var=yes" +-else +- echo "$as_me: failed program was:" >&5 +-sed 's/^/| /' conftest.$ac_ext >&5 +- +-eval "$as_ac_var=no" +-fi +-rm -f conftest.err conftest.$ac_objext \ +- conftest$ac_exeext conftest.$ac_ext +-fi +-echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5 +-echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 +-if test `eval echo '${'$as_ac_var'}'` = yes; then +- cat >>confdefs.h <<_ACEOF +-#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1 +-_ACEOF +- +-else +- case $LIBOBJS in +- "$ac_func.$ac_objext" | \ +- *" $ac_func.$ac_objext" | \ +- "$ac_func.$ac_objext "* | \ +- *" $ac_func.$ac_objext "* ) ;; +- *) LIBOBJS="$LIBOBJS $ac_func.$ac_objext" ;; +-esac +- +-fi +-done +- +- +- + ac_config_files="$ac_config_files Makefile cabextract.spec" + + cat >confcache <<\_ACEOF diff -urN /usr/ports/archivers/cabextract/pkg-descr archivers/cabextract/pkg-descr --- /usr/ports/archivers/cabextract/pkg-descr Thu Nov 30 23:21:28 2000 +++ archivers/cabextract/pkg-descr Mon Oct 18 22:58:28 2004 @@ -1,3 +1,3 @@ A program to extract Microsoft cabinet (.CAB) files. -WWW: http://www.kyz.uklinux.net/cabextract.php3 +WWW: http://www.kyz.uklinux.net/cabextract.php >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Oct 18 14:40:29 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 55E5816A4CE for ; Mon, 18 Oct 2004 14:40:29 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 289BC43D3F for ; Mon, 18 Oct 2004 14:40:29 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i9IEeTpJ076050 for ; Mon, 18 Oct 2004 14:40:29 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i9IEeT4f076049; Mon, 18 Oct 2004 14:40:29 GMT (envelope-from gnats) Resent-Date: Mon, 18 Oct 2004 14:40:29 GMT Resent-Message-Id: <200410181440.i9IEeT4f076049@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, KATO Tsuguru Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EEC8716A4CE for ; Mon, 18 Oct 2004 14:30:41 +0000 (GMT) Received: from hfep04.dion.ne.jp (hfep04.dion.ne.jp [203.181.105.70]) by mx1.FreeBSD.org (Postfix) with ESMTP id F1A1343D2F for ; Mon, 18 Oct 2004 14:30:40 +0000 (GMT) (envelope-from tkato432@yahoo.com) Received: from localhost ([61.198.241.234]) by hfep04.dion.ne.jp with SMTP id <20041018143038390.RLVE@hfep04.dion.ne.jp> for ; Mon, 18 Oct 2004 23:30:38 +0900 Message-Id: <20041018233008.639e808b.tkato432@yahoo.com> Date: Mon, 18 Oct 2004 23:30:08 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/72818: Update port: cad/gmsh to 1.56.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Oct 2004 14:40:29 -0000 >Number: 72818 >Category: ports >Synopsis: Update port: cad/gmsh to 1.56.0 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Oct 18 14:40:28 GMT 2004 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 4.10-RELEASE-p3 i386 >Organization: >Environment: >Description: - Update to version 1.56.0 >How-To-Repeat: >Fix: diff -urN /usr/ports/cad/gmsh/Makefile cad/gmsh/Makefile --- /usr/ports/cad/gmsh/Makefile Wed Oct 13 02:21:24 2004 +++ cad/gmsh/Makefile Sun Oct 17 23:56:25 2004 @@ -6,7 +6,7 @@ # PORTNAME= gmsh -PORTVERSION= 1.55.5 +PORTVERSION= 1.56.0 CATEGORIES= cad MASTER_SITES= http://www.geuz.org/gmsh/src/ \ http://cm.bell-labs.com/netlib/voronoi/:triangle @@ -32,7 +32,7 @@ --with-gsl-prefix=${LOCALBASE} \ --with-jpeg-prefix=${LOCALBASE} \ --with-png-prefix=${LOCALBASE} -ALL_TARGET= all converters +ALL_TARGET= all utils MAN1= gmsh.1 @@ -61,9 +61,11 @@ ${WRKSRC}/demos/${demo} .endfor -post-install: - @${STRIP_CMD} ${PREFIX}/bin/gmsh - ${INSTALL_PROGRAM} ${WRKSRC}/bin/dxf2geo ${PREFIX}/bin +do-install: +.for file in dxf2geo gmsh mshsort + ${INSTALL_PROGRAM} ${WRKSRC}/bin/${file} ${PREFIX}/bin +.endfor + ${INSTALL_MAN} ${WRKSRC}/doc/gmsh.1 ${MANPREFIX}/man/man1 .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/doc/FAQ ${DOCSDIR} diff -urN /usr/ports/cad/gmsh/distinfo cad/gmsh/distinfo --- /usr/ports/cad/gmsh/distinfo Wed Oct 13 02:21:24 2004 +++ cad/gmsh/distinfo Sun Oct 17 23:36:33 2004 @@ -1,2 +1,2 @@ -MD5 (gmsh-1.55.5-source.tgz) = af20dfa6502e4eaf70b108dc21803198 -SIZE (gmsh-1.55.5-source.tgz) = 1708414 +MD5 (gmsh-1.56.0-source.tgz) = d5a5cf13e6279b4f2f274a995107a37c +SIZE (gmsh-1.56.0-source.tgz) = 1713220 diff -urN /usr/ports/cad/gmsh/pkg-plist cad/gmsh/pkg-plist --- /usr/ports/cad/gmsh/pkg-plist Tue Jun 15 00:13:36 2004 +++ cad/gmsh/pkg-plist Sun Oct 17 23:56:45 2004 @@ -1,5 +1,6 @@ -bin/gmsh bin/dxf2geo +bin/gmsh +bin/mshsort %%PORTDOCS%%%%DOCSDIR%%/FAQ %%PORTDOCS%%%%DOCSDIR%%/tutorial/bgmesh.pos %%PORTDOCS%%%%DOCSDIR%%/tutorial/t1.geo >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Oct 18 14:40:29 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A3A0E16A4CE for ; Mon, 18 Oct 2004 14:40:29 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7C8AD43D3F for ; Mon, 18 Oct 2004 14:40:29 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i9IEeTXs076063 for ; Mon, 18 Oct 2004 14:40:29 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i9IEeTSw076062; Mon, 18 Oct 2004 14:40:29 GMT (envelope-from gnats) Resent-Date: Mon, 18 Oct 2004 14:40:29 GMT Resent-Message-Id: <200410181440.i9IEeTSw076062@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, KATO Tsuguru Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1DE4D16A4CE for ; Mon, 18 Oct 2004 14:30:55 +0000 (GMT) Received: from hfep08.dion.ne.jp (hfep08.dion.ne.jp [203.181.105.74]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4D54F43D41 for ; Mon, 18 Oct 2004 14:30:53 +0000 (GMT) (envelope-from tkato432@yahoo.com) Received: from localhost ([61.198.241.234]) by hfep08.dion.ne.jp with SMTP id <20041018143046152.QMRN@hfep08.dion.ne.jp> for ; Mon, 18 Oct 2004 23:30:46 +0900 Message-Id: <20041018233010.5c11f2ad.tkato432@yahoo.com> Date: Mon, 18 Oct 2004 23:30:10 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/72819: Update port: games/xqf to 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Oct 2004 14:40:29 -0000 >Number: 72819 >Category: ports >Synopsis: Update port: games/xqf to 1.0 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Oct 18 14:40:29 GMT 2004 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 4.10-RELEASE-p3 i386 >Organization: >Environment: >Description: - Update to version 1.0 New file: files/patch-src::filter.c files/patch-src::pref.c >How-To-Repeat: >Fix: diff -urN /usr/ports/games/xqf/Makefile games/xqf/Makefile --- /usr/ports/games/xqf/Makefile Tue Oct 12 14:43:03 2004 +++ games/xqf/Makefile Thu Oct 14 02:04:25 2004 @@ -6,8 +6,7 @@ # PORTNAME= xqf -PORTVERSION= 0.9.14 -PORTREVISION= 1 +PORTVERSION= 1.0 CATEGORIES= games MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -15,15 +14,15 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Find quake servers -RUN_DEPENDS= qstat:${PORTSDIR}/games/qstat \ - wget:${PORTSDIR}/ftp/wget +RUN_DEPENDS= qstat:${PORTSDIR}/games/qstat -USE_GNOME= gnometarget intlhack +USE_X_PREFIX= yes +USE_GNOME= gnomehier gnometarget intlhack USE_GETOPT_LONG= yes USE_GETTEXT= yes USE_REINPLACE= yes +USE_GMAKE= yes GNU_CONFIGURE= yes - CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" MAN6= xqf.6 @@ -54,12 +53,14 @@ post-patch: @${FIND} ${WRKSRC} -name "Makefile.in" | ${XARGS} ${REINPLACE_CMD} -e \ - 's|: install-ApplicationsDATA|:|g ; \ + 's|: install-desktopDATA|:|g ; \ s|$$(datadir)/pixmaps|$$(pkgdatadir)/pixmaps|g' post-install: - @${MKDIR} ${DATADIR}/pixmaps - ${INSTALL_DATA} ${WRKSRC}/pixmaps/xqf_48x48.png ${DATADIR}/pixmaps + ${INSTALL_DATA} ${WRKSRC}/xqf.desktop \ + ${PREFIX}/share/gnome/applications + ${INSTALL_DATA} ${WRKSRC}/pixmaps/xqf_32x32.png \ + ${PREFIX}/share/gnome/pixmaps .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/docs/xqfdocs.html ${DOCSDIR} diff -urN /usr/ports/games/xqf/distinfo games/xqf/distinfo --- /usr/ports/games/xqf/distinfo Sat Apr 3 08:31:42 2004 +++ games/xqf/distinfo Mon Aug 16 21:09:21 2004 @@ -1,2 +1,2 @@ -MD5 (xqf-0.9.14.tar.gz) = e2d1d5c3d3b1f6e669958752b10b8d3d -SIZE (xqf-0.9.14.tar.gz) = 819210 +MD5 (xqf-1.0.tar.gz) = b56d76781b4444d1d25d8f772b88a477 +SIZE (xqf-1.0.tar.gz) = 894922 diff -urN /usr/ports/games/xqf/files/patch-src::filter.c games/xqf/files/patch-src::filter.c --- /usr/ports/games/xqf/files/patch-src::filter.c Thu Jan 1 09:00:00 1970 +++ games/xqf/files/patch-src::filter.c Mon Aug 16 21:42:19 2004 @@ -0,0 +1,13 @@ +--- src/filter.c.orig Mon Aug 2 00:03:17 2004 ++++ src/filter.c Mon Aug 16 21:41:39 2004 +@@ -2140,8 +2140,9 @@ + if(!filter_current_time) + { + struct server* s; ++ GSList* list; + printf("CONGRATULATION! You managed to filter more than %u times\n", UINT_MAX); +- GSList* list = all_servers(); ++ list = all_servers(); + for(;list; list = list->next) + { + s = (struct server *) list->data; diff -urN /usr/ports/games/xqf/files/patch-src::pref.c games/xqf/files/patch-src::pref.c --- /usr/ports/games/xqf/files/patch-src::pref.c Thu Jan 1 09:00:00 1970 +++ games/xqf/files/patch-src::pref.c Mon Aug 16 21:44:58 2004 @@ -0,0 +1,19 @@ +--- src/pref.c.orig Sun Aug 8 03:34:05 2004 ++++ src/pref.c Mon Aug 16 21:44:39 2004 +@@ -2486,6 +2486,7 @@ + GtkWidget *defaults_button; + GtkWidget *page_vbox; + struct game *g; ++ gint width; + + //tooltips = gtk_tooltips_new (); + +@@ -2660,7 +2661,7 @@ + } + } + +- gint width = gtk_clist_optimal_column_width (GTK_CLIST (arguments_clist), 0); ++ width = gtk_clist_optimal_column_width (GTK_CLIST (arguments_clist), 0); + gtk_clist_set_column_width (GTK_CLIST (arguments_clist), 0, width?width:60); + gtk_clist_set_column_width (GTK_CLIST (arguments_clist), 1, + gtk_clist_optimal_column_width (GTK_CLIST (arguments_clist), 1)); diff -urN /usr/ports/games/xqf/pkg-plist games/xqf/pkg-plist --- /usr/ports/games/xqf/pkg-plist Sat Apr 3 08:31:42 2004 +++ games/xqf/pkg-plist Mon Aug 16 22:28:35 2004 @@ -6,11 +6,131 @@ share/locale/de/LC_MESSAGES/xqf.mo share/locale/es/LC_MESSAGES/xqf.mo share/locale/fr/LC_MESSAGES/xqf.mo +share/gnome/applications/xqf.desktop +share/gnome/pixmaps/xqf_32x32.png +%%DATADIR%%/default/flags/ae.png +%%DATADIR%%/default/flags/ag.png +%%DATADIR%%/default/flags/ar.png +%%DATADIR%%/default/flags/at.png +%%DATADIR%%/default/flags/au.png +%%DATADIR%%/default/flags/az.png +%%DATADIR%%/default/flags/ba.png +%%DATADIR%%/default/flags/bb.png +%%DATADIR%%/default/flags/bd.png +%%DATADIR%%/default/flags/be.png +%%DATADIR%%/default/flags/bg.png +%%DATADIR%%/default/flags/bh.png +%%DATADIR%%/default/flags/bo.png +%%DATADIR%%/default/flags/br.png +%%DATADIR%%/default/flags/by.png +%%DATADIR%%/default/flags/ca.png +%%DATADIR%%/default/flags/ch.png +%%DATADIR%%/default/flags/cl.png +%%DATADIR%%/default/flags/cn.png +%%DATADIR%%/default/flags/co.png +%%DATADIR%%/default/flags/cr.png +%%DATADIR%%/default/flags/cu.png +%%DATADIR%%/default/flags/cz.png +%%DATADIR%%/default/flags/de.png +%%DATADIR%%/default/flags/dj.png +%%DATADIR%%/default/flags/dk.png +%%DATADIR%%/default/flags/do.png +%%DATADIR%%/default/flags/dz.png +%%DATADIR%%/default/flags/ec.png +%%DATADIR%%/default/flags/ee.png +%%DATADIR%%/default/flags/eg.png +%%DATADIR%%/default/flags/es.png +%%DATADIR%%/default/flags/fi.png +%%DATADIR%%/default/flags/fr.png +%%DATADIR%%/default/flags/gb.png +%%DATADIR%%/default/flags/gd.png +%%DATADIR%%/default/flags/gh.png +%%DATADIR%%/default/flags/gr.png +%%DATADIR%%/default/flags/gt.png +%%DATADIR%%/default/flags/hn.png +%%DATADIR%%/default/flags/hr.png +%%DATADIR%%/default/flags/hu.png +%%DATADIR%%/default/flags/id.png +%%DATADIR%%/default/flags/ie.png +%%DATADIR%%/default/flags/il.png +%%DATADIR%%/default/flags/in.png +%%DATADIR%%/default/flags/iq.png +%%DATADIR%%/default/flags/ir.png +%%DATADIR%%/default/flags/is.png +%%DATADIR%%/default/flags/it.png +%%DATADIR%%/default/flags/jm.png +%%DATADIR%%/default/flags/jo.png +%%DATADIR%%/default/flags/jp.png +%%DATADIR%%/default/flags/kn.png +%%DATADIR%%/default/flags/kp.png +%%DATADIR%%/default/flags/kr.png +%%DATADIR%%/default/flags/kw.png %%DATADIR%%/default/flags/lan.png +%%DATADIR%%/default/flags/lb.png +%%DATADIR%%/default/flags/lc.png +%%DATADIR%%/default/flags/lt.png +%%DATADIR%%/default/flags/lu.png +%%DATADIR%%/default/flags/lv.png +%%DATADIR%%/default/flags/ly.png +%%DATADIR%%/default/flags/ma.png +%%DATADIR%%/default/flags/mk.png +%%DATADIR%%/default/flags/mt.png +%%DATADIR%%/default/flags/mx.png +%%DATADIR%%/default/flags/ni.png +%%DATADIR%%/default/flags/nl.png +%%DATADIR%%/default/flags/no.png +%%DATADIR%%/default/flags/nz.png +%%DATADIR%%/default/flags/om.png +%%DATADIR%%/default/flags/pa.png +%%DATADIR%%/default/flags/pe.png +%%DATADIR%%/default/flags/pl.png +%%DATADIR%%/default/flags/ps.png +%%DATADIR%%/default/flags/pt.png +%%DATADIR%%/default/flags/py.png +%%DATADIR%%/default/flags/qa.png +%%DATADIR%%/default/flags/ro.png +%%DATADIR%%/default/flags/ru.png +%%DATADIR%%/default/flags/sa.png +%%DATADIR%%/default/flags/sd.png +%%DATADIR%%/default/flags/se.png +%%DATADIR%%/default/flags/si.png +%%DATADIR%%/default/flags/sk.png +%%DATADIR%%/default/flags/so.png +%%DATADIR%%/default/flags/sr.png +%%DATADIR%%/default/flags/sv.png +%%DATADIR%%/default/flags/sy.png +%%DATADIR%%/default/flags/th.png +%%DATADIR%%/default/flags/tn.png +%%DATADIR%%/default/flags/tr.png +%%DATADIR%%/default/flags/tt.png +%%DATADIR%%/default/flags/tw.png +%%DATADIR%%/default/flags/ua.png +%%DATADIR%%/default/flags/us.png +%%DATADIR%%/default/flags/uy.png +%%DATADIR%%/default/flags/vc.png +%%DATADIR%%/default/flags/ve.png +%%DATADIR%%/default/flags/vn.png +%%DATADIR%%/default/flags/ye.png +%%DATADIR%%/default/flags/za.png %%DATADIR%%/default/splash.png +%%DATADIR%%/default/trayicon/around_frame_1.png +%%DATADIR%%/default/trayicon/around_frame_2.png +%%DATADIR%%/default/trayicon/around_frame_3.png +%%DATADIR%%/default/trayicon/around_frame_4.png +%%DATADIR%%/default/trayicon/busy.ani +%%DATADIR%%/default/trayicon/frame_basic.png +%%DATADIR%%/default/trayicon/ready.ani +%%DATADIR%%/default/trayicon/red_frame_1_4.png +%%DATADIR%%/default/trayicon/red_frame_2_4.png +%%DATADIR%%/default/trayicon/red_frame_3_4.png +%%DATADIR%%/default/trayicon/red_frame_4_4.png +%%DATADIR%%/pixmaps/xqf_22x22.png +%%DATADIR%%/pixmaps/xqf_32x32.png %%DATADIR%%/pixmaps/xqf_48x48.png +%%DATADIR%%/pixmaps/xqf_48x48_2.png %%DATADIR%%/qstat.cfg @dirrm %%DATADIR%%/pixmaps +@dirrm %%DATADIR%%/default/trayicon @dirrm %%DATADIR%%/default/flags @dirrm %%DATADIR%%/default @dirrm %%DATADIR%% >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Oct 18 14:40:30 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1C0DD16A4D1 for ; Mon, 18 Oct 2004 14:40:30 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id CCA3A43D3F for ; Mon, 18 Oct 2004 14:40:29 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i9IEeTvi076076 for ; Mon, 18 Oct 2004 14:40:29 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i9IEeTk7076075; Mon, 18 Oct 2004 14:40:29 GMT (envelope-from gnats) Resent-Date: Mon, 18 Oct 2004 14:40:29 GMT Resent-Message-Id: <200410181440.i9IEeTk7076075@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, KATO Tsuguru Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 13A8016A4CE for ; Mon, 18 Oct 2004 14:31:02 +0000 (GMT) Received: from hfep07.dion.ne.jp (hfep07.dion.ne.jp [203.181.105.73]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3B5E643D31 for ; Mon, 18 Oct 2004 14:31:01 +0000 (GMT) (envelope-from tkato432@yahoo.com) Received: from localhost ([61.198.241.234]) by hfep07.dion.ne.jp with SMTP id <20041018143058280.QJCR@hfep07.dion.ne.jp> for ; Mon, 18 Oct 2004 23:30:58 +0900 Message-Id: <20041018233012.72e2f594.tkato432@yahoo.com> Date: Mon, 18 Oct 2004 23:30:12 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/72820: Update port: graphics/sane-frontends to 1.0.13 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Oct 2004 14:40:30 -0000 >Number: 72820 >Category: ports >Synopsis: Update port: graphics/sane-frontends to 1.0.13 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Oct 18 14:40:29 GMT 2004 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 4.10-RELEASE-p3 i386 >Organization: >Environment: >Description: - Update to version 1.0.13 >How-To-Repeat: >Fix: diff -urN /usr/ports/graphics/sane-frontends/Makefile graphics/sane-frontends/Makefile --- /usr/ports/graphics/sane-frontends/Makefile Wed Aug 25 20:18:29 2004 +++ graphics/sane-frontends/Makefile Mon Oct 18 17:46:26 2004 @@ -6,7 +6,7 @@ # PORTNAME= sane-frontends -PORTVERSION= 1.0.12 +PORTVERSION= 1.0.13 CATEGORIES= graphics MASTER_SITES= ftp://ftp.sane-project.org/pub/sane/%SUBDIR%/ \ ftp://ftp2.sane-project.org/pub/sane/%SUBDIR%/ \ diff -urN /usr/ports/graphics/sane-frontends/distinfo graphics/sane-frontends/distinfo --- /usr/ports/graphics/sane-frontends/distinfo Mon Apr 19 11:36:59 2004 +++ graphics/sane-frontends/distinfo Mon Oct 18 17:48:59 2004 @@ -1,2 +1,2 @@ -MD5 (sane-frontends-1.0.12.tar.gz) = 6a6166428491b268f5ebe03f16d1bc1f -SIZE (sane-frontends-1.0.12.tar.gz) = 202872 +MD5 (sane-frontends-1.0.13.tar.gz) = 2930626e627df49b45192a722cedc8a6 +SIZE (sane-frontends-1.0.13.tar.gz) = 210901 >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Oct 18 14:40:30 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 56F8016A4CE for ; Mon, 18 Oct 2004 14:40:30 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 289BB43D3F for ; Mon, 18 Oct 2004 14:40:30 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i9IEeUCs076089 for ; Mon, 18 Oct 2004 14:40:30 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i9IEeUW7076088; Mon, 18 Oct 2004 14:40:30 GMT (envelope-from gnats) Resent-Date: Mon, 18 Oct 2004 14:40:30 GMT Resent-Message-Id: <200410181440.i9IEeUW7076088@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, KATO Tsuguru Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9DFCC16A4CE for ; Mon, 18 Oct 2004 14:31:09 +0000 (GMT) Received: from hfep01.dion.ne.jp (hfep01.dion.ne.jp [203.181.105.67]) by mx1.FreeBSD.org (Postfix) with ESMTP id A005E43D4C for ; Mon, 18 Oct 2004 14:31:08 +0000 (GMT) (envelope-from tkato432@yahoo.com) Received: from localhost ([61.198.241.234]) by hfep01.dion.ne.jp with SMTP id <20041018143105432.RCHH@hfep01.dion.ne.jp> for ; Mon, 18 Oct 2004 23:31:05 +0900 Message-Id: <20041018233013.2f8b7e4e.tkato432@yahoo.com> Date: Mon, 18 Oct 2004 23:30:13 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/72821: Update port: graphics/xpaint to 2.7.2 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Oct 2004 14:40:30 -0000 >Number: 72821 >Category: ports >Synopsis: Update port: graphics/xpaint to 2.7.2 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Oct 18 14:40:29 GMT 2004 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 4.10-RELEASE-p3 i386 >Organization: >Environment: >Description: - Update to version 2.7.2 >How-To-Repeat: >Fix: diff -urN /usr/ports/graphics/xpaint/Makefile graphics/xpaint/Makefile --- /usr/ports/graphics/xpaint/Makefile Sat Aug 28 21:58:52 2004 +++ graphics/xpaint/Makefile Sun Oct 17 08:50:09 2004 @@ -6,7 +6,7 @@ # PORTNAME= xpaint -PORTVERSION= 2.7.1 +PORTVERSION= 2.7.2 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ ftp://ftp.ac-grenoble.fr/Office/ diff -urN /usr/ports/graphics/xpaint/distinfo graphics/xpaint/distinfo --- /usr/ports/graphics/xpaint/distinfo Sat Aug 28 21:58:52 2004 +++ graphics/xpaint/distinfo Sun Oct 17 08:59:47 2004 @@ -1,2 +1,2 @@ -MD5 (xpaint-2.7.1.tar.bz2) = e7e2f5e97bc56f9242c52ae0cc07fa23 -SIZE (xpaint-2.7.1.tar.bz2) = 603018 +MD5 (xpaint-2.7.2.tar.bz2) = 4713789df2aabc0d1352a63b10315864 +SIZE (xpaint-2.7.2.tar.bz2) = 609645 >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Oct 18 14:40:30 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AE5A116A4CE for ; Mon, 18 Oct 2004 14:40:30 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7CA3643D3F for ; Mon, 18 Oct 2004 14:40:30 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i9IEeUBk076102 for ; Mon, 18 Oct 2004 14:40:30 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i9IEeURV076101; Mon, 18 Oct 2004 14:40:30 GMT (envelope-from gnats) Resent-Date: Mon, 18 Oct 2004 14:40:30 GMT Resent-Message-Id: <200410181440.i9IEeURV076101@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, KATO Tsuguru Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3B21816A4CE for ; Mon, 18 Oct 2004 14:31:16 +0000 (GMT) Received: from hfep03.dion.ne.jp (hfep03.dion.ne.jp [203.181.105.69]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6296C43D2F for ; Mon, 18 Oct 2004 14:31:15 +0000 (GMT) (envelope-from tkato432@yahoo.com) Received: from localhost ([61.198.241.234]) by hfep03.dion.ne.jp with SMTP id <20041018143112663.QTML@hfep03.dion.ne.jp> for ; Mon, 18 Oct 2004 23:31:12 +0900 Message-Id: <20041018233015.772deb99.tkato432@yahoo.com> Date: Mon, 18 Oct 2004 23:30:15 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/72822: Update port: math/GiNaC to 1.2.4 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Oct 2004 14:40:30 -0000 >Number: 72822 >Category: ports >Synopsis: Update port: math/GiNaC to 1.2.4 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Oct 18 14:40:30 GMT 2004 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 4.10-RELEASE-p3 i386 >Organization: >Environment: >Description: - Update to version 1.2.4 >How-To-Repeat: >Fix: diff -urN /usr/ports/math/GiNaC/Makefile math/GiNaC/Makefile --- /usr/ports/math/GiNaC/Makefile Fri Oct 1 02:21:35 2004 +++ math/GiNaC/Makefile Wed Oct 13 14:26:27 2004 @@ -7,7 +7,7 @@ # PORTNAME= GiNaC -PORTVERSION= 1.2.3 +PORTVERSION= 1.2.4 CATEGORIES= math MASTER_SITES= ftp://ftpthep.physik.uni-mainz.de/pub/GiNaC/ \ http://www.ginac.de/ diff -urN /usr/ports/math/GiNaC/distinfo math/GiNaC/distinfo --- /usr/ports/math/GiNaC/distinfo Tue Aug 17 13:47:46 2004 +++ math/GiNaC/distinfo Wed Oct 13 18:44:04 2004 @@ -1,2 +1,2 @@ -MD5 (GiNaC-1.2.3.tar.bz2) = ed63e9b45bb06f24ea18a746e1f4270a -SIZE (GiNaC-1.2.3.tar.bz2) = 750136 +MD5 (GiNaC-1.2.4.tar.bz2) = 6f8cb48b73a96b68d498fbb440a79932 +SIZE (GiNaC-1.2.4.tar.bz2) = 633515 diff -urN /usr/ports/math/GiNaC/pkg-plist math/GiNaC/pkg-plist --- /usr/ports/math/GiNaC/pkg-plist Tue Aug 17 13:47:46 2004 +++ math/GiNaC/pkg-plist Wed Oct 13 19:30:19 2004 @@ -46,7 +46,7 @@ lib/libginac.a lib/libginac.so lib/libginac-1.2.so -lib/libginac-1.2.so.3 +lib/libginac-1.2.so.4 libdata/pkgconfig/ginac.pc share/aclocal/ginac.m4 @dirrm include/ginac >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Oct 18 14:40:31 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 04AD416A4CE for ; Mon, 18 Oct 2004 14:40:31 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id CAF0943D3F for ; Mon, 18 Oct 2004 14:40:30 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i9IEeUfu076115 for ; Mon, 18 Oct 2004 14:40:30 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i9IEeUgs076114; Mon, 18 Oct 2004 14:40:30 GMT (envelope-from gnats) Resent-Date: Mon, 18 Oct 2004 14:40:30 GMT Resent-Message-Id: <200410181440.i9IEeUgs076114@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, KATO Tsuguru Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8517316A4CE for ; Mon, 18 Oct 2004 14:31:22 +0000 (GMT) Received: from hfep08.dion.ne.jp (hfep08.dion.ne.jp [203.181.105.74]) by mx1.FreeBSD.org (Postfix) with ESMTP id 77F0043D49 for ; Mon, 18 Oct 2004 14:31:21 +0000 (GMT) (envelope-from tkato432@yahoo.com) Received: from localhost ([61.198.241.234]) by hfep08.dion.ne.jp with SMTP id <20041018143119096.QMYJ@hfep08.dion.ne.jp> for ; Mon, 18 Oct 2004 23:31:19 +0900 Message-Id: <20041018233017.311bc95f.tkato432@yahoo.com> Date: Mon, 18 Oct 2004 23:30:17 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/72823: Update port: security/gss to 0.0.14 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Oct 2004 14:40:31 -0000 >Number: 72823 >Category: ports >Synopsis: Update port: security/gss to 0.0.14 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Oct 18 14:40:30 GMT 2004 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 4.10-RELEASE-p3 i386 >Organization: >Environment: >Description: - Update to version 0.0.14 >How-To-Repeat: >Fix: diff -urN /usr/ports/security/gss/Makefile security/gss/Makefile --- /usr/ports/security/gss/Makefile Mon Aug 9 03:08:39 2004 +++ security/gss/Makefile Sat Oct 16 02:19:04 2004 @@ -7,7 +7,7 @@ # PORTNAME= gss -PORTVERSION= 0.0.13 +PORTVERSION= 0.0.14 CATEGORIES= security MASTER_SITES= http://josefsson.org/${PORTNAME}/releases/ \ ${MASTER_SITE_GNU_ALPHA} diff -urN /usr/ports/security/gss/distinfo security/gss/distinfo --- /usr/ports/security/gss/distinfo Mon Aug 9 03:08:40 2004 +++ security/gss/distinfo Sat Oct 16 12:47:41 2004 @@ -1,2 +1,2 @@ -MD5 (gss-0.0.13.tar.gz) = 7058e665fb8666bd9a4274be9eb9f01a -SIZE (gss-0.0.13.tar.gz) = 1336436 +MD5 (gss-0.0.14.tar.gz) = d7faa347651ab813aef627a1ba205deb +SIZE (gss-0.0.14.tar.gz) = 1343806 >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Oct 18 14:40:31 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 621C516A4CE for ; Mon, 18 Oct 2004 14:40:31 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 38FDF43D2F for ; Mon, 18 Oct 2004 14:40:31 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i9IEeVZA076128 for ; Mon, 18 Oct 2004 14:40:31 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i9IEeVbt076127; Mon, 18 Oct 2004 14:40:31 GMT (envelope-from gnats) Resent-Date: Mon, 18 Oct 2004 14:40:31 GMT Resent-Message-Id: <200410181440.i9IEeVbt076127@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, KATO Tsuguru Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CEDF316A4CE for ; Mon, 18 Oct 2004 14:31:31 +0000 (GMT) Received: from hfep03.dion.ne.jp (hfep03.dion.ne.jp [203.181.105.69]) by mx1.FreeBSD.org (Postfix) with ESMTP id 844A243D41 for ; Mon, 18 Oct 2004 14:31:30 +0000 (GMT) (envelope-from tkato432@yahoo.com) Received: from localhost ([61.198.241.234]) by hfep03.dion.ne.jp with SMTP id <20041018143125624.QTPO@hfep03.dion.ne.jp> for ; Mon, 18 Oct 2004 23:31:25 +0900 Message-Id: <20041018233018.53d7cb9c.tkato432@yahoo.com> Date: Mon, 18 Oct 2004 23:30:18 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/72824: Update port: security/shishi to 0.0.18 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Oct 2004 14:40:31 -0000 >Number: 72824 >Category: ports >Synopsis: Update port: security/shishi to 0.0.18 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Oct 18 14:40:30 GMT 2004 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 4.10-RELEASE-p3 i386 >Organization: >Environment: >Description: - Update to version 0.0.18 >How-To-Repeat: >Fix: diff -urN /usr/ports/security/shishi/Makefile security/shishi/Makefile --- /usr/ports/security/shishi/Makefile Mon Aug 9 03:09:11 2004 +++ security/shishi/Makefile Sat Oct 16 02:19:24 2004 @@ -7,7 +7,7 @@ # PORTNAME= shishi -PORTVERSION= 0.0.17 +PORTVERSION= 0.0.18 CATEGORIES= security MASTER_SITES= http://josefsson.org/${PORTNAME}/releases/ \ ${MASTER_SITE_GNU_ALPHA} diff -urN /usr/ports/security/shishi/Makefile.man security/shishi/Makefile.man --- /usr/ports/security/shishi/Makefile.man Mon Aug 2 21:26:13 2004 +++ security/shishi/Makefile.man Sat Oct 16 12:43:30 2004 @@ -30,8 +30,8 @@ MAN3+= shishi_ap_authenticator.3 MAN3+= shishi_ap_authenticator_cksumdata.3 MAN3+= shishi_ap_authenticator_cksumdata_set.3 -MAN3+= shishi_ap_authenticator_cksumtype.3 MAN3+= shishi_ap_authenticator_cksumraw_set.3 +MAN3+= shishi_ap_authenticator_cksumtype.3 MAN3+= shishi_ap_authenticator_cksumtype_set.3 MAN3+= shishi_ap_authenticator_set.3 MAN3+= shishi_ap_done.3 @@ -137,11 +137,17 @@ MAN3+= shishi_asn1_krbsafe.3 MAN3+= shishi_asn1_msgtype.3 MAN3+= shishi_asn1_priv.3 +MAN3+= shishi_asn1_read.3 +MAN3+= shishi_asn1_read_inline.3 +MAN3+= shishi_asn1_read_optional.3 MAN3+= shishi_asn1_tgsrep.3 MAN3+= shishi_asn1_tgsreq.3 MAN3+= shishi_asn1_ticket.3 +MAN3+= shishi_asn1_to_der.3 +MAN3+= shishi_asn1_to_der_field.3 MAN3+= shishi_asrep.3 MAN3+= shishi_asreq.3 +MAN3+= shishi_asreq_clientrealm.3 MAN3+= shishi_authenticator.3 MAN3+= shishi_authenticator_add_authorizationdata.3 MAN3+= shishi_authenticator_add_cksum.3 @@ -152,7 +158,9 @@ MAN3+= shishi_authenticator_authorizationdata.3 MAN3+= shishi_authenticator_cksum.3 MAN3+= shishi_authenticator_clear_authorizationdata.3 +MAN3+= shishi_authenticator_client.3 MAN3+= shishi_authenticator_client_set.3 +MAN3+= shishi_authenticator_clientrealm.3 MAN3+= shishi_authenticator_ctime.3 MAN3+= shishi_authenticator_ctime_set.3 MAN3+= shishi_authenticator_cusec_get.3 @@ -271,6 +279,7 @@ MAN3+= shishi_encrypt_ivupdate_etype.3 MAN3+= shishi_encticketpart_authtime_set.3 MAN3+= shishi_encticketpart_client.3 +MAN3+= shishi_encticketpart_clientrealm.3 MAN3+= shishi_encticketpart_cname_set.3 MAN3+= shishi_encticketpart_crealm_set.3 MAN3+= shishi_encticketpart_endtime_set.3 @@ -314,7 +323,6 @@ MAN3+= shishi_kdcrep_from_file.3 MAN3+= shishi_kdcrep_get_enc_part_etype.3 MAN3+= shishi_kdcrep_get_ticket.3 -MAN3+= shishi_kdcreq_nonce_set.3 MAN3+= shishi_kdcrep_parse.3 MAN3+= shishi_kdcrep_print.3 MAN3+= shishi_kdcrep_read.3 @@ -335,6 +343,7 @@ MAN3+= shishi_kdcreq_from_file.3 MAN3+= shishi_kdcreq_get_padata.3 MAN3+= shishi_kdcreq_get_padata_tgs.3 +MAN3+= shishi_kdcreq_nonce_set.3 MAN3+= shishi_kdcreq_options.3 MAN3+= shishi_kdcreq_options_add.3 MAN3+= shishi_kdcreq_options_set.3 @@ -385,8 +394,8 @@ MAN3+= shishi_keys_for_serverrealm_in_file.3 MAN3+= shishi_krberror.3 MAN3+= shishi_krberror_build.3 +MAN3+= shishi_krberror_client.3 MAN3+= shishi_krberror_client_set.3 -MAN3+= shishi_krberror_cname.3 MAN3+= shishi_krberror_crealm.3 MAN3+= shishi_krberror_ctime.3 MAN3+= shishi_krberror_ctime_set.3 @@ -414,6 +423,7 @@ MAN3+= shishi_krberror_remove_etext.3 MAN3+= shishi_krberror_remove_sname.3 MAN3+= shishi_krberror_save.3 +MAN3+= shishi_krberror_server.3 MAN3+= shishi_krberror_server_set.3 MAN3+= shishi_krberror_set_cname.3 MAN3+= shishi_krberror_set_crealm.3 @@ -421,7 +431,6 @@ MAN3+= shishi_krberror_set_etext.3 MAN3+= shishi_krberror_set_realm.3 MAN3+= shishi_krberror_set_sname.3 -MAN3+= shishi_krberror_sname.3 MAN3+= shishi_krberror_stime.3 MAN3+= shishi_krberror_stime_set.3 MAN3+= shishi_krberror_susec.3 @@ -430,11 +439,13 @@ MAN3+= shishi_md4.3 MAN3+= shishi_md5.3 MAN3+= shishi_n_fold.3 +MAN3+= shishi_parse_name.3 MAN3+= shishi_pbkdf2_sha1.3 MAN3+= shishi_principal_default.3 MAN3+= shishi_principal_default_guess.3 MAN3+= shishi_principal_default_set.3 MAN3+= shishi_principal_name.3 +MAN3+= shishi_principal_name_realm.3 MAN3+= shishi_principal_name_set.3 MAN3+= shishi_principal_set.3 MAN3+= shishi_priv.3 @@ -468,6 +479,8 @@ MAN3+= shishi_realm_for_server.3 MAN3+= shishi_realm_for_server_dns.3 MAN3+= shishi_realm_for_server_file.3 +MAN3+= shishi_resolv.3 +MAN3+= shishi_resolv_free.3 MAN3+= shishi_safe.3 MAN3+= shishi_safe_build.3 MAN3+= shishi_safe_cksum.3 @@ -489,6 +502,7 @@ MAN3+= shishi_safe_user_data.3 MAN3+= shishi_safe_verify.3 MAN3+= shishi_server.3 +MAN3+= shishi_server_for_local_service.3 MAN3+= shishi_strerror.3 MAN3+= shishi_string_to_key.3 MAN3+= shishi_tgs.3 @@ -533,7 +547,8 @@ MAN3+= shishi_tkt_authctime.3 MAN3+= shishi_tkt_client.3 MAN3+= shishi_tkt_client_p.3 -MAN3+= shishi_tkt_cnamerealm_p.3 +MAN3+= shishi_tkt_clientrealm.3 +MAN3+= shishi_tkt_clientrealm_p.3 MAN3+= shishi_tkt_done.3 MAN3+= shishi_tkt_enckdcreppart.3 MAN3+= shishi_tkt_enckdcreppart_set.3 diff -urN /usr/ports/security/shishi/distinfo security/shishi/distinfo --- /usr/ports/security/shishi/distinfo Mon Aug 9 03:09:11 2004 +++ security/shishi/distinfo Sat Oct 16 12:17:26 2004 @@ -1,2 +1,2 @@ -MD5 (shishi-0.0.17.tar.gz) = ad68e665be456c22a924c9e035bd8603 -SIZE (shishi-0.0.17.tar.gz) = 2680271 +MD5 (shishi-0.0.18.tar.gz) = e31916f00f6a97e2795113db202282d1 +SIZE (shishi-0.0.18.tar.gz) = 2876168 >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Oct 18 14:40:31 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D3E6E16A4CF for ; Mon, 18 Oct 2004 14:40:31 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id B80EC43D48 for ; Mon, 18 Oct 2004 14:40:31 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i9IEeVgo076141 for ; Mon, 18 Oct 2004 14:40:31 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i9IEeVrX076140; Mon, 18 Oct 2004 14:40:31 GMT (envelope-from gnats) Resent-Date: Mon, 18 Oct 2004 14:40:31 GMT Resent-Message-Id: <200410181440.i9IEeVrX076140@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, KATO Tsuguru Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9EC7B16A4CE for ; Mon, 18 Oct 2004 14:31:38 +0000 (GMT) Received: from hfep03.dion.ne.jp (hfep03.dion.ne.jp [203.181.105.69]) by mx1.FreeBSD.org (Postfix) with ESMTP id C75C343D2D for ; Mon, 18 Oct 2004 14:31:37 +0000 (GMT) (envelope-from tkato432@yahoo.com) Received: from localhost ([61.198.241.234]) by hfep03.dion.ne.jp with SMTP id <20041018143134797.QTRW@hfep03.dion.ne.jp> for ; Mon, 18 Oct 2004 23:31:34 +0900 Message-Id: <20041018233020.33a9b1e5.tkato432@yahoo.com> Date: Mon, 18 Oct 2004 23:30:20 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/72825: Update port: x11-toolkits/bwidget to 1.7.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Oct 2004 14:40:32 -0000 >Number: 72825 >Category: ports >Synopsis: Update port: x11-toolkits/bwidget to 1.7.0 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Oct 18 14:40:31 GMT 2004 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 4.10-RELEASE-p3 i386 >Organization: >Environment: >Description: - Update to version 1.7.0 >How-To-Repeat: >Fix: diff -urN /usr/ports/x11-toolkits/bwidget/Makefile x11-toolkits/bwidget/Makefile --- /usr/ports/x11-toolkits/bwidget/Makefile Sun Dec 21 19:46:32 2003 +++ x11-toolkits/bwidget/Makefile Sat Oct 9 23:34:36 2004 @@ -6,7 +6,7 @@ # PORTNAME= bwidget -PORTVERSION= 1.4.1 +PORTVERSION= 1.7.0 CATEGORIES= x11-toolkits MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= tcllib @@ -20,10 +20,11 @@ do-install: @$(MKDIR) ${PREFIX}/lib/bwidget ${INSTALL_DATA} ${WRKSRC}/*.tcl ${PREFIX}/lib/bwidget - ${CP} -R ${WRKSRC}/lang ${PREFIX}/lib/bwidget - ${CP} -R ${WRKSRC}/images ${PREFIX}/lib/bwidget + ${TAR} -C ${WRKSRC} -cf - images lang | \ + ${TAR} -C ${PREFIX}/lib/bwidget --unlink -xf - + @${CHOWN} -R ${SHAREOWN}:${SHAREGRP} ${PREFIX}/lib/bwidget .if !defined(NOPORTDOCS) - @$(MKDIR) $(DOCSDIR) + @$(MKDIR) ${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/BWman/*.htm* ${DOCSDIR} .endif diff -urN /usr/ports/x11-toolkits/bwidget/distinfo x11-toolkits/bwidget/distinfo --- /usr/ports/x11-toolkits/bwidget/distinfo Fri Jan 30 14:55:50 2004 +++ x11-toolkits/bwidget/distinfo Sat Oct 9 23:32:16 2004 @@ -1,2 +1,2 @@ -MD5 (BWidget-1.4.1.tar.gz) = 4cdff468030e56f592f9a2852f417b8c -SIZE (BWidget-1.4.1.tar.gz) = 179539 +MD5 (BWidget-1.7.0.tar.gz) = d28c6b781dd06f09e55bbb3fccb1ee3c +SIZE (BWidget-1.7.0.tar.gz) = 204095 diff -urN /usr/ports/x11-toolkits/bwidget/pkg-plist x11-toolkits/bwidget/pkg-plist --- /usr/ports/x11-toolkits/bwidget/pkg-plist Mon Jan 6 16:10:31 2003 +++ x11-toolkits/bwidget/pkg-plist Sat Oct 9 23:36:17 2004 @@ -68,10 +68,8 @@ lib/bwidget/tree.tcl lib/bwidget/utils.tcl lib/bwidget/widget.tcl +lib/bwidget/wizard.tcl lib/bwidget/xpm2image.tcl -@dirrm lib/bwidget/images -@dirrm lib/bwidget/lang -@dirrm lib/bwidget %%PORTDOCS%%%%DOCSDIR%%/ArrowButton.html %%PORTDOCS%%%%DOCSDIR%%/BWidget.html %%PORTDOCS%%%%DOCSDIR%%/Button.html @@ -109,3 +107,6 @@ %%PORTDOCS%%%%DOCSDIR%%/navtree.html %%PORTDOCS%%%%DOCSDIR%%/options.htm %%PORTDOCS%%@dirrm %%DOCSDIR%% +@dirrm lib/bwidget/lang +@dirrm lib/bwidget/images +@dirrm lib/bwidget >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Oct 18 14:40:32 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 55AE216A4D7 for ; Mon, 18 Oct 2004 14:40:32 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2AA6A43D2F for ; Mon, 18 Oct 2004 14:40:32 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i9IEeWZX076156 for ; Mon, 18 Oct 2004 14:40:32 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i9IEeWL0076155; Mon, 18 Oct 2004 14:40:32 GMT (envelope-from gnats) Resent-Date: Mon, 18 Oct 2004 14:40:32 GMT Resent-Message-Id: <200410181440.i9IEeWL0076155@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, KATO Tsuguru Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6B76616A4CE for ; Mon, 18 Oct 2004 14:31:45 +0000 (GMT) Received: from hfep05.dion.ne.jp (hfep05.dion.ne.jp [203.181.105.71]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8A98E43D1F for ; Mon, 18 Oct 2004 14:31:44 +0000 (GMT) (envelope-from tkato432@yahoo.com) Received: from localhost ([61.198.241.234]) by hfep05.dion.ne.jp with SMTP id <20041018143141737.QXYO@hfep05.dion.ne.jp> for ; Mon, 18 Oct 2004 23:31:41 +0900 Message-Id: <20041018233021.5f468c20.tkato432@yahoo.com> Date: Mon, 18 Oct 2004 23:30:21 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/72826: Update port: x11-toolkits/fox-devel to 1.2.11 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Oct 2004 14:40:32 -0000 >Number: 72826 >Category: ports >Synopsis: Update port: x11-toolkits/fox-devel to 1.2.11 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Oct 18 14:40:31 GMT 2004 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 4.10-RELEASE-p3 i386 >Organization: >Environment: >Description: - Update to version 1.2.11 >How-To-Repeat: >Fix: diff -urN /usr/ports/x11-toolkits/fox-devel/Makefile x11-toolkits/fox-devel/Makefile --- /usr/ports/x11-toolkits/fox-devel/Makefile Mon Aug 16 02:30:02 2004 +++ x11-toolkits/fox-devel/Makefile Tue Oct 12 17:28:39 2004 @@ -25,7 +25,7 @@ LATEST_LINK= fox-devel MAJORVER= 1.2 -SHVER= 9 +SHVER= 11 PLIST_SUB+= MAJORVER=${MAJORVER} SHVER=${SHVER} USE_GNOME= lthack diff -urN /usr/ports/x11-toolkits/fox-devel/distinfo x11-toolkits/fox-devel/distinfo --- /usr/ports/x11-toolkits/fox-devel/distinfo Sat Aug 14 14:03:12 2004 +++ x11-toolkits/fox-devel/distinfo Wed Oct 13 20:30:59 2004 @@ -1,2 +1,2 @@ -MD5 (fox-1.2.9.tar.gz) = 6cf5a0562ea2a097e6d1e0c4fd9d1bba -SIZE (fox-1.2.9.tar.gz) = 3770101 +MD5 (fox-1.2.11.tar.gz) = cbe15ef87f6ad815689b3ca7322eb8c5 +SIZE (fox-1.2.11.tar.gz) = 3770933 >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Oct 18 15:00:47 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7DDDA16A4D5 for ; Mon, 18 Oct 2004 15:00:47 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5E4BC43D46 for ; Mon, 18 Oct 2004 15:00:47 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i9IF0lpp076976 for ; Mon, 18 Oct 2004 15:00:47 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i9IF0luZ076975; Mon, 18 Oct 2004 15:00:47 GMT (envelope-from gnats) Resent-Date: Mon, 18 Oct 2004 15:00:47 GMT Resent-Message-Id: <200410181500.i9IF0luZ076975@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Fernan Aguero Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1B63716A4D2; Mon, 18 Oct 2004 15:00:12 +0000 (GMT) Received: from smtp.unsam.edu.ar (smtp.unsam.edu.ar [170.210.48.3]) by mx1.FreeBSD.org (Postfix) with ESMTP id 711FB43D41; Mon, 18 Oct 2004 15:00:07 +0000 (GMT) (envelope-from fernan@pi.iib.unsam.edu.ar) Received: from pi.iib.unsam.edu.ar (pi.iib.unsam.edu.ar [192.168.10.11]) by smtp.unsam.edu.ar (8.12.6/8.12.6) with ESMTP id i9IF8Els000107; Mon, 18 Oct 2004 12:08:14 -0300 (ART) (envelope-from fernan@pi.iib.unsam.edu.ar) Received: from pi.iib.unsam.edu.ar (localhost.iib.unsam.edu.ar [127.0.0.1]) by pi.iib.unsam.edu.ar (8.12.11/8.12.9) with ESMTP id i9IEwjjC099504; Mon, 18 Oct 2004 11:58:45 -0300 (ART) (envelope-from fernan@pi.iib.unsam.edu.ar) Received: (from fernan@localhost) by pi.iib.unsam.edu.ar (8.12.11/8.12.11/Submit) id i9IEwiPX099503; Mon, 18 Oct 2004 11:58:44 -0300 (ART) (envelope-from fernan) Message-Id: <200410181458.i9IEwiPX099503@pi.iib.unsam.edu.ar> Date: Mon, 18 Oct 2004 11:58:44 -0300 (ART) From: Fernan Aguero To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 cc: glewis@FreeBSD.org Subject: ports/72827: [patch] math/gnuplot: provide stacked/clustered histograms X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Fernan Aguero List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Oct 2004 15:00:47 -0000 >Number: 72827 >Category: ports >Synopsis: [patch] math/gnuplot: provide stacked/clustered histograms >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Mon Oct 18 15:00:44 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Fernan Aguero >Release: FreeBSD 4.10-RELEASE i386 >Organization: IIB-UNSAM >Environment: FreeBSD pi.iib.unsam.edu.ar 4.10-RELEASE FreeBSD 4.10-RELEASE #0: Wed May 26 12:56:43 ART 2004 fernan@pi.iib.unsam.edu.ar:/usr/obj/usr/src/sys/PI i386 >Description: I needed to be able to plot clustered, stacked histograms. There are patches by Ethan Merritt that make gnuplot able to plot this kind of graphs. I have modified the FreeBSD gnuplot port so that it is able to download and apply the patches. The port has now an additional option (WITH_HISTOGRAMS) to select this functionality. The patches relevant to this issue (datastrings_4.0 and histograms_4.0) have been already applied to the 4.1 development tree in CVS so it won't be necessary to patch 4.1 (whenever it is released) to have this functionality. Not relevant to this update, but, is it possible to include readline functionality for FreeBSD-4.x? Perhaps adding something like .if ${OSVERSION} < 50018 LIB_DEPENDS+= readline.4:${PORTSDIR}/devel/readline .endif What are the reasons for having readline only available for OSVERSION > 50018? >How-To-Repeat: >Fix: --- gnuplot.diff begins here --- diff -ruN /usr/ports/math/gnuplot/Makefile ./gnuplot/Makefile --- /usr/ports/math/gnuplot/Makefile Sat Jul 17 01:11:12 2004 +++ ./gnuplot/Makefile Mon Oct 18 10:39:12 2004 @@ -7,7 +7,7 @@ PORTNAME= gnuplot PORTVERSION= 4.0.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= math graphics MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -22,7 +22,16 @@ OPTIONS= GD "Enable GD support" on \ PDF "Enable PDF support" on \ - PNG "Enable PNG support" on + PNG "Enable PNG support" on \ + HISTOGRAMS "Enable stacked histograms" off + +.if defined(WITH_HISTOGRAMS) +PATCH_SITES= http://www.bmsc.washington.edu/people/merritt/gnuplot/ +PATCHFILES= datastrings_4.0.patch histograms_4.0.patch +PATCH_DIST_STRIP= -p1 +USE_AUTOCONF_VER= 259 +CONFIGURE_ARGS+= --enable-datastrings --enable-histograms +.endif MAN1= gnuplot.1 lasergnu.1 INFO= gnuplot diff -ruN /usr/ports/math/gnuplot/distinfo ./gnuplot/distinfo --- /usr/ports/math/gnuplot/distinfo Wed Jun 16 09:29:11 2004 +++ ./gnuplot/distinfo Mon Oct 18 11:06:36 2004 @@ -1,2 +1,6 @@ MD5 (gnuplot-4.0.0.tar.gz) = 66258443d9f93cc4f46b147dac33e63a SIZE (gnuplot-4.0.0.tar.gz) = 2160918 +MD5 (datastrings_4.0.patch) = 7d2c4015f15f96e3a0f8063c2199ab6f +SIZE (datastrings_4.0.patch) = 77936 +MD5 (histograms_4.0.patch) = ba87f28e4aed68637e7b5160e7151919 +SIZE (histograms_4.0.patch) = 63433 --- gnuplot.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Oct 18 15:14:21 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5918616A4CE; Mon, 18 Oct 2004 15:14:21 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3705943D31; Mon, 18 Oct 2004 15:14:21 +0000 (GMT) (envelope-from thierry@FreeBSD.org) Received: from freefall.freebsd.org (thierry@localhost [127.0.0.1]) i9IFELgO081456; Mon, 18 Oct 2004 15:14:21 GMT (envelope-from thierry@freefall.freebsd.org) Received: (from thierry@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i9IFEL1O081452; Mon, 18 Oct 2004 15:14:21 GMT (envelope-from thierry) Date: Mon, 18 Oct 2004 15:14:21 GMT From: Thierry Thomas Message-Id: <200410181514.i9IFEL1O081452@freefall.freebsd.org> To: antonio@php.net, thierry@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/71528: New port: benchmarks/pear-Benchmark Framework to benchmark PHP scripts or function calls X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Oct 2004 15:14:21 -0000 Synopsis: New port: benchmarks/pear-Benchmark Framework to benchmark PHP scripts or function calls State-Changed-From-To: open->closed State-Changed-By: thierry State-Changed-When: Mon Oct 18 15:13:56 GMT 2004 State-Changed-Why: New port added, thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=71528 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Oct 18 15:19:20 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E447A16A4CF; Mon, 18 Oct 2004 15:19:20 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id C0A1243D3F; Mon, 18 Oct 2004 15:19:20 +0000 (GMT) (envelope-from thierry@FreeBSD.org) Received: from freefall.freebsd.org (thierry@localhost [127.0.0.1]) i9IFJKE8081565; Mon, 18 Oct 2004 15:19:20 GMT (envelope-from thierry@freefall.freebsd.org) Received: (from thierry@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i9IFJKKf081561; Mon, 18 Oct 2004 15:19:20 GMT (envelope-from thierry) Date: Mon, 18 Oct 2004 15:19:20 GMT From: Thierry Thomas Message-Id: <200410181519.i9IFJKKf081561@freefall.freebsd.org> To: antonio@php.net, thierry@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/71523: New port: devel/pear-PHPUnit2 Regression testing framework for unit tests X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Oct 2004 15:19:21 -0000 Synopsis: New port: devel/pear-PHPUnit2 Regression testing framework for unit tests State-Changed-From-To: open->closed State-Changed-By: thierry State-Changed-When: Mon Oct 18 15:14:49 GMT 2004 State-Changed-Why: New port added, thanks! Remarks: - added an optional dependency to pear-Benchmark, as suugested in your PR ports/71528; - defined NO_PACKAGE, because at this time we cannot build packages for PEAR with PHP5. This would require a master / slave ports mechanism in devel/pear-PEAR. http://www.freebsd.org/cgi/query-pr.cgi?pr=71523 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Oct 18 15:40:25 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 13F4516A4CE; Mon, 18 Oct 2004 15:40:25 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id E87D743D60; Mon, 18 Oct 2004 15:40:24 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (linimon@localhost [127.0.0.1]) i9IFeO0h083276; Mon, 18 Oct 2004 15:40:24 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i9IFeO63083266; Mon, 18 Oct 2004 15:40:24 GMT (envelope-from linimon) Date: Mon, 18 Oct 2004 15:40:24 GMT From: Mark Linimon Message-Id: <200410181540.i9IFeO63083266@freefall.freebsd.org> To: linimon@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, alex@FreeBSD.org Subject: Re: ports/72803: [PATCH] update java/eclipse-vep X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Oct 2004 15:40:25 -0000 Synopsis: [PATCH] update java/eclipse-vep Responsible-Changed-From-To: freebsd-ports-bugs->alex Responsible-Changed-By: linimon Responsible-Changed-When: Mon Oct 18 15:40:14 GMT 2004 Responsible-Changed-Why: Over to maintainer. http://www.freebsd.org/cgi/query-pr.cgi?pr=72803 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Oct 18 15:44:02 2004 Return-Path: Delivered-To: freebsd-ports-bugs@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E194416A4D1 for ; Mon, 18 Oct 2004 15:44:02 +0000 (GMT) Received: from einstein.baruch.cuny.edu (einstein.baruch.cuny.edu [150.210.155.52]) by mx1.FreeBSD.org (Postfix) with SMTP id 4D3B443D31 for ; Mon, 18 Oct 2004 15:44:02 +0000 (GMT) (envelope-from o_sleep@belovedarctos.com) Received: (qmail 49670 invoked by uid 27); 18 Oct 2004 15:43:59 -0000 Received: from o_sleep@belovedarctos.com by einstein by uid 82 with qmail-scanner-1.20 (uvscan: v4.3.20/v4399. Clear:RC:1(10.1.2.45):. Processed in 0.01423 secs); 18 Oct 2004 15:43:59 -0000 Received: from unknown (HELO ?10.1.2.45?) (10.1.2.45) by einstein.baruch.cuny.edu with SMTP; 18 Oct 2004 15:43:59 -0000 In-Reply-To: <200410170646.i9H6kdgu028684@freefall.freebsd.org> References: <200410170646.i9H6kdgu028684@freefall.freebsd.org> Mime-Version: 1.0 (Apple Message framework v619) Content-Type: text/plain; charset=US-ASCII; format=flowed Message-Id: <8505E378-211C-11D9-A08F-003065B84EC8@belovedarctos.com> Content-Transfer-Encoding: 7bit From: Bjorn Nelson Date: Mon, 18 Oct 2004 11:43:55 -0400 To: Mark Linimon X-Mailer: Apple Mail (2.619) cc: freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/72311: ports/dvipng update to 1.2 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Oct 2004 15:44:03 -0000 nevermind, Ports Fury already updated, you can close this request. -Bjorn On Oct 17, 2004, at 2:46 AM, Mark Linimon wrote: > Synopsis: ports/dvipng update to 1.2 > > State-Changed-From-To: open->feedback > State-Changed-By: linimon > State-Changed-When: Sun Oct 17 06:45:55 GMT 2004 > State-Changed-Why: > Please submit port updates in diff -ruN format so that we port > committers > can get a better idea of what's being changed. Thanks. (See the > Porter's Handbook for details). > > http://www.freebsd.org/cgi/query-pr.cgi?pr=72311 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Oct 18 15:54:09 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7DA6F16A4CF; Mon, 18 Oct 2004 15:54:09 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5CE1543D46; Mon, 18 Oct 2004 15:54:09 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (linimon@localhost [127.0.0.1]) i9IFs9W8083623; Mon, 18 Oct 2004 15:54:09 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i9IFs9kN083619; Mon, 18 Oct 2004 15:54:09 GMT (envelope-from linimon) Date: Mon, 18 Oct 2004 15:54:09 GMT From: Mark Linimon Message-Id: <200410181554.i9IFs9kN083619@freefall.freebsd.org> To: o_sleep@belovedarctos.com, linimon@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/72311: ports/dvipng update to 1.2 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Oct 2004 15:54:09 -0000 Synopsis: ports/dvipng update to 1.2 State-Changed-From-To: feedback->closed State-Changed-By: linimon State-Changed-When: Mon Oct 18 15:53:50 GMT 2004 State-Changed-Why: Closed by submitter's request. http://www.freebsd.org/cgi/query-pr.cgi?pr=72311 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Oct 18 16:20:21 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A1C5716A4CE for ; Mon, 18 Oct 2004 16:20:21 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6668643D53 for ; Mon, 18 Oct 2004 16:20:21 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i9IGKLIK088137 for ; Mon, 18 Oct 2004 16:20:21 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i9IGKLah088136; Mon, 18 Oct 2004 16:20:21 GMT (envelope-from gnats) Resent-Date: Mon, 18 Oct 2004 16:20:21 GMT Resent-Message-Id: <200410181620.i9IGKLah088136@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Michael Johnson Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AB81116A4CE for ; Mon, 18 Oct 2004 16:10:38 +0000 (GMT) Received: from imf17aec.mail.bellsouth.net (imf17aec.mail.bellsouth.net [205.152.59.65]) by mx1.FreeBSD.org (Postfix) with ESMTP id E36F143D39 for ; Mon, 18 Oct 2004 16:10:37 +0000 (GMT) (envelope-from ahze@blueheron.ahze.net) Received: from blueheron.ahze.net ([68.209.163.3]) by imf17aec.mail.bellsouth.netESMTP <20041018161035.HMOT2363.imf17aec.mail.bellsouth.net@blueheron.ahze.net> for ; Mon, 18 Oct 2004 12:10:35 -0400 Received: (from root@localhost) by blueheron.ahze.net (8.13.1/8.13.1/Submit) id i9IGAYbO096490; Mon, 18 Oct 2004 12:10:34 -0400 (EDT) (envelope-from ahze) Message-Id: <200410181610.i9IGAYbO096490@blueheron.ahze.net> Date: Mon, 18 Oct 2004 12:10:34 -0400 (EDT) From: Michael Johnson To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/72828: [NEW PORT] editors/leafpad: Light-weight GTK+ Editor similar to notepad.exe X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Oct 2004 16:20:21 -0000 >Number: 72828 >Category: ports >Synopsis: [NEW PORT] editors/leafpad: Light-weight GTK+ Editor similar to notepad.exe >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Oct 18 16:20:20 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Michael Johnson >Release: FreeBSD 5.3-STABLE i386 >Organization: >Environment: System: FreeBSD blueheron.ahze.net 5.3-STABLE FreeBSD 5.3-STABLE #68: Sat Oct 16 21:30:18 EDT 2004 >Description: Leafpad is a GTK+ based simple text editor. The user interface is similar to "notepad.exe", and it aims to be lighter than GEdit and KWrite, and to be as useful as them. WWW: http://tarot.freeshell.org/leafpad/ Generated with FreeBSD Port Tools 0.63 >How-To-Repeat: >Fix: --- leafpad-0.7.3.1.shar begins here --- # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # leafpad # leafpad/pkg-descr # leafpad/Makefile # leafpad/distinfo # echo c - leafpad mkdir -p leafpad > /dev/null 2>&1 echo x - leafpad/pkg-descr sed 's/^X//' >leafpad/pkg-descr << 'END-of-leafpad/pkg-descr' XLeafpad is a GTK+ based simple text editor. The user interface is similar to X"notepad.exe", and it aims to be lighter than GEdit and KWrite, and to be as Xuseful as them. X XWWW: http://tarot.freeshell.org/leafpad/ END-of-leafpad/pkg-descr echo x - leafpad/Makefile sed 's/^X//' >leafpad/Makefile << 'END-of-leafpad/Makefile' X# New ports collection makefile for: leafpad X# Date created: 2004-10-18 X# Whom: Michael Johnson X# X# $FreeBSD$ X# X XPORTNAME= leafpad XPORTVERSION= 0.7.3.1 XCATEGORIES= editors XMASTER_SITES= http://tarot.freeshell.org/leafpad/ X XMAINTAINER= ports@FreeBSD.org XCOMMENT= Light-weight GTK+ Editor similar to notepad.exe X XUSE_GNOME= gtk20 gnomeprefix gnomehack XGNU_CONFIGURE= yes XUSE_REINPLACE= yes X XPLIST_FILES= bin/leafpad \ X share/gnome/pixmaps/leafpad.png X Xpost-patch: X @${REINPLACE_CMD} -e 's|/icons|/pixmaps|' ${WRKSRC}/Makefile.in X X.include END-of-leafpad/Makefile echo x - leafpad/distinfo sed 's/^X//' >leafpad/distinfo << 'END-of-leafpad/distinfo' XMD5 (leafpad-0.7.3.1.tar.gz) = 8eaf0105cbf86a2c00c833205c10cbee XSIZE (leafpad-0.7.3.1.tar.gz) = 162439 END-of-leafpad/distinfo exit --- leafpad-0.7.3.1.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Oct 18 16:20:24 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 81E5816A4CE for ; Mon, 18 Oct 2004 16:20:24 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5753E43D1D for ; Mon, 18 Oct 2004 16:20:24 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i9IGKOtV088157 for ; Mon, 18 Oct 2004 16:20:24 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i9IGKOLl088156; Mon, 18 Oct 2004 16:20:24 GMT (envelope-from gnats) Date: Mon, 18 Oct 2004 16:20:24 GMT Message-Id: <200410181620.i9IGKOLl088156@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Fernan Aguero Subject: Re: ports/72827: [patch] math/gnuplot: provide stacked/clustered histograms X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Fernan Aguero List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Oct 2004 16:20:24 -0000 The following reply was made to PR ports/72827; it has been noted by GNATS. From: Fernan Aguero To: FreeBSD-gnats-submit@FreeBSD.org Cc: glewis@FreeBSD.org Subject: Re: ports/72827: [patch] math/gnuplot: provide stacked/clustered histograms Date: Mon, 18 Oct 2004 13:13:15 -0300 --+HP7ph2BbKc20aGI Content-Type: text/plain; charset=us-ascii Content-Disposition: inline +----[ FreeBSD GNATS PR Submission (18.Oct.2004 12:09): | | http://www.freebsd.org/cgi/query-pr.cgi?pr=72827 | +----] Regarding the readline issue, I've succesfully built gnuplot with readline functionality in FreeBSD-4.10. I've included --with-readline=gnu by default into CONFIGURE_ARGS and added a LIB_DEPENDS only for OSVERSION < 50018 (I still don't know why the difference between FreeBSD >= 500018 and < 50018, but I assume it should be something significant, since it was included in the original port). Under FreeBSD-4.10, readline-5.0 was built and installed before gnuplot, and the resulting gnuplot was now able to complete commands (for example filenames). A diff between the current Makefile and the one including these changes and the other changes mentioned in this PR (stacked histograms patches) is attached. Fernan -- Fernan Aguero - fernan at iib.unsam.edu.ar Phone: +54 11 4580-7255/7 ext 310, Fax: +54 11 4752-9639 Check http://genoma.unsam.edu.ar/~fernan for more info. --+HP7ph2BbKc20aGI Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="gnuplot_Makefile.diff" --- /usr/ports/math/gnuplot/Makefile Sat Jul 17 01:11:12 2004 +++ gnuplot/Makefile Mon Oct 18 13:00:46 2004 @@ -7,7 +7,7 @@ PORTNAME= gnuplot PORTVERSION= 4.0.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= math graphics MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -18,11 +18,21 @@ USE_REINPLACE= yes GNU_CONFIGURE= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} -CONFIGURE_ARGS= --without-tutorial --without-linux-vga --with-lasergnu +CONFIGURE_ARGS= --without-tutorial --without-linux-vga --with-lasergnu \ + --with-readline=gnu OPTIONS= GD "Enable GD support" on \ PDF "Enable PDF support" on \ - PNG "Enable PNG support" on + PNG "Enable PNG support" on \ + HISTOGRAMS "Enable stacked histograms" off + +.if defined(WITH_HISTOGRAMS) +PATCH_SITES= http://www.bmsc.washington.edu/people/merritt/gnuplot/ +PATCHFILES= datastrings_4.0.patch histograms_4.0.patch +PATCH_DIST_STRIP= -p1 +USE_AUTOCONF_VER= 259 +CONFIGURE_ARGS+= --enable-datastrings --enable-histograms +.endif MAN1= gnuplot.1 lasergnu.1 INFO= gnuplot @@ -39,8 +49,8 @@ .include -.if ${OSVERSION} >= 500018 -CONFIGURE_ARGS+= --with-readline=gnu +.if ${OSVERSION} < 500018 +LIB_DEPENDS+= readline.5:${PORTSDIR}/devel/readline .endif .if !defined(WITHOUT_X11) --+HP7ph2BbKc20aGI-- From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Oct 18 17:00:47 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6FDC816A4CF for ; Mon, 18 Oct 2004 17:00:47 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 49AB643D1D for ; Mon, 18 Oct 2004 17:00:47 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i9IH0kE0090148 for ; Mon, 18 Oct 2004 17:00:46 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i9IH0kkG090143; Mon, 18 Oct 2004 17:00:46 GMT (envelope-from gnats) Resent-Date: Mon, 18 Oct 2004 17:00:46 GMT Resent-Message-Id: <200410181700.i9IH0kkG090143@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Dmitry Morozovsky Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A548316A4CE for ; Mon, 18 Oct 2004 16:51:37 +0000 (GMT) Received: from woozle.rinet.ru (woozle.rinet.ru [195.54.192.68]) by mx1.FreeBSD.org (Postfix) with ESMTP id 98F2143D45 for ; Mon, 18 Oct 2004 16:51:36 +0000 (GMT) (envelope-from marck@woozle.rinet.ru) Received: from woozle.rinet.ru (localhost [127.0.0.1]) by woozle.rinet.ru (8.13.1/8.13.1) with ESMTP id i9IGpZHN019499; Mon, 18 Oct 2004 20:51:35 +0400 (MSD) (envelope-from marck@woozle.rinet.ru) Received: (from marck@localhost) by woozle.rinet.ru (8.13.1/8.13.1/Submit) id i9IGpZPe019498; Mon, 18 Oct 2004 20:51:35 +0400 (MSD) (envelope-from marck) Message-Id: <200410181651.i9IGpZPe019498@woozle.rinet.ru> Date: Mon, 18 Oct 2004 20:51:35 +0400 (MSD) From: Dmitry Morozovsky To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 cc: Igor Sysoev Subject: ports/72830: new port: www/nginx X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Dmitry Morozovsky List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Oct 2004 17:00:47 -0000 >Number: 72830 >Category: ports >Synopsis: new port: www/nginx >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Mon Oct 18 17:00:46 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Dmitry Morozovsky >Release: FreeBSD 4-STABLE i386 >Organization: Cronyx Plus LLC (RiNet ISP) >Environment: System: FreeBSD 4-STABLE >Description: This is port of nginx, lightweight multi-threaded optimized http server >How-To-Repeat: N/A >Fix: Here is one-line patch for www category Makefile and shar archive of actual port state. Index: Makefile =================================================================== RCS file: /home/ncvs/ports/www/Makefile,v retrieving revision 1.992 diff -u -r1.992 Makefile --- Makefile 17 Oct 2004 10:54:06 -0000 1.992 +++ Makefile 18 Oct 2004 16:50:35 -0000 @@ -350,6 +350,7 @@ SUBDIR += netscape48-communicator SUBDIR += netscape48-navigator SUBDIR += netscape7 + SUBDIR += nginx SUBDIR += notftp SUBDIR += npc SUBDIR += nscache # 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: # # nginx # nginx/Makefile # nginx/pkg-descr~ # nginx/distinfo # nginx/pkg-descr # nginx/files # nginx/files/patch-auto_init # nginx/files/patch-conf_nginx.conf # nginx/files/nginx.sh # nginx/pkg-plist # echo c - nginx mkdir -p nginx > /dev/null 2>&1 echo x - nginx/Makefile sed 's/^X//' >nginx/Makefile << 'END-of-nginx/Makefile' X# New ports collection makefile for: nginx X# Date created: 17 October 2004 X# Whom: marck@FreeBSD.org X# X# $FreeBSD$ X# X XPORTNAME= nginx XPORTVERSION= 0.1.1 XCATEGORIES= www XMASTER_SITES= http://sysoev.ru/nginx/ X XMAINTAINER= marck@FreeBSD.org XCOMMENT= Small and fast multithreaded http server X XUSE_RC_SUBR= yes X XLIB_DEPENDS+= pcre.0:${PORTSDIR}/devel/pcre X XCONFDIR?= etc/nginx XHTTPDIR?= www/nginx X XPLIST_FILES= etc/rc.d/nginx.sh ${CONFDIR}/koi-win sbin/nginx \ X ${HTTPDIR}/index.html XPLIST_DIRS+= ${CONFDIR} ${HTTPDIR} XPLIST_SUB+= CONFDIR=${CONFDIR} XRC_SCRIPTS_SUB= PREFIX=${PREFIX} RC_SUBR=${RC_SUBR} X Xdo-configure: X cd ${WRKSRC} && ./configure --prefix=${PREFIX} \ X --conf-path=${CONFDIR}/nginx.conf \ X --http-log-path=/var/log/nginx-access.log \ X --error-log-path=/var/log/nginx-error.log \ X --pid-path=/var/run/nginx.pid X Xpre-install: X ${SED} -e 's,%%CONFDIR%%,'${CONFDIR}',g;s,%%HTTPDIR%%,'${HTTPDIR}',g' \ X ${WRKSRC}/conf/nginx.conf >${WRKDIR}/nginx.conf X ${SED} ${RC_SCRIPTS_SUB:S/$/!g/:S/^/ -e s!%%/:S/=/%%!/} \ X ${FILESDIR}/nginx.sh > ${WRKDIR}/nginx.sh X Xdo-install: X ${INSTALL_PROGRAM} ${WRKSRC}/nginx ${PREFIX}/sbin/ X ${MKDIR} ${PREFIX}/${CONFDIR} X ${INSTALL_DATA} ${WRKSRC}/conf/koi-win ${PREFIX}/${CONFDIR} X ${INSTALL_DATA} ${WRKSRC}/conf/mime.types \ X ${PREFIX}/${CONFDIR}/mime.types.default X [ -f ${PREFIX}/${CONFDIR}/mime.types ] || \ X ${INSTALL_DATA} ${WRKSRC}/conf/mime.types ${PREFIX}/${CONFDIR} X ${INSTALL_DATA} ${WRKDIR}/nginx.conf \ X ${PREFIX}/${CONFDIR}/nginx.conf.default X [ -f ${PREFIX}/${CONFDIR}/nginx.conf ] || \ X ${INSTALL_DATA} ${WRKDIR}/nginx.conf ${PREFIX}/${CONFDIR} X ${MKDIR} ${PREFIX}/${HTTPDIR} X ${INSTALL_DATA} ${WRKSRC}/html/index.html ${PREFIX}/${HTTPDIR} X ${INSTALL_SCRIPT} ${WRKDIR}/nginx.sh ${PREFIX}/etc/rc.d X X.include END-of-nginx/Makefile echo x - nginx/pkg-descr~ sed 's/^X//' >nginx/pkg-descr~ << 'END-of-nginx/pkg-descr~' Xnginx (Engine X) is highly optimized multi-threaded multi-platform http server X X... (to be filled) X XWWW: http://sysoev.ru/nginx/ END-of-nginx/pkg-descr~ echo x - nginx/distinfo sed 's/^X//' >nginx/distinfo << 'END-of-nginx/distinfo' XMD5 (nginx-0.1.1.tar.gz) = 1e5c16e2cf6ca5d977c4f3d5dc8ff803 XSIZE (nginx-0.1.1.tar.gz) = 224533 END-of-nginx/distinfo echo x - nginx/pkg-descr sed 's/^X//' >nginx/pkg-descr << 'END-of-nginx/pkg-descr' Xnginx (Engine X) is highly optimized multi-threaded multi-platform http server X Xnginx supports kqueue and NOTE_LOWAT under FreeBSD, so if could be used as Xa very efficient reverse proxy frontend for huge dynamic site without Xrequiring enormous resources from underlying site. X X XWWW: http://sysoev.ru/nginx/ END-of-nginx/pkg-descr echo c - nginx/files mkdir -p nginx/files > /dev/null 2>&1 echo x - nginx/files/patch-auto_init sed 's/^X//' >nginx/files/patch-auto_init << 'END-of-nginx/files/patch-auto_init' X--- auto/init.orig Tue Oct 5 16:54:00 2004 X+++ auto/init Mon Oct 18 13:27:44 2004 X@@ -43,6 +43,8 @@ X X cat << END > Makefile X X+all: build X+ X build: X \$(MAKE) -f $OBJS/Makefile X END-of-nginx/files/patch-auto_init echo x - nginx/files/patch-conf_nginx.conf sed 's/^X//' >nginx/files/patch-conf_nginx.conf << 'END-of-nginx/files/patch-conf_nginx.conf' X X$FreeBSD$ X X--- conf/nginx.conf.orig X+++ conf/nginx.conf X@@ -1,5 +1,5 @@ X X-user nobody; X+user www; X worker_processes 3; X X #error_log logs/error.log; X@@ -12,7 +12,7 @@ X X X http { X- include conf/mime.types; X+ include %%CONFDIR%%/mime.types; X default_type application/octet-stream; X X sendfile on; X@@ -28,7 +28,7 @@ X #access_log logs/access.log; X X location / { X- root html; X+ root %%HTTPDIR%%; X index index.html index.htm; X } X END-of-nginx/files/patch-conf_nginx.conf echo x - nginx/files/nginx.sh sed 's/^X//' >nginx/files/nginx.sh << 'END-of-nginx/files/nginx.sh' X#!/bin/sh X# $FreeBSD$ X X# PROVIDE: nginx X# REQUIRE: DAEMON X# BEFORE: LOGIN X# KEYWORD: FreeBSD shutdown X X# Define these nginx_* variables in one of these files: X# /etc/rc.conf X# /etc/rc.conf.local X# /etc/rc.conf.d/nginx X# X# DO NOT CHANGE THESE DEFAULT VALUES HERE X# Xnginx_enable=${nginx_enable-"NO"} Xnginx_flags=${nginx_flags-""} Xnginx_pidfile=${nginx_pidfile-"/var/run/nginx.pid"} X X. %%RC_SUBR%% X Xname="nginx" Xrcvar=`set_rcvar` Xcommand="%%PREFIX%%/sbin/nginx" X Xload_rc_config $name X Xpidfile="${nginx_pidfile}" X Xstart_cmd="echo \"Starting ${name}.\"; /usr/bin/limits -U www ${command} ${nginx_flags} ${command_args}" X Xrun_rc_command "$1" END-of-nginx/files/nginx.sh echo x - nginx/pkg-plist sed 's/^X//' >nginx/pkg-plist << 'END-of-nginx/pkg-plist' X@unexec if cmp -s %D/%%CONFDIR%%/mime.types %D/%%CONFDIR%%/mime.types.default; then rm -f %D/%%CONFDIR%%/mime.types; fi X%%CONFDIR%%/mime.types.default X@exec [ -f %B/mime.types ] || cp %B/%f %B/mime.types X@unexec if cmp -s %D/%%CONFDIR%%/nginx.conf %D/%%CONFDIR%%/nginx.conf.default; then rm -f %D/%%CONFDIR%%/nginx.conf; fi X%%CONFDIR%%/nginx.conf.default X@exec [ -f %B/nginx.conf ] || cp %B/%f %B/nginx.conf END-of-nginx/pkg-plist exit >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Oct 18 17:00:47 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C7D8016A4CF for ; Mon, 18 Oct 2004 17:00:47 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9A80C43D1D for ; Mon, 18 Oct 2004 17:00:47 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i9IH0l3A090179 for ; Mon, 18 Oct 2004 17:00:47 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i9IH0l7c090178; Mon, 18 Oct 2004 17:00:47 GMT (envelope-from gnats) Resent-Date: Mon, 18 Oct 2004 17:00:47 GMT Resent-Message-Id: <200410181700.i9IH0l7c090178@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, "I.R. van Dongen" Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9579516A4CE for ; Mon, 18 Oct 2004 16:56:54 +0000 (GMT) Received: from rijnaak.demon.nl (rijnaak.demon.nl [82.161.29.158]) by mx1.FreeBSD.org (Postfix) with ESMTP id 04D4743D1D for ; Mon, 18 Oct 2004 16:56:54 +0000 (GMT) (envelope-from pr-freebsd@hades.palmboys.nl) Received: from unknown (unknown [10.1.13.1]) by rijnaak.demon.nl (Postfix) with SMTP id 8CDC9B0 for ; Mon, 18 Oct 2004 17:00:42 +0000 (GMT) Message-Id: <20041018170042.8CDC9B0@rijnaak.demon.nl> Date: Mon, 18 Oct 2004 17:00:42 +0000 (GMT) From: "I.R. van Dongen" To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 cc: "I.R. van Dongen" Subject: ports/72831: mail pane in thunderbird is empty X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: "I.R. van Dongen" List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Oct 2004 17:00:48 -0000 >Number: 72831 >Category: ports >Synopsis: mail pane in thunderbird is empty >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon Oct 18 17:00:47 GMT 2004 >Closed-Date: >Last-Modified: >Originator: "I.R. van Dongen" >Release: FreeBSD 4.10-STABLE i386 >Organization: >Environment: System: FreeBSD brutal.palmboys.nl 4.10-STABLE FreeBSD 4.10-STABLE #3: Thu Sep 2 3 17:57:29 CEST 2004 root@brutal.palmboys.nl:/opt/usr/obj/opt/usr/src/sys/BRUTAL i386 >Description: When updating to thunderbird-0.8_3 which is the latest (just did c vsup before this) I found myself with an empty mailpane, although the mailfolder s still exists (and the mail is still there) there are no mails in the mailpane. . The folders still indicate unread mail, but all folders are empty. The number of unread mail does however not get updated although new mail is being fetched. Note: I have POP3 mailboxes only, and the mail is stored locally. >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Oct 18 17:00:48 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2A52C16A4CF for ; Mon, 18 Oct 2004 17:00:48 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id EC31643D1D for ; Mon, 18 Oct 2004 17:00:47 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i9IH0lrN090192 for ; Mon, 18 Oct 2004 17:00:47 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i9IH0ljQ090191; Mon, 18 Oct 2004 17:00:47 GMT (envelope-from gnats) Resent-Date: Mon, 18 Oct 2004 17:00:47 GMT Resent-Message-Id: <200410181700.i9IH0ljQ090191@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Linh Pham Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 96C4716A4CE; Mon, 18 Oct 2004 16:58:02 +0000 (GMT) Received: from q.closedsrc.org (ip233.gte244.dsl-acs2.sea.iinet.com [209.20.244.233]) by mx1.FreeBSD.org (Postfix) with ESMTP id 52E4F43D1D; Mon, 18 Oct 2004 16:58:02 +0000 (GMT) (envelope-from question@closedsrc.org) Received: by q.closedsrc.org (Postfix, from userid 1001) id B56C545080; Mon, 18 Oct 2004 09:57:58 -0700 (PDT) Message-Id: <20041018165758.B56C545080@q.closedsrc.org> Date: Mon, 18 Oct 2004 09:57:58 -0700 (PDT) From: Linh Pham To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 cc: oliver@FreeBSD.org Subject: ports/72832: mail/courier-imap: Update WWW to point to the current project page X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Linh Pham List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Oct 2004 17:00:48 -0000 >Number: 72832 >Category: ports >Synopsis: mail/courier-imap: Update WWW to point to the current project page >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Oct 18 17:00:47 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Linh Pham >Release: FreeBSD 5.2.1-RELEASE-p11 i386 >Organization: >Environment: System: FreeBSD q.internal.closedsrc.org 5.2.1-RELEASE-p11 FreeBSD 5.2.1-RELEASE-p11 #3: Thu Oct 14 23:10:30 PDT 2004 question@q.internal.closedsrc.org:/usr/obj/usr/src/sys/Q i386 >Description: The URL listed in the port's pkg-descr needs to be updated with the current project home page URL. The current URL is a redirect to the new URL and I'm not sure how long that redirect is going to last. Patch with the updated URL included. >How-To-Repeat: >Fix: --- courier-imap_pkg-descr.diff begins here --- --- pkg-descr.orig Mon Oct 18 09:54:22 2004 +++ pkg-descr Mon Oct 18 09:54:37 2004 @@ -16,4 +16,4 @@ * Virtual mailbox support. * Pop3 daemon. -WWW: http://www.inter7.com/courierimap/ +WWW: http://www.courier-mta.org/imap/ --- courier-imap_pkg-descr.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Oct 18 17:34:55 2004 Return-Path: Delivered-To: freebsd-ports-bugs@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 22FAA16A4CE; Mon, 18 Oct 2004 17:34:55 +0000 (GMT) Received: from woozle.rinet.ru (woozle.rinet.ru [195.54.192.68]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6D04843D1D; Mon, 18 Oct 2004 17:34:54 +0000 (GMT) (envelope-from marck@FreeBSD.org) Received: from localhost (localhost [127.0.0.1]) by woozle.rinet.ru (8.13.1/8.13.1) with ESMTP id i9IHYrE9032659; Mon, 18 Oct 2004 21:34:53 +0400 (MSD) (envelope-from marck@FreeBSD.org) Date: Mon, 18 Oct 2004 21:34:53 +0400 (MSD) From: Dmitry Morozovsky X-X-Sender: marck@woozle.rinet.ru To: FreeBSD-gnats-submit@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org In-Reply-To: <200410181700.i9IH0ks5090087@freefall.freebsd.org> Message-ID: <20041018213340.U88103@woozle.rinet.ru> References: <200410181700.i9IH0ks5090087@freefall.freebsd.org> X-NCC-RegID: ru.rinet MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Subject: Re: ports/72830: new port: www/nginx X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Oct 2004 17:34:55 -0000 On Mon, 18 Oct 2004 FreeBSD-gnats-submit@FreeBSD.org wrote: Hmm, somehow old version of pkg-descr slipped in shar. Here is slightly corrected version: ----- 8< ----- nginx (Engine X) is highly optimized multi-threaded multi-platform http server nginx supports kqueue and NOTE_LOWAT under FreeBSD, so if could be used as a very efficient reverse proxy frontend for huge dynamic site without requiring enormous resources from underlying site. WWW: http://sysoev.ru/nginx/ ----- 8< ----- Sincerely, D.Marck [DM5020, MCK-RIPE, DM3-RIPN] --------------------------------------------------------------------------- *** Dmitry Morozovsky --- D.Marck --- Wild Woozle --- marck@FreeBSD.org *** --------------------------------------------------------------------------- From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Oct 18 17:40:42 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 41C1616A4CE for ; Mon, 18 Oct 2004 17:40:42 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3646543D58 for ; Mon, 18 Oct 2004 17:40:42 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i9IHegM5095823 for ; Mon, 18 Oct 2004 17:40:42 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i9IHeg9Y095822; Mon, 18 Oct 2004 17:40:42 GMT (envelope-from gnats) Date: Mon, 18 Oct 2004 17:40:42 GMT Message-Id: <200410181740.i9IHeg9Y095822@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Dmitry Morozovsky Subject: Re: ports/72830: new port: www/nginx X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Dmitry Morozovsky List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Oct 2004 17:40:42 -0000 The following reply was made to PR ports/72830; it has been noted by GNATS. From: Dmitry Morozovsky To: FreeBSD-gnats-submit@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Cc: Subject: Re: ports/72830: new port: www/nginx Date: Mon, 18 Oct 2004 21:34:53 +0400 (MSD) On Mon, 18 Oct 2004 FreeBSD-gnats-submit@FreeBSD.org wrote: Hmm, somehow old version of pkg-descr slipped in shar. Here is slightly corrected version: ----- 8< ----- nginx (Engine X) is highly optimized multi-threaded multi-platform http server nginx supports kqueue and NOTE_LOWAT under FreeBSD, so if could be used as a very efficient reverse proxy frontend for huge dynamic site without requiring enormous resources from underlying site. WWW: http://sysoev.ru/nginx/ ----- 8< ----- Sincerely, D.Marck [DM5020, MCK-RIPE, DM3-RIPN] --------------------------------------------------------------------------- *** Dmitry Morozovsky --- D.Marck --- Wild Woozle --- marck@FreeBSD.org *** --------------------------------------------------------------------------- From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Oct 18 18:17:49 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E72C116A4CE; Mon, 18 Oct 2004 18:17:49 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id C51AE43D39; Mon, 18 Oct 2004 18:17:49 +0000 (GMT) (envelope-from arved@FreeBSD.org) Received: from freefall.freebsd.org (arved@localhost [127.0.0.1]) i9IIHnuf001047; Mon, 18 Oct 2004 18:17:49 GMT (envelope-from arved@freefall.freebsd.org) Received: (from arved@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i9IIHnOP001043; Mon, 18 Oct 2004 18:17:49 GMT (envelope-from arved) Date: Mon, 18 Oct 2004 18:17:49 GMT From: Tilman Linneweh Message-Id: <200410181817.i9IIHnOP001043@freefall.freebsd.org> To: r.c.ladan@student.tue.nl, arved@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/72495: net/gift: WITH_LIBMAGIC dependency fix X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Oct 2004 18:17:50 -0000 Synopsis: net/gift: WITH_LIBMAGIC dependency fix State-Changed-From-To: open->closed State-Changed-By: arved State-Changed-When: Mon Oct 18 18:17:43 GMT 2004 State-Changed-Why: committed, thanks http://www.freebsd.org/cgi/query-pr.cgi?pr=72495 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Oct 18 18:31:13 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5FAF316A4CE; Mon, 18 Oct 2004 18:31:13 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 41BE143D4C; Mon, 18 Oct 2004 18:31:13 +0000 (GMT) (envelope-from dinoex@FreeBSD.org) Received: from freefall.freebsd.org (dinoex@localhost [127.0.0.1]) i9IIVDpm002707; Mon, 18 Oct 2004 18:31:13 GMT (envelope-from dinoex@freefall.freebsd.org) Received: (from dinoex@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i9IIVD8W002703; Mon, 18 Oct 2004 20:31:13 +0200 (CEST) (envelope-from dinoex) Date: Mon, 18 Oct 2004 20:31:13 +0200 (CEST) From: Dirk Meyer Message-Id: <200410181831.i9IIVD8W002703@freefall.freebsd.org> To: dinoex@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, dinoex@FreeBSD.org Subject: Re: ports/72188: net/samba: secrets.tdb is removed when it really should not be X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Oct 2004 18:31:13 -0000 Synopsis: net/samba: secrets.tdb is removed when it really should not be Responsible-Changed-From-To: freebsd-ports-bugs->dinoex Responsible-Changed-By: dinoex Responsible-Changed-When: Mon Oct 18 20:30:55 CEST 2004 Responsible-Changed-Why: I will take care of it. http://www.freebsd.org/cgi/query-pr.cgi?pr=72188 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Oct 18 18:50:06 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 49DFD16A4CE for ; Mon, 18 Oct 2004 18:50:06 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 311E843D2F for ; Mon, 18 Oct 2004 18:50:06 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i9IIo6q4003148 for ; Mon, 18 Oct 2004 18:50:06 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i9IIo6dZ003147; Mon, 18 Oct 2004 18:50:06 GMT (envelope-from gnats) Resent-Date: Mon, 18 Oct 2004 18:50:06 GMT Resent-Message-Id: <200410181850.i9IIo6dZ003147@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Andreas Fehlner Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1F67216A4CE for ; Mon, 18 Oct 2004 18:48:14 +0000 (GMT) Received: from btmdxm.mat.uni-bayreuth.de (btmdxm.mat.uni-bayreuth.de [132.180.108.106]) by mx1.FreeBSD.org (Postfix) with ESMTP id 809E043D3F for ; Mon, 18 Oct 2004 18:48:13 +0000 (GMT) (envelope-from root@btmdxm.mat.uni-bayreuth.de) Received: by btmdxm.mat.uni-bayreuth.de (Postfix, from userid 0) id ED3D352C3; Mon, 18 Oct 2004 20:49:25 +0200 (CEST) Message-Id: <20041018184925.ED3D352C3@btmdxm.mat.uni-bayreuth.de> Date: Mon, 18 Oct 2004 20:49:25 +0200 (CEST) From: Andreas Fehlner To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/72833: [NEW PORT] multimedia/ldvd9to5: Gui, which shall simplify shrinking a DVD-9 to a DVD-5 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Oct 2004 18:50:06 -0000 >Number: 72833 >Category: ports >Synopsis: [NEW PORT] multimedia/ldvd9to5: Gui, which shall simplify shrinking a DVD-9 to a DVD-5 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Oct 18 18:50:05 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Andreas Fehlner >Release: FreeBSD 4.10-STABLE i386 >Organization: >Environment: System: FreeBSD btmdxm.mat.uni-bayreuth.de 4.10-STABLE FreeBSD 4.10-STABLE #0: Wed Sep 22 19:17:57 CEST 2004 >Description: LDVD9to5 is only a Gui, which shall simplify shrinking a DVD-9 to a DVD-5. WWW: http://ldvd9to6.gff-clan.net Andreas Fehlner -fehlner@gmx.de Generated with FreeBSD Port Tools 0.63 >How-To-Repeat: >Fix: --- ldvd9to5-1.12.shar begins here --- # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # ldvd9to5 # ldvd9to5/pkg-descr # ldvd9to5/Makefile # ldvd9to5/pkg-plist # ldvd9to5/distinfo # echo c - ldvd9to5 mkdir -p ldvd9to5 > /dev/null 2>&1 echo x - ldvd9to5/pkg-descr sed 's/^X//' >ldvd9to5/pkg-descr << 'END-of-ldvd9to5/pkg-descr' XLDVD9to5 is only a Gui, which shall simplify shrinking a DVD-9 to a XDVD-5. X XWWW: http://ldvd9to6.gff-clan.net X X XAndreas Fehlner X-fehlner@gmx.de END-of-ldvd9to5/pkg-descr echo x - ldvd9to5/Makefile sed 's/^X//' >ldvd9to5/Makefile << 'END-of-ldvd9to5/Makefile' X# New ports collection makefile for: ldvd9to5 X# Date created: 2004-10-03 X# Whom: Andreas Fehlner X# X# $FreeBSD$ X# X XPORTNAME= ldvd9to5 XPORTVERSION= 1.12 XCATEGORIES= multimedia XMASTER_SITES= http://www.gff-clan.net/hdr/ldvd9to5/ XDISTNAME= ${PORTNAME}-v${PORTVERSION} XEXTRACT_SUFX= .tgz X XMAINTAINER= fehlner@gmx.de XCOMMENT= Gui, which shall simplify shrinking a DVD-9 to a DVD-5 X XRUN_DEPENDS= transcode:${PORTSDIR}/multimedia/transcode \ X growisofs:${PORTSDIR}/sysutils/dvd+rw-tools \ X mkisofs:${PORTSDIR}/sysutils/cdrtools\ X ifo_dump:${PORTSDIR}/multimedia/ogle \ X dvdauthor:${PORTSDIR}/multimedia/dvdauthor \ X mplex:${PORTSDIR}/multimedia/mjpegtools \ X buffer:${PORTSDIR}/misc/buffer \ X lsdvd:${PORTSDIR}/multimedia/lsdvd X XBUILD_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/Gtk.pm:${PORTSDIR}/x11-toolkits/p5-Gtk \ X ${SITE_PERL}/${PERL_ARCH}/Gtk/Gdk/Pixbuf.pm:${PORTSDIR}/x11-toolkits/p5-GdkPixbuf XUSE_PERL= yes XUSE_REINPLACE= yes XWRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} XNO_BUILD= yes XDATA= INSTALL.de INSTALL.en README.de README.en COPYING X Xpost-patch: X @${REINPLACE_CMD} -e 's|LSDVD=/opt|LSDVD=${LOCALBASE}|g' ${WRKSRC}/ldvd9to5.conf X @${REINPLACE_CMD} -e 's|/opt|${LOCALBASE}|g' -e 's|/etc|${LOCALBASE}/etc|g' ${WRKSRC}/ldvd9to5 X Xdo-install: X ${MKDIR} ${DATADIR} X cd ${WRKSRC} && ${INSTALL_DATA} ${DATA} ${DATADIR} X ${MKDIR} ${DATADIR}/modules X ${CP} -rv ${WRKSRC}/modules ${DATADIR} X cd ${WRKSRC} && ${INSTALL_DATA} ldvd9to5.conf ${PREFIX}/etc X cd ${WRKSRC} && ${INSTALL_SCRIPT} ldvd9to5 ${PREFIX}/bin X X.include END-of-ldvd9to5/Makefile echo x - ldvd9to5/pkg-plist sed 's/^X//' >ldvd9to5/pkg-plist << 'END-of-ldvd9to5/pkg-plist' Xbin/ldvd9to5 Xetc/ldvd9to5.conf X%%DATADIR%%/INSTALL.de X%%DATADIR%%/INSTALL.en X%%DATADIR%%/README.de X%%DATADIR%%/README.en X%%DATADIR%%/COPYING X%%DATADIR%%/modules/extract.pm X%%DATADIR%%/modules/info.pm X%%DATADIR%%/modules/util.pm X@dirrm %%DATADIR%%/modules X@dirrm %%DATADIR%% END-of-ldvd9to5/pkg-plist echo x - ldvd9to5/distinfo sed 's/^X//' >ldvd9to5/distinfo << 'END-of-ldvd9to5/distinfo' XMD5 (ldvd9to5-v1.12.tgz) = 0847b41ea7a33c411022240809287b9f XSIZE (ldvd9to5-v1.12.tgz) = 34959 END-of-ldvd9to5/distinfo exit --- ldvd9to5-1.12.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Oct 18 18:50:06 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9F7BC16A4CE for ; Mon, 18 Oct 2004 18:50:06 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 82A5443D41 for ; Mon, 18 Oct 2004 18:50:06 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i9IIo6d2003161 for ; Mon, 18 Oct 2004 18:50:06 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i9IIo6q4003160; Mon, 18 Oct 2004 18:50:06 GMT (envelope-from gnats) Resent-Date: Mon, 18 Oct 2004 18:50:06 GMT Resent-Message-Id: <200410181850.i9IIo6q4003160@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Andreas Fehlner Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C1A6116A4CE for ; Mon, 18 Oct 2004 18:49:46 +0000 (GMT) Received: from btmdxm.mat.uni-bayreuth.de (btmdxm.mat.uni-bayreuth.de [132.180.108.106]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5FDE843D58 for ; Mon, 18 Oct 2004 18:49:46 +0000 (GMT) (envelope-from root@btmdxm.mat.uni-bayreuth.de) Received: by btmdxm.mat.uni-bayreuth.de (Postfix, from userid 0) id 6B4A952C3; Mon, 18 Oct 2004 20:50:59 +0200 (CEST) Message-Id: <20041018185059.6B4A952C3@btmdxm.mat.uni-bayreuth.de> Date: Mon, 18 Oct 2004 20:50:59 +0200 (CEST) From: Andreas Fehlner To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/72834: [MAINTAINER] science/gramps: update to 1.0.6 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Oct 2004 18:50:06 -0000 >Number: 72834 >Category: ports >Synopsis: [MAINTAINER] science/gramps: update to 1.0.6 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Mon Oct 18 18:50:06 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Andreas Fehlner >Release: FreeBSD 4.10-STABLE i386 >Organization: >Environment: System: FreeBSD btmdxm.mat.uni-bayreuth.de 4.10-STABLE FreeBSD 4.10-STABLE #0: Wed Sep 22 19:17:57 CEST 2004 >Description: - Update to 1.0.6 Generated with FreeBSD Port Tools 0.63 >How-To-Repeat: >Fix: --- gramps-1.0.6.patch begins here --- diff -ruN --exclude=CVS /usr/ports/science/gramps/Makefile /data/home/andi/ownports/gramps/Makefile --- /usr/ports/science/gramps/Makefile Sun Aug 22 00:06:35 2004 +++ /data/home/andi/ownports/gramps/Makefile Mon Oct 11 21:02:13 2004 @@ -6,7 +6,7 @@ # PORTNAME= gramps -PORTVERSION= 1.0.5 +PORTVERSION= 1.0.6 CATEGORIES= science gnome python MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= gramps diff -ruN --exclude=CVS /usr/ports/science/gramps/distinfo /data/home/andi/ownports/gramps/distinfo --- /usr/ports/science/gramps/distinfo Sun Aug 22 00:06:35 2004 +++ /data/home/andi/ownports/gramps/distinfo Sat Oct 16 01:29:14 2004 @@ -1,2 +1,2 @@ -MD5 (gramps-1.0.5.tar.gz) = 992624a585dcb35fe0cfd15ac175570e -SIZE (gramps-1.0.5.tar.gz) = 6469833 +MD5 (gramps-1.0.6.tar.gz) = b47d019e6dd8b051dfc866c300a4610c +SIZE (gramps-1.0.6.tar.gz) = 6475119 diff -ruN --exclude=CVS /usr/ports/science/gramps/pkg-plist /data/home/andi/ownports/gramps/pkg-plist --- /usr/ports/science/gramps/pkg-plist Sun Aug 22 00:06:35 2004 +++ /data/home/andi/ownports/gramps/pkg-plist Sun Oct 17 11:30:18 2004 @@ -10,7 +10,7 @@ share/locale/nb/LC_MESSAGES/gramps.mo share/locale/it/LC_MESSAGES/gramps.mo share/locale/hu/LC_MESSAGES/gramps.mo -share/locale/fr/LC_MESSAGES/gramps.mo +share/locale/fr_FR/LC_MESSAGES/gramps.mo share/locale/fi/LC_MESSAGES/gramps.mo share/locale/es/LC_MESSAGES/gramps.mo share/locale/eo/LC_MESSAGES/gramps.mo @@ -41,16 +41,24 @@ share/gnome/gramps/plugins/soundgen.py share/gnome/gramps/plugins/soundex.glade share/gnome/gramps/plugins/relcalc.glade +share/gnome/gramps/plugins/rel_sv.pyo +share/gnome/gramps/plugins/rel_sv.py share/gnome/gramps/plugins/rel_ru.pyo share/gnome/gramps/plugins/rel_ru.py +share/gnome/gramps/plugins/rel_no.pyo +share/gnome/gramps/plugins/rel_no.py share/gnome/gramps/plugins/rel_it.pyo share/gnome/gramps/plugins/rel_it.py share/gnome/gramps/plugins/rel_hu.pyo share/gnome/gramps/plugins/rel_hu.py +share/gnome/gramps/plugins/rel_fr.pyo +share/gnome/gramps/plugins/rel_fr.py share/gnome/gramps/plugins/rel_fi.pyo share/gnome/gramps/plugins/rel_fi.py share/gnome/gramps/plugins/rel_de.pyo share/gnome/gramps/plugins/rel_de.py +share/gnome/gramps/plugins/rel_da.pyo +share/gnome/gramps/plugins/rel_da.py share/gnome/gramps/plugins/pkgexport.glade share/gnome/gramps/plugins/patchnames.glade share/gnome/gramps/plugins/pafexport.glade --- gramps-1.0.6.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Oct 18 19:00:39 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A518816A4CE for ; Mon, 18 Oct 2004 19:00:39 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 78F5343D1D for ; Mon, 18 Oct 2004 19:00:39 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i9IJ0dwr003372 for ; Mon, 18 Oct 2004 19:00:39 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i9IJ0dN4003364; Mon, 18 Oct 2004 19:00:39 GMT (envelope-from gnats) Resent-Date: Mon, 18 Oct 2004 19:00:39 GMT Resent-Message-Id: <200410181900.i9IJ0dN4003364@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Valerio Alliod Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8F00D16A4CE for ; Mon, 18 Oct 2004 18:57:53 +0000 (GMT) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8225A43D54 for ; Mon, 18 Oct 2004 18:57:53 +0000 (GMT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.12.11/8.12.11) with ESMTP id i9IIvqhb075069 for ; Mon, 18 Oct 2004 18:57:52 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.12.11/8.12.11/Submit) id i9IIvq5Z075068; Mon, 18 Oct 2004 18:57:52 GMT (envelope-from nobody) Message-Id: <200410181857.i9IIvq5Z075068@www.freebsd.org> Date: Mon, 18 Oct 2004 18:57:52 GMT From: Valerio Alliod To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-2.3 Subject: ports/72835: Update port: x11-fm/xfe to 0.72 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Oct 2004 19:00:39 -0000 >Number: 72835 >Category: ports >Synopsis: Update port: x11-fm/xfe to 0.72 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Oct 18 19:00:39 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Valerio Alliod >Release: FreeBSD 5.2.1-RELEASE-p11 >Organization: >Environment: >Description: - Update to version 0.72 >How-To-Repeat: >Fix: --- Makefile.orig Thu Sep 2 22:46:44 2004 +++ Makefile Mon Oct 18 17:09:36 2004 @@ -6,7 +6,7 @@ # PORTNAME= xfe -PORTVERSION= 0.70 +PORTVERSION= 0.72 PORTREVISION= 0 CATEGORIES= x11-fm MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} --- distinfo.orig Thu Sep 2 22:46:44 2004 +++ distinfo Mon Oct 18 17:11:32 2004 @@ -1,2 +1,2 @@ -MD5 (xfe-0.70.tar.gz) = ae8ba8af8aafee053f70e909e6e22920 -SIZE(xfe-0.70.tar.gz) = 805921 +MD5 (xfe-0.72.tar.gz) = 625a4c8e152314363d2f3a27cc8fa6cc +SIZE(xfe-0.72.tar.gz) = 828770 --- pkg-plist.orig Thu Sep 2 22:46:44 2004 +++ pkg-plist Mon Oct 18 17:06:22 2004 @@ -117,10 +117,14 @@ lib/foxicons/tgz_32x32.png lib/foxicons/tools_16x16.png lib/foxicons/tools_32x32.png +lib/foxicons/vhdl_16x16.png +lib/foxicons/vhdl_32x32.png lib/foxicons/video_16x16.png lib/foxicons/video_32x32.png lib/foxicons/visio_16x16.png lib/foxicons/visio_32x32.png +lib/foxicons/vlog_16x16.png +lib/foxicons/vlog_32x32.png lib/foxicons/wave_16x16.png lib/foxicons/wave_32x32.png lib/foxicons/word_16x16.png @@ -141,6 +145,7 @@ share/locale/es/LC_MESSAGES/xfe.mo share/locale/es_AR/LC_MESSAGES/xfe.mo share/locale/fr/LC_MESSAGES/xfe.mo +share/locale/it/LC_MESSAGES/xfe.mo share/locale/pt_BR/LC_MESSAGES/xfe.mo share/locale/pl/LC_MESSAGES/xfe.mo share/locale/tr/LC_MESSAGES/xfe.mo >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Oct 18 19:00:40 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 47AE416A4CE for ; Mon, 18 Oct 2004 19:00:40 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2743943D3F for ; Mon, 18 Oct 2004 19:00:40 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i9IJ0eJF003427 for ; Mon, 18 Oct 2004 19:00:40 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i9IJ0e2i003426; Mon, 18 Oct 2004 19:00:40 GMT (envelope-from gnats) Resent-Date: Mon, 18 Oct 2004 19:00:40 GMT Resent-Message-Id: <200410181900.i9IJ0e2i003426@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Andreas Fehlner Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DA9F516A4D1 for ; Mon, 18 Oct 2004 18:58:19 +0000 (GMT) Received: from btmdxm.mat.uni-bayreuth.de (btmdxm.mat.uni-bayreuth.de [132.180.108.106]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1219B43D39 for ; Mon, 18 Oct 2004 18:58:19 +0000 (GMT) (envelope-from root@btmdxm.mat.uni-bayreuth.de) Received: by btmdxm.mat.uni-bayreuth.de (Postfix, from userid 0) id D124D52C3; Mon, 18 Oct 2004 20:59:31 +0200 (CEST) Message-Id: <20041018185931.D124D52C3@btmdxm.mat.uni-bayreuth.de> Date: Mon, 18 Oct 2004 20:59:31 +0200 (CEST) From: Andreas Fehlner To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/72836: [MAINTAINER] french/geonext: update to 1.11 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Oct 2004 19:00:40 -0000 >Number: 72836 >Category: ports >Synopsis: [MAINTAINER] french/geonext: update to 1.11 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Mon Oct 18 19:00:39 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Andreas Fehlner >Release: FreeBSD 4.10-STABLE i386 >Organization: >Environment: System: FreeBSD btmdxm.mat.uni-bayreuth.de 4.10-STABLE FreeBSD 4.10-STABLE #0: Wed Sep 22 19:17:57 CEST 2004 >Description: - Update to 1.11 Removed file(s): - pkg-message BTW: I've tried to reworked the style of the geonext-ports. http://www.freebsd.org/cgi/query-pr.cgi?pr=67599 Can anyone take a look at it? >How-To-Repeat: >Fix: --- geonext-1.11.patch begins here --- diff -ruN --exclude=CVS /usr/ports/french/geonext/Makefile /data/home/andi/ownports/french/geonext/Makefile --- /usr/ports/french/geonext/Makefile Sat Mar 27 17:54:56 2004 +++ /data/home/andi/ownports/french/geonext/Makefile Sun Oct 17 12:38:55 2004 @@ -1,41 +1,45 @@ -# New ports collection makefile for: fr-geonext -# Date created: 24 July 2003 -# Whom: Andreas Fehlner (fehlner@gmx.de) +# New ports collection makefile for: fr-geonext +# Date created: 24 July 2003 +# Whom: Andreas Fehlner (fehlner@gmx.de) # # $FreeBSD: ports/french/geonext/Makefile,v 1.3 2004/02/07 07:04:28 linimon Exp $ # PORTNAME= geonext -PORTVERSION= 1.0 -CATEGORIES= french math -MASTER_SITES= http://geonext.uni-bayreuth.de/content/fr/download/ \ - http://btmdx8.mat.uni-bayreuth.de/~andi/geonext/fr/ -DISTNAME= geonext_fr +PORTVERSION= 1.11 +CATEGORIES= french +MASTER_SITES= http://geonext.uni-bayreuth.de/data/download/ +DISTNAME= geonext.${PORTVERSION} +EXTRACT_SUFX= .zip MAINTAINER= fehlner@gmx.de COMMENT= Interactive (dynamic) elementary Geometry Software +WRKSRC= ${WRKDIR}/geonext_install NO_BUILD= yes USE_ZIP= yes -WRKSRC= ${WRKDIR} USE_JAVA= 1.4 JAVA= ${JAVA_HOME}/bin/java GNAME= geonext-fr -GLOCATE= ${PREFIX}/share/${PKGNAMEPREFIX}${PORTNAME} -DATA= cacerts didmat.crt geonext.html geonext.jar license.txt -GIF= pixel.gif gx.gif gni.gif gn.gif g.gif x.ico +GLOCATE= ${PREFIX}/share/${GNAME} +DATA= cacerts didmat.crt geonext.html geonext.jar license.txt index.html +IMG= g.gif gn.gif gni.gif geoint.png pixel.gif gx.gif gxt.gif ubt.gif x.ico do-install: - ${MKDIR} ${GLOCATE} + ${MKDIR} ${PREFIX}/share/${GNAME} + cd ${WRKSRC} && ${INSTALL_DATA} ${DATA} ${GLOCATE} + cd ${WRKSRC} && ${INSTALL_DATA} ${IMG} ${GLOCATE} @${ECHO_MSG} '#!/bin/sh' > ${GLOCATE}/${GNAME} - @${ECHO_MSG} '${JAVA} -cp ${GLOCATE}/geonext.jar geonext/Geonext&'\ + @${ECHO_MSG} '${JAVA} -cp ${GLOCATE}/geonext.jar geonext/Geonext language=fr&'\ >>${GLOCATE}/${GNAME} ${CHMOD} a+x ${GLOCATE}/${GNAME} - cd ${WRKSRC} && ${INSTALL_DATA} ${DATA} ${GLOCATE} - cd ${WRKSRC} && ${INSTALL_DATA} ${GIF} ${GLOCATE} + ${LN} ${GLOCATE}/${GNAME} ${GLOCATE}/geonext ${INSTALL_SCRIPT} ${GLOCATE}/${GNAME} ${PREFIX}/bin - -post-install: - ${CAT} ${PKGMESSAGE} + @${ECHO_MSG} "---------------------------------------------------------" + @${ECHO_MSG} "Application: ${GLOCATE}/geonext or ${GNAME}" + @${ECHO_MSG} "Browser-Applet: ${GLOCATE}/geonext.html" + @${ECHO_MSG} "" + @${ECHO_MSG} " WWW: http://www.geonext.de" + @${ECHO_MSG} "------------------------------------------------------" .include diff -ruN --exclude=CVS /usr/ports/french/geonext/distinfo /data/home/andi/ownports/french/geonext/distinfo --- /usr/ports/french/geonext/distinfo Sat Mar 27 17:54:56 2004 +++ /data/home/andi/ownports/french/geonext/distinfo Sun Oct 17 12:32:56 2004 @@ -1,2 +1,2 @@ -MD5 (geonext_fr.zip) = 67dadda8a2143fb8dcf41c84ea3d44f0 -SIZE (geonext_fr.zip) = 1045171 +MD5 (geonext.1.11.zip) = fb506cfe96f5d172345b2edda3ac0871 +SIZE (geonext.1.11.zip) = 1157656 diff -ruN --exclude=CVS /usr/ports/french/geonext/pkg-message /data/home/andi/ownports/french/geonext/pkg-message --- /usr/ports/french/geonext/pkg-message Sat Feb 7 08:04:28 2004 +++ /data/home/andi/ownports/french/geonext/pkg-message Thu Jan 1 01:00:00 1970 @@ -1,7 +0,0 @@ -*************************************************************************** - -Application: /usr/local/share/geonext-fr/geonext-fr -Browser-Applet: /usr/local/share/geonext-fr/geonext.html - - WWW: http://geonext.uni-bayreuth.de/index?LANG=fr" -*************************************************************************** diff -ruN --exclude=CVS /usr/ports/french/geonext/pkg-plist /data/home/andi/ownports/french/geonext/pkg-plist --- /usr/ports/french/geonext/pkg-plist Sat Mar 27 17:54:56 2004 +++ /data/home/andi/ownports/french/geonext/pkg-plist Sun Oct 17 12:36:55 2004 @@ -1,14 +1,19 @@ bin/geonext-fr -share/fr-geonext/geonext-fr -share/fr-geonext/cacerts -share/fr-geonext/didmat.crt -share/fr-geonext/g.gif -share/fr-geonext/geonext.html -share/fr-geonext/geonext.jar -share/fr-geonext/gn.gif -share/fr-geonext/gni.gif -share/fr-geonext/gx.gif -share/fr-geonext/license.txt -share/fr-geonext/pixel.gif -share/fr-geonext/x.ico -@dirrm share/fr-geonext +share/geonext-fr/geonext-fr +share/geonext-fr/geonext +share/geonext-fr/cacerts +share/geonext-fr/didmat.crt +share/geonext-fr/g.gif +share/geonext-fr/geonext.html +share/geonext-fr/geonext.jar +share/geonext-fr/gn.gif +share/geonext-fr/gni.gif +share/geonext-fr/geoint.png +share/geonext-fr/gx.gif +share/geonext-fr/gxt.gif +share/geonext-fr/index.html +share/geonext-fr/license.txt +share/geonext-fr/pixel.gif +share/geonext-fr/x.ico +share/geonext-fr/ubt.gif +@dirrm share/geonext-fr --- geonext-1.11.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Oct 18 19:10:21 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C06B516A4CE for ; Mon, 18 Oct 2004 19:10:21 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9691243D48 for ; Mon, 18 Oct 2004 19:10:21 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i9IJAL8G007658 for ; Mon, 18 Oct 2004 19:10:21 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i9IJALWM007657; Mon, 18 Oct 2004 19:10:21 GMT (envelope-from gnats) Resent-Date: Mon, 18 Oct 2004 19:10:21 GMT Resent-Message-Id: <200410181910.i9IJALWM007657@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Andreas Fehlner Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5BA3116A4CE for ; Mon, 18 Oct 2004 19:02:33 +0000 (GMT) Received: from btmdxm.mat.uni-bayreuth.de (btmdxm.mat.uni-bayreuth.de [132.180.108.106]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0F78B43D3F for ; Mon, 18 Oct 2004 19:02:33 +0000 (GMT) (envelope-from root@btmdxm.mat.uni-bayreuth.de) Received: by btmdxm.mat.uni-bayreuth.de (Postfix, from userid 0) id 0761052C3; Mon, 18 Oct 2004 21:03:45 +0200 (CEST) Message-Id: <20041018190345.0761052C3@btmdxm.mat.uni-bayreuth.de> Date: Mon, 18 Oct 2004 21:03:45 +0200 (CEST) From: Andreas Fehlner To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/72837: [MAINTAINER] german/geonext: [SUMMARIZE CHANGES] X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Oct 2004 19:10:21 -0000 >Number: 72837 >Category: ports >Synopsis: [MAINTAINER] german/geonext: [SUMMARIZE CHANGES] >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Mon Oct 18 19:10:21 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Andreas Fehlner >Release: FreeBSD 4.10-STABLE i386 >Organization: >Environment: System: FreeBSD btmdxm.mat.uni-bayreuth.de 4.10-STABLE FreeBSD 4.10-STABLE #0: Wed Sep 22 19:17:57 CEST 2004 >Description: add language=de in order to get the german version [I've forgotten this last pr] Generated with FreeBSD Port Tools 0.63 >How-To-Repeat: >Fix: --- geonext-1.11_1.patch begins here --- diff -ruN --exclude=CVS /usr/ports/german/geonext/Makefile /data/home/andi/ownports/german/geonext/Makefile --- /usr/ports/german/geonext/Makefile Fri Apr 2 00:01:18 2004 +++ /data/home/andi/ownports/german/geonext/Makefile Sun Oct 17 12:32:02 2004 @@ -7,9 +7,10 @@ PORTNAME= geonext PORTVERSION= 1.11 +PORTREVISION= 1 CATEGORIES= german MASTER_SITES= http://geonext.uni-bayreuth.de/data/download/ -PKGNAMEPREFIX?= de- +#PKGNAMEPREFIX?= de- DISTNAME= geonext.${PORTVERSION} EXTRACT_SUFX= .zip @@ -31,7 +32,7 @@ cd ${WRKSRC} && ${INSTALL_DATA} ${DATA} ${GLOCATE} cd ${WRKSRC} && ${INSTALL_DATA} ${IMG} ${GLOCATE} @${ECHO_MSG} '#!/bin/sh' > ${GLOCATE}/${GNAME} - @${ECHO_MSG} '${JAVA} -cp ${GLOCATE}/geonext.jar geonext/Geonext&'\ + @${ECHO_MSG} '${JAVA} -cp ${GLOCATE}/geonext.jar geonext/Geonext language=de&'\ >>${GLOCATE}/${GNAME} ${CHMOD} a+x ${GLOCATE}/${GNAME} ${LN} ${GLOCATE}/${GNAME} ${GLOCATE}/geonext --- geonext-1.11_1.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Oct 18 20:00:39 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BEBAC16A4CE for ; Mon, 18 Oct 2004 20:00:39 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id A0E3443D5C for ; Mon, 18 Oct 2004 20:00:39 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i9IK0d9L010028 for ; Mon, 18 Oct 2004 20:00:39 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i9IK0dAT010026; Mon, 18 Oct 2004 20:00:39 GMT (envelope-from gnats) Resent-Date: Mon, 18 Oct 2004 20:00:39 GMT Resent-Message-Id: <200410182000.i9IK0dAT010026@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Thomas-Martin Seck Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B261216A4CE for ; Mon, 18 Oct 2004 19:55:47 +0000 (GMT) Received: from smtp1.netcologne.de (smtp1.netcologne.de [194.8.194.112]) by mx1.FreeBSD.org (Postfix) with ESMTP id C6B8943D5E for ; Mon, 18 Oct 2004 19:55:46 +0000 (GMT) (envelope-from tmseck@netcologne.de) Received: from laurel.tmseck.homedns.org (xdsl-213-196-244-57.netcologne.de [213.196.244.57]) by smtp1.netcologne.de (Postfix) with SMTP id AB5A338D09 for ; Mon, 18 Oct 2004 21:55:42 +0200 (MEST) Received: (qmail 22280 invoked by uid 1001); 18 Oct 2004 19:56:05 -0000 Message-Id: <20041018195605.22279.qmail@laurel.tmseck.homedns.org> Date: 18 Oct 2004 19:56:05 -0000 From: Thomas-Martin Seck To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/72840: [Maintainer] www/squid: correct follow_xff patch, add vendor patch X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Thomas-Martin Seck List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Oct 2004 20:00:39 -0000 >Number: 72840 >Category: ports >Synopsis: [Maintainer] www/squid: correct follow_xff patch, add vendor patch >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Mon Oct 18 20:00:39 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Thomas-Martin Seck >Release: FreeBSD 4.10-STABLE i386 >Organization: a private site in Germany >Environment: FreeBSD ports collection as of Oct 18, 2004. >Description: - Integrate a vendor patch that prevents squid from consuming 100% CPU for half closed PUT/POST requests (squid bugs #354, 1096). See for further details. - Adapt the follow_xff patch to changes in some of squid's data structures and unbreak the WITH_SQUID_FOLLOW_XFF option. - Bump PORTREVISION. >How-To-Repeat: >Fix: Apply this patch: Index: distinfo =================================================================== --- distinfo (.../www/squid) (revision 256) +++ distinfo (.../local/squid) (revision 256) @@ -1,2 +1,4 @@ MD5 (squid2.5/squid-2.5.STABLE7.tar.bz2) = bf63e34906c68d716896eec0351108dc SIZE (squid2.5/squid-2.5.STABLE7.tar.bz2) = 1051830 +MD5 (squid2.5/squid-2.5.STABLE7-half_closed_POST.patch) = 7468154bb645932718d74c3dafcc9ec3 +SIZE (squid2.5/squid-2.5.STABLE7-half_closed_POST.patch) = 805 Index: files/follow_xff-2.5.patch =================================================================== --- files/follow_xff-2.5.patch (.../www/squid) (revision 256) +++ files/follow_xff-2.5.patch (.../local/squid) (revision 256) @@ -342,14 +342,14 @@ ch.my_addr = r->my_addr; ch.my_port = r->my_port; Index: src/structs.h -*** src/structs.h.orig Thu Feb 26 20:32:47 2004 ---- src/structs.h Thu Feb 26 20:34:51 2004 +*** src/structs.h.orig Wed Oct 6 00:56:14 2004 +--- src/structs.h Mon Oct 18 20:23:13 2004 *************** -*** 594,599 **** ---- 594,604 ---- - int pipeline_prefetch; +*** 606,611 **** +--- 606,616 ---- int request_entities; int detect_broken_server_pconns; + int balance_on_multiple_ip; + #if FOLLOW_X_FORWARDED_FOR + int acl_uses_indirect_client; + int delay_pool_uses_indirect_client; @@ -359,8 +359,8 @@ acl *aclList; struct { *************** -*** 615,620 **** ---- 620,628 ---- +*** 627,632 **** +--- 632,640 ---- acl_access *reply; acl_address *outgoing_address; acl_tos *outgoing_tos; @@ -371,8 +371,8 @@ acl_deny_info_list *denyInfoList; struct _authConfig { *************** -*** 1611,1616 **** ---- 1619,1629 ---- +*** 1623,1628 **** +--- 1631,1641 ---- unsigned int internal:1; unsigned int body_sent:1; unsigned int reset_tcp:1; @@ -385,8 +385,8 @@ struct _link_list { *************** -*** 1657,1662 **** ---- 1670,1678 ---- +*** 1669,1674 **** +--- 1682,1690 ---- int max_forwards; /* these in_addr's could probably be sockaddr_in's */ struct in_addr client_addr; @@ -397,11 +397,11 @@ unsigned short my_port; HttpHeader header; *************** -*** 1667,1672 **** ---- 1683,1693 ---- - char *peer_login; /* Configured peer login:password */ - time_t lastmod; /* Used on refreshes */ +*** 1680,1685 **** +--- 1696,1706 ---- const char *vary_headers; /* Used when varying entities are detected. Changes how the store key is calculated */ + BODY_HANDLER *body_reader; + void *body_reader_data; + #if FOLLOW_X_FORWARDED_FOR + /* XXX a list of IP addresses would be a better data structure + * than this String */ Index: Makefile =================================================================== --- Makefile (.../www/squid) (revision 256) +++ Makefile (.../local/squid) (revision 256) @@ -74,6 +74,7 @@ PORTNAME= squid PORTVERSION= 2.5.7 +PORTREVISION= 1 CATEGORIES= www MASTER_SITES= \ ftp://ftp.squid-cache.org/pub/%SUBDIR%/ \ @@ -86,6 +87,8 @@ DIST_SUBDIR= squid2.5 PATCH_SITES= http://www.squid-cache.org/Versions/v2/2.5/bugs/ +PATCHFILES= squid-2.5.STABLE7-half_closed_POST.patch +PATCH_DIST_STRIP= -p1 MAINTAINER= tmseck@netcologne.de COMMENT= The successful WWW proxy cache and accelerator >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Oct 18 20:00:40 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8B4D416A4CE for ; Mon, 18 Oct 2004 20:00:40 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5ECA043D5E for ; Mon, 18 Oct 2004 20:00:40 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i9IK0elO010111 for ; Mon, 18 Oct 2004 20:00:40 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i9IK0eKN010110; Mon, 18 Oct 2004 20:00:40 GMT (envelope-from gnats) Resent-Date: Mon, 18 Oct 2004 20:00:40 GMT Resent-Message-Id: <200410182000.i9IK0eKN010110@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Michael Johnson Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8B20D16A4CF for ; Mon, 18 Oct 2004 19:59:10 +0000 (GMT) Received: from imf01aec.mail.bellsouth.net (imf01aec.mail.bellsouth.net [205.152.59.49]) by mx1.FreeBSD.org (Postfix) with ESMTP id DA19F43D5E for ; Mon, 18 Oct 2004 19:59:09 +0000 (GMT) (envelope-from ahze@blueheron.ahze.net) Received: from blueheron.ahze.net ([68.209.163.3]) by imf24aec.mail.bellsouth.netESMTP <20041018183005.TLIV2383.imf24aec.mail.bellsouth.net@blueheron.ahze.net>; Mon, 18 Oct 2004 14:30:05 -0400 Received: (from root@localhost) by blueheron.ahze.net (8.13.1/8.13.1/Submit) id i9IIU4I4043846; Mon, 18 Oct 2004 14:30:04 -0400 (EDT) (envelope-from ahze) Message-Id: <200410181830.i9IIU4I4043846@blueheron.ahze.net> Date: Mon, 18 Oct 2004 14:30:04 -0400 (EDT) From: Michael Johnson To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 cc: hendrik@scholz.net Subject: ports/72841: [PATCH] multimedia/totem: update to 0.99.19 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Oct 2004 20:00:40 -0000 >Number: 72841 >Category: ports >Synopsis: [PATCH] multimedia/totem: update to 0.99.19 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Mon Oct 18 20:00:39 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Michael Johnson >Release: FreeBSD 5.3-STABLE i386 >Organization: >Environment: System: FreeBSD blueheron.ahze.net 5.3-STABLE FreeBSD 5.3-STABLE #68: Sat Oct 16 21:30:18 EDT 2004 >Description: - Update to 0.99.19 This will only work with gnome2.8 so if you want to test it you will need gnome 2.8 installed =) Added file(s): - files/patch-src_totem-disc.c Port maintainer (hendrik@scholz.net) is cc'd. Generated with FreeBSD Port Tools 0.63 >How-To-Repeat: >Fix: --- totem-0.99.19.patch begins here --- diff -ruN --exclude=CVS /usr/ports/multimedia/totem.orig/Makefile /usr/ports/multimedia/totem/Makefile --- /usr/ports/multimedia/totem.orig/Makefile Mon Oct 18 14:11:12 2004 +++ /usr/ports/multimedia/totem/Makefile Mon Oct 18 14:27:05 2004 @@ -6,15 +6,17 @@ # PORTNAME= totem -PORTVERSION= 0.99.15.1 +PORTVERSION= 0.99.19 CATEGORIES= multimedia gnome MASTER_SITES= ${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:C/.....$//} +MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:C/...$//} DIST_SUBDIR= gnome2 MAINTAINER= hendrik@scholz.net COMMENT= A Xine-based video player for the Gnome 2 Desktop +LIB_DEPENDS= nautilus-burn.0:${PORTSDIR}/sysutils/nautilus-cd-burner + USE_REINPLACE= yes USE_BZIP2= yes USE_X_PREFIX= yes @@ -53,7 +55,6 @@ .endif .endif -.if defined(WITH_GSTREAMER_OVERRIDE) .if defined(WITH_DVD_DEVICE) DEFAULT_DVD_DEVICE=${WITH_DVD_DEVICE} .else @@ -63,24 +64,20 @@ DEFAULT_DVD_DEVICE=/dev/acd0 .endif .endif -.endif pre-everything:: @${ECHO_MSG} "===> The default CDROM device is ${DEFAULT_CDROM_DEVICE}" @${ECHO_MSG} "===> Define WITH_CDROM_DEVICE if you want to change the default" @${ECHO_MSG} "===> For example, 'make WITH_CDROM_DEVICE=\"/dev/somedevice\"'" @${ECHO_MSG} "===>" -.if defined(WITH_GSTREAMER_OVERRIDE) @${ECHO_MSG} "===> The default DVD device is ${DEFAULT_DVD_DEVICE}" @${ECHO_MSG} "===> Define WITH_DVD_DEVICE if you want to change the default" @${ECHO_MSG} "===> For example, 'make WITH_DVD_DEVICE=\"/dev/somedevice\"'" -.endif post-patch: @${REINPLACE_CMD} -e 's|/dev/cdrom|${DEFAULT_CDROM_DEVICE}|' \ - ${WRKSRC}/src/cd-drive.c \ ${WRKSRC}/src/totem-preferences.c \ - ${WRKSRC}/src/bacon-cd-selection.c + ${WRKSRC}/src/bacon-video-widget-gst.c .if defined(WITH_GSTREAMER_OVERRIDE) @${REINPLACE_CMD} -e 's|/dev/dvd|${DEFAULT_DVD_DEVICE}|' \ ${WRKSRC}/src/bacon-video-widget-gst.c diff -ruN --exclude=CVS /usr/ports/multimedia/totem.orig/distinfo /usr/ports/multimedia/totem/distinfo --- /usr/ports/multimedia/totem.orig/distinfo Mon Oct 18 14:11:12 2004 +++ /usr/ports/multimedia/totem/distinfo Mon Oct 18 12:49:35 2004 @@ -1,2 +1,2 @@ -MD5 (gnome2/totem-0.99.15.1.tar.bz2) = c5db3ea18fc66afce61e959c255706c7 -SIZE (gnome2/totem-0.99.15.1.tar.bz2) = 1025252 +MD5 (gnome2/totem-0.99.19.tar.bz2) = e2d8c6cd39b0843d51d357cc3921873a +SIZE (gnome2/totem-0.99.19.tar.bz2) = 1062379 diff -ruN --exclude=CVS /usr/ports/multimedia/totem.orig/files/patch-src_totem-disc.c /usr/ports/multimedia/totem/files/patch-src_totem-disc.c --- /usr/ports/multimedia/totem.orig/files/patch-src_totem-disc.c Wed Dec 31 19:00:00 1969 +++ /usr/ports/multimedia/totem/files/patch-src_totem-disc.c Mon Oct 18 14:16:57 2004 @@ -0,0 +1,49 @@ +--- src/totem-disc.c.orig Mon Oct 18 14:00:05 2004 ++++ src/totem-disc.c Mon Oct 18 14:00:14 2004 +@@ -26,12 +26,34 @@ + #include + #include + #include +-#include + #include + + #include + #include ++ ++#ifdef __FreeBSD__ ++#include ++#include ++ ++#define CDROM_DRIVE_STATUS 0x5326 ++#define CDROM_DISC_STATUS 0x5327 ++#define CDS_AUDIO 100 ++#define CDS_MIXED 105 ++#define CDS_DATA_1 101 ++#define CDS_DATA_2 102 ++#define CDS_NO_INFO 0 /* if not implemented */ ++#define CDS_NO_DISC 1 ++#define CDS_TRAY_OPEN 2 ++#define CDS_DRIVE_NOT_READY 3 ++#define CDS_DISC_OK 4 ++#define CDS_XA_2_1 103 ++#define CDS_XA_2_2 104 ++#define ENOMEDIUM ENODEV ++#define CDROM_GET_CAPABILITY CDIOCCLRDEBUG ++#else + #include ++#include ++#endif + + #include + #include +@@ -395,8 +417,10 @@ + /* open disc, check capabilities and open mount */ + if (!cd_cache_open_device (cache, error)) + return MEDIA_TYPE_ERROR; ++#ifdef __linux__ + if (!(cache->cap & CDC_DVD)) + return MEDIA_TYPE_DATA; ++#endif + if (!(dir = cd_cache_open_mountpoint (cache, error))) + return MEDIA_TYPE_ERROR; + diff -ruN --exclude=CVS /usr/ports/multimedia/totem.orig/pkg-plist /usr/ports/multimedia/totem/pkg-plist --- /usr/ports/multimedia/totem.orig/pkg-plist Mon Oct 18 14:11:12 2004 +++ /usr/ports/multimedia/totem/pkg-plist Mon Oct 18 14:07:20 2004 @@ -1,5 +1,8 @@ bin/totem bin/totem-video-thumbnailer +@unexec env GCONF_CONFIG_SOURCE=xml::%D/etc/gconf/gconf.xml.defaults gconftool-2 --makefile-uninstall-rule %D/etc/gconf/schemas/totem-handlers.schemas >/dev/null || /usr/bin/true +etc/gconf/schemas/totem-handlers.schemas +@exec env GCONF_CONFIG_SOURCE=xml::%D/etc/gconf/gconf.xml.defaults gconftool-2 --makefile-install-rule %D/etc/gconf/schemas/totem-handlers.schemas >/dev/null || /usr/bin/true @unexec env GCONF_CONFIG_SOURCE=xml::%D/etc/gconf/gconf.xml.defaults gconftool-2 --makefile-uninstall-rule %D/etc/gconf/schemas/totem-video-thumbnail.schemas > /dev/null || /usr/bin/true etc/gconf/schemas/totem-video-thumbnail.schemas @exec env GCONF_CONFIG_SOURCE=xml::%D/etc/gconf/gconf.xml.defaults gconftool-2 --makefile-install-rule %D/etc/gconf/schemas/totem-video-thumbnail.schemas > /dev/null || /usr/bin/true @@ -94,6 +97,7 @@ share/locale/fi/LC_MESSAGES/totem.mo share/locale/fr/LC_MESSAGES/totem.mo share/locale/ga/LC_MESSAGES/totem.mo +share/locale/gu/LC_MESSAGES/totem.mo share/locale/he/LC_MESSAGES/totem.mo share/locale/hr/LC_MESSAGES/totem.mo share/locale/hu/LC_MESSAGES/totem.mo @@ -106,6 +110,7 @@ share/locale/mk/LC_MESSAGES/totem.mo share/locale/ml/LC_MESSAGES/totem.mo share/locale/ms/LC_MESSAGES/totem.mo +share/locale/nb/LC_MESSAGES/totem.mo share/locale/nl/LC_MESSAGES/totem.mo share/locale/no/LC_MESSAGES/totem.mo share/locale/pl/LC_MESSAGES/totem.mo @@ -114,6 +119,7 @@ share/locale/ro/LC_MESSAGES/totem.mo share/locale/ru/LC_MESSAGES/totem.mo share/locale/sk/LC_MESSAGES/totem.mo +share/locale/sq/LC_MESSAGES/totem.mo share/locale/sr/LC_MESSAGES/totem.mo share/locale/sr@Latn/LC_MESSAGES/totem.mo share/locale/sv/LC_MESSAGES/totem.mo --- totem-0.99.19.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Oct 18 20:00:40 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D4F4116A4CE for ; Mon, 18 Oct 2004 20:00:40 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id B1D8E43D5E for ; Mon, 18 Oct 2004 20:00:40 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i9IK0ejP010125 for ; Mon, 18 Oct 2004 20:00:40 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i9IK0eSg010124; Mon, 18 Oct 2004 20:00:40 GMT (envelope-from gnats) Resent-Date: Mon, 18 Oct 2004 20:00:40 GMT Resent-Message-Id: <200410182000.i9IK0eSg010124@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Johan van Selst Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1CFEC16A4CE for ; Mon, 18 Oct 2004 19:59:43 +0000 (GMT) Received: from mailhost.stack.nl (vaak.stack.nl [131.155.140.140]) by mx1.FreeBSD.org (Postfix) with ESMTP id E72A243D41 for ; Mon, 18 Oct 2004 19:59:41 +0000 (GMT) (envelope-from johans@stack.nl) Received: by mailhost.stack.nl (Postfix, from userid 65534) id DEDFF1F076; Mon, 18 Oct 2004 21:59:40 +0200 (CEST) Received: from mailhost.gletsjer.net (ntp.gletsjer.net [IPv6:2001:610:1108:5202::123]) by mailhost.stack.nl (Postfix) with ESMTP id 95DA01F074 for ; Mon, 18 Oct 2004 21:59:38 +0200 (CEST) Received: by mailhost.gletsjer.net (Postfix, from userid 801) id 7FE6A3E0E; Mon, 18 Oct 2004 21:59:33 +0200 (CEST) Message-Id: <20041018195933.7FE6A3E0E@mailhost.gletsjer.net> Date: Mon, 18 Oct 2004 21:59:33 +0200 (CEST) From: Johan van Selst To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/72842: new port: security/sks (OpenPGP keyserver) X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Johan van Selst List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Oct 2004 20:00:41 -0000 >Number: 72842 >Category: ports >Synopsis: new port: security/sks (OpenPGP keyserver) >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Oct 18 20:00:40 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Johan van Selst >Release: FreeBSD 6.0-CURRENT i386 >Organization: >Environment: System: FreeBSD coyote.gletsjer.net 6.0-CURRENT FreeBSD 6.0-CURRENT #15: Sun Oct 10 09:55:47 CEST 2004 root@coyote.gletsjer.net:/spare3/obj/spare3/src/sys/coyote i386 >Description: SKS is a new OpenPGP keyserver whose goal is to provide easy to deploy, decentralized, and highly reliable synchronization. This FreeBSD port has been tested on -CURRENT en -STABLE. >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: # # sks # sks/Makefile # sks/files # sks/files/patch-mrandom # sks/files/patch-numerix # sks/files/sks.numerix.patch # sks/files/patch-makefile # sks/files/patch-nobash # sks/pkg-descr # sks/distinfo # sks/pkg-plist # echo c - sks mkdir -p sks > /dev/null 2>&1 echo x - sks/Makefile sed 's/^X//' >sks/Makefile << 'END-of-sks/Makefile' X# New ports collection makefile for: sks X# Date created: 16 October 2004 X# Whom: johans X# X# $FreeBSD$ X# X XPORTNAME= sks XPORTVERSION= 1.0.7 XCATEGORIES= security XMASTER_SITES= ${MASTER_SITE_SAVANNAH} XMASTER_SITE_SUBDIR=sks XEXTRACT_SUFX= .tgz X XMAINTAINER= johans@stack.nl XCOMMENT= Synchronizing Key Server, a fast OpenPGP keyserver X XBUILD_DEPENDS= ocaml:${PORTSDIR}/lang/ocaml XLIB_DEPENDS= db41:${PORTSDIR}/databases/db41 X XUSE_GMAKE= yes X Xpost-patch: X @${CP} ${FILESDIR}/sks.numerix.patch ${WRKDIR} X X.include END-of-sks/Makefile echo c - sks/files mkdir -p sks/files > /dev/null 2>&1 echo x - sks/files/patch-mrandom sed 's/^X//' >sks/files/patch-mrandom << 'END-of-sks/files/patch-mrandom' X--- mRandom.ml Sun Oct 12 22:20:18 2003 X+++ mRandom.ml Sat Oct 16 15:34:44 2004 X@@ -92,7 +92,7 @@ X X (* Low-entropy system-dependent initialisation. *) X X- external random_seed: unit -> int = "sys_random_seed" X+ external random_seed: unit -> int = "caml_sys_random_seed" X X let self_init () = init (random_seed()) X END-of-sks/files/patch-mrandom echo x - sks/files/patch-numerix sed 's/^X//' >sks/files/patch-numerix << 'END-of-sks/files/patch-numerix' X--- Makefile Fri Jan 23 04:29:24 2004 X+++ Makefile Sat Oct 16 15:53:11 2004 X@@ -283,6 +283,7 @@ X X $(NXDIR)/READ.ME: X tar xvmfz $(NXDIR)-3.tar.gz X+ patch -p0 < ../sks.numerix.patch X X $(NXDIR)/config.status: $(NXDIR)/READ.ME X cd $(NXDIR) && \ END-of-sks/files/patch-numerix echo x - sks/files/sks.numerix.patch sed 's/^X//' >sks/files/sks.numerix.patch << 'END-of-sks/files/sks.numerix.patch' X--- numerix-0.19/configure Sat Oct 16 15:47:19 2004 X+++ numerix-0.19/configure Sat Oct 16 15:38:02 2004 X@@ -4337,6 +4337,7 @@ X echo "$as_me:$LINENO: checking for Ocaml version" >&5 X echo $ECHO_N "checking for Ocaml version... $ECHO_C" >&6 X ocaml_version=`config/camlconf $ocamlc version` X+ ocaml_version=${ocaml_version%%.*} X echo "$as_me:$LINENO: result: $ocaml_version" >&5 X echo "${ECHO_T}$ocaml_version" >&6 X echo "$as_me:$LINENO: checking for Ocaml directory" >&5 X--- numerix-0.19/lib/kernel/string.c Sat Oct 16 15:47:19 2004 X+++ numerix-0.19/lib/kernel/string.c Sat Oct 16 15:14:17 2004 X@@ -38,7 +38,7 @@ X longueur l; X X /* saute les blancs et le signe */ X- while isspace(*s) s++; X+ while (isspace(*s)) s++; X if ((*s == '+') || (*s == '-')) s++; X X /* compte le nombre de chiffres décimaux */ X@@ -83,7 +83,7 @@ X long i,j,l,n; X X /* saute les blancs et le signe */ X- while isspace(*s) s++; X+ while (isspace(*s)) s++; X switch(*s) { X case '-' : sa = SIGN_m; X case '+' : s++; END-of-sks/files/sks.numerix.patch echo x - sks/files/patch-makefile sed 's/^X//' >sks/files/patch-makefile << 'END-of-sks/files/patch-makefile' X--- Makefile.local Thu Jan 1 01:00:00 1970 X+++ Makefile.local Sat Oct 16 15:31:37 2004 X@@ -0,0 +1,8 @@ X+BDBLIB=-L/usr/local/lib X+BDBINCLUDE=-I/usr/local/include/db41 X+PREFIX=/usr/local X+LIBDB=-ldb41 X+export BDBLIB X+export BDBINCLUDE X+export PREFIX X+export LIBDB END-of-sks/files/patch-makefile echo x - sks/files/patch-nobash sed 's/^X//' >sks/files/patch-nobash << 'END-of-sks/files/patch-nobash' X--- sks_build.sh Sat Nov 29 14:38:18 2003 X+++ sks_build.sh Mon Oct 18 21:49:31 2004 X@@ -1,4 +1,4 @@ X-#!/bin/bash X+#!/bin/sh X X # SKS build script. X # cd to directory with "dump" subdirectory, and run END-of-sks/files/patch-nobash echo x - sks/pkg-descr sed 's/^X//' >sks/pkg-descr << 'END-of-sks/pkg-descr' XSKS OpenPGP Key Server X XSKS is a new OpenPGP keyserver whose goal is to provide easy to deploy, Xdecentralized, and highly reliable synchronization. That means that a Xkey submitted to one SKS server will quickly be distributed to all key Xservers; and even wildly out-of-date servers, or servers that experience Xspotty connectivity, can fully synchronize with rest of the system. X XRefer to the online wiki for pointers on downloading a full copy of the Xpublic PGP databse (about 4Gb) and on customising the local configuration Xhttp://documentation.penguin.de/cgi-bin/twiki/view/SKSKeyserver/WebHome X XWWW: http://www.nongnu.org/sks/ END-of-sks/pkg-descr echo x - sks/distinfo sed 's/^X//' >sks/distinfo << 'END-of-sks/distinfo' XMD5 (sks-1.0.7.tgz) = 886f2ecfc9ef01e2bf5883c65a65daa3 XSIZE (sks-1.0.7.tgz) = 897646 END-of-sks/distinfo echo x - sks/pkg-plist sed 's/^X//' >sks/pkg-plist << 'END-of-sks/pkg-plist' Xbin/sks Xbin/sks_add_mail Xbin/sks_build.sh END-of-sks/pkg-plist exit >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Oct 18 20:10:29 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B197716A4CE for ; Mon, 18 Oct 2004 20:10:29 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 78A4F43D2F for ; Mon, 18 Oct 2004 20:10:29 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i9IKAT57014455 for ; Mon, 18 Oct 2004 20:10:29 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i9IKATNe014454; Mon, 18 Oct 2004 20:10:29 GMT (envelope-from gnats) Resent-Date: Mon, 18 Oct 2004 20:10:29 GMT Resent-Message-Id: <200410182010.i9IKATNe014454@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Andreas Fehlner Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EEFC116A4CE for ; Mon, 18 Oct 2004 20:06:52 +0000 (GMT) Received: from btmdxm.mat.uni-bayreuth.de (btmdxm.mat.uni-bayreuth.de [132.180.108.106]) by mx1.FreeBSD.org (Postfix) with ESMTP id 953B243D2F for ; Mon, 18 Oct 2004 20:06:50 +0000 (GMT) (envelope-from root@btmdxm.mat.uni-bayreuth.de) Received: by btmdxm.mat.uni-bayreuth.de (Postfix, from userid 0) id 35CFB52C3; Mon, 18 Oct 2004 22:08:03 +0200 (CEST) Message-Id: <20041018200803.35CFB52C3@btmdxm.mat.uni-bayreuth.de> Date: Mon, 18 Oct 2004 22:08:03 +0200 (CEST) From: Andreas Fehlner To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/72844: [MAINTAINER] sysutils/userneu: [SUMMARIZE CHANGES] X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Oct 2004 20:10:29 -0000 >Number: 72844 >Category: ports >Synopsis: [MAINTAINER] sysutils/userneu: [SUMMARIZE CHANGES] >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Mon Oct 18 20:10:28 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Andreas Fehlner >Release: FreeBSD 4.10-STABLE i386 >Organization: >Environment: System: FreeBSD btmdxm.mat.uni-bayreuth.de 4.10-STABLE FreeBSD 4.10-STABLE #0: Wed Sep 22 19:17:57 CEST 2004 >Description: change MASTER_SITE Generated with FreeBSD Port Tools 0.63 >How-To-Repeat: >Fix: --- userneu-1.38.patch begins here --- diff -ruN --exclude=CVS /usr/ports/sysutils/userneu/Makefile /data/home/andi/ownports/userneu/Makefile --- /usr/ports/sysutils/userneu/Makefile Thu Aug 12 00:02:15 2004 +++ /data/home/andi/ownports/userneu/Makefile Mon Oct 18 22:07:10 2004 @@ -8,7 +8,7 @@ PORTNAME= userneu PORTVERSION= 1.38 CATEGORIES= sysutils -MASTER_SITES= http://btmdx8.mat.uni-bayreuth.de/~johannes/files/userneu/ \ +MASTER_SITES= http://btmdxm.mat.uni-bayreuth.de/~johannes/files/userneu/ \ http://home.arcor.de/fehlner/inhalt/download/ DISTNAME= ${PORTNAME}-${PORTVERSION}_1 --- userneu-1.38.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Oct 18 20:20:29 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 04E5416A589 for ; Mon, 18 Oct 2004 20:20:29 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id CD53A43D3F for ; Mon, 18 Oct 2004 20:20:28 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i9IKKSEU014775 for ; Mon, 18 Oct 2004 20:20:28 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i9IKKSZo014774; Mon, 18 Oct 2004 20:20:28 GMT (envelope-from gnats) Resent-Date: Mon, 18 Oct 2004 20:20:28 GMT Resent-Message-Id: <200410182020.i9IKKSZo014774@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Andreas Fehlner Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 10E8816A4CE for ; Mon, 18 Oct 2004 20:14:29 +0000 (GMT) Received: from btmdxm.mat.uni-bayreuth.de (btmdxm.mat.uni-bayreuth.de [132.180.108.106]) by mx1.FreeBSD.org (Postfix) with ESMTP id BBDBE43D1F for ; Mon, 18 Oct 2004 20:14:28 +0000 (GMT) (envelope-from root@btmdxm.mat.uni-bayreuth.de) Received: by btmdxm.mat.uni-bayreuth.de (Postfix, from userid 0) id 8191E52C3; Mon, 18 Oct 2004 22:15:41 +0200 (CEST) Message-Id: <20041018201541.8191E52C3@btmdxm.mat.uni-bayreuth.de> Date: Mon, 18 Oct 2004 22:15:41 +0200 (CEST) From: Andreas Fehlner To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/72845: [MAINTAINER] sysutils/usermatic: [SUMMARIZE CHANGES] X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Oct 2004 20:20:29 -0000 >Number: 72845 >Category: ports >Synopsis: [MAINTAINER] sysutils/usermatic: [SUMMARIZE CHANGES] >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Mon Oct 18 20:20:28 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Andreas Fehlner >Release: FreeBSD 4.10-STABLE i386 >Organization: >Environment: System: FreeBSD btmdxm.mat.uni-bayreuth.de 4.10-STABLE FreeBSD 4.10-STABLE #0: Wed Sep 22 19:17:57 CEST 2004 >Description: Change link (MASTER_SITE) Generated with FreeBSD Port Tools 0.63 >How-To-Repeat: >Fix: --- usermatic-0.6.1.patch begins here --- diff -ruN --exclude=CVS /usr/ports/sysutils/usermatic/Makefile /data/home/andi/ownports/usermatic/Makefile --- /usr/ports/sysutils/usermatic/Makefile Sun Jul 25 11:01:24 2004 +++ /data/home/andi/ownports/usermatic/Makefile Mon Oct 18 22:15:08 2004 @@ -8,7 +8,7 @@ PORTNAME= usermatic PORTVERSION= 0.6.1 CATEGORIES= sysutils -MASTER_SITES= http://btmdx8.mat.uni-bayreuth.de/~johannes/usermatic/\ +MASTER_SITES= http://btmdxm.mat.uni-bayreuth.de/~johannes/usermatic/\ http://home.arcor.de/fehlner/inhalt/download/\ http://home.arcor.de/teambushido/ --- usermatic-0.6.1.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Oct 18 20:42:26 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 10A5316A4CE; Mon, 18 Oct 2004 20:42:26 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id E44B743D2F; Mon, 18 Oct 2004 20:42:25 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from freefall.freebsd.org (pav@localhost [127.0.0.1]) i9IKgPuF016440; Mon, 18 Oct 2004 20:42:25 GMT (envelope-from pav@freefall.freebsd.org) Received: (from pav@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i9IKgPEh016436; Mon, 18 Oct 2004 20:42:25 GMT (envelope-from pav) Date: Mon, 18 Oct 2004 20:42:25 GMT From: Pav Lucistnik Message-Id: <200410182042.i9IKgPEh016436@freefall.freebsd.org> To: fbsd@opal.com, pav@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/72013: New port: net/pload: display network i/f stats in an X11 window X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Oct 2004 20:42:26 -0000 Synopsis: New port: net/pload: display network i/f stats in an X11 window State-Changed-From-To: open->closed State-Changed-By: pav State-Changed-When: Mon Oct 18 20:42:14 GMT 2004 State-Changed-Why: New port added, thank you! http://www.freebsd.org/cgi/query-pr.cgi?pr=72013 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Oct 18 20:51:39 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E4B8616A4CE; Mon, 18 Oct 2004 20:51:39 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id C5C6043D1D; Mon, 18 Oct 2004 20:51:39 +0000 (GMT) (envelope-from kwm@FreeBSD.org) Received: from freefall.freebsd.org (kwm@localhost [127.0.0.1]) i9IKpdF1016790; Mon, 18 Oct 2004 20:51:39 GMT (envelope-from kwm@freefall.freebsd.org) Received: (from kwm@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i9IKpdis016786; Mon, 18 Oct 2004 20:51:39 GMT (envelope-from kwm) Date: Mon, 18 Oct 2004 20:51:39 GMT From: Koop Mast Message-Id: <200410182051.i9IKpdis016786@freefall.freebsd.org> To: kwm@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, kwm@FreeBSD.org Subject: Re: ports/72841: [PATCH] multimedia/totem: update to 0.99.19 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Oct 2004 20:51:40 -0000 Synopsis: [PATCH] multimedia/totem: update to 0.99.19 Responsible-Changed-From-To: freebsd-ports-bugs->kwm Responsible-Changed-By: kwm Responsible-Changed-When: Mon Oct 18 20:49:05 GMT 2004 Responsible-Changed-Why: Grab, I'm asked the maintainer http://www.freebsd.org/cgi/query-pr.cgi?pr=72841 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Oct 18 20:51:52 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0296216A4CE; Mon, 18 Oct 2004 20:51:52 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id BE4C343D48; Mon, 18 Oct 2004 20:51:51 +0000 (GMT) (envelope-from oliver@FreeBSD.org) Received: from freefall.freebsd.org (oliver@localhost [127.0.0.1]) i9IKppZH016834; Mon, 18 Oct 2004 20:51:51 GMT (envelope-from oliver@freefall.freebsd.org) Received: (from oliver@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i9IKppuj016830; Mon, 18 Oct 2004 20:51:51 GMT (envelope-from oliver) Date: Mon, 18 Oct 2004 20:51:51 GMT From: Oliver Lehmann Message-Id: <200410182051.i9IKppuj016830@freefall.freebsd.org> To: question+freebsdpr@closedsrc.org, oliver@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/72832: mail/courier-imap: Update WWW to point to the current project page X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Oct 2004 20:51:52 -0000 Synopsis: mail/courier-imap: Update WWW to point to the current project page State-Changed-From-To: open->closed State-Changed-By: oliver State-Changed-When: Mon Oct 18 20:51:40 GMT 2004 State-Changed-Why: Committed, thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=72832 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Oct 18 21:00:14 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0651116A4F2; Mon, 18 Oct 2004 21:00:14 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id DD13043D2D; Mon, 18 Oct 2004 21:00:13 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from freefall.freebsd.org (pav@localhost [127.0.0.1]) i9IL0D0H016967; Mon, 18 Oct 2004 21:00:13 GMT (envelope-from pav@freefall.freebsd.org) Received: (from pav@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i9IL0DYd016963; Mon, 18 Oct 2004 21:00:13 GMT (envelope-from pav) Date: Mon, 18 Oct 2004 21:00:13 GMT From: Pav Lucistnik Message-Id: <200410182100.i9IL0DYd016963@freefall.freebsd.org> To: pav@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, pav@FreeBSD.org Subject: Re: ports/72834: [MAINTAINER] science/gramps: update to 1.0.6 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Oct 2004 21:00:14 -0000 Synopsis: [MAINTAINER] science/gramps: update to 1.0.6 Responsible-Changed-From-To: freebsd-ports-bugs->pav Responsible-Changed-By: pav Responsible-Changed-When: Mon Oct 18 21:00:05 GMT 2004 Responsible-Changed-Why: Take. http://www.freebsd.org/cgi/query-pr.cgi?pr=72834 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Oct 18 21:00:53 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8681216A55A for ; Mon, 18 Oct 2004 21:00:53 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5F15943D2F for ; Mon, 18 Oct 2004 21:00:53 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i9IL0rJW017083 for ; Mon, 18 Oct 2004 21:00:53 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i9IL0rGj017082; Mon, 18 Oct 2004 21:00:53 GMT (envelope-from gnats) Resent-Date: Mon, 18 Oct 2004 21:00:53 GMT Resent-Message-Id: <200410182100.i9IL0rGj017082@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Mike Durian Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5719916A50E for ; Mon, 18 Oct 2004 21:00:30 +0000 (GMT) Received: from pop-a065d05.pas.sa.earthlink.net (pop-a065d05.pas.sa.earthlink.net [207.217.121.249]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0780743D3F for ; Mon, 18 Oct 2004 21:00:30 +0000 (GMT) (envelope-from durian@boogie.com) Received: from cpe-66-87-52-132.co.sprintbbd.net ([66.87.52.132] helo=mailhost.boogie.com) by pop-a065d05.pas.sa.earthlink.net with esmtp (Exim 3.33 #1) id 1CJecF-0001Ys-00 for FreeBSD-gnats-submit@freebsd.org; Mon, 18 Oct 2004 14:00:27 -0700 Received: from boogie.com (man.boogie.com [192.168.1.3]) by mailhost.boogie.com (8.13.1/8.13.1) with ESMTP id i9IL0QBY008615 for ; Mon, 18 Oct 2004 15:00:26 -0600 (MDT) (envelope-from durian@fever.boogie.com) Received: from man.boogie.com (localhost [127.0.0.1]) by boogie.com (8.13.1/8.13.1) with ESMTP id i9IL0QUv034122 for ; Mon, 18 Oct 2004 15:00:26 -0600 (MDT) (envelope-from durian@man.boogie.com) Received: (from durian@localhost) by man.boogie.com (8.13.1/8.13.1/Submit) id i9IL0QQm034121; Mon, 18 Oct 2004 15:00:26 -0600 (MDT) (envelope-from durian) Message-Id: <200410182100.i9IL0QQm034121@man.boogie.com> Date: Mon, 18 Oct 2004 15:00:26 -0600 (MDT) From: Mike Durian To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/72848: lang/gcc32 does not build - __isnanl X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Mike Durian List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Oct 2004 21:00:54 -0000 >Number: 72848 >Category: ports >Synopsis: lang/gcc32 does not build - __isnanl >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon Oct 18 21:00:53 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Mike Durian >Release: FreeBSD 5.3-BETA7 i386 >Organization: >Environment: System: FreeBSD man.boogie.com 5.3-BETA7 FreeBSD 5.3-BETA7 #10: Fri Oct 15 18:26:26 MDT 2004 root@man.boogie.com:/disk2/obj/disk2/src/sys/BOOGIE i386 >Description: lang/gcc32 (as required by openoffice-1.1) fails to build on -stable (5.x, as of 10/16 or so). The build dies due to an undefined reference to `__isnanl' in /lib/libm.so. Here are the details: gmake[4]: Entering directory `/disk2/ports/lang/gcc32/work/build/i386-portbld-freebsd5.3/libstdc++-v3/testsuite' `echo /disk2/ports/lang/gcc32/work/build/gcc/xgcc -shared-libgcc -B/disk2/ports/lang/gcc32/work/build/gcc/ -nostdinc++ -L/disk2/ports/lang/gcc32/work/build/i386-portbld-freebsd5.3/libstdc++-v3/src -L/disk2/ports/lang/gcc32/work/build/i386-portbld-freebsd5.3/libstdc++-v3/src/.libs -B/usr/local/i386-portbld-freebsd5.3/bin/ -B/usr/local/i386-portbld-freebsd5.3/lib/ -isystem /usr/local/i386-portbld-freebsd5.3/include | sed 's/xgcc/g++/g'` -DHAVE_CONFIG_H -I. -I../../.././..//gcc-3.2.3/libstdc++-v3/testsuite -I.. -nostdinc++ -I/disk2/ports/lang/gcc32/work/build/i386-portbld-freebsd5.3/libstdc++-v3/include/i386-portbld-freebsd5.3 -I/disk2/ports/lang/gcc32/work/build/i386-portbld-freebsd5.3/libstdc++-v3/include -I../../.././..//gcc-3.2.3/libstdc++-v3/libsupc++ -O -pipe -c ../../.././..//gcc-3.2.3/libstdc++-v3/testsuite/abi_check.cc LD_RUN_PATH=/disk2/ports/lang/gcc32/work/build/i386-portbld-freebsd5.3/libstdc++-v3/src/.libs /bin/sh ../libtool --tag=CXX --mode=link `echo /disk2/ports/lang/gcc32/work/build/gcc/xgcc -shared-libgcc -B/disk2/ports/lang/gcc32/work/build/gcc/ -nostdinc++ -L/disk2/ports/lang/gcc32/work/build/i386-portbld-freebsd5.3/libstdc++-v3/src -L/disk2/ports/lang/gcc32/work/build/i386-portbld-freebsd5.3/libstdc++-v3/src/.libs -B/usr/local/i386-portbld-freebsd5.3/bin/ -B/usr/local/i386-portbld-freebsd5.3/lib/ -isystem /usr/local/i386-portbld-freebsd5.3/include | sed's/xgcc/g++/g'` -O -pipe -o abi_check abi_check.o mkdir .libs /disk2/ports/lang/gcc32/work/build/gcc/g++ -shared-libgcc -B/disk2/ports/lang/gcc32/work/build/gcc/ -nostdinc++ -B/usr/local/i386-portbld-freebsd5.3/bin/ -B/usr/local/i386-portbld-freebsd5.3/lib/ -isystem /usr/local/i386-portbld-freebsd5.3/include -O -pipe -o abi_check abi_check.o -L/disk2/ports/lang/gcc32/work/build/i386-portbld-freebsd5.3/libstdc++-v3/src -L/disk2/ports/lang/gcc32/work/build/i386-portbld-freebsd5.3/libstdc++-v3/src/.libs /lib/libm.so: undefined reference to `__isnanl' collect2: ld returned 1 exit status >How-To-Repeat: cd /usr/ports/lang/gcc32 ; make >Fix: Not sure. Perhaps the math.h in the port doesn't agree with recent libm changes. >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Oct 18 21:10:33 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 997ED16A505 for ; Mon, 18 Oct 2004 21:10:33 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id A8ABB43D3F for ; Mon, 18 Oct 2004 21:10:31 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i9ILAVFZ021166 for ; Mon, 18 Oct 2004 21:10:31 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i9ILAVdb021158; Mon, 18 Oct 2004 21:10:31 GMT (envelope-from gnats) Resent-Date: Mon, 18 Oct 2004 21:10:31 GMT Resent-Message-Id: <200410182110.i9ILAVdb021158@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Tim Hawkins Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 50AA316A4CE for ; Mon, 18 Oct 2004 21:08:53 +0000 (GMT) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2497943D1D for ; Mon, 18 Oct 2004 21:08:53 +0000 (GMT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.12.11/8.12.11) with ESMTP id i9IL8qFH008225 for ; Mon, 18 Oct 2004 21:08:52 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.12.11/8.12.11/Submit) id i9IL8qiO008224; Mon, 18 Oct 2004 21:08:52 GMT (envelope-from nobody) Message-Id: <200410182108.i9IL8qiO008224@www.freebsd.org> Date: Mon, 18 Oct 2004 21:08:52 GMT From: Tim Hawkins To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-2.3 Subject: ports/72849: ports/audo/daapd fails to build on 6-current X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Oct 2004 21:10:33 -0000 >Number: 72849 >Category: ports >Synopsis: ports/audo/daapd fails to build on 6-current >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon Oct 18 21:10:31 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Tim Hawkins >Release: 6-Current >Organization: Yahoo Europe >Environment: FreeBSD godzuki.contentspace.priv 6.0-CURRENT FreeBSD 6.0-CURRENT #0: Thu Aug 19 23:39:07 BST 2004 root@godzuki.contentspace.priv:/usr/obj/usr/src/sys/GENERIC-current-locali386 >Description: $ sudo make install clean ===> Vulnerability check disabled, database not found ===> Found saved configuration for daapd-0.2.2c_1 ===> Extracting for daapd-0.2.2c_1 >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: >> Checksum OK for daapd-0.2.2c.tgz. ===> Patching for daapd-0.2.2c_1 ===> Applying FreeBSD patches for daapd-0.2.2c_1 ===> daapd-0.2.2c_1 depends on file: /usr/local/lib/libid3tag.a - found ===> daapd-0.2.2c_1 depends on file: /usr/local/lib/libdaaplib.a - found ===> daapd-0.2.2c_1 depends on file: /usr/local/lib/libhttpd-persistent.a - found ===> daapd-0.2.2c_1 depends on executable: gmake - found ===> daapd-0.2.2c_1 depends on shared library: howl - found ===> Configuring for daapd-0.2.2c_1 ===> Building for daapd-0.2.2c_1 g++ -Wall -Wno-multichar -DHOWL_ENABLE -I. -I/usr/local/include -I/usr/local/include/howl-0.9.6 -c daapd.cc In file included from types.h:36, from daapd.cc:24: /usr/local/include/daap/tagoutput.h:128:7: warning: no newline at end of file In file included from daapd.cc:39: /usr/local/include/daap/registry.h:91:7: warning: no newline at end of file daapd.cc:931: error: `sw_discovery_publish_handler' was not declared in this scope daapd.cc:932: error: expected primary-expression before "discovery" daapd.cc:933: error: expected primary-expression before "status" daapd.cc:934: error: expected primary-expression before "id" daapd.cc:935: error: expected primary-expression before "extra" daapd.cc:936: error: initializer expression list treated as compound expression daapd.cc:936: error: expected `,' or `;' before '{' token daapd.cc: In function `_sw_discovery* setupServiceDiscovery(const char*, int, bool)': daapd.cc:958: error: `sw_rendezvous_publish_id' undeclared (first use this function) daapd.cc:958: error: (Each undeclared identifier is reported only once for each function it appears in.) daapd.cc:958: error: expected `;' before "id" daapd.cc:968: error: `id' undeclared (first use this function) gmake: *** [daapd.o] Error 1 *** Error code 2 Stop in /usr/ports/audio/daapd. $ From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Oct 18 21:32:54 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 793D716A4CE; Mon, 18 Oct 2004 21:32:54 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5BE0243D45; Mon, 18 Oct 2004 21:32:54 +0000 (GMT) (envelope-from mezz@FreeBSD.org) Received: from freefall.freebsd.org (mezz@localhost [127.0.0.1]) i9ILWsGZ022751; Mon, 18 Oct 2004 21:32:54 GMT (envelope-from mezz@freefall.freebsd.org) Received: (from mezz@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i9ILWsfK022747; Mon, 18 Oct 2004 21:32:54 GMT (envelope-from mezz) Date: Mon, 18 Oct 2004 21:32:54 GMT From: Jeremy Messenger Message-Id: <200410182132.i9ILWsfK022747@freefall.freebsd.org> To: mezz@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, mezz@FreeBSD.org Subject: Re: ports/72828: [NEW PORT] editors/leafpad: Light-weight GTK+ Editor similar to notepad.exe X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Oct 2004 21:32:54 -0000 Synopsis: [NEW PORT] editors/leafpad: Light-weight GTK+ Editor similar to notepad.exe Responsible-Changed-From-To: freebsd-ports-bugs->mezz Responsible-Changed-By: mezz Responsible-Changed-When: Mon Oct 18 21:32:37 GMT 2004 Responsible-Changed-Why: I'll take this. http://www.freebsd.org/cgi/query-pr.cgi?pr=72828 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Oct 18 21:33:06 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9691D16A4CE; Mon, 18 Oct 2004 21:33:06 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 71DE343D2D; Mon, 18 Oct 2004 21:33:06 +0000 (GMT) (envelope-from sergei@FreeBSD.org) Received: from freefall.freebsd.org (sergei@localhost [127.0.0.1]) i9ILX6D7022819; Mon, 18 Oct 2004 21:33:06 GMT (envelope-from sergei@freefall.freebsd.org) Received: (from sergei@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i9ILX6f4022815; Mon, 18 Oct 2004 21:33:06 GMT (envelope-from sergei) Date: Mon, 18 Oct 2004 21:33:06 GMT From: Sergei Kolobov Message-Id: <200410182133.i9ILX6f4022815@freefall.freebsd.org> To: sergei@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, sergei@FreeBSD.org Subject: Re: ports/72842: new port: security/sks (OpenPGP keyserver) X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Oct 2004 21:33:06 -0000 Synopsis: new port: security/sks (OpenPGP keyserver) Responsible-Changed-From-To: freebsd-ports-bugs->sergei Responsible-Changed-By: sergei Responsible-Changed-When: Mon Oct 18 21:33:01 GMT 2004 Responsible-Changed-Why: Grab. http://www.freebsd.org/cgi/query-pr.cgi?pr=72842 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Oct 18 21:36:20 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 10A0F16A4CF; Mon, 18 Oct 2004 21:36:20 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id E523843D49; Mon, 18 Oct 2004 21:36:19 +0000 (GMT) (envelope-from thierry@FreeBSD.org) Received: from freefall.freebsd.org (thierry@localhost [127.0.0.1]) i9ILaJZp022982; Mon, 18 Oct 2004 21:36:19 GMT (envelope-from thierry@freefall.freebsd.org) Received: (from thierry@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i9ILaJK5022978; Mon, 18 Oct 2004 21:36:19 GMT (envelope-from thierry) Date: Mon, 18 Oct 2004 21:36:19 GMT From: Thierry Thomas Message-Id: <200410182136.i9ILaJK5022978@freefall.freebsd.org> To: gaoj@cpsc.ucalgary.ca, thierry@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/71919: [maintainer] Upgrade textproc/scim and related ports X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Oct 2004 21:36:20 -0000 Synopsis: [maintainer] Upgrade textproc/scim and related ports State-Changed-From-To: open->closed State-Changed-By: thierry State-Changed-When: Mon Oct 18 21:35:49 GMT 2004 State-Changed-Why: Committed, thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=71919 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Oct 18 21:38:33 2004 Return-Path: Delivered-To: freebsd-ports-bugs@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 99E4216A4CE; Mon, 18 Oct 2004 21:38:33 +0000 (GMT) Received: from imf21aec.mail.bellsouth.net (imf21aec.mail.bellsouth.net [205.152.59.69]) by mx1.FreeBSD.org (Postfix) with ESMTP id BBBA743D54; Mon, 18 Oct 2004 21:38:28 +0000 (GMT) (envelope-from ahze@ahze.net) Received: from [192.168.1.5] ([68.209.163.3]) by imf21aec.mail.bellsouth.netESMTP <20041018213825.HPDU2413.imf21aec.mail.bellsouth.net@[192.168.1.5]>; Mon, 18 Oct 2004 17:38:25 -0400 In-Reply-To: <200410182132.i9ILWsfK022747@freefall.freebsd.org> References: <200410182132.i9ILWsfK022747@freefall.freebsd.org> Mime-Version: 1.0 (Apple Message framework v619) Content-Type: text/plain; charset=US-ASCII; format=flowed Message-Id: <0A19BEDA-214E-11D9-9C89-000A958C81C6@ahze.net> Content-Transfer-Encoding: 7bit From: Michael Johnson Date: Mon, 18 Oct 2004 17:38:24 -0400 To: Jeremy Messenger X-Mailer: Apple Mail (2.619) cc: freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/72828: [NEW PORT] editors/leafpad: Light-weight GTK+ Editor similar to notepad.exe X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Oct 2004 21:38:33 -0000 Hey Mezz I dunno why I put gnomehack in USE_GNOME, that can be removed =x On Oct 18, 2004, at 5:32 PM, Jeremy Messenger wrote: > Synopsis: [NEW PORT] editors/leafpad: Light-weight GTK+ Editor similar > to notepad.exe > > Responsible-Changed-From-To: freebsd-ports-bugs->mezz > Responsible-Changed-By: mezz > Responsible-Changed-When: Mon Oct 18 21:32:37 GMT 2004 > Responsible-Changed-Why: > I'll take this. > > http://www.freebsd.org/cgi/query-pr.cgi?pr=72828 > _______________________________________________ > freebsd-ports-bugs@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-ports-bugs > To unsubscribe, send any mail to > "freebsd-ports-bugs-unsubscribe@freebsd.org" > From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Oct 18 21:42:44 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3202616A4CE; Mon, 18 Oct 2004 21:42:44 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 11BD143D49; Mon, 18 Oct 2004 21:42:44 +0000 (GMT) (envelope-from sergei@FreeBSD.org) Received: from freefall.freebsd.org (sergei@localhost [127.0.0.1]) i9ILgh8K023201; Mon, 18 Oct 2004 21:42:43 GMT (envelope-from sergei@freefall.freebsd.org) Received: (from sergei@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i9ILghci023197; Mon, 18 Oct 2004 21:42:43 GMT (envelope-from sergei) Date: Mon, 18 Oct 2004 21:42:43 GMT From: Sergei Kolobov Message-Id: <200410182142.i9ILghci023197@freefall.freebsd.org> To: fehlner@gmx.de, sergei@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/72845: [MAINTAINER] sysutils/usermatic: [SUMMARIZE CHANGES] X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Oct 2004 21:42:44 -0000 Synopsis: [MAINTAINER] sysutils/usermatic: [SUMMARIZE CHANGES] State-Changed-From-To: open->closed State-Changed-By: sergei State-Changed-When: Mon Oct 18 21:42:37 GMT 2004 State-Changed-Why: Committed. thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=72845 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Oct 18 21:50:36 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9977A16A4DB; Mon, 18 Oct 2004 21:50:36 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 795DB43D1D; Mon, 18 Oct 2004 21:50:36 +0000 (GMT) (envelope-from sergei@FreeBSD.org) Received: from freefall.freebsd.org (sergei@localhost [127.0.0.1]) i9ILoa2U023494; Mon, 18 Oct 2004 21:50:36 GMT (envelope-from sergei@freefall.freebsd.org) Received: (from sergei@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i9ILoagQ023490; Mon, 18 Oct 2004 21:50:36 GMT (envelope-from sergei) Date: Mon, 18 Oct 2004 21:50:36 GMT From: Sergei Kolobov Message-Id: <200410182150.i9ILoagQ023490@freefall.freebsd.org> To: tmseck@netcologne.de, sergei@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/72840: [Maintainer] www/squid: correct follow_xff patch, add vendor patch X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Oct 2004 21:50:36 -0000 Synopsis: [Maintainer] www/squid: correct follow_xff patch, add vendor patch State-Changed-From-To: open->closed State-Changed-By: sergei State-Changed-When: Mon Oct 18 21:50:28 GMT 2004 State-Changed-Why: Committed, thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=72840 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Oct 18 22:12:15 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A8B7A16A4CF; Mon, 18 Oct 2004 22:12:15 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 88FF743D1F; Mon, 18 Oct 2004 22:12:15 +0000 (GMT) (envelope-from sergei@FreeBSD.org) Received: from freefall.freebsd.org (sergei@localhost [127.0.0.1]) i9IMCFTJ028148; Mon, 18 Oct 2004 22:12:15 GMT (envelope-from sergei@freefall.freebsd.org) Received: (from sergei@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i9IMCFq5028144; Mon, 18 Oct 2004 22:12:15 GMT (envelope-from sergei) Date: Mon, 18 Oct 2004 22:12:15 GMT From: Sergei Kolobov Message-Id: <200410182212.i9IMCFq5028144@freefall.freebsd.org> To: matt@mattsnetwork.co.uk, sergei@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/72426: [Maintainer-Update] comms/xlog to version 0.9.8 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Oct 2004 22:12:15 -0000 Synopsis: [Maintainer-Update] comms/xlog to version 0.9.8 State-Changed-From-To: open->closed State-Changed-By: sergei State-Changed-When: Mon Oct 18 22:11:54 GMT 2004 State-Changed-Why: Supersede by ports/72785. http://www.freebsd.org/cgi/query-pr.cgi?pr=72426 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Oct 18 23:30:28 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C29AA16A4CE for ; Mon, 18 Oct 2004 23:30:28 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9935043D2F for ; Mon, 18 Oct 2004 23:30:28 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i9INUStw035101 for ; Mon, 18 Oct 2004 23:30:28 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i9INUS2A035098; Mon, 18 Oct 2004 23:30:28 GMT (envelope-from gnats) Resent-Date: Mon, 18 Oct 2004 23:30:28 GMT Resent-Message-Id: <200410182330.i9INUS2A035098@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Julian Stecklina Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4C11716A4CE for ; Mon, 18 Oct 2004 23:26:10 +0000 (GMT) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3FFB343D45 for ; Mon, 18 Oct 2004 23:26:10 +0000 (GMT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.12.11/8.12.11) with ESMTP id i9INQ910054721 for ; Mon, 18 Oct 2004 23:26:09 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.12.11/8.12.11/Submit) id i9INQ99Y054720; Mon, 18 Oct 2004 23:26:09 GMT (envelope-from nobody) Message-Id: <200410182326.i9INQ99Y054720@www.freebsd.org> Date: Mon, 18 Oct 2004 23:26:09 GMT From: Julian Stecklina To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-2.3 Subject: ports/72851: Update port: lang/ecl to 0.9d-041019 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Oct 2004 23:30:28 -0000 >Number: 72851 >Category: ports >Synopsis: Update port: lang/ecl to 0.9d-041019 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Mon Oct 18 23:30:28 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Julian Stecklina >Release: FreeBSD 5.3 BETA7 >Organization: - >Environment: FreeBSD goldenaxe 5.3-BETA7 FreeBSD 5.3-BETA7 #2: Mon Oct 11 22:12:04 CEST 2004 blitz@goldenaxe:/usr/obj/usr/src/sys/GOLDENAXE i386 >Description: Update to CVS version after summer fixes from Juan Garcia Ripoll (author). >How-To-Repeat: >Fix: diff -ur /usr/ports/lang/ecl/Makefile ecl/Makefile --- /usr/ports/lang/ecl/Makefile Mon Jul 26 10:52:21 2004 +++ ecl/Makefile Tue Oct 19 00:58:28 2004 @@ -6,7 +6,7 @@ # PORTNAME= ecl -PORTVERSION= 0.9d.040726 +PORTVERSION= 0.9d.041019 CATEGORIES= lang MASTER_SITES= http://www.inf.tu-dresden.de/~s1054849/ EXTRACT_SUFX= .tbz Only in ecl: Makefile~ diff -ur /usr/ports/lang/ecl/distinfo ecl/distinfo --- /usr/ports/lang/ecl/distinfo Mon Jul 26 10:52:22 2004 +++ ecl/distinfo Tue Oct 19 00:58:57 2004 @@ -1,2 +1,2 @@ -MD5 (ecl-0.9d.040726.tbz) = 65a42d4715654cf5a6d9a71cbe5e194a -SIZE (ecl-0.9d.040726.tbz) = 4280129 +MD5 (ecl-0.9d.041019.tbz) = 424681b60648fdf483aa5269db48e5ed +SIZE (ecl-0.9d.041019.tbz) = 4322792 >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Oct 18 23:40:54 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 45B8116A568 for ; Mon, 18 Oct 2004 23:40:54 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id EE95843D46 for ; Mon, 18 Oct 2004 23:40:26 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i9INeQuF036477 for ; Mon, 18 Oct 2004 23:40:26 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i9INeQ6N036476; Mon, 18 Oct 2004 23:40:26 GMT (envelope-from gnats) Resent-Date: Mon, 18 Oct 2004 23:40:26 GMT Resent-Message-Id: <200410182340.i9INeQ6N036476@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Anish Mistry Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 53B2916A4CE for ; Mon, 18 Oct 2004 23:33:59 +0000 (GMT) Received: from smtp1.fuse.net (mail-out1.fuse.net [216.68.8.174]) by mx1.FreeBSD.org (Postfix) with ESMTP id A23A843D3F for ; Mon, 18 Oct 2004 23:33:58 +0000 (GMT) (envelope-from amistry@united-ware.com) Received: from gx5.fuse.net ([216.196.156.33]) by smtp1.fuse.net (InterMail vM.6.01.03.04 201-2131-111-106-20040729) with ESMTP id <20041018233353.EKWU15104.smtp1.fuse.net@gx5.fuse.net> for ; Mon, 18 Oct 2004 19:33:53 -0400 Received: from www.united-ware.com ([216.196.156.33]) by gx5.fuse.net (InterMail vG.1.00.00.00 201-2136-104-20040331) with ESMTP id <20041018233346.ZYBY10526.gx5.fuse.net@www.united-ware.com> for ; Mon, 18 Oct 2004 19:33:46 -0400 Received: from www.united-ware.com (localhost [127.0.0.1]) by www.united-ware.com (8.12.9p2/8.12.9) with ESMTP id i9INLHjA078243 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT) for ; Mon, 18 Oct 2004 19:21:18 -0400 (EDT) (envelope-from amistry@www.united-ware.com) Received: (from amistry@localhost) by www.united-ware.com (8.12.9p2/8.12.9/Submit) id i9INLHIg078242; Mon, 18 Oct 2004 19:21:17 -0400 (EDT) (envelope-from amistry) Message-Id: <200410182321.i9INLHIg078242@www.united-ware.com> Date: Mon, 18 Oct 2004 19:21:17 -0400 (EDT) From: Anish Mistry To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/72852: Avidemux2 update to 2.0.30 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Anish Mistry List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Oct 2004 23:40:54 -0000 >Number: 72852 >Category: ports >Synopsis: Avidemux2 update to 2.0.30 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Mon Oct 18 23:40:26 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Anish Mistry >Release: FreeBSD 5.3-BETA7 i386 >Organization: AM Productions >Environment: System: FreeBSD bigguy.am-productions.biz 5.3-BETA7 FreeBSD 5.3-BETA7 #4: Sun Oct 17 22:04:21 EDT 2004 amistry@bigguy.am-productions.biz:/usr/obj/usr/src/sys/BIGGUY i386 >Description: Update to latest version. >How-To-Repeat: Apply attached patch. >Fix: --- avidemux2-2.0.30.patch begins here --- diff -ruN avidemux2.orig/Makefile avidemux2/Makefile --- avidemux2.orig/Makefile Mon Oct 18 15:45:27 2004 +++ avidemux2/Makefile Mon Oct 18 15:50:23 2004 @@ -6,9 +6,10 @@ # PORTNAME= avidemux2 -PORTVERSION= 2.0.26 +PORTVERSION= 2.0.30 CATEGORIES= multimedia -MASTER_SITES= http://fixounet.free.fr/avidemux/ +MASTER_SITES= http://fixounet.free.fr/avidemux/ \ + http://download.berlios.de/avidemux/ DISTNAME= avidemux-${PORTVERSION} MAINTAINER= amistry@am-productions.biz diff -ruN avidemux2.orig/distinfo avidemux2/distinfo --- avidemux2.orig/distinfo Mon Oct 18 15:45:27 2004 +++ avidemux2/distinfo Mon Oct 18 15:50:56 2004 @@ -1,2 +1,2 @@ -MD5 (avidemux-2.0.26.tar.gz) = d4697e3289b7db4b684a0cef6884db2f -SIZE (avidemux-2.0.26.tar.gz) = 2734668 +MD5 (avidemux-2.0.30.tar.gz) = 9135ab6f43bba44355a1e6b4e783b92b +SIZE (avidemux-2.0.30.tar.gz) = 3150648 --- avidemux2-2.0.30.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Oct 19 01:20:26 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2841616A4CE for ; Tue, 19 Oct 2004 01:20:26 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id EABF343D55 for ; Tue, 19 Oct 2004 01:20:25 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i9J1KP1C049488 for ; Tue, 19 Oct 2004 01:20:25 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i9J1KPIE049487; Tue, 19 Oct 2004 01:20:25 GMT (envelope-from gnats) Resent-Date: Tue, 19 Oct 2004 01:20:25 GMT Resent-Message-Id: <200410190120.i9J1KPIE049487@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Andrey Slusar Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C7E3F16A511 for ; Tue, 19 Oct 2004 01:10:37 +0000 (GMT) Received: from mail-kv.alkar.net (mail-kv.alkar.net [195.248.176.165]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6D19043D5E for ; Tue, 19 Oct 2004 01:10:32 +0000 (GMT) (envelope-from anray@inet.ua) Received: from [212.86.240.13] (helo=santinel.home.ua) by mail-kv.alkar.net with esmtp (Exim 4.34 (FreeBSD)) id 1CJiWE-000CAH-TF for FreeBSD-gnats-submit@freebsd.org; Tue, 19 Oct 2004 04:10:31 +0300 Received: from anray by santinel.home.ua with local (Exim 4.43; FreeBSD) id 1CJiVn-0006RN-0x for ; Tue, 19 Oct 2004 04:10:03 +0300 Message-Id: Date: Tue, 19 Oct 2004 04:10:03 +0300 From: Andrey Slusar To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/72853: [PATCH] misc/mc-light: add building with subshell support X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Andrey Slusar List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Oct 2004 01:20:26 -0000 >Number: 72853 >Category: ports >Synopsis: [PATCH] misc/mc-light: add building with subshell support >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue Oct 19 01:20:25 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Andrey Slusar >Release: FreeBSD 5.3-BETA7 i386 >Organization: Santinel >Environment: System: FreeBSD santinel.home.ua 5.3-BETA7 FreeBSD 5.3-BETA7 #0: Wed Oct 6 01:13:10 EEST 2004 anray@santinel.home.ua:/usr/obj/usr/src/sys/ANRAY i386 >Description: New file: files/patch-config.h.in - Added option WITH_SUBSHELL - building mc-light with subshell support >How-To-Repeat: N/A >Fix: --- mc-light.diff begins here --- diff -ruN /usr/ports/misc/mc-light/Makefile mc-light/Makefile --- /usr/ports/misc/mc-light/Makefile Tue Oct 12 21:46:44 2004 +++ mc-light/Makefile Tue Oct 19 03:58:04 2004 @@ -25,12 +25,15 @@ --with-gettext \ --with-vfs \ --with-netrc \ - --without-subshell \ --without-gpm-mouse \ --with-edit MAN1= mc.1 mcedit.1 MAN8= mcserv.8 + +.if !defined(WITH_SUBSHELL) +CONFIGURE_ARGS+=--without-subshell +.endif .if !defined(WITHOUT_NLS) USE_GETTEXT= yes diff -ruN /usr/ports/misc/mc-light/files/patch-config.h.in mc-light/files/patch-config.h.in --- /usr/ports/misc/mc-light/files/patch-config.h.in Thu Jan 1 03:00:00 1970 +++ mc-light/files/patch-config.h.in Tue Oct 19 04:01:16 2004 @@ -0,0 +1,11 @@ +--- config.h.in.orig Tue Oct 19 04:00:43 2004 ++++ config.h.in Tue Oct 19 04:01:00 2004 +@@ -322,7 +322,7 @@ + #undef HAVE_GETWD + + /* Define if you have the grantpt function. */ +-#undef HAVE_GRANTPT ++/* #undef HAVE_GRANTPT */ + + /* Define if you have the initgroups function. */ + #undef HAVE_INITGROUPS --- mc-light.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Oct 19 01:20:26 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8339216A4CE for ; Tue, 19 Oct 2004 01:20:26 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6590743D2D for ; Tue, 19 Oct 2004 01:20:26 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i9J1KQ8f049501 for ; Tue, 19 Oct 2004 01:20:26 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i9J1KQTJ049500; Tue, 19 Oct 2004 01:20:26 GMT (envelope-from gnats) Resent-Date: Tue, 19 Oct 2004 01:20:26 GMT Resent-Message-Id: <200410190120.i9J1KQTJ049500@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Michael Johnson Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E8DD416A4CE; Tue, 19 Oct 2004 01:19:33 +0000 (GMT) Received: from imf18aec.mail.bellsouth.net (imf18aec.mail.bellsouth.net [205.152.59.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 13B6A43D1D; Tue, 19 Oct 2004 01:19:28 +0000 (GMT) (envelope-from ahze@blueheron.ahze.net) Received: from blueheron.ahze.net ([68.209.163.3]) by imf18aec.mail.bellsouth.netESMTP <20041019011927.MZCL2494.imf18aec.mail.bellsouth.net@blueheron.ahze.net>; Mon, 18 Oct 2004 21:19:27 -0400 Received: (from root@localhost) by blueheron.ahze.net (8.13.1/8.13.1/Submit) id i9J1JN9b017423; Mon, 18 Oct 2004 21:19:23 -0400 (EDT) (envelope-from ahze) Message-Id: <200410190119.i9J1JN9b017423@blueheron.ahze.net> Date: Mon, 18 Oct 2004 21:19:23 -0400 (EDT) From: Michael Johnson To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 cc: gnome@FreeBSD.org Subject: ports/72854: [PATCH] games/gcompris2: [update pkg-descr and COMMENT] X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Oct 2004 01:20:26 -0000 >Number: 72854 >Category: ports >Synopsis: [PATCH] games/gcompris2: [update pkg-descr and COMMENT] >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue Oct 19 01:20:25 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Michael Johnson >Release: FreeBSD 5.3-STABLE i386 >Organization: >Environment: System: FreeBSD blueheron.ahze.net 5.3-STABLE FreeBSD 5.3-STABLE #68: Sat Oct 16 21:30:18 EDT 2004 >Description: - update pkg-descr and COMMENT Port maintainer (gnome@freebsd.org) is cc'd. Generated with FreeBSD Port Tools 0.63 >How-To-Repeat: >Fix: --- gcompris2-6.3.r2.patch begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/games/gcompris2/Makefile,v retrieving revision 1.41 diff -u -r1.41 Makefile --- Makefile 15 Oct 2004 17:27:01 -0000 1.41 +++ Makefile 19 Oct 2004 01:17:49 -0000 @@ -13,7 +13,7 @@ DISTNAME= gcompris-${PORTVERSION:S/.r/RC/} MAINTAINER= gnome@freebsd.org -COMMENT= A simple Gnome2-based education game for children starting at 3 +COMMENT= Gnome2 educational games and activities for kids ages 2 to 10 BUILD_DEPENDS= texi2html:${PORTSDIR}/textproc/texi2html \ gnuchess:${PORTSDIR}/games/gnuchess Index: pkg-descr =================================================================== RCS file: /home/ncvs/ports/games/gcompris2/pkg-descr,v retrieving revision 1.5 diff -u -r1.5 pkg-descr --- pkg-descr 11 Oct 2004 22:53:02 -0000 1.5 +++ pkg-descr 19 Oct 2004 01:16:17 -0000 @@ -1,6 +1,15 @@ -Gcompris is a full featured educational application that propose different -activities to children from 3 to 10. Now also avaliable for gnome2 (this -port) in many different languages. +Gcompris is educational software and includes over 50 activites and games +for kids ages from 2 to 10. Some activities are game oriented, +but always educational. + +You will find some activities in the following topics: + +computer discovery: keyboard, mouse, different mouse gesture +algebra: table memory, enumeration, double entry table, mirror image +science: the canal lock, the water cycle, the submarine +geography: place the country on the map +games: chess, memory +reading: reading practice +other: learn to tell time, puzzle of famous paintings, vector drawing WWW: http://www.ofset.org/gcompris/ -- Martin Klaffenboeck --- gcompris2-6.3.r2.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Oct 19 02:30:16 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CB5A416A4CE for ; Tue, 19 Oct 2004 02:30:16 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id AC92143D41 for ; Tue, 19 Oct 2004 02:30:16 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i9J2UG2D056704 for ; Tue, 19 Oct 2004 02:30:16 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i9J2UG0L056688; Tue, 19 Oct 2004 02:30:16 GMT (envelope-from gnats) Resent-Date: Tue, 19 Oct 2004 02:30:16 GMT Resent-Message-Id: <200410190230.i9J2UG0L056688@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Rong-En Fan Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 33EB116A539 for ; Tue, 19 Oct 2004 02:22:00 +0000 (GMT) Received: from muse.csie.ntu.edu.tw (muse.csie.ntu.edu.tw [140.112.28.162]) by mx1.FreeBSD.org (Postfix) with ESMTP id AEFDA43D67 for ; Tue, 19 Oct 2004 02:21:54 +0000 (GMT) (envelope-from rafan@infor.org) Received: from localhost (localhost.csie.ntu.edu.tw [127.0.0.1]) by muse.csie.ntu.edu.tw (Postfix) with ESMTP id 1BF9552F72 for ; Tue, 19 Oct 2004 10:21:51 +0800 (CST) Received: from muse.csie.ntu.edu.tw ([127.0.0.1]) by localhost (muse.csie.ntu.edu.tw [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 00312-119 for ; Tue, 19 Oct 2004 10:21:49 +0800 (CST) Received: from woodstock.csie.org (220-135-116-9.HINET-IP.hinet.net [220.135.116.9]) by muse.csie.ntu.edu.tw (Postfix) with ESMTP id 5C55B52F77 for ; Tue, 19 Oct 2004 10:21:49 +0800 (CST) Received: (from rafan@localhost) by woodstock.csie.org (8.13.1/8.13.1/Submit) id i9J2Lk6q014146; Tue, 19 Oct 2004 10:21:46 +0800 (CST) (envelope-from rafan) Message-Id: <200410190221.i9J2Lk6q014146@woodstock.csie.org> Date: Tue, 19 Oct 2004 10:21:46 +0800 (CST) From: Rong-En Fan To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/72855: [MAINTAINER] devel/SVN-Mirror: update to 0.49 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Oct 2004 02:30:17 -0000 >Number: 72855 >Category: ports >Synopsis: [MAINTAINER] devel/SVN-Mirror: update to 0.49 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Tue Oct 19 02:30:16 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Rong-En Fan >Release: FreeBSD 6.0-CURRENT i386 >Organization: NTU CSIE >Environment: System: FreeBSD woodstock.csie.org 6.0-CURRENT FreeBSD 6.0-CURRENT #4: Sun Oct 17 10:37:57 CST 2004 >Description: - Update to 0.49, required by SVK 0.23 :-) Generated with FreeBSD Port Tools 0.63 >How-To-Repeat: >Fix: --- p5-SVN-Mirror-0.49.patch begins here --- diff -ruN --exclude=CVS /usr/ports/devel/p5-SVN-Mirror/Makefile /home/rafan/tmp/ports/p5-SVN-Mirror/Makefile --- /usr/ports/devel/p5-SVN-Mirror/Makefile Thu Oct 14 19:59:23 2004 +++ /home/rafan/tmp/ports/p5-SVN-Mirror/Makefile Mon Oct 18 20:04:17 2004 @@ -6,7 +6,7 @@ # PORTNAME= SVN-Mirror -PORTVERSION= 0.48 +PORTVERSION= 0.49 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= ../../authors/id/C/CL/CLKAO diff -ruN --exclude=CVS /usr/ports/devel/p5-SVN-Mirror/distinfo /home/rafan/tmp/ports/p5-SVN-Mirror/distinfo --- /usr/ports/devel/p5-SVN-Mirror/distinfo Thu Oct 14 19:59:23 2004 +++ /home/rafan/tmp/ports/p5-SVN-Mirror/distinfo Mon Oct 18 20:04:31 2004 @@ -1,2 +1,2 @@ -MD5 (SVN-Mirror-0.48.tar.gz) = d27453c6d2ef9ce5b32c39125b766f70 -SIZE (SVN-Mirror-0.48.tar.gz) = 106199 +MD5 (SVN-Mirror-0.49.tar.gz) = b2123bd505a8fdf0b6c6ab7001377a5b +SIZE (SVN-Mirror-0.49.tar.gz) = 107962 --- p5-SVN-Mirror-0.49.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Oct 19 02:40:25 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0FA9B16A4CE for ; Tue, 19 Oct 2004 02:40:25 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id E98AC43D45 for ; Tue, 19 Oct 2004 02:40:24 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i9J2eOHB057845 for ; Tue, 19 Oct 2004 02:40:24 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i9J2eOeZ057844; Tue, 19 Oct 2004 02:40:24 GMT (envelope-from gnats) Resent-Date: Tue, 19 Oct 2004 02:40:24 GMT Resent-Message-Id: <200410190240.i9J2eOeZ057844@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, maya Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9D75716A4CE for ; Tue, 19 Oct 2004 02:36:41 +0000 (GMT) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8C43143D2F for ; Tue, 19 Oct 2004 02:36:41 +0000 (GMT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.12.11/8.12.11) with ESMTP id i9J2af4n012590 for ; Tue, 19 Oct 2004 02:36:41 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.12.11/8.12.11/Submit) id i9J2afTp012589; Tue, 19 Oct 2004 02:36:41 GMT (envelope-from nobody) Message-Id: <200410190236.i9J2afTp012589@www.freebsd.org> Date: Tue, 19 Oct 2004 02:36:41 GMT From: maya To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-2.3 Subject: ports/72856: graphics/png install fails which installing user sets LD_LIBRARY_PATH. X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Oct 2004 02:40:25 -0000 >Number: 72856 >Category: ports >Synopsis: graphics/png install fails which installing user sets LD_LIBRARY_PATH. >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Oct 19 02:40:24 GMT 2004 >Closed-Date: >Last-Modified: >Originator: maya >Release: 4.10-p2 >Organization: >Environment: FreeBSD mail.negeta.com 4.10-RELEASE-p2 FreeBSD 4.10-RELEASE-p2 #12: Wed Sep 1 16:48:29 JST 2004 maya@mail.negeta.com:/usr/obj/usr/src/sys/Eden i386 >Description: I'm using FreeBSD-4.10 and I'm setting LD_LIBRARY_PATH and I use portupgrade when I update png from the ports. Well, I tryed to update png by "portupgrade -R graphics/png", and install fails occur because pngtest not reffers ./libpng.so but it reffers /usr/local/lib/libpng.so(it is old version of one). This version difference cause error. Attached patch force specify LD_LIBRARY_PATH to . when pngtest is runing. Please apply it if you look upon this as good. >How-To-Repeat: 0. Old version of png was installed. 1. # sh && export LD_LIBRARY_PATH="/usr/local/lib:/usr/lib" 2. # cd /usr/ports/graphics/png && make >Fix: --- patch-aa Wed Mar 3 15:03:56 2004 +++ patch-aa.new Tue Oct 19 11:15:42 2004 @@ -1,5 +1,5 @@ ---- scripts/makefile.freebsd Sat May 18 10:46:45 2002 -+++ scripts/makefile.freebsd Mon Oct 20 00:05:40 2003 +--- scripts/makefile.freebsd Sat May 18 23:46:45 2002 ++++ scripts/makefile.freebsd Tue Oct 19 11:09:06 2004 @@ -25,7 +25,7 @@ DPADD+= ${LIBM} ${LIBZ} @@ -9,13 +9,20 @@ CFLAGS+= -DPNG_NO_ASSEMBLER_CODE .endif -@@ -34,7 +34,7 @@ +@@ -33,13 +33,13 @@ + pngread.c pngrio.c pngwio.c pngwrite.c pngrtran.c \ pngwtran.c pngmem.c pngerror.c pngpread.c pnggccrd.c -pngtest: pngtest.o libpng.a -+pngtest: pngtest.o ${SHLIB_NAME} - ${CC} ${CFLAGS} -L. -static -o pngtest pngtest.o -lpng -lz -lm ++pngtest: pngtest.o ${SHLIB_NAME} + ${CC} ${CFLAGS} -L. -Wl,-rpath=${.OBJDIR} -o pngtest pngtest.o -lpng -lz -lm CLEANFILES= pngtest pngtest.o pngout.png + test: pngtest +- ./pngtest ++ env LD_LIBRARY_PATH=. ./pngtest + + DOCS = ANNOUNCE CHANGES INSTALL KNOWNBUG LICENSE README TODO Y2KINFO + writelock: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Oct 19 02:50:28 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D9E3016A4CE for ; Tue, 19 Oct 2004 02:50:28 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id B4AFD43D49 for ; Tue, 19 Oct 2004 02:50:28 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i9J2oSXm058040 for ; Tue, 19 Oct 2004 02:50:28 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i9J2oSuT058039; Tue, 19 Oct 2004 02:50:28 GMT (envelope-from gnats) Resent-Date: Tue, 19 Oct 2004 02:50:28 GMT Resent-Message-Id: <200410190250.i9J2oSuT058039@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Rong-En Fan Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1980416A4CE for ; Tue, 19 Oct 2004 02:40:51 +0000 (GMT) Received: from muse.csie.ntu.edu.tw (muse.csie.ntu.edu.tw [140.112.28.162]) by mx1.FreeBSD.org (Postfix) with ESMTP id 740A243D39 for ; Tue, 19 Oct 2004 02:40:48 +0000 (GMT) (envelope-from rafan@infor.org) Received: from localhost (localhost.csie.ntu.edu.tw [127.0.0.1]) by muse.csie.ntu.edu.tw (Postfix) with ESMTP id CAC3F52F71 for ; Tue, 19 Oct 2004 10:40:47 +0800 (CST) Received: from muse.csie.ntu.edu.tw ([127.0.0.1]) by localhost (muse.csie.ntu.edu.tw [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 00307-119 for ; Tue, 19 Oct 2004 10:40:46 +0800 (CST) Received: from woodstock.csie.org (220-135-116-9.HINET-IP.hinet.net [220.135.116.9]) by muse.csie.ntu.edu.tw (Postfix) with ESMTP id 0627152F6F for ; Tue, 19 Oct 2004 10:40:45 +0800 (CST) Received: (from rafan@localhost) by woodstock.csie.org (8.13.1/8.13.1/Submit) id i9J2ehD9017136; Tue, 19 Oct 2004 10:40:43 +0800 (CST) (envelope-from rafan) Message-Id: <200410190240.i9J2ehD9017136@woodstock.csie.org> Date: Tue, 19 Oct 2004 10:40:43 +0800 (CST) From: Rong-En Fan To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/72857: [NEW PORT] devel/p5-PerlIO-eol: PerlIO layer for normalizing line endings X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Oct 2004 02:50:29 -0000 >Number: 72857 >Category: ports >Synopsis: [NEW PORT] devel/p5-PerlIO-eol: PerlIO layer for normalizing line endings >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue Oct 19 02:50:28 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Rong-En Fan >Release: FreeBSD 6.0-CURRENT i386 >Organization: NTU CSIE >Environment: System: FreeBSD woodstock.csie.org 6.0-CURRENT FreeBSD 6.0-CURRENT #4: Sun Oct 17 10:37:57 CST 2004 >Description: This layer normalizes any of CR, LF, CRLF and Native into the designated line ending. It works for both input and output handles. WWW: http://search.cpan.org/~autrijus/PerlIO-eol/ Generated with FreeBSD Port Tools 0.63 == This will be needed by SVK 0.23. >How-To-Repeat: >Fix: --- p5-PerlIO-eol-0.13.shar begins here --- # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # p5-PerlIO-eol # p5-PerlIO-eol/Makefile # p5-PerlIO-eol/distinfo # p5-PerlIO-eol/pkg-descr # p5-PerlIO-eol/pkg-plist # echo c - p5-PerlIO-eol mkdir -p p5-PerlIO-eol > /dev/null 2>&1 echo x - p5-PerlIO-eol/Makefile sed 's/^X//' >p5-PerlIO-eol/Makefile << 'END-of-p5-PerlIO-eol/Makefile' X# New ports collection makefile for: devel/p5-PerlIO-eol X# Date created: Oct 19 2004 X# Whom: Rong-En Fan X# X# $FreeBSD$ X# X XPORTNAME= PerlIO-eol XPORTVERSION= 0.13 XCATEGORIES= devel perl5 XMASTER_SITES= ${MASTER_SITE_PERL_CPAN} XMASTER_SITE_SUBDIR= ../../authors/id/A/AU/AUTRIJUS XPKGNAMEPREFIX= p5- X XMAINTAINER= rafan@infor.org XCOMMENT= PerlIO layer for normalizing line endings X XPERL_CONFIGURE= yes X XMAN3= PerlIO::eol.3 X X.include X X.if ${PERL_LEVEL} < 500800 XIGNORE= This module only supports perl 5.8.0 or above X.endif X X.include END-of-p5-PerlIO-eol/Makefile echo x - p5-PerlIO-eol/distinfo sed 's/^X//' >p5-PerlIO-eol/distinfo << 'END-of-p5-PerlIO-eol/distinfo' XMD5 (PerlIO-eol-0.13.tar.gz) = 7e11fb1cc3b2a65678714877ae361823 XSIZE (PerlIO-eol-0.13.tar.gz) = 14429 END-of-p5-PerlIO-eol/distinfo echo x - p5-PerlIO-eol/pkg-descr sed 's/^X//' >p5-PerlIO-eol/pkg-descr << 'END-of-p5-PerlIO-eol/pkg-descr' XThis layer normalizes any of CR, LF, CRLF and Native into the designated Xline ending. It works for both input and output handles. X XWWW: http://search.cpan.org/~autrijus/PerlIO-eol/ END-of-p5-PerlIO-eol/pkg-descr echo x - p5-PerlIO-eol/pkg-plist sed 's/^X//' >p5-PerlIO-eol/pkg-plist << 'END-of-p5-PerlIO-eol/pkg-plist' X%%SITE_PERL%%/%%PERL_ARCH%%/auto/PerlIO/eol/eol.so X%%SITE_PERL%%/%%PERL_ARCH%%/auto/PerlIO/eol/eol.bs X%%SITE_PERL%%/%%PERL_ARCH%%/auto/PerlIO/eol/.packlist X%%SITE_PERL%%/%%PERL_ARCH%%/PerlIO/eol.pm X@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/PerlIO/eol 2>/dev/null || true X@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/PerlIO 2>/dev/null || true X@unexec rmdir %D/%%SITE_PERL%%/PerlIO/eol 2>/dev/null || true X@unexec rmdir %D/%%SITE_PERL%%/PerlIO 2>/dev/null || true END-of-p5-PerlIO-eol/pkg-plist exit --- p5-PerlIO-eol-0.13.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Oct 19 03:20:29 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1E25F16A4CE for ; Tue, 19 Oct 2004 03:20:29 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id EB5E743D55 for ; Tue, 19 Oct 2004 03:20:28 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i9J3KSsv062737 for ; Tue, 19 Oct 2004 03:20:28 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i9J3KSE9062736; Tue, 19 Oct 2004 03:20:28 GMT (envelope-from gnats) Resent-Date: Tue, 19 Oct 2004 03:20:28 GMT Resent-Message-Id: <200410190320.i9J3KSE9062736@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Andrey Slusar Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6B63716A4CE for ; Tue, 19 Oct 2004 03:17:29 +0000 (GMT) Received: from mail-kv.alkar.net (mail-kv.alkar.net [195.248.176.165]) by mx1.FreeBSD.org (Postfix) with ESMTP id DAADF43D2F for ; Tue, 19 Oct 2004 03:17:28 +0000 (GMT) (envelope-from anray@inet.ua) Received: from [212.86.240.13] (helo=santinel.home.ua) by mail-kv.alkar.net with esmtp (Exim 4.34 (FreeBSD)) id 1CJkV3-000DH4-Vl for FreeBSD-gnats-submit@freebsd.org; Tue, 19 Oct 2004 06:17:28 +0300 Received: from anray by santinel.home.ua with local (Exim 4.43; FreeBSD) id 1CJkUf-000D79-SZ for ; Tue, 19 Oct 2004 06:17:01 +0300 Message-Id: Date: Tue, 19 Oct 2004 06:17:01 +0300 From: Andrey Slusar To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/72858: [NEW PORT] net/kf: A simple Jabber client using the GTK+ 2.0 toolkit X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Andrey Slusar List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Oct 2004 03:20:29 -0000 >Number: 72858 >Category: ports >Synopsis: [NEW PORT] net/kf: A simple Jabber client using the GTK+ 2.0 toolkit >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue Oct 19 03:20:24 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Andrey Slusar >Release: FreeBSD 5.3-BETA7 i386 >Organization: Santinel >Environment: System: FreeBSD santinel.home.ua 5.3-BETA7 FreeBSD 5.3-BETA7 #0: Wed Oct 6 01:13:10 EEST 2004 anray@santinel.home.ua:/usr/obj/usr/src/sys/ANRAY i386 >Description: kf is Open Source Jabber client using GTK+ 2.0 toolkit >How-To-Repeat: N/A >Fix: --- kf.port begins here --- # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # /usr/ports/net/kf # /usr/ports/net/kf/Makefile # /usr/ports/net/kf/distinfo # /usr/ports/net/kf/pkg-descr # /usr/ports/net/kf/pkg-plist # echo c - /usr/ports/net/kf mkdir -p /usr/ports/net/kf > /dev/null 2>&1 echo x - /usr/ports/net/kf/Makefile sed 's/^X//' >/usr/ports/net/kf/Makefile << 'END-of-/usr/ports/net/kf/Makefile' X# New ports collection makefile for: kf X# Date created: Tue Oct 19 01:48:30 UTC 2004 X# Whom: Andrey Slusar X# X# $FreeBSD$ X# X XPORTNAME= kf XPORTVERSION= 0.1.8 XCATEGORIES= net XMASTER_SITES= http://www.habazie.rams.pl/kf/files/ \ X http://www.jabberstudio.org/projects/kf/releases/ X XMAINTAINER= anray@inet.ua XCOMMENT= A simple Jabber client using the GTK+ 2.0 toolkit X XLIB_DEPENDS= loudmouth-1.0:${PORTSDIR}/net/loudmouth X XUSE_X_PREFIX= yes XUSE_GNOME= gtk20 libglade2 XCONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} XUSE_LIBTOOL_VER=15 X XCONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include" \ X LDFLAGS="-L${LOCALBASE}/lib" X X.ifndef(WITHOUT_GTKSPELL) XLIB_DEPENDS+= gtkspell.0:${PORTSDIR}/textproc/gtkspell2 XCONFIGURE_ARGS+=--enable-gtkspell X.endif X X.include END-of-/usr/ports/net/kf/Makefile echo x - /usr/ports/net/kf/distinfo sed 's/^X//' >/usr/ports/net/kf/distinfo << 'END-of-/usr/ports/net/kf/distinfo' XMD5 (kf-0.1.8.tar.gz) = 41838eb68bc84297e9594188fdb9c35a XSIZE (kf-0.1.8.tar.gz) = 274044 END-of-/usr/ports/net/kf/distinfo echo x - /usr/ports/net/kf/pkg-descr sed 's/^X//' >/usr/ports/net/kf/pkg-descr << 'END-of-/usr/ports/net/kf/pkg-descr' Xkf is Open Source Jabber client for GNU/Linux operating system. XIt aims to be both simple and powerful and is designed for Xadvanced user. X XWWW: http://www.habazie.rams.pl/kf/ END-of-/usr/ports/net/kf/pkg-descr echo x - /usr/ports/net/kf/pkg-plist sed 's/^X//' >/usr/ports/net/kf/pkg-plist << 'END-of-/usr/ports/net/kf/pkg-plist' Xbin/kf Xshare/kf/add_contact.png Xshare/kf/archive.glade Xshare/kf/archive.glade.h Xshare/kf/away.png Xshare/kf/bass.wav Xshare/kf/browse.glade Xshare/kf/browse.glade.h Xshare/kf/browse_aim.png Xshare/kf/browse_book.png Xshare/kf/browse_gg.png Xshare/kf/browse_icq.png Xshare/kf/browse_jud.png Xshare/kf/browse_mail.png Xshare/kf/browse_msn.png Xshare/kf/browse_news.png Xshare/kf/browse_room.png Xshare/kf/browse_sms.png Xshare/kf/browse_tlen.png Xshare/kf/browse_user.png Xshare/kf/browse_user2.png Xshare/kf/browse_weather.png Xshare/kf/browse_yahoo.png Xshare/kf/button.wav Xshare/kf/button_search.png Xshare/kf/chat.glade Xshare/kf/chat.glade.h Xshare/kf/chat.png Xshare/kf/dnd.png Xshare/kf/dock.glade Xshare/kf/dock.glade.h Xshare/kf/emoticons/beer.png Xshare/kf/emoticons/bigsmile.png Xshare/kf/emoticons/broken_heart.png Xshare/kf/emoticons/cool.png Xshare/kf/emoticons/cry.png Xshare/kf/emoticons/emoticons.def Xshare/kf/emoticons/evil.png Xshare/kf/emoticons/heart.png Xshare/kf/emoticons/icon_arrow.gif Xshare/kf/emoticons/icon_biggrin.gif Xshare/kf/emoticons/icon_confused.gif Xshare/kf/emoticons/icon_cool.gif Xshare/kf/emoticons/icon_cry.gif Xshare/kf/emoticons/icon_eek.gif Xshare/kf/emoticons/icon_evil.gif Xshare/kf/emoticons/icon_exclaim.gif Xshare/kf/emoticons/icon_frown.gif Xshare/kf/emoticons/icon_idea.gif Xshare/kf/emoticons/icon_lol.gif Xshare/kf/emoticons/icon_mad.gif Xshare/kf/emoticons/icon_mrgreen.gif Xshare/kf/emoticons/icon_neutral.gif Xshare/kf/emoticons/icon_question.gif Xshare/kf/emoticons/icon_razz.gif Xshare/kf/emoticons/icon_redface.gif Xshare/kf/emoticons/icon_rolleyes.gif Xshare/kf/emoticons/icon_sad.gif Xshare/kf/emoticons/icon_smile.gif Xshare/kf/emoticons/icon_surprised.gif Xshare/kf/emoticons/icon_twisted.gif Xshare/kf/emoticons/icon_wink.gif Xshare/kf/emoticons/mad.png Xshare/kf/emoticons/neutral.png Xshare/kf/emoticons/online.png Xshare/kf/emoticons/s.png Xshare/kf/emoticons/sad.png Xshare/kf/emoticons/smile.png Xshare/kf/emoticons/tongue.png Xshare/kf/emoticons/tux.png Xshare/kf/emoticons/twisted.png Xshare/kf/emoticons/wink.png Xshare/kf/harp.wav Xshare/kf/invisible.png Xshare/kf/kf.glade Xshare/kf/kf.glade.h Xshare/kf/kf.png Xshare/kf/logo.png Xshare/kf/menu_configure.png Xshare/kf/menu_register.png Xshare/kf/menu_search.png Xshare/kf/msg.glade Xshare/kf/msg.glade.h Xshare/kf/muc.glade Xshare/kf/muc.glade.h Xshare/kf/muc.png Xshare/kf/muc_join.glade Xshare/kf/muc_join.glade.h Xshare/kf/network.png Xshare/kf/new_account.glade Xshare/kf/new_account.glade.h Xshare/kf/online.png Xshare/kf/password.png Xshare/kf/pix_chat.png Xshare/kf/pix_message.png Xshare/kf/pix_system.png Xshare/kf/plus.png Xshare/kf/register.glade Xshare/kf/register.glade.h Xshare/kf/search.glade Xshare/kf/search.glade.h Xshare/kf/show_offline.png Xshare/kf/status.glade Xshare/kf/status.glade.h Xshare/kf/subscribe.glade Xshare/kf/subscribe.glade.h Xshare/kf/unavailable.png Xshare/kf/unavailable_desc.png Xshare/kf/unknown.png Xshare/kf/vcard.glade Xshare/kf/vcard.glade.h Xshare/kf/www.png Xshare/kf/xa.png Xshare/locale/pl/LC_MESSAGES/kf.mo X@dirrm share/locale/pl/LC_MESSAGES X@dirrm share/locale/pl X@dirrm share/kf/emoticons X@dirrm share/kf END-of-/usr/ports/net/kf/pkg-plist exit --- kf.port ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Oct 19 03:50:15 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C2AA416A4CE for ; Tue, 19 Oct 2004 03:50:15 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id A7C7F43D41 for ; Tue, 19 Oct 2004 03:50:15 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i9J3oFSg064627 for ; Tue, 19 Oct 2004 03:50:15 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i9J3oFim064626; Tue, 19 Oct 2004 03:50:15 GMT (envelope-from gnats) Resent-Date: Tue, 19 Oct 2004 03:50:15 GMT Resent-Message-Id: <200410190350.i9J3oFim064626@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Rong-En Fan Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9EBC116A4CE for ; Tue, 19 Oct 2004 03:41:00 +0000 (GMT) Received: from muse.csie.ntu.edu.tw (muse.csie.ntu.edu.tw [140.112.28.162]) by mx1.FreeBSD.org (Postfix) with ESMTP id 56EB343D48 for ; Tue, 19 Oct 2004 03:41:00 +0000 (GMT) (envelope-from rafan@infor.org) Received: from localhost (localhost.csie.ntu.edu.tw [127.0.0.1]) by muse.csie.ntu.edu.tw (Postfix) with ESMTP id 7F02B52F7E for ; Tue, 19 Oct 2004 11:40:59 +0800 (CST) Received: from muse.csie.ntu.edu.tw ([127.0.0.1]) by localhost (muse.csie.ntu.edu.tw [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 00301-127 for ; Tue, 19 Oct 2004 11:40:58 +0800 (CST) Received: from woodstock.csie.org (220-135-116-9.HINET-IP.hinet.net [220.135.116.9]) by muse.csie.ntu.edu.tw (Postfix) with ESMTP id A16D852F79 for ; Tue, 19 Oct 2004 11:40:57 +0800 (CST) Received: (from rafan@localhost) by woodstock.csie.org (8.13.1/8.13.1/Submit) id i9J3esJo045602; Tue, 19 Oct 2004 11:40:54 +0800 (CST) (envelope-from rafan) Message-Id: <200410190340.i9J3esJo045602@woodstock.csie.org> Date: Tue, 19 Oct 2004 11:40:54 +0800 (CST) From: Rong-En Fan To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/72859: [MAINTAINER] devel/p5-VCP-Dest-svk: update to 0.28 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Oct 2004 03:50:16 -0000 >Number: 72859 >Category: ports >Synopsis: [MAINTAINER] devel/p5-VCP-Dest-svk: update to 0.28 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Tue Oct 19 03:50:15 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Rong-En Fan >Release: FreeBSD 6.0-CURRENT i386 >Organization: NTU CSIE >Environment: System: FreeBSD woodstock.csie.org 6.0-CURRENT FreeBSD 6.0-CURRENT #4: Sun Oct 17 10:37:57 CST 2004 >Description: - Update to 0.28 Generated with FreeBSD Port Tools 0.63 >How-To-Repeat: >Fix: --- p5-VCP-Dest-svk-0.28.patch begins here --- diff -ruN --exclude=CVS /usr/ports/devel/p5-VCP-Dest-svk/Makefile /home/rafan/tmp/ports/p5-VCP-Dest-svk/Makefile --- /usr/ports/devel/p5-VCP-Dest-svk/Makefile Thu Oct 14 19:59:25 2004 +++ /home/rafan/tmp/ports/p5-VCP-Dest-svk/Makefile Tue Oct 19 11:37:23 2004 @@ -6,7 +6,7 @@ # PORTNAME= VCP-Dest-svk -PORTVERSION= 0.27 +PORTVERSION= 0.28 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= ../../authors/id/C/CL/CLKAO diff -ruN --exclude=CVS /usr/ports/devel/p5-VCP-Dest-svk/distinfo /home/rafan/tmp/ports/p5-VCP-Dest-svk/distinfo --- /usr/ports/devel/p5-VCP-Dest-svk/distinfo Thu Oct 14 19:59:25 2004 +++ /home/rafan/tmp/ports/p5-VCP-Dest-svk/distinfo Tue Oct 19 11:38:14 2004 @@ -1,2 +1,2 @@ -MD5 (VCP-Dest-svk-0.27.tar.gz) = f6e8ceeb9c0e3daf513b5ecdfe695d5c -SIZE (VCP-Dest-svk-0.27.tar.gz) = 21885 +MD5 (VCP-Dest-svk-0.28.tar.gz) = c70bb042ddf15d0740bd846e4b45a06e +SIZE (VCP-Dest-svk-0.28.tar.gz) = 21938 --- p5-VCP-Dest-svk-0.28.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Oct 19 03:56:58 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 778D316A4CF; Tue, 19 Oct 2004 03:56:58 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4B8AB43D48; Tue, 19 Oct 2004 03:56:58 +0000 (GMT) (envelope-from marcus@FreeBSD.org) Received: from freefall.freebsd.org (marcus@localhost [127.0.0.1]) i9J3uwOa064789; Tue, 19 Oct 2004 03:56:58 GMT (envelope-from marcus@freefall.freebsd.org) Received: (from marcus@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i9J3uwGW064785; Tue, 19 Oct 2004 03:56:58 GMT (envelope-from marcus) Date: Tue, 19 Oct 2004 03:56:58 GMT From: Joe Marcus Clarke Message-Id: <200410190356.i9J3uwGW064785@freefall.freebsd.org> To: ahze@ahze.net, marcus@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/72854: [PATCH] games/gcompris2: [update pkg-descr and COMMENT] X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Oct 2004 03:56:58 -0000 Synopsis: [PATCH] games/gcompris2: [update pkg-descr and COMMENT] State-Changed-From-To: open->closed State-Changed-By: marcus State-Changed-When: Tue Oct 19 03:56:48 GMT 2004 State-Changed-Why: Committed, thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=72854 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Oct 19 04:30:30 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8EEBF16A4CF for ; Tue, 19 Oct 2004 04:30:30 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7B76243D62 for ; Tue, 19 Oct 2004 04:30:30 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i9J4UUPn073365 for ; Tue, 19 Oct 2004 04:30:30 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i9J4UUNL073363; Tue, 19 Oct 2004 04:30:30 GMT (envelope-from gnats) Resent-Date: Tue, 19 Oct 2004 04:30:30 GMT Resent-Message-Id: <200410190430.i9J4UUNL073363@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Roman Bogorodskiy Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5025616A4CF for ; Tue, 19 Oct 2004 04:27:27 +0000 (GMT) Received: from mx1.mail.ru (mx1.mail.ru [194.67.23.121]) by mx1.FreeBSD.org (Postfix) with ESMTP id AD99143D53 for ; Tue, 19 Oct 2004 04:27:26 +0000 (GMT) (envelope-from bogorodskiy@inbox.ru) Received: from [194.186.150.252] (port=65201 helo=inbox.ru) by mx1.mail.ru with esmtp id 1CJlal-000P1t-00 for FreeBSD-gnats-submit@freebsd.org; Tue, 19 Oct 2004 08:27:25 +0400 Message-Id: Date: Tue, 19 Oct 2004 08:27:25 +0400 From: Roman Bogorodskiy To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/72860: idesk and fbdesk categories X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Roman Bogorodskiy List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Oct 2004 04:30:30 -0000 >Number: 72860 >Category: ports >Synopsis: idesk and fbdesk categories >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue Oct 19 04:30:30 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Roman Bogorodskiy >Release: FreeBSD 5.3-BETA7 i386 >Organization: >Environment: System: FreeBSD lame.novel.ru 5.3-BETA7 FreeBSD 5.3-BETA7 #12: Sat Oct 16 20:09:15 MSD 2004 root@lame.novel.ru:/usr/obj/usr/home/novel/current/src/sys/NOVEL i386 >Description: There are two ports: idesk and fbdesk which do pretty the same thing: they drow icons on the desktop. But they categorization confuse me: idesk is located in x11 and fbdesk is located in x11-wm. I think it would be better if they had the same CATEGORIES (I guess "x11" is better than "x11-wm" in this case). >How-To-Repeat: >Fix: Repocory x11-wm/fbdesk -> x11/fbdesk or x11/idesk -> x11-wm/idesk, as you prefer. >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Oct 19 05:00:51 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 47FB716A4CE for ; Tue, 19 Oct 2004 05:00:51 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 19EB543D54 for ; Tue, 19 Oct 2004 05:00:51 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i9J50oha075141 for ; Tue, 19 Oct 2004 05:00:50 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i9J50o4i075140; Tue, 19 Oct 2004 05:00:50 GMT (envelope-from gnats) Resent-Date: Tue, 19 Oct 2004 05:00:50 GMT Resent-Message-Id: <200410190500.i9J50o4i075140@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Roman Bogorodskiy Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2874916A4CE for ; Tue, 19 Oct 2004 04:54:36 +0000 (GMT) Received: from mx1.mail.ru (mx1.mail.ru [194.67.23.121]) by mx1.FreeBSD.org (Postfix) with ESMTP id CF95C43D1D for ; Tue, 19 Oct 2004 04:54:35 +0000 (GMT) (envelope-from bogorodskiy@inbox.ru) Received: from [194.186.150.182] (port=50127 helo=inbox.ru) by mx1.mail.ru with esmtp id 1CJm13-0005YJ-00 for FreeBSD-gnats-submit@freebsd.org; Tue, 19 Oct 2004 08:54:34 +0400 Message-Id: Date: Tue, 19 Oct 2004 08:54:34 +0400 From: Roman Bogorodskiy To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/72861: [ patch ] x11-themes/fluxbox-fluxmod and x11-themes/flux-art conflicts because installs the same files X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Roman Bogorodskiy List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Oct 2004 05:00:51 -0000 >Number: 72861 >Category: ports >Synopsis: [ patch ] x11-themes/fluxbox-fluxmod and x11-themes/flux-art conflicts because installs the same files >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue Oct 19 05:00:50 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Roman Bogorodskiy >Release: FreeBSD 5.3-BETA7 i386 >Organization: >Environment: System: FreeBSD lame.novel.ru 5.3-BETA7 FreeBSD 5.3-BETA7 #12: Sat Oct 16 20:09:15 MSD 2004 root@lame.novel.ru:/usr/obj/usr/home/novel/current/src/sys/NOVEL i386 >Description: x11-themes/fluxbox-fluxmod and x11-themes/flux-art conflicts with each other because they installs the same files (to be exact, this theme packages include the same themes which installs the same files). One of the possible solutions of this problem is to add CONFLICTS for each port (as I've done) or probably change the themes list. I guess, maintainers of these ports should descide what is better themselves. >How-To-Repeat: Try to install both of these ports and then try to deinstall. >Fix: diff -ru fluxbox-fluxmod.orig/Makefile fluxbox-fluxmod/Makefile --- fluxbox-fluxmod.orig/Makefile Tue Oct 19 08:33:57 2004 +++ fluxbox-fluxmod/Makefile Tue Oct 19 08:35:22 2004 @@ -16,6 +16,8 @@ RUN_DEPENDS= fluxbox:${PORTSDIR}/x11-wm/fluxbox-devel +CONFLICTS= flux-art-* + USE_BZIP2= yes USE_X_PREFIX= yes NO_BUILD= yes diff -ru flux-art.orig/Makefile flux-art/Makefile --- flux-art.orig/Makefile Tue Oct 19 08:33:44 2004 +++ flux-art/Makefile Tue Oct 19 08:40:19 2004 @@ -15,6 +15,8 @@ RUN_DEPENDS= fluxbox:${PORTSDIR}/x11-wm/fluxbox-devel +CONFLICTS= fluxbox-fluxmod-* + USE_BZIP2= yes USE_X_PREFIX= yes NO_BUILD= yes >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Oct 19 05:00:54 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E6A3216A4CF for ; Tue, 19 Oct 2004 05:00:54 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D56B443D31 for ; Tue, 19 Oct 2004 05:00:54 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i9J50sW3075157 for ; Tue, 19 Oct 2004 05:00:54 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i9J50sbd075156; Tue, 19 Oct 2004 05:00:54 GMT (envelope-from gnats) Date: Tue, 19 Oct 2004 05:00:54 GMT Message-Id: <200410190500.i9J50sbd075156@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Michael Johnson Subject: Re: ports/71325: [NEW PORT] math/ldouble: Long double math precision functions X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Michael Johnson List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Oct 2004 05:00:55 -0000 The following reply was made to PR ports/71325; it has been noted by GNATS. From: Michael Johnson To: freebsd-gnats-submit@FreeBSD.org, ahze@ahze.net Cc: Subject: Re: ports/71325: [NEW PORT] math/ldouble: Long double math precision functions Date: Tue, 19 Oct 2004 00:56:17 -0400 --=-8bhJlXiFMJ4ooO8hhkbB Content-Type: text/plain Content-Transfer-Encoding: 7bit Install a header that might be needed if anything other than fftw ever uses this port. Michael --=-8bhJlXiFMJ4ooO8hhkbB Content-Description: Content-Disposition: attachment; filename=patch-ldouble Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit --- Makefile.orig 15 Sep 2004 16:32:16 -0000 +++ Makefile 19 Oct 2004 04:50:48 -0000 @@ -19,7 +19,8 @@ MAKEFILE= makefile USE_REINPLACE= yes -PLIST_FILES= lib/libml.a +PLIST_FILES= lib/libml.a \ + include/mathl.h PORTDOCS= ldoubdoc.html post-patch: @@ -32,5 +33,6 @@ @${INSTALL_DATA} ${WRKSRC}/ldoubdoc.html ${DOCSDIR} .endif @${INSTALL_DATA} ${WRKSRC}/libml.a ${PREFIX}/lib + @${INSTALL_DATA} ${WRKSRC}/protos.h ${PREFIX}/include/mathl.h .include --=-8bhJlXiFMJ4ooO8hhkbB-- From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Oct 19 05:20:24 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D8C8916A4CF for ; Tue, 19 Oct 2004 05:20:24 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id ACCE743D31 for ; Tue, 19 Oct 2004 05:20:24 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i9J5KN8x079316 for ; Tue, 19 Oct 2004 05:20:23 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i9J5KNf2079315; Tue, 19 Oct 2004 05:20:23 GMT (envelope-from gnats) Resent-Date: Tue, 19 Oct 2004 05:20:23 GMT Resent-Message-Id: <200410190520.i9J5KNf2079315@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Roman Bogorodskiy Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0155116A4CE for ; Tue, 19 Oct 2004 05:13:33 +0000 (GMT) Received: from mx1.mail.ru (mx1.mail.ru [194.67.23.121]) by mx1.FreeBSD.org (Postfix) with ESMTP id A84DC43D5F for ; Tue, 19 Oct 2004 05:13:32 +0000 (GMT) (envelope-from bogorodskiy@inbox.ru) Received: from [194.186.150.174] (port=52730 helo=inbox.ru) by mx1.mail.ru with esmtp id 1CJmJO-000AlS-00 for FreeBSD-gnats-submit@freebsd.org; Tue, 19 Oct 2004 09:13:31 +0400 Message-Id: Date: Tue, 19 Oct 2004 09:13:31 +0400 From: Roman Bogorodskiy To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/72862: [ new port ] x11-wm/fbcmd: a commandline utility for controlling fluxbox X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Roman Bogorodskiy List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Oct 2004 05:20:25 -0000 >Number: 72862 >Category: ports >Synopsis: [ new port ] x11-wm/fbcmd: a commandline utility for controlling fluxbox >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue Oct 19 05:20:22 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Roman Bogorodskiy >Release: FreeBSD 5.3-BETA7 i386 >Organization: >Environment: System: FreeBSD lame.novel.ru 5.3-BETA7 FreeBSD 5.3-BETA7 #12: Sat Oct 16 20:09:15 MSD 2004 root@lame.novel.ru:/usr/obj/usr/home/novel/current/src/sys/NOVEL i386 >Description: fbcmd provides some functions to the 'core' of fluxbox from the commandline. >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: # # fbcmd # fbcmd/pkg-descr # fbcmd/Makefile # fbcmd/distinfo # echo c - fbcmd mkdir -p fbcmd > /dev/null 2>&1 echo x - fbcmd/pkg-descr sed 's/^X//' >fbcmd/pkg-descr << 'END-of-fbcmd/pkg-descr' Xfbcmd provides some functions to the 'core' of fluxbox Xfrom the commandline. X XWWW: http://darkshed.dyndns.org/~mathias/files/c_cpp/fbcmd/ END-of-fbcmd/pkg-descr echo x - fbcmd/Makefile sed 's/^X//' >fbcmd/Makefile << 'END-of-fbcmd/Makefile' X# New ports collection makefile for: fbcmd X# Date created: 2004-09-24 X# Whom: Roman Bogorodskiy X# X# $FreeBSD$ X# X XPORTNAME= fbcmd XPORTVERSION= 0.5 XCATEGORIES= x11-wm XMASTER_SITES= http://darkshed.dyndns.org/~mathias/files/c_cpp/fbcmd/ X XMAINTAINER= bogorodskiy@inbox.ru XCOMMENT= A commandline utility for controlling fluxbox X XRUN_DEPENDS= fluxbox:${PORTSDIR}/x11-wm/fluxbox-devel X XUSE_BZIP2= yes XUSE_GMAKE= yes XALL_TARGET= first XUSE_REINPLACE= yes XUSE_X_PREFIX= yes X XPLIST_FILES= bin/fbcmd X Xpost-extract: X @${REINPLACE_CMD} -e "s|/usr/X11R6|${X11BASE}|g" ${WRKSRC}/Makefile X Xdo-install: X ${INSTALL_PROGRAM} ${WRKSRC}/fbcmd ${PREFIX}/bin X X.include END-of-fbcmd/Makefile echo x - fbcmd/distinfo sed 's/^X//' >fbcmd/distinfo << 'END-of-fbcmd/distinfo' XMD5 (fbcmd-0.5.tar.bz2) = e2678ab8364b9ea59a7fb2710871d574 XSIZE (fbcmd-0.5.tar.bz2) = 7570 END-of-fbcmd/distinfo exit >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Oct 19 05:40:37 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7071116A503 for ; Tue, 19 Oct 2004 05:40:37 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1806E43D5C for ; Tue, 19 Oct 2004 05:40:26 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i9J5ePV7083582 for ; Tue, 19 Oct 2004 05:40:25 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i9J5ePZJ083581; Tue, 19 Oct 2004 05:40:25 GMT (envelope-from gnats) Resent-Date: Tue, 19 Oct 2004 05:40:25 GMT Resent-Message-Id: <200410190540.i9J5ePZJ083581@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Gregory Bond Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 77B3616A4CE for ; Tue, 19 Oct 2004 05:38:25 +0000 (GMT) Received: from ns1.itga.com.au (ns1.itga.com.au [202.53.40.214]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2E31F43D31 for ; Tue, 19 Oct 2004 05:38:20 +0000 (GMT) (envelope-from gnb@itga.com.au) Received: from lightning.itga.com.au (lightning.itga.com.au [192.168.71.20]) by ns1.itga.com.au (8.12.9/8.12.9) with ESMTP id i9J5cIYZ088613 for ; Tue, 19 Oct 2004 15:38:18 +1000 (EST) (envelope-from gnb@itga.com.au) Received: from hellcat.itga.com.au (hellcat.itga.com.au [10.132.2.163]) by lightning.itga.com.au (8.9.3/8.9.3) with ESMTP id PAA28191; Tue, 19 Oct 2004 15:38:18 +1000 (EST) Received: from hellcat.itga.com.au (localhost [127.0.0.1]) by hellcat.itga.com.au (8.13.1/8.13.1) with ESMTP id i9J5cHJo003313 for ; Tue, 19 Oct 2004 15:38:17 +1000 (EST) (envelope-from gnb@hellcat.itga.com.au) Received: (from gnb@localhost) by hellcat.itga.com.au (8.13.1/8.13.1/Submit) id i9J5cHVu003312; Tue, 19 Oct 2004 15:38:17 +1000 (EST) (envelope-from gnb) Message-Id: <200410190538.i9J5cHVu003312@hellcat.itga.com.au> Date: Tue, 19 Oct 2004 15:38:17 +1000 (EST) From: Gregory Bond To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/72863: www/py-albatrross to v1.11 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Gregory Bond List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Oct 2004 05:40:38 -0000 >Number: 72863 >Category: ports >Synopsis: www/py-albatrross to v1.11 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Tue Oct 19 05:40:25 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Gregory Bond >Release: FreeBSD 4.10-STABLE i386 >Organization: ITG Australia Limited >Environment: System: FreeBSD hellcat.itga.com.au 4.10-STABLE FreeBSD 4.10-STABLE #27: Fri Sep 10 12:54:23 EST 2004 toor@grollo.itga.com.au:/usr/obj/usr/src/sys/HELLCAT i386 >Description: Update www/py-albatross port to v1.11. >How-To-Repeat: >Fix: --- al11.diffs begins here --- Index: www/py-albatross/Makefile =================================================================== RCS file: /usr/ncvs/ports/www/py-albatross/Makefile,v retrieving revision 1.4 diff -u -r1.4 Makefile --- www/py-albatross/Makefile 22 Jul 2003 09:01:18 -0000 1.4 +++ www/py-albatross/Makefile 19 Oct 2004 00:56:41 -0000 @@ -5,7 +5,7 @@ # $FreeBSD: ports/www/py-albatross/Makefile,v 1.4 2003/07/22 09:01:18 arved Exp $ PORTNAME= albatross -PORTVERSION= 1.10 +PORTVERSION= 1.11 CATEGORIES= www python MASTER_SITES= http://object-craft.com.au/projects/albatross/download/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Index: www/py-albatross/distinfo =================================================================== RCS file: /usr/ncvs/ports/www/py-albatross/distinfo,v retrieving revision 1.4 diff -u -r1.4 distinfo --- www/py-albatross/distinfo 31 Mar 2004 03:12:26 -0000 1.4 +++ www/py-albatross/distinfo 19 Oct 2004 00:57:31 -0000 @@ -1,4 +1,4 @@ -MD5 (albatross-1.10.tar.gz) = 1458e47924db51af02f2da5a4ee18835 -SIZE (albatross-1.10.tar.gz) = 232724 -MD5 (albatross-html-1.10.tar.gz) = 1f5798c77e9197c22d816cd6f042a4d7 -SIZE (albatross-html-1.10.tar.gz) = 568726 +MD5 (albatross-1.11.tar.gz) = b5a70a1abb468326d79c5a1b4861d030 +SIZE (albatross-1.11.tar.gz) = 236142 +MD5 (albatross-html-1.11.tar.gz) = 326588b7e981d57e13adeeb1ad3dec03 +SIZE (albatross-html-1.11.tar.gz) = 477269 Index: www/py-albatross/pkg-plist =================================================================== RCS file: /usr/ncvs/ports/www/py-albatross/pkg-plist,v retrieving revision 1.2 diff -u -r1.2 pkg-plist --- www/py-albatross/pkg-plist 22 Jul 2003 09:01:18 -0000 1.2 +++ www/py-albatross/pkg-plist 19 Oct 2004 05:35:22 -0000 @@ -292,7 +292,7 @@ %%PORTDOCS%%share/doc/albatross/html/popview-py.txt %%PORTDOCS%%share/doc/albatross/html/popview.txt %%PORTDOCS%%share/doc/albatross/html/previous.png -%%PORTDOCS%%share/doc/albatross/html/random.txt +%%PORTDOCS%%share/doc/albatross/html/randompage.txt %%PORTDOCS%%share/doc/albatross/html/rel-1.10-bug.html %%PORTDOCS%%share/doc/albatross/html/rel-1.10-content.html %%PORTDOCS%%share/doc/albatross/html/rel-1.10-ctx.html @@ -320,6 +320,16 @@ %%PORTDOCS%%share/doc/albatross/html/rel-1.10-unicode.html %%PORTDOCS%%share/doc/albatross/html/rel-1.10-upload.html %%PORTDOCS%%share/doc/albatross/html/rel-1.10.html +%%PORTDOCS%%share/doc/albatross/html/rel-1.11-absbaseurl.html +%%PORTDOCS%%share/doc/albatross/html/rel-1.11-alselectconsistency.html +%%PORTDOCS%%share/doc/albatross/html/rel-1.11-bug.html +%%PORTDOCS%%share/doc/albatross/html/rel-1.11-cookie.html +%%PORTDOCS%%share/doc/albatross/html/rel-1.11-func.html +%%PORTDOCS%%share/doc/albatross/html/rel-1.11-httpd.html +%%PORTDOCS%%share/doc/albatross/html/rel-1.11-modpython.html +%%PORTDOCS%%share/doc/albatross/html/rel-1.11-servername.html +%%PORTDOCS%%share/doc/albatross/html/rel-1.11-xhtml.html +%%PORTDOCS%%share/doc/albatross/html/rel-1.11.html %%PORTDOCS%%share/doc/albatross/html/simple-2.txt %%PORTDOCS%%share/doc/albatross/html/simple-3.txt %%PORTDOCS%%share/doc/albatross/html/simple-4.txt @@ -598,11 +608,12 @@ %%PORTDOCS%%share/examples/albatross/popview5/popviewlib.py %%PORTDOCS%%share/examples/albatross/random/.cvsignore %%PORTDOCS%%share/examples/albatross/random/install.py -%%PORTDOCS%%share/examples/albatross/random/paginate.html -%%PORTDOCS%%share/examples/albatross/random/paginate.py -%%PORTDOCS%%share/examples/albatross/random/random.py -%%PORTDOCS%%share/examples/albatross/random/tree.html -%%PORTDOCS%%share/examples/albatross/random/tree.py +%%PORTDOCS%%share/examples/albatross/random/randompage.py +%%PORTDOCS%%share/examples/albatross/random/utils.py +%%PORTDOCS%%share/examples/albatross/random/pages/paginate.html +%%PORTDOCS%%share/examples/albatross/random/pages/paginate.py +%%PORTDOCS%%share/examples/albatross/random/pages/tree.html +%%PORTDOCS%%share/examples/albatross/random/pages/tree.py %%PORTDOCS%%share/examples/albatross/sybase/.cvsignore %%PORTDOCS%%share/examples/albatross/sybase/htaccess %%PORTDOCS%%share/examples/albatross/sybase/install.py @@ -694,6 +705,7 @@ %%PORTDOCS%%@dirrm share/examples/albatross/templates/content1 %%PORTDOCS%%@dirrm share/examples/albatross/templates %%PORTDOCS%%@dirrm share/examples/albatross/sybase +%%PORTDOCS%%@dirrm share/examples/albatross/random/pages %%PORTDOCS%%@dirrm share/examples/albatross/random %%PORTDOCS%%@dirrm share/examples/albatross/popview5 %%PORTDOCS%%@dirrm share/examples/albatross/popview4 --- al11.diffs ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Oct 19 06:00:53 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2C3DE16A569 for ; Tue, 19 Oct 2004 06:00:53 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1FEA343D41 for ; Tue, 19 Oct 2004 06:00:53 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i9J60ra8004450 for ; Tue, 19 Oct 2004 06:00:53 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i9J60q95004440; Tue, 19 Oct 2004 06:00:52 GMT (envelope-from gnats) Date: Tue, 19 Oct 2004 06:00:52 GMT Message-Id: <200410190600.i9J60q95004440@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Clive Lin Subject: Re: ports/72797: [NEW PORT] FreeBSD 5.3's /sbin/sha1 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Clive Lin List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Oct 2004 06:00:53 -0000 The following reply was made to PR ports/72797; it has been noted by GNATS. From: Clive Lin To: Colin Percival Cc: FreeBSD-gnats-submit@freebsd.org Subject: Re: ports/72797: [NEW PORT] FreeBSD 5.3's /sbin/sha1 Date: Tue, 19 Oct 2004 13:59:40 +0800 On Sun, Oct 17, 2004 at 09:05:02PM +0000, Colin Percival wrote: > >Number: 72797 > >Category: ports > >Synopsis: [NEW PORT] FreeBSD 5.3's /sbin/sha1 Hi, Providing utility for old releases via port is pretty cool, and also benefits systems adminitered paranoids. As to ports paranoids, bsdsha1 shall be favored more.. like archivers/bsdtar. > # sysutils/sha1 -- Clive Tong-I Lin | http://tongi.org | PGP KeyID: A008C03E From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Oct 19 06:35:03 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D0C5C16A4CE; Tue, 19 Oct 2004 06:35:03 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id AFEEB43D49; Tue, 19 Oct 2004 06:35:03 +0000 (GMT) (envelope-from osa@FreeBSD.org) Received: from freefall.freebsd.org (osa@localhost [127.0.0.1]) i9J6Z3vw024251; Tue, 19 Oct 2004 06:35:03 GMT (envelope-from osa@freefall.freebsd.org) Received: (from osa@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i9J6Z3bm024211; Tue, 19 Oct 2004 06:35:03 GMT (envelope-from osa) Date: Tue, 19 Oct 2004 06:35:03 GMT From: "Sergey A. Osokin" Message-Id: <200410190635.i9J6Z3bm024211@freefall.freebsd.org> To: osa@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, osa@FreeBSD.org Subject: Re: ports/72830: new port: www/nginx X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Oct 2004 06:35:03 -0000 Synopsis: new port: www/nginx Responsible-Changed-From-To: freebsd-ports-bugs->osa Responsible-Changed-By: osa Responsible-Changed-When: Tue Oct 19 06:33:30 GMT 2004 Responsible-Changed-Why: I'll handle this because I'm already make port for this software. http://www.freebsd.org/cgi/query-pr.cgi?pr=72830 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Oct 19 06:59:20 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5625416A4CF; Tue, 19 Oct 2004 06:59:20 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3252B43D1D; Tue, 19 Oct 2004 06:59:20 +0000 (GMT) (envelope-from clsung@FreeBSD.org) Received: from freefall.freebsd.org (clsung@localhost [127.0.0.1]) i9J6xKuv011605; Tue, 19 Oct 2004 06:59:20 GMT (envelope-from clsung@freefall.freebsd.org) Received: (from clsung@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i9J6xKTh011601; Tue, 19 Oct 2004 06:59:20 GMT (envelope-from clsung) Date: Tue, 19 Oct 2004 06:59:20 GMT From: Cheng-Lung Sung Message-Id: <200410190659.i9J6xKTh011601@freefall.freebsd.org> To: rafan@infor.org, clsung@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/72855: [MAINTAINER] devel/SVN-Mirror: update to 0.49 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Oct 2004 06:59:20 -0000 Synopsis: [MAINTAINER] devel/SVN-Mirror: update to 0.49 State-Changed-From-To: open->closed State-Changed-By: clsung State-Changed-When: Tue Oct 19 06:59:07 GMT 2004 State-Changed-Why: Committed, thank you. http://www.freebsd.org/cgi/query-pr.cgi?pr=72855 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Oct 19 06:59:36 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 10D7816A4CF; Tue, 19 Oct 2004 06:59:36 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id E210043D2F; Tue, 19 Oct 2004 06:59:35 +0000 (GMT) (envelope-from clsung@FreeBSD.org) Received: from freefall.freebsd.org (clsung@localhost [127.0.0.1]) i9J6xZ1G011651; Tue, 19 Oct 2004 06:59:35 GMT (envelope-from clsung@freefall.freebsd.org) Received: (from clsung@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i9J6xZfv011647; Tue, 19 Oct 2004 06:59:35 GMT (envelope-from clsung) Date: Tue, 19 Oct 2004 06:59:35 GMT From: Cheng-Lung Sung Message-Id: <200410190659.i9J6xZfv011647@freefall.freebsd.org> To: rafan@infor.org, clsung@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/72859: [MAINTAINER] devel/p5-VCP-Dest-svk: update to 0.28 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Oct 2004 06:59:36 -0000 Synopsis: [MAINTAINER] devel/p5-VCP-Dest-svk: update to 0.28 State-Changed-From-To: open->closed State-Changed-By: clsung State-Changed-When: Tue Oct 19 06:59:27 GMT 2004 State-Changed-Why: Committed, thank you. http://www.freebsd.org/cgi/query-pr.cgi?pr=72859 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Oct 19 07:18:25 2004 Return-Path: Delivered-To: freebsd-ports-bugs@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 33C6616A4CE for ; Tue, 19 Oct 2004 07:18:25 +0000 (GMT) Received: from tirith.elendil.ru (tirith.elendil.ru [195.68.151.124]) by mx1.FreeBSD.org (Postfix) with SMTP id 7D55543D68 for ; Tue, 19 Oct 2004 07:18:24 +0000 (GMT) (envelope-from sergei@FreeBSD.org) Received: (qmail 89099 invoked from network); 19 Oct 2004 07:18:06 -0000 Received: from narsil.elendil.ru ([10.19.72.1]) by tirith.elendil.ru ([10.19.72.4]) with SMTP via TCP; 19 Oct 2004 07:18:06 -0000 Received: (qmail 94940 invoked by uid 1001); 19 Oct 2004 07:16:49 -0000 Date: Tue, 19 Oct 2004 11:16:49 +0400 From: Sergei Kolobov To: Joe Barbish Message-ID: <20041019071649.GM61134@elendil.ru> Mail-Followup-To: Joe Barbish , freebsd-ports-bugs@FreeBSD.org References: <200410041610.i94GA4F8070873@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200410041610.i94GA4F8070873@freefall.freebsd.org> User-Agent: Mutt/1.5.6i cc: freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/68661: New port: security/ipfilterDshield, a dshield clent for ipfilter logs X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Oct 2004 07:18:25 -0000 Joe, Using mixed case in the port name is discouraged. May I suggest something along the lines of: ipfilter-dshield ipfilter2dshield ipf2dshield The latter two are in line with the existing security/ipfw2dshield port. Sergei From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Oct 19 08:00:53 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EF18B16A4CE for ; Tue, 19 Oct 2004 08:00:53 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id C1CF743D41 for ; Tue, 19 Oct 2004 08:00:53 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i9J80qPJ018209 for ; Tue, 19 Oct 2004 08:00:52 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i9J80qRv018208; Tue, 19 Oct 2004 08:00:52 GMT (envelope-from gnats) Resent-Date: Tue, 19 Oct 2004 08:00:52 GMT Resent-Message-Id: <200410190800.i9J80qRv018208@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Janos Mohacsi Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 133AB16A4CE for ; Tue, 19 Oct 2004 08:00:13 +0000 (GMT) Received: from scone.ki.iif.hu (scone.ki.iif.hu [193.6.222.31]) by mx1.FreeBSD.org (Postfix) with ESMTP id 11E7543D5A for ; Tue, 19 Oct 2004 08:00:12 +0000 (GMT) (envelope-from mohacsi@scone.ki.iif.hu) Received: (from mohacsi@localhost) by scone.ki.iif.hu (8.13.1/8.13.1) id i9J7xvcd000754; Tue, 19 Oct 2004 09:59:57 +0200 (CEST) (envelope-from mohacsi) Message-Id: <200410190759.i9J7xvcd000754@scone.ki.iif.hu> Date: Tue, 19 Oct 2004 09:59:57 +0200 (CEST) From: Janos Mohacsi To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 cc: orlando@break.net Subject: ports/72865: emulators/vmware3 crashes on 5.3-STABLE X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Janos Mohacsi List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Oct 2004 08:00:54 -0000 >Number: 72865 >Category: ports >Synopsis: emulators/vmware3 crashes on 5.3-STABLE >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Oct 19 08:00:52 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Janos Mohacsi >Release: FreeBSD 5.3-STABLE i386 >Organization: NIIF/HUNGARNET >Environment: System: FreeBSD scone.ki.iif.hu 5.3-STABLE FreeBSD 5.3-STABLE #4: Mon Oct 18 13:14:24 CEST 2004 root@scone.ki.iif.hu:/usr/obj/usr/src/sys/SCONE i386 >Description: The vmware3 port (version 3.2.1.2242_9,1) is crashing on 5.3-STABLE. While it was working on 5.3-BETA4 FreeBSD 5.3-BETA4 #3: Sun Sep 12 20:30:09 CEST 2004. You can start the vmware3 and you can configure, but when you push power-on, then whole system crashes. I did not see any panic message...:( I tried a virtual windows 98 environment. Of course I reinstalled the vmware3 after the system upgrade. What else should I upgrade? >How-To-Repeat: Install vmware3 on FreeBSD 5.3-STABLE. Try to start. You will see crash. >Fix: I can try to debug it, if I get hints. >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Oct 19 10:30:21 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 93F7B16A4CF for ; Tue, 19 Oct 2004 10:30:21 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 757AF43D48 for ; Tue, 19 Oct 2004 10:30:21 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i9JAULRC035652 for ; Tue, 19 Oct 2004 10:30:21 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i9JAULAP035650; Tue, 19 Oct 2004 10:30:21 GMT (envelope-from gnats) Resent-Date: Tue, 19 Oct 2004 10:30:21 GMT Resent-Message-Id: <200410191030.i9JAULAP035650@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Pawel Wielebap Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B6CD016A4CE for ; Tue, 19 Oct 2004 10:20:46 +0000 (GMT) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8DD3D43D1F for ; Tue, 19 Oct 2004 10:20:46 +0000 (GMT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.12.11/8.12.11) with ESMTP id i9JAKjrk028414 for ; Tue, 19 Oct 2004 10:20:45 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.12.11/8.12.11/Submit) id i9JAKjct028412; Tue, 19 Oct 2004 10:20:45 GMT (envelope-from nobody) Message-Id: <200410191020.i9JAKjct028412@www.freebsd.org> Date: Tue, 19 Oct 2004 10:20:45 GMT From: Pawel Wielebap To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-2.3 Subject: ports/72867: [PATCH] unsecure smbldap-passwd from net/smbldap-tools when changin LDAP password X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Oct 2004 10:30:21 -0000 >Number: 72867 >Category: ports >Synopsis: [PATCH] unsecure smbldap-passwd from net/smbldap-tools when changin LDAP password >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Oct 19 10:30:20 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Pawel Wielebap >Release: FreeBSD 6.0 >Organization: >Environment: FreeBSD volt.iem.pw.edu.pl 6.0-CURRENT FreeBSD 6.0-CURRENT #0: >Description: A problem and the solution is described in the article: www.iem.pw.edu.pl/~wielebap/ldap/smbldap-tools/smbldap-tools_doc.pdf I also enclosed there 2 specific script modifications which can do as main passwd programme, and can be run in setuid mode. Description: - Script smbldap-passwd cannot be run with perl -T (taint) option turned on. - If slappasswd is not available userPassword field is still modified with the empty password!!! and samba password is still modified with the entered password. - Script smbldap-passwd requires slappasswd to generate password and this is not configurable. Slappasswd is an external programme so it is rather not as secure as using perl libraries. >How-To-Repeat: Rename /usr/local/sbin/slappasswd and run smbldap-passwd. An empty password will be applied. Use tainted password like: 'pass; rm -R ~;' >Fix: A modified port can be downloaded from: www.iem.pw.edu.pl/~wielebap/ldap/smbldap-tools/smbldap-tools.taz I have rebuild the structure of smbldap-passwd script. This script can be downloaded from: www.iem.pw.edu.pl/~wielebap/ldap/smbldap-tools/smbldap-passwd I don't place the code here because it is very long, so please download it from my web. You have to apply a patch to /usr/local/etc/smbldap-tools/smbldap.conf It can be downloaded from: www.iem.pw.edu.pl/~wielebap/ldap/smbldap-tools/smbldap.conf.diff-freebsd The patch: % cat smbldap.conf.diff-freebsd --- smbldap.conf.orig Tue Oct 19 11:41:37 2004 +++ smbldap.conf Tue Oct 19 11:42:43 2004 @@ -106,7 +106,7 @@ # Default scope Used scope="sub" -# Unix password encryption (CRYPT, MD5, SMD5, SSHA, SHA) +# Unix password encryption (CRYPT, MD5, SMD5, SSHA, SHA, CLEARTEXT) hash_encrypt="SSHA" # if hash_encrypt is set to CRYPT, you may set a salt format. @@ -189,4 +189,10 @@ # Allows not to use smbpasswd (if with_smbpasswd == 0 in smbldap_conf.pm) but # prefer Crypt::SmbHash library with_smbpasswd="0" -smbpasswd="/usr/bin/smbpasswd" +smbpasswd="/usr/local/bin/smbpasswd" + +# Allows not tu use slappasswd (if without_slappasswd == 1 in smbldap_conf.pm) +# but prefer Crypt:: libraries +without_slappasswd="0" +slappasswd="/usr/local/sbin/slappasswd" + >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Oct 19 10:40:23 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BB9EE16A4CE for ; Tue, 19 Oct 2004 10:40:23 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 04EBE43D5E for ; Tue, 19 Oct 2004 10:40:23 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i9JAeMqC036729 for ; Tue, 19 Oct 2004 10:40:22 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i9JAeMg4036727; Tue, 19 Oct 2004 10:40:22 GMT (envelope-from gnats) Resent-Date: Tue, 19 Oct 2004 10:40:22 GMT Resent-Message-Id: <200410191040.i9JAeMg4036727@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, payhash Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1768616A4CF for ; Tue, 19 Oct 2004 10:37:45 +0000 (GMT) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0737B43D31 for ; Tue, 19 Oct 2004 10:37:45 +0000 (GMT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.12.11/8.12.11) with ESMTP id i9JAbiBp033853 for ; Tue, 19 Oct 2004 10:37:44 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.12.11/8.12.11/Submit) id i9JAbiI5033852; Tue, 19 Oct 2004 10:37:44 GMT (envelope-from nobody) Message-Id: <200410191037.i9JAbiI5033852@www.freebsd.org> Date: Tue, 19 Oct 2004 10:37:44 GMT From: payhash To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-2.3 Subject: ports/72868: 3 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Oct 2004 10:40:23 -0000 >Number: 72868 >Category: ports >Synopsis: 3 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Oct 19 10:40:22 GMT 2004 >Closed-Date: >Last-Modified: >Originator: payhash >Release: 4.10 >Organization: www.aolhackers.ru >Environment: martin# uname -a FreeBSD martin.admsurgut.ru 4.10-RELEASE FreeBSD 4.10-RELEASE #4: Tue Oct 19 09:20:38 YEKST 2004 root@martin.admsurgut.ru:/usr/src/sys/compile/PAYHASH i386 martin# >Description: see my problems and so more http://www.freebsd.org/cgi/query-pr.cgi?pr=72811 http://www.freebsd.org/cgi/query-pr.cgi?pr=72829 in the same way see any problems http://lists.liquidneon.com/pipermail/kde-freebsd-devel/2004-October/002262.html http://gcc.gnu.org/ml/gcc-bugs/1998-02/msg00128.html and so LOL ;) search more errors in google /usr/include/sys/cdefs.h:273: warning: `_POSIX_C_SOURCE' is not defined /usr/include/sys/cdefs.h:279: warning: `_POSIX_C_SOURCE' is not defined or /usr/include/g++/streambuf.h:58: warning: `_G_IO_IO_FILE_VERSION' is not defined /usr/include/g++/streambuf.h:416: warning: `_G_IO_IO_FILE_VERSION' is not defined or /usr/local/include/g++/iostream.h:252: warning: `_G_CLOG_CONFLICT' is not defined >How-To-Repeat: >Fix: Im writing 3 patchs which corrects this problems http://www.aolhackers.ru/patchs/FBSDpatch20041019.tar.gz I think what they (patchs) help many FreeBSD users Sory my English and thank for FreeBSD systems im fanatic see my desk http://www.aolhackers.ru/payhash/fanicq.jpg http://te.mirabiliz.com/payhash/desk/desk4.jpg http://te.mirabiliz.com/payhash/desk/windesk.jpg http://te.mirabiliz.com/payhash/desk/desk3.jpg http://www.aolhackers.ru/payhash/work.jpg LOL =) Good luck! >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Oct 19 11:20:27 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 72E7F16A4CE for ; Tue, 19 Oct 2004 11:20:27 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 54F9A43D4C for ; Tue, 19 Oct 2004 11:20:27 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i9JBKR4i041979 for ; Tue, 19 Oct 2004 11:20:27 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i9JBKRs7041978; Tue, 19 Oct 2004 11:20:27 GMT (envelope-from gnats) Resent-Date: Tue, 19 Oct 2004 11:20:27 GMT Resent-Message-Id: <200410191120.i9JBKRs7041978@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Piotr Smyrak Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 83E7116A4CE; Tue, 19 Oct 2004 11:19:29 +0000 (GMT) Received: from beth.poprostu.pl (dmr243.neoplus.adsl.tpnet.pl [83.24.73.243]) by mx1.FreeBSD.org (Postfix) with ESMTP id ED4AE43D5D; Tue, 19 Oct 2004 11:19:28 +0000 (GMT) (envelope-from smyru@smyrak.com) Received: from smyru by beth.poprostu.pl with local (Exim 4.43 (FreeBSD)) id 1CIbK0-0001Tj-Tq; Sat, 16 Oct 2004 01:17:16 +0200 Message-Id: Date: Sat, 16 Oct 2004 01:17:16 +0200 From: Piotr Smyrak Sender: Piotr Smyrak To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 cc: ijliao@FreeBSD.org Subject: ports/72869: [patch] update www/cssed from 0.2.1 to 0.3.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Piotr Smyrak List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Oct 2004 11:20:27 -0000 >Number: 72869 >Category: ports >Synopsis: [patch] update www/cssed from 0.2.1 to 0.3.0 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Tue Oct 19 11:20:26 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Piotr Smyrak >Release: FreeBSD 5.3-BETA5 i386 >Organization: >Environment: System: FreeBSD smyru 5.3-BETA5 FreeBSD 5.3-BETA5 #2: Fri Oct 1 14:13:03 CEST 2004 root@smyru:/usr/obj/usr/src/sys/SMYRU i386 >Description: The following patch updates www/cssed to the recently released version. I happily use the new version here. >How-To-Repeat: N/A >Fix: --- cssed.patch begins here --- --- Makefile.orig Tue Oct 12 18:10:59 2004 +++ Makefile Wed Oct 13 13:06:57 2004 @@ -7,7 +7,7 @@ # PORTNAME= cssed -PORTVERSION= 0.2.1 +PORTVERSION= 0.3.0 CATEGORIES= www MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -19,18 +19,12 @@ USE_ICONV= yes USE_GETTEXT= yes +USE_X_PREFIX= yes USE_GNOME= gtk20 GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="${CXXFLAGS} -I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" -PLIST_FILES= bin/cssed share/locale/es/LC_MESSAGES/cssed.mo share/locale/fr/LC_MESSAGES/cssed.mo MAN1= cssed.1 - -post-install: - @${FIND} ${DATADIR} ! -type d | \ - ${SED} 's,^${PREFIX}/,,' >> ${TMPPLIST} - @${FIND} ${DATADIR} -type d | ${SORT} -r | \ - ${SED} 's,^${PREFIX}/,@dirrm ,' >> ${TMPPLIST} .include --- distinfo.orig Tue Oct 12 18:10:11 2004 +++ distinfo Wed Oct 13 12:37:25 2004 @@ -1,2 +1,2 @@ -MD5 (cssed-0.2.1.tar.gz) = dd799e6cdbb2ea6e9e13b0bf22af8493 -SIZE (cssed-0.2.1.tar.gz) = 783510 +MD5 (cssed-0.3.0.tar.gz) = 667632e3c5f7f3493a2d98cc47470209 +SIZE (cssed-0.3.0.tar.gz) = 872421 --- pkg-plist.orig Wed Oct 13 13:15:17 2004 +++ pkg-plist Wed Oct 13 12:59:13 2004 @@ -0,0 +1,51 @@ +bin/cssed +libdata/pkgconfig/cssed.pc +%%DATADIR%%/data/cssed-cfg.xml +%%DATADIR%%/data/cssed-def.dtd +%%DATADIR%%/data/cssed-def.xml +%%DATADIR%%/include/SciLexer.h +%%DATADIR%%/include/Scintilla.h +%%DATADIR%%/include/ScintillaWidget.h +%%DATADIR%%/include/cssdialogs-class.h +%%DATADIR%%/include/cssedwindow.h +%%DATADIR%%/include/document.h +%%DATADIR%%/include/plugin.h +%%DATADIR%%/pixmaps/arrow.png +%%DATADIR%%/pixmaps/color_wizard.png +%%DATADIR%%/pixmaps/color_wizard_menu.png +%%DATADIR%%/pixmaps/cssed-about.png +%%DATADIR%%/pixmaps/cssed-icon.png +%%DATADIR%%/pixmaps/dlg_border.png +%%DATADIR%%/pixmaps/dlg_box.png +%%DATADIR%%/pixmaps/dlg_box_menu.png +%%DATADIR%%/pixmaps/dlg_margin.png +%%DATADIR%%/pixmaps/dlg_padding.png +%%DATADIR%%/pixmaps/doc_close.png +%%DATADIR%%/pixmaps/document_info.png +%%DATADIR%%/pixmaps/document_info_menu.png +%%DATADIR%%/pixmaps/font.png +%%DATADIR%%/pixmaps/hide_footer.png +%%DATADIR%%/pixmaps/hide_footer_menu.png +%%DATADIR%%/pixmaps/hide_sidebar.png +%%DATADIR%%/pixmaps/hide_sidebar_menu.png +%%DATADIR%%/pixmaps/scan_selector.png +%%DATADIR%%/pixmaps/scan_selector_menu.png +%%DATADIR%%/pixmaps/selector_wizard.png +%%DATADIR%%/pixmaps/selector_wizard_menu.png +%%DATADIR%%/pixmaps/show_footer.png +%%DATADIR%%/pixmaps/show_footer_menu.png +%%DATADIR%%/pixmaps/show_sidebar.png +%%DATADIR%%/pixmaps/show_sidebar_menu.png +%%DATADIR%%/pixmaps/validate.png +%%DATADIR%%/pixmaps/validate_dump.png +%%DATADIR%%/pixmaps/validate_dump_menu.png +%%DATADIR%%/pixmaps/validate_menu.png +share/locale/de/LC_MESSAGES/cssed.mo +share/locale/es/LC_MESSAGES/cssed.mo +share/locale/fr/LC_MESSAGES/cssed.mo +share/locale/gl/LC_MESSAGES/cssed.mo +share/locale/it/LC_MESSAGES/cssed.mo +@dirrm %%DATADIR%%/pixmaps +@dirrm %%DATADIR%%/include +@dirrm %%DATADIR%%/data +@dirrm %%DATADIR%% --- files/patch-Makefile.in.orig Wed Oct 13 12:45:18 2004 +++ files/patch-Makefile.in Wed Oct 13 12:45:18 2004 @@ -0,0 +1,11 @@ +--- Makefile.in.orig Wed Oct 13 12:41:19 2004 ++++ Makefile.in Wed Oct 13 12:42:59 2004 +@@ -159,7 +159,7 @@ + cssed.pc.in + + +-pkgconfigdir = $(libdir)/pkgconfig ++pkgconfigdir = $(prefix)/libdata/pkgconfig + pkgconfig_DATA = cssed.pc + subdir = . + ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 --- cssed.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Oct 19 11:20:30 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B618316A4CE for ; Tue, 19 Oct 2004 11:20:30 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8C5BE43D2D for ; Tue, 19 Oct 2004 11:20:30 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i9JBKU2h042003 for ; Tue, 19 Oct 2004 11:20:30 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i9JBKUsv042002; Tue, 19 Oct 2004 11:20:30 GMT (envelope-from gnats) Resent-Date: Tue, 19 Oct 2004 11:20:30 GMT Resent-Message-Id: <200410191120.i9JBKUsv042002@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Toni Viemero Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EFE3016A4CE; Tue, 19 Oct 2004 11:20:05 +0000 (GMT) Received: from shaolin.selfdestruct.net (shaolin.selfdestruct.net [193.65.195.200]) by mx1.FreeBSD.org (Postfix) with ESMTP id A088D43D2D; Tue, 19 Oct 2004 11:20:05 +0000 (GMT) (envelope-from toni@shaolin.selfdestruct.net) Received: by shaolin.selfdestruct.net (Postfix, from userid 1000) id AE8A8B25FE; Tue, 19 Oct 2004 14:20:03 +0300 (EEST) Message-Id: <20041019112003.AE8A8B25FE@shaolin.selfdestruct.net> Date: Tue, 19 Oct 2004 14:20:03 +0300 (EEST) From: Toni Viemero To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 cc: mich@FreeBSD.org Subject: ports/72870: [PATCH] irc/pisg: update to 0.60 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Oct 2004 11:20:30 -0000 >Number: 72870 >Category: ports >Synopsis: [PATCH] irc/pisg: update to 0.60 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Tue Oct 19 11:20:30 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Toni Viemero >Release: FreeBSD 5.3-RC1 i386 >Organization: >Environment: System: FreeBSD shaolin.selfdestruct.net 5.3-RC1 FreeBSD 5.3-RC1 #8: Sun Oct 17 02:54:05 EEST 2004 >Description: - Update to 0.60 Port maintainer (mich@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.63 >How-To-Repeat: >Fix: --- pisg-0.60.patch begins here --- diff -ruN --exclude=CVS /usr/ports/irc/pisg/Makefile /home/toni/ports/pisg/Makefile --- /usr/ports/irc/pisg/Makefile Thu Oct 14 08:05:30 2004 +++ /home/toni/ports/pisg/Makefile Tue Oct 19 14:17:52 2004 @@ -6,7 +6,7 @@ # PORTNAME= pisg -PORTVERSION= 0.59 +PORTVERSION= 0.60 CATEGORIES= irc MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} diff -ruN --exclude=CVS /usr/ports/irc/pisg/distinfo /home/toni/ports/pisg/distinfo --- /usr/ports/irc/pisg/distinfo Thu Oct 14 08:05:30 2004 +++ /home/toni/ports/pisg/distinfo Tue Oct 19 14:18:06 2004 @@ -1,2 +1,2 @@ -MD5 (pisg-0.59.tar.gz) = a664122f5bdeb0d73117b5278c08c4e6 -SIZE (pisg-0.59.tar.gz) = 203325 +MD5 (pisg-0.60.tar.gz) = 2159314a68e7cb5d42e650a2d2a07cea +SIZE (pisg-0.60.tar.gz) = 204599 --- pisg-0.60.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Oct 19 12:11:58 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4BA9B16A4CE; Tue, 19 Oct 2004 12:11:58 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2A36B43D31; Tue, 19 Oct 2004 12:11:58 +0000 (GMT) (envelope-from sergei@FreeBSD.org) Received: from freefall.freebsd.org (sergei@localhost [127.0.0.1]) i9JCBwxe049349; Tue, 19 Oct 2004 12:11:58 GMT (envelope-from sergei@freefall.freebsd.org) Received: (from sergei@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i9JCBvWq049345; Tue, 19 Oct 2004 12:11:57 GMT (envelope-from sergei) Date: Tue, 19 Oct 2004 12:11:57 GMT From: Sergei Kolobov Message-Id: <200410191211.i9JCBvWq049345@freefall.freebsd.org> To: fehlner@gmx.de, sergei@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/72844: [MAINTAINER] sysutils/userneu: [SUMMARIZE CHANGES] X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Oct 2004 12:11:58 -0000 Synopsis: [MAINTAINER] sysutils/userneu: [SUMMARIZE CHANGES] State-Changed-From-To: open->closed State-Changed-By: sergei State-Changed-When: Tue Oct 19 12:11:51 GMT 2004 State-Changed-Why: Committed, thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=72844 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Oct 19 12:16:07 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 659EC16A4CF; Tue, 19 Oct 2004 12:16:07 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 44D8843D49; Tue, 19 Oct 2004 12:16:07 +0000 (GMT) (envelope-from mich@FreeBSD.org) Received: from freefall.freebsd.org (mich@localhost [127.0.0.1]) i9JCG6Be049898; Tue, 19 Oct 2004 12:16:06 GMT (envelope-from mich@freefall.freebsd.org) Received: (from mich@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i9JCG6Cp049894; Tue, 19 Oct 2004 12:16:06 GMT (envelope-from mich) Date: Tue, 19 Oct 2004 12:16:06 GMT From: "Michael L. Hostbaek" Message-Id: <200410191216.i9JCG6Cp049894@freefall.freebsd.org> To: toni.viemero@iki.fi, mich@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/72870: [PATCH] irc/pisg: update to 0.60 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Oct 2004 12:16:07 -0000 Synopsis: [PATCH] irc/pisg: update to 0.60 State-Changed-From-To: open->closed State-Changed-By: mich State-Changed-When: Tue Oct 19 12:15:47 GMT 2004 State-Changed-Why: Committed, Thanks ! http://www.freebsd.org/cgi/query-pr.cgi?pr=72870 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Oct 19 12:50:19 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1B57B16A4D0 for ; Tue, 19 Oct 2004 12:50:19 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id E734743D48 for ; Tue, 19 Oct 2004 12:50:18 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i9JCoIO0052852 for ; Tue, 19 Oct 2004 12:50:18 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i9JCoIjG052848; Tue, 19 Oct 2004 12:50:18 GMT (envelope-from gnats) Resent-Date: Tue, 19 Oct 2004 12:50:18 GMT Resent-Message-Id: <200410191250.i9JCoIjG052848@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Rong-En Fan Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E3D3C16A4CE for ; Tue, 19 Oct 2004 12:42:19 +0000 (GMT) Received: from muse.csie.ntu.edu.tw (muse.csie.ntu.edu.tw [140.112.28.162]) by mx1.FreeBSD.org (Postfix) with ESMTP id 41B7143D41 for ; Tue, 19 Oct 2004 12:42:19 +0000 (GMT) (envelope-from rafan@infor.org) Received: from localhost (localhost.csie.ntu.edu.tw [127.0.0.1]) by muse.csie.ntu.edu.tw (Postfix) with ESMTP id 6C044520A2 for ; Tue, 19 Oct 2004 20:42:18 +0800 (CST) Received: from muse.csie.ntu.edu.tw ([127.0.0.1]) by localhost (muse.csie.ntu.edu.tw [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 62509-23 for ; Tue, 19 Oct 2004 20:42:16 +0800 (CST) Received: from woodstock.csie.org (220-135-116-9.HINET-IP.hinet.net [220.135.116.9]) by muse.csie.ntu.edu.tw (Postfix) with ESMTP id 4CD24520A1 for ; Tue, 19 Oct 2004 20:42:16 +0800 (CST) Received: (from rafan@localhost) by woodstock.csie.org (8.13.1/8.13.1/Submit) id i9JCgC9p002439; Tue, 19 Oct 2004 20:42:12 +0800 (CST) (envelope-from rafan) Message-Id: <200410191242.i9JCgC9p002439@woodstock.csie.org> Date: Tue, 19 Oct 2004 20:42:12 +0800 (CST) From: Rong-En Fan To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/72872: [MAINTAINER] devel/svk: update to 0.23 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Oct 2004 12:50:19 -0000 >Number: 72872 >Category: ports >Synopsis: [MAINTAINER] devel/svk: update to 0.23 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Tue Oct 19 12:50:18 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Rong-En Fan >Release: FreeBSD 6.0-CURRENT i386 >Organization: NTU CSIE >Environment: System: FreeBSD woodstock.csie.org 6.0-CURRENT FreeBSD 6.0-CURRENT #4: Sun Oct 17 10:37:57 CST 2004 >Description: - Update to 0.23, requires pr/72857 to be committed - Add new depenedency (PerlIO-eol) and fix depenedency (p5-URI) - New patch which fixes t/07smerge.t on svn 1.0.x (And, this is still ok on svn 1.1.x, I have tested this) Added file(s): - files/patch-lib::SVK::Command::Propset.pm Generated with FreeBSD Port Tools 0.63 >How-To-Repeat: >Fix: --- svk-0.23.patch begins here --- diff -ruN --exclude=CVS /usr/ports/devel/svk/Makefile /home/rafan/tmp/ports/svk/Makefile --- /usr/ports/devel/svk/Makefile Thu Oct 14 19:59:27 2004 +++ /home/rafan/tmp/ports/svk/Makefile Tue Oct 19 20:36:59 2004 @@ -6,7 +6,7 @@ # PORTNAME= svk -PORTVERSION= 0.22 +PORTVERSION= 0.23 PORTREVISION= 0 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} @@ -29,12 +29,14 @@ ${SITE_PERL}/IO/Digest.pm:${PORTSDIR}/devel/p5-IO-Digest \ ${SITE_PERL}/Locale/Maketext/Lexicon.pm:${PORTSDIR}/devel/p5-Locale-Maketext-Lexicon \ ${SITE_PERL}/Locale/Maketext/Simple.pm:${PORTSDIR}/devel/p5-Locale-Maketext-Simple \ + ${SITE_PERL}/PerlIO/eol/eol.pm:${PORTSDIR}/devel/p5-PerlIO-eol \ ${SITE_PERL}/PerlIO/via/dynamic.pm:${PORTSDIR}/devel/p5-PerlIO-via-dynamic \ ${SITE_PERL}/PerlIO/via/symlink.pm:${PORTSDIR}/devel/p5-PerlIO-via-symlink \ ${SITE_PERL}/Pod/Escapes.pm:${PORTSDIR}/textproc/p5-Pod-Escapes \ ${SITE_PERL}/Pod/Simple.pm:${PORTSDIR}/textproc/p5-Pod-Simple \ ${SITE_PERL}/Regexp/Shellish.pm:${PORTSDIR}/devel/p5-Regexp-Shellish \ ${SITE_PERL}/SVN/Simple/Edit.pm:${PORTSDIR}/devel/p5-SVN-Simple \ + ${SITE_PERL}/URI.pm:${PORTSDIR}/net/p5-URI \ ${SITE_PERL}/YAML.pm:${PORTSDIR}/textproc/p5-YAML RUN_DEPENDS= ${BUILD_DEPENDS} @@ -92,6 +94,8 @@ SVK::Editor::Rename.3 \ SVK::Editor::Translate.3 \ SVK::Editor::XD.3 \ + SVK::Help::Index.3 \ + SVK::Help::zh_tw::Index.3 \ SVK::Merge.3 \ SVK::Notify.3 \ SVK::Patch.3 \ @@ -123,6 +127,7 @@ post-patch: @${REINPLACE_CMD} -e "s,%%PPERL%%,${PPERL}," ${WRKSRC}/bin/svk + @${FIND} ${WRKSRC} -name "*.orig" -a -exec ${RM} -f {} \; post-install: @${ECHO} diff -ruN --exclude=CVS /usr/ports/devel/svk/distinfo /home/rafan/tmp/ports/svk/distinfo --- /usr/ports/devel/svk/distinfo Thu Oct 14 19:59:27 2004 +++ /home/rafan/tmp/ports/svk/distinfo Tue Oct 19 10:14:20 2004 @@ -1,2 +1,2 @@ -MD5 (SVK-0.22.tar.gz) = b1ef930a62d44c96760701930c7fe419 -SIZE (SVK-0.22.tar.gz) = 172362 +MD5 (SVK-0.23.tar.gz) = b0b0663c92fa5ed10641ea0052459cc0 +SIZE (SVK-0.23.tar.gz) = 180810 diff -ruN --exclude=CVS /usr/ports/devel/svk/files/patch-lib::SVK::Command::Propset.pm /home/rafan/tmp/ports/svk/files/patch-lib::SVK::Command::Propset.pm --- /usr/ports/devel/svk/files/patch-lib::SVK::Command::Propset.pm Thu Jan 1 08:00:00 1970 +++ /home/rafan/tmp/ports/svk/files/patch-lib::SVK::Command::Propset.pm Tue Oct 19 20:09:34 2004 @@ -0,0 +1,38 @@ +Index: lib/SVK/Command/Propset.pm +=================================================================== +--- lib/SVK/Command/Propset.pm (revision 704) ++++ lib/SVK/Command/Propset.pm (revision 705) +@@ -31,15 +31,15 @@ + sub do_propset_direct { + my ($self, $target, $propname, $propvalue) = @_; + +- my $fs = $target->{repos}->fs; + if ($self->{revprop}) { ++ my $fs = $target->{repos}->fs; + my $rev = (defined($self->{rev}) ? $self->{rev} : $target->{revision}); + $fs->change_rev_prop ($rev, $propname => $propvalue); + print loc("Property '%1' set on repository revision %2.\n", $propname, $rev); + return; + } + +- my $root = $fs->revision_root ($fs->youngest_rev); ++ my $root = $target->root; + my $kind = $root->check_path ($target->path); + + die loc("path %1 does not exist.\n", $target->path) if $kind == $SVN::Node::none; +@@ -53,13 +53,13 @@ + $editor->change_dir_prop ($editor->{_root_baton}, $propname, $propvalue); + } + else { +- my $baton = $editor->open_directory ($path, 0, -1); ++ my $baton = $editor->open_directory ($path, 0, $target->{revision}); + $editor->change_dir_prop ($baton, $propname, $propvalue); + $editor->close_directory ($baton); + } + } + else { +- my $baton = $editor->open_file ($path, 0, -1); ++ my $baton = $editor->open_file ($path, 0, $target->{revision}); + $editor->change_file_prop ($baton, $propname, $propvalue); + $editor->close_file ($baton, undef); + } diff -ruN --exclude=CVS /usr/ports/devel/svk/pkg-plist /home/rafan/tmp/ports/svk/pkg-plist --- /usr/ports/devel/svk/pkg-plist Thu Oct 14 19:59:27 2004 +++ /home/rafan/tmp/ports/svk/pkg-plist Tue Oct 19 20:25:21 2004 @@ -49,6 +49,8 @@ %%SITE_PERL%%/SVK/Editor/Status.pm %%SITE_PERL%%/SVK/Editor/Translate.pm %%SITE_PERL%%/SVK/Editor/XD.pm +%%SITE_PERL%%/SVK/Help/Index.pod +%%SITE_PERL%%/SVK/Help/zh_tw/Index.pod %%SITE_PERL%%/SVK/I18N.pm %%SITE_PERL%%/SVK/I18N/i_default.po %%SITE_PERL%%/SVK/I18N/zh_cn.po @@ -75,6 +77,8 @@ %%SITE_PERL%%/%%PERL_ARCH%%/auto/SVK/.packlist @dirrm %%SITE_PERL%%/SVK/Resolve @dirrm %%SITE_PERL%%/SVK/I18N +@dirrm %%SITE_PERL%%/SVK/Help/zh_tw +@dirrm %%SITE_PERL%%/SVK/Help @dirrm %%SITE_PERL%%/SVK/Editor @dirrm %%SITE_PERL%%/SVK/Command @dirrm %%SITE_PERL%%/SVK/Target --- svk-0.23.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Oct 19 13:00:47 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A69E716A4CF for ; Tue, 19 Oct 2004 13:00:47 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7649F43D67 for ; Tue, 19 Oct 2004 13:00:47 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i9JD0irc053200 for ; Tue, 19 Oct 2004 13:00:44 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i9JD0h8g053194; Tue, 19 Oct 2004 13:00:43 GMT (envelope-from gnats) Resent-Date: Tue, 19 Oct 2004 13:00:43 GMT Resent-Message-Id: <200410191300.i9JD0h8g053194@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Erik Greenwald Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 23CB516A4CE for ; Tue, 19 Oct 2004 12:56:17 +0000 (GMT) Received: from phoenix.smluc.org (phoenix.smluc.org [12.28.48.23]) by mx1.FreeBSD.org (Postfix) with SMTP id 84B8643D1D for ; Tue, 19 Oct 2004 12:56:16 +0000 (GMT) (envelope-from erik@phoenix.smluc.org) Received: (qmail 19746 invoked by uid 1000); 19 Oct 2004 12:57:46 -0000 Message-Id: <20041019125746.19745.qmail@phoenix.smluc.org> Date: 19 Oct 2004 12:57:46 -0000 From: Erik Greenwald To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 cc: erik@math.smsu.edu Subject: ports/72873: Update: graphics/gts 0.7.2 -> 0.7.3 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Erik Greenwald List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Oct 2004 13:00:47 -0000 >Number: 72873 >Category: ports >Synopsis: Update: graphics/gts 0.7.2 -> 0.7.3 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Tue Oct 19 13:00:43 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Erik Greenwald >Release: FreeBSD 4.10-STABLE i386 >Organization: >Environment: System: FreeBSD fenris 4.10-STABLE FreeBSD 4.10-STABLE #1: Sat Sep 25 14:06:08 EDT 2004 root@:/usr/src/sys/compile/FENRIS i386 >Description: willing to adopt this orphan from the webpage: New features/important changes include: * Autodetection and support for glib >= 2.4 (but glib >= 1.2.8 is still supported): glib >= 2.0 and < 2.4 is not supported (send me patches!). * pkgconfig preliminary support. * Mingwin support. * Changes to the interface of gts_graph_read(). Bug fixes: * Constrained Delaunay Triangulation guess selection. * Boolean operations: Now uses SOS for segment/triangle intersections. >How-To-Repeat: >Fix: --- graphics_gts.patch begins here --- Index: graphics/gts/Makefile =================================================================== RCS file: /home/ncvs/ports/graphics/gts/Makefile,v retrieving revision 1.14 diff -u -r1.14 Makefile --- graphics/gts/Makefile 9 Jun 2004 08:39:20 -0000 1.14 +++ graphics/gts/Makefile 19 Oct 2004 12:44:21 -0000 @@ -7,15 +7,15 @@ # PORTNAME= gts -PORTVERSION= 0.7.2 +PORTVERSION= 0.7.3 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= erik@smluc.org COMMENT= GNU Triangulated Surface Library -USE_GNOME= glib12 gnometarget +USE_GNOME= glib20 gnometarget USE_GETOPT_LONG= yes USE_REINPLACE= yes GNU_CONFIGURE= yes @@ -33,10 +33,4 @@ @${FIND} ${WRKSRC} -name "Makefile.in" | ${XARGS} ${REINPLACE_CMD} -e \ 's|-release \$$(LT_RELEASE)||g' -.if !defined(NOPORTDOCS) -post-install: - @${MKDIR} ${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/doc/html/* ${DOCSDIR} -.endif - .include Index: graphics/gts/distinfo =================================================================== RCS file: /home/ncvs/ports/graphics/gts/distinfo,v retrieving revision 1.5 diff -u -r1.5 distinfo --- graphics/gts/distinfo 9 Jun 2004 08:39:20 -0000 1.5 +++ graphics/gts/distinfo 19 Oct 2004 12:44:21 -0000 @@ -1,2 +1,2 @@ -MD5 (gts-0.7.2.tar.gz) = 2724a8ad6843b3d491d336b13e685720 -SIZE (gts-0.7.2.tar.gz) = 944499 +MD5 (gts-0.7.3.tar.gz) = c02209e38229eb2abb1370dadd0020b4 +SIZE (gts-0.7.3.tar.gz) = 844990 Index: graphics/gts/pkg-plist =================================================================== RCS file: /home/ncvs/ports/graphics/gts/pkg-plist,v retrieving revision 1.5 diff -u -r1.5 pkg-plist --- graphics/gts/pkg-plist 9 Jun 2004 08:39:20 -0000 1.5 +++ graphics/gts/pkg-plist 19 Oct 2004 12:44:21 -0000 @@ -11,5 +11,6 @@ include/gtsconfig.h lib/libgts.a lib/libgts.so -lib/libgts.so.2 +lib/libgts.so.3 +lib/pkgconfig/gts.pc share/aclocal/gts.m4 --- graphics_gts.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Oct 19 14:00:43 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5412816A4CE for ; Tue, 19 Oct 2004 14:00:43 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 29DB143D49 for ; Tue, 19 Oct 2004 14:00:43 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i9JE0hkE059987 for ; Tue, 19 Oct 2004 14:00:43 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i9JE0gd3059986; Tue, 19 Oct 2004 14:00:42 GMT (envelope-from gnats) Resent-Date: Tue, 19 Oct 2004 14:00:42 GMT Resent-Message-Id: <200410191400.i9JE0gd3059986@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Piotr Smyrak Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A6B2A16A4CE for ; Tue, 19 Oct 2004 13:51:39 +0000 (GMT) Received: from beth.poprostu.pl (dmr243.neoplus.adsl.tpnet.pl [83.24.73.243]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7A63043D31 for ; Tue, 19 Oct 2004 13:51:36 +0000 (GMT) (envelope-from smyru@smyrak.com) Received: from smyru by beth.poprostu.pl with local (Exim 4.43 (FreeBSD)) id 1CJuMF-000Cw7-FX for FreeBSD-gnats-submit@freebsd.org; Tue, 19 Oct 2004 15:48:59 +0200 Message-Id: Date: Tue, 19 Oct 2004 15:48:59 +0200 From: Piotr Smyrak Sender: Piotr Smyrak To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/72874: [patch] update polish/libtlen to 20040912 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Piotr Smyrak List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Oct 2004 14:00:43 -0000 >Number: 72874 >Category: ports >Synopsis: [patch] update polish/libtlen to 20040912 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Tue Oct 19 14:00:42 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Piotr Smyrak >Release: FreeBSD 5.3-BETA5 i386 >Organization: >Environment: System: FreeBSD smyru 5.3-BETA5 FreeBSD 5.3-BETA5 #2: Fri Oct 1 14:13:03 CEST 2004 root@smyru:/usr/obj/usr/src/sys/SMYRU i386 >Description: The attached patch updates the port skeleton to a newer snapshot of the library with some protocol changes and updates. >How-To-Repeat: N/A >Fix: --- libtlen.patch begins here --- --- Makefile.orig Wed Sep 29 01:34:58 2004 +++ Makefile Wed Sep 29 01:35:55 2004 @@ -7,7 +7,7 @@ # PORTNAME= libtlen -PORTVERSION= 20040212 +PORTVERSION= 20040912 CATEGORIES= polish net MASTER_SITES= http://www.libtlen.eu.org/snapshots/archive/ --- distinfo.orig Wed Sep 29 01:35:34 2004 +++ distinfo Wed Sep 29 01:36:13 2004 @@ -1,2 +1,2 @@ -MD5 (libtlen-20040212.tar.gz) = af5507f51232cdcac4188c0f24c4adb1 -SIZE (libtlen-20040212.tar.gz) = 183309 +MD5 (libtlen-20040912.tar.gz) = 2ef4a3aeb42c652fca5cf6cdd5b67594 +SIZE (libtlen-20040912.tar.gz) = 183393 --- libtlen.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Oct 19 14:10:23 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3EDB916A4CF for ; Tue, 19 Oct 2004 14:10:23 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2120C43D68 for ; Tue, 19 Oct 2004 14:10:23 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i9JEANj5064509 for ; Tue, 19 Oct 2004 14:10:23 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i9JEAM0O064508; Tue, 19 Oct 2004 14:10:23 GMT (envelope-from gnats) Resent-Date: Tue, 19 Oct 2004 14:10:23 GMT Resent-Message-Id: <200410191410.i9JEAM0O064508@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Stefan Walter Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6FCD916A54A for ; Tue, 19 Oct 2004 14:01:10 +0000 (GMT) Received: from moutng.kundenserver.de (moutng.kundenserver.de [212.227.126.176]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5091E43D55 for ; Tue, 19 Oct 2004 14:01:07 +0000 (GMT) (envelope-from sw@gegenunendlich.de) Received: from [212.227.126.160] (helo=mrelayng.kundenserver.de) by moutng.kundenserver.de with esmtp (Exim 3.35 #1) id 1CJuXy-0006Mh-00 for FreeBSD-gnats-submit@freebsd.org; Tue, 19 Oct 2004 16:01:06 +0200 Received: from [80.142.204.192] (helo=kyuzo.dunkelkammer.void) (TLSv1:EDH-RSA-DES-CBC3-SHA:168) (Exim 3.35 #1) id 1CJuXx-0007Ts-00 for FreeBSD-gnats-submit@freebsd.org; Tue, 19 Oct 2004 16:01:05 +0200 Received: by kyuzo.dunkelkammer.void (Postfix, from userid 0) id A6BD23945; Tue, 19 Oct 2004 16:01:01 +0200 (CEST) Message-Id: <20041019140101.A6BD23945@kyuzo.dunkelkammer.void> Date: Tue, 19 Oct 2004 16:01:01 +0200 (CEST) From: Stefan Walter To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/72876: [MAINTAINER] net/btqueue: update to 0.0.16 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Oct 2004 14:10:23 -0000 >Number: 72876 >Category: ports >Synopsis: [MAINTAINER] net/btqueue: update to 0.0.16 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Tue Oct 19 14:10:22 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Stefan Walter >Release: FreeBSD 5.3-STABLE i386 >Organization: Infinity Approximation Task Force >Environment: System: FreeBSD kyuzo.dunkelkammer.void 5.3-STABLE FreeBSD 5.3-STABLE #0: Sun Oct 17 16:40:55 CEST 2004 >Description: - Update to 0.0.16 Generated with FreeBSD Port Tools 0.63 >How-To-Repeat: >Fix: --- btqueue-0.0.16.patch begins here --- Index: Makefile =================================================================== RCS file: /home/cvs/FreeBSD/ports/net/btqueue/Makefile,v retrieving revision 1.4 diff -u -u -r1.4 Makefile --- Makefile 13 Aug 2004 15:34:06 -0000 1.4 +++ Makefile 19 Oct 2004 13:26:28 -0000 @@ -6,7 +6,7 @@ # PORTNAME= btqueue -PORTVERSION= 0.0.15 +PORTVERSION= 0.0.16 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} Index: distinfo =================================================================== RCS file: /home/cvs/FreeBSD/ports/net/btqueue/distinfo,v retrieving revision 1.4 diff -u -u -r1.4 distinfo --- distinfo 13 Aug 2004 15:34:06 -0000 1.4 +++ distinfo 19 Oct 2004 13:32:06 -0000 @@ -1,2 +1,2 @@ -MD5 (BTQueue-0.0.15.tar.gz) = 0121607f354f936c6ae5ce1c611d552a -SIZE (BTQueue-0.0.15.tar.gz) = 1054574 +MD5 (BTQueue-0.0.16.tar.gz) = 971915fd48ad81de11c6e6f472553747 +SIZE (BTQueue-0.0.16.tar.gz) = 1201471 Index: pkg-plist =================================================================== RCS file: /home/cvs/FreeBSD/ports/net/btqueue/pkg-plist,v retrieving revision 1.4 diff -u -u -r1.4 pkg-plist --- pkg-plist 13 Aug 2004 15:34:06 -0000 1.4 +++ pkg-plist 19 Oct 2004 13:45:43 -0000 @@ -35,6 +35,12 @@ %%PYTHON_SITELIBDIR%%/BitQueue/__init__.py %%PYTHON_SITELIBDIR%%/BitQueue/__init__.pyc %%PYTHON_SITELIBDIR%%/BitQueue/__init__.pyo +%%PYTHON_SITELIBDIR%%/BitQueue/alias.py +%%PYTHON_SITELIBDIR%%/BitQueue/alias.pyc +%%PYTHON_SITELIBDIR%%/BitQueue/alias.pyo +%%PYTHON_SITELIBDIR%%/BitQueue/html2text.py +%%PYTHON_SITELIBDIR%%/BitQueue/html2text.pyc +%%PYTHON_SITELIBDIR%%/BitQueue/html2text.pyo %%PYTHON_SITELIBDIR%%/BitQueue/i18n.py %%PYTHON_SITELIBDIR%%/BitQueue/i18n.pyc %%PYTHON_SITELIBDIR%%/BitQueue/i18n.pyo @@ -50,6 +56,9 @@ %%PYTHON_SITELIBDIR%%/BitQueue/manager.py %%PYTHON_SITELIBDIR%%/BitQueue/manager.pyc %%PYTHON_SITELIBDIR%%/BitQueue/manager.pyo +%%PYTHON_SITELIBDIR%%/BitQueue/optparse.py +%%PYTHON_SITELIBDIR%%/BitQueue/optparse.pyc +%%PYTHON_SITELIBDIR%%/BitQueue/optparse.pyo %%PYTHON_SITELIBDIR%%/BitQueue/policy.py %%PYTHON_SITELIBDIR%%/BitQueue/policy.pyc %%PYTHON_SITELIBDIR%%/BitQueue/policy.pyo @@ -68,12 +77,18 @@ %%PYTHON_SITELIBDIR%%/BitQueue/table.py %%PYTHON_SITELIBDIR%%/BitQueue/table.pyc %%PYTHON_SITELIBDIR%%/BitQueue/table.pyo +%%PYTHON_SITELIBDIR%%/BitQueue/textwrap.py +%%PYTHON_SITELIBDIR%%/BitQueue/textwrap.pyc +%%PYTHON_SITELIBDIR%%/BitQueue/textwrap.pyo %%PYTHON_SITELIBDIR%%/BitQueue/timeoutsocket.py %%PYTHON_SITELIBDIR%%/BitQueue/timeoutsocket.pyc %%PYTHON_SITELIBDIR%%/BitQueue/timeoutsocket.pyo %%PYTHON_SITELIBDIR%%/BitQueue/webservice.py %%PYTHON_SITELIBDIR%%/BitQueue/webservice.pyc %%PYTHON_SITELIBDIR%%/BitQueue/webservice.pyo +%%PYTHON_SITELIBDIR%%/BitQueue/xmlrpc.py +%%PYTHON_SITELIBDIR%%/BitQueue/xmlrpc.pyc +%%PYTHON_SITELIBDIR%%/BitQueue/xmlrpc.pyo %%PYTHON_SITELIBDIR%%/BitTornado/BT1/Choker.py %%PYTHON_SITELIBDIR%%/BitTornado/BT1/Choker.pyc %%PYTHON_SITELIBDIR%%/BitTornado/BT1/Choker.pyo @@ -221,6 +236,7 @@ %%PYTHON_SITELIBDIR%%/BitTornado/zurllib.py %%PYTHON_SITELIBDIR%%/BitTornado/zurllib.pyc %%PYTHON_SITELIBDIR%%/BitTornado/zurllib.pyo +share/BTQueue/alias.conf share/BTQueue/ip2cc.db share/doc/BTQueue/examples/interest.xml share/doc/BTQueue/examples/tracker.xml --- btqueue-0.0.16.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Oct 19 14:10:23 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A626116A4CF for ; Tue, 19 Oct 2004 14:10:23 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 87C5043D68 for ; Tue, 19 Oct 2004 14:10:23 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i9JEANhh064522 for ; Tue, 19 Oct 2004 14:10:23 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i9JEANkK064521; Tue, 19 Oct 2004 14:10:23 GMT (envelope-from gnats) Resent-Date: Tue, 19 Oct 2004 14:10:23 GMT Resent-Message-Id: <200410191410.i9JEANkK064521@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Michael Johnson Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6B3F416A4CE; Tue, 19 Oct 2004 14:08:12 +0000 (GMT) Received: from imf21aec.mail.bellsouth.net (imf21aec.mail.bellsouth.net [205.152.59.69]) by mx1.FreeBSD.org (Postfix) with ESMTP id B867343D53; Tue, 19 Oct 2004 14:08:11 +0000 (GMT) (envelope-from ahze@blueheron.ahze.net) Received: from blueheron.ahze.net ([68.209.163.3]) by imf21aec.mail.bellsouth.netESMTP <20041019140744.EDKR22824.imf21aec.mail.bellsouth.net@blueheron.ahze.net>; Tue, 19 Oct 2004 10:07:44 -0400 Received: (from root@localhost) by blueheron.ahze.net (8.13.1/8.13.1/Submit) id i9JE7iWb086515; Tue, 19 Oct 2004 10:07:44 -0400 (EDT) (envelope-from ahze) Message-Id: <200410191407.i9JE7iWb086515@blueheron.ahze.net> Date: Tue, 19 Oct 2004 10:07:44 -0400 (EDT) From: Michael Johnson To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 cc: danfe@FreeBSD.org Subject: ports/72877: [PATCH] x11/nvidia-driver: Add link to libXvMCNVIDIA_dynamic.so.1 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Oct 2004 14:10:23 -0000 >Number: 72877 >Category: ports >Synopsis: [PATCH] x11/nvidia-driver: Add link to libXvMCNVIDIA_dynamic.so.1 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue Oct 19 14:10:23 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Michael Johnson >Release: FreeBSD 5.3-STABLE i386 >Organization: >Environment: System: FreeBSD blueheron.ahze.net 5.3-STABLE FreeBSD 5.3-STABLE #68: Sat Oct 16 21:30:18 EDT 2004 >Description: - Link libXvMCNVIDIA.so.1 to libXvMCNVIDIA_dynamic.so.1 LibXvMCNVIDIA.so.1 tells ld to link to libXvMCNVIDIA_dynamic.so.1 which currentlly does not exist. this is critical for libxine (and others?) ahze@blueheron /usr/ports/multimedia/libxine > ldd /usr/X11R6/lib/xine/plugins/1.0.0/xineplug_vo_out_xvmc.so /usr/X11R6/lib/xine/plugins/1.0.0/xineplug_vo_out_xvmc.so: libXv.so.1 => /usr/X11R6/lib/libXv.so.1 (0x28173000) libXvMC.so.1 => /usr/X11R6/lib/libXvMC.so.1 (0x28178000) libXvMCNVIDIA_dynamic.so.1 => /usr/X11R6/lib/libXvMCNVIDIA_dynamic.so.1 (0x2817b000) Port maintainer (danfe@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.63 >How-To-Repeat: run strings on /usr/X11R6/lib/libXvMCNVIDIA.so.1 or install nvidia-driver then install libxine libxine doesn't work with xvmc via nvidia. >Fix: --- nvidia-driver-1.0.6113_1.patch begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/x11/nvidia-driver/Makefile,v retrieving revision 1.19 diff -u -r1.19 Makefile --- Makefile 27 Aug 2004 09:24:05 -0000 1.19 +++ Makefile 19 Oct 2004 13:57:13 -0000 @@ -88,6 +88,7 @@ .endif post-install: + ${LN} -sf ${PREFIX}/lib/libXvMCNVIDIA.so.1 ${PREFIX}/lib/libXvMCNVIDIA_dynamic.so.1 .if ${OSVERSION} < 500000 .for dev in 0 1 2 3 @${RM} -f /dev/nvidia${dev} Index: pkg-plist =================================================================== RCS file: /home/ncvs/ports/x11/nvidia-driver/pkg-plist,v retrieving revision 1.5 diff -u -r1.5 pkg-plist --- pkg-plist 17 Aug 2004 11:54:09 -0000 1.5 +++ pkg-plist 19 Oct 2004 13:57:28 -0000 @@ -16,8 +16,8 @@ @exec ln -sf %D/lib/libGLcore.so.1 %D/lib/libGLcore.so @unexec rm -f %D/lib/libGLcore.so lib/libXvMCNVIDIA.so.1 -@exec ln -sf %D/lib/libXvMCNVIDIA.so.1 %D/lib/libXvMCNVIDIA.so -@unexec rm -f %D/lib/libXvMCNVIDIA.so +lib/libXvMCNVIDIA.so +lib/libXvMCNVIDIA_dynamic.so.1 lib/libnvidia-tls.so.1 @exec ln -sf %D/lib/libnvidia-tls.so.1 %D/lib/libnvidia-tls.so @unexec rm -f %D/lib/libnvidia-tls.so --- nvidia-driver-1.0.6113_1.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Oct 19 14:10:24 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 136C516A4CF for ; Tue, 19 Oct 2004 14:10:24 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D8DD443D68 for ; Tue, 19 Oct 2004 14:10:23 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i9JEANAc064535 for ; Tue, 19 Oct 2004 14:10:23 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i9JEANhH064534; Tue, 19 Oct 2004 14:10:23 GMT (envelope-from gnats) Resent-Date: Tue, 19 Oct 2004 14:10:23 GMT Resent-Message-Id: <200410191410.i9JEANhH064534@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, User & Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3EA6516A4CF for ; Tue, 19 Oct 2004 14:10:16 +0000 (GMT) Received: from arginine.spc.org (arginine.spc.org [195.206.69.236]) by mx1.FreeBSD.org (Postfix) with ESMTP id 93D3B43D48 for ; Tue, 19 Oct 2004 14:10:15 +0000 (GMT) (envelope-from bms@spc.org) Received: from localhost (localhost [127.0.0.1]) by arginine.spc.org (Postfix) with ESMTP id E247B65410 for ; Tue, 19 Oct 2004 15:10:13 +0100 (BST) Received: from arginine.spc.org ([127.0.0.1]) by localhost (arginine.spc.org [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 30965-02-2 for ; Tue, 19 Oct 2004 15:10:13 +0100 (BST) Received: from empiric.dek.spc.org (dhcp120.icir.org [192.150.187.120]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by arginine.spc.org (Postfix) with ESMTP id 1D9BD653F9 for ; Tue, 19 Oct 2004 15:10:13 +0100 (BST) Received: by empiric.dek.spc.org (Postfix, from userid 1001) id 7104D61F5; Tue, 19 Oct 2004 07:10:06 -0700 (PDT) Message-Id: <20041019141006.7104D61F5@empiric.dek.spc.org> Date: Tue, 19 Oct 2004 07:10:06 -0700 (PDT) From: User & To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/72878: mutt-devel tries to use db41 headers with db42 libraries X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: User & List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Oct 2004 14:10:24 -0000 >Number: 72878 >Category: ports >Synopsis: mutt-devel tries to use db41 headers with db42 libraries >Confidential: no >Severity: serious >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Oct 19 14:10:23 GMT 2004 >Closed-Date: >Last-Modified: >Originator: User & >Release: FreeBSD 5.3-BETA7 i386 >Organization: >Environment: System: FreeBSD dhcp120.icir.org 5.3-BETA7 FreeBSD 5.3-BETA7 #3: Tue Oct 5 20:46:12 PDT 2004 bms@empiric.icir.org:/usr/src/sys/i386/compile/EMPIRIC i386 >Description: The patch to configure.in which we ship with mutt-devel incorrectly detects db41 and tries to use it, despite a hard dependency in the port's Makefile on db42. >How-To-Repeat: Try to build mail/mutt-devel with these options: WITH_MUTT_MAILDIR_HEADER_CACHE=yes and any package which uses databases/db41 installed. >Fix: No workaround at this time, port breaks if this option is defined. >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Oct 19 14:20:21 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1601916A4CE for ; Tue, 19 Oct 2004 14:20:21 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id E878F43D1F for ; Tue, 19 Oct 2004 14:20:20 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i9JEKKAs065078 for ; Tue, 19 Oct 2004 14:20:20 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i9JEKKma065077; Tue, 19 Oct 2004 14:20:20 GMT (envelope-from gnats) Resent-Date: Tue, 19 Oct 2004 14:20:20 GMT Resent-Message-Id: <200410191420.i9JEKKma065077@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, User & Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C897116A4CE for ; Tue, 19 Oct 2004 14:13:49 +0000 (GMT) Received: from arginine.spc.org (arginine.spc.org [195.206.69.236]) by mx1.FreeBSD.org (Postfix) with ESMTP id 779EF43D54 for ; Tue, 19 Oct 2004 14:13:49 +0000 (GMT) (envelope-from bms@spc.org) Received: from localhost (localhost [127.0.0.1]) by arginine.spc.org (Postfix) with ESMTP id B632165216 for ; Tue, 19 Oct 2004 15:13:48 +0100 (BST) Received: from arginine.spc.org ([127.0.0.1]) by localhost (arginine.spc.org [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 30965-02-6 for ; Tue, 19 Oct 2004 15:13:48 +0100 (BST) Received: from empiric.dek.spc.org (dhcp120.icir.org [192.150.187.120]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by arginine.spc.org (Postfix) with ESMTP id 24BFA6520C for ; Tue, 19 Oct 2004 15:13:48 +0100 (BST) Received: by empiric.dek.spc.org (Postfix, from userid 1001) id F35CD61F5; Tue, 19 Oct 2004 07:13:41 -0700 (PDT) Message-Id: <20041019141341.F35CD61F5@empiric.dek.spc.org> Date: Tue, 19 Oct 2004 07:13:41 -0700 (PDT) From: User & To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/72879: lang/ezm3 does not install on 5.3-BETA7, i386 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: User & List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Oct 2004 14:20:21 -0000 >Number: 72879 >Category: ports >Synopsis: lang/ezm3 does not install on 5.3-BETA7, i386 >Confidential: no >Severity: serious >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Oct 19 14:20:20 GMT 2004 >Closed-Date: >Last-Modified: >Originator: User & >Release: FreeBSD 5.3-BETA7 i386 >Organization: >Environment: System: FreeBSD dhcp120.icir.org 5.3-BETA7 FreeBSD 5.3-BETA7 #3: Tue Oct 5 20:46:12 PDT 2004 bms@empiric.icir.org:/usr/src/sys/i386/compile/EMPIRIC i386 >Description: ezm3 does not install on FreeBSD/i386 5.3-BETA7. This prevents me from rebuilding cvsup. ---> Upgrading 'ezm3-1.1_1' to 'ezm3-1.2' (lang/ezm3) ---> Building '/usr/ports/lang/ezm3' ===> Cleaning for libiconv-1.9.2_1 ===> Cleaning for gettext-0.13.1_1 ===> Cleaning for gmake-3.80_2 ===> Cleaning for libtool-1.3.5_2 ===> Cleaning for libtool-1.5.10 ===> Cleaning for expat-1.95.8 ===> Cleaning for ezm3-1.2 ===> Vulnerability check disabled ===> Extracting for ezm3-1.2 >How-To-Repeat: Try to build ezm3 on an i386 system with FreeBSD 5.3-BETA7. >Fix: >Release-Note: >Audit-Trail: >Unformatted: >> Checksum OK for ezm3/ezm3-1.2-FreeBSD4-boot.tar.bz2. >> Checksum OK for ezm3/ezm3-1.2-src.tar.bz2. ===> Patching for ezm3-1.2 ===> Applying FreeBSD patches for ezm3-1.2 ===> ezm3-1.2 depends on executable: gmake - found ===> Configuring for ezm3-1.2 ===> Building for ezm3-1.2 This port does everything in the install step. The build step is a no-op. ---> Backing up the old version ---> Uninstalling the old version ---> Deinstalling 'ezm3-1.1_1' [Updating the pkgdb in /var/db/pkg ... - 426 packages found (-1 +0) (...) done] ---> Installing the new version via the port ===> Installing for ezm3-1.2 ===> Generating temporary packing list boot-FreeBSD4/m3build/FreeBSD4/m3build -T ../m3config/src -DBOOTSTRAP=TRUE -DBUILD_ALL -DSHIP_ALL gmake: boot-FreeBSD4/m3build/FreeBSD4/m3build: Command not found gmake: *** [packages] Error 127 *** Error code 2 Stop in /usr/ports/lang/ezm3. *** Error code 1 Stop in /usr/ports/lang/ezm3. ** Command failed [exit code 1]: /usr/bin/script -qa /tmp/portinstall96122.0 make DEPENDS_TARGET=package -DFORCE_PKG_REGISTER reinstall egrep: /var/db/pkg/ezm3-1.1_1/+CONTENTS: No such file or directory ---> Restoring the old version ** Fix the installation problem and try again. [Updating the pkgdb in /var/db/pkg ... - 427 packages found (-0 +1) . done] ** Listing the failed packages (*:skipped / !:failed) ! lang/ezm3 (ezm3-1.1_1) (install error) ---> Packages processed: 0 done, 0 ignored, 0 skipped and 1 failed Exit 1 However: dhcp120:/usr/ports/lang/ezm3/work/ezm3-1.2 % find . -name m3build ./boot-FreeBSD4/m3build ./language/modula3/m3compiler/m3build I'm sure I've had to patch this port before in the past... but can't remember specifics right now. From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Oct 19 14:36:02 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E76D216A4CF; Tue, 19 Oct 2004 14:36:02 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id C6A1543D1F; Tue, 19 Oct 2004 14:36:02 +0000 (GMT) (envelope-from vs@FreeBSD.org) Received: from freefall.freebsd.org (vs@localhost [127.0.0.1]) i9JEa2Nu066888; Tue, 19 Oct 2004 14:36:02 GMT (envelope-from vs@freefall.freebsd.org) Received: (from vs@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i9JEa29U066884; Tue, 19 Oct 2004 14:36:02 GMT (envelope-from vs) Date: Tue, 19 Oct 2004 14:36:02 GMT From: Volker Stolz Message-Id: <200410191436.i9JEa29U066884@freefall.freebsd.org> To: bms@spc.org, vs@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/72878: mutt-devel tries to use db41 headers with db42 libraries X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Oct 2004 14:36:03 -0000 Synopsis: mutt-devel tries to use db41 headers with db42 libraries State-Changed-From-To: open->feedback State-Changed-By: vs State-Changed-When: Tue Oct 19 14:34:00 GMT 2004 State-Changed-Why: Forwarded PR to maintainer. http://www.freebsd.org/cgi/query-pr.cgi?pr=72878 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Oct 19 14:38:32 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D08CA16A4CE; Tue, 19 Oct 2004 14:38:32 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id B0CBC43D3F; Tue, 19 Oct 2004 14:38:32 +0000 (GMT) (envelope-from vs@FreeBSD.org) Received: from freefall.freebsd.org (vs@localhost [127.0.0.1]) i9JEcW7A066957; Tue, 19 Oct 2004 14:38:32 GMT (envelope-from vs@freefall.freebsd.org) Received: (from vs@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i9JEcWlv066953; Tue, 19 Oct 2004 14:38:32 GMT (envelope-from vs) Date: Tue, 19 Oct 2004 14:38:32 GMT From: Volker Stolz Message-Id: <200410191438.i9JEcWlv066953@freefall.freebsd.org> To: vs@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, ache@FreeBSD.org Subject: Re: ports/72856: graphics/png install fails which installing user sets LD_LIBRARY_PATH. X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Oct 2004 14:38:33 -0000 Synopsis: graphics/png install fails which installing user sets LD_LIBRARY_PATH. Responsible-Changed-From-To: freebsd-ports-bugs->ache Responsible-Changed-By: vs Responsible-Changed-When: Tue Oct 19 14:38:18 GMT 2004 Responsible-Changed-Why: Over to maintainer http://www.freebsd.org/cgi/query-pr.cgi?pr=72856 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Oct 19 14:40:29 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 811A516A4CE for ; Tue, 19 Oct 2004 14:40:29 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5E53743D45 for ; Tue, 19 Oct 2004 14:40:29 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i9JEeTa6067038 for ; Tue, 19 Oct 2004 14:40:29 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i9JEeTVT067037; Tue, 19 Oct 2004 14:40:29 GMT (envelope-from gnats) Date: Tue, 19 Oct 2004 14:40:29 GMT Message-Id: <200410191440.i9JEeTVT067037@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: "Volker Stolz" Subject: Re: ports/72878: mutt-devel tries to use db41 headers with db42 libraries X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Volker Stolz List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Oct 2004 14:40:29 -0000 The following reply was made to PR ports/72878; it has been noted by GNATS. From: "Volker Stolz" To: freebsd-gnats-submit@freebsd.org, bms@spc.org, udo.schweigert@siemens.com Cc: Subject: Re: ports/72878: mutt-devel tries to use db41 headers with db42 libraries Date: Tue, 19 Oct 2004 16:35:36 +0200 Dear maintainer, please take a look at the mentioned PR. Cheers, Volker From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Oct 19 15:00:41 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E672316A4E2 for ; Tue, 19 Oct 2004 15:00:41 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id C856943D2F for ; Tue, 19 Oct 2004 15:00:41 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i9JF0fks067982 for ; Tue, 19 Oct 2004 15:00:41 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i9JF0fs9067976; Tue, 19 Oct 2004 15:00:41 GMT (envelope-from gnats) Resent-Date: Tue, 19 Oct 2004 15:00:41 GMT Resent-Message-Id: <200410191500.i9JF0fs9067976@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Hokan Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3044616A4CF for ; Tue, 19 Oct 2004 14:56:17 +0000 (GMT) Received: from mail.enet.umn.edu (mail.enet.umn.edu [128.101.142.226]) by mx1.FreeBSD.org (Postfix) with ESMTP id DA61E43D5A for ; Tue, 19 Oct 2004 14:56:16 +0000 (GMT) (envelope-from root@mail.enet.umn.edu) Received: from mail.enet.umn.edu (mail.enet.umn.edu [127.0.0.1]) i9JEuDCB060680verify=NO) for ; Tue, 19 Oct 2004 09:56:16 -0500 (CDT) (envelope-from root@mail.enet.umn.edu) Received: (from root@localhost) by mail.enet.umn.edu (8.12.9p2/8.12.9/Submit) id i9JEuDve060679; Tue, 19 Oct 2004 09:56:13 -0500 (CDT) (envelope-from root) Message-Id: <200410191456.i9JEuDve060679@mail.enet.umn.edu> Date: Tue, 19 Oct 2004 09:56:13 -0500 (CDT) From: Hokan To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/72880: New port: sysutils/modules Dynamic modification of a user's environment X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Oct 2004 15:00:42 -0000 >Number: 72880 >Category: ports >Synopsis: New port: sysutils/modules Dynamic modification of a user's environment >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue Oct 19 15:00:41 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Hokan >Release: >Organization: University of Minnesota, Department of Mechanical Engineering >Environment: >Description: >How-To-Repeat: >Fix: --- xx.txt begins here --- # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # /usr/ports/sysutils/modules # /usr/ports/sysutils/modules/Makefile # /usr/ports/sysutils/modules/distinfo # /usr/ports/sysutils/modules/pkg-descr # /usr/ports/sysutils/modules/pkg-plist # echo c - /usr/ports/sysutils/modules mkdir -p /usr/ports/sysutils/modules > /dev/null 2>&1 echo x - /usr/ports/sysutils/modules/Makefile sed 's/^X//' >/usr/ports/sysutils/modules/Makefile << 'END-of-/usr/ports/sysutils/modules/Makefile' X# New ports collection makefile for: modules X# Date created: 15 October 2004 X# Whom: Hokan X# X# $FreeBSD$ X# X XPORTNAME= modules XPORTVERSION= 3.1.6 XCATEGORIES= sysutils tcl84 XMASTER_SITES= ${MASTER_SITE_SOURCEFORGE} XMASTER_SITE_SUBDIR= ${PORTNAME} X XMAINTAINER= hokan@me.umn.edu XCOMMENT= Dynamic modification of a user's environment X XLIB_DEPENDS= tcl${TCL_VER}:${PORTSDIR}/lang/tcl${TCL_VER} X XUSE_XLIB= yes X XPLIST_SUB= MODULES_VERSION=${PORTVERSION} X XBINDIR= ${PREFIX}/Modules X XTCL_DVER?= 8.4 XTCL_VER= ${TCL_DVER:S/.//} XHAS_CONFIGURE= yes X X#CONFIGURE_ARGS= --prefix=${PREFIX}/Modules/${PORTVERSION} \ XCONFIGURE_ARGS= --prefix=${PREFIX}/Modules/ \ X --mandir=${PREFIX}/man \ X --with-module-path=/stage/share/modules/common \ X --with-version-path=${PREFIX}/Modules/versions \ X --with-etc-path=${LOCALBASE}/etc \ X --x-includes=${X11BASE}/include \ X --with-tcl-version=${TCL_VER} \ X --with-tcl-include=${LOCALBASE}/include/tcl${TCL_DVER} \ X --with-tcl-libraries=${LOCALBASE}/lib/ X XMAN1= module.1 X# modulefile.4 should probably be .5, but how to do? XMAN4= modulefile.4 X X.include END-of-/usr/ports/sysutils/modules/Makefile echo x - /usr/ports/sysutils/modules/distinfo sed 's/^X//' >/usr/ports/sysutils/modules/distinfo << 'END-of-/usr/ports/sysutils/modules/distinfo' XMD5 (modules-3.1.6.tar.gz) = d86bce839c418e76c13d12c4bcdd0af3 XSIZE (modules-3.1.6.tar.gz) = 420885 END-of-/usr/ports/sysutils/modules/distinfo echo x - /usr/ports/sysutils/modules/pkg-descr sed 's/^X//' >/usr/ports/sysutils/modules/pkg-descr << 'END-of-/usr/ports/sysutils/modules/pkg-descr' XThe Environment Modules package provides for the dynamic modification Xof a user's environment via modulefiles. X XWWW: http://modules.sourceforge.net/ X X- Hokan Xhokan@me.umn.edu END-of-/usr/ports/sysutils/modules/pkg-descr echo x - /usr/ports/sysutils/modules/pkg-plist sed 's/^X//' >/usr/ports/sysutils/modules/pkg-plist << 'END-of-/usr/ports/sysutils/modules/pkg-plist' XModules/bin/add.modules XModules/bin/mkroot XModules/bin/modulecmd XModules/init/.modulespath XModules/init/bash XModules/init/csh XModules/init/ksh XModules/init/perl XModules/init/python XModules/init/sh XModules/init/tcsh XModules/init/zsh XModules/modulefiles/dot XModules/modulefiles/module-cvs XModules/modulefiles/module-info XModules/modulefiles/modules XModules/modulefiles/null XModules/modulefiles/use.own XModules/versions/%%MODULES_VERSION%% X@dirrm Modules/versions X@dirrm Modules/modulefiles X@dirrm Modules/init X@dirrm Modules/bin X@dirrm Modules END-of-/usr/ports/sysutils/modules/pkg-plist exit --- xx.txt ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Oct 19 15:20:39 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B8AA416A518 for ; Tue, 19 Oct 2004 15:20:38 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 15D7243D54 for ; Tue, 19 Oct 2004 15:20:18 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i9JFKHGn072798 for ; Tue, 19 Oct 2004 15:20:17 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i9JFKHOv072797; Tue, 19 Oct 2004 15:20:17 GMT (envelope-from gnats) Resent-Date: Tue, 19 Oct 2004 15:20:17 GMT Resent-Message-Id: <200410191520.i9JFKHOv072797@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Udo Schweigert Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7BC7D16A4CE for ; Tue, 19 Oct 2004 15:15:25 +0000 (GMT) Received: from thoth.sbs.de (thoth.sbs.de [192.35.17.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9F07843D46 for ; Tue, 19 Oct 2004 15:15:24 +0000 (GMT) (envelope-from udo.schweigert@siemens.com) Received: from mail1.siemens.de (mail1.siemens.de [139.23.33.14]) by thoth.sbs.de (8.12.6/8.12.6) with ESMTP id i9JFFNfO010297 for ; Tue, 19 Oct 2004 17:15:23 +0200 Received: from mars.cert.siemens.com (mars.cert.siemens.com [139.25.19.9]) by mail1.siemens.de (8.12.6/8.12.6) with ESMTP id i9JFFNma016208 for ; Tue, 19 Oct 2004 17:15:23 +0200 Received: from alaska.cert.siemens.com (alaska.cert.siemens.com [139.25.19.64]) mail/cert.mc.pre,v 1.64 2004/09/16 15:24:12 mailadm Exp $) with ESMTP id i9JFFNRm015766 for ; Tue, 19 Oct 2004 17:15:23 +0200 (CEST) Received: from alaska.cert.siemens.com (alaska.cert.siemens.de [127.0.0.1]) hosts/alaska/mail/config.mc,v 1.19 2004/08/29 16:18:57 ust Exp $) with ESMTP id i9JFFN0b045489 for ; Tue, 19 Oct 2004 17:15:23 +0200 (CEST) (envelope-from ust@alaska.cert.siemens.com) Received: (from ust@localhost) hosts/alaska/mail/submit.mc,v 1.6 2004/08/29 16:18:57 ust Exp $) id i9JFFMDW002084; Tue, 19 Oct 2004 17:15:22 +0200 (CEST) (envelope-from ust) Message-Id: <200410191515.i9JFFMDW002084@alaska.cert.siemens.com> Date: Tue, 19 Oct 2004 17:15:22 +0200 (CEST) From: Udo Schweigert To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/72882: maintainer-update of mail/mutt-devel X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Udo Schweigert List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Oct 2004 15:20:39 -0000 >Number: 72882 >Category: ports >Synopsis: maintainer-update of mail/mutt-devel >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Tue Oct 19 15:20:17 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Udo Schweigert >Release: FreeBSD 4.10-STABLE i386 >Organization: >Environment: >Description: Maintainer update of mail/mutt-devel: - Update the maildir-header-cache and fix breakage if db41 or db4 are installed. This patch fixes also 72878 >How-To-Repeat: >Fix: diff -ru /usr/ports/mail/mutt-devel/files/extra-patch-maildir-header-cache ./files/extra-patch-maildir-header-cache --- /usr/ports/mail/mutt-devel/files/extra-patch-maildir-header-cache Tue Oct 12 18:42:03 2004 +++ ./files/extra-patch-maildir-header-cache Tue Oct 19 17:09:59 2004 @@ -2,14 +2,27 @@ --- a/PATCHES +++ b/PATCHES @@ -0,0 +1 @@ -+patch-1.5.6.tg.hcache.9 ++patch-1.5.6.tg.hcache.10 diff -Nru a/configure.in b/configure.in --- a/configure.in 2004-08-18 09:43:09 +02:00 -+++ b/configure.in 2004-09-02 13:09:08 +02:00 -@@ -768,6 +768,90 @@ ++++ b/configure.in 2004-10-14 07:21:52 +02:00 +@@ -692,11 +692,6 @@ + AC_CHECK_FUNCS(idna_to_ascii_lz idna_to_ascii_from_locale) + fi - fi]) +-if test "$need_md5" = "yes" +-then +- MUTT_LIB_OBJECTS="$MUTT_LIB_OBJECTS md5c.o" +-fi +- + dnl -- end socket -- + + AC_ARG_ENABLE(debug, [ --enable-debug Enable debugging support], +@@ -767,6 +762,96 @@ + NOTE: this requires significant more memory when defined.]) + fi]) ++ +dnl -- start cache -- +AC_ARG_ENABLE(hcache, [ --enable-hcache Enable header caching], +[if test x$enableval = xyes; then @@ -19,6 +32,7 @@ + OLDCPPFLAGS="$CPPFLAGS" + OLDLIBS="$LIBS" + ++ need_md5="yes" + ac_prefer_gdbm=yes + AC_ARG_WITH(gdbm, [ --without-gdbm Get rid of gdbm even if it is available ], + ac_prefer_gdbm=$withval) @@ -42,7 +56,7 @@ + bdbpfx="$bdbpfx $d/$v" + done + done -+ BDB_VERSIONS="db-4 db4 db-4.3 db4.3 db43 db-4.2 db4.2 db42 db-4.1 db4.1 db41 db ''" ++ BDB_VERSIONS="db-4.2 db4.2 db42 ''" + AC_MSG_CHECKING([for BerkeleyDB > 4.0]) + for d in $bdbpfx; do + BDB_INCLUDE_DIR="" @@ -94,9 +108,13 @@ +fi]) +dnl -- end cache -- + ++if test "$need_md5" = "yes" ++then ++ MUTT_LIB_OBJECTS="$MUTT_LIB_OBJECTS md5c.o" ++fi + AC_SUBST(MUTTLIBS) AC_SUBST(MUTT_LIB_OBJECTS) - AC_SUBST(LIBIMAP) diff -Nru a/globals.h b/globals.h --- a/globals.h 2004-08-18 09:43:11 +02:00 +++ b/globals.h 2004-08-26 22:32:53 +02:00 >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Oct 19 15:22:17 2004 Return-Path: Delivered-To: freebsd-ports-bugs@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 517B716A4CE; Tue, 19 Oct 2004 15:22:17 +0000 (GMT) Received: from goliath.siemens.de (goliath.siemens.de [192.35.17.28]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7F19643D39; Tue, 19 Oct 2004 15:22:16 +0000 (GMT) (envelope-from udo.schweigert@siemens.com) Received: from mail3.siemens.de (mail3.siemens.de [139.25.208.14]) by goliath.siemens.de (8.12.6/8.12.6) with ESMTP id i9JFMFP6024017; Tue, 19 Oct 2004 17:22:15 +0200 Received: from mars.cert.siemens.com (mars.cert.siemens.com [139.25.19.9]) by mail3.siemens.de (8.12.6/8.12.6) with ESMTP id i9JFMFBO029688; Tue, 19 Oct 2004 17:22:15 +0200 Received: from alaska.cert.siemens.com (alaska.cert.siemens.com [139.25.19.64]) mail/cert.mc.pre,v 1.64 2004/09/16 15:24:12 mailadm Exp $) with ESMTP id i9JFMFld004782; Tue, 19 Oct 2004 17:22:15 +0200 (CEST) Received: from alaska.cert.siemens.com (alaska.cert.siemens.de [127.0.0.1]) hosts/alaska/mail/config.mc,v 1.19 2004/08/29 16:18:57 ust Exp $) with ESMTP id i9JFMFYr085237; Tue, 19 Oct 2004 17:22:15 +0200 (CEST) (envelope-from ust@alaska.cert.siemens.com) Received: (from ust@localhost) hosts/alaska/mail/submit.mc,v 1.6 2004/08/29 16:18:57 ust Exp $) id i9JFMFA0081491; Tue, 19 Oct 2004 17:22:15 +0200 (CEST) (envelope-from ust) Date: Tue, 19 Oct 2004 17:22:15 +0200 From: Udo Schweigert To: Volker Stolz Message-ID: <20041019152215.GA36881@alaska.cert.siemens.com> Mail-Followup-To: Volker Stolz , freebsd-ports-bugs@freebsd.org References: <200410191440.i9JEeTVT067037@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200410191440.i9JEeTVT067037@freefall.freebsd.org> X-Operating-System: FreeBSD 4.10-STABLE User-Agent: Mutt/1.5.6i cc: freebsd-ports-bugs@freebsd.org Subject: Re: ports/72878: mutt-devel tries to use db41 headers with db42 libraries X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Oct 2004 15:22:17 -0000 On Tue, Oct 19, 2004 at 14:40:29 +0000, Volker Stolz wrote: > The following reply was made to PR ports/72878; it has been noted by GNATS. > > From: "Volker Stolz" > To: freebsd-gnats-submit@freebsd.org, bms@spc.org, > udo.schweigert@siemens.com > Cc: > Subject: Re: ports/72878: mutt-devel tries to use db41 headers with db42 libraries > Date: Tue, 19 Oct 2004 16:35:36 +0200 > > Dear maintainer, please take a look at the mentioned PR. Is fixed by PR 72882. Best regards -- Udo Schweigert, Siemens AG | Voice : +49 89 636 42170 CT IC CERT, Siemens CERT | Fax : +49 89 636 41166 D-81730 Muenchen / Germany | email : udo.schweigert@siemens.com From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Oct 19 15:28:16 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0359A16A4F1; Tue, 19 Oct 2004 15:28:16 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D5C6343D53; Tue, 19 Oct 2004 15:28:15 +0000 (GMT) (envelope-from clsung@FreeBSD.org) Received: from freefall.freebsd.org (clsung@localhost [127.0.0.1]) i9JFSFk6073454; Tue, 19 Oct 2004 15:28:15 GMT (envelope-from clsung@freefall.freebsd.org) Received: (from clsung@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i9JFSFdL073450; Tue, 19 Oct 2004 15:28:15 GMT (envelope-from clsung) Date: Tue, 19 Oct 2004 15:28:15 GMT From: Cheng-Lung Sung Message-Id: <200410191528.i9JFSFdL073450@freefall.freebsd.org> To: clsung@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, clsung@FreeBSD.org Subject: Re: ports/72857: [NEW PORT] devel/p5-PerlIO-eol: PerlIO layer for normalizing line endings X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Oct 2004 15:28:16 -0000 Synopsis: [NEW PORT] devel/p5-PerlIO-eol: PerlIO layer for normalizing line endings Responsible-Changed-From-To: freebsd-ports-bugs->clsung Responsible-Changed-By: clsung Responsible-Changed-When: Tue Oct 19 15:28:05 GMT 2004 Responsible-Changed-Why: Take. http://www.freebsd.org/cgi/query-pr.cgi?pr=72857 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Oct 19 15:28:49 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DA91316A4CE; Tue, 19 Oct 2004 15:28:49 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id B8C6C43D5A; Tue, 19 Oct 2004 15:28:49 +0000 (GMT) (envelope-from clsung@FreeBSD.org) Received: from freefall.freebsd.org (clsung@localhost [127.0.0.1]) i9JFSnof073504; Tue, 19 Oct 2004 15:28:49 GMT (envelope-from clsung@freefall.freebsd.org) Received: (from clsung@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i9JFSnnK073500; Tue, 19 Oct 2004 15:28:49 GMT (envelope-from clsung) Date: Tue, 19 Oct 2004 15:28:49 GMT From: Cheng-Lung Sung Message-Id: <200410191528.i9JFSnnK073500@freefall.freebsd.org> To: clsung@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, clsung@FreeBSD.org Subject: Re: ports/72872: [MAINTAINER] devel/svk: update to 0.23 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Oct 2004 15:28:50 -0000 Synopsis: [MAINTAINER] devel/svk: update to 0.23 Responsible-Changed-From-To: freebsd-ports-bugs->clsung Responsible-Changed-By: clsung Responsible-Changed-When: Tue Oct 19 15:28:38 GMT 2004 Responsible-Changed-Why: Take http://www.freebsd.org/cgi/query-pr.cgi?pr=72872 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Oct 19 15:30:24 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D438A16A4DB for ; Tue, 19 Oct 2004 15:30:24 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9327D43D39 for ; Tue, 19 Oct 2004 15:30:24 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i9JFUOCP073604 for ; Tue, 19 Oct 2004 15:30:24 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i9JFUOSV073599; Tue, 19 Oct 2004 15:30:24 GMT (envelope-from gnats) Resent-Date: Tue, 19 Oct 2004 15:30:24 GMT Resent-Message-Id: <200410191530.i9JFUOSV073599@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Aaron Dalton Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A7BF816A4CE for ; Tue, 19 Oct 2004 15:25:16 +0000 (GMT) Received: from mpls-qmqp-02.inet.qwest.net (mpls-qmqp-02.inet.qwest.net [63.231.195.113]) by mx1.FreeBSD.org (Postfix) with SMTP id E119743D1D for ; Tue, 19 Oct 2004 15:25:15 +0000 (GMT) (envelope-from aaron@mail.finch.st) Received: (qmail 54604 invoked by uid 0); 19 Oct 2004 14:04:37 -0000 Received: from mpls-pop-10.inet.qwest.net (63.231.195.10) by mpls-qmqp-02.inet.qwest.net with QMQP; 19 Oct 2004 14:04:37 -0000 Received: from finch.st (HELO mail.finch.st) (168.103.194.212) by mpls-pop-10.inet.qwest.net with SMTP; 19 Oct 2004 15:25:15 -0000 Received: from aaron by mail.finch.st with local (Exim 4.43 (FreeBSD)) id 1CJvrL-0003ug-HM for FreeBSD-gnats-submit@freebsd.org; Tue, 19 Oct 2004 09:25:11 -0600 Message-Id: Date: Tue, 19 Oct 2004 09:25:11 -0600 From: "Aaron Dalton" Sender: "User Aaron" To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/72883: Update Port: java/jsdk - Clarified the instructions for downloading the tarfile from Sun X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Aaron Dalton List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Oct 2004 15:30:25 -0000 >Number: 72883 >Category: ports >Synopsis: Update Port: java/jsdk - Clarified the instructions for downloading the tarfile from Sun >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Tue Oct 19 15:30:23 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Aaron Dalton >Release: FreeBSD 5.2.1-RELEASE i386 >Organization: >Environment: System: FreeBSD chariss.finch.st 5.2.1-RELEASE FreeBSD 5.2.1-RELEASE #0: Wed Sep 29 21:39:19 MDT 2004 aaron@chariss.finch.st:/usr/src/sys/i386/compile/CHARISS i386 >Description: Clarified the URL for downloading the appropriate version of the jsdk from Sun >How-To-Repeat: >Fix: --- submission.txt begins here --- diff -ruN /usr/ports/java/jsdk/Makefile ./jsdk/Makefile --- /usr/ports/java/jsdk/Makefile Wed Apr 30 09:45:09 2003 +++ ./jsdk/Makefile Tue Oct 19 09:11:32 2004 @@ -32,7 +32,7 @@ ${ECHO} " You must a fetch the Java Servlet Development Kit 2.0"; \ ${ECHO} " (for Unix) archive from"; \ ${ECHO} ""; \ - ${ECHO} " http://java.sun.com/products/servlet/download.html"; \ + ${ECHO} " http://java.sun.com/products/servlet/archive.html"; \ ${ECHO} ""; \ ${ECHO} " And copy into ${DISTDIR}"; \ ${ECHO} "=========================================================="; \ --- submission.txt ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Oct 19 16:40:21 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D576416A4CE for ; Tue, 19 Oct 2004 16:40:21 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id A935B43D49 for ; Tue, 19 Oct 2004 16:40:21 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i9JGeL4G081559 for ; Tue, 19 Oct 2004 16:40:21 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i9JGeL5D081558; Tue, 19 Oct 2004 16:40:21 GMT (envelope-from gnats) Resent-Date: Tue, 19 Oct 2004 16:40:21 GMT Resent-Message-Id: <200410191640.i9JGeL5D081558@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Sergey Skvortsov Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EE0B216A4CE for ; Tue, 19 Oct 2004 16:37:05 +0000 (GMT) Received: from mail.3wgraphics.net (mail.3wgraphics.net [194.87.91.161]) by mx1.FreeBSD.org (Postfix) with ESMTP id 40E3B43D4C for ; Tue, 19 Oct 2004 16:37:03 +0000 (GMT) (envelope-from godegisel@3wgraphics.net) Received: from godegisel by mail.3wgraphics.net with local (Exim 4.43 (FreeBSD)) id 1CJwyr-0001ya-Dh for FreeBSD-gnats-submit@freebsd.org; Tue, 19 Oct 2004 20:37:01 +0400 Message-Id: Date: Tue, 19 Oct 2004 20:37:01 +0400 From: Sergey Skvortsov Sender: Sergey Skvortsov To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/72885: Update port: sysutils/logrotate X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Sergey Skvortsov List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Oct 2004 16:40:21 -0000 >Number: 72885 >Category: ports >Synopsis: Update port: sysutils/logrotate >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Tue Oct 19 16:40:21 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Sergey Skvortsov >Release: FreeBSD 4.10-STABLE i386 >Organization: >Environment: >Description: Update port: sysutils/logrotate apply new patch logrotate_3.7-2.diff.gz >How-To-Repeat: >Fix: Index: Makefile =================================================================== RCS file: /home/ncvs/ports/sysutils/logrotate/Makefile,v retrieving revision 1.19 diff -u -r1.19 Makefile --- Makefile 16 Jun 2004 19:37:24 -0000 1.19 +++ Makefile 19 Oct 2004 16:32:36 -0000 @@ -7,7 +7,7 @@ PORTNAME= logrotate PORTVERSION= 3.7 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= sysutils MASTER_SITES= ${MASTER_SITE_DEBIAN_POOL} MASTER_SITE_SUBDIR= l/logrotate @@ -15,7 +15,7 @@ PATCH_SITES= ${MASTER_SITES} PATCH_SITE_SUBDIR= ${MASTER_SITE_SUBDIR} -PATCHFILES= ${PORTNAME}_${PORTVERSION}-1.diff.gz +PATCHFILES= ${PORTNAME}_${PORTVERSION}-2.diff.gz MAINTAINER= js@iksz.hu COMMENT= Daemon to rotate, compress, remove and mail system log files Index: distinfo =================================================================== RCS file: /home/ncvs/ports/sysutils/logrotate/distinfo,v retrieving revision 1.5 diff -u -r1.5 distinfo --- distinfo 24 May 2004 09:41:48 -0000 1.5 +++ distinfo 19 Oct 2004 16:31:02 -0000 @@ -1,4 +1,4 @@ MD5 (logrotate_3.7.orig.tar.gz) = bf0de3a495294300f32e71f136119c41 SIZE (logrotate_3.7.orig.tar.gz) = 35737 -MD5 (logrotate_3.7-1.diff.gz) = 3d74ebcb63731d2afa4f97438af5f4bb -SIZE (logrotate_3.7-1.diff.gz) 12739 +MD5 (logrotate_3.7-2.diff.gz) = 2d476de60efd31df01d769355cb7b457 +SIZE (logrotate_3.7-2.diff.gz) = 13203 >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Oct 19 16:50:24 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6AA4016A4CE for ; Tue, 19 Oct 2004 16:50:24 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 24E7443D3F for ; Tue, 19 Oct 2004 16:50:24 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i9JGoOEl081863 for ; Tue, 19 Oct 2004 16:50:24 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i9JGoOes081862; Tue, 19 Oct 2004 16:50:24 GMT (envelope-from gnats) Resent-Date: Tue, 19 Oct 2004 16:50:24 GMT Resent-Message-Id: <200410191650.i9JGoOes081862@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Jason DiCioccio Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9A59416A4CE for ; Tue, 19 Oct 2004 16:49:06 +0000 (GMT) Received: from center.omnins.com (center.omnins.com [69.9.173.214]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2DCBC43D1D for ; Tue, 19 Oct 2004 16:49:06 +0000 (GMT) (envelope-from jd@center.omnins.com) Received: from localhost (localhost [127.0.0.1]) by center.omnins.com (Postfix) with ESMTP id C8FAFCEB60 for ; Tue, 19 Oct 2004 11:37:55 -0400 (EDT) Received: from center.omnins.com ([127.0.0.1]) by localhost (center.omnins.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 67454-06 for ; Tue, 19 Oct 2004 11:37:44 -0400 (EDT) Received: by center.omnins.com (Postfix, from userid 1001) id AB944CEB51; Tue, 19 Oct 2004 11:37:44 -0400 (EDT) Message-Id: <20041019153744.AB944CEB51@center.omnins.com> Date: Tue, 19 Oct 2004 11:37:44 -0400 (EDT) From: Jason DiCioccio To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/72886: Errors upgrading php 5.0.1 to 5.0.2 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Jason DiCioccio List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Oct 2004 16:50:24 -0000 >Number: 72886 >Category: ports >Synopsis: Errors upgrading php 5.0.1 to 5.0.2 >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Oct 19 16:50:23 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Jason DiCioccio >Release: FreeBSD 4.10-RELEASE-p3 i386 >Organization: >Environment: System: FreeBSD center.omnins.com 4.10-RELEASE-p3 FreeBSD 4.10-RELEASE-p3 #1: Sun Sep 26 09:10:51 EDT 2004 root@center.omnins.com:/usr/obj/usr/src/sys/CENTER i386 Copyright (c) 1992-2004 The FreeBSD Project. Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994 The Regents of the University of California. All rights reserved. FreeBSD 4.10-RELEASE-p3 #1: Sun Sep 26 09:10:51 EDT 2004 root@center.omnins.com:/usr/obj/usr/src/sys/CENTER Timecounter "i8254" frequency 1193182 Hz Timecounter "TSC" frequency 1594411108 Hz CPU: AMD Opteron(tm) Processor 242 (1594.41-MHz 686-class CPU) Origin = "AuthenticAMD" Id = 0xf58 Stepping = 8 Features=0x78bfbff AMD Features=0xe0500000<,AMIE,,DSP,3DNow!> real memory = 1073676288 (1048512K bytes) avail memory = 1041686528 (1017272K bytes) Preloaded elf kernel "kernel" at 0xc032f000. Pentium Pro MTRR support enabled md0: Malloc disk Using $PIR table, 9 entries at 0xc00f42c0 npx0: on motherboard npx0: INT 16 interface pcib0: on motherboard pci0: on pcib0 pcib4: at device 1.0 on pci0 pci3: on pcib4 pci0: (vendor=0x1022, dev=0x7451) at 1.1 pcib5: at device 2.0 on pci0 pci2: on pcib5 bge0: mem 0xfe9c0000-0xfe9cffff,0xfe9d0000-0xfe9dffff irq 10 at device 3.0 on pci2 bge0: Ethernet address: 00:00:1a:19:aa:7f miibus0: on bge0 brgphy0: on miibus0 brgphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, 1000baseTX, 1000baseTX-FDX, auto bge1: mem 0xfe9e0000-0xfe9effff,0xfe9f0000-0xfe9fffff irq 11 at device 3.1 on pci2 bge1: Ethernet address: 00:00:1a:19:aa:80 miibus1: on bge1 brgphy1: on miibus1 brgphy1: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, 1000baseTX, 1000baseTX-FDX, auto pci0: (vendor=0x1022, dev=0x7451) at 2.1 pcib6: at device 6.0 on pci0 pci1: on pcib6 pci1: at 0.0 irq 10 pci1: at 0.1 irq 10 pci1: at 4.0 irq 11 isab0: at device 7.0 on pci0 isa0: on isab0 atapci0: port 0xffa0-0xffaf at device 7.1 on pci0 ata0: at 0x1f0 irq 14 on atapci0 ata1: at 0x170 irq 15 on atapci0 chip0: at device 7.3 on pci0 pcib1: on motherboard pci4: on pcib1 pcib2: on motherboard pci5: on pcib2 pcib3: on motherboard pci6: on pcib3 orm0: X The FreeBSD Ports Collection (devel/opencxx) X X X X

The FreeBSD Ports Collection (devel/opencxx)

X
X X

You are now in the directory for the port "devel/opencxx".

X X

The package name of this port is "opencxx-2.8".

X X

This is the one-line description for this port:

X
X X

XDebugger for assembly level programs X

X
X X

Please read the "description file" for a X longer description and/or visit the X web site for futher X informations.

X X

If needed, you may contact the maintainer of this port X or the port mailing-list.

X X

X X

X X

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

X
X X

Go up one level | Go to top of ports tree

X X X END-of-/usr/ports/devel/opencxx/README.html echo x - /usr/ports/devel/opencxx/pkg-plist sed 's/^X//' >/usr/ports/devel/opencxx/pkg-plist << 'END-of-/usr/ports/devel/opencxx/pkg-plist' Xbin/libocc-config Xbin/occ Xbin/occ2 Xinclude/mop.h Xinclude/opencxx/Bind.h Xinclude/opencxx/BindClassName.h Xinclude/opencxx/BindEnumName.h Xinclude/opencxx/BindTemplateClass.h Xinclude/opencxx/BindTemplateFunction.h Xinclude/opencxx/BindTypedefName.h Xinclude/opencxx/BindVarName.h Xinclude/opencxx/ChangedMemberList.h Xinclude/opencxx/Class.h Xinclude/opencxx/ClassArray.h Xinclude/opencxx/ClassBodyWalker.h Xinclude/opencxx/ClassWalker.h Xinclude/opencxx/CliErrorMsg.h Xinclude/opencxx/DynamicMopMetaclassLoader.h Xinclude/opencxx/EncodingUtil.h Xinclude/opencxx/Environment.h Xinclude/opencxx/GenericMsg.h Xinclude/opencxx/InfoMsg.h Xinclude/opencxx/Member.h Xinclude/opencxx/MemberFunction.h Xinclude/opencxx/MemberList.h Xinclude/opencxx/Metaclass.h Xinclude/opencxx/MetaclassRegistration.h Xinclude/opencxx/MetaclassRegistry.h Xinclude/opencxx/MetacompilerConfiguration.h Xinclude/opencxx/OpencxxConfiguration.h Xinclude/opencxx/PtreeIter.h Xinclude/opencxx/PtreeMaker.h Xinclude/opencxx/PtreeTypeUtil.h Xinclude/opencxx/QuoteClass.h Xinclude/opencxx/TemplateClass.h Xinclude/opencxx/TheMetaclassRegistry.h Xinclude/opencxx/TypeInfo.h Xinclude/opencxx/UnknownCliOptionException.h Xinclude/opencxx/Walker.h Xinclude/opencxx/cbodywalk.h Xinclude/opencxx/classwalk.h Xinclude/opencxx/defs.h Xinclude/opencxx/dloading.h Xinclude/opencxx/driver.h Xinclude/opencxx/driver2.h Xinclude/opencxx/gc-related Xinclude/opencxx/memberAll.h Xinclude/opencxx/mop.h Xinclude/opencxx/mop2.h Xinclude/opencxx/nil.h Xinclude/opencxx/parser/AbstractTranslatingWalker.h Xinclude/opencxx/parser/AbstractTypingWalker.h Xinclude/opencxx/parser/BigHashTable.h Xinclude/opencxx/parser/CerrErrorLog.h Xinclude/opencxx/parser/DupLeaf.h Xinclude/opencxx/parser/Encoding.h Xinclude/opencxx/parser/ErrorLog.h Xinclude/opencxx/parser/GC-disabled.h Xinclude/opencxx/parser/GC-enabled.h Xinclude/opencxx/parser/GC.h Xinclude/opencxx/parser/HashTable.h Xinclude/opencxx/parser/Leaf.h Xinclude/opencxx/parser/LeafName.h Xinclude/opencxx/parser/LeafReserved.h Xinclude/opencxx/parser/LeafThis.h Xinclude/opencxx/parser/Lex.h Xinclude/opencxx/parser/MetaclassLoader.h Xinclude/opencxx/parser/MopMsg.h Xinclude/opencxx/parser/Msg.h Xinclude/opencxx/parser/NonLeaf.h Xinclude/opencxx/parser/NullMetaclassLoader.h Xinclude/opencxx/parser/ParseErrorMsg.h Xinclude/opencxx/parser/Parser.h Xinclude/opencxx/parser/Program.h Xinclude/opencxx/parser/ProgramFile.h Xinclude/opencxx/parser/ProgramFromStdin.h Xinclude/opencxx/parser/ProgramString.h Xinclude/opencxx/parser/Ptree.h Xinclude/opencxx/parser/PtreeAccessDecl.h Xinclude/opencxx/parser/PtreeAccessSpec.h Xinclude/opencxx/parser/PtreeAndEncodingPrinter.h Xinclude/opencxx/parser/PtreeArray.h Xinclude/opencxx/parser/PtreeBlock.h Xinclude/opencxx/parser/PtreeBrace.h Xinclude/opencxx/parser/PtreeClassBody.h Xinclude/opencxx/parser/PtreeClassSpec.h Xinclude/opencxx/parser/PtreeConstants.h Xinclude/opencxx/parser/PtreeDeclaration.h Xinclude/opencxx/parser/PtreeDeclarator.h Xinclude/opencxx/parser/PtreeEnumSpec.h Xinclude/opencxx/parser/PtreeExprStatement.h Xinclude/opencxx/parser/PtreeExternTemplate.h Xinclude/opencxx/parser/PtreeFstyleCastExpr.h Xinclude/opencxx/parser/PtreeLinkageSpec.h Xinclude/opencxx/parser/PtreeMetaclassDecl.h Xinclude/opencxx/parser/PtreeName.h Xinclude/opencxx/parser/PtreeNamespaceAlias.h Xinclude/opencxx/parser/PtreeNamespaceSpec.h Xinclude/opencxx/parser/PtreeTemplateDecl.h Xinclude/opencxx/parser/PtreeTemplateInstantiation.h Xinclude/opencxx/parser/PtreeTypedef.h Xinclude/opencxx/parser/PtreeUserAccessSpec.h Xinclude/opencxx/parser/PtreeUserdefKeyword.h Xinclude/opencxx/parser/PtreeUsing.h Xinclude/opencxx/parser/PtreeUtil.h Xinclude/opencxx/parser/SourceLocation.h Xinclude/opencxx/parser/TheErrorLog.h Xinclude/opencxx/parser/Token.h Xinclude/opencxx/parser/auxil.h Xinclude/opencxx/parser/deprecated.h Xinclude/opencxx/parser/ptree-generated.h Xinclude/opencxx/parser/ptreeAll.h Xinclude/opencxx/parser/token-names.h Xlib/libocc Xlib/libocc.0 Xlib/libocc.a Xlib/libocc.la Xshare/opencxx/examples/Makefile.global Xshare/opencxx/examples/before/BeforeClass.mc Xshare/opencxx/examples/before/Makefile Xshare/opencxx/examples/before/before-test.cc Xshare/opencxx/examples/matrix/Makefile Xshare/opencxx/examples/matrix/MatrixClass.mc Xshare/opencxx/examples/matrix/matrix-test.cc Xshare/opencxx/examples/matrix/matrix.cc Xshare/opencxx/examples/matrix/matrix.h Xshare/opencxx/examples/runtime-mop/Makefile Xshare/opencxx/examples/runtime-mop/RtmopClass.h Xshare/opencxx/examples/runtime-mop/RtmopClass.mc Xshare/opencxx/examples/runtime-mop/metaobj-test.cc Xshare/opencxx/examples/runtime-mop/metaobj.cc Xshare/opencxx/examples/runtime-mop/metaobj.h Xshare/opencxx/examples/verbose/Makefile Xshare/opencxx/examples/verbose/VerboseClass.mc Xshare/opencxx/examples/verbose/person.cc Xshare/opencxx/examples/verbose2/Makefile Xshare/opencxx/examples/verbose2/VerboseClass2.mc Xshare/opencxx/examples/verbose2/person2.cc Xshare/opencxx/examples/wrapper/Makefile Xshare/opencxx/examples/wrapper/SyncClass.mc Xshare/opencxx/examples/wrapper/WrapperClass.cc Xshare/opencxx/examples/wrapper/WrapperClass.h Xshare/opencxx/examples/wrapper/sync-test.cc Xshare/opencxx/html/base.html Xshare/opencxx/html/class.html Xshare/opencxx/html/env.html Xshare/opencxx/html/green-pin.gif Xshare/opencxx/html/green.gif Xshare/opencxx/html/index.html Xshare/opencxx/html/instance-of.gif Xshare/opencxx/html/logo.gif Xshare/opencxx/html/man.html Xshare/opencxx/html/member.html Xshare/opencxx/html/mop.html Xshare/opencxx/html/occ.gif Xshare/opencxx/html/overview.html Xshare/opencxx/html/ptree.html Xshare/opencxx/html/red-pin.gif Xshare/opencxx/html/red.gif Xshare/opencxx/html/typeinfo.html Xshare/opencxx/html/yellow-pin.gif Xshare/opencxx/html/yellow.gif Xshare/opencxx/ref-appendix.html Xshare/opencxx/reference.pdf X@dirrm share/opencxx/html X@dirrm share/opencxx/examples/wrapper X@dirrm share/opencxx/examples/verbose2 X@dirrm share/opencxx/examples/verbose X@dirrm share/opencxx/examples/runtime-mop X@dirrm share/opencxx/examples/matrix X@dirrm share/opencxx/examples/before X@dirrm share/opencxx/examples X@dirrm share/opencxx X@dirrm include/opencxx/parser X@dirrm include/opencxx END-of-/usr/ports/devel/opencxx/pkg-plist exit >Fix: n/a >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Oct 21 07:43:03 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3073D16A4CE; Thu, 21 Oct 2004 07:43:03 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0C23043D41; Thu, 21 Oct 2004 07:43:03 +0000 (GMT) (envelope-from clsung@FreeBSD.org) Received: from freefall.freebsd.org (clsung@localhost [127.0.0.1]) i9L7h2Fa011221; Thu, 21 Oct 2004 07:43:02 GMT (envelope-from clsung@freefall.freebsd.org) Received: (from clsung@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i9L7h20B011217; Thu, 21 Oct 2004 07:43:02 GMT (envelope-from clsung) Date: Thu, 21 Oct 2004 07:43:02 GMT From: Cheng-Lung Sung Message-Id: <200410210743.i9L7h20B011217@freefall.freebsd.org> To: j.koopmann@seceidos.de, clsung@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/72952: [MAINTAINER] mail/p5-Mail-ClamAV: update to 0.12 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Oct 2004 07:43:03 -0000 Synopsis: [MAINTAINER] mail/p5-Mail-ClamAV: update to 0.12 State-Changed-From-To: open->closed State-Changed-By: clsung State-Changed-When: Thu Oct 21 07:42:24 GMT 2004 State-Changed-Why: Committed, thank you. http://www.freebsd.org/cgi/query-pr.cgi?pr=72952 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Oct 21 07:52:54 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0280E16A4CE; Thu, 21 Oct 2004 07:52:54 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D407143D39; Thu, 21 Oct 2004 07:52:53 +0000 (GMT) (envelope-from sergei@FreeBSD.org) Received: from freefall.freebsd.org (sergei@localhost [127.0.0.1]) i9L7qrml011545; Thu, 21 Oct 2004 07:52:53 GMT (envelope-from sergei@freefall.freebsd.org) Received: (from sergei@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i9L7qr9b011541; Thu, 21 Oct 2004 07:52:53 GMT (envelope-from sergei) Date: Thu, 21 Oct 2004 07:52:53 GMT From: Sergei Kolobov Message-Id: <200410210752.i9L7qr9b011541@freefall.freebsd.org> To: fuyuki@hadaly.org, sergei@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/72950: drop maintainership X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Oct 2004 07:52:54 -0000 Synopsis: drop maintainership State-Changed-From-To: open->closed State-Changed-By: sergei State-Changed-When: Thu Oct 21 07:51:27 GMT 2004 State-Changed-Why: Committed. Thank you for all your contributions to the FreeBSD project, Fuyuki-san! It is sad to see you go. http://www.freebsd.org/cgi/query-pr.cgi?pr=72950 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Oct 21 08:00:49 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CE76B16A4CF for ; Thu, 21 Oct 2004 08:00:49 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9F2E943D2F for ; Thu, 21 Oct 2004 08:00:49 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i9L80nJ3011696 for ; Thu, 21 Oct 2004 08:00:49 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i9L80n48011686; Thu, 21 Oct 2004 08:00:49 GMT (envelope-from gnats) Resent-Date: Thu, 21 Oct 2004 08:00:49 GMT Resent-Message-Id: <200410210800.i9L80n48011686@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Bruce M Simpson Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6C50916A4CF for ; Thu, 21 Oct 2004 07:50:59 +0000 (GMT) Received: from arginine.spc.org (arginine.spc.org [195.206.69.236]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2FBD343D2D for ; Thu, 21 Oct 2004 07:50:59 +0000 (GMT) (envelope-from bms@spc.org) Received: from localhost (localhost [127.0.0.1]) by arginine.spc.org (Postfix) with ESMTP id 44B69651F7 for ; Thu, 21 Oct 2004 08:50:58 +0100 (BST) Received: from arginine.spc.org ([127.0.0.1]) by localhost (arginine.spc.org [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 62593-01-2 for ; Thu, 21 Oct 2004 08:50:57 +0100 (BST) Received: from empiric.dek.spc.org (adsl-67-121-95-134.dsl.snfc21.pacbell.net [67.121.95.134]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by arginine.spc.org (Postfix) with ESMTP id 16E1F651EE for ; Thu, 21 Oct 2004 08:50:57 +0100 (BST) Received: by empiric.dek.spc.org (Postfix, from userid 1001) id 7B00C6527; Thu, 21 Oct 2004 00:50:44 -0700 (PDT) Message-Id: <20041021075044.7B00C6527@empiric.dek.spc.org> Date: Thu, 21 Oct 2004 00:50:44 -0700 (PDT) From: Bruce M Simpson To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/72956: x11/dgs incorrectly marked as IGNORE X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Bruce M Simpson List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Oct 2004 08:00:49 -0000 >Number: 72956 >Category: ports >Synopsis: x11/dgs incorrectly marked as IGNORE >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Thu Oct 21 08:00:49 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Bruce M Simpson >Release: FreeBSD 5.3-BETA7 i386 >Organization: >Environment: System: FreeBSD empiric.icir.org 5.3-BETA7 FreeBSD 5.3-BETA7 #3: Tue Oct 5 20:46:12 PDT 2004 bms@empiric.icir.org:/usr/src/sys/i386/compile/EMPIRIC i386 >Description: The x11/dgs port is marked as IGNORE. The makefile contains the following lines: .if ${X_WINDOW_SYSTEM:L} != xfree86-3 IGNORE= "is included in XFree86 4.x and above" .endif This is in fact incorrect. XFree86 4.x and X.org 6.x only contain the client side Display PostScript environment. They do *NOT* contain the server components; this port does. >How-To-Repeat: >Fix: The real fix is to patch the port such that only the server components (i.e. dpsnx.agent and friends) are installed and packaged when the client components are already installed in the system. >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Oct 21 08:10:30 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D143816A4CE for ; Thu, 21 Oct 2004 08:10:30 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id B458C43D4C for ; Thu, 21 Oct 2004 08:10:30 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i9L8AUwe015876 for ; Thu, 21 Oct 2004 08:10:30 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i9L8AUxO015874; Thu, 21 Oct 2004 08:10:30 GMT (envelope-from gnats) Resent-Date: Thu, 21 Oct 2004 08:10:30 GMT Resent-Message-Id: <200410210810.i9L8AUxO015874@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Meno Abels Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1C94F16A4CF for ; Thu, 21 Oct 2004 08:02:23 +0000 (GMT) Received: from pmff.de (pmff.de [217.160.223.88]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1265943D54 for ; Thu, 21 Oct 2004 08:02:18 +0000 (GMT) (envelope-from abels@adviser.com) Received: from mabels.dyndns.org (p213.54.64.13.tisdip.tiscali.de [213.54.64.13]) (using TLSv1 with cipher EDH-RSA-DES-CBC3-SHA (168/168 bits)) (No client certificate requested) by pmff.de (Postfix) with ESMTP id 8C9E584043; Thu, 21 Oct 2004 10:02:16 +0200 (CEST) Received: from race.abels.adviser.com ([192.168.74.103]) by mabels.dyndns.org with smtp (Exim 4.43 (FreeBSD)) id 1CKXtk-0008IM-2V; Thu, 21 Oct 2004 10:02:12 +0200 Received: by race.abels.adviser.com (sSMTP sendmail emulation); Thu, 21 Oct 2004 10:02:11 +0200 Message-Id: <20041021080216.8C9E584043@pmff.de> Date: Thu, 21 Oct 2004 10:02:11 +0200 From: "Meno Abels" To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 cc: Meno Abels Subject: ports/72957: [PATCH] audio/mt-daapd for amd64 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Meno Abels List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Oct 2004 08:10:31 -0000 >Number: 72957 >Category: ports >Synopsis: [PATCH] audio/mt-daapd for amd64 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Thu Oct 21 08:10:30 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Meno Abels >Release: FreeBSD 5.2.1-RELEASE amd64 >Organization: Adviser COM >Environment: System: FreeBSD jamal.abels.adviser.com 5.2.1-RELEASE FreeBSD 5.2.1-RELEASE #0: Tue Feb 24 23:14:55 GMT 2004 root@quynh.NUXI.org:/usr/obj/usr/src/sys/GENERIC amd64 >Description: There was a problem with mt-daapd and the 64bit compiler of the amd64 os. >How-To-Repeat: make in ports/audio/mt-daapd >Fix: New file in audio/mt-daapd/files named patch-mDNSClientAPI.h # 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: # # patch-mDNSClientAPI.h # echo x - patch-mDNSClientAPI.h sed 's/^X//' >patch-mDNSClientAPI.h << 'END-of-patch-mDNSClientAPI.h' Xdiff -ur work/mt-daapd-0.2.0/src/mDNSClientAPI.h work.orig/mt-daapd-0.2.0/src/mDNSClientAPI.h X--- src/mDNSClientAPI.h Thu Oct 21 09:52:05 2004 X+++ src/mDNSClientAPI.h.orig Mon Mar 29 19:55:17 2004 X@@ -486,8 +486,8 @@ X typedef unsigned char mDNSu8; X typedef signed short mDNSs16; X typedef unsigned short mDNSu16; X+typedef signed int mDNSs32; X+typedef unsigned int mDNSu32; X-typedef signed long mDNSs32; X-typedef unsigned long mDNSu32; X X // To enforce useful type checking, we make mDNSInterfaceID be a pointer to a dummy struct X // This way, mDNSInterfaceIDs can be assigned, and compared with each other, but not with other types END-of-patch-mDNSClientAPI.h exit >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Oct 21 08:40:03 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 576A116A4CE for ; Thu, 21 Oct 2004 08:40:03 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2968343D3F for ; Thu, 21 Oct 2004 08:40:03 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i9L8e3uh017564 for ; Thu, 21 Oct 2004 08:40:03 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i9L8e3mD017563; Thu, 21 Oct 2004 08:40:03 GMT (envelope-from gnats) Resent-Date: Thu, 21 Oct 2004 08:40:03 GMT Resent-Message-Id: <200410210840.i9L8e3mD017563@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Martin Matuska Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EEF0016A4CE for ; Thu, 21 Oct 2004 08:33:50 +0000 (GMT) Received: from mail.vx.sk (mail.vx.sk [81.0.229.34]) by mx1.FreeBSD.org (Postfix) with ESMTP id 500F143D49 for ; Thu, 21 Oct 2004 08:33:50 +0000 (GMT) (envelope-from martin@tradex.sk) Received: from localhost (mail [81.0.229.34]) by mail.vx.sk (Postfix) with ESMTP id F1C956EF1 for ; Thu, 21 Oct 2004 10:33:44 +0200 (CEST) Received: from mail.vx.sk ([81.0.229.34]) by localhost (mail.vx.sk [127.0.0.34]) (amavisd-new, port 10024) with LMTP id 22075-03 for ; Thu, 21 Oct 2004 10:33:43 +0200 (CEST) Received: from tradex.sk (tradex.sk [81.0.229.33]) by mail.vx.sk (Postfix) with SMTP id ADF006D39 for ; Thu, 21 Oct 2004 10:33:43 +0200 (CEST) Received: by tradex.sk (sSMTP sendmail emulation); Thu, 21 Oct 2004 10:33:43 +0200 Message-Id: <20041021083343.ADF006D39@mail.vx.sk> Date: Thu, 21 Oct 2004 10:33:43 +0200 From: "Martin Matuska" To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/72958: [MAINTAINER UPDATE] archivers/star-devel from 1.5.a.49 to 1.5.a.42 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Martin Matuska List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Oct 2004 08:40:03 -0000 >Number: 72958 >Category: ports >Synopsis: [MAINTAINER UPDATE] archivers/star-devel from 1.5.a.49 to 1.5.a.42 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Thu Oct 21 08:40:02 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Martin Matuska >Release: FreeBSD 4.10-RELEASE-p2 i386 >Organization: >Environment: System: FreeBSD 4.10-RELEASE-p2 >Description: update of archivers/star-devel from 1.5.a.49 to 1.5.a.52 >How-To-Repeat: >Fix: --- Makefile.orig Wed Oct 20 15:55:40 2004 +++ Makefile Wed Oct 20 15:55:53 2004 @@ -6,7 +6,7 @@ # PORTNAME= star -PORTVERSION= 1.5.a.49 +PORTVERSION= 1.5.a.52 CATEGORIES= archivers MASTER_SITES= ftp://ftp.berlios.de/pub/star/alpha/ DISTNAME= ${PORTNAME}-${PORTVERSION:S/.a./a/} --- distinfo.orig Wed Oct 20 15:55:43 2004 +++ distinfo Wed Oct 20 15:56:54 2004 @@ -1,2 +1,2 @@ -MD5 (star-1.5a49.tar.bz2) = 4ad54a226379a0db575dd9153d275d4e -SIZE (star-1.5a49.tar.bz2) = 591355 +MD5 (star-1.5a52.tar.bz2) = 515f43caed329206d986d683fe5684fc +SIZE (star-1.5a52.tar.bz2) = 616192 >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Oct 21 10:00:53 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6503216A4CE for ; Thu, 21 Oct 2004 10:00:53 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3F3D543D49 for ; Thu, 21 Oct 2004 10:00:53 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i9LA0ruh025540 for ; Thu, 21 Oct 2004 10:00:53 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i9LA0raC025536; Thu, 21 Oct 2004 10:00:53 GMT (envelope-from gnats) Date: Thu, 21 Oct 2004 10:00:53 GMT Message-Id: <200410211000.i9LA0raC025536@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: =?ISO-8859-2?Q?Nagy_Bal=E1zs?= Subject: Re: ports/72885: Update port: sysutils/logrotate X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: =?ISO-8859-2?Q?Nagy_Bal=E1zs?= List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Oct 2004 10:00:53 -0000 The following reply was made to PR ports/72885; it has been noted by GNATS. From: =?ISO-8859-2?Q?Nagy_Bal=E1zs?= To: freebsd-gnats-submit@FreeBSD.org, skv@FreeBSD.org Cc: Subject: Re: ports/72885: Update port: sysutils/logrotate Date: Thu, 21 Oct 2004 11:54:44 +0200 Approved by maintainer :) --=20 Rgds: Bal=E1zs NAGY= From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Oct 21 10:20:28 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3EF0D16A4D3; Thu, 21 Oct 2004 10:20:28 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 20ADA43D58; Thu, 21 Oct 2004 10:20:20 +0000 (GMT) (envelope-from vs@FreeBSD.org) Received: from freefall.freebsd.org (vs@localhost [127.0.0.1]) i9LAKKJR030083; Thu, 21 Oct 2004 10:20:20 GMT (envelope-from vs@freefall.freebsd.org) Received: (from vs@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i9LAKIpE030079; Thu, 21 Oct 2004 10:20:18 GMT (envelope-from vs) Date: Thu, 21 Oct 2004 10:20:18 GMT From: Volker Stolz Message-Id: <200410211020.i9LAKIpE030079@freefall.freebsd.org> To: frank.reppin@boerde.de, freebsd@mark.net.au, vs@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/70851: misc/linux-opengroupware: change FETCH_DEPENDS to BUILD_DEPENDS X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Oct 2004 10:20:28 -0000 Synopsis: misc/linux-opengroupware: change FETCH_DEPENDS to BUILD_DEPENDS State-Changed-From-To: feedback->closed State-Changed-By: vs State-Changed-When: Thu Oct 21 10:19:53 GMT 2004 State-Changed-Why: No longer applies/fixed. Thanks for your submission! http://www.freebsd.org/cgi/query-pr.cgi?pr=70851 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Oct 21 11:01:05 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D35E116A55E for ; Thu, 21 Oct 2004 11:01:05 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id C036F43D54 for ; Thu, 21 Oct 2004 11:00:56 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i9LB0uWm032435 for ; Thu, 21 Oct 2004 11:00:56 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i9LB0uwN032429; Thu, 21 Oct 2004 11:00:56 GMT (envelope-from gnats) Resent-Date: Thu, 21 Oct 2004 11:00:56 GMT Resent-Message-Id: <200410211100.i9LB0uwN032429@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Ronald Klop Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3C82A16A4CE for ; Thu, 21 Oct 2004 10:55:12 +0000 (GMT) Received: from smtp14.wxs.nl (smtp14.wxs.nl [195.121.6.28]) by mx1.FreeBSD.org (Postfix) with ESMTP id 74A8743D46 for ; Thu, 21 Oct 2004 10:55:11 +0000 (GMT) (envelope-from ronald@cs.vu.nl) Received: from ronald.echteman.nl (ip51cdc5d2.speed.planet.nl [81.205.197.210]) by smtp14.wxs.nlSMTP id <0I5X00AJQKZYE8@smtp14.wxs.nl> for FreeBSD-gnats-submit@freebsd.org; Thu, 21 Oct 2004 12:55:10 +0200 (CEST) Received: (qmail 15614 invoked from network); Thu, 21 Oct 2004 10:55:08 +0000 Received: from unknown (HELO laptop.thuis.klop.ws) (192.168.1.4) by ronald.echteman.nl with SMTP; Thu, 21 Oct 2004 10:55:08 +0000 Received: (qmail 34305 invoked from network); Thu, 21 Oct 2004 10:34:13 +0000 Received: from softdnserror (HELO laptop) (127.0.0.1) by softdnserror with SMTP; Thu, 21 Oct 2004 10:34:13 +0000 Message-Id: <1098354853.0@laptop> Date: Thu, 21 Oct 2004 12:34:13 +0200 From: Ronald Klop To: FreeBSD gnats submit X-Send-Pr-Version: gtk-send-pr 0.3.3 cc: ronald@cs.vu.nl Subject: ports/72959: Update java/jmp to 0.44. (patch) X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Oct 2004 11:01:06 -0000 >Number: 72959 >Category: ports >Synopsis: Update java/jmp to 0.44. (patch) >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Thu Oct 21 11:00:56 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Ronald Klop >Release: FreeBSD 5.3-BETA7 i386 >Organization: >Environment: System: FreeBSD 5.3-BETA7 #55: Thu Oct 14 16:06:04 CEST 2004 root@guido.thuis.klop.ws:/usr/obj/usr/src/sys/LAPTOP >Description: This updates the port java/jmp to the latest version (0.44). NB: There are two files removed from the port: files/patch-methodlist_menu.c files/patch-jmp.c Changelog: khelekore.org/jmp/changelog.html >How-To-Repeat: >Fix: --- jmp-0.44.diff begins here --- diff -uNrP jmp-0.43/Makefile jmp/Makefile --- jmp-0.43/Makefile Fri Aug 27 22:15:40 2004 +++ jmp/Makefile Wed Oct 20 01:02:29 2004 @@ -6,7 +6,7 @@ # PORTNAME= jmp -PORTVERSION= 0.43 +PORTVERSION= 0.44 CATEGORIES= java devel MASTER_SITES= http://www.khelekore.org/jmp/ diff -uNrP jmp-0.43/distinfo jmp/distinfo --- jmp-0.43/distinfo Fri Aug 27 22:15:40 2004 +++ jmp/distinfo Wed Oct 20 01:06:31 2004 @@ -1,2 +1,2 @@ -MD5 (jmp-0.43.tar.gz) = 312322a7d607597ac97b6d7033139caa -SIZE (jmp-0.43.tar.gz) = 473897 +MD5 (jmp-0.44.tar.gz) = a10d6f394747723675a5da68d8c393e8 +SIZE (jmp-0.44.tar.gz) = 475125 diff -uNrP jmp-0.43/files/patch-instance_owners.c jmp/files/patch-instance_owners.c --- jmp-0.43/files/patch-instance_owners.c Fri Aug 27 22:15:40 2004 +++ jmp/files/patch-instance_owners.c Wed Oct 20 02:04:09 2004 @@ -1,10 +1,15 @@ ---- /tmp/instance_owners.c Wed Aug 18 20:23:20 2004 -+++ instance_owners.c Wed Aug 18 20:24:24 2004 -@@ -16,0 +17,4 @@ -+#if __FreeBSD__ < 5 +$FreeBSD$ + +--- instance_owners.c.orig Wed Jul 21 12:09:53 2004 ++++ instance_owners.c Wed Oct 20 02:01:44 2004 +@@ -14,6 +14,10 @@ + #include + #include + ++#ifndef PRId32 +#define PRId32 "d" +#endif + -@@ -207 +211 @@ -- omenu = gtk_menu_new (); -+ menuitem = gtk_menu_item_new_with_label (buf); + enum { + INFO, + OO_PARENT, diff -uNrP jmp-0.43/files/patch-jmp.c jmp/files/patch-jmp.c --- jmp-0.43/files/patch-jmp.c Fri Aug 27 14:06:50 2004 +++ jmp/files/patch-jmp.c Thu Jan 1 01:00:00 1970 @@ -1,9 +0,0 @@ -$FreeBSD: ports/java/jmp/files/patch-jmp.c,v 1.3 2004/08/27 12:06:50 vs Exp $ - ---- jmp.c.orig Wed Aug 18 00:13:25 2004 -+++ jmp.c Wed Aug 18 00:14:03 2004 -@@ -1883,0 +1884 @@ -+ int locks; -@@ -1886 +1887 @@ -- int locks = timerstacks_get_need_locks (); -+ locks = timerstacks_get_need_locks (); diff -uNrP jmp-0.43/files/patch-methodlist_menu.c jmp/files/patch-methodlist_menu.c --- jmp-0.43/files/patch-methodlist_menu.c Fri Aug 27 14:06:50 2004 +++ jmp/files/patch-methodlist_menu.c Thu Jan 1 01:00:00 1970 @@ -1,9 +0,0 @@ -$FreeBSD: ports/java/jmp/files/patch-methodlist_menu.c,v 1.1 2004/08/27 12:06:50 vs Exp $ - ---- methodlist_menu.c.orig Wed Aug 18 00:14:57 2004 -+++ methodlist_menu.c Wed Aug 18 00:15:44 2004 -@@ -58,0 +59 @@ -+ mvector* mmv; -@@ -65 +66 @@ -- mvector* mmv = gv (mm); -+ mmv = gv (mm); --- jmp-0.44.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Oct 21 12:40:28 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 82C9916A4CE for ; Thu, 21 Oct 2004 12:40:28 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5825243D4C for ; Thu, 21 Oct 2004 12:40:28 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i9LCeSlM044702 for ; Thu, 21 Oct 2004 12:40:28 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i9LCeSNr044697; Thu, 21 Oct 2004 12:40:28 GMT (envelope-from gnats) Resent-Date: Thu, 21 Oct 2004 12:40:28 GMT Resent-Message-Id: <200410211240.i9LCeSNr044697@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Matt Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 89C4916A4CE for ; Thu, 21 Oct 2004 12:36:55 +0000 (GMT) Received: from arizona.xtaz.net (arizona.xtaz.net [82.68.183.49]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2DD1E43D41 for ; Thu, 21 Oct 2004 12:36:55 +0000 (GMT) (envelope-from matt@xtaz.net) Received: by arizona.xtaz.net (Postfix, from userid 1001) id 3A4388FC86; Thu, 21 Oct 2004 13:36:54 +0100 (BST) Message-Id: <20041021123654.3A4388FC86@arizona.xtaz.net> Date: Thu, 21 Oct 2004 13:36:54 +0100 (BST) From: Matt To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/72961: Update port: security/clamassassin X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Matt List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Oct 2004 12:40:28 -0000 >Number: 72961 >Category: ports >Synopsis: Update port: security/clamassassin >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu Oct 21 12:40:27 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Matt >Release: FreeBSD 5.3-STABLE i386 >Organization: >Environment: System: FreeBSD arizona.xtaz.net 5.3-STABLE FreeBSD 5.3-STABLE #0: Sun Oct 17 11:23:38 BST 2004 root@colorado.xtaz.net:/usr/obj/usr/src/sys/ARIZONA i386 >Description: The port security/clamassassin will fail with a configure error if mail/procmail is not installed. There is a missing dependancy. >How-To-Repeat: Install security/clamassassin whilst mail/procmail is not installed. >Fix: --- /usr/ports/security/clamassassin/Makefile Sat Oct 16 02:26:41 2004 +++ /root/Makefile Thu Oct 21 13:20:59 2004 @@ -7,13 +7,15 @@ PORTNAME= clamassassin PORTVERSION= 1.2.2 +PORTREVISION= 1 CATEGORIES= security MASTER_SITES= http://drivel.com/clamassassin/ MAINTAINER= ports@freebsd.org COMMENT= A simple virus filter wrapper for ClamAV -BUILD_DEPENDS= sigtool:${PORTSDIR}/security/clamav +BUILD_DEPENDS= sigtool:${PORTSDIR}/security/clamav \ + formail:${PORTSDIR}/mail/procmail RUN_DEPENDS= ${BUILD_DEPENDS} PLIST_FILES= bin/clamassassin >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Oct 21 14:19:51 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BC70B16A4CE; Thu, 21 Oct 2004 14:19:51 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9A4F443D48; Thu, 21 Oct 2004 14:19:51 +0000 (GMT) (envelope-from dd@FreeBSD.org) Received: from freefall.freebsd.org (dd@localhost [127.0.0.1]) i9LEJpL1056825; Thu, 21 Oct 2004 14:19:51 GMT (envelope-from dd@freefall.freebsd.org) Received: (from dd@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i9LEJpX2056821; Thu, 21 Oct 2004 14:19:51 GMT (envelope-from dd) Date: Thu, 21 Oct 2004 14:19:51 GMT From: Dima Dorfman Message-Id: <200410211419.i9LEJpX2056821@freefall.freebsd.org> To: pr-freebsd@hades.palmboys.nl, dd@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/72831: mail pane in thunderbird is empty X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Oct 2004 14:19:51 -0000 Synopsis: mail pane in thunderbird is empty State-Changed-From-To: open->closed State-Changed-By: dd State-Changed-When: Thu Oct 21 14:18:42 GMT 2004 State-Changed-Why: >From Daniel Simeone, via the originator: >I experienced a similar problem upon upgrading Thunderbird to 0.8.3 on >4.10. I did some reading around and discovered that the file >compreg.dat in .thunderbird/profile_name/weird_numbers.slt/ is not >properly updated. If you delete it and then re-start thunderbird, the >Component Registry will be rebuilt, and everything will work correctly. http://www.freebsd.org/cgi/query-pr.cgi?pr=72831 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Oct 21 14:30:21 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BCE5416A4CE for ; Thu, 21 Oct 2004 14:30:21 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id A76F943D48 for ; Thu, 21 Oct 2004 14:30:21 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i9LEULTp057095 for ; Thu, 21 Oct 2004 14:30:21 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i9LEULEK057083; Thu, 21 Oct 2004 14:30:21 GMT (envelope-from gnats) Resent-Date: Thu, 21 Oct 2004 14:30:21 GMT Resent-Message-Id: <200410211430.i9LEULEK057083@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Dmitry Morozovsky Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4328616A4CE for ; Thu, 21 Oct 2004 14:21:36 +0000 (GMT) Received: from woozle.rinet.ru (woozle.rinet.ru [195.54.192.68]) by mx1.FreeBSD.org (Postfix) with ESMTP id 82BBE43D31 for ; Thu, 21 Oct 2004 14:21:35 +0000 (GMT) (envelope-from marck@woozle.rinet.ru) Received: from woozle.rinet.ru (localhost [127.0.0.1]) by woozle.rinet.ru (8.13.1/8.13.1) with ESMTP id i9LELYFp023202 for ; Thu, 21 Oct 2004 18:21:34 +0400 (MSD) (envelope-from marck@woozle.rinet.ru) Received: (from marck@localhost) by woozle.rinet.ru (8.13.1/8.13.1/Submit) id i9LELY4U023201; Thu, 21 Oct 2004 18:21:34 +0400 (MSD) (envelope-from marck) Message-Id: <200410211421.i9LELY4U023201@woozle.rinet.ru> Date: Thu, 21 Oct 2004 18:21:34 +0400 (MSD) From: Dmitry Morozovsky To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/72963: www/oops fix memory leak X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Dmitry Morozovsky List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Oct 2004 14:30:21 -0000 >Number: 72963 >Category: ports >Synopsis: www/oops fix memory leak >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Thu Oct 21 14:30:21 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Dmitry Morozovsky >Release: FreeBSD 4-STABLE i386 >Organization: Cronyx Plus LLC (RiNet ISP) >Environment: System: FreeBSD 4-STABLE >Description: Patch provided fixes memry leak in oops' HTTP request parser. Patch has been approved by oops author and will be merged in next major version. >How-To-Repeat: >Fix: Index: Makefile =================================================================== RCS file: /home/ncvs/ports/www/oops/Makefile,v retrieving revision 1.33 diff -u -r1.33 Makefile --- Makefile 15 Oct 2004 12:13:38 -0000 1.33 +++ Makefile 21 Oct 2004 14:19:08 -0000 @@ -7,7 +7,7 @@ PORTNAME= oops PORTVERSION= ${OOPSVERSION} -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= www MASTER_SITES= http://oops-cache.org/ DISTNAME= ${PORTNAME}-${OOPSVERSION} Index: files/patch-src_run__client.c =================================================================== RCS file: files/patch-src_run__client.c diff -N files/patch-src_run__client.c --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ files/patch-src_run__client.c 21 Oct 2004 14:19:08 -0000 @@ -0,0 +1,30 @@ + +$FreeBSD$ + +--- src/run_client.c.orig Thu Nov 20 12:57:16 2003 ++++ src/run_client.c Thu Oct 21 17:27:16 2004 +@@ -1158,7 +1158,7 @@ + + static int parse_http_request(char *src, struct request *rq, int so) + { +- char *p, *httpv; ++ char *p, *httpv, *s; + int http_major, http_minor; + + p = strchr(src, ' '); +@@ -1202,8 +1202,14 @@ + else if (!strcasecmp(src, "OPTIONS")) + rq->meth = METH_OPTIONS; + else { +- my_xlog(OOPS_LOG_SEVERE, "parse_http_request(): Unrecognized method `%s'.\n", src); ++ s = my_inet_ntoa(&rq->client_sa); ++ /* XXX Hack */ ++ if (strcasecmp(src, "SEARCH")) ++ my_xlog(OOPS_LOG_SEVERE, ++ "parse_http_request(): Unrecognized method `%s' from %s\n", ++ src, s ? s : "null"); + *p = ' '; ++ IF_FREE(rq->method); + return (-1); + } + IF_FREE(rq->method); >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Oct 21 15:19:12 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A9C8D16A4CE; Thu, 21 Oct 2004 15:19:12 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 89ABB43D54; Thu, 21 Oct 2004 15:19:12 +0000 (GMT) (envelope-from leeym@FreeBSD.org) Received: from freefall.freebsd.org (leeym@localhost [127.0.0.1]) i9LFJCMX062816; Thu, 21 Oct 2004 15:19:12 GMT (envelope-from leeym@freefall.freebsd.org) Received: (from leeym@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i9LFJCwx062812; Thu, 21 Oct 2004 15:19:12 GMT (envelope-from leeym) Date: Thu, 21 Oct 2004 15:19:12 GMT From: Yen-Ming Lee Message-Id: <200410211519.i9LFJCwx062812@freefall.freebsd.org> To: matt@xtaz.net, leeym@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/72961: Update port: security/clamassassin X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Oct 2004 15:19:12 -0000 Synopsis: Update port: security/clamassassin State-Changed-From-To: open->closed State-Changed-By: leeym State-Changed-When: Thu Oct 21 15:19:11 GMT 2004 State-Changed-Why: Committed, thanks. http://www.freebsd.org/cgi/query-pr.cgi?pr=72961 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Oct 21 15:57:12 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D2D8416A4CE; Thu, 21 Oct 2004 15:57:12 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id B584B43D46; Thu, 21 Oct 2004 15:57:12 +0000 (GMT) (envelope-from sergei@FreeBSD.org) Received: from freefall.freebsd.org (sergei@localhost [127.0.0.1]) i9LFvCP5064553; Thu, 21 Oct 2004 15:57:12 GMT (envelope-from sergei@freefall.freebsd.org) Received: (from sergei@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i9LFvCkU064549; Thu, 21 Oct 2004 15:57:12 GMT (envelope-from sergei) Date: Thu, 21 Oct 2004 15:57:12 GMT From: Sergei Kolobov Message-Id: <200410211557.i9LFvCkU064549@freefall.freebsd.org> To: sergei@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, sergei@FreeBSD.org Subject: Re: ports/71376: [maintainer-update] mail/qmail-scanner : some fixes and update to 1.23 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Oct 2004 15:57:12 -0000 Synopsis: [maintainer-update] mail/qmail-scanner : some fixes and update to 1.23 Responsible-Changed-From-To: freebsd-ports-bugs->sergei Responsible-Changed-By: sergei Responsible-Changed-When: Thu Oct 21 15:57:06 GMT 2004 Responsible-Changed-Why: I'll handle this. http://www.freebsd.org/cgi/query-pr.cgi?pr=71376 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Oct 21 16:00:50 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E9A2716A4CF for ; Thu, 21 Oct 2004 16:00:50 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id BDF3943D3F for ; Thu, 21 Oct 2004 16:00:50 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i9LG0oa3064919 for ; Thu, 21 Oct 2004 16:00:50 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i9LG0oTR064918; Thu, 21 Oct 2004 16:00:50 GMT (envelope-from gnats) Resent-Date: Thu, 21 Oct 2004 16:00:50 GMT Resent-Message-Id: <200410211600.i9LG0oTR064918@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Helge Oldach Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4538B16A4CE for ; Thu, 21 Oct 2004 15:54:20 +0000 (GMT) Received: from sep.oldach.net (sep.oldach.net [194.180.25.6]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4446F43D45 for ; Thu, 21 Oct 2004 15:54:19 +0000 (GMT) (envelope-from hmo@sep.oldach.net) Received: from sep.oldach.net (localhost [127.0.0.1])i9LFr4rY000970 (version=TLSv1/SSLv3 cipher=DHE-DSS-AES256-SHA bits=256 verify=NO); Thu, 21 Oct 2004 17:53:05 +0200 (CEST) (envelope-from hmo@sep.oldach.net) Received: (from hmo@localhost) by sep.oldach.net (8.13.1/8.13.1/Submit) id i9LFr380000969; Thu, 21 Oct 2004 17:53:03 +0200 (CEST) (envelope-from hmo) Message-Id: <200410211553.i9LFr380000969@sep.oldach.net> Date: Thu, 21 Oct 2004 17:53:03 +0200 (CEST) From: Helge Oldach To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/72965: ports/comms/hylafax chokes on ports/graphics/tiff version 3.7 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Helge Oldach List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Oct 2004 16:00:51 -0000 >Number: 72965 >Category: ports >Synopsis: ports/comms/hylafax chokes on ports/graphics/tiff version 3.7 >Confidential: no >Severity: serious >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Thu Oct 21 16:00:48 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Helge Oldach >Release: FreeBSD 4.10-STABLE i386 >Organization: >Environment: System: FreeBSD localhost 4.10-STABLE FreeBSD 4.10-STABLE #2000: Thu Oct 14 22:08:23 CEST 2004 toor@localhost:/usr/obj/usr/src/sys/GENERIC i386 >Description: ports/comms/hylafax fails to build with the recent update of ports/graphics/tiff as it wants TIFF version 3.5 or 3.6 but not 3.7 >How-To-Repeat: >Fix: --- configure.bak Thu Oct 21 16:52:51 2004 +++ configure Thu Oct 21 16:58:54 2004 @@ -2375,7 +2375,7 @@ if [ ${header_ver} -ge 19960307 ]; then if [ "${lib_ver}" = "3.4" ]; then tiff_runlen_t="uint16" - elif [ "${lib_ver}" = "3.5" -o "${lib_ver}" = "3.6" ]; then + elif [ "${lib_ver}" = "3.5" -o "${lib_ver}" = "3.6" -o "${lib_ver}" = "3.7" ]; then tiff_runlen_t="uint32" fi fi >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Oct 21 16:40:29 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A3AC016A4CE for ; Thu, 21 Oct 2004 16:40:29 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7607643D1D for ; Thu, 21 Oct 2004 16:40:29 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i9LGeTPY070755 for ; Thu, 21 Oct 2004 16:40:29 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i9LGeTna070754; Thu, 21 Oct 2004 16:40:29 GMT (envelope-from gnats) Resent-Date: Thu, 21 Oct 2004 16:40:29 GMT Resent-Message-Id: <200410211640.i9LGeTna070754@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Vivek Khera Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C6F2416A4CE for ; Thu, 21 Oct 2004 16:36:05 +0000 (GMT) Received: from yertle.kcilink.com (yertle.kcilink.com [65.205.34.180]) by mx1.FreeBSD.org (Postfix) with ESMTP id 644CF43D41 for ; Thu, 21 Oct 2004 16:36:05 +0000 (GMT) (envelope-from khera@kcilink.com) Received: by yertle.kcilink.com (Postfix, from userid 100) id 001A0217B5; Thu, 21 Oct 2004 12:36:04 -0400 (EDT) Message-Id: <20041021163604.001A0217B5@yertle.kcilink.com> Date: Thu, 21 Oct 2004 12:36:04 -0400 (EDT) From: Vivek Khera To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/72967: update databases/slony1 to latest X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Vivek Khera List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Oct 2004 16:40:29 -0000 >Number: 72967 >Category: ports >Synopsis: update databases/slony1 to latest >Confidential: no >Severity: non-critical >Priority: high >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Thu Oct 21 16:40:29 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Vivek Khera >Release: FreeBSD 4.10-STABLE i386 >Organization: >Environment: System: FreeBSD yertle.int.kciLink.com 4.10-STABLE FreeBSD 4.10-STABLE #12: Tue Jul 13 13:13:38 EDT 2004 khera@yertle.int.kciLink.com:/u/yertle2/usr.obj/u/sources/usr/src/sys/YERTLE i386 >Description: I am willing to take ownership of this port, as reflected in the patch below. Update databases/slony1 replication software for Postgres to latest version, 1.0.4. notes for ports/UPDATING file: The proper upgrade procedure is: 1. Stop the slon replication engine on all nodes. 2. Install the new Slony version on all nodes. 3. Execute a slonik script containing the command update functions (id = ); for every node in the cluster. 4. Start all slon replication engines. >How-To-Repeat: >Fix: diff -Pru slony1.old/Makefile slony1/Makefile --- slony1.old/Makefile Thu Oct 14 09:56:22 2004 +++ slony1/Makefile Thu Oct 21 12:12:29 2004 @@ -6,11 +6,11 @@ # PORTNAME= slony1 -PORTVERSION= 1.0.2 +PORTVERSION= 1.0.4 CATEGORIES= databases MASTER_SITES= http://developer.postgresql.org/~wieck/slony1/download/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= vivek@khera.org COMMENT= PostgreSQL master to multiple slaves replication system PGSQL_PORT= ${PORTSDIR}/databases/postgresql7 diff -Pru slony1.old/distinfo slony1/distinfo --- slony1.old/distinfo Thu Aug 26 15:46:16 2004 +++ slony1/distinfo Thu Oct 21 12:13:00 2004 @@ -1,2 +1,2 @@ -MD5 (slony1-1.0.2.tar.gz) = 0ca6a4af061793a6d0a998a514ea50f7 -SIZE (slony1-1.0.2.tar.gz) = 322353 +MD5 (slony1-1.0.4.tar.gz) = 1deb1a1b23284ad4818d9993aa39f6bb +SIZE (slony1-1.0.4.tar.gz) = 374588 >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Oct 21 17:00:15 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4608916A4CE for ; Thu, 21 Oct 2004 17:00:15 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1995543D3F for ; Thu, 21 Oct 2004 17:00:15 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i9LH0EAr071207 for ; Thu, 21 Oct 2004 17:00:14 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i9LH0Elj071206; Thu, 21 Oct 2004 17:00:14 GMT (envelope-from gnats) Resent-Date: Thu, 21 Oct 2004 17:00:14 GMT Resent-Message-Id: <200410211700.i9LH0Elj071206@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Christopher Nehren Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EE00516A4CE for ; Thu, 21 Oct 2004 16:54:42 +0000 (GMT) Received: from prophecy.dyndns.org (pcp08490587pcs.levtwn01.pa.comcast.net [68.83.169.224]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8DFA443D2F for ; Thu, 21 Oct 2004 16:54:42 +0000 (GMT) (envelope-from apeiron@prophecy.dyndns.org) Received: from prophecy.dyndns.org (localhost.dyndns.org [127.0.0.1]) by prophecy.dyndns.org (8.13.1/8.13.1) with ESMTP id i9LGsfjt075377 for ; Thu, 21 Oct 2004 12:54:41 -0400 (EDT) (envelope-from apeiron@prophecy.dyndns.org) Received: (from apeiron@localhost) by prophecy.dyndns.org (8.13.1/8.13.1/Submit) id i9LGseF2075376; Thu, 21 Oct 2004 12:54:40 -0400 (EDT) (envelope-from apeiron) Message-Id: <200410211654.i9LGseF2075376@prophecy.dyndns.org> Date: Thu, 21 Oct 2004 12:54:40 -0400 (EDT) From: Christopher Nehren To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/72968: Broken network support in x{mame,mess} partially failing silently X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Christopher Nehren List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Oct 2004 17:00:15 -0000 >Number: 72968 >Category: ports >Synopsis: Broken network support in x{mame,mess} partially failing silently >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu Oct 21 17:00:14 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Christopher Nehren >Release: FreeBSD 5.3-BETA7 i386 >Organization: >Environment: System: FreeBSD prophecy.dyndns.org 5.3-BETA7 FreeBSD 5.3-BETA7 #0: Sun Oct 10 13:50:39 EDT 2004 root@prophecy.dyndns.org:/usr/src/sys/i386/compile/PROPHECY i386 >Description: As stated http://www.mail-archive.com/xmame@toybox.twisted.org.uk/msg07256.html, networking support is currently known to be broken in xmame and xmess. The port will still attempt to build network support, however, which will fail because the code is broken. Apparently the port maintainer wants the port to continue building but without networking support, and without notifying the user. This silent failure can cause much confusion (it did for me and others, at least). Therefore, I recommend marking the port as BROKEN rather than partially failing silently. This way a user isn't led to believe -- under false pretenses -- that their networking should still be working. Also take note that the port does not properly disable networking support even if it's enabled. >How-To-Repeat: Attempt to build recent xmame/xmess with networking support, notice the broken code. >Fix: --- /usr/ports/emulators/xmame/Makefile Thu Oct 21 12:49:05 2004 +++ xmame/Makefile Thu Oct 21 12:48:55 2004 @@ -223,11 +223,8 @@ #.endif .if ${WITH_NETWORK:L} != "no" -NETWORK= -.else -NETWORK=\# +BROKEN= "Network support is broken in 0.85+" .endif -#.endif .include >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Oct 21 17:05:48 2004 Return-Path: Delivered-To: freebsd-ports-bugs@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A319016A52E; Thu, 21 Oct 2004 17:05:48 +0000 (GMT) Received: from alcoholic.geiin.org (109.40.244.43.ap.yournet.ne.jp [43.244.40.109]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1C68D43D45; Thu, 21 Oct 2004 17:05:48 +0000 (GMT) (envelope-from yoichi@geiin.org) Received: from localhost.geiin.org (localhost [127.0.0.1]) by alcoholic.geiin.org (Postfix) with ESMTP id 0316550771; Fri, 22 Oct 2004 02:05:48 +0900 (JST) Date: Fri, 22 Oct 2004 02:05:47 +0900 Message-ID: <87hdooxaqc.wl%yoichi@geiin.org> From: Yoichi NAKAYAMA To: Norikatsu Shigemura In-Reply-To: <200410120106.i9C16eVo091552@freefall.freebsd.org> References: <200410120106.i9C16eVo091552@freefall.freebsd.org> User-Agent: Wanderlust/2.11.32 (Wonderwall) EMIKO/1.14.1 (Choanoflagellata) IMITATION/1.14.6 (=?ISO-2022-JP?B?GyRCMGxIVjpxJGobKEI=?=) APEL/10.6 Emacs/21.3.50 (i686-pc-linux-gnu) MULE/5.0 (=?ISO-2022-JP?B?GyRCOC0bKEI=?= =?ISO-2022-JP?B?GyRCTFobKEI=?=) Organization: Geiin.org X-Face: wLZki+KbGjgKe0,<&3g*rA|R**vj[a8L%[v]ecJh1L(Uqm|LBx; v7Nq7n%?0d.aS]F#[~C\!{m?m,C&#U5}$_pZvBR>5VmX1Ol0`P\M-U8`sUF<5Quj'z&zzW8r|Zl9#W7Wut3duYzpKrP{n+AbarKtJ!i"Al7]P;-?[=iBZa*]r=>C':0~JECx]IH+RXq=/hUX}MB9e]oQKBxsDd/ X-SKK: Daredevil SKK/12.2.1 (Sone) MIME-Version: 1.0 (generated by EMIKO 1.14.1 - "Choanoflagellata") Content-Type: text/plain; charset=US-ASCII cc: freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/67852: New port: irc/riece IRC client for Emacs X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Oct 2004 17:05:48 -0000 Norikatsu-san, May I entrust treatment of ports/irc/liece* to you? Liece was written by the same author, had similar user interfaces as riece, and no longer maintained. Best Regards, -- Yoichi NAKAYAMA / yoichi@FreeBSD.org From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Oct 21 17:30:24 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8B37116A4CF for ; Thu, 21 Oct 2004 17:30:24 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 807E543D55 for ; Thu, 21 Oct 2004 17:30:24 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i9LHUOW3075999 for ; Thu, 21 Oct 2004 17:30:24 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i9LHUN5Y075984; Thu, 21 Oct 2004 17:30:23 GMT (envelope-from gnats) Date: Thu, 21 Oct 2004 17:30:23 GMT Message-Id: <200410211730.i9LHUN5Y075984@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Juergen Lock Subject: Re: ports/72947: update emulators/qemu to 2004-10-20 snapshot X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Juergen Lock List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Oct 2004 17:30:24 -0000 The following reply was made to PR ports/72947; it has been noted by GNATS. From: Juergen Lock To: freebsd-gnats-submit@FreeBSD.org Cc: Subject: Re: ports/72947: update emulators/qemu to 2004-10-20 snapshot Date: Thu, 21 Oct 2004 19:38:57 +0200 You can ignore either this one or ports/72945, they are duplicates. I resubmitted it because after I got the confirmation email for 72945 the query-pr page, http://www.freebsd.org/cgi/query-pr.cgi?pr=72945 was broken for maybe one hour (could be less, dont remember exactly), and the manually entered raw address http://www.freebsd.org/cgi/query-pr.cgi?pr=72945&f=raw said `no such pr', or something like that, even tho the next pr's page, http://www.freebsd.org/cgi/query-pr.cgi?pr=72946 was perfectly alright. (I guess they aren't necessarly processed in order...) Sorry for the confusion, Juergen From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Oct 21 17:50:21 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2607816A4CE for ; Thu, 21 Oct 2004 17:50:21 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id EE2B943D4C for ; Thu, 21 Oct 2004 17:50:20 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i9LHoK9b077458 for ; Thu, 21 Oct 2004 17:50:20 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i9LHoKm6077457; Thu, 21 Oct 2004 17:50:20 GMT (envelope-from gnats) Resent-Date: Thu, 21 Oct 2004 17:50:20 GMT Resent-Message-Id: <200410211750.i9LHoKm6077457@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Antonio Carlos Venancio Junior Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4039D16A4CE for ; Thu, 21 Oct 2004 17:49:07 +0000 (GMT) Received: from digitalsign.com (cm-virtua-fln-C8B08F9E.brdterra.com.br [200.176.143.158]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7665B43D49 for ; Thu, 21 Oct 2004 17:49:05 +0000 (GMT) (envelope-from antonio@digitalsign.com) Received: from digitalsign.com (localhost [127.0.0.1]) by digitalsign.com (8.12.6/8.12.6) with ESMTP id i9LHn2Q1000512 for ; Thu, 21 Oct 2004 14:49:03 -0300 (BRT) (envelope-from antonio@digitalsign.com) Received: (from antonio@localhost) by digitalsign.com (8.12.6/8.12.6/Submit) id i9LHn0RG000511; Thu, 21 Oct 2004 14:49:00 -0300 (BRT) Message-Id: <200410211749.i9LHn0RG000511@digitalsign.com> Date: Thu, 21 Oct 2004 14:49:00 -0300 (BRT) From: Antonio Carlos Venancio Junior To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/72971: Update port: devel/pear-Config to 1.10.3 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Antonio Carlos Venancio Junior List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Oct 2004 17:50:21 -0000 >Number: 72971 >Category: ports >Synopsis: Update port: devel/pear-Config to 1.10.3 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Thu Oct 21 17:50:20 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Antonio Carlos Venancio Junior >Release: FreeBSD 4.10-STABLE i386 >Organization: >Environment: System: FreeBSD antonio.cb.sc.gov.br 4.10-STABLE FreeBSD 4.10-STABLE #4: Thu Oct 14 15:21:29 BRT 2004 root@antonio.cb.pm.sc.gov.br:/usr/src/sys/compile/ANTONIO i386 >Description: + update devel/pear-Config to 1.10.3 >How-To-Repeat: >Fix: --- Makefile.old Thu Oct 21 14:29:57 2004 +++ Makefile Thu Oct 21 14:35:23 2004 @@ -6,7 +6,7 @@ # PORTNAME= Config -PORTVERSION= 1.10.2 +PORTVERSION= 1.10.3 CATEGORIES= devel www pear MAINTAINER= antonio@php.net --- distinfo.old Thu Oct 21 14:30:01 2004 +++ distinfo Thu Oct 21 14:30:33 2004 @@ -1,2 +1,2 @@ -MD5 (PEAR/Config-1.10.2.tgz) = 12aae3ee64b35b7c2c6d8fd02154f577 -SIZE (PEAR/Config-1.10.2.tgz) = 17224 +MD5 (PEAR/Config-1.10.3.tgz) = f0b786b35a68e1b011ca6a92b569932f +SIZE (PEAR/Config-1.10.3.tgz) = 18349 >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Oct 21 18:10:24 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 75A8116A4CE for ; Thu, 21 Oct 2004 18:10:24 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5322043D3F for ; Thu, 21 Oct 2004 18:10:24 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i9LIAOkn081837 for ; Thu, 21 Oct 2004 18:10:24 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i9LIAOQ8081836; Thu, 21 Oct 2004 18:10:24 GMT (envelope-from gnats) Resent-Date: Thu, 21 Oct 2004 18:10:24 GMT Resent-Message-Id: <200410211810.i9LIAOQ8081836@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Vivek Khera Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 42F2C16A4CE; Thu, 21 Oct 2004 18:02:43 +0000 (GMT) Received: from yertle.kcilink.com (yertle.kcilink.com [65.205.34.180]) by mx1.FreeBSD.org (Postfix) with ESMTP id E0A7C43D48; Thu, 21 Oct 2004 18:02:42 +0000 (GMT) (envelope-from khera@kcilink.com) Received: by yertle.kcilink.com (Postfix, from userid 100) id 5E07D217B5; Thu, 21 Oct 2004 14:02:42 -0400 (EDT) Message-Id: <20041021180242.5E07D217B5@yertle.kcilink.com> Date: Thu, 21 Oct 2004 14:02:42 -0400 (EDT) From: Vivek Khera To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 cc: sobomax@FreeBSD.org Subject: ports/72973: asterisk build fails due to incorrect workdir path X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Vivek Khera List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Oct 2004 18:10:24 -0000 >Number: 72973 >Category: ports >Synopsis: asterisk build fails due to incorrect workdir path >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Thu Oct 21 18:10:23 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Vivek Khera >Release: FreeBSD 4.10-STABLE i386 >Organization: >Environment: System: FreeBSD yertle.int.kciLink.com 4.10-STABLE FreeBSD 4.10-STABLE #12: Tue Jul 13 13:13:38 EDT 2004 khera@yertle.int.kciLink.com:/u/yertle2/usr.obj/u/sources/usr/src/sys/YERTLE i386 (actually I built asterisk on a 5.3-BETA7 box, but report from this one). >Description: when building net/asterisk, it fails to find the include files from pwlib and openh323 since the WORKDIR for those ports is improperly specified. Specifically, my /usr/ports is NFS mounted using automounter, so the work directory is not ${WRKDIRPREFIX}${PORTSDIR}/devel/pwlib/work/pwlib (which translates to /var/tmp/usr/ports/devel/pwlib/work/pwlib instead of the correct /var/tmp/amd/yertle/u/sources/usr/ports/devel/pwlib/work/pwlib. You can see it in this build excerpt: gmake -C h323 ast_h323.o gmake[2]: Entering directory `/var/tmp/amd/yertle/u/sources/usr/ports/net/asterisk/work/asterisk-1.0.1/channels/h323' c++ -O -pipe -c -fno-rtti -o ast_h323.o -O -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Iinclude -I../include -D_REENTRANT -D_GNU_SOURCE -march=i386 -I/usr/local/include -DZAPTEL_OPTIMIZATIONS -DASTERISK_VERSION=\"1.0.1\" -DINSTALL_PREFIX=\"/usr/local\" -DASTETCDIR=\"/usr/local/etc/asterisk\" -DASTLIBDIR=\"/usr/local/lib/asterisk\" -DASTVARLIBDIR=\"/usr/local/share/asterisk\" -DASTVARRUNDIR=\"/var/run\" -DASTSPOOLDIR=\"/var/spool/asterisk\" -DASTLOGDIR=\"/var/log/asterisk\" -DASTCONFPATH=\"/usr/local/etc/asterisk/asterisk.conf\" -DASTMODDIR=\"/usr/local/lib/asterisk/modules\" -DASTAGIDIR=\"/usr/local/share/asterisk/agi-bin\" -DBUSYDETECT_MARTIN -Wno-missing-prototypes -Wno-missing-declarations -DOLD_SANGOMA_API -DIAX_TRUNKING -I/usr/local/include -DCRYPTO -fPIC -DPBYTE_ORDER=PLITTLE_ENDIAN -DNDEBUG -DDO_CRASH -DDEBUG_THREADS -pipe -Wall -fPIC -pthread -D_REENTRANT -D_GNU_SOURCE -DP_HAS_SEMAPHORES -DP_SSL -DP_PTHREADS -DPHAS_TEMPLATES -DPTRACING -DP_USE_PRAGMA -I../../include -I/var/tmp/usr/ports/devel/pwlib/work/pwlib/include/ptlib/unix -I/var/tmp/usr/ports/devel/pwlib/work/pwlib/include -I/var/tmp/usr/ports/net/openh323/work/openh323/include -Wno-missing-prototypes -Wno-missing-declarations ast_h323.cpp cc1plus: warning: command line option "-Wstrict-prototypes" is valid for C/ObjC but not for C++ cc1plus: warning: command line option "-Wmissing-prototypes" is valid for C/ObjC but not for C++ cc1plus: warning: command line option "-Wmissing-declarations" is valid for C/ObjC but not for C++ cc1plus: warning: command line option "-Wno-missing-prototypes" is valid for C/ObjC but not for C++ cc1plus: warning: command line option "-Wno-missing-declarations" is valid for C/ObjC but not for C++ cc1plus: warning: command line option "-Wno-missing-prototypes" is valid for C/ObjC but not for C++ cc1plus: warning: command line option "-Wno-missing-declarations" is valid for C/ObjC but not for C++ ast_h323.cpp:34:19: ptlib.h: No such file or directory ast_h323.cpp:35:18: h323.h: No such file or directory ast_h323.cpp:36:21: h323pdu.h: No such file or directory ast_h323.cpp:37:22: mediafmt.h: No such file or directory ast_h323.cpp:38:17: lid.h: No such file or directory In file included from ast_h323.cpp:48: chan_h323.h:31: error: aggregate `sockaddr_in bindaddr' has incomplete type and cannot be defined chan_h323.h:51: error: field `addr' has incomplete type chan_h323.h:69: error: field `addr' has incomplete type In file included from ast_h323.cpp:49: ast_h323.h:61: error: expected class-name before '{' token ast_h323.h:62: error: `H323AudioCapability' has not been declared ast_h323.h:62: error: ISO C++ forbids declaration of `PCLASSINFO' with no type ast_h323.h:62: error: ISO C++ forbids declaration of `parameter' with no type [[[ gobs of other errors in these two files elided, since they seem to stem from the missing headers ]]] ast_h323.cpp:840: error: `H323_ExternalRTPChannel' has not been declared ast_h323.cpp:840: error: class `MyH323_ExternalRTPChannel' does not have any field named `H323_ExternalRTPChannel' ast_h323.cpp:840: error: `id' undeclared (first use this function) ast_h323.cpp:842: confused by earlier errors, bailing out gmake[2]: *** [ast_h323.o] Error 1 gmake[2]: Leaving directory `/var/tmp/amd/yertle/u/sources/usr/ports/net/asterisk/work/asterisk-1.0.1/channels/h323' gmake[1]: *** [h323/ast_h323.o] Error 2 gmake[1]: Leaving directory `/var/tmp/amd/yertle/u/sources/usr/ports/net/asterisk/work/asterisk-1.0.1/channels' gmake: *** [subdirs] Error 1 *** Error code 2 Stop in /amd/yertle/u/sources/usr/ports/net/asterisk. 55.592user 11.490sys 92.3%, 1ib 20ob 3577tx 1774da 5352to 0swp 1:12.67 >How-To-Repeat: mount via automounter your /usr/ports. >Fix: Temporary fix is to make appropriate symlink in /var/tmp and restart the build. Permanent fix: in the port's Makefile, instead of using ${WRKDIRPREFIX}${PORTSDIR}/devel/pwlib/work/pwlib use this: `cd ${PORTSDIR}/devel/pwlib; make -V WRKSRC` Same thing applies for the openh323 port directory. >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Oct 21 18:10:24 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BFF5116A4D0 for ; Thu, 21 Oct 2004 18:10:24 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id A858C43D54 for ; Thu, 21 Oct 2004 18:10:24 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i9LIAOvN081851 for ; Thu, 21 Oct 2004 18:10:24 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i9LIAOGd081850; Thu, 21 Oct 2004 18:10:24 GMT (envelope-from gnats) Resent-Date: Thu, 21 Oct 2004 18:10:24 GMT Resent-Message-Id: <200410211810.i9LIAOGd081850@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Vivek Khera Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E046916A4CF; Thu, 21 Oct 2004 18:05:21 +0000 (GMT) Received: from yertle.kcilink.com (yertle.kcilink.com [65.205.34.180]) by mx1.FreeBSD.org (Postfix) with ESMTP id BE78C43D1F; Thu, 21 Oct 2004 18:05:21 +0000 (GMT) (envelope-from khera@kcilink.com) Received: by yertle.kcilink.com (Postfix, from userid 100) id 6D991217B5; Thu, 21 Oct 2004 14:05:21 -0400 (EDT) Message-Id: <20041021180521.6D991217B5@yertle.kcilink.com> Date: Thu, 21 Oct 2004 14:05:21 -0400 (EDT) From: Vivek Khera To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 cc: sobomax@FreeBSD.org Subject: ports/72974: misc/zaptel doesn't install necessary header X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Vivek Khera List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Oct 2004 18:10:24 -0000 >Number: 72974 >Category: ports >Synopsis: misc/zaptel doesn't install necessary header >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Thu Oct 21 18:10:24 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Vivek Khera >Release: FreeBSD 4.10-STABLE i386 >Organization: >Environment: System: FreeBSD yertle.int.kciLink.com 4.10-STABLE FreeBSD 4.10-STABLE #12: Tue Jul 13 13:13:38 EDT 2004 khera@yertle.int.kciLink.com:/u/yertle2/usr.obj/u/sources/usr/src/sys/YERTLE i386 (actually 5.3-BETA7 for the machine in question) >Description: the misc/zaptel port installs zaptel.h but not the necessary os.h file that is required by it. This causes the build of asterisk to fail whenever zaptel.h is included. >How-To-Repeat: on a clean system, build asterisk. >Fix: install os.h from the zaptel source code distribution into /usr/local/include >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Oct 21 18:40:19 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AF82416A4CE for ; Thu, 21 Oct 2004 18:40:19 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 93BCB43D1D for ; Thu, 21 Oct 2004 18:40:19 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i9LIeJTv083415 for ; Thu, 21 Oct 2004 18:40:19 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i9LIeJ2k083408; Thu, 21 Oct 2004 18:40:19 GMT (envelope-from gnats) Resent-Date: Thu, 21 Oct 2004 18:40:19 GMT Resent-Message-Id: <200410211840.i9LIeJ2k083408@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Matt Douhan Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2E82A16A4CE for ; Thu, 21 Oct 2004 18:39:47 +0000 (GMT) Received: from mandarin.fruitsalad.org (pc117.net160.koping.net [81.16.160.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7792243D53 for ; Thu, 21 Oct 2004 18:39:46 +0000 (GMT) (envelope-from mdouhan@fruitsalad.org) Received: from localhost.internal.hasta.se ([127.0.0.1] helo=mandarin.internal.hasta.se) by mandarin.fruitsalad.org with esmtp (Exim 4.34 (FreeBSD)) id 1CKhqj-000BCK-Al for FreeBSD-gnats-submit@freebsd.org; Thu, 21 Oct 2004 20:39:45 +0200 Received: (from mdouhan@localhost)i9LIdi2s043047; Thu, 21 Oct 2004 20:39:44 +0200 (CEST) (envelope-from mdouhan) Message-Id: <200410211839.i9LIdi2s043047@mandarin.internal.hasta.se> Date: Thu, 21 Oct 2004 20:39:44 +0200 (CEST) From: Matt Douhan To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/72975: update net/rdesktop X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Matt Douhan List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Oct 2004 18:40:19 -0000 >Number: 72975 >Category: ports >Synopsis: update net/rdesktop >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Thu Oct 21 18:40:19 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Matt Douhan >Release: FreeBSD 4.10-STABLE i386 >Organization: fruitsalad.org >Environment: System: FreeBSD mandarin.internal.hasta.se 4.10-STABLE FreeBSD 4.10-STABLE #3: Fri Jun 25 20:58:27 CEST 2004 root@mandarin.internal.hasta.se:/usr/obj/usr/src/sys/MANDARIN i386 >Description: updates net/rdesktop to a version that works with KDE 3.3 krdc >How-To-Repeat: >Fix: put the following as patch-rdesktop in net/rdesktop/files --- rdesktop.c.orig 2004-03-08 18:02:58.000000000 +0100 +++ rdesktop.c 2004-03-09 22:32:19.000000000 +0100 @@ -27,6 +27,7 @@ #include /* gettimeofday */ #include /* times */ #include +#include /* Window */ #include "rdesktop.h" #ifdef EGD_SOCKET @@ -68,6 +69,7 @@ BOOL g_console_session = False; BOOL g_numlock_sync = False; extern BOOL g_owncolmap; +extern Window g_embed_wnd; #ifdef WITH_RDPSND BOOL g_rdpsnd = False; @@ -112,6 +114,7 @@ fprintf(stderr, " -S: caption button size (single application mode)\n"); fprintf(stderr, " -T: window title\n"); fprintf(stderr, " -N: enable numlock synchronisation\n"); + fprintf(stderr, " -X: embed into another window with a given id.\n"); fprintf(stderr, " -a: connection colour depth\n"); fprintf(stderr, " -r: enable specified device redirection (currently: sound)\n"); fprintf(stderr, " -0: attach to console\n"); @@ -224,6 +227,7 @@ prompt_password = False; domain[0] = password[0] = shell[0] = directory[0] = 0; strcpy(keymapname, "en-us"); + g_embed_wnd = 0; #ifdef RDP2VNC #define VNCOPT "V:Q:" @@ -231,7 +235,7 @@ #define VNCOPT #endif - while ((c = getopt(argc, argv, VNCOPT "u:d:s:c:p:n:k:g:fbeEmCDKS:T:Na:r:045h?")) != -1) + while ((c = getopt(argc, argv, VNCOPT "u:d:s:c:p:n:k:g:fbeEmCDKS:T:NX:a:r:045h?")) != -1) { switch (c) { @@ -374,6 +378,10 @@ g_numlock_sync = True; break; + case 'X': + g_embed_wnd = strtod(optarg, NULL); + break; + case 'a': g_server_bpp = strtol(optarg, NULL, 10); if (g_server_bpp != 8 && g_server_bpp != 16 && g_server_bpp != 15 --- xwin.c.orig 2004-03-08 18:02:58.000000000 +0100 +++ xwin.c 2004-03-10 16:17:59.000000000 +0100 @@ -41,6 +41,7 @@ static int g_x_socket; static Screen *g_screen; Window g_wnd; +Window g_embed_wnd; BOOL g_enable_compose = False; static GC g_gc; static BOOL g_gc_initialized = False; @@ -929,6 +930,11 @@ XFree(sizehints); } + if ( g_embed_wnd ) + { + XReparentWindow(g_display, g_wnd, g_embed_wnd, 0, 0); + } + input_mask = KeyPressMask | KeyReleaseMask | ButtonPressMask | ButtonReleaseMask | VisibilityChangeMask | FocusChangeMask; >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Oct 21 20:30:44 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B53E916A4CE for ; Thu, 21 Oct 2004 20:30:44 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9172F43D3F for ; Thu, 21 Oct 2004 20:30:44 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i9LKUij3095550 for ; Thu, 21 Oct 2004 20:30:44 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i9LKUivG095547; Thu, 21 Oct 2004 20:30:44 GMT (envelope-from gnats) Date: Thu, 21 Oct 2004 20:30:44 GMT Message-Id: <200410212030.i9LKUivG095547@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Heiner Subject: Re: ports/72542: [PATCH] update sysutils/k3b to 0.11.17 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Heiner List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Oct 2004 20:30:44 -0000 The following reply was made to PR ports/72542; it has been noted by GNATS. From: Heiner To: freebsd-gnats-submit@FreeBSD.org Cc: Subject: Re: ports/72542: [PATCH] update sysutils/k3b to 0.11.17 Date: Thu, 21 Oct 2004 22:30:12 +0200 Approved by maintainer. Please submit! Thanks Heiner From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Oct 21 20:41:18 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3E25816A4CF; Thu, 21 Oct 2004 20:41:18 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1E65843D4C; Thu, 21 Oct 2004 20:41:18 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (linimon@localhost [127.0.0.1]) i9LKfHsC096156; Thu, 21 Oct 2004 20:41:18 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i9LKfHLf096152; Thu, 21 Oct 2004 20:41:17 GMT (envelope-from linimon) Date: Thu, 21 Oct 2004 20:41:17 GMT From: Mark Linimon Message-Id: <200410212041.i9LKfHLf096152@freefall.freebsd.org> To: josemi@freebsd.jazztel.es, linimon@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/72542: [PATCH] update sysutils/k3b to 0.11.17 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Oct 2004 20:41:18 -0000 Synopsis: [PATCH] update sysutils/k3b to 0.11.17 State-Changed-From-To: feedback->open State-Changed-By: linimon State-Changed-When: Thu Oct 21 20:40:53 GMT 2004 State-Changed-Why: Feedback received (maintainer approval). http://www.freebsd.org/cgi/query-pr.cgi?pr=72542 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Oct 21 21:05:10 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 60AA816A4CE; Thu, 21 Oct 2004 21:05:10 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2E8A943D54; Thu, 21 Oct 2004 21:05:10 +0000 (GMT) (envelope-from thierry@FreeBSD.org) Received: from freefall.freebsd.org (thierry@localhost [127.0.0.1]) i9LL5Aum097883; Thu, 21 Oct 2004 21:05:10 GMT (envelope-from thierry@freefall.freebsd.org) Received: (from thierry@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i9LL59Go097872; Thu, 21 Oct 2004 21:05:09 GMT (envelope-from thierry) Date: Thu, 21 Oct 2004 21:05:09 GMT From: Thierry Thomas Message-Id: <200410212105.i9LL59Go097872@freefall.freebsd.org> To: ebrandi@fugspbr.org, thierry@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/71945: Maintainer update: sysutils/dar 2.1.1 -> 2.1.5 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Oct 2004 21:05:10 -0000 Synopsis: Maintainer update: sysutils/dar 2.1.1 -> 2.1.5 State-Changed-From-To: open->closed State-Changed-By: thierry State-Changed-When: Thu Oct 21 21:03:26 GMT 2004 State-Changed-Why: Committed, thanks! This port intalls its doc under $DATADIR; could you please consider installing it under $DOCSDIR? http://www.freebsd.org/cgi/query-pr.cgi?pr=71945 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Oct 21 21:20:23 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 06D1F16A4CE for ; Thu, 21 Oct 2004 21:20:23 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D31E543D4C for ; Thu, 21 Oct 2004 21:20:22 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i9LLKMHp001245 for ; Thu, 21 Oct 2004 21:20:22 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i9LLKM5T001244; Thu, 21 Oct 2004 21:20:22 GMT (envelope-from gnats) Resent-Date: Thu, 21 Oct 2004 21:20:22 GMT Resent-Message-Id: <200410212120.i9LLKM5T001244@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Travis Poppe Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B0FAC16A4D0 for ; Thu, 21 Oct 2004 21:17:50 +0000 (GMT) Received: from smtpauth.kewlio.net (smtpauth.kewlio.net [195.22.134.25]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3773143D31 for ; Thu, 21 Oct 2004 21:17:50 +0000 (GMT) (envelope-from tlp@LiquidX.org) Received: from maya.liquidx.org (65-103-219-245.bois.qwest.net [65.103.219.245]) (authenticated bits=0) by smtpauth.kewlio.net (8.12.10/8.12.10) with ESMTP id i9LLHkdk047199 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Thu, 21 Oct 2004 22:17:48 +0100 (BST) Message-Id: <20041021151801.7a7511c7@maya.liquidx.org> Date: Thu, 21 Oct 2004 15:18:01 -0600 From: Travis Poppe To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/72980: [BROKEN]: games/stratagus package broken on 5.3 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Oct 2004 21:20:23 -0000 >Number: 72980 >Category: ports >Synopsis: [BROKEN]: games/stratagus package broken on 5.3 >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu Oct 21 21:20:22 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Travis Poppe >Release: >Organization: >Environment: >Description: When using FreeBSD 5.3-RC1 (reported to do the same thing on BETA7 but supposedly works on BETA5), pkg_add -r stratagus will grab: ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-5.3-release/Latest/stratagus.tbz When 'bin/stratagus' is executed by a user, the application core dumps and crashes. When the port is compiled manually on 5.3-RC1, it runs just fine. I would assume this package needs to be re-built under 5.3-RC1 to fix the issue. >How-To-Repeat: >Fix: Re-build the games/stratagus package on 5.3-RC1 and update it. >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Oct 21 21:43:51 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C9A9016A4CE; Thu, 21 Oct 2004 21:43:51 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id B57D343D3F; Thu, 21 Oct 2004 21:43:51 +0000 (GMT) (envelope-from thierry@FreeBSD.org) Received: from freefall.freebsd.org (thierry@localhost [127.0.0.1]) i9LLhpHI002666; Thu, 21 Oct 2004 21:43:51 GMT (envelope-from thierry@freefall.freebsd.org) Received: (from thierry@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i9LLhpmp002662; Thu, 21 Oct 2004 21:43:51 GMT (envelope-from thierry) Date: Thu, 21 Oct 2004 21:43:51 GMT From: Thierry Thomas Message-Id: <200410212143.i9LLhpmp002662@freefall.freebsd.org> To: jb.quenot@caraldi.com, thierry@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/72928: New port: x11/hot-babe: Unusual system load monitor X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Oct 2004 21:43:51 -0000 Synopsis: New port: x11/hot-babe: Unusual system load monitor State-Changed-From-To: open->feedback State-Changed-By: thierry State-Changed-When: Thu Oct 21 21:42:28 GMT 2004 State-Changed-Why: The distfile is unfetchable from SourceForge: >> hot-babe-0.1.5.tar.bz2 doesn't seem to exist in /usr/ports/distfiles/. >> Attempting to fetch from http://eu.dl.sourceforge.net/hot-babe/. fetch: http://eu.dl.sourceforge.net/hot-babe/hot-babe-0.1.5.tar.bz2: Moved Temporarily >> Attempting to fetch from http://heanet.dl.sourceforge.net/sourceforge/hot-babe/. fetch: http://heanet.dl.sourceforge.net/sourceforge/hot-babe/hot-babe-0.1.5.tar.bz2: Not Found >> Attempting to fetch from http://aleron.dl.sourceforge.net/sourceforge/hot-babe/. fetch: http://aleron.dl.sourceforge.net/sourceforge/hot-babe/hot-babe-0.1.5.tar.bz2: Moved Temporarily >> Attempting to fetch from http://umn.dl.sourceforge.net/sourceforge/hot-babe/. fetch: http://umn.dl.sourceforge.net/sourceforge/hot-babe/hot-babe-0.1.5.tar.bz2: Moved Temporarily >> Attempting to fetch from http://belnet.dl.sourceforge.net/sourceforge/hot-babe/. fetch: http://belnet.dl.sourceforge.net/sourceforge/hot-babe/hot-babe-0.1.5.tar.bz2: Moved Temporarily >> Attempting to fetch from http://voxel.dl.sourceforge.net/sourceforge/hot-babe/. fetch: http://voxel.dl.sourceforge.net/sourceforge/hot-babe/hot-babe-0.1.5.tar.bz2: Moved Temporarily >> Attempting to fetch from http://optusnet.dl.sourceforge.net/sourceforge/hot-babe/. fetch: http://optusnet.dl.sourceforge.net/sourceforge/hot-babe/hot-babe-0.1.5.tar.bz2: Moved Temporarily >> Attempting to fetch from ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/. fetch: ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/hot-babe-0.1.5.tar.bz2: File unavailable (e.g., file not found, no access) >> Couldn't fetch it - please try to retrieve this >> port manually into /usr/ports/distfiles/ and try again. *** Error code 1 Stop in /usr/ports/x11/hot-babe. http://www.freebsd.org/cgi/query-pr.cgi?pr=72928 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Oct 21 21:48:25 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5B50316A4CE; Thu, 21 Oct 2004 21:48:25 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3BC6B43D45; Thu, 21 Oct 2004 21:48:25 +0000 (GMT) (envelope-from thierry@FreeBSD.org) Received: from freefall.freebsd.org (thierry@localhost [127.0.0.1]) i9LLmPSV002754; Thu, 21 Oct 2004 21:48:25 GMT (envelope-from thierry@freefall.freebsd.org) Received: (from thierry@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i9LLmOqD002750; Thu, 21 Oct 2004 21:48:25 GMT (envelope-from thierry) Date: Thu, 21 Oct 2004 21:48:25 GMT From: Thierry Thomas Message-Id: <200410212148.i9LLmOqD002750@freefall.freebsd.org> To: tkato432@yahoo.com, thierry@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/72818: Update port: cad/gmsh to 1.56.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Oct 2004 21:48:25 -0000 Synopsis: Update port: cad/gmsh to 1.56.0 State-Changed-From-To: open->closed State-Changed-By: thierry State-Changed-When: Thu Oct 21 21:47:58 GMT 2004 State-Changed-Why: Committed, thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=72818 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Oct 21 22:40:26 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 91D3D16A4D6 for ; Thu, 21 Oct 2004 22:40:26 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id C018F43D69 for ; Thu, 21 Oct 2004 22:40:25 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i9LMeP0u008692 for ; Thu, 21 Oct 2004 22:40:25 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i9LMeP2C008691; Thu, 21 Oct 2004 22:40:25 GMT (envelope-from gnats) Resent-Date: Thu, 21 Oct 2004 22:40:25 GMT Resent-Message-Id: <200410212240.i9LMeP2C008691@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Alexander Timoshenko Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 382EB16A54A for ; Thu, 21 Oct 2004 22:38:28 +0000 (GMT) Received: from expo.ukrweb.net (expo.ukrweb.net [193.125.78.116]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5E0CC43D41 for ; Thu, 21 Oct 2004 22:38:24 +0000 (GMT) (envelope-from root@expo.ukrweb.net) Received: from root by expo.ukrweb.net with local (Exim 4.34 (FreeBSD)) id 1CKlZb-000PTC-FZ for FreeBSD-gnats-submit@freebsd.org; Fri, 22 Oct 2004 01:38:19 +0300 Message-Id: Date: Fri, 22 Oct 2004 01:38:19 +0300 From: Alexander Timoshenko To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/72981: [maintainer update] update to 0.7.5 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Alexander Timoshenko List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Oct 2004 22:40:27 -0000 >Number: 72981 >Category: ports >Synopsis: [maintainer update] update to 0.7.5 >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Thu Oct 21 22:40:25 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Alexander Timoshenko >Release: FreeBSD 5.2.1-RELEASE-p10 i386 >Organization: >Environment: System: FreeBSD expo.ukrweb.net 5.2.1-RELEASE-p10 FreeBSD 5.2.1-RELEASE-p10 #0: Tue Sep 21 13:10:22 EEST 2004 anri@expo.ukrweb.net:/usr/obj/usr/src/sys/EXPO i386 >Description: * new upstream release (highlights: new tls module, starttls, improvements in admin web interface, bugfixes) >How-To-Repeat: >Fix: diff -ruN ejabberd.orig/Makefile ejabberd/Makefile --- ejabberd.orig/Makefile Thu Aug 19 13:15:58 2004 +++ ejabberd/Makefile Fri Oct 22 01:06:45 2004 @@ -6,7 +6,7 @@ # PORTNAME= ejabberd -PORTVERSION= 0.7 +PORTVERSION= 0.7.5 CATEGORIES= net MASTER_SITES= http://www.jabber.ru/files/ejabberd/ @@ -48,6 +48,7 @@ @${INSTALL_SCRIPT} ${WRKSRC}/ejabberdctl ${PREFIX}/bin @${INSTALL_SCRIPT} ${WRKSRC}/ejabberd.sh ${PREFIX}/etc/rc.d @${INSTALL_DATA} ${FILESDIR}/ejabberd.cfg.sample ${PREFIX}/etc/ + @${INSTALL_DATA} ${FILESDIR}/ejabberd.defaults ${PREFIX}/etc/ .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} @${INSTALL_DATA} ${WRKSRC}/../doc/* ${DOCSDIR} diff -ruN ejabberd.orig/distinfo ejabberd/distinfo --- ejabberd.orig/distinfo Mon Jul 19 15:51:15 2004 +++ ejabberd/distinfo Thu Oct 14 19:30:04 2004 @@ -1,2 +1,2 @@ -MD5 (ejabberd-0.7.tar.gz) = dfec9573263de8729213993f015cfac9 -SIZE (ejabberd-0.7.tar.gz) = 378466 +MD5 (ejabberd-0.7.5.tar.gz) = c9f900ed535cb446e8b567048514c705 +SIZE (ejabberd-0.7.5.tar.gz) = 410451 diff -ruN ejabberd.orig/files/ejabberd.cfg.sample ejabberd/files/ejabberd.cfg.sample --- ejabberd.orig/files/ejabberd.cfg.sample Tue Jul 20 20:12:20 2004 +++ ejabberd/files/ejabberd.cfg.sample Wed Oct 20 21:41:38 2004 @@ -84,10 +84,15 @@ %{ldap_uidattr, "uid"}. % LDAP attribute that holds user ID %{ldap_base, "dc=example,dc=com"}. % Base of LDAP directory +% For authentification via external script use the following: +%{auth_method, external}. +%{extauth_program, "/path/to/authentification/script"}. + % Host name: (replace for your hostname) {host, "localhost"}. + % Default language for server messages {language, "en"}. @@ -95,13 +100,13 @@ {listen, % Ordinary client-2-server service [{5222, ejabberd_c2s, [{access, c2s}, + starttls, {certfile, "/etc/ssl/certs/ejabberd.pem"}, {shaper, c2s_shaper}]}, -% SSL-enabled client-2-server service, uncomment these lines to -% enable ssl -% {5223, ejabberd_c2s, [{access, c2s}, -% ssl, -% {certfile, "/etc/ssl/certs/ejabberd.pem"}]}, +% SSL-enabled client-2-server service + {5223, ejabberd_c2s, [{access, c2s}, + tls, {certfile, "/etc/ssl/certs/ejabberd.pem"}, + {shaper, c2s_shaper}]}, % Server-2-server service {5269, ejabberd_s2s_in, [{shaper, s2s_shaper}]}, @@ -148,6 +153,7 @@ % Used modules: {modules, [ + {mod_announce, [{access, announce}]}, {mod_register, [{access, register}]}, {mod_roster, []}, {mod_privacy, []}, diff -ruN ejabberd.orig/files/ejabberd.defaults ejabberd/files/ejabberd.defaults --- ejabberd.orig/files/ejabberd.defaults Thu Jan 1 03:00:00 1970 +++ ejabberd/files/ejabberd.defaults Fri Oct 22 01:23:27 2004 @@ -0,0 +1,13 @@ +# Additionnal options passed to erlang while starting ejabberd. +# See erl(3) for more info +# default options already passed are: +# -noshell -detached +#export ERL_OPTIONS="-heart" + +# To use more than 1024 connections, you will need to set environment variable ERL_MAX_PORTS: +#export ERL_MAX_PORTS=1024 + +# To reduce memory usage, you can set environment variable ERL_FULLSWEEP_AFTER: +# But in this case ejabberd may work slower. +#export ERL_FULLSWEEP_AFTER=0 + diff -ruN ejabberd.orig/files/patch-src::ejabberd ejabberd/files/patch-src::ejabberd --- ejabberd.orig/files/patch-src::ejabberd Mon Jul 19 15:46:40 2004 +++ ejabberd/files/patch-src::ejabberd Fri Oct 22 01:13:01 2004 @@ -1,9 +1,10 @@ ---- ejabberd.orig Thu Jan 1 03:00:00 1970 -+++ ejabberd Sat Jul 3 15:52:35 2004 -@@ -0,0 +1,31 @@ +--- ejabberd.orig Wed Oct 20 21:59:31 2004 ++++ ejabberd Wed Oct 20 21:59:15 2004 +@@ -0,0 +1,33 @@ +#!/bin/sh + +[ -r /var/run/ejabberd/.erlang.cookie ] && HOME=/var/run/ejabberd ++[ -f %%PREFIX%%/etc/ejabberd.defaults ] && . %%PREFIX%%/etc/ejabberd.defaults + +CONFIG=%%PREFIX%%/etc/ejabberd.cfg +LOG=/var/log/ejabberd/ejabberd.log @@ -11,7 +12,8 @@ +SPOOL=/var/spool/ejabberd + +ARGS= -+while [ $# -ne 0 ]; ++ ++while [ $# -ne 0 ] +do + PARAM=$1 + shift @@ -21,14 +23,14 @@ + --log) LOG=$1 ; shift ;; + --sasl-log) SASL_LOG=$1 ; shift ;; + --spool) SPOOL=$1 ; shift ;; -+ *) ARGS="$ARGS $PARAM" ++ *) ARGS="$ARGS $PARAM" ;; + esac +done + +exec erl -sname ejabberd \ -+ -s ejabberd -detached \ ++ -s ejabberd \ + -ejabberd config \"$CONFIG\" log_path \"$LOG\" \ + -sasl sasl_error_logger \{file,\"$SASL_LOG\"\} \ + -mnesia dir \"$SPOOL\" \ -+ $ARGS "$@" ++ $ERL_OPTIONS $ARGS "$@" + diff -ruN ejabberd.orig/files/patch-src::ejabberd.sh ejabberd/files/patch-src::ejabberd.sh --- ejabberd.orig/files/patch-src::ejabberd.sh Mon Jul 19 15:46:40 2004 +++ ejabberd/files/patch-src::ejabberd.sh Fri Oct 22 01:12:42 2004 @@ -1,6 +1,6 @@ ---- ejabberd.sh Thu Jan 1 03:00:00 1970 -+++ ejabberd.sh Sat Jul 3 16:49:51 2004 -@@ -0,0 +1,42 @@ +--- ejabberd.sh.orig Wed Oct 20 22:16:07 2004 ++++ ejabberd.sh Wed Oct 20 22:14:04 2004 +@@ -0,0 +1,90 @@ +#! /bin/sh +# +# ejabberd Start/stop ejabberd server @@ -8,8 +8,8 @@ +# + +PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/bin:/usr/local/sbin -+EJABBERD=%%PREFIX%%/bin/ejabberd -+EJABBERDCTL=%%PREFIX%%/bin/ejabberdctl ++EJABBERD=/usr/local/bin/ejabberd ++EJABBERDCTL=/usr/local/bin/ejabberdctl +EJABBERDUSER=ejabberd +NAME=ejabberd +DESC=ejabberd @@ -17,27 +17,75 @@ +test -f $EJABBERD || exit 0 +test -f $EJABBERDCTL || exit 0 + ++# Include ejabberd defaults if available ++if [ -f %%PREFIX%%/etc/ejabberd.defaults ] ; then ++ . %%PREFIX%%/etc/ejabberd.defaults ++fi ++ ++ +set -e + ++status() ++{ ++ $EJABBERDCTL status >/dev/null ++} ++ ++start() ++{ ++ su $EJABBERDUSER -c "$EJABBERD -noshell -detached" ++} ++ ++ +case "$1" in + start) -+ echo -n "Starting $DESC: " -+ su ejabberd -c "$EJABBERD -heart -noshell -detached" -+ echo "$NAME." ++ echo -n "Starting $DESC: " ++ ++ if status ++ then ++ echo " already running." ++ false ++ else ++ start ++ fi ++ ++ echo "$NAME." + ;; + stop) + echo -n "Stopping $DESC: " -+ su ejabberd -c "$EJABBERDCTL stop" -+ echo "$NAME." ++ ++ if $EJABBERDCTL stop ++ then ++ cnt=0 ++ while status ++ do ++ cnt=`expr $cnt + 1` ++ if [ $cnt -gt 60 ] ++ then ++ echo -n " failed " ++ break ++ fi ++ sleep 1 ++ echo -n . ++ done ++ else ++ echo -n " failed " ++ fi ++ ++ echo "$NAME." + ;; + restart|force-reload) -+ echo -n "Restarting $DESC: " -+ su ejabberd -c "$EJABBERDCTL restart" -+ echo "$NAME." ++ echo -n "Restarting $DESC: " ++ if status ++ then ++ $EJABBERDCTL restart ++ else ++ start ++ fi ++ ++ echo "$NAME." + ;; + *) -+ N=/etc/init.d/$NAME -+ echo "Usage: $N {start|stop|restart|force-reload}" >&2 ++ echo "Usage: ejabberd.sh {start|stop|restart|force-reload}" >&2 + exit 1 + ;; +esac diff -ruN ejabberd.orig/files/patch-src::ejabberdctl ejabberd/files/patch-src::ejabberdctl --- ejabberd.orig/files/patch-src::ejabberdctl Mon Jul 19 15:46:40 2004 +++ ejabberd/files/patch-src::ejabberdctl Wed Oct 20 22:11:17 2004 @@ -1,9 +1,18 @@ ---- ejabberdctl.orig Thu Jan 1 03:00:00 1970 -+++ ejabberdctl Sat Jul 3 15:53:38 2004 -@@ -0,0 +1,6 @@ +--- ejabberdctl.orig Wed Oct 20 22:10:55 2004 ++++ ejabberdctl Wed Oct 20 22:10:49 2004 +@@ -0,0 +1,15 @@ +#!/bin/sh + +[ -r /var/run/ejabberd/.erlang.cookie ] && HOME=/var/run/ejabberd + -+exec erl -noinput -sname ejabberdctl -s ejabberd_ctl -extra ejabberd@`hostname -s` "$@" ++NODE=ejabberd@`hostname -s` ++ ++if [ $# -ne 0 ] ++then ++ case $1 in ++ --node) shift ; NODE=$1 ; shift ;; ++ esac ++fi ++ ++exec erl -noinput -sname ejabberdctl -s ejabberd_ctl -extra $NODE "$@" + diff -ruN ejabberd.orig/pkg-install ejabberd/pkg-install --- ejabberd.orig/pkg-install Tue Jul 20 14:38:45 2004 +++ ejabberd/pkg-install Fri Oct 22 01:05:02 2004 @@ -31,10 +31,13 @@ fi mkdir -m 750 /var/log/ejabberd /var/spool/ejabberd /var/run/ejabberd 2>/dev/null + cat > /var/run/ejabberd/.inetrc << __EOF__ {lookup,["file","native"]}. {host,{127,0,0,1}, ["localhost","hostalias"]}. __EOF__ -chown -R ejabberd:ejabberd /var/log/ejabberd /var/spool/ejabberd /var/run/ejabberd + +chown -R ejabberd:ejabberd /var/log/ejabberd /var/spool/ejabberd \ + /var/run/ejabberd exit 0 diff -ruN ejabberd.orig/pkg-plist ejabberd/pkg-plist --- ejabberd.orig/pkg-plist Tue Jul 20 23:14:20 2004 +++ ejabberd/pkg-plist Fri Oct 22 01:16:10 2004 @@ -1,5 +1,6 @@ bin/ejabberd bin/ejabberdctl +etc/ejabberd.defaults etc/ejabberd.cfg.sample etc/rc.d/ejabberd.sh lib/erlang/lib/ejabberd-%%VERSION%%/ebin/ELDAPv3.beam @@ -14,6 +15,7 @@ lib/erlang/lib/ejabberd-%%VERSION%%/ebin/ejabberd_c2s.beam lib/erlang/lib/ejabberd-%%VERSION%%/ebin/ejabberd_config.beam lib/erlang/lib/ejabberd-%%VERSION%%/ebin/ejabberd_ctl.beam +lib/erlang/lib/ejabberd-%%VERSION%%/ebin/ejabberd_hooks.beam lib/erlang/lib/ejabberd-%%VERSION%%/ebin/ejabberd_http.beam lib/erlang/lib/ejabberd-%%VERSION%%/ebin/ejabberd_http_poll.beam lib/erlang/lib/ejabberd-%%VERSION%%/ebin/ejabberd_listener.beam @@ -31,12 +33,14 @@ lib/erlang/lib/ejabberd-%%VERSION%%/ebin/ejabberd_tmp_sup.beam lib/erlang/lib/ejabberd-%%VERSION%%/ebin/ejabberd_web.beam lib/erlang/lib/ejabberd-%%VERSION%%/ebin/ejabberd_web_admin.beam +lib/erlang/lib/ejabberd-%%VERSION%%/ebin/extauth.beam lib/erlang/lib/ejabberd-%%VERSION%%/ebin/gen_iq_handler.beam lib/erlang/lib/ejabberd-%%VERSION%%/ebin/gen_mod.beam lib/erlang/lib/ejabberd-%%VERSION%%/ebin/iconv.beam lib/erlang/lib/ejabberd-%%VERSION%%/ebin/idna.beam lib/erlang/lib/ejabberd-%%VERSION%%/ebin/jd2ejd.beam lib/erlang/lib/ejabberd-%%VERSION%%/ebin/jlib.beam +lib/erlang/lib/ejabberd-%%VERSION%%/ebin/mod_announce.beam lib/erlang/lib/ejabberd-%%VERSION%%/ebin/mod_configure.beam lib/erlang/lib/ejabberd-%%VERSION%%/ebin/mod_configure2.beam lib/erlang/lib/ejabberd-%%VERSION%%/ebin/mod_disco.beam @@ -52,14 +56,17 @@ lib/erlang/lib/ejabberd-%%VERSION%%/ebin/mod_pubsub.beam lib/erlang/lib/ejabberd-%%VERSION%%/ebin/mod_register.beam lib/erlang/lib/ejabberd-%%VERSION%%/ebin/mod_roster.beam +lib/erlang/lib/ejabberd-%%VERSION%%/ebin/mod_service_log.beam lib/erlang/lib/ejabberd-%%VERSION%%/ebin/mod_stats.beam lib/erlang/lib/ejabberd-%%VERSION%%/ebin/mod_time.beam lib/erlang/lib/ejabberd-%%VERSION%%/ebin/mod_vcard.beam +lib/erlang/lib/ejabberd-%%VERSION%%/ebin/mod_vcard_ldap.beam lib/erlang/lib/ejabberd-%%VERSION%%/ebin/mod_version.beam lib/erlang/lib/ejabberd-%%VERSION%%/ebin/randoms.beam lib/erlang/lib/ejabberd-%%VERSION%%/ebin/sha.beam lib/erlang/lib/ejabberd-%%VERSION%%/ebin/shaper.beam lib/erlang/lib/ejabberd-%%VERSION%%/ebin/stringprep.beam +lib/erlang/lib/ejabberd-%%VERSION%%/ebin/tls.beam lib/erlang/lib/ejabberd-%%VERSION%%/ebin/translate.beam lib/erlang/lib/ejabberd-%%VERSION%%/ebin/xml.beam lib/erlang/lib/ejabberd-%%VERSION%%/ebin/xml_stream.beam @@ -67,10 +74,12 @@ lib/erlang/lib/ejabberd-%%VERSION%%/priv/lib/expat_erl.so lib/erlang/lib/ejabberd-%%VERSION%%/priv/lib/iconv_erl.so lib/erlang/lib/ejabberd-%%VERSION%%/priv/lib/stringprep_drv.so +lib/erlang/lib/ejabberd-%%VERSION%%/priv/lib/tls_drv.so lib/erlang/lib/ejabberd-%%VERSION%%/priv/msgs/es.msg lib/erlang/lib/ejabberd-%%VERSION%%/priv/msgs/fr.msg lib/erlang/lib/ejabberd-%%VERSION%%/priv/msgs/nl.msg lib/erlang/lib/ejabberd-%%VERSION%%/priv/msgs/ru.msg +lib/erlang/lib/ejabberd-%%VERSION%%/priv/msgs/uk.msg %%PORTDOCS%%%%DOCSDIR%%/confacls.png %%PORTDOCS%%%%DOCSDIR%%/confhostname.png %%PORTDOCS%%%%DOCSDIR%%/dev.html >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Oct 21 22:50:30 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5CA0416A4E2 for ; Thu, 21 Oct 2004 22:50:30 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 46F1E43D7D for ; Thu, 21 Oct 2004 22:50:27 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i9LMoR4M008921 for ; Thu, 21 Oct 2004 22:50:27 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i9LMoRSR008920; Thu, 21 Oct 2004 22:50:27 GMT (envelope-from gnats) Resent-Date: Thu, 21 Oct 2004 22:50:27 GMT Resent-Message-Id: <200410212250.i9LMoRSR008920@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, "Sebastian Yepes F.ESN" Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A94B116A4CF for ; Thu, 21 Oct 2004 22:45:44 +0000 (GMT) Received: from mx.x123.info (165.Red-80-37-224.pooles.rima-tde.net [80.37.224.165]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8B26F43D41 for ; Thu, 21 Oct 2004 22:45:43 +0000 (GMT) (envelope-from esn@x123.info) Received: by mx.x123.info (Postfix, from userid 1000) id 6FCEC17040; Fri, 22 Oct 2004 00:45:41 +0200 (CEST) Message-Id: <20041021224541.6FCEC17040@mx.x123.info> Date: Fri, 22 Oct 2004 00:45:41 +0200 (CEST) From: "Sebastian Yepes F.ESN" To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/72982: [Port Update]:: comms/hamlib 1.2.0 -> 1.2.2 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: "Sebastian Yepes F.ESN" List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Oct 2004 22:50:31 -0000 >Number: 72982 >Category: ports >Synopsis: [Port Update]:: comms/hamlib 1.2.0 -> 1.2.2 >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Thu Oct 21 22:50:26 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Sebastian Yepes F. [ESN] >Release: FreeBSD 6.0-CURRENT i386 >Organization: >Environment: System: FreeBSD agosto 6.0-CURRENT FreeBSD 6.0-CURRENT #0: Mon Oct 11 02:41:35 CEST 2004 esn@agosto:/usr/obj/usr/src/sys/MYK_SRV i386 >Description: Just a Regular Port upgrade! HAM RulZZ!!!! >How-To-Repeat: >Fix: diff -ur hamlib.old/Makefile hamlib/Makefile --- hamlib.old/Makefile Thu Oct 21 23:19:32 2004 +++ hamlib/Makefile Fri Oct 22 00:39:34 2004 @@ -6,7 +6,7 @@ # PORTNAME= hamlib -PORTVERSION= 1.2.0 +PORTVERSION= 1.2.2 CATEGORIES= comms MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -16,13 +16,13 @@ COMMENT= Shared libraries for Amateur Radio Equipment Control Applications USE_PERL5= yes -USE_INC_LIBTOOL_VER= 13 +USE_INC_LIBTOOL_VER= 15 USE_GNOME= pkgconfig gnomehack INSTALLS_SHLIB= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" LIBS="-L${LOCALBASE}/lib" CONFIGURE_ARGS+= --with-perl-binding -MAN1= rigctl.1 rigmem.1 rotctl.1 +MAN1= rigctl.1 rigmem.1 rigswr.1 rotctl.1 MAN8= rpc.rigd.8 rpc.rotd.8 .if defined(WITH_PYTHON) diff -ur hamlib.old/distinfo hamlib/distinfo --- hamlib.old/distinfo Thu Oct 21 23:19:32 2004 +++ hamlib/distinfo Thu Oct 21 23:20:43 2004 @@ -1,2 +1,2 @@ -MD5 (hamlib-1.2.0.tar.gz) = 3f683a2eb8c2bb29499b028ef9f43aed -SIZE (hamlib-1.2.0.tar.gz) = 1300085 +MD5 (hamlib-1.2.2.tar.gz) = 62a9140f12d071a1c9f077a948d21f8f +SIZE (hamlib-1.2.2.tar.gz) = 1359213 diff -ur hamlib.old/files/patch-include-config.h.in hamlib/files/patch-include-config.h.in --- hamlib.old/files/patch-include-config.h.in Thu Oct 21 23:19:32 2004 +++ hamlib/files/patch-include-config.h.in Thu Oct 21 23:26:58 2004 @@ -1,9 +1,9 @@ ---- include/config.h.in.orig Mon Apr 19 22:16:14 2004 -+++ include/config.h.in Mon Apr 19 22:16:43 2004 -@@ -388,16 +388,6 @@ +--- include/config.h.in.orig Mon Aug 23 23:12:37 2004 ++++ include/config.h.in Thu Oct 21 23:25:45 2004 +@@ -394,16 +394,6 @@ extern "C" { #endif - + -#ifndef HAVE_GETOPT -int getopt (int argc, char * const argv[], const char * optstring); -extern char * optarg; diff -ur hamlib.old/pkg-plist hamlib/pkg-plist --- hamlib.old/pkg-plist Thu Oct 21 23:19:32 2004 +++ hamlib/pkg-plist Fri Oct 22 00:38:00 2004 @@ -1,5 +1,6 @@ bin/rigctl bin/rigmem +bin/rigswr bin/rotctl include/hamlib/rig.h include/hamlib/rig_dll.h @@ -8,6 +9,9 @@ include/hamlib/rotator.h include/hamlib/rotclass.h include/hamlib/rotlist.h +lib/_Hamlib.a +lib/_Hamlib.la +lib/_Hamlib.so lib/hamlib-alinco.a lib/hamlib-alinco.la lib/hamlib-alinco.so @@ -41,6 +45,9 @@ lib/hamlib-kenwood.a lib/hamlib-kenwood.la lib/hamlib-kenwood.so +lib/hamlib-kit.a +lib/hamlib-kit.la +lib/hamlib-kit.so lib/hamlib-lowe.a lib/hamlib-lowe.la lib/hamlib-lowe.so @@ -65,6 +72,9 @@ lib/hamlib-sartek.a lib/hamlib-sartek.la lib/hamlib-sartek.so +lib/hamlib-skanti.a +lib/hamlib-skanti.la +lib/hamlib-skanti.so lib/hamlib-tapr.a lib/hamlib-tapr.la lib/hamlib-tapr.so @@ -74,6 +84,9 @@ lib/hamlib-uniden.a lib/hamlib-uniden.la lib/hamlib-uniden.so +lib/hamlib-winradio.a +lib/hamlib-winradio.la +lib/hamlib-winradio.so lib/hamlib-yaesu.a lib/hamlib-yaesu.la lib/hamlib-yaesu.so @@ -81,21 +94,27 @@ %%TCL%%lib/hamlibtcl.a %%TCL%%lib/hamlibtcl.la %%TCL%%lib/hamlibtcl.so -lib/libhamlib++-1.2.0.so -lib/libhamlib++-1.2.0.so.2 +lib/libhamlib++-1.2.2.so +lib/libhamlib++-1.2.2.so.2 lib/libhamlib++.a lib/libhamlib++.la lib/libhamlib++.so -lib/libhamlib-1.2.0.so -lib/libhamlib-1.2.0.so.2 +lib/libhamlib-1.2.2.so +lib/libhamlib-1.2.2.so.2 lib/libhamlib.a lib/libhamlib.la lib/libhamlib.so -libdata/pkgconfig/hamlib.pc +lib/perl5/5.8.5/mach/perllocal.pod +lib/perl5/site_perl/5.8.5/mach/Hamlib.pm +lib/perl5/site_perl/5.8.5/mach/auto/Hamlib/.packlist +lib/perl5/site_perl/5.8.5/mach/auto/Hamlib/Hamlib.bs +lib/perl5/site_perl/5.8.5/mach/auto/Hamlib/Hamlib.so +lib/perl5/site_perl/5.8.5/mach/perltest.pl %%PYTHON%%lib/python/Hamlib.py %%PYTHON%%lib/python/Hamlib.pyc %%PYTHON%%lib/python/Hamlib.pyo %%TCL%%lib/tcl/pkgIndex.tcl +libdata/pkgconfig/hamlib.pc sbin/rpc.rigd sbin/rpc.rotd share/aclocal/hamlib.m4 >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Oct 21 23:10:30 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4FFBC16A56D for ; Thu, 21 Oct 2004 23:10:30 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0B70043D46 for ; Thu, 21 Oct 2004 23:10:30 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i9LNAU7B013371 for ; Thu, 21 Oct 2004 23:10:30 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i9LNATpW013370; Thu, 21 Oct 2004 23:10:29 GMT (envelope-from gnats) Resent-Date: Thu, 21 Oct 2004 23:10:29 GMT Resent-Message-Id: <200410212310.i9LNATpW013370@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Piotr Smyrak Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 852C516A4CE for ; Thu, 21 Oct 2004 23:03:55 +0000 (GMT) Received: from beth.poprostu.pl (dnm188.neoplus.adsl.tpnet.pl [83.24.94.188]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7BA3343D49 for ; Thu, 21 Oct 2004 23:03:53 +0000 (GMT) (envelope-from smyru@smyrak.com) Received: from smyru by beth.poprostu.pl with local (Exim 4.43 (FreeBSD)) id 1CKlvo-0004H6-3m for FreeBSD-gnats-submit@freebsd.org; Fri, 22 Oct 2004 01:01:16 +0200 Message-Id: Date: Fri, 22 Oct 2004 01:01:16 +0200 From: Piotr Smyrak Sender: Piotr Smyrak To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/72983: [patch] update polish/gnugadu2 from 2.0.3 to 2.2.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Piotr Smyrak List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Oct 2004 23:10:30 -0000 >Number: 72983 >Category: ports >Synopsis: [patch] update polish/gnugadu2 from 2.0.3 to 2.2.0 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Thu Oct 21 23:10:29 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Piotr Smyrak >Release: FreeBSD 5.3-BETA5 i386 >Organization: >Environment: System: FreeBSD smyru 5.3-BETA5 FreeBSD 5.3-BETA5 #2: Fri Oct 1 14:13:03 CEST 2004 root@smyru:/usr/obj/usr/src/sys/SMYRU i386 >Description: This is upgrade of gnugadu2 port to the next major release. >How-To-Repeat: N/A >Fix: --- gg.patch begins here --- diff -Naru gnugadu2.orig/Makefile gnugadu2/Makefile --- gnugadu2.orig/Makefile Wed Jul 21 23:38:29 2004 +++ gnugadu2/Makefile Thu Oct 21 23:30:16 2004 @@ -6,7 +6,7 @@ # PORTNAME= gnugadu2 -PORTVERSION= 2.0.3 +PORTVERSION= 2.2.0 CATEGORIES= polish net MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ggadu @@ -18,7 +18,6 @@ LIB_DEPENDS= gadu.3:${PORTSDIR}/polish/ekg USE_X_PREFIX= yes -USE_BZIP2= yes USE_PERL5= yes USE_GMAKE= yes USE_GNOME= gtk20 @@ -28,12 +27,9 @@ WANT_GNOME= yes CONFLICTS= qhacc-* -CONFIGURE_ARGS= --with-gui \ - --with-gadu \ - --with-sms \ - --with-external \ +CONFIGURE_ARGS= \ --with-external-libgadu \ - --with-update + --without-remote CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" @@ -44,78 +40,71 @@ WITH_ESOUND= yes .endif -.if defined(WITH_GTKSPELL) -CONFIGURE_ARGS+= --with-gtkspell +.if !defined(WITH_GTKSPELL) +CONFIGURE_ARGS+= --without-gtkspell +.else LIB_DEPENDS+= gtkspell.0:${PORTSDIR}/textproc/gtkspell2 .endif -.if defined(WITH_DOCKLET) -CONFIGURE_ARGS+= --with-docklet_system_tray -PLIST_SUB+= DOCKLET:="" -.else -CONFIGURE_ARGS+= --without-docklet_system_tray +.if !defined(WITH_DOCKLET) +CONFIGURE_ARGS+= --without-docklet-system-tray PLIST_SUB+= DOCKLET:="@comment " +.else +PLIST_SUB+= DOCKLET:="" .endif -.if defined(WITH_DOCKAPP) -CONFIGURE_ARGS+= --with-docklet_dockapp -PLIST_SUB+= DOCKAPP:="" -.else +.if !defined(WITH_DOCKAPP) CONFIGURE_ARGS+= --without-docklet_dockapp PLIST_SUB+= DOCKAPP:="@comment " +.else +PLIST_SUB+= DOCKAPP:="" .endif -.if defined(WITH_TLEN) -CONFIGURE_ARGS+= --with-tlen -LIB_DEPENDS+= tlen.1:${PORTSDIR}/polish/libtlen -PLIST_SUB+= TLEN:="" -.else +.if !defined(WITH_TLEN) CONFIGURE_ARGS+= --without-tlen PLIST_SUB+= TLEN:="@comment " +.else +LIB_DEPENDS+= tlen.1:${PORTSDIR}/polish/libtlen +PLIST_SUB+= TLEN:="" .endif -.if defined(WITH_JABBER) -CONFIGURE_ARGS+= --with-jabber -LIB_DEPENDS+= loudmouth-1.0:${PORTSDIR}/net/loudmouth -PLIST_SUB+= JABBER:="" -.else +.if !defined(WITH_JABBER) CONFIGURE_ARGS+= --without-jabber PLIST_SUB+= JABBER:="@comment " +.else +LIB_DEPENDS+= loudmouth-1.0:${PORTSDIR}/net/loudmouth +PLIST_SUB+= JABBER:="" .endif -.if defined(WITH_ESOUND) -CONFIGURE_ARGS+= --with-esd +.if !defined(WITH_ESOUND) +CONFIGURE_ARGS+= --without-esd +PLIST_SUB+= ESOUND:="@comment " +.else PKGNAMESUFFIX= -esound USE_GNOME+= esound PLIST_SUB+= ESOUND:="" -.else -CONFIGURE_ARGS+= --without-esd -PLIST_SUB+= ESOUND:="@comment " .endif -.if defined(WITH_ARTS) -CONFIGURE_ARGS+= --with-arts -LIB_DEPENDS+= artsc.0:${PORTSDIR}/audio/arts -PLIST_SUB+= ARTS:="" -.else +.if !defined(WITH_ARTS) CONFIGURE_ARGS+= --without-arts PLIST_SUB+= ARTS:="@comment " +.else +LIB_DEPENDS+= artsc.0:${PORTSDIR}/audio/arts +PLIST_SUB+= ARTS:="" .endif -.if defined(WITH_OSS) -CONFIGURE_ARGS+= --with-oss -PLIST_SUB+= OSS:="" -.else +.if !defined(WITH_OSS) PLIST_SUB+= OSS:="@comment " +.else +PLIST_SUB+= OSS:="" .endif -.if defined(WITH_XOSD) -CONFIGURE_ARGS+= --with-xosd -LIB_DEPENDS+= xosd.4:${PORTSDIR}/misc/xosd -PLIST_SUB+= XOSD:="" -.else +.if !defined(WITH_XOSD) CONFIGURE_ARGS+= --without-xosd PLIST_SUB+= XOSD:="@comment " +.else +LIB_DEPENDS+= xosd.4:${PORTSDIR}/misc/xosd +PLIST_SUB+= XOSD:="" .endif .if (${HAVE_GNOME:Mgnomehier}!="") @@ -130,17 +119,38 @@ .endif pre-everything:: +.if defined(WITH_TLEN) || defined(WITH_JABBER) || defined(WITH_XOSD) || defined(WITH_DOCLET) || defined(WITH_DOCKAPP) || defined(WITH_OSS) || defined(WITH_ARTS) || defined(WITH_ESOUND) || defined(WITH_GTKSPELL) @${ECHO_MSG} @${ECHO_MSG} " You can define following build options:" @${ECHO_MSG} +.endif +.if !defined(WITH_TLEN) @${ECHO_MSG} " WITH_TLEN to enable Tlen.pl network plugin" +.endif +.if !defined(WITH_JABBER) @${ECHO_MSG} " WITH_JABBER to enable Jabber loudmouth plugin" +.endif +.if !defined(WITH_XOSD) @${ECHO_MSG} " WITH_XOSD to enable On-Screen-Display messages" +.endif +.if !defined(WITH_DOCKLET) @${ECHO_MSG} " WITH_DOCKLET to enable freedesktop.org docklet plugin" +.endif +.if !defined(WITH_DOCKAPP) @${ECHO_MSG} " WITH_DOCKAPP to enable WindowMaker dockapp plugin" +.endif +.if !defined(WITH_OSS) @${ECHO_MSG} " WITH_OSS to build with sound via OSS" +.endif +.if !defined(WITH_ARTS) @${ECHO_MSG} " WITH_ARTS to build with aRts sound server" +.endif +.if !defined(WITH_ESOUND) @${ECHO_MSG} " WITH_ESOUND to build with esound sound server" +.endif +.if !defined(WITH_GTKSPELL) + @${ECHO_MSG} " WITH_GTKSPELL to enable GTKSpell checker" +.endif @${ECHO_MSG} post-patch: diff -Naru gnugadu2.orig/distinfo gnugadu2/distinfo --- gnugadu2.orig/distinfo Wed Jul 21 23:38:29 2004 +++ gnugadu2/distinfo Thu Oct 21 23:31:11 2004 @@ -1,2 +1,2 @@ -MD5 (gg2-2.0.3.tar.bz2) = e8795ba49b9817a1db5e8628c9c9e30a -SIZE (gg2-2.0.3.tar.bz2) = 1182315 +MD5 (gg2-2.2.0.tar.gz) = 922561225eefaf1b2c1b13d772002581 +SIZE (gg2-2.2.0.tar.gz) = 1282674 diff -Naru gnugadu2.orig/files/patch-src::plugins::GUI::GUI_plugin.c gnugadu2/files/patch-src::plugins::GUI::GUI_plugin.c --- gnugadu2.orig/files/patch-src::plugins::GUI::GUI_plugin.c Wed Jul 21 23:38:29 2004 +++ gnugadu2/files/patch-src::plugins::GUI::GUI_plugin.c Thu Jan 1 01:00:00 1970 @@ -1,19 +0,0 @@ ---- src/plugins/GUI/GUI_plugin.c.orig Fri Jun 11 03:25:33 2004 -+++ src/plugins/GUI/GUI_plugin.c Wed Jul 21 22:42:19 2004 -@@ -753,6 +753,7 @@ - GGaduMsg *msg = signal->data; - gui_protocol *gp = NULL; - gchar *soundfile = NULL; -+ GtkWidget *window; - - if (!signal || !msg) - { -@@ -816,7 +817,7 @@ - if (msg->message && (soundfile = ggadu_config_var_get(gui_handler, "sound_msg_in"))) - signal_emit_full("main-gui", "sound play file", soundfile, "sound*", NULL); - -- GtkWidget *window = gtk_widget_get_ancestor(session->chat, GTK_TYPE_WINDOW); -+ window = gtk_widget_get_ancestor(session->chat, GTK_TYPE_WINDOW); - if (!GTK_WIDGET_VISIBLE(window)) { - if (showwindow) { - /* GtkWidget *input = g_object_get_data(G_OBJECT(session->chat), "input"); diff -Naru gnugadu2.orig/files/patch-src::plugins::gadu_gadu::gadu_gadu_plugin.c gnugadu2/files/patch-src::plugins::gadu_gadu::gadu_gadu_plugin.c --- gnugadu2.orig/files/patch-src::plugins::gadu_gadu::gadu_gadu_plugin.c Wed Jul 21 23:38:29 2004 +++ gnugadu2/files/patch-src::plugins::gadu_gadu::gadu_gadu_plugin.c Thu Jan 1 01:00:00 1970 @@ -1,140 +0,0 @@ ---- src/plugins/gadu_gadu/gadu_gadu_plugin.c.orig Sat Jun 12 09:04:53 2004 -+++ src/plugins/gadu_gadu/gadu_gadu_plugin.c Wed Jul 21 23:11:11 2004 -@@ -385,6 +385,10 @@ - GGaduMsg *msg = NULL; - gchar *hist_line = NULL; - gint i, j; -+ GSList *list; -+ GSList *us; -+ gchar *line2 = NULL; -+ - - /* w przypadku bledu/utraty polaczenia postap tak jak w przypadku disconnect */ - if (!(e = gg_watch_fd(session)) || (condition & G_IO_ERR) || -@@ -524,9 +528,8 @@ - - } - -- GSList *list = ggadu_repo_get_as_slist("gadu-gadu", REPO_VALUE_CONTACT); -- GSList *us = list; -- gchar *line2 = NULL; -+ list = ggadu_repo_get_as_slist("gadu-gadu", REPO_VALUE_CONTACT); -+ us = list; - - while(us) - { -@@ -560,6 +563,8 @@ - gchar *strIP = NULL; - gchar *id = g_strdup_printf("%d", e->event.notify60[i].uin); - struct in_addr ip_addr; -+ gchar *status = NULL; -+ gchar *line; - GGaduContact *k = ggadu_repo_find_value("gadu-gadu", ggadu_repo_key_from_string(id)); - - if (k) -@@ -581,7 +586,7 @@ - - /* Zapiszmy sobie zmiane opisu do pliku historii */ - -- gchar *status = NULL; -+ status = NULL; - if((k->status == GG_STATUS_AVAIL)||(k->status == GG_STATUS_AVAIL_DESCR)) status = g_strdup_printf("avail"); - else if((k->status == GG_STATUS_BUSY)||(k->status == GG_STATUS_BUSY_DESCR)) status = g_strdup_printf("busy"); - else if((k->status == GG_STATUS_INVISIBLE)||(k->status == GG_STATUS_INVISIBLE_DESCR)) status = g_strdup_printf("notavail"); -@@ -592,7 +597,7 @@ - /* Format kompatybilny z histori± Kadu ;) */ - /* Jednak pierw nale¿y skasowaæ [numerek].idx aby uaktualniæ ;) */ - -- gchar *line = g_strdup_printf("status,%s,%s,%s,%d,%s%s\n", k->id, k->nick, -+ line = g_strdup_printf("status,%s,%s,%s,%d,%s%s\n", k->id, k->nick, - ((k->ip == NULL) ? "0.0.0.0" : k->ip), (int)time(0), status, - ((k->status_descr == NULL) ? "" : g_strdup_printf(",%s",k->status_descr))); - ggadu_gg_save_history((gchar *) k->id, line); -@@ -623,6 +628,8 @@ - - while (n->uin) - { -+ gchar *status; -+ gchar *line; - gchar *id = g_strdup_printf("%d", n->uin); - GGaduContact *k = ggadu_repo_find_value("gadu-gadu", ggadu_repo_key_from_string(id)); - struct in_addr ip_addr; -@@ -647,7 +654,7 @@ - - /* Zapiszmy sobie zmiane opisu do pliku historii */ - -- gchar *status = NULL; -+ status = NULL; - if((k->status == GG_STATUS_AVAIL)||(k->status == GG_STATUS_AVAIL_DESCR)) status = g_strdup_printf("avail"); - else if((k->status == GG_STATUS_BUSY)||(k->status == GG_STATUS_BUSY_DESCR)) status = g_strdup_printf("busy"); - else if((k->status == GG_STATUS_INVISIBLE)||(k->status == GG_STATUS_INVISIBLE_DESCR)) status = g_strdup_printf("notavail"); -@@ -658,7 +665,7 @@ - /* Format kompatybilny z histori± Kadu ;) */ - /* Jednak pierw nale¿y skasowaæ [numerek].idx aby uaktualniæ ;) */ - -- gchar *line = g_strdup_printf("status,%s,%s,%s,%d,%s%s\n", k->id, k->nick, -+ line = g_strdup_printf("status,%s,%s,%s,%d,%s%s\n", k->id, k->nick, - ((k->ip == NULL) ? "0.0.0.0" : k->ip), (gint)time(0), status, - ((k->status_descr == NULL) ? "" : g_strdup_printf(",%s",k->status_descr))); - ggadu_gg_save_history((gchar *) k->id, line); -@@ -674,6 +681,8 @@ - case GG_EVENT_STATUS60: - case GG_EVENT_STATUS: - { -+ gchar *status; -+ gchar *line; - gchar *id = - g_strdup_printf("%d", - (e->type == -@@ -698,7 +707,7 @@ - - /* Zapiszmy sobie zmiane opisu do pliku historii */ - -- gchar *status = NULL; -+ status = NULL; - if((k->status == GG_STATUS_AVAIL)||(k->status == GG_STATUS_AVAIL_DESCR)) status = g_strdup_printf("avail"); - else if((k->status == GG_STATUS_BUSY)||(k->status == GG_STATUS_BUSY_DESCR)) status = g_strdup_printf("busy"); - else if((k->status == GG_STATUS_INVISIBLE)||(k->status == GG_STATUS_INVISIBLE_DESCR)) status = g_strdup_printf("notavail"); -@@ -709,7 +718,7 @@ - /* Format kompatybilny z histori± Kadu ;) */ - /* Jednak pierw nale¿y skasowaæ [numerek].idx aby uaktualniæ ;) */ - -- gchar *line = g_strdup_printf("status,%s,%s,%s,%d,%s%s\n", k->id, k->nick, -+ line = g_strdup_printf("status,%s,%s,%s,%d,%s%s\n", k->id, k->nick, - ((k->ip == NULL) ? "0.0.0.0" : k->ip), (gint)time(0), status, - ((k->status_descr == NULL) ? "" : g_strdup_printf(",%s",k->status_descr))); - ggadu_gg_save_history((gchar *) k->id, line); -@@ -2275,6 +2284,7 @@ - GSList *tmp = msg->recipients; - while (tmp) - { -+ gchar *line; - GSList *list = ggadu_repo_get_as_slist("gadu-gadu", REPO_VALUE_CONTACT); - GSList *us = list; - gchar *line2 = NULL; -@@ -2288,7 +2298,7 @@ - } - - -- gchar *line = -+ line = - g_strdup_printf("chatsend,%s,%s,%d,%s\n", msg->id, line2, (gint)time(0), msg->message); - ggadu_gg_save_history((gchar *) tmp->data, line); - g_free(line2); -@@ -2312,6 +2322,7 @@ - } - else if (ggadu_config_var_get(handler, "log")) - { -+ gchar *line; - GSList *list = ggadu_repo_get_as_slist("gadu-gadu", REPO_VALUE_CONTACT); - GSList *us = list; - gchar *line2 = NULL; -@@ -2324,7 +2335,7 @@ - us = us->next; - } - -- gchar *line = -+ line = - g_strdup_printf("chatsend,%s,%s,%d,%s\n", msg->id, line2, (gint)time(0), msg->message); - ggadu_gg_save_history(msg->id, line); - diff -Naru gnugadu2.orig/pkg-descr gnugadu2/pkg-descr --- gnugadu2.orig/pkg-descr Fri Jan 16 00:48:06 2004 +++ gnugadu2/pkg-descr Fri Oct 22 00:42:17 2004 @@ -1,9 +1,9 @@ -Development GTK2 based version of GaduGadu client for X11/GTK. -GaduGadu is an ICQ-like messenger network for the Polish language. +Gadu-Gadu protocol client for X11/GTK+, instant messenger targeting +mainly users of this Poland's based propietary IM network. GnuGadu2 is a complete rewrite featuring a plugin extensible -architecture, that opens it to the multiprotocol world. Transport -plugins exist for Jabber, Tlen.pl, there are sound servers and -others. +architecture, that has opened it to the multiprotocol world. Transport +plugins exist for Jabber, Tlen.pl, also for various sound servers +and others. -WWW: http://gadu.gnu.pl +WWW: http://www.gnugadu.org diff -Naru gnugadu2.orig/pkg-plist gnugadu2/pkg-plist --- gnugadu2.orig/pkg-plist Wed Jul 21 23:38:29 2004 +++ gnugadu2/pkg-plist Fri Oct 22 00:30:36 2004 @@ -228,14 +228,13 @@ share/gg2/pixmaps/icons/rozgwiazda/license.txt share/gg2/pixmaps/icons/rozgwiazda/sms.png share/gg2/pixmaps/icons/rozgwiazda/tlen.png -share/gg2/pixmaps/icons/tlen-3d/README -share/gg2/pixmaps/icons/tlen-3d/tlen-away.png -share/gg2/pixmaps/icons/tlen-3d/tlen-beback.png -share/gg2/pixmaps/icons/tlen-3d/tlen-chat.png -share/gg2/pixmaps/icons/tlen-3d/tlen-invisible.png -share/gg2/pixmaps/icons/tlen-3d/tlen-occupied.png -share/gg2/pixmaps/icons/tlen-3d/tlen-offline.png -share/gg2/pixmaps/icons/tlen-3d/tlen-online.png +share/gg2/pixmaps/icons/tlen-classic/tlen-away.png +share/gg2/pixmaps/icons/tlen-classic/tlen-beback.png +share/gg2/pixmaps/icons/tlen-classic/tlen-chat.png +share/gg2/pixmaps/icons/tlen-classic/tlen-invisible.png +share/gg2/pixmaps/icons/tlen-classic/tlen-occupied.png +share/gg2/pixmaps/icons/tlen-classic/tlen-offline.png +share/gg2/pixmaps/icons/tlen-classic/tlen-online.png share/gg2/pixmaps/icq-away.png share/gg2/pixmaps/icq-dnd.png share/gg2/pixmaps/icq-freechat.png @@ -245,14 +244,16 @@ share/gg2/pixmaps/icq-offline.png share/gg2/pixmaps/icq-online.png share/gg2/pixmaps/icq.png +share/gg2/pixmaps/jabber-auth-from.png share/gg2/pixmaps/jabber-away.png share/gg2/pixmaps/jabber-dnd.png share/gg2/pixmaps/jabber-error.png +share/gg2/pixmaps/jabber-noauth.png share/gg2/pixmaps/jabber-offline.png share/gg2/pixmaps/jabber-online.png share/gg2/pixmaps/jabber-xa.png share/gg2/pixmaps/jabber.png -share/gg2/pixmaps/new-msg.png +share/gg2/pixmaps/new-msg.gif share/gg2/pixmaps/offline.png share/gg2/pixmaps/online.png share/gg2/pixmaps/push-pin.png @@ -279,8 +280,10 @@ share/gg2/themes/gray2.theme share/gg2/themes/green2.theme share/gg2/themes/lightblue.theme +share/gg2/themes/office.theme share/gg2/themes/red2.theme share/gg2/themes/thinice.theme +share/gg2/themes/tropic.theme share/gg2/themes/vblue2.theme share/gg2/themes/vgreen2.theme share/gg2/themes/vred2.theme --- gg.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Oct 21 23:20:25 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4CBC616A4CE for ; Thu, 21 Oct 2004 23:20:25 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 315B143D48 for ; Thu, 21 Oct 2004 23:20:25 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i9LNKPZV013633 for ; Thu, 21 Oct 2004 23:20:25 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i9LNKPB2013632; Thu, 21 Oct 2004 23:20:25 GMT (envelope-from gnats) Resent-Date: Thu, 21 Oct 2004 23:20:25 GMT Resent-Message-Id: <200410212320.i9LNKPB2013632@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Anish Mistry Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D52C816A4E9 for ; Thu, 21 Oct 2004 23:19:48 +0000 (GMT) Received: from smtp3.fuse.net (mail-out3.fuse.net [216.68.8.176]) by mx1.FreeBSD.org (Postfix) with ESMTP id 35CBE43D4C for ; Thu, 21 Oct 2004 23:19:48 +0000 (GMT) (envelope-from amistry@united-ware.com) Received: from gx5.fuse.net ([216.196.156.33]) by smtp3.fuse.net (InterMail vM.6.01.03.04 201-2131-111-106-20040729) with ESMTP id <20041021231939.LDMF22310.smtp3.fuse.net@gx5.fuse.net> for ; Thu, 21 Oct 2004 19:19:39 -0400 Received: from www.united-ware.com ([216.196.156.33]) by gx5.fuse.net (InterMail vG.1.00.00.00 201-2136-104-20040331) with ESMTP id <20041021231933.RRFQ10526.gx5.fuse.net@www.united-ware.com> for ; Thu, 21 Oct 2004 19:19:33 -0400 Received: from www.united-ware.com (localhost [127.0.0.1]) by www.united-ware.com (8.12.9p2/8.12.9) with ESMTP id i9LN7CjA050293 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT) for ; Thu, 21 Oct 2004 19:07:12 -0400 (EDT) (envelope-from amistry@www.united-ware.com) Received: (from amistry@localhost) by www.united-ware.com (8.12.9p2/8.12.9/Submit) id i9LN7Cfp050292; Thu, 21 Oct 2004 19:07:12 -0400 (EDT) (envelope-from amistry) Message-Id: <200410212307.i9LN7Cfp050292@www.united-ware.com> Date: Thu, 21 Oct 2004 19:07:12 -0400 (EDT) From: Anish Mistry To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/72984: Avidemux2 update to 2.0.32 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Anish Mistry List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Oct 2004 23:20:25 -0000 >Number: 72984 >Category: ports >Synopsis: Avidemux2 update to 2.0.32 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Thu Oct 21 23:20:24 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Anish Mistry >Release: FreeBSD 5.3-BETA7 i386 >Organization: AM Productions >Environment: System: FreeBSD bigguy.am-productions.biz 5.3-BETA7 FreeBSD 5.3-BETA7 #4: Sun Oct 17 22:04:21 EDT 2004 amistry@bigguy.am-productions.biz:/usr/obj/usr/src/sys/BIGGUY i386 >Description: Update to 2.0.32 to fix numerous bugs. >How-To-Repeat: >Fix: Apply patch. --- avidemux2.patch begins here --- diff -ruN avidemux2.orig/Makefile avidemux2/Makefile --- avidemux2.orig/Makefile Thu Oct 21 19:09:27 2004 +++ avidemux2/Makefile Thu Oct 21 19:09:38 2004 @@ -6,7 +6,7 @@ # PORTNAME= avidemux2 -PORTVERSION= 2.0.30 +PORTVERSION= 2.0.32 CATEGORIES= multimedia MASTER_SITES= http://fixounet.free.fr/avidemux/ \ http://download.berlios.de/avidemux/ diff -ruN avidemux2.orig/distinfo avidemux2/distinfo --- avidemux2.orig/distinfo Thu Oct 21 19:09:27 2004 +++ avidemux2/distinfo Thu Oct 21 19:10:15 2004 @@ -1,2 +1,2 @@ -MD5 (avidemux-2.0.30.tar.gz) = 9135ab6f43bba44355a1e6b4e783b92b -SIZE (avidemux-2.0.30.tar.gz) = 3150648 +MD5 (avidemux-2.0.32.tar.gz) = 0ea965267d1a6500603b1f4ad3f9708a +SIZE (avidemux-2.0.32.tar.gz) = 3160138 --- avidemux2.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Oct 22 00:59:16 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B8DE616A4D0; Fri, 22 Oct 2004 00:59:16 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9414543D2D; Fri, 22 Oct 2004 00:59:16 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from freefall.freebsd.org (pav@localhost [127.0.0.1]) i9M0xGdI023115; Fri, 22 Oct 2004 00:59:16 GMT (envelope-from pav@freefall.freebsd.org) Received: (from pav@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i9M0xGAV023111; Fri, 22 Oct 2004 00:59:16 GMT (envelope-from pav) Date: Fri, 22 Oct 2004 00:59:16 GMT From: Pav Lucistnik Message-Id: <200410220059.i9M0xGAV023111@freefall.freebsd.org> To: amistry@am-productions.biz, pav@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/72984: Avidemux2 update to 2.0.32 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Oct 2004 00:59:16 -0000 Synopsis: Avidemux2 update to 2.0.32 State-Changed-From-To: open->closed State-Changed-By: pav State-Changed-When: Fri Oct 22 00:58:54 GMT 2004 State-Changed-Why: Committed, thanks! Note that I had to strip some compiler flags on 4.X, old gcc don't understand them. http://www.freebsd.org/cgi/query-pr.cgi?pr=72984 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Oct 22 01:30:34 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A08F416A4E8 for ; Fri, 22 Oct 2004 01:30:34 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D2BF643D45 for ; Fri, 22 Oct 2004 01:30:28 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i9M1USP3028915 for ; Fri, 22 Oct 2004 01:30:28 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i9M1USBM028914; Fri, 22 Oct 2004 01:30:28 GMT (envelope-from gnats) Date: Fri, 22 Oct 2004 01:30:28 GMT Message-Id: <200410220130.i9M1USBM028914@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Justin Hawkins Subject: Re: ports/72547: [PATCH] www/twiki: update to 20040901 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Justin Hawkins List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Oct 2004 01:30:34 -0000 The following reply was made to PR ports/72547; it has been noted by GNATS. From: Justin Hawkins To: Lars Eggert Cc: freebsd-gnats-submit@FreeBSD.org, lars.eggert@gmx.net Subject: Re: ports/72547: [PATCH] www/twiki: update to 20040901 Date: Fri, 22 Oct 2004 10:52:31 +0930 On Sat, Oct 16, 2004 at 09:26:06AM +0930, Justin Hawkins wrote: > On Tue, Oct 12, 2004 at 11:37:53AM +0200, Lars Eggert wrote: > > > Very true, as I found out the hard way. Do you have experience with the > > "upgrade" script that comes with the tarball? I wonder if that could be > > integrated into "make install." > > No I don't - I will investigate and see if it can be feasibly > integrated. Yuck - both the manual and the automated upgrade procedures are awful and pretty un-automatable from a ports perspective. I'm not seeing a lot of choice here but to flag to the user that an upgrade requires some manual intervention. I can't even see a clean path for the manual upgrade, without screwing up FreeBSD's ports idea of the world (MD5's and so on). I'll take a look at the postgres port and see if I can do something like it does, regarding a warning about existing installations before install. It's actually all really awful, but I guess it's in the nature of software who's distribution files are expected to be edited in unknown ways in the normal course of using the software. - Justin -- Justin Hawkins | justin@hawkins.id.au | http://hawkins.id.au From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Oct 22 01:50:27 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 13F6B16A4CF for ; Fri, 22 Oct 2004 01:50:27 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id E85F443D48 for ; Fri, 22 Oct 2004 01:50:26 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i9M1oQra031646 for ; Fri, 22 Oct 2004 01:50:26 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i9M1oQax031645; Fri, 22 Oct 2004 01:50:26 GMT (envelope-from gnats) Resent-Date: Fri, 22 Oct 2004 01:50:26 GMT Resent-Message-Id: <200410220150.i9M1oQax031645@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Yuan-Chung Hsiao Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C8E7616A4CE for ; Fri, 22 Oct 2004 01:48:57 +0000 (GMT) Received: from FreeBSD.stu.edu.tw (FreeBSD.stu.edu.tw [210.71.11.99]) by mx1.FreeBSD.org (Postfix) with ESMTP id 89C8743D31 for ; Fri, 22 Oct 2004 01:48:57 +0000 (GMT) (envelope-from ychsiao@FreeBSD.stu.edu.tw) Received: by FreeBSD.stu.edu.tw (Postfix, from userid 1000) id 85A9D41488; Fri, 22 Oct 2004 09:48:55 +0800 (CST) Message-Id: <20041022014855.85A9D41488@FreeBSD.stu.edu.tw> Date: Fri, 22 Oct 2004 09:48:55 +0800 (CST) From: Yuan-Chung Hsiao To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/72988: [New Port] www/p5-WWW-SourceForge Retrieve infromation from SourceForge site X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Yuan-Chung Hsiao List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Oct 2004 01:50:27 -0000 >Number: 72988 >Category: ports >Synopsis: [New Port] www/p5-WWW-SourceForge Retrieve infromation from SourceForge site >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Oct 22 01:50:26 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Yuan-Chung Hsiao >Release: FreeBSD 4.10-RELEASE-p2 i386 >Organization: Computer Center, Shu-Te University >Environment: System: FreeBSD FreeBSD.stu.edu.tw 4.10-RELEASE-p2 FreeBSD 4.10-RELEASE-p2 #0: Thu Aug 12 00:24:44 CST 2004 root@FreeBSD.stu.edu.tw:/usr/obj/usr/src/sys/FreeBSD i386 >Description: Retrieve infromation from SourceForge site >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: # # p5-WWW-SourceForge/ # p5-WWW-SourceForge/Makefile # p5-WWW-SourceForge/distinfo # p5-WWW-SourceForge/pkg-descr # p5-WWW-SourceForge/pkg-plist # echo c - p5-WWW-SourceForge/ mkdir -p p5-WWW-SourceForge/ > /dev/null 2>&1 echo x - p5-WWW-SourceForge/Makefile sed 's/^X//' >p5-WWW-SourceForge/Makefile << 'END-of-p5-WWW-SourceForge/Makefile' X# New ports collection makefile for: www/p5-WWW-SourceForge X# Date created: 21 Oct 2004 X# Whom: Yuan-Chung Hsiao X# X# $FreeBSD$ X# X XPORTNAME= WWW-SourceForge XPORTVERSION= 0.08 XCATEGORIES= www perl5 XMASTER_SITES= ${MASTER_SITE_PERL_CPAN} XMASTER_SITE_SUBDIR= ../../authors/id/G/GU/GOD XPKGNAMEPREFIX= p5- X XMAINTAINER= ychsiao@ychsiao.idv.tw XCOMMENT= Retrieve infromation from SourceForge site X XBUILD_DEPENDS= ${SITE_PERL}/WWW/Mechanize.pm:${PORTSDIR}/www/p5-WWW-Mechanize \ X ${SITE_PERL}/YAML.pm:${PORTSDIR}/textproc/p5-YAML XRUN_DEPENDS= ${BUILD_DEPENDS} X XPERL_CONFIGURE= yes X XMAN3= WWW::SourceForge.3 WWW::SourceForge::Project.3 X X.include END-of-p5-WWW-SourceForge/Makefile echo x - p5-WWW-SourceForge/distinfo sed 's/^X//' >p5-WWW-SourceForge/distinfo << 'END-of-p5-WWW-SourceForge/distinfo' XMD5 (WWW-SourceForge-0.08.tar.gz) = 326e537a38a576d17781a5b0143b3fb4 XSIZE (WWW-SourceForge-0.08.tar.gz) = 5327 END-of-p5-WWW-SourceForge/distinfo echo x - p5-WWW-SourceForge/pkg-descr sed 's/^X//' >p5-WWW-SourceForge/pkg-descr << 'END-of-p5-WWW-SourceForge/pkg-descr' XThis package helps to retrieve SourceForge site information in a perl script. X XSo far, can only get very basic information. The goal is to be able to fetch XTracker and Mailing list data. Please send any suggestions directly to me. X XUse at your own risk, the author is not responsible to any damage caused by Xusing this package. X XWWW: http://search.cpan.org/~gugod/WWW-SourceForge-0.08/ END-of-p5-WWW-SourceForge/pkg-descr echo x - p5-WWW-SourceForge/pkg-plist sed 's/^X//' >p5-WWW-SourceForge/pkg-plist << 'END-of-p5-WWW-SourceForge/pkg-plist' X%%SITE_PERL%%/WWW/SourceForge.pm X%%SITE_PERL%%/WWW/SourceForge/Project.pm X%%SITE_PERL%%/WWW/SourceForge/User.pm X%%SITE_PERL%%/%%PERL_ARCH%%/auto/WWW/SourceForge/.packlist X@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/WWW/SourceForge X@unexec rmdir %D/%%SITE_PERL%%/WWW/SourceForge 2>/dev/null || true X@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/WWW/SourceForge 2>/dev/null || true END-of-p5-WWW-SourceForge/pkg-plist exit >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Oct 22 01:52:12 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DB4B916A4CE; Fri, 22 Oct 2004 01:52:11 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id B17D243D2D; Fri, 22 Oct 2004 01:52:11 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from freefall.freebsd.org (pav@localhost [127.0.0.1]) i9M1qBgL031897; Fri, 22 Oct 2004 01:52:11 GMT (envelope-from pav@freefall.freebsd.org) Received: (from pav@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i9M1qBcR031892; Fri, 22 Oct 2004 01:52:11 GMT (envelope-from pav) Date: Fri, 22 Oct 2004 01:52:11 GMT From: Pav Lucistnik Message-Id: <200410220152.i9M1qBcR031892@freefall.freebsd.org> To: esn@x123.info, pav@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, pav@FreeBSD.org Subject: Re: ports/72982: [Port Update]:: comms/hamlib 1.2.0 -> 1.2.2 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Oct 2004 01:52:12 -0000 Synopsis: [Port Update]:: comms/hamlib 1.2.0 -> 1.2.2 State-Changed-From-To: open->feedback State-Changed-By: pav State-Changed-When: Fri Oct 22 01:51:47 GMT 2004 State-Changed-Why: I can'tget it to build and install perl bindings, no matter how I try. What do I miss? Responsible-Changed-From-To: freebsd-ports-bugs->pav Responsible-Changed-By: pav Responsible-Changed-When: Fri Oct 22 01:51:47 GMT 2004 Responsible-Changed-Why: Handle http://www.freebsd.org/cgi/query-pr.cgi?pr=72982 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Oct 22 05:02:02 2004 Return-Path: Delivered-To: freebsd-ports-bugs@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ADC9716A4CE; Fri, 22 Oct 2004 05:02:02 +0000 (GMT) Received: from gldis.ca (constans.gldis.ca [66.11.169.73]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1895043D5A; Fri, 22 Oct 2004 05:02:02 +0000 (GMT) (envelope-from gldisater@gldis.ca) Received: from [127.0.0.1] (localhost [127.0.0.1]) by gldis.ca (8.12.11/8.12.11) with ESMTP id i9M58cJJ033494; Fri, 22 Oct 2004 01:08:39 -0400 (EDT) (envelope-from gldisater@gldis.ca) From: Jeremy Faulkner To: FreeBSD-gnats-submit@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org In-Reply-To: <200410180110.i9I1AQQS060030@freefall.freebsd.org> References: <200410180110.i9I1AQQS060030@freefall.freebsd.org> Content-Type: text/plain Message-Id: <1098407109.982.25.camel@ocean-deep.gldis.ca> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.6 Date: Fri, 22 Oct 2004 01:05:09 +0000 Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV 0.80rc4/524/Sun Oct 10 11:36:08 2004 clamav-milter version 0.80j on constans.gldis.ca X-Virus-Status: Clean Subject: Re: ports/72802: [PATCH] update java/eclipse-emf X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Oct 2004 05:02:02 -0000 Updated the diff, new md5: MD5 (eclipse-emf.diff) = d64d50b33dcaa707fae1e4661de40f45 -- Jeremy Faulkner From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Oct 22 05:10:28 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DE49316A4CE for ; Fri, 22 Oct 2004 05:10:28 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id B8A3143D41 for ; Fri, 22 Oct 2004 05:10:28 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i9M5ASjE061634 for ; Fri, 22 Oct 2004 05:10:28 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i9M5ASlH061633; Fri, 22 Oct 2004 05:10:28 GMT (envelope-from gnats) Date: Fri, 22 Oct 2004 05:10:28 GMT Message-Id: <200410220510.i9M5ASlH061633@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Jeremy Faulkner Subject: Re: ports/72802: [PATCH] update java/eclipse-emf X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Jeremy Faulkner List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Oct 2004 05:10:29 -0000 The following reply was made to PR ports/72802; it has been noted by GNATS. From: Jeremy Faulkner To: FreeBSD-gnats-submit@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Cc: Subject: Re: ports/72802: [PATCH] update java/eclipse-emf Date: Fri, 22 Oct 2004 01:05:09 +0000 Updated the diff, new md5: MD5 (eclipse-emf.diff) = d64d50b33dcaa707fae1e4661de40f45 -- Jeremy Faulkner From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Oct 22 05:30:26 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C983B16A4CF for ; Fri, 22 Oct 2004 05:30:26 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id B73C743D39 for ; Fri, 22 Oct 2004 05:30:26 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i9M5UQ6l062926 for ; Fri, 22 Oct 2004 05:30:26 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i9M5UQEj062922; Fri, 22 Oct 2004 05:30:26 GMT (envelope-from gnats) Resent-Date: Fri, 22 Oct 2004 05:30:26 GMT Resent-Message-Id: <200410220530.i9M5UQEj062922@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Jeremy Faulkner Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9F2D416A4CE for ; Fri, 22 Oct 2004 05:21:07 +0000 (GMT) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7CAC343D49 for ; Fri, 22 Oct 2004 05:21:07 +0000 (GMT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.12.11/8.12.11) with ESMTP id i9M5L7Bd098124 for ; Fri, 22 Oct 2004 05:21:07 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.12.11/8.12.11/Submit) id i9M5L7lH098114; Fri, 22 Oct 2004 05:21:07 GMT (envelope-from nobody) Message-Id: <200410220521.i9M5L7lH098114@www.freebsd.org> Date: Fri, 22 Oct 2004 05:21:07 GMT From: Jeremy Faulkner To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-2.3 Subject: ports/72990: [PATCH] update java/eclipse X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Oct 2004 05:30:26 -0000 >Number: 72990 >Category: ports >Synopsis: [PATCH] update java/eclipse >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Fri Oct 22 05:30:26 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Jeremy Faulkner >Release: 5.3 - Stable >Organization: >Environment: FreeBSD ocean-deep.gldis.ca 5.3-STABLE FreeBSD 5.3-STABLE #0: Wed Oct 20 12:21:38 UTC 2004 gldisater@ocean-deep.gldis.ca:/usr/obj/usr/src/sys/GENERIC i386 >Description: An update of eclipse to 3.0.1, this patch addresses ports/72475 >How-To-Repeat: >Fix: http://www.gldis.ca/gldisater/freebsd/ports/eclipse.diff MD5 (eclipse.diff) = 5aa1c7f695f7f437c49492c98d6f2ca0 >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Oct 22 06:30:29 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 998E716A4CE for ; Fri, 22 Oct 2004 06:30:29 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 47EE043D39 for ; Fri, 22 Oct 2004 06:30:29 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i9M6UTPb014810 for ; Fri, 22 Oct 2004 06:30:29 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i9M6UTAx014808; Fri, 22 Oct 2004 06:30:29 GMT (envelope-from gnats) Resent-Date: Fri, 22 Oct 2004 06:30:29 GMT Resent-Message-Id: <200410220630.i9M6UTAx014808@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Jan-Peter Koopmann Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 208A816A4CE for ; Fri, 22 Oct 2004 06:25:53 +0000 (GMT) Received: from mail.seceidos.de (mail.seceidos.de [213.157.28.234]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8512643D5E for ; Fri, 22 Oct 2004 06:25:48 +0000 (GMT) root=freebsd-gnats-submit=freebsd.org=7d45f6c3b4adf33f63274392d7377e7a5e58050b@seceidos.de) Message-Id: <200410220625.i9M6Pc2E048765@services.intern.seceidos.de> Date: Fri, 22 Oct 2004 08:25:38 +0200 (CEST) From: Jan-Peter Koopmann To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/72991: [MAINTAINER] mail/MailScanner-devel: update to 4.35.5 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Oct 2004 06:30:29 -0000 >Number: 72991 >Category: ports >Synopsis: [MAINTAINER] mail/MailScanner-devel: update to 4.35.5 >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Fri Oct 22 06:30:26 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Jan-Peter Koopmann >Release: FreeBSD 4.9-STABLE i386 >Organization: >Environment: System: FreeBSD services.intern.seceidos.de 4.9-STABLE FreeBSD 4.9-STABLE #0: Mon Jan 5 10:56:46 CET >Description: - Update to 4.35.5 The full Changelog is this: * New Features and Improvements * - SpamAssassin 3 SPF checks are now fully supported. - Added Disposition-Notification-To and Return-Receipt-To to the list of headers I advise you to remove. - Added "Log Silent Viruses" configuration option. - Mandrake Linux 10 is now supported by the RPM installation script. - Added new configuration option "Find Phishing Fraud". This will scan HTML messages for links which don't link to the site they appear to. This should catch most "phishing" fraud attacks. It uses new text in the languages.conf file, so you will need to add the extra lines to yours. - Added support for F-Secure 4.6x. - Removed pre-built tnef programs from bin directory of distribution. - Moved "virusscan" from "First" to "All". - Tweaked generic-autoupdate so it apparently does nothing. - Support Mail::ClamAV 0.12 and upwards. Dropped support for 0.11. - Support ClamAV 0.80 and upwards. Dropped support for 0.75 and earlier. * Fixes * - Fixed bug where filetype checks that matched no rules were not logged properly. - Fixed problems with MIME::Base64 dependencies. - Fixed bug with @INC path reversal when loading MIME::Base64 and MIME::QuotedPrint. - Fixed bug where MCP files were quarantined with the wrong owner. - Fixed bug where MCP files were incorrectly logged if they were also spam. - Fixed issue where Postfix insisted (quite correctly) on having a space after "Subject:" in the headers. - Moved Envelope-From header for SpamAssassin to the top of the headers sent to SpamAssassin. - Fixed existence check bug in antivir-autoupdate. - Fixed problem where some parent reports were masked by child reports. - Fixed problem with rules with multiple results and multiple tests. Generated with FreeBSD Port Tools 0.63 >How-To-Repeat: >Fix: --- MailScanner-devel-4.35.5.patch begins here --- diff -ruN --exclude=CVS /server-root/ports/mail/mailscanner-devel.orig/Makefile /server-root/ports/mail/mailscanner-devel/Makefile --- /server-root/ports/mail/mailscanner-devel.orig/Makefile Thu Aug 12 14:47:59 2004 +++ /server-root/ports/mail/mailscanner-devel/Makefile Fri Oct 22 08:07:09 2004 @@ -6,7 +6,7 @@ # PORTNAME= MailScanner -PORTVERSION= 4.32.4 +PORTVERSION= 4.35.5 CATEGORIES= mail MASTER_SITES= http://www.sng.ecs.soton.ac.uk/mailscanner/files/4/tar/ PKGNAMESUFFIX= -devel @@ -61,6 +61,8 @@ ETC_FILES= MailScanner.conf filename.rules.conf \ filetype.rules.conf spam.assassin.prefs.conf \ spam.lists.conf virus.scanners.conf +MCP_FILES= mcp.spam.assassin.prefs.conf \ + 10_example.cf USRLOCAL_FILES_LIB= \ bitdefender-autoupdate f-prot-autoupdate \ f-secure-wrapper inoculan-autoupdate \ @@ -141,7 +143,12 @@ ${INSTALL_DATA} EXAMPLES README ${PREFIX}/etc/MailScanner/rules ${INSTALL_DATA} ${WRKSRC}/etc/rules/spam.whitelist.rules \ ${PREFIX}/etc/MailScanner/rules/spam.whitelist.rules.sample - + ${MKDIR} ${PREFIX}/etc/MailScanner/mcp + ${CHMOD} ${BINMODE} ${PREFIX}/etc/MailScanner/mcp +.for FILE in ${MCP_FILES} + ${INSTALL_DATA} ${WRKSRC}/etc/mcp/${FILE} \ + ${PREFIX}/etc/MailScanner/mcp/${FILE}.sample +.endfor # # Step 3: Install files in share # diff -ruN --exclude=CVS /server-root/ports/mail/mailscanner-devel.orig/distinfo /server-root/ports/mail/mailscanner-devel/distinfo --- /server-root/ports/mail/mailscanner-devel.orig/distinfo Wed Jul 28 19:54:28 2004 +++ /server-root/ports/mail/mailscanner-devel/distinfo Fri Oct 22 08:07:28 2004 @@ -1,2 +1,2 @@ -MD5 (MailScanner-install-4.32.4-1.tar.gz) = 477ee1cef68783da3a33706d20283874 -SIZE (MailScanner-install-4.32.4-1.tar.gz) = 5328078 +MD5 (MailScanner-install-4.35.5-1.tar.gz) = 11ee29729d98e315eb3a925cb407251c +SIZE (MailScanner-install-4.35.5-1.tar.gz) = 5266876 diff -ruN --exclude=CVS /server-root/ports/mail/mailscanner-devel.orig/files/patch-docs:man:MailScanner.8 /server-root/ports/mail/mailscanner-devel/files/patch-docs:man:MailScanner.8 --- /server-root/ports/mail/mailscanner-devel.orig/files/patch-docs:man:MailScanner.8 Wed Jul 28 19:54:28 2004 +++ /server-root/ports/mail/mailscanner-devel/files/patch-docs:man:MailScanner.8 Fri Oct 22 08:14:30 2004 @@ -1,26 +1,8 @@ ---- ../MailScanner-install-4.32.4.orig/docs/man/MailScanner.8 Wed Jul 28 13:28:57 2004 -+++ docs/man/MailScanner.8 Wed Jul 28 13:29:39 2004 -@@ -1,10 +1,10 @@ --.TH "MailScanner" "8" "4.32.2" "Julian Field" "Mail" -+.TH "MailScanner" "8" "4.32.4" "Julian Field" "Mail" +--- ../MailScanner-install-4.35.5.orig/docs/man/MailScanner.8 Fri Oct 22 08:13:43 2004 ++++ docs/man/MailScanner.8 Fri Oct 22 08:13:55 2004 +@@ -1,4 +1,4 @@ +-.TH "MailScanner" "8" "4.34.8" "Julian Field" "Mail" ++.TH "MailScanner" "8" "4.35.5" "Julian Field" "Mail" .SH "NAME" .LP MailScanner \- Virus/Spam Scanner for Sendmail, Exim and Postfix - .SH "SYNOPSIS" - .LP --\fBMailScanner\fR [\fIconfigfile\fR] -+\fBMailScanner\fR [\fI\-v\fR] [\fIconfigfile\fR] - - .SH "DESCRIPTION" - .LP -@@ -24,6 +24,10 @@ - - .LP - The main process then spawns \fIn\fR number of child processes. \fIn\fR is configured in [\fIconfigfile\fR] with the option "Max Children". Each process waits for messages to appear in the "Incoming Queue Dir", processes these messages and then puts them in the "Outgoing Queue Dir". You may need to adjust the configuration of your MTA (or the startup of your MTA) to make it work with MailScanner. -+ -+.TP -+\fB\-v\fR -+Prints version information for Mailscanner and all used perl\-modules. - - .SH "MTA SETUP" - .LP diff -ruN --exclude=CVS /server-root/ports/mail/mailscanner-devel.orig/files/patch-docs:man:MailScanner.8.html /server-root/ports/mail/mailscanner-devel/files/patch-docs:man:MailScanner.8.html --- /server-root/ports/mail/mailscanner-devel.orig/files/patch-docs:man:MailScanner.8.html Wed Jul 28 19:54:28 2004 +++ /server-root/ports/mail/mailscanner-devel/files/patch-docs:man:MailScanner.8.html Fri Oct 22 08:14:30 2004 @@ -1,42 +1,9 @@ ---- ../MailScanner-install-4.32.4.orig/docs/man/MailScanner.8.html Wed Jul 28 13:28:57 2004 -+++ docs/man/MailScanner.8.html Wed Jul 28 13:29:15 2004 +--- ../MailScanner-install-4.35.5.orig/docs/man/MailScanner.8.html Fri Oct 22 08:13:44 2004 ++++ docs/man/MailScanner.8.html Fri Oct 22 08:13:57 2004 @@ -1,5 +1,5 @@ -- -+ +- ++ -@@ -39,7 +39,8 @@ - - - --

MailScanner [configfile]

-+

MailScanner [−v] -+[configfile]

- - - -@@ -70,6 +71,22 @@ - the "Outgoing Queue Dir". You may need to adjust - the configuration of your MTA (or the startup of your MTA) - to make it work with MailScanner.

-+ -+ -+ -+ -+ -+ -+ -+ -+ -
-+ -+

−v

-+
-+ -+

Prints version information for Mailscanner and all used -+perl−modules.

-
- diff -ruN --exclude=CVS /server-root/ports/mail/mailscanner-devel.orig/files/patch-docs:man:MailScanner.conf.5 /server-root/ports/mail/mailscanner-devel/files/patch-docs:man:MailScanner.conf.5 --- /server-root/ports/mail/mailscanner-devel.orig/files/patch-docs:man:MailScanner.conf.5 Wed Jul 28 19:54:28 2004 +++ /server-root/ports/mail/mailscanner-devel/files/patch-docs:man:MailScanner.conf.5 Fri Oct 22 08:14:30 2004 @@ -1,255 +1,59 @@ ---- ../MailScanner-install-4.32.4.orig/docs/man/MailScanner.conf.5 Wed Jul 28 13:28:57 2004 -+++ docs/man/MailScanner.conf.5 Wed Jul 28 13:29:47 2004 +--- ../MailScanner-install-4.35.5.orig/docs/man/MailScanner.conf.5 Fri Oct 22 08:13:43 2004 ++++ docs/man/MailScanner.conf.5 Fri Oct 22 08:14:01 2004 @@ -1,4 +1,4 @@ --.TH "MailScanner.conf" "5" "4.32.2" "Julian Field" "Mail" -+.TH "MailScanner.conf" "5" "4.32.4" "Julian Field" "Mail" +-.TH "MailScanner.conf" "5" "4.34.8" "Julian Field" "Mail" ++.TH "MailScanner.conf" "5" "4.35.5" "Julian Field" "Mail" .SH "NAME" .LP MailScanner.conf \- Main configuration for MailScanner -@@ -246,7 +246,15 @@ +@@ -485,7 +485,7 @@ .br .br --If you want to create the quarantine/archive so the files are owned by a user othee: If the "Run As User" is not "root" then you cannot change the user but may still be able to change the group, if the "Run As User" is a member of both of the groups "Run As Group" and "Quarantine Group". -+If you want to create the quarantine/archive so the files are owned by a user other than the "Run As User" setting at the top of this file, you can change that here. Note: If the "Run As User" is not "root" then you cannot change the user but may still be able to change the group, if the "Run As User" is a member of both of the groups "Run As Group" and "Quarantine Group". -+ -+.TP -+\fBQuarantine Group\fR -+Default: -+.br -+ -+.br -+If you want to create the quarantine/archive so the files are owned by a user other than the "Run As User" setting at the top of this file, you can change that here. Note: If the "Run As User" is not "root" then you cannot change the user but may still be able to change the group, if the "Run As User" is a member of both of the groups "Run As Group" and "Quarantine Group". - - .TP - \fBQuarantine Permissions\fR -@@ -440,7 +448,23 @@ - .br - - .br --The director of these files for changes in size to detect when a Sophos update has happened. The date of the Sophos Lib Dir is also monitored. This is only used by the "sophossavi" virus scanner, not the "sophos" scanner setting. -+The directory (or a link to it) containing all the Sophos *.ide files. This is only used by the "sophossavi" virus scanner, and is irrelevant for all other scanners. -+ -+.TP -+\fBSophos Lib Dir\fR -+Default: /usr/local/Sophos/lib -+.br -+ -+.br -+The directory (or a link to it) containing all the Sophos *.so libraries.This is only used by the "sophossavi" virus scanner, and is irrelevant for all other scanners. -+ -+.TP -+\fBMonitors For Sophos Updates\fR -+Default: /usr/local/Sophos/ide/*ides.zip -+.br -+ -+.br -+SophosSAVI only: monitor each of these files for changes in size to detect when a Sophos update has happened. The date of the Sophos Lib Dir is also monitored. This is only used by the "sophossavi" virus scanner, not the "sophos" scanner setting. - - .SH "Virus scanning and vulnerability testing" - .TP -@@ -461,7 +485,7 @@ - .br - - .br --Which Virus Scanning package to use. Possible choices are sophos, sophossavi, mcafee, command, bitdefender, kaspersky, kaspersky\-4.5, kavdaemonclient, inoculate, inoculan, nod32, nod32\-1.99, f\-secure, f\-prot, panda, rav, antivir, clamav, clamavmodule, css, trend, norman, avg, vexira, none (no virus scanning at all) -+Which Virus Scanning package to use. Possible choices are sophos, sophossavi, mcafee, command, bitdefender, kaspersky, kaspersky\-4.5, kavdaemonclient, inoculate, inoculan, nod32, nod32\-1.99, f\-secure, f\-prot, panda, rav, antivir, clamav, clamavmodule, css, trend, norman, avg, vexira, none (no virus scanning at all). This *cannot* be the filename of a ruleset. - .br - - .br -@@ -470,6 +494,10 @@ - - .br - Note: If you want to use multiple virus scanners, then this should be a space\-separated list of virus scanners. -+.br -+ -+.br -+Note: Make sure that you check that the base installation directory in the 3rd column of virus.scanners.conf matches the location you have installed each of your virus scanners. The supplied virus.scanners.conf file assumes the default installation locations recommended by each of the virus scanner installation guides. - - .TP - \fBVirus Scanner Timeout\fR -@@ -594,7 +622,28 @@ - .IP \(bu 4 - no => Ban messages containing these tags - .IP \(bu 4 --disarm => Allow these tags, but stop these tags from fR -+disarm => Allow these tags, but stop these tags from working -+.RE -+ -+.TP -+\fBAllow Script Tags\fR -+Default: no -+.br -+ -+.br -+Do you want to allow