From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Sep 26 06: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 8BB8116A4D2 for ; Sun, 26 Sep 2004 06:00:49 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 998C443D5D for ; Sun, 26 Sep 2004 06:00:47 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i8Q60lp4052226 for ; Sun, 26 Sep 2004 06: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 i8Q60lD0052225; Sun, 26 Sep 2004 06:00:47 GMT (envelope-from gnats) Resent-Date: Sun, 26 Sep 2004 06:00:47 GMT Resent-Message-Id: <200409260600.i8Q60lD0052225@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 63AB216A4CE; Sun, 26 Sep 2004 05:58:47 +0000 (GMT) Received: from out01.grupos.com.br (out01.grupos.com.br [200.203.183.77]) by mx1.FreeBSD.org (Postfix) with ESMTP id E521043D3F; Sun, 26 Sep 2004 05:58:44 +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 5C0224114; Sun, 26 Sep 2004 02:58:43 -0300 (BRT) Received: by corp.grupos.com.br (Postfix, from userid 1001) id 36BD120A22; Sun, 26 Sep 2004 02:58:43 -0300 (BRT) Message-Id: <20040926055843.36BD120A22@corp.grupos.com.br> Date: Sun, 26 Sep 2004 02:58:43 -0300 (BRT) From: Marcus Grando To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 cc: ale@FreeBSD.org Subject: ports/72095: Update mysql40-server (add dependency p5-File-Temp to run mysqlhotcopy) 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, 26 Sep 2004 06:00:50 -0000 >Number: 72095 >Category: ports >Synopsis: Update mysql40-server (add dependency p5-File-Temp to run mysqlhotcopy) >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: Sun Sep 26 06:00:47 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 #26: Tue Sep 21 15:07:10 BRT 2004 root@corp.grupos.com.br:/usr/obj/usr/src/sys/CORP i386 >Description: Update mysql40-server for add dependency to p5-File-Temp. Required to run mysqlhotcopy. >How-To-Repeat: >Fix: --begin-- diff -ruN mysql40-server.old/Makefile mysql40-server/Makefile --- mysql40-server.old/Makefile Wed Sep 22 01:00:32 2004 +++ mysql40-server/Makefile Sun Sep 26 02:50:39 2004 @@ -206,7 +206,8 @@ WANT_MYSQL_VER= 40 USE_PERL5= yes -RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Mysql.pm:${PORTSDIR}/databases/p5-DBD-mysql40 +RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Mysql.pm:${PORTSDIR}/databases/p5-DBD-mysql40 \ + ${SITE_PERL}/File/Temp.pm:${PORTSDIR}/devel/p5-File-Temp LATEST_LINK= mysql40-scripts -- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Sep 26 06: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 A0E3B16A4D4 for ; Sun, 26 Sep 2004 06:00:49 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0914143D62 for ; Sun, 26 Sep 2004 06:00:48 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i8Q60lWr052239 for ; Sun, 26 Sep 2004 06: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 i8Q60lLo052238; Sun, 26 Sep 2004 06:00:47 GMT (envelope-from gnats) Resent-Date: Sun, 26 Sep 2004 06:00:47 GMT Resent-Message-Id: <200409260600.i8Q60lLo052238@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, Joel Ray Holveck Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E8FF916A4CE for ; Sun, 26 Sep 2004 05:59:58 +0000 (GMT) Received: from thor.piquan.org (adsl-66-125-235-59.dsl.sntc01.pacbell.net [66.125.235.59]) by mx1.FreeBSD.org (Postfix) with ESMTP id 95F7143D3F for ; Sun, 26 Sep 2004 05:59:58 +0000 (GMT) (envelope-from joelh@thor.piquan.org) Received: from thor.piquan.org (joelh@localhost [127.0.0.1]) by thor.piquan.org (8.12.10/8.12.10) with ESMTP id i8Q5xtdB008599 for ; Sat, 25 Sep 2004 22:59:55 -0700 (PDT) (envelope-from joelh@thor.piquan.org) Received: (from joelh@localhost) by thor.piquan.org (8.12.10/8.12.10/Submit) id i8Q5xstU008598; Sat, 25 Sep 2004 22:59:54 -0700 (PDT) (envelope-from joelh) Message-Id: <200409260559.i8Q5xstU008598@thor.piquan.org> Date: Sat, 25 Sep 2004 22:59:54 -0700 (PDT) From: Joel Ray Holveck To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/72096: astro/xephem: update to 3.6.1 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Joel Ray Holveck List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Sep 2004 06:00:50 -0000 >Number: 72096 >Category: ports >Synopsis: astro/xephem: update to 3.6.1 >Confidential: no >Severity: serious >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Sun Sep 26 06:00:47 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Joel Ray Holveck >Release: FreeBSD 5.2.1-RELEASE-p10 i386 >Organization: >Environment: System: FreeBSD thor.piquan.org 5.2.1-RELEASE-p10 FreeBSD 5.2.1-RELEASE-p10 #1: Sat Sep 25 21:55:20 PDT 2004 joelh@thor.piquan.org:/usr/local/src/freebsd/obj/usr/local/src/freebsd/src/sys/THOR i386 >Description: astro/xephem is out of date. It requires a manual download of the source tarball, and the link it directs the user to downloads the newer version. >How-To-Repeat: >Fix: Just update the Makefile to PORTVERSION=3.6.1, and of course the distinfo as follows: MD5 (xephem-3.6.1.tar.gz) = d67d86c6522dcf2d8e2da9e3101ba9b3 SIZE (xephem-3.6.1.tar.gz) = 7163388 The pkg-plist and other files remain the same. >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Sep 26 07:00: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 7A9FE16A4CE for ; Sun, 26 Sep 2004 07:00:36 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 62B4743D41 for ; Sun, 26 Sep 2004 07:00:36 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i8Q70ZQj072988 for ; Sun, 26 Sep 2004 07:00:35 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i8Q70ZMF072987; Sun, 26 Sep 2004 07:00:35 GMT (envelope-from gnats) Resent-Date: Sun, 26 Sep 2004 07:00:35 GMT Resent-Message-Id: <200409260700.i8Q70ZMF072987@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 A Grigorovich Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DDF5516A4CF for ; Sun, 26 Sep 2004 06:59:31 +0000 (GMT) Received: from master.bionet.nsc.ru (BIONET-NSC.nsc.ru [212.192.189.82]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8181143D53 for ; Sun, 26 Sep 2004 06:59:30 +0000 (GMT) (envelope-from odip@master.bionet.nsc.ru) Received: from master.bionet.nsc.ru (localhost [127.0.0.1]) i8Q6xRFD062917; Sun, 26 Sep 2004 13:59:27 +0700 (NOVST) (envelope-from odip@master.bionet.nsc.ru) Received: (from odip@localhost) by master.bionet.nsc.ru (8.12.9p2/8.12.9/Submit) id i8Q6xQrI062916; Sun, 26 Sep 2004 13:59:26 +0700 (NOVST) (envelope-from odip) Message-Id: <200409260659.i8Q6xQrI062916@master.bionet.nsc.ru> Date: Sun, 26 Sep 2004 13:59:26 +0700 (NOVST) From: Dmitry A Grigorovich To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 cc: sam@brj.pp.ru Subject: ports/72097: [PATCH] extfs/zip not worked in misc/mc-light 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, 26 Sep 2004 07:00:36 -0000 >Number: 72097 >Category: ports >Synopsis: [PATCH] extfs/zip not worked in misc/mc-light >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Sun Sep 26 07:00:35 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Dmitry A Grigorovich >Release: FreeBSD 4.9-RELEASE-p4 i386 >Organization: ICiG SB RAS >Environment: System: FreeBSD master.bionet.nsc.ru 4.9-RELEASE-p4 FreeBSD 4.9-RELEASE-p4 #3: Sat Jul 3 16:18:26 NOVST 2004 root@master.bionet.nsc.ru:/usr/obj/usr/src/sys/ODIP i386 >Description: ports/misc/mc-light (mc-light-4.1.40.p9_2) have two mistakes: 1) /usr/local/share/mc/extfs/{a,arj,unarj,zip,...} files must have execute bit 2) same files use gawk, which is missed in FreeBSD 4.9 you need change gawk to awk in scripts >How-To-Repeat: Install ports/misc/mc-light (mc-light-4.1.40.p9_2) Run mc and try enter to zip file You are get error: /usr/local/share/mc/extfs/zip: Permission denied If you fix this, next you get error about missing gawk >Fix: Follow archive contain two patches In dir ports/misc/mc-light/files/ replace patch-vfs_Makefile.in and place new file patch-vfs-extfs Reinstall ports/misc/mc-light begin 644 mc-light-patch.tar.bz2 M0EIH.3%!629365Z'3#P`#M1_A/_Q)%%_______________\``(`(8`O[MKOO M6]BV.O7T=ONWKW>JJ'V/%4(O9MB@SV-5K2#1%/2GZ4]-30T9,(9/4-#0]33) MH--'J```!IIIZAH>H``:*GE(\4]">IIZ>5-/4/$U`#U`!H:```:````]0`)0 M30C4-(1'B1Z93T::CU-`>@1M`::&B,)ZC(9-/U0TPF)@2GI4A3T@]1@AH`,F MF3$#0&F@:,@#1H&0`T``"*2:IABD_4VI/3)HT2>I^D&IGJ:CU/4,]1#(&GZH M!D/4T:#(]0R!Y02)"3$T":9-`R$VE/(,0:3$CRCU!Y#*>D#TFU#31DT8U-/) MF#W9O+QC#CGS%`H"!*H@(FULTII@.!M#D1M-99A%THNE`T%"9"5:2$E0ARI8 M9$E2+0(&`005@B&WX]9Y9^==$$9=F2BL4,A]0.AMI:J529>M//TV6C(?:I3" MQJ]#'3-_Y:0JUM:`@%^2'2I_6`DR!J"*S#0"@@0S`2?\(L??@F2X M^?+)R;@N:"F:C,+#8>)\R$!E&0A(P9F_!9JB4IQ3BJ;H7/6M4MI;"5L0WIL; MA"QY8.G5O.1R3E)2W-O>!3;\?&!T`Q"+$FT6D*@55^#15!@F7F*JHDMMEDD6 MPKDPY<-I?_]`3GP\ML1$@WC+&1VV4D8V6[4KQ/V,5SRG\M#1C2U)WUL]7*1:SRG:A; M5GBQ4M=I%`37TB6,]7;//JW^ZIF15G?/O%QGVD&?6;X!G6;LK50WYEAF./UEIV3*%NR(-!M%.(VN;X&>]D00 M#./O%AY26H;(%21NB)P1NCI`QJZT];HN,HM&K*6P\/,'?$C)(H`BE30#G".: M/*BV_,'6A;ID3I@L@B@#.G:VAWSPHVIBJYX)C_'QDA*73K7E7E*9 M5)T-KA(]^%B*QC(M,*0%P12;2)4F4*1(G"\9E@Y*CG-)[ZRI*T=W<"Y439IJ M*$B*L(;)JK)CL$0P^PXS.SE5555555;>_WVP#9]BV54$3"-`M)H*OCWCP=4; MC),I2"4Z24G\G;@M*X-4);(1Y':,#.F_BTFRVZP*[(G`R&ME;(LP@"038E`1 M"($9D#GWS_*4,EAUV8S.6E3'WAD)H9S$'X_2HR#22/2&B`2(!.I0;YF(120/ M7\S32S8+535"B@:-DA0QGR*BA/.`RLDD`\7Q6>=@=&OP'7X6X(AO$,7HW^ M787+BJJJJJJJJJO#+LO&-B5\,<:J>J2]S8Z"B[;X35N8IQ>A-%I3D1\1G2G'*%BT&N&#K@B@,()[/54W?-0<%,=8&$:+0:$-CB#&2!WT8RBQB5GA`DHS M@1.TY=3[[&,-!LRXE"P9".:W]Y8L756C2#ZEZE_ M3OL#TM+]WLZVCOT`)U:(JO@'H`&(X'3&,7WF#*$PF`E)`NJ2JD7=)_&Q>I*L MZ_ MX2^@L7N1K"NP!\@]*(Y.22$2)0"+N(6A"8U1@R&(I/&?&:^\TMN8Y[EZ6Y@O M`+>7:(%2#]0TD9C(%]9)O=Y#!Z3L'"JT:2Q8]N:%,QJ$"P2/F-MW29!O:RCN MN0W";T3M%9G#)A*`S.-!DB;Z%78SI;B;BJ40=!H]+IH-\RAN?X5HETVK^P@T ME10URX,<1$G`B8:9EC-PXFEF`L*IN&(7MDA#R;;401#Y'B[AQ"D\X\H< M;,.T/ZEYH"`^G,'8+12: MD;Z2)=H,99L5#,X8C)&X'<&8S[K*&\JU[%H!3_RMPAA(PADG]BK1T+XDA)"15582+"1555%A(V MVVW?*L'+BR&X7&NAR>>"0KS*$!>-PV0_6>0^O0J*TL(/H3,_K,2,67')5=@` MM%N%%NA<1RK?*T90OK7OB/@X[X(H,3&F,8TF,0QIC2-(B-(@(TB"((@C+5W8 MFR(4N!H[QI,VZNR7UJD,P!=?,^PWA&XB(VIH8Q(&`F"0/%PN57U\7DIX3$+7 MAS(6Z@N,;"":YV@S]"O!6IUTQS*\HQMLB0LZ@+&*X7$C2';T8#`?;I@T$KRD M8DD8@#@K1P/2UY"4'`\%R%8&K`"VPX2\/2;^W()$S([17QF/;&V-M-E<`<`L M"`=5N[(P:R!\X8RTM-\U5R@N7L&PW@J(J`VB^M(])#R0%T@+`PJE\,*<2$$[ MPQ!`YLI43"B!`X?KZR^J!^1V!KDL)Q,#&,9A-6%0$)B4O]%+Q,LHPB)GOF@X MY$V%$R$Q+($D09[61#&].]!.<$1):)DF3XP]H73I0CXEQ):T+97F*(*FVVV8 MTDSX<*142)F09'B<:&HN9#2=4P+ZEXWS*_$091)M,$$`I2.8G)FLIB%AR@J% MUM:\18<^M%Y$S=0J`234UD$&$;-VZT&Z+P&N8;)CJ0/>@121"LFA*940(JN& M;!LBP$DK0+0ZX*$*!EH:X,/]!TIZ*:1C`N!Q14"B5"0[D`.02-0,!,2)`,52 M880J+R!)4VYBB]G:R()*27RHO53'4*A]!E4F."LB!@@F=\L"#0(,P\I5DPFZ M=03%'$;9(D)&/9"@;QF*5"$Y\EAWJ6`E2J\3+`EW8!`$BB*C0JMZLVD9IQ!6 M02')17PR5Z,+S<\EH(7Y$#TR0KF[?<\!/052Y83;@9<'E6(6@T0>V0GP87`@ ,G_B[DBG"A(+T.F'@ ` end >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Sep 26 08:09: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 DFFFB16A538; Sun, 26 Sep 2004 08:09:16 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id BE7CF43D41; Sun, 26 Sep 2004 08:09:16 +0000 (GMT) (envelope-from ale@FreeBSD.org) Received: from freefall.freebsd.org (ale@localhost [127.0.0.1]) i8Q89GVf094278; Sun, 26 Sep 2004 08:09:16 GMT (envelope-from ale@freefall.freebsd.org) Received: (from ale@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i8Q89GIu094274; Sun, 26 Sep 2004 08:09:16 GMT (envelope-from ale) Date: Sun, 26 Sep 2004 08:09:16 GMT From: Alex Dupre Message-Id: <200409260809.i8Q89GIu094274@freefall.freebsd.org> To: ale@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, ale@FreeBSD.org Subject: Re: ports/72095: Update mysql40-server (add dependency p5-File-Temp to run mysqlhotcopy) 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, 26 Sep 2004 08:09:17 -0000 Synopsis: Update mysql40-server (add dependency p5-File-Temp to run mysqlhotcopy) Responsible-Changed-From-To: freebsd-ports-bugs->ale Responsible-Changed-By: ale Responsible-Changed-When: Sun Sep 26 08:08:53 GMT 2004 Responsible-Changed-Why: It's mine. http://www.freebsd.org/cgi/query-pr.cgi?pr=72095 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Sep 26 08:37: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 646C816A4CE; Sun, 26 Sep 2004 08:37:36 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4172043D1D; Sun, 26 Sep 2004 08:37:36 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (linimon@localhost [127.0.0.1]) i8Q8bakP007155; Sun, 26 Sep 2004 08:37:36 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i8Q8bapp007151; Sun, 26 Sep 2004 08:37:36 GMT (envelope-from linimon) Date: Sun, 26 Sep 2004 08:37:36 GMT From: Mark Linimon Message-Id: <200409260837.i8Q8bapp007151@freefall.freebsd.org> To: linimon@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, ume@FreeBSD.org Subject: Re: ports/72093: support --with-authdaemon in security/cyrus-sasl2 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, 26 Sep 2004 08:37:36 -0000 Synopsis: support --with-authdaemon in security/cyrus-sasl2 Responsible-Changed-From-To: freebsd-ports-bugs->ume Responsible-Changed-By: linimon Responsible-Changed-When: Sun Sep 26 08:37:25 GMT 2004 Responsible-Changed-Why: Over to maintainer. http://www.freebsd.org/cgi/query-pr.cgi?pr=72093 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Sep 26 10:50: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 959E816A580 for ; Sun, 26 Sep 2004 10:50:40 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8648343D4C for ; Sun, 26 Sep 2004 10:50:23 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i8QAoNTN004362 for ; Sun, 26 Sep 2004 10: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 i8QAoNRf004361; Sun, 26 Sep 2004 10:50:23 GMT (envelope-from gnats) Resent-Date: Sun, 26 Sep 2004 10:50:23 GMT Resent-Message-Id: <200409261050.i8QAoNRf004361@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, Sergio Mangialardi Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2F4F016A4CE for ; Sun, 26 Sep 2004 10:46:35 +0000 (GMT) Received: from host1-111.pool80117.interbusiness.it (host1-111.pool80117.interbusiness.it [80.117.111.1]) by mx1.FreeBSD.org (Postfix) with SMTP id 47C9143D3F for ; Sun, 26 Sep 2004 10:46:33 +0000 (GMT) (envelope-from sergio@softshark.org) Received: (qmail 98461 invoked by uid 0); 26 Sep 2004 10:49:43 -0000 Message-Id: <20040926104943.98460.qmail@softshark.home> Date: 26 Sep 2004 10:49:43 -0000 From: Sergio Mangialardi To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 cc: ports@FreeBSD.org Subject: ports/72098: [PATCH] www/swish++: update to 6.0.2 and unbreak 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, 26 Sep 2004 10:50:41 -0000 >Number: 72098 >Category: ports >Synopsis: [PATCH] www/swish++: update to 6.0.2 and unbreak >Confidential: no >Severity: serious >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun Sep 26 10:50:23 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Sergio Mangialardi >Release: FreeBSD 5.2.1-RELEASE-p9 i386 >Organization: >Environment: System: FreeBSD ainu.softshark.home 5.2.1-RELEASE-p9 FreeBSD 5.2.1-RELEASE-p9 #10: Sun Jul 4 01:51:04 CEST >Description: - Update to 6.0.2 and unbreak build with gcc 3.4 Added file(s): - files/patch-scripts::searchd.in - files/patch-scripts::searchmonitor.in Removed file(s): - files/patch-searchd.in - files/patch-searchmonitor.in Generated with FreeBSD Port Tools 0.63 >How-To-Repeat: >Fix: --- swish++-6.0.2.patch begins here --- diff -ruN --exclude=CVS /usr/ports/www/swish++.old/Makefile /usr/ports/www/swish++/Makefile --- /usr/ports/www/swish++.old/Makefile Sun Sep 26 05:18:26 2004 +++ /usr/ports/www/swish++/Makefile Sun Sep 26 12:34:46 2004 @@ -7,8 +7,7 @@ # PORTNAME= swish++ -PORTVERSION= 5.15.3 -PORTREVISION= 1 +PORTVERSION= 6.0.2 CATEGORIES= www textproc MASTER_SITES= http://homepage.mac.com/pauljlucas/software/ @@ -31,13 +30,9 @@ .include -.if ${OSVERSION} >= 502126 -BROKEN= "Does not compile on FreeBSD >= 5.x" -.endif - post-patch: @${REINPLACE_CMD} -e '/^#error/d' ${WRKSRC}/config.h -.for file in searchd searchmonitor +.for file in scripts/searchd scripts/searchmonitor @${REINPLACE_CMD} -e "s,%%PREFIX%%,${PREFIX},g" ${WRKSRC}/${file}.in .endfor diff -ruN --exclude=CVS /usr/ports/www/swish++.old/distinfo /usr/ports/www/swish++/distinfo --- /usr/ports/www/swish++.old/distinfo Thu Jan 29 17:12:32 2004 +++ /usr/ports/www/swish++/distinfo Sun Sep 26 12:30:14 2004 @@ -1,2 +1,2 @@ -MD5 (swish++-5.15.3.tar.gz) = 5d480381946c4ee6764c449083360282 -SIZE (swish++-5.15.3.tar.gz) = 279128 +MD5 (swish++-6.0.2.tar.gz) = 237397b0efb0305d162153b49cb8b2a9 +SIZE (swish++-6.0.2.tar.gz) = 292617 diff -ruN --exclude=CVS /usr/ports/www/swish++.old/files/patch-GNUmakefile /usr/ports/www/swish++/files/patch-GNUmakefile --- /usr/ports/www/swish++.old/files/patch-GNUmakefile Thu Apr 17 11:19:00 2003 +++ /usr/ports/www/swish++/files/patch-GNUmakefile Sun Sep 26 12:30:14 2004 @@ -1,7 +1,7 @@ ---- GNUmakefile.orig Tue Mar 11 03:33:13 2003 -+++ GNUmakefile Tue Apr 15 13:42:35 2003 -@@ -229,7 +229,7 @@ - cd $(I_BIN) && $(STRIP) $(CPP_TARGET) +--- GNUmakefile.orig Sun Sep 26 10:03:26 2004 ++++ GNUmakefile Sun Sep 26 10:03:42 2004 +@@ -236,7 +236,7 @@ + @$(MAKE) -C scripts $@ install_lib: $(I_LIB) - $(INSTALL) $(I_OWNER) $(I_GROUP) $(I_MODE) $(LIB_TARGET) $(I_LIB) diff -ruN --exclude=CVS /usr/ports/www/swish++.old/files/patch-config::config.mk /usr/ports/www/swish++/files/patch-config::config.mk --- /usr/ports/www/swish++.old/files/patch-config::config.mk Thu Apr 17 11:19:00 2003 +++ /usr/ports/www/swish++/files/patch-config::config.mk Sun Sep 26 12:30:14 2004 @@ -1,17 +1,17 @@ ---- config/config.mk.orig Tue Dec 24 15:59:08 2002 -+++ config/config.mk Tue Apr 15 13:40:16 2003 -@@ -33,8 +33,8 @@ +--- config/config.mk.orig Sun Sep 26 10:05:32 2004 ++++ config/config.mk Sun Sep 26 10:09:28 2004 +@@ -34,8 +34,8 @@ # ############################################################################### --#FREE_BSD:= -DFreeBSD --LINUX:= -DLinux -D_BSD_SOURCE -+FREE_BSD:= -DFreeBSD -+#LINUX:= -DLinux -D_BSD_SOURCE - #MAC_OS_X:= -DMacOSX - #SOLARIS:= -DSolaris - #WIN32:= -DWIN32 -@@ -112,7 +112,7 @@ +-#FREE_BSD:=1 +-LINUX:=1 ++FREE_BSD:=1 ++#LINUX:=1 + #MAC_OS_X:=1 + #SOLARIS:=1 + #WIN32:=1 +@@ -118,7 +118,7 @@ ifdef SEARCH_DAEMON ifdef FREE_BSD @@ -20,7 +20,7 @@ else PTHREAD_LINK:= -lpthread endif -@@ -149,7 +149,7 @@ +@@ -159,7 +159,7 @@ # The command to remove files recursively and ignore errors; # usually "rm -fr" for Unix or "erase" for Windows. @@ -28,8 +28,8 @@ +#PERL:= /usr/local/bin/perl # The full path to the Perl 5 executable; usually "/bin/perl" or # "/usr/local/bin/perl" for Unix or "\Perl\bin\perl" for - # Windows. You need this only if you intend on using -@@ -176,14 +176,14 @@ + # Windows. +@@ -185,14 +185,14 @@ # ############################################################################### @@ -46,7 +46,7 @@ # The optimization level. Many compilers allow a digit after the # O to specify the level of optimization; if so, set yours to the # highest number your compiler allows without eliciting problems -@@ -227,7 +227,7 @@ +@@ -254,7 +254,7 @@ INSTALL:= $(ROOT)/install-sh # Install command; usually "$(ROOT)/install-sh". diff -ruN --exclude=CVS /usr/ports/www/swish++.old/files/patch-scripts::searchd.in /usr/ports/www/swish++/files/patch-scripts::searchd.in --- /usr/ports/www/swish++.old/files/patch-scripts::searchd.in Thu Jan 1 01:00:00 1970 +++ /usr/ports/www/swish++/files/patch-scripts::searchd.in Sun Sep 26 12:30:14 2004 @@ -0,0 +1,11 @@ +--- scripts/searchd.in.orig Sun Sep 26 10:11:44 2004 ++++ scripts/searchd.in Sun Sep 26 10:12:28 2004 +@@ -29,7 +29,7 @@ + SEARCH="search" + SEARCH_PATH="%%I_BIN%%/$SEARCH" + SEARCHMONITOR="%%I_BIN%%/searchmonitor" +-CONF_FILE="/etc/swish++.conf" ++CONF_FILE="%%PREFIX%%/etc/swish++.conf" + PID_FILE_DEFAULT="/var/run/search.pid" + + ## diff -ruN --exclude=CVS /usr/ports/www/swish++.old/files/patch-scripts::searchmonitor.in /usr/ports/www/swish++/files/patch-scripts::searchmonitor.in --- /usr/ports/www/swish++.old/files/patch-scripts::searchmonitor.in Thu Jan 1 01:00:00 1970 +++ /usr/ports/www/swish++/files/patch-scripts::searchmonitor.in Sun Sep 26 12:30:14 2004 @@ -0,0 +1,11 @@ +--- scripts/searchmonitor.in.orig Sun Sep 26 10:14:05 2004 ++++ scripts/searchmonitor.in Sun Sep 26 10:15:03 2004 +@@ -63,7 +63,7 @@ + CONF_FILE="swish++.conf" + if [ ! -f "$CONF_FILE" ] + then +- CONF_FILE="/etc/$CONF_FILE" ++ CONF_FILE="%%PREFIX%%/etc/$CONF_FILE" + [ -f "$CONF_FILE" ] || + { echo "$ME: no configuration file found" >&2; exit 3; } + fi diff -ruN --exclude=CVS /usr/ports/www/swish++.old/files/patch-searchd.in /usr/ports/www/swish++/files/patch-searchd.in --- /usr/ports/www/swish++.old/files/patch-searchd.in Sun Jan 13 05:19:27 2002 +++ /usr/ports/www/swish++/files/patch-searchd.in Thu Jan 1 01:00:00 1970 @@ -1,11 +0,0 @@ ---- searchd.in.orig Sun Jan 13 12:00:35 2002 -+++ searchd.in Sun Jan 13 12:00:53 2002 -@@ -27,7 +27,7 @@ - SEARCH="search" - SEARCH_PATH="%%I_BIN%%/$SEARCH" - SEARCHMONITOR="%%I_BIN%%/searchmonitor" --CONF_FILE="/etc/swish++.conf" -+CONF_FILE="%%PREFIX%%/etc/swish++.conf" - PID_FILE_DEFAULT="/var/run/search.pid" - - ## diff -ruN --exclude=CVS /usr/ports/www/swish++.old/files/patch-searchmonitor.in /usr/ports/www/swish++/files/patch-searchmonitor.in --- /usr/ports/www/swish++.old/files/patch-searchmonitor.in Sun Jan 13 05:19:27 2002 +++ /usr/ports/www/swish++/files/patch-searchmonitor.in Thu Jan 1 01:00:00 1970 @@ -1,11 +0,0 @@ ---- searchmonitor.in.orig Sun Jan 13 12:01:32 2002 -+++ searchmonitor.in Sun Jan 13 12:01:47 2002 -@@ -63,7 +63,7 @@ - CONF_FILE="swish++.conf" - if [ ! -f "$CONF_FILE" ] - then -- CONF_FILE="/etc/$CONF_FILE" -+ CONF_FILE="%%PREFIX%%/etc/$CONF_FILE" - [ -f "$CONF_FILE" ] || - { echo "$ME: no configuration file found" >&2; exit 3; } - fi diff -ruN --exclude=CVS /usr/ports/www/swish++.old/pkg-plist /usr/ports/www/swish++/pkg-plist --- /usr/ports/www/swish++.old/pkg-plist Fri Oct 24 14:05:02 2003 +++ /usr/ports/www/swish++/pkg-plist Sun Sep 26 12:30:14 2004 @@ -3,8 +3,9 @@ bin/index bin/search bin/searchc +bin/searchd bin/searchmonitor bin/splitmail -etc/swish++.conf etc/rc.d/swish++.sh +etc/swish++.conf %%SITE_PERL%%/WWW.pm --- swish++-6.0.2.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Sep 26 11:20: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 86EF616A4D0 for ; Sun, 26 Sep 2004 11:20:22 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5465943D45 for ; Sun, 26 Sep 2004 11:20:22 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i8QBKMcm010382 for ; Sun, 26 Sep 2004 11: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 i8QBKMF0010381; Sun, 26 Sep 2004 11:20:22 GMT (envelope-from gnats) Resent-Date: Sun, 26 Sep 2004 11:20:22 GMT Resent-Message-Id: <200409261120.i8QBKMF0010381@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, Freddie Cash Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5F85016A4CE for ; Sun, 26 Sep 2004 11:15:48 +0000 (GMT) Received: from pd4mo3so.prod.shaw.ca (shawidc-mo1.cg.shawcable.net [24.71.223.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2912E43D2D for ; Sun, 26 Sep 2004 11:15:46 +0000 (GMT) (envelope-from root@sd73.bc.ca) Received: from pd4mr1so.prod.shaw.ca (pd4mr1so-qfe3.prod.shaw.ca [10.0.141.212]) by l-daemon (Sun ONE Messaging Server 6.0 HotFix 1.01 (built Mar 15 2004)) with ESMTP id <0I4N003Z9BA7AB70@l-daemon> for FreeBSD-gnats-submit@freebsd.org; Sun, 26 Sep 2004 05:15:43 -0600 (MDT) Received: from pn2ml7so.prod.shaw.ca ([10.0.121.151]) by pd4mr1so.prod.shaw.ca (Sun ONE Messaging Server 6.0 HotFix 1.01 (built Mar 15 2004)) with ESMTP id <0I4N0050WBA7M660@pd4mr1so.prod.shaw.ca> for FreeBSD-gnats-submit@freebsd.org; Sun, 26 Sep 2004 05:15:43 -0600 (MDT) Received: from ember.sd73.bc.ca (S010600104b0dd6fa.ok.shawcable.net [24.71.131.186]) by l-daemon (iPlanet Messaging Server 5.2 HotFix 1.18 (built Jul 28 2003)) with ESMTP id <0I4N0050FBA7TA@l-daemon> for FreeBSD-gnats-submit@freebsd.org; Sun, 26 Sep 2004 05:15:43 -0600 (MDT) Received: by ember.sd73.bc.ca (Postfix, from userid 0) id 9D3F0BDB3; Sun, 26 Sep 2004 04:15:18 -0700 (PDT) Message-Id: <20040926111518.9D3F0BDB3@ember.sd73.bc.ca> Date: Sun, 26 Sep 2004 04:15:18 -0700 (PDT) From: Freddie Cash To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/72099: [maint update] www/dansguardian-devel marked BROKEN until new devel version is released X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Freddie Cash List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Sep 2004 11:20:22 -0000 >Number: 72099 >Category: ports >Synopsis: [maint update] www/dansguardian-devel marked BROKEN until new devel version is released >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 Sep 26 11:20:21 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Freddie Cash >Release: FreeBSD 5.3-BETA5 i386 >Organization: School District 73, Kamloops, BC, Canada >Environment: System: FreeBSD ember.sd73.bc.ca 5.3-BETA5 FreeBSD 5.3-BETA5 #0: Mon Sep 20 20:48:00 PDT 2004 root@:/usr/obj/usr/src/sys/EMBER i386 >Description: Please mark the www/dansguardian-devel as broken with a note to install www/dansguardian instead. The port can be un-broken with the first release of the DansGuardian 2.9 development branch, which won't be for awhile. Thanks. >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Sep 26 13: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 8296616A4CE for ; Sun, 26 Sep 2004 13:00:39 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 59AFC43D2D for ; Sun, 26 Sep 2004 13:00:39 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i8QD0dEU018856 for ; Sun, 26 Sep 2004 13: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 i8QD0dAN018855; Sun, 26 Sep 2004 13:00:39 GMT (envelope-from gnats) Resent-Date: Sun, 26 Sep 2004 13:00:39 GMT Resent-Message-Id: <200409261300.i8QD0dAN018855@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, Paul Everlund Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8E47C16A4CE for ; Sun, 26 Sep 2004 12:55:52 +0000 (GMT) Received: from lover.everlund.homeip.net (h60n4c1o1100.bredband.skanova.com [81.225.27.60]) by mx1.FreeBSD.org (Postfix) with ESMTP id A665743D1F for ; Sun, 26 Sep 2004 12:55:51 +0000 (GMT) (envelope-from admin@everlund.homeip.net) Received: from lover.everlund.homeip.net (localhost.everlund.homeip.net [127.0.0.1])i8QCtxF0000124 for ; Sun, 26 Sep 2004 14:56:00 +0200 (CEST) (envelope-from admin@everlund.homeip.net) Received: (from root@localhost)i8QCowGo000546; Sun, 26 Sep 2004 14:50:58 +0200 (CEST) (envelope-from admin) Message-Id: <200409261250.i8QCowGo000546@lover.everlund.homeip.net> Date: Sun, 26 Sep 2004 14:50:58 +0200 (CEST) From: Paul Everlund To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/72100: [Maintainer fix] comms/hylafax 4.2.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, 26 Sep 2004 13:00:39 -0000 >Number: 72100 >Category: ports >Synopsis: [Maintainer fix] comms/hylafax 4.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: Sun Sep 26 13:00:38 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Paul Everlund >Release: FreeBSD 4.10-RELEASE i386 >Organization: >Environment: System: FreeBSD x.x.x 4.10-RELEASE FreeBSD 4.10-RELEASE #6: Tue Aug 17 16:00:59 CEST 2004 x@x.x.x:/usr/src/sys/compile/PRIMAVERA i386 >Description: Fix of startup script for comms/hylafax 4.2.0 Delete in 'files': 'hylafax-faxq.sh.sample' 'hylafax-hfaxd.sh.sample' Add attached file in 'files' and name it 'hylafax.sh.sample'. Thank you! >How-To-Repeat: >Fix: --- hylafax.sh.sample begins here --- #! /bin/sh # hylafax startup example. # be sure to initialize the followings: # server: /usr/local/sbin/faxsetup # modems: /usr/local/sbin/faxaddmodem # incoming calls: /etc/ttys case "$1" in start) if [ -x /usr/local/sbin/hylafax ]; then /usr/local/sbin/hylafax start fi ;; stop) if [ -x /usr/local/sbin/hylafax ]; then /usr/local/sbin/hylafax stop fi ;; *) echo "Usage: `basename $0` {start|stop}" >&2 exit 64 ;; esac exit 0 --- hylafax.sh.sample ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Sep 26 13:40: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 0E04816A4CF for ; Sun, 26 Sep 2004 13:40:09 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id E1F2743D41 for ; Sun, 26 Sep 2004 13:40:08 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i8QDe871023511 for ; Sun, 26 Sep 2004 13:40:08 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i8QDe8Tv023507; Sun, 26 Sep 2004 13:40:08 GMT (envelope-from gnats) Resent-Date: Sun, 26 Sep 2004 13:40:08 GMT Resent-Message-Id: <200409261340.i8QDe8Tv023507@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, Matthew Seaman Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B516D16A4CE for ; Sun, 26 Sep 2004 13:39:56 +0000 (GMT) Received: from smtp.infracaninophile.co.uk (ns0.infracaninophile.co.uk [81.2.69.218]) by mx1.FreeBSD.org (Postfix) with ESMTP id 21FBD43D46 for ; Sun, 26 Sep 2004 13:39:55 +0000 (GMT) (envelope-from m.seaman@infracaninophile.co.uk) Received: from happy-idiot-talk.infracaninophile.co.uk (localhost.infracaninophile.co.uk [IPv6:::1] (may be forged)) i8QDdnTp045463 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sun, 26 Sep 2004 14:39:49 +0100 (BST) (envelope-from matthew@happy-idiot-talk.infracaninophile.co.uk) Received: (from matthew@localhost)i8QDdn15045462; Sun, 26 Sep 2004 14:39:49 +0100 (BST) (envelope-from matthew) Message-Id: <200409261339.i8QDdn15045462@happy-idiot-talk.infracaninophile.co.uk> Date: Sun, 26 Sep 2004 14:39:49 +0100 (BST) From: Matthew Seaman To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/72101: sysutils/fvcool -- update to 1.0.4, take maintainership X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Matthew Seaman List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Sep 2004 13:40:09 -0000 >Number: 72101 >Category: ports >Synopsis: sysutils/fvcool -- update to 1.0.4, take maintainership >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: Sun Sep 26 13:40:08 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Matthew Seaman >Release: FreeBSD 4.10-STABLE i386 >Organization: Infracaninophile >Environment: System: FreeBSD happy-idiot-talk.infracaninophile.co.uk 4.10-STABLE FreeBSD 4.10-STABLE #83: Tue Sep 21 12:22:54 BST 2004 root@happy-idiot-talk.infracaninophile.co.uk:/usr/obj/usr/src/sys/HAPPY-IDIOT-TALK i386 >Description: - Update to version 1.0.4 - Add rc.subr compatible initialization script - Take maintainership. Release notes for version 1.0.4 may be found here: http://www.nt.phys.kyushu-u.ac.jp/shimizu/download/README-FVCool104.html Files/Directories changed with this PR: Added: files files/fvcool.sh Changed: Makefile distinfo pkg-message pkg-plist >How-To-Repeat: >Fix: --- fvcool.diff begins here --- diff -Nur /usr/ports/sysutils/fvcool/Makefile fvcool/Makefile --- /usr/ports/sysutils/fvcool/Makefile Mon Jul 28 23:42:55 2003 +++ fvcool/Makefile Sun Sep 26 14:23:16 2004 @@ -6,30 +6,45 @@ # PORTNAME= fvcool -PORTVERSION= 1.0.3 +PORTVERSION= 1.0.4 CATEGORIES= sysutils MASTER_SITES= http://www.nt.phys.kyushu-u.ac.jp/shimizu/download/ DISTNAME= FVCool${PORTVERSION:S/.//g} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= m.seaman@infracaninophile.co.uk COMMENT= VCool for FreeBSD - Cooling software for AMD Athlon/Duron CPUs ONLY_FOR_ARCHS= i386 USE_REINPLACE= yes GNU_CONFIGURE= yes +USE_RC_SUBR= yes ALL_TARGET= fvcool PLIST_SUB+= DOCSDIR=${DOCSDIR:S,^${PREFIX}/,,} +MSG_FILE= ${PKGDIR}/pkg-message +PKGMESSAGE= ${WRKDIR}/pkg-message -DOC_FILES= 00README.txt 00READMEj.txt 00READMEkt133.txt +SED_SCRIPT= -e 's,%%RC_SUBR%%,${RC_SUBR},g' \ + -e 's,%%PORTNAME%%,${PORTNAME},g' \ + -e 's,%%PREFIX%%,${PREFIX},g' + +DOC_FILES= ReadMe ReadMe.jp ReadMe.tech_KT133 post-patch: @${REINPLACE_CMD} -e 's|@CC@|& ${CFLAGS}|; \ s|-O3||g ; s| -s | |g' ${BUILD_WRKSRC}/Makefile.in +post-build: + @${SED} ${SED_SCRIPT} ${FILESDIR}/${PORTNAME}.sh \ + > ${WRKDIR}/${PORTNAME}.sh + @${SED} ${SED_SCRIPT} ${MSG_FILE} \ + > ${PKGMESSAGE} + do-install: install-doc ${INSTALL_PROGRAM} ${WRKSRC}/fvcool ${PREFIX}/sbin/fvcool post-install: + @${INSTALL_SCRIPT} ${WRKDIR}/${PORTNAME}.sh \ + ${PREFIX}/etc/rc.d/${PORTNAME}.sh @${CAT} ${PKGMESSAGE} install-doc: diff -Nur /usr/ports/sysutils/fvcool/distinfo fvcool/distinfo --- /usr/ports/sysutils/fvcool/distinfo Fri Jan 30 11:15:06 2004 +++ fvcool/distinfo Sun Sep 26 13:41:27 2004 @@ -1,2 +1,2 @@ -MD5 (FVCool103.tar.gz) = d5e56d9d79ca7d642f54f94a7b8eb696 -SIZE (FVCool103.tar.gz) = 51712 +MD5 (FVCool104.tar.gz) = c42222059abd57a430d9828fe19ff6bf +SIZE (FVCool104.tar.gz) = 54611 diff -Nur /usr/ports/sysutils/fvcool/files/fvcool.sh fvcool/files/fvcool.sh --- /usr/ports/sysutils/fvcool/files/fvcool.sh Thu Jan 1 01:00:00 1970 +++ fvcool/files/fvcool.sh Sun Sep 26 14:33:10 2004 @@ -0,0 +1,48 @@ +#!/bin/sh +# +# @(#) $FreeBSD$ + +# PROVIDE: %%PORTNAME%% +# REQUIRE: LOGIN abi +# BEFORE: securelevel +# KEYWORD: FreeBSD shutdown + +# Add the following line to /etc/rc.conf to enable `%%PORTNAME%%': +# +#%%PORTNAME%%_enable="YES" +# +# Other rc.conf variables: +# +# %%PORTNAME%%_flags Set to "-v" for verbose mode. +# + +. %%RC_SUBR%% + +name="%%PORTNAME%%" +rcvar=`set_rcvar` + +command="%%PREFIX%%/sbin/%%PORTNAME%%" +command_args="-e" + +# %%PORTNAME%% is a command to be run during startup and shutdown, not a +# long running daemon process. There's no pidfile to check, and it's +# hard to tell if %%PORTNAME%% is enabled or not -- just run '%%PORTNAME%% -e' to +# force enable it, '%%PORTNAME%% -d' to disable. + +stop_cmd="stop_cmd" +stop_cmd() +{ + $command -d +} + +status_cmd="status_cmd" +status_cmd() +{ + echo "Can't check %%PORTNAME%% status" +} + +load_rc_config "$name" +: ${%%PORTNAME%%_enable="NO"} +: ${%%PORTNAME%%_flags=""} + +run_rc_command "$1" diff -Nur /usr/ports/sysutils/fvcool/pkg-message fvcool/pkg-message --- /usr/ports/sysutils/fvcool/pkg-message Fri Nov 29 17:40:54 2002 +++ fvcool/pkg-message Sun Sep 26 14:25:39 2004 @@ -1,8 +1,21 @@ -WARNING: This software can have a negative impact on the system's -stability, in particular while doing heavy duty work such as encoding -music the system can freeze under certain conditions! +===> How to enable the %%PORTNAME%% package -Don't use this software in production or mission-critical environments! + If you want to invoke %%PORTNAME%% automatically on system startup, + add the following line to /etc/rc.conf: + + fvcool_enable="YES" + + See %%PREFIX%%/etc/rc.d/%%PORTNAME%%.sh for more details. + +===> WARNING + + This software can have a negative impact on system stability. In + particular while doing heavy duty work such as encoding music, + under certain conditions the system can freeze. + + Don't use this software in production or mission-critical + environments! + + Also note that this software is supposed to be used with AMD + Athlon (XP) an AMD Duron processors only. -Also note that this software is supposed to be used with AMD Athlon (XP) an -AMD Duron processors only! diff -Nur /usr/ports/sysutils/fvcool/pkg-plist fvcool/pkg-plist --- /usr/ports/sysutils/fvcool/pkg-plist Sun Oct 13 08:12:53 2002 +++ fvcool/pkg-plist Sun Sep 26 14:10:00 2004 @@ -1,5 +1,6 @@ sbin/fvcool -%%PORTDOCS%%%%DOCSDIR%%/00README.txt -%%PORTDOCS%%%%DOCSDIR%%/00READMEj.txt -%%PORTDOCS%%%%DOCSDIR%%/00READMEkt133.txt +etc/rc.d/fvcool.sh +%%PORTDOCS%%%%DOCSDIR%%/ReadMe +%%PORTDOCS%%%%DOCSDIR%%/ReadMe.jp +%%PORTDOCS%%%%DOCSDIR%%/ReadMe.tech_KT133 %%PORTDOCS%%@dirrm %%DOCSDIR%% --- fvcool.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Sep 26 16: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 C30F816A4CE for ; Sun, 26 Sep 2004 16:00:39 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7D2E243D49 for ; Sun, 26 Sep 2004 16:00:39 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i8QG0c2G039477 for ; Sun, 26 Sep 2004 16:00:38 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i8QG0chU039475; Sun, 26 Sep 2004 16:00:38 GMT (envelope-from gnats) Resent-Date: Sun, 26 Sep 2004 16:00:38 GMT Resent-Message-Id: <200409261600.i8QG0chU039475@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, Yen-Ming Lee Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E1DBE16A4CF for ; Sun, 26 Sep 2004 15:56:25 +0000 (GMT) Received: from utopia.leeym.com (utopia.leeym.com [211.21.137.52]) by mx1.FreeBSD.org (Postfix) with ESMTP id 910FD43D41 for ; Sun, 26 Sep 2004 15:56:25 +0000 (GMT) (envelope-from leeym@utopia.leeym.com) Received: from localhost (localhost [127.0.0.1]) by utopia.leeym.com (Postfix) with ESMTP id 814383EAD06; Sun, 26 Sep 2004 23:56:24 +0800 (CST) Received: from utopia.leeym.com ([127.0.0.1]) by localhost (utopia.leeym.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 66541-01; Sun, 26 Sep 2004 23:56:21 +0800 (CST) Received: by utopia.leeym.com (Postfix, from userid 1000) id E5A143EAD03; Sun, 26 Sep 2004 23:56:20 +0800 (CST) Message-Id: <20040926155620.E5A143EAD03@utopia.leeym.com> Date: Sun, 26 Sep 2004 23:56:20 +0800 (CST) From: Yen-Ming Lee To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 cc: donnex@donnex.net Subject: ports/72102: [PATCH] sysutils/pwsafe: add USE_GCC=2.95 and unbreak 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, 26 Sep 2004 16:00:39 -0000 >Number: 72102 >Category: ports >Synopsis: [PATCH] sysutils/pwsafe: add USE_GCC=2.95 and unbreak >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 Sep 26 16:00:38 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Yen-Ming Lee >Release: FreeBSD 5.3-BETA4 i386 >Organization: FreeBSD Taiwan >Environment: System: FreeBSD utopia.leeym.com 5.3-BETA4 FreeBSD 5.3-BETA4 #7: Mon Sep 13 05:12:30 CST 2004 >Description: - add USE_GCC=2.95 and unbreak this port Port maintainer (donnex@donnex.net) is cc'd. Generated with FreeBSD Port Tools 0.63 >How-To-Repeat: >Fix: --- pwsafe-0.1.6.patch begins here --- Index: Makefile =================================================================== RCS file: /home/pcvs/ports/sysutils/pwsafe/Makefile,v retrieving revision 1.2 diff -u -u -r1.2 Makefile --- Makefile 26 Sep 2004 02:38:36 -0000 1.2 +++ Makefile 26 Sep 2004 15:55:50 -0000 @@ -15,14 +15,9 @@ GNU_CONFIGURE= yes USE_GMAKE= yes +USE_GCC= 2.95 MAN1= pwsafe.1 PLIST_FILES= bin/pwsafe -.include - -.if ${OSVERSION} >= 502126 -BROKEN= "Does not compile on FreeBSD >= 5.x" -.endif - -.include +.include --- pwsafe-0.1.6.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Sep 26 16: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 E735516A4CE for ; Sun, 26 Sep 2004 16:00:39 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id B5BFB43D31 for ; Sun, 26 Sep 2004 16:00:39 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i8QG0dZb039521 for ; Sun, 26 Sep 2004 16: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 i8QG0doN039518; Sun, 26 Sep 2004 16:00:39 GMT (envelope-from gnats) Resent-Date: Sun, 26 Sep 2004 16:00:39 GMT Resent-Message-Id: <200409261600.i8QG0doN039518@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, Kelly Cochran Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6727916A4CE for ; Sun, 26 Sep 2004 15:57:28 +0000 (GMT) Received: from trolans.net (trolans.net [64.71.177.233]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3EA6D43D41 for ; Sun, 26 Sep 2004 15:57:28 +0000 (GMT) (envelope-from kcochran@trolans.net) Received: from trolans.net (kcochran@localhost [127.0.0.1]) by trolans.net (8.13.1/8.13.1) with ESMTP id i8QG2SQn028072 for ; Sun, 26 Sep 2004 09:02:28 -0700 (PDT) (envelope-from kcochran@trolans.net) Received: (from kcochran@localhost) by trolans.net (8.13.1/8.13.1/Submit) id i8QG2Sxf028071; Sun, 26 Sep 2004 09:02:28 -0700 (PDT) (envelope-from kcochran) Message-Id: <200409261602.i8QG2Sxf028071@trolans.net> Date: Sun, 26 Sep 2004 09:02:28 -0700 (PDT) From: Kelly Cochran To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/72103: [NEW PORT] net/p5-Net-OSCAR: Perl module to use AIM OSCAR protocol X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Kelly Cochran List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Sep 2004 16:00:40 -0000 >Number: 72103 >Category: ports >Synopsis: [NEW PORT] net/p5-Net-OSCAR: Perl module to use AIM OSCAR protocol >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 Sep 26 16:00:39 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Kelly Cochran >Release: FreeBSD 4.10-STABLE i386 >Organization: >Environment: System: FreeBSD shell.trolans.net 4.10-STABLE FreeBSD 4.10-STABLE #7: Mon Sep 13 17:42:49 PDT 2004 root@:/usr/obj/usr/src/sys/TROLANS.NET i386 >Description: This module implements an OO interface to the AIM OSCAR protocol. WWW: http://search.cpan.org/dist/Net-OSCAR/ >How-To-Repeat: >Fix: # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # p5-Net-OSCAR # p5-Net-OSCAR/pkg-plist # p5-Net-OSCAR/pkg-descr # p5-Net-OSCAR/distinfo # p5-Net-OSCAR/Makefile # echo c - p5-Net-OSCAR mkdir -p p5-Net-OSCAR > /dev/null 2>&1 echo x - p5-Net-OSCAR/pkg-plist sed 's/^X//' >p5-Net-OSCAR/pkg-plist << 'END-of-p5-Net-OSCAR/pkg-plist' X%%SITE_PERL%%/Net/OSCAR.pm X%%SITE_PERL%%/Net/OSCAR/Buddylist.pm X%%SITE_PERL%%/Net/OSCAR/Callbacks.pm X%%SITE_PERL%%/Net/OSCAR/Common.pm X%%SITE_PERL%%/Net/OSCAR/Connection.pm X%%SITE_PERL%%/Net/OSCAR/Connection/Chat.pm X%%SITE_PERL%%/Net/OSCAR/Constants.pm X%%SITE_PERL%%/Net/OSCAR/Proxy.pm X%%SITE_PERL%%/Net/OSCAR/Screenname.pm X%%SITE_PERL%%/Net/OSCAR/TLV.pm X%%SITE_PERL%%/Net/OSCAR/Utility.pm X%%SITE_PERL%%/Net/OSCAR/XML.pm X%%SITE_PERL%%/Net/OSCAR/XML/Protocol.dtd X%%SITE_PERL%%/Net/OSCAR/XML/Protocol.parsed-xml X%%SITE_PERL%%/Net/OSCAR/XML/Protocol.xml X%%SITE_PERL%%/Net/OSCAR/XML/Template.pm X%%SITE_PERL%%/Net/OSCAR/_BLInternal.pm X%%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/OSCAR/.packlist X@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/OSCAR X@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Net 2>/dev/null || true X@dirrm %%SITE_PERL%%/Net/OSCAR/Connection X@dirrm %%SITE_PERL%%/Net/OSCAR/XML X@dirrm %%SITE_PERL%%/Net/OSCAR X@unexec rmdir %D/%%SITE_PERL%%/Net 2>/dev/null || true END-of-p5-Net-OSCAR/pkg-plist echo x - p5-Net-OSCAR/pkg-descr sed 's/^X//' >p5-Net-OSCAR/pkg-descr << 'END-of-p5-Net-OSCAR/pkg-descr' XThis module implements an OO interface to the AIM OSCAR protocol. X XWWW: http://search.cpan.org/dist/Net-OSCAR/ END-of-p5-Net-OSCAR/pkg-descr echo x - p5-Net-OSCAR/distinfo sed 's/^X//' >p5-Net-OSCAR/distinfo << 'END-of-p5-Net-OSCAR/distinfo' XMD5 (Net-OSCAR-1.906.tar.gz) = 6d124c336431a539ad9566fc0493a685 XSIZE (Net-OSCAR-1.906.tar.gz) = 103802 END-of-p5-Net-OSCAR/distinfo echo x - p5-Net-OSCAR/Makefile sed 's/^X//' >p5-Net-OSCAR/Makefile << 'END-of-p5-Net-OSCAR/Makefile' X# New ports collection makefile for: p5-Net-OSCAR X# Date created: 26 Sep 2004 X# Whom: Kelly Cochran X# X# $FreeBSD$ X# X XPORTNAME= Net-OSCAR XPORTVERSION= 1.906 XCATEGORIES= net perl5 XMASTER_SITES= ${MASTER_SITE_PERL_CPAN} XMASTER_SITE_SUBDIR= Net XPKGNAMEPREFIX= p5- X XMAINTAINER= kcochran@trolans.net XCOMMENT= Perl extension for the AOL Instant Messenger OSCAR protocol X XPERL_CONFIGURE= yes X XMAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} XMAN3= Net::OSCAR.3 X X.include END-of-p5-Net-OSCAR/Makefile exit >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Sep 26 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 582BD16A4CE for ; Sun, 26 Sep 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 3B0E143D41 for ; Sun, 26 Sep 2004 16:20:21 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i8QGKKow044076 for ; Sun, 26 Sep 2004 16: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 i8QGKKh0044075; Sun, 26 Sep 2004 16:20:20 GMT (envelope-from gnats) Resent-Date: Sun, 26 Sep 2004 16:20:20 GMT Resent-Message-Id: <200409261620.i8QGKKh0044075@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, Yen-Ming Lee Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 12E4C16A4CE for ; Sun, 26 Sep 2004 16:20:13 +0000 (GMT) Received: from utopia.leeym.com (utopia.leeym.com [211.21.137.52]) by mx1.FreeBSD.org (Postfix) with ESMTP id BAD2843D5A for ; Sun, 26 Sep 2004 16:20:12 +0000 (GMT) (envelope-from leeym@utopia.leeym.com) Received: from localhost (localhost [127.0.0.1]) by utopia.leeym.com (Postfix) with ESMTP id 030D43EAD11; Mon, 27 Sep 2004 00:20:12 +0800 (CST) Received: from utopia.leeym.com ([127.0.0.1]) by localhost (utopia.leeym.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 66541-05; Mon, 27 Sep 2004 00:20:07 +0800 (CST) Received: by utopia.leeym.com (Postfix, from userid 1000) id E93023EAD09; Mon, 27 Sep 2004 00:20:06 +0800 (CST) Message-Id: <20040926162006.E93023EAD09@utopia.leeym.com> Date: Mon, 27 Sep 2004 00:20:06 +0800 (CST) From: Yen-Ming Lee To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 cc: lupe@lupe-christoph.de Subject: ports/72104: [PATCH] sysutils/munin-node: fix PLIST 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, 26 Sep 2004 16:20:21 -0000 >Number: 72104 >Category: ports >Synopsis: [PATCH] sysutils/munin-node: fix PLIST >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 Sep 26 16:20:20 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Yen-Ming Lee >Release: FreeBSD 5.3-BETA4 i386 >Organization: FreeBSD Taiwan >Environment: System: FreeBSD utopia.leeym.com 5.3-BETA4 FreeBSD 5.3-BETA4 #7: Mon Sep 13 05:12:30 CST 2004 >Description: - remove extra files from PLIST - add missing file into PLIST - unbreak this port Port maintainer (lupe@lupe-christoph.de) is cc'd. Generated with FreeBSD Port Tools 0.63 >How-To-Repeat: >Fix: --- munin-node-1.0.0.patch begins here --- Index: Makefile =================================================================== RCS file: /home/pcvs/ports/sysutils/munin-node/Makefile,v retrieving revision 1.7 diff -u -u -r1.7 Makefile --- Makefile 19 Sep 2004 01:20:32 -0000 1.7 +++ Makefile 26 Sep 2004 16:16:52 -0000 @@ -21,10 +21,6 @@ .include -.if ${OSVERSION} >= 502126 -BROKEN= "Broken pkg-plist" -.endif - .if ${PERL_LEVEL} < 500800 RUN_DEPENDS+= ${SITE_PERL}/Net/Domain.pm:${PORTSDIR}/net/p5-Net .endif Index: pkg-plist =================================================================== RCS file: /home/pcvs/ports/sysutils/munin-node/pkg-plist,v retrieving revision 1.4 diff -u -u -r1.4 pkg-plist --- pkg-plist 3 Jun 2004 22:46:59 -0000 1.4 +++ pkg-plist 26 Sep 2004 16:16:52 -0000 @@ -1,3 +1,4 @@ +etc/munin/VERSION.node etc/munin/munin-node.conf etc/munin/plugin-conf.d/plugins.conf etc/rc.d/munin-node.sh @@ -11,7 +12,6 @@ share/munin/plugins/apache_volume share/munin/plugins/apc_envunit_ share/munin/plugins/bind9 -share/munin/plugins/cpu share/munin/plugins/df share/munin/plugins/df_inode share/munin/plugins/exim_mailqueue @@ -19,13 +19,9 @@ share/munin/plugins/folding@home share/munin/plugins/hddtemp share/munin/plugins/hddtemp2 -share/munin/plugins/if_ -share/munin/plugins/if_errcoll_ share/munin/plugins/ipac-ng share/munin/plugins/ircu -share/munin/plugins/load share/munin/plugins/mailman -share/munin/plugins/memory share/munin/plugins/multips share/munin/plugins/munin_graph share/munin/plugins/munin_update @@ -35,15 +31,12 @@ share/munin/plugins/mysql_slowqueries share/munin/plugins/mysql_threads share/munin/plugins/named -share/munin/plugins/netstat -share/munin/plugins/open_files share/munin/plugins/plugins.history share/munin/plugins/pm3users share/munin/plugins/pop_stats share/munin/plugins/postfix_mailqueue share/munin/plugins/postfix_mailstats share/munin/plugins/postfix_mailvolume -share/munin/plugins/processes share/munin/plugins/ps_ share/munin/plugins/psu_ share/munin/plugins/samba @@ -64,7 +57,6 @@ share/munin/plugins/squid_requests share/munin/plugins/squid_traffic share/munin/plugins/surfboard -share/munin/plugins/swap share/munin/plugins/sybase_space share/munin/plugins/vmstat @unexec rmdir %D/var/munin/plugin-state 2>/dev/null || true --- munin-node-1.0.0.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Sep 26 16: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 1FE1916A4CE for ; Sun, 26 Sep 2004 16:50:21 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 04A2C43D1F for ; Sun, 26 Sep 2004 16:50:21 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i8QGoKPF045014 for ; Sun, 26 Sep 2004 16: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 i8QGoKIY045013; Sun, 26 Sep 2004 16:50:20 GMT (envelope-from gnats) Resent-Date: Sun, 26 Sep 2004 16:50:20 GMT Resent-Message-Id: <200409261650.i8QGoKIY045013@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, Yen-Ming Lee Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 33B7516A4CE for ; Sun, 26 Sep 2004 16:43:11 +0000 (GMT) Received: from utopia.leeym.com (utopia.leeym.com [211.21.137.52]) by mx1.FreeBSD.org (Postfix) with ESMTP id CB07B43D3F for ; Sun, 26 Sep 2004 16:43:10 +0000 (GMT) (envelope-from leeym@utopia.leeym.com) Received: from localhost (localhost [127.0.0.1]) by utopia.leeym.com (Postfix) with ESMTP id AF7153EAD1A for ; Mon, 27 Sep 2004 00:43:09 +0800 (CST) Received: from utopia.leeym.com ([127.0.0.1]) by localhost (utopia.leeym.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 66541-08 for ; Mon, 27 Sep 2004 00:43:05 +0800 (CST) Received: by utopia.leeym.com (Postfix, from userid 1000) id 465F13EAD15; Mon, 27 Sep 2004 00:43:05 +0800 (CST) Message-Id: <20040926164305.465F13EAD15@utopia.leeym.com> Date: Mon, 27 Sep 2004 00:43:05 +0800 (CST) From: Yen-Ming Lee To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/72105: [PATCH] mail/librfc822: add USE_GCC=2.95 and unbreak 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, 26 Sep 2004 16:50:21 -0000 >Number: 72105 >Category: ports >Synopsis: [PATCH] mail/librfc822: add USE_GCC=2.95 and unbreak >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 Sep 26 16:50:20 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Yen-Ming Lee >Release: FreeBSD 5.3-BETA4 i386 >Organization: FreeBSD Taiwan >Environment: System: FreeBSD utopia.leeym.com 5.3-BETA4 FreeBSD 5.3-BETA4 #7: Mon Sep 13 05:12:30 CST 2004 >Description: - add USE_GCC=2.95 and unbreak this port - replace pkg-plist with PORTDOCS and PLIST_FILES Removed file(s): - pkg-plist Generated with FreeBSD Port Tools 0.63 >How-To-Repeat: >Fix: --- librfc822-1.0_1.patch begins here --- Index: Makefile =================================================================== RCS file: /home/pcvs/ports/mail/librfc822/Makefile,v retrieving revision 1.6 diff -u -u -r1.6 Makefile --- Makefile 16 Aug 2004 02:47:08 -0000 1.6 +++ Makefile 26 Sep 2004 16:41:52 -0000 @@ -15,20 +15,21 @@ MAINTAINER= ports@FreeBSD.org COMMENT= A complete parser for RFC822 addresses -DOCS= readme.html readme.txt user-manual.html user-manual.pdf +USE_GCC= 2.95 +USE_REINPLACE= yes -.include +PORTDOCS= readme.html readme.txt user-manual.html user-manual.pdf +PLIST_FILES= include/rfc822.hh lib/librfc822.a -.if ${OSVERSION} >= 502126 -BROKEN= "Does not compile with gcc 3.4.2" -.endif +post-patch: + @${REINPLACE_CMD} -E -e 's/^(CXX.*)=(.*)/\1\?=\2/' ${WRKSRC}/Makefile do-install: ${INSTALL_DATA} ${WRKSRC}/rfc822.hh ${PREFIX}/include ${INSTALL_DATA} ${WRKSRC}/librfc822.a ${PREFIX}/lib .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} - @cd ${WRKSRC}/documentation && ${INSTALL_DATA} ${DOCS} ${DOCSDIR} + @cd ${WRKSRC}/documentation && ${INSTALL_DATA} ${PORTDOCS} ${DOCSDIR} .endif -.include +.include Index: pkg-plist =================================================================== RCS file: pkg-plist diff -N pkg-plist --- pkg-plist 7 May 2003 17:21:07 -0000 1.2 +++ /dev/null 1 Jan 1970 00:00:00 -0000 @@ -1,7 +0,0 @@ -include/rfc822.hh -lib/librfc822.a -%%PORTDOCS%%%%DOCSDIR%%/readme.html -%%PORTDOCS%%%%DOCSDIR%%/readme.txt -%%PORTDOCS%%%%DOCSDIR%%/user-manual.html -%%PORTDOCS%%%%DOCSDIR%%/user-manual.pdf -%%PORTDOCS%%@dirrm %%DOCSDIR%% --- librfc822-1.0_1.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Sep 26 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 0AFCB16A4D4 for ; Sun, 26 Sep 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 2A04543D60 for ; Sun, 26 Sep 2004 17:00:44 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i8QH0iZf046319 for ; Sun, 26 Sep 2004 17: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 i8QH0i3N046316; Sun, 26 Sep 2004 17:00:44 GMT (envelope-from gnats) Resent-Date: Sun, 26 Sep 2004 17:00:44 GMT Resent-Message-Id: <200409261700.i8QH0i3N046316@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, david marshall Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7D54E16A4CE for ; Sun, 26 Sep 2004 16:50:32 +0000 (GMT) Received: from chezmarshall.com (chezmarshall.com [209.61.182.186]) by mx1.FreeBSD.org (Postfix) with SMTP id 1527943D3F for ; Sun, 26 Sep 2004 16:50:32 +0000 (GMT) (envelope-from marshall@chezmarshall.com) Received: (qmail 83030 invoked by uid 1001); 26 Sep 2004 16:26:55 -0000 Message-Id: <20040926162655.83029.qmail@chezmarshall.com> Date: 26 Sep 2004 16:26:55 -0000 From: david marshall To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/72106: update perforce X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: david marshall List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Sep 2004 17:00:47 -0000 >Number: 72106 >Category: ports >Synopsis: update perforce >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 Sep 26 17:00:43 GMT 2004 >Closed-Date: >Last-Modified: >Originator: david marshall >Release: FreeBSD 4.10-RELEASE i386 >Organization: >Environment: System: FreeBSD server1.chezmarshall.com 4.10-RELEASE FreeBSD 4.10-RELEASE #0: Sun Jun 6 12:28:06 PDT 2004 marshall@server1.chezmarshall.com:/disk3/obj/disk2/src/sys/CHEZMARSHALL i386 >Description: Update devel/perforce to latest binaries >How-To-Repeat: >Fix: Install following patch in /usr/ports Index: UPDATING =================================================================== RCS file: /usr/ncvs/ports/UPDATING,v retrieving revision 1.69 diff -u -r1.69 UPDATING --- UPDATING 3 Sep 2004 17:00:28 -0000 1.69 +++ UPDATING 26 Sep 2004 15:50:28 -0000 @@ -6,6 +6,26 @@ time you update your ports collection, before attempting any port upgrades. +20040926: + AFFECTS: users of devel/perforce + AUTHOR: marshall@chezmarshall.com + + Upgrading from 2003.2 to 2004.2 is straightforward, it is highly + recommended to checkpoint and backup your server as follows: + p4 verify //... + p4 verify -u //... # possibly redundant + p4 admin checkpoint + p4 admin stop + + + If you are upgrading from a version earlier than 2003.2, you should + consult the Perforce documentation + (http://www.perforce.com/perforce/technical.html) + before proceeding. + + Also, it looks as though Perforce has stopped updating the man pages, + so they are no longer included in the port. + 20040903: AFFECTS: users of net/kdenetwork3 AUTHOR: kde@freebsd.org Index: devel/perforce/Makefile =================================================================== RCS file: /usr/ncvs/ports/devel/perforce/Makefile,v retrieving revision 1.33 diff -u -r1.33 Makefile --- devel/perforce/Makefile 21 Jun 2004 19:14:27 -0000 1.33 +++ devel/perforce/Makefile 26 Sep 2004 16:06:38 -0000 @@ -10,10 +10,9 @@ PORTREVISION= ${REVISION} PORTEPOCH= 1 CATEGORIES= devel -MASTER_SITES= ftp://ftp.perforce.com/pub/perforce/r${PORTVERSION}/bin.${PLATFORM}/ \ - ftp://ftp.perforce.com/pub/perforce/r${PORTVERSION}/doc/man/:man +MASTER_SITES= ftp://ftp.perforce.com/pub/perforce/r${PORTVERSION}/bin.${PLATFORM}/ EXTRACT_SUFX= -DISTFILES= ${BIN_FILES} ${SBIN_FILES} ${MAN1:S/$/:man/} +DISTFILES= ${BIN_FILES} ${SBIN_FILES} DIST_SUBDIR= perforce/${VERSION}/${ARCH} EXTRACT_ONLY= # none @@ -29,12 +28,12 @@ MD5_FILE= ${MASTERDIR}/distinfo.${ARCH} .if ${ARCH} == i386 -VERSION= 03.2 -REVISION= 7 +VERSION= 04.2 +REVISION= 0 PLATFORM= freebsd4 BIN_FILES= p4 p4web SBIN_FILES= p4d p4ftpd p4p -REL_NOTES= http://www.perforce.com/perforce/doc.032/user/relnotes.txt +REL_NOTES= http://www.perforce.com/perforce/doc.042/user/relnotes.txt .elif ${ARCH} == alpha VERSION= 99.1 REVISION= 1 @@ -51,7 +50,6 @@ NO_PACKAGE= Restricted distribution NO_CDROM= Restricted distribution -MAN1= p4.1 p4d.1 NO_WRKSUBDIR= yes @@ -117,9 +115,6 @@ ${CP} -p ${PREFIX}/etc/perforce.conf.default ${PREFIX}/etc/perforce.conf; \ fi ${INSTALL_SCRIPT} ${WRKSRC}/perforce.sh ${PREFIX}/etc/rc.d/ -.for f in ${MAN1} - ${INSTALL_MAN} ${_DISTDIR}/${f} ${PREFIX}/man/man1/ -.endfor .for f in ${BIN_FILES} ${INSTALL_PROGRAM} ${_DISTDIR}/${f} ${PREFIX}/bin/ .endfor Index: devel/perforce/distinfo.i386 =================================================================== RCS file: /usr/ncvs/ports/devel/perforce/distinfo.i386,v retrieving revision 1.9 diff -u -r1.9 distinfo.i386 --- devel/perforce/distinfo.i386 21 Jun 2004 19:14:27 -0000 1.9 +++ devel/perforce/distinfo.i386 26 Sep 2004 16:06:48 -0000 @@ -1,14 +1,10 @@ -MD5 (perforce/03.2/i386/p4) = faff0e4d88276c30b5dfda5917968b0e -SIZE (perforce/03.2/i386/p4) = 684712 -MD5 (perforce/03.2/i386/p4web) = ceb9038c44804de90a24bc009c8eb4ad -SIZE (perforce/03.2/i386/p4web) = 1639614 -MD5 (perforce/03.2/i386/p4d) = 342de66804f6130e6acb06a812d2f7d7 -SIZE (perforce/03.2/i386/p4d) = 1346084 -MD5 (perforce/03.2/i386/p4ftpd) = ec22d7e1b1f55581127b24080418d822 -SIZE (perforce/03.2/i386/p4ftpd) = 800692 -MD5 (perforce/03.2/i386/p4p) = 018b501751db09328df2e553d7fcaed1 -SIZE (perforce/03.2/i386/p4p) = 672103 -MD5 (perforce/03.2/i386/p4.1) = 097de5d5637cff5d66a94cbf9b95e6a8 -SIZE (perforce/03.2/i386/p4.1) = 72954 -MD5 (perforce/03.2/i386/p4d.1) = 6b31c4f65fd8165b72a5b9d639f40548 -SIZE (perforce/03.2/i386/p4d.1) = 4529 +MD5 (perforce/04.2/i386/p4) = a316968ea7f06ddb92bb66ac7db8b937 +SIZE (perforce/04.2/i386/p4) = 698296 +MD5 (perforce/04.2/i386/p4web) = f37eb87b6d08bc10aa500dbc017b68e5 +SIZE (perforce/04.2/i386/p4web) = 1724496 +MD5 (perforce/04.2/i386/p4d) = 5d0bc73ed32705b12aad154097e4645f +SIZE (perforce/04.2/i386/p4d) = 1396332 +MD5 (perforce/04.2/i386/p4ftpd) = 07c031af078ecd13f054c4b6f39513e7 +SIZE (perforce/04.2/i386/p4ftpd) = 813292 +MD5 (perforce/04.2/i386/p4p) = e2ff914844edeb8009efda1c32f6e5e3 +SIZE (perforce/04.2/i386/p4p) = 696069 Index: devel/perforce/pkg-install =================================================================== RCS file: /usr/ncvs/ports/devel/perforce/pkg-install,v retrieving revision 1.1 diff -u -r1.1 pkg-install --- devel/perforce/pkg-install 1 Sep 2001 18:57:08 -0000 1.1 +++ devel/perforce/pkg-install 26 Sep 2004 16:03:28 -0000 @@ -44,7 +44,6 @@ fi if [ ! -d $PERFORCE_HOME ] ; then -echo hey mkdir -p $PERFORCE_HOME $PERFORCE_LOGS $PERFORCE_ROOT chown -R $USER:$GROUP $PERFORCE_HOME fi >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Sep 26 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 12FC216A4D3 for ; Sun, 26 Sep 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 8149143D62 for ; Sun, 26 Sep 2004 17:00:44 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i8QH0iNK046354 for ; Sun, 26 Sep 2004 17: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 i8QH0iZr046352; Sun, 26 Sep 2004 17:00:44 GMT (envelope-from gnats) Resent-Date: Sun, 26 Sep 2004 17:00:44 GMT Resent-Message-Id: <200409261700.i8QH0iZr046352@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, Yen-Ming Lee Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5572216A4CE for ; Sun, 26 Sep 2004 16:59:46 +0000 (GMT) Received: from utopia.leeym.com (utopia.leeym.com [211.21.137.52]) by mx1.FreeBSD.org (Postfix) with ESMTP id DF15343D1F for ; Sun, 26 Sep 2004 16:59:45 +0000 (GMT) (envelope-from leeym@utopia.leeym.com) Received: from localhost (localhost [127.0.0.1]) by utopia.leeym.com (Postfix) with ESMTP id 192FF3EAD1A for ; Mon, 27 Sep 2004 00:59:45 +0800 (CST) Received: from utopia.leeym.com ([127.0.0.1]) by localhost (utopia.leeym.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 19321-02 for ; Mon, 27 Sep 2004 00:59:42 +0800 (CST) Received: by utopia.leeym.com (Postfix, from userid 1000) id E86BB3EAD15; Mon, 27 Sep 2004 00:59:41 +0800 (CST) Message-Id: <20040926165941.E86BB3EAD15@utopia.leeym.com> Date: Mon, 27 Sep 2004 00:59:41 +0800 (CST) From: Yen-Ming Lee To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/72107: [PATCH] mail/mmr: add USE_GCC=2.95 and unbreak 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, 26 Sep 2004 17:00:47 -0000 >Number: 72107 >Category: ports >Synopsis: [PATCH] mail/mmr: add USE_GCC=2.95 and unbreak >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 Sep 26 17:00:44 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Yen-Ming Lee >Release: FreeBSD 5.3-BETA4 i386 >Organization: FreeBSD Taiwan >Environment: System: FreeBSD utopia.leeym.com 5.3-BETA4 FreeBSD 5.3-BETA4 #7: Mon Sep 13 05:12:30 CST 2004 >Description: - add USE_GCC=2.95 and unbreak this port - utilize DOCSDIR and EXAMPLESDIR - replace pkg-plist with PORTDOCS, PLIST_FILES and PLIST_DIRS Removed file(s): - pkg-plist Generated with FreeBSD Port Tools 0.63 >How-To-Repeat: >Fix: --- mmr-1.5.5.patch begins here --- Index: Makefile =================================================================== RCS file: /home/pcvs/ports/mail/mmr/Makefile,v retrieving revision 1.16 diff -u -u -r1.16 Makefile --- Makefile 16 Aug 2004 02:47:08 -0000 1.16 +++ Makefile 26 Sep 2004 16:57:22 -0000 @@ -14,22 +14,21 @@ COMMENT= Curses based MIME Mail Reader ALL_TARGET= # empty +USE_GCC= 2.95 -.include - -.if ${OSVERSION} >= 502126 -BROKEN= "Does not compile with gcc 3.4.2" -.endif +PORTDOCS= BUGS CHANGES Features README TODO +PLIST_FILES= bin/mmr ${EXAMPLESDIR:S,${PREFIX}/,,}/dot.mmrc.sample +PLIST_DIRS= ${EXAMPLESDIR:S,${PREFIX}/,,} do-install: ${INSTALL_PROGRAM} ${WRKSRC}/mmr ${PREFIX}/bin - @${MKDIR} ${PREFIX}/share/examples/mmr - ${INSTALL_DATA} ${WRKSRC}/DOT-mmrc ${PREFIX}/share/examples/mmr/dot.mmrc.sample + @${MKDIR} ${EXAMPLESDIR} + ${INSTALL_DATA} ${WRKSRC}/DOT-mmrc ${EXAMPLESDIR}/dot.mmrc.sample .if !defined(NOPORTDOCS) - @${MKDIR} ${PREFIX}/share/doc/mmr -.for file in BUGS CHANGES Features README TODO - ${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/share/doc/mmr + @${MKDIR} ${DOCSDIR} +.for file in ${PORTDOCS} + ${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR} .endfor .endif -.include +.include Index: pkg-plist =================================================================== RCS file: pkg-plist diff -N pkg-plist --- pkg-plist 24 Dec 2001 02:15:59 -0000 1.4 +++ /dev/null 1 Jan 1970 00:00:00 -0000 @@ -1,9 +0,0 @@ -bin/mmr -%%PORTDOCS%%share/doc/mmr/BUGS -%%PORTDOCS%%share/doc/mmr/CHANGES -%%PORTDOCS%%share/doc/mmr/Features -%%PORTDOCS%%share/doc/mmr/README -%%PORTDOCS%%share/doc/mmr/TODO -share/examples/mmr/dot.mmrc.sample -@dirrm share/examples/mmr -%%PORTDOCS%%@dirrm share/doc/mmr --- mmr-1.5.5.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Sep 26 17:01: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 ED8F916A4CE; Sun, 26 Sep 2004 17:01:23 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id CFF9643D53; Sun, 26 Sep 2004 17:01:23 +0000 (GMT) (envelope-from leeym@FreeBSD.org) Received: from freefall.freebsd.org (leeym@localhost [127.0.0.1]) i8QH1NxW046453; Sun, 26 Sep 2004 17:01:23 GMT (envelope-from leeym@freefall.freebsd.org) Received: (from leeym@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i8QH1NLL046449; Sun, 26 Sep 2004 17:01:23 GMT (envelope-from leeym) Date: Sun, 26 Sep 2004 17:01:23 GMT From: Yen-Ming Lee Message-Id: <200409261701.i8QH1NLL046449@freefall.freebsd.org> To: leeym@FreeBSD.org, leeym@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/72102: [PATCH] sysutils/pwsafe: add USE_GCC=2.95 and unbreak 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, 26 Sep 2004 17:01:24 -0000 Synopsis: [PATCH] sysutils/pwsafe: add USE_GCC=2.95 and unbreak State-Changed-From-To: open->feedback State-Changed-By: leeym State-Changed-When: Sun Sep 26 17:01:23 GMT 2004 State-Changed-Why: The maintainer is Cc-ed. http://www.freebsd.org/cgi/query-pr.cgi?pr=72102 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Sep 26 17:01: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 D26CE16A4CE; Sun, 26 Sep 2004 17:01:27 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id B369743D4C; Sun, 26 Sep 2004 17:01:27 +0000 (GMT) (envelope-from leeym@FreeBSD.org) Received: from freefall.freebsd.org (leeym@localhost [127.0.0.1]) i8QH1RbC046498; Sun, 26 Sep 2004 17:01:27 GMT (envelope-from leeym@freefall.freebsd.org) Received: (from leeym@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i8QH1ROR046494; Sun, 26 Sep 2004 17:01:27 GMT (envelope-from leeym) Date: Sun, 26 Sep 2004 17:01:27 GMT From: Yen-Ming Lee Message-Id: <200409261701.i8QH1ROR046494@freefall.freebsd.org> To: leeym@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, leeym@FreeBSD.org Subject: Re: ports/72102: [PATCH] sysutils/pwsafe: add USE_GCC=2.95 and unbreak 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, 26 Sep 2004 17:01:28 -0000 Synopsis: [PATCH] sysutils/pwsafe: add USE_GCC=2.95 and unbreak Responsible-Changed-From-To: freebsd-ports-bugs->leeym Responsible-Changed-By: leeym Responsible-Changed-When: Sun Sep 26 17:01:27 GMT 2004 Responsible-Changed-Why: I will take care of this PR. http://www.freebsd.org/cgi/query-pr.cgi?pr=72102 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Sep 26 17:01: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 75AAB16A4CE; Sun, 26 Sep 2004 17:01:41 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 57ED743D46; Sun, 26 Sep 2004 17:01:41 +0000 (GMT) (envelope-from leeym@FreeBSD.org) Received: from freefall.freebsd.org (leeym@localhost [127.0.0.1]) i8QH1fto046543; Sun, 26 Sep 2004 17:01:41 GMT (envelope-from leeym@freefall.freebsd.org) Received: (from leeym@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i8QH1fux046539; Sun, 26 Sep 2004 17:01:41 GMT (envelope-from leeym) Date: Sun, 26 Sep 2004 17:01:41 GMT From: Yen-Ming Lee Message-Id: <200409261701.i8QH1fux046539@freefall.freebsd.org> To: leeym@FreeBSD.org, leeym@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/72104: [PATCH] sysutils/munin-node: fix PLIST 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, 26 Sep 2004 17:01:41 -0000 Synopsis: [PATCH] sysutils/munin-node: fix PLIST State-Changed-From-To: open->feedback State-Changed-By: leeym State-Changed-When: Sun Sep 26 17:01:40 GMT 2004 State-Changed-Why: The maintainer is Cc-ed. http://www.freebsd.org/cgi/query-pr.cgi?pr=72104 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Sep 26 17:01: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 97E3516A4CE; Sun, 26 Sep 2004 17:01:44 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7B77B43D49; Sun, 26 Sep 2004 17:01:44 +0000 (GMT) (envelope-from leeym@FreeBSD.org) Received: from freefall.freebsd.org (leeym@localhost [127.0.0.1]) i8QH1i40046588; Sun, 26 Sep 2004 17:01:44 GMT (envelope-from leeym@freefall.freebsd.org) Received: (from leeym@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i8QH1i2f046584; Sun, 26 Sep 2004 17:01:44 GMT (envelope-from leeym) Date: Sun, 26 Sep 2004 17:01:44 GMT From: Yen-Ming Lee Message-Id: <200409261701.i8QH1i2f046584@freefall.freebsd.org> To: leeym@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, leeym@FreeBSD.org Subject: Re: ports/72104: [PATCH] sysutils/munin-node: fix PLIST 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, 26 Sep 2004 17:01:44 -0000 Synopsis: [PATCH] sysutils/munin-node: fix PLIST Responsible-Changed-From-To: freebsd-ports-bugs->leeym Responsible-Changed-By: leeym Responsible-Changed-When: Sun Sep 26 17:01:43 GMT 2004 Responsible-Changed-Why: I will take care of this PR. http://www.freebsd.org/cgi/query-pr.cgi?pr=72104 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Sep 26 17:02: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 8C2B216A4CE; Sun, 26 Sep 2004 17:02:04 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6EAC743D1F; Sun, 26 Sep 2004 17:02:04 +0000 (GMT) (envelope-from leeym@FreeBSD.org) Received: from freefall.freebsd.org (leeym@localhost [127.0.0.1]) i8QH24iD046645; Sun, 26 Sep 2004 17:02:04 GMT (envelope-from leeym@freefall.freebsd.org) Received: (from leeym@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i8QH2448046641; Sun, 26 Sep 2004 17:02:04 GMT (envelope-from leeym) Date: Sun, 26 Sep 2004 17:02:04 GMT From: Yen-Ming Lee Message-Id: <200409261702.i8QH2448046641@freefall.freebsd.org> To: leeym@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, leeym@FreeBSD.org Subject: Re: ports/72105: [PATCH] mail/librfc822: add USE_GCC=2.95 and unbreak 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, 26 Sep 2004 17:02:04 -0000 Synopsis: [PATCH] mail/librfc822: add USE_GCC=2.95 and unbreak Responsible-Changed-From-To: freebsd-ports-bugs->leeym Responsible-Changed-By: leeym Responsible-Changed-When: Sun Sep 26 17:02:03 GMT 2004 Responsible-Changed-Why: I will take care of this PR. http://www.freebsd.org/cgi/query-pr.cgi?pr=72105 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Sep 26 17:02: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 5E6E616A4CF; Sun, 26 Sep 2004 17:02:32 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3FCAD43D2D; Sun, 26 Sep 2004 17:02:32 +0000 (GMT) (envelope-from leeym@FreeBSD.org) Received: from freefall.freebsd.org (leeym@localhost [127.0.0.1]) i8QH2WAj046718; Sun, 26 Sep 2004 17:02:32 GMT (envelope-from leeym@freefall.freebsd.org) Received: (from leeym@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i8QH2WkJ046714; Sun, 26 Sep 2004 17:02:32 GMT (envelope-from leeym) Date: Sun, 26 Sep 2004 17:02:32 GMT From: Yen-Ming Lee Message-Id: <200409261702.i8QH2WkJ046714@freefall.freebsd.org> To: leeym@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, leeym@FreeBSD.org Subject: Re: ports/72107: [PATCH] mail/mmr: add USE_GCC=2.95 and unbreak 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, 26 Sep 2004 17:02:32 -0000 Synopsis: [PATCH] mail/mmr: add USE_GCC=2.95 and unbreak Responsible-Changed-From-To: freebsd-ports-bugs->leeym Responsible-Changed-By: leeym Responsible-Changed-When: Sun Sep 26 17:02:31 GMT 2004 Responsible-Changed-Why: I will take care of this PR. http://www.freebsd.org/cgi/query-pr.cgi?pr=72107 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Sep 26 18: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 997C816A4CE for ; Sun, 26 Sep 2004 18:10:27 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6DA3243D77 for ; Sun, 26 Sep 2004 18:10:27 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i8QIAJeE057061 for ; Sun, 26 Sep 2004 18:10:19 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i8QIAJH8057060; Sun, 26 Sep 2004 18:10:19 GMT (envelope-from gnats) Resent-Date: Sun, 26 Sep 2004 18:10:19 GMT Resent-Message-Id: <200409261810.i8QIAJH8057060@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, Yen-Ming Lee Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 23B7C16A4CE for ; Sun, 26 Sep 2004 18:01:50 +0000 (GMT) Received: from utopia.leeym.com (utopia.leeym.com [211.21.137.52]) by mx1.FreeBSD.org (Postfix) with ESMTP id D0B4543D2F for ; Sun, 26 Sep 2004 18:01:49 +0000 (GMT) (envelope-from leeym@utopia.leeym.com) Received: from localhost (localhost [127.0.0.1]) by utopia.leeym.com (Postfix) with ESMTP id 04CA63EAD46 for ; Mon, 27 Sep 2004 02:01:49 +0800 (CST) Received: from utopia.leeym.com ([127.0.0.1]) by localhost (utopia.leeym.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 32786-06 for ; Mon, 27 Sep 2004 02:01:45 +0800 (CST) Received: by utopia.leeym.com (Postfix, from userid 1000) id 891A03EAD11; Mon, 27 Sep 2004 02:01:45 +0800 (CST) Message-Id: <20040926180145.891A03EAD11@utopia.leeym.com> Date: Mon, 27 Sep 2004 02:01:45 +0800 (CST) From: Yen-Ming Lee To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/72108: [PATCH] mail/ftrack: add USE_GCC=2.95 and unbreak 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, 26 Sep 2004 18:10:27 -0000 >Number: 72108 >Category: ports >Synopsis: [PATCH] mail/ftrack: add USE_GCC=2.95 and unbreak >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 Sep 26 18:10:18 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Yen-Ming Lee >Release: FreeBSD 5.3-BETA4 i386 >Organization: FreeBSD Taiwan >Environment: System: FreeBSD utopia.leeym.com 5.3-BETA4 FreeBSD 5.3-BETA4 #7: Mon Sep 13 05:12:30 CST 2004 >Description: - add USE_GCC=2.95 and unbreak this port - utilize PORTDOCS Generated with FreeBSD Port Tools 0.63 >How-To-Repeat: >Fix: --- ftrack-3.01_2.patch begins here --- Index: Makefile =================================================================== RCS file: /home/pcvs/ports/mail/ftrack/Makefile,v retrieving revision 1.13 diff -u -u -r1.13 Makefile --- Makefile 18 Sep 2004 17:16:12 -0000 1.13 +++ Makefile 26 Sep 2004 18:00:50 -0000 @@ -24,12 +24,9 @@ ALL_TARGET= ftrack MAKEFILE= ${WRKSRC}/MakeFiles/FreeBSD/Makefile EXTRACT_AFTER_ARGS= -d ${WRKSRC} +USE_GCC= 2.95 -.include - -.if ${OSVERSION} >= 502126 -BROKEN= "Does not compile on FreeBSD >= 5.x" -.endif +PORTDOCS= ftrack.faq readme report.err pre-patch: ${REINPLACE_CMD} -e "s@-I../../hpp -I../../.. -O3@-Ihpp -I${LOCALBASE}/include ${CFLAGS}@g; \ @@ -49,11 +46,13 @@ ${INSTALL_PROGRAM} ${WRKSRC}/ftrack ${PREFIX}/sbin ${MKDIR} ${PREFIX}/etc/ftrack ${INSTALL_DATA} ${WRKSRC}/samples/node.cfg ${PREFIX}/etc/ftrack/ftrack.cfg-dist - ${MKDIR} ${PREFIX}/share/doc/ftrack - ${INSTALL_DATA} ${WRKSRC}/doc/eng/* ${PREFIX}/share/doc/ftrack ${INSTALL_DATA} ${WRKSRC}/samples/tpl/* ${PREFIX}/etc/ftrack .for FILE in alt2koi.tbl koi2alt.tbl ${INSTALL_DATA} ${WRKSRC}/samples/${FILE} ${PREFIX}/etc/ftrack .endfor +.if !defined(NOPORTDOCS) + @${MKDIR} ${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/doc/eng/* ${DOCSDIR} +.endif -.include +.include Index: pkg-plist =================================================================== RCS file: /home/pcvs/ports/mail/ftrack/pkg-plist,v retrieving revision 1.1 diff -u -u -r1.1 pkg-plist --- pkg-plist 10 Mar 2001 18:56:50 -0000 1.1 +++ pkg-plist 26 Sep 2004 18:00:50 -0000 @@ -6,8 +6,4 @@ etc/ftrack/alt2koi.tbl etc/ftrack/koi2alt.tbl sbin/ftrack -share/doc/ftrack/ftrack.faq -share/doc/ftrack/readme -share/doc/ftrack/report.err @dirrm etc/ftrack -@dirrm share/doc/ftrack --- ftrack-3.01_2.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Sep 26 18:30: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 6866616A4CE for ; Sun, 26 Sep 2004 18:30:27 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4008643D53 for ; Sun, 26 Sep 2004 18:30:27 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i8QIUR0T057492 for ; Sun, 26 Sep 2004 18:30:27 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i8QIURl7057485; Sun, 26 Sep 2004 18:30:27 GMT (envelope-from gnats) Resent-Date: Sun, 26 Sep 2004 18:30:27 GMT Resent-Message-Id: <200409261830.i8QIURl7057485@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, Mats Dufberg Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 59C7D16A4CE for ; Sun, 26 Sep 2004 18:27:05 +0000 (GMT) Received: from mail.home.narnia.pp.se (as1-6-2.has.s.bonet.se [194.236.120.231]) by mx1.FreeBSD.org (Postfix) with ESMTP id 701C543D3F for ; Sun, 26 Sep 2004 18:27:04 +0000 (GMT) (envelope-from dufberg@dufberg.se) Received: from kafka.home.narnia.pp.se (kafka.home.narnia.pp.se [172.25.25.56]) by mail.home.narnia.pp.se (Postfix) with ESMTP id 868BAB887; Sun, 26 Sep 2004 20:27:03 +0200 (CEST) Message-Id: <20040926182547.A454511612@kafka.home.narnia.pp.se> Date: Sun, 26 Sep 2004 20:25:47 +0200 (CEST) From: Mats Dufberg To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 cc: mats@dufberg.se Subject: ports/72109: Reported vulnerability in firefox before "Firefox Preview Release" X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Mats Dufberg List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Sep 2004 18:30:27 -0000 >Number: 72109 >Category: ports >Synopsis: Reported vulnerability in firefox before "Firefox Preview Release" >Confidential: no >Severity: serious >Priority: high >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Sun Sep 26 18:30:26 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Mats Dufberg >Release: FreeBSD 5.2.1-RELEASE-p6 i386 >Organization: private >Environment: System: FreeBSD 5.2.1-RELEASE-p6 Current version of firefox in ports (firefox-0.9.3; ports:/www/firefox) is based on firefox version 0.9.3 (firefox-0.9.3-source.tar.bz2). According to information from CERT (US-CERT Technical Cyber Security Alert TA04-261A -- Multiple vulnerabilities in Mozilla products; http://www.us-cert.gov/cas/techalerts/TA04-261A.html) there are vulnerabilities in that version, which are corrected in next version of firefox, "Firefox Preview Release", which was announced 14 September 2004. >Description: >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Sep 26 20: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 1A87816A4CE for ; Sun, 26 Sep 2004 20:10:28 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id F3DB943D1F for ; Sun, 26 Sep 2004 20:10:27 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i8QKARSr069712 for ; Sun, 26 Sep 2004 20: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 i8QKAR0c069711; Sun, 26 Sep 2004 20:10:27 GMT (envelope-from gnats) Resent-Date: Sun, 26 Sep 2004 20:10:27 GMT Resent-Message-Id: <200409262010.i8QKAR0c069711@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 Zhuravlev Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BF5FF16A4CE for ; Sun, 26 Sep 2004 20:08:39 +0000 (GMT) Received: from ns.ulstu.ru (ns.ulstu.ru [62.76.34.36]) by mx1.FreeBSD.org (Postfix) with ESMTP id B833C43D2D for ; Sun, 26 Sep 2004 20:08:33 +0000 (GMT) (envelope-from zaa@dev.zaa.pp.ru) Received: from orion.ulstu.ru (orion.ulstu.ru [62.76.34.33]) by ns.ulstu.ru (Postfix) with ESMTP id 6870C283E for ; Mon, 27 Sep 2004 00:05:51 +0400 (MSD) Received: from localhost (localhost [127.0.0.1]) by orion.ulstu.ru (Postfix) with ESMTP id 47E162EC; Mon, 27 Sep 2004 00:05:51 +0400 (MSD) Received: from orion.ulstu.ru ([127.0.0.1]) by localhost (orion.ulstu.ru [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 73433-01; Mon, 27 Sep 2004 00:05:50 +0400 (MSD) Received: from dev.zaa.pp.ru (zaa.ulstu.ru [62.76.34.17]) by orion.ulstu.ru (Postfix) with ESMTP id B7FA3137; Mon, 27 Sep 2004 00:05:49 +0400 (MSD) Received: by dev.zaa.pp.ru (Postfix, from userid 3909) id E24DF292; Mon, 27 Sep 2004 00:05:46 +0400 (MSD) Message-Id: <20040926200546.E24DF292@dev.zaa.pp.ru> Date: Mon, 27 Sep 2004 00:05:46 +0400 (MSD) From: Alexander Zhuravlev To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 cc: zaa@ulstu.ru Subject: ports/72110: [MAINTAINER-UPDATE] of www/smarty up to 2.6.5 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Alexander Zhuravlev List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Sep 2004 20:10:28 -0000 >Number: 72110 >Category: ports >Synopsis: [MAINTAINER-UPDATE] of www/smarty up to 2.6.5 >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 Sep 26 20:10:27 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Alexander Zhuravlev >Release: FreeBSD 4.10-STABLE i386 >Organization: >Environment: System: FreeBSD dev.zaa.pp.ru 4.10-STABLE FreeBSD 4.10-STABLE #4: Sun Sep 5 16:44:39 MSD 2004 root@dev.zaa.pp.ru:/usr/obj/usr/src/sys/DEV i386 >Description: Update of www/smarty up to 2.6.5. Also, please refer to upgrade patch from 2.6.3 -> 2.6.4 at http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/71707 >How-To-Repeat: >Fix: Port should be upgraded up to 2.6.4 first, for example, feel free to apply the patch described at http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/71707 --- smarty.patch begins here --- diff -urbBN -ub smarty.264/Makefile smarty/Makefile --- smarty.264/Makefile Sun Sep 26 23:49:49 2004 +++ smarty/Makefile Mon Sep 27 00:00:15 2004 @@ -6,13 +6,13 @@ # PORTNAME= smarty -PORTVERSION= 2.6.4 +PORTVERSION= 2.6.5 CATEGORIES= www MASTER_SITES= http://smarty.php.net/distributions/ \ http://smarty.php.net/distributions/manual/en/:manual DISTFILES= Smarty-${PORTVERSION}${EXTRACT_SUFX} .if !defined(NOPORTDOCS) -DISTFILES+= Smarty-${PORTVERSION}-docs${EXTRACT_SUFX}:manual +DISTFILES+= Smarty-2.6.4-docs${EXTRACT_SUFX}:manual .endif MAINTAINER= zaa@ulstu.ru @@ -45,12 +45,6 @@ .endfor @${MKDIR} ${DOCSDIR}/manual @cd ${WRKDIR}/manual && ${FIND} . | ${CPIO} --quiet -dumpR ${SHAREOWN}:${SHAREGRP} ${DOCSDIR}/manual - @${MKDIR} ${EXAMPLESDIR} - @${INSTALL_DATA} ${WRKSRC}/demo/index.php ${EXAMPLESDIR} -.for f in configs templates templates_c cache - @${MKDIR} ${EXAMPLESDIR}/$f - @-${INSTALL_DATA} ${WRKSRC}/demo/$f/* ${EXAMPLESDIR}/$f 2>/dev/null || ${TRUE} -.endfor .endif post-install: diff -urbBN -ub smarty.264/distinfo smarty/distinfo --- smarty.264/distinfo Sun Sep 26 23:39:16 2004 +++ smarty/distinfo Sun Sep 26 23:50:03 2004 @@ -1,4 +1,4 @@ -MD5 (Smarty-2.6.4.tar.gz) = ed3f477a848d6d79e1882807d02eec3a -SIZE (Smarty-2.6.4.tar.gz) = 134914 +MD5 (Smarty-2.6.5.tar.gz) = d42e97144beefe362cec4c6d94a758c9 +SIZE (Smarty-2.6.5.tar.gz) = 136058 MD5 (Smarty-2.6.4-docs.tar.gz) = a1f0a45b67db318fc274e2f939d011ba SIZE (Smarty-2.6.4-docs.tar.gz) = 105197 diff -urbBN -ub smarty.264/pkg-plist smarty/pkg-plist --- smarty.264/pkg-plist Sun Sep 26 23:39:16 2004 +++ smarty/pkg-plist Sun Sep 26 23:57:48 2004 @@ -182,11 +182,6 @@ %%PORTDOCS%%%%DOCSDIR%%/manual/variable.trusted.dir.html %%PORTDOCS%%%%DOCSDIR%%/manual/variable.use.sub.dirs.html %%PORTDOCS%%%%DOCSDIR%%/manual/what.is.smarty.html -%%PORTDOCS%%%%EXAMPLESDIR%%/configs/test.conf -%%PORTDOCS%%%%EXAMPLESDIR%%/index.php -%%PORTDOCS%%%%EXAMPLESDIR%%/templates/footer.tpl -%%PORTDOCS%%%%EXAMPLESDIR%%/templates/header.tpl -%%PORTDOCS%%%%EXAMPLESDIR%%/templates/index.tpl %%DATADIR%%/Config_File.class.php %%DATADIR%%/Smarty.class.php %%DATADIR%%/Smarty_Compiler.class.php @@ -260,11 +255,6 @@ %%DATADIR%%/plugins/shared.make_timestamp.php %%PORTDOCS%%@dirrm %%DOCSDIR%%/manual %%PORTDOCS%%@dirrm %%DOCSDIR%% -%%PORTDOCS%%@dirrm %%EXAMPLESDIR%%/cache -%%PORTDOCS%%@dirrm %%EXAMPLESDIR%%/configs -%%PORTDOCS%%@dirrm %%EXAMPLESDIR%%/templates -%%PORTDOCS%%@dirrm %%EXAMPLESDIR%%/templates_c -%%PORTDOCS%%@dirrm %%EXAMPLESDIR%% @dirrm %%DATADIR%%/core @dirrm %%DATADIR%%/plugins @dirrm %%DATADIR%% --- smarty.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Sep 26 20:59: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 5932516A4CE; Sun, 26 Sep 2004 20:59:30 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3ABF943D2D; Sun, 26 Sep 2004 20:59:30 +0000 (GMT) (envelope-from mat@FreeBSD.org) Received: from freefall.freebsd.org (mat@localhost [127.0.0.1]) i8QKxUJ1070761; Sun, 26 Sep 2004 20:59:30 GMT (envelope-from mat@freefall.freebsd.org) Received: (from mat@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i8QKxUWx070757; Sun, 26 Sep 2004 20:59:30 GMT (envelope-from mat) Date: Sun, 26 Sep 2004 20:59:30 GMT From: Mathieu Arnold Message-Id: <200409262059.i8QKxUWx070757@freefall.freebsd.org> To: mat@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, mat@FreeBSD.org Subject: Re: ports/72103: [NEW PORT] net/p5-Net-OSCAR: Perl module to use AIM OSCAR protocol 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, 26 Sep 2004 20:59:30 -0000 Synopsis: [NEW PORT] net/p5-Net-OSCAR: Perl module to use AIM OSCAR protocol Responsible-Changed-From-To: freebsd-ports-bugs->mat Responsible-Changed-By: mat Responsible-Changed-When: Sun Sep 26 20:59:29 GMT 2004 Responsible-Changed-Why: Take http://www.freebsd.org/cgi/query-pr.cgi?pr=72103 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Sep 26 21:11: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 9847E16A4CE; Sun, 26 Sep 2004 21:11:16 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 797DC43D1F; Sun, 26 Sep 2004 21:11:16 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from freefall.freebsd.org (pav@localhost [127.0.0.1]) i8QLBG0h076131; Sun, 26 Sep 2004 21:11:16 GMT (envelope-from pav@freefall.freebsd.org) Received: (from pav@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i8QLBGdR076127; Sun, 26 Sep 2004 21:11:16 GMT (envelope-from pav) Date: Sun, 26 Sep 2004 21:11:16 GMT From: Pav Lucistnik Message-Id: <200409262111.i8QLBGdR076127@freefall.freebsd.org> To: pav@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, pav@FreeBSD.org Subject: Re: ports/72086: maintainer update: ports/tor 0.0.7.2 -> 0.0.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: Sun, 26 Sep 2004 21:11:16 -0000 Synopsis: maintainer update: ports/tor 0.0.7.2 -> 0.0.8 Responsible-Changed-From-To: freebsd-ports-bugs->pav Responsible-Changed-By: pav Responsible-Changed-When: Sun Sep 26 21:11:08 GMT 2004 Responsible-Changed-Why: Poke http://www.freebsd.org/cgi/query-pr.cgi?pr=72086 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Sep 26 21: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 4741D16A4D9 for ; Sun, 26 Sep 2004 21:50:29 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id CD92243D49 for ; Sun, 26 Sep 2004 21:50:27 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i8QLoRwo076977 for ; Sun, 26 Sep 2004 21: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 i8QLoRcA076976; Sun, 26 Sep 2004 21:50:27 GMT (envelope-from gnats) Resent-Date: Sun, 26 Sep 2004 21:50:27 GMT Resent-Message-Id: <200409262150.i8QLoRcA076976@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, Chris BeHanna Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E016716A4CE for ; Sun, 26 Sep 2004 21:47:28 +0000 (GMT) Received: from topperwein.pennasoft.com (oh-65-40-131-183.sta.sprint-hsd.net [65.40.131.183]) by mx1.FreeBSD.org (Postfix) with ESMTP id CBECB43D2F for ; Sun, 26 Sep 2004 21:47:27 +0000 (GMT) (envelope-from behanna@topperwein.pennasoft.com) Received: from topperwein.pennasoft.com (localhost [127.0.0.1]) i8QLlQSu078604 for ; Sun, 26 Sep 2004 17:47:26 -0400 (EDT) (envelope-from behanna@topperwein.pennasoft.com) Received: (from behanna@localhost)i8QLlLvl078603; Sun, 26 Sep 2004 17:47:21 -0400 (EDT) (envelope-from behanna) Message-Id: <200409262147.i8QLlLvl078603@topperwein.pennasoft.com> Date: Sun, 26 Sep 2004 17:47:21 -0400 (EDT) From: Chris BeHanna To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/72114: [PATCH] libtool15 chokes on gcc34 on 4-STABLE X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Chris BeHanna List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Sep 2004 21:50:30 -0000 >Number: 72114 >Category: ports >Synopsis: [PATCH] libtool15 chokes on gcc34 on 4-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: Sun Sep 26 21:50:27 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Chris BeHanna >Release: FreeBSD 4.10-STABLE i386 >Organization: BeHanna Family >Environment: System: FreeBSD topperwein.pennasoft.com 4.10-STABLE FreeBSD 4.10-STABLE #0: Wed Aug 4 17:23:04 EDT 2004 behanna@topperwein.pennasoft.com:/raid0/stable/usr/obj/raid5/4stable/src/sys/TOPPERWEIN i386 >Description: Attempting to build ports that use C code using libtool15 and gcc34 results in link-time failures (references to C++ symbols). Linking with g++34 solves the problem, but libtool15 doesn't know how to do that. >How-To-Repeat: Install libtool15 as follows: cd /usr/ports/devel/libtool15 env CC=/usr/local/bin/gcc34 CXX=/usr/local/bin/g++34 \ LD=/usr/local/bin/g++34 make install Next, try installing the mysql 4.0 client: cd /usr/ports/databases/mysql40-client env CC=/usr/local/bin/gcc34 CXX=/usr/local/bin/g++34 \ LD=/usr/local/bin/g++34 make install This will bomb at link-time. mysql40-server will suffer similarly. >Fix: Apply the following patch to /usr/ports/devel/libtool15/files/patch-ltmain.sh, then reinstall libtool15 as described in the "How-To-Repeat" section. Now, using gcc34 from ports to build mysql will succeed. I've tested this by installing both mysql 4.0 client and server, and by upgrading kdebase3 and kdelibs3. Index: patch-ltmain.sh =================================================================== RCS file: /raid5/cvs/ports/devel/libtool15/files/patch-ltmain.sh,v retrieving revision 1.3 diff -u -u -r1.3 patch-ltmain.sh --- patch-ltmain.sh 1 Jul 2004 17:06:38 -0000 1.3 +++ patch-ltmain.sh 26 Sep 2004 17:00:06 -0000 @@ -1,11 +1,17 @@ ---- ltmain.sh.orig Sun Apr 11 05:44:45 2004 -+++ ltmain.sh Wed Jun 9 18:21:15 2004 -@@ -1358,3 +1358,3 @@ +--- ltmain.sh.orig Sat Aug 7 08:12:06 2004 ++++ ltmain.sh Sun Sep 26 12:59:32 2004 +@@ -1477,7 +1477,7 @@ + esac + elif test "X$arg" = "X-lc_r"; then case $host in - *-*-openbsd* | *-*-freebsd*) + *-*-openbsd* | *-*-freebsd4*) # Do not include libc_r directly, use -pthread flag. -@@ -1375,2 +1375,8 @@ + continue + ;; +@@ -1494,6 +1494,12 @@ + + -module) module=yes + case $host in + *-*-freebsd*) @@ -14,17 +20,73 @@ + ;; + esac continue -@@ -1858,2 +1864,3 @@ + ;; + +@@ -1977,6 +1983,7 @@ + finalize_deplibs="$deplib $finalize_deplibs" + else deplibs="$deplib $deplibs" + test "$linkmode" = lib && newdependency_libs="$deplib $newdependency_libs" fi -@@ -4409,2 +4416,5 @@ + continue + ;; +@@ -4442,6 +4449,9 @@ + compile_command=`$echo "X$compile_command" | $Xsed -e "s%@SYMFILE@%$output_objdir/${outputname}S.${objext}%"` + finalize_command=`$echo "X$finalize_command" | $Xsed -e "s%@SYMFILE@%$output_objdir/${outputname}S.${objext}%"` ;; + *-*-freebsd*) + # FreeBSD doesn't need this... + ;; *) -@@ -5549,6 +5559,13 @@ + $echo "$modename: unknown suffix for \`$dlsyms'" 1>&2 + exit $EXIT_FAILURE +@@ -4460,7 +4470,7 @@ + if test "$need_relink" = no || test "$build_libtool_libs" != yes; then + # Replace the output file specification. + compile_command=`$echo "X$compile_command" | $Xsed -e 's%@OUTPUT@%'"$output"'%g'` +- link_command="$compile_command$compile_rpath" ++ link_command=`echo "$compile_command$compile_rpath" | sed 's/gcc\(3[34]\) /g++\1 /'` + + # We have no uninstalled library dependencies, so finalize right now. + $show "$link_command" +@@ -4524,7 +4534,7 @@ + + if test "$no_install" = yes; then + # We don't need to create a wrapper script. +- link_command="$compile_var$compile_command$compile_rpath" ++ link_command=`echo "$compile_command$compile_rpath" | sed 's/gcc\(3[34]\) /g++\1 /'` + # Replace the output file specification. + link_command=`$echo "X$link_command" | $Xsed -e 's%@OUTPUT@%'"$output"'%g'` + # Delete the old output file. +@@ -4537,14 +4547,14 @@ + + if test "$hardcode_action" = relink; then + # Fast installation is not supported +- link_command="$compile_var$compile_command$compile_rpath" ++ link_command=`echo "$compile_command$compile_rpath" | sed 's/gcc\(3[34]\) /g++\1 /'` + relink_command="$finalize_var$finalize_command$finalize_rpath" + + $echo "$modename: warning: this platform does not like uninstalled shared libraries" 1>&2 + $echo "$modename: \`$output' will be relinked during installation" 1>&2 + else + if test "$fast_install" != no; then +- link_command="$finalize_var$compile_command$finalize_rpath" ++ link_command=`echo "$finalize_var$compile_command$compile_rpath" | sed 's/gcc\(3[34]\) /g++\1 /'` + if test "$fast_install" = yes; then + relink_command=`$echo "X$compile_var$compile_command$compile_rpath" | $Xsed -e 's%@OUTPUT@%\$progdir/\$file%g'` + else +@@ -4552,7 +4562,7 @@ + relink_command= + fi + else +- link_command="$compile_var$compile_command$compile_rpath" ++ link_command=`echo "$compile_command$compile_rpath" | sed 's/gcc\(3[34]\) /g++\1 /'` + relink_command="$finalize_var$finalize_command$finalize_rpath" + fi + fi +@@ -5527,10 +5537,17 @@ + fi + # Install the pseudo-library for information purposes. - name=`$echo "X$file" | $Xsed -e 's%^.*/%%'` - instname="$dir/$name"i @@ -42,3 +104,5 @@ + ;; + esac + # Maybe install the static library, too. + test -n "$old_library" && staticlibs="$staticlibs $dir/$old_library" >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Sep 26 21: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 47E0D16A4CF for ; Sun, 26 Sep 2004 21:50:29 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 72A8D43D2F for ; Sun, 26 Sep 2004 21:50:27 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i8QLoRvL076964 for ; Sun, 26 Sep 2004 21: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 i8QLoRST076963; Sun, 26 Sep 2004 21:50:27 GMT (envelope-from gnats) Resent-Date: Sun, 26 Sep 2004 21:50:27 GMT Resent-Message-Id: <200409262150.i8QLoRST076963@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, Josh Tolbert Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8BB0C16A4CE for ; Sun, 26 Sep 2004 21:42:20 +0000 (GMT) Received: from just.puresimplicity.net (just.puresimplicity.net [140.177.207.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 026E543D1D for ; Sun, 26 Sep 2004 21:42:20 +0000 (GMT) (envelope-from hemi@puresimplicity.net) Received: from just.puresimplicity.net (localhost.puresimplicity.net [127.0.0.1])i8QLgJjr019587 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Sun, 26 Sep 2004 16:42:19 -0500 (CDT) (envelope-from hemi@just.puresimplicity.net) Received: (from hemi@localhost) by just.puresimplicity.net (8.12.11/8.12.11/Submit) id i8QLgIq1019586; Sun, 26 Sep 2004 16:42:18 -0500 (CDT) (envelope-from hemi) Message-Id: <200409262142.i8QLgIq1019586@just.puresimplicity.net> Date: Sun, 26 Sep 2004 16:42:18 -0500 (CDT) From: Josh Tolbert To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/72113: New port: misc/XScreenSaver.app: WindowMaker dockapp to control XScreenSaver X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Josh Tolbert List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Sep 2004 21:50:30 -0000 >Number: 72113 >Category: ports >Synopsis: New port: misc/XScreenSaver.app: WindowMaker dockapp to control XScreenSaver >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 Sep 26 21:50:26 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Josh Tolbert >Release: FreeBSD 5.3-beta5 i386 >Organization: >Environment: System:FreeBSD test.home.lan 5.3-BETA5 FreeBSD 5.3-BETA5 #0: Fri Sep 24 23:53:04 CDT 2004 root@test.home.lan:/usr/obj/usr/src/sys/TEST i386 >Description: WindowMaker dockapp that allows easy control of XScreenSaver >How-To-Repeat: Install this port? :) >Fix: # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # . # ./Makefile # ./distinfo # ./pkg-descr # echo c - . mkdir -p . > /dev/null 2>&1 echo x - ./Makefile sed 's/^X//' >./Makefile << 'END-of-./Makefile' X# New ports collection makefile for: XScreenSaver.App X# Date created: 26 September 2004 X# Whom: hemi@puresimplicity.net X# X# $FreeBSD$ X# X XPORTNAME= XScreenSaver.App XPORTVERSION= 2.3 XCATEGORIES= misc windowmaker XMASTER_SITES= http://www.asleep.net/download/ X XMAINTAINER= hemi@puresimplicity.net XCOMMENT= WindowMaker dockapp to control XScreenSaver X XLIB_DEPENDS= dockapp.1:${PORTSDIR}/x11-wm/libdockapp X XPLIST_FILES= bin/XScreenSaver.App XUSE_X_PREFIX= yes XGNU_CONFIGURE= yes XCONFIGURE_ENV= LDFLAGS="-L${X11BASE}/lib" \ X CPPFLAGS="-I${X11BASE}/include" X XMAKE_ARGS= "LDFLAGS+=-L${X11BASE}/lib" X X.include END-of-./Makefile echo x - ./distinfo sed 's/^X//' >./distinfo << 'END-of-./distinfo' XMD5 (XScreenSaver.App-2.3.tar.gz) = 17407598caeb03ad18d067feeb5091de XSIZE (XScreenSaver.App-2.3.tar.gz) = 47566 END-of-./distinfo echo x - ./pkg-descr sed 's/^X//' >./pkg-descr << 'END-of-./pkg-descr' XXScreenSaver.App is a simple WindowMaker dockapp that allows you Xto lock your screen (using XScreenSaver by default) with a single Xleft-click of the mouse. The dockapp also allows you to configure XXScreenSaver by right-clicking on the app. X XThe left- and right-click behaviors are configurable, so this app Xcan work with applications other than XScreenSaver. X XWWW: http://www.asleep.net/hacking/XScreenSaver.App/ END-of-./pkg-descr exit >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Sep 26 22:21: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 4E72416A4CE; Sun, 26 Sep 2004 22:21:33 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2CCAE43D3F; Sun, 26 Sep 2004 22:21:33 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from freefall.freebsd.org (pav@localhost [127.0.0.1]) i8QMLXCN082725; Sun, 26 Sep 2004 22:21:33 GMT (envelope-from pav@freefall.freebsd.org) Received: (from pav@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i8QMLW3Y082721; Sun, 26 Sep 2004 22:21:32 GMT (envelope-from pav) Date: Sun, 26 Sep 2004 22:21:32 GMT From: Pav Lucistnik Message-Id: <200409262221.i8QMLW3Y082721@freefall.freebsd.org> To: sw@gegenunendlich.de, pav@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, pav@FreeBSD.org Subject: Re: ports/71373: [PATCH] graphics/py23-magick: unmark BROKEN, as it doesn't seem to 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: Sun, 26 Sep 2004 22:21:33 -0000 Synopsis: [PATCH] graphics/py23-magick: unmark BROKEN, as it doesn't seem to be State-Changed-From-To: open->feedback State-Changed-By: pav State-Changed-When: Sun Sep 26 22:18:51 GMT 2004 State-Changed-Why: Can I ask what version of ImageMagick have you tested with? Because it does not compile against ImageMagick 6.0.6 here. My guess is that it can't link against new 6.x API Responsible-Changed-From-To: freebsd-ports-bugs->pav Responsible-Changed-By: pav Responsible-Changed-When: Sun Sep 26 22:18:51 GMT 2004 Responsible-Changed-Why: Watch http://www.freebsd.org/cgi/query-pr.cgi?pr=71373 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Sep 26 22: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 22F2616A4E8 for ; Sun, 26 Sep 2004 22:50:28 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6D82143D83 for ; Sun, 26 Sep 2004 22:50:25 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i8QMoPGC084248 for ; Sun, 26 Sep 2004 22:50:25 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i8QMoPUT084247; Sun, 26 Sep 2004 22:50:25 GMT (envelope-from gnats) Resent-Date: Sun, 26 Sep 2004 22:50:25 GMT Resent-Message-Id: <200409262250.i8QMoPUT084247@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, Michel Lavondes Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8652716A4DB for ; Sun, 26 Sep 2004 22:40:16 +0000 (GMT) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7781943D3F for ; Sun, 26 Sep 2004 22:40:16 +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 i8QMeFQH090356 for ; Sun, 26 Sep 2004 22:40:15 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.12.11/8.12.11/Submit) id i8QMeFTR090355; Sun, 26 Sep 2004 22:40:15 GMT (envelope-from nobody) Message-Id: <200409262240.i8QMeFTR090355@www.freebsd.org> Date: Sun, 26 Sep 2004 22:40:15 GMT From: Michel Lavondes To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-2.3 Subject: ports/72118: port dns/bind9 Makefile 1.59 crashes "make clean" 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, 26 Sep 2004 22:50:28 -0000 >Number: 72118 >Category: ports >Synopsis: port dns/bind9 Makefile 1.59 crashes "make clean" >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: Sun Sep 26 22:50:25 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Michel Lavondes >Release: 4.8-RELEASE-p25 >Organization: Ecdysiasts United for Overdressing >Environment: >Description: A syntax error was introduced as part of http://docs.FreeBSD.org/cgi/mid.cgi?200409240403.i8O43VEY089224 This crashes on "make clean" in /usr/ports/dns/bind9 with the following error messages: # make clean "Makefile", line 37: warning: String comparison operator should be either == or != "Makefile", line 37: Malformed conditional ((${OSVERSION} >= 503000)) "Makefile", line 37: Missing dependency operator "Makefile", line 39: if-less else "Makefile", line 39: Need an operator "Makefile", line 41: if-less endif "Makefile", line 41: Need an operator make: fatal errors encountered -- cannot continue It also crashes on "make clean" in /usr/ports/dns and /usr/ports (that's when I first noticed it), and on "make fetch" (and I suspect other targets too) in dns/bind9. >How-To-Repeat: # cd /usr/ports/dns/bind9; make clean >Fix: The following change unbreaks it on my machine: Change line 37 of Makefile, .if (${OSVERSION} >= 503000) to: .if ${OSVERSION} >= 503000 (remove parentheses around the condition) >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Sep 27 01: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 7EC5516A4CE for ; Mon, 27 Sep 2004 01:00:43 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 610A043D5D for ; Mon, 27 Sep 2004 01:00:43 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i8R10hiw009495 for ; Mon, 27 Sep 2004 01: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 i8R10ha6009494; Mon, 27 Sep 2004 01:00:43 GMT (envelope-from gnats) Resent-Date: Mon, 27 Sep 2004 01:00:43 GMT Resent-Message-Id: <200409270100.i8R10ha6009494@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, Frerich Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 314DF16A4CF for ; Mon, 27 Sep 2004 00:57:57 +0000 (GMT) Received: from mail.gmx.net (mail.gmx.de [213.165.64.20]) by mx1.FreeBSD.org (Postfix) with SMTP id 3BE0743D4C for ; Mon, 27 Sep 2004 00:57:56 +0000 (GMT) (envelope-from frerich.raabe@gmx.de) Received: (qmail 8159 invoked by uid 65534); 27 Sep 2004 00:57:54 -0000 Received: from pD9526FB0.dip.t-dialin.net (EHLO daedalus.lan) (217.82.111.176) by mail.gmx.net (mp020) with SMTP; 27 Sep 2004 02:57:54 +0200 Received: from daedalus.lan (localhost.lan [127.0.0.1]) by daedalus.lan (8.12.10/8.12.10) with ESMTP id i8R0wcYa013259 for ; Mon, 27 Sep 2004 02:58:39 +0200 (CEST) (envelope-from frerich@daedalus.lan) Received: (from frerich@localhost) by daedalus.lan (8.12.10/8.12.10/Submit) id i8R0wbWa013258; Mon, 27 Sep 2004 02:58:37 +0200 (CEST) (envelope-from frerich) Message-Id: <200409270058.i8R0wbWa013258@daedalus.lan> Date: Mon, 27 Sep 2004 02:58:37 +0200 (CEST) From: Frerich Raabe To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/72120: Update port: databases/sqlite3 to version 3.0.7 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Frerich List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Sep 2004 01:00:43 -0000 >Number: 72120 >Category: ports >Synopsis: Update port: databases/sqlite3 to version 3.0.7 >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 Sep 27 01:00:42 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Frerich Raabe >Release: FreeBSD 5.2.1-RELEASE-p10 i386 >Organization: >Environment: System: FreeBSD daedalus.lan 5.2.1-RELEASE-p10 FreeBSD 5.2.1-RELEASE-p10 #1: Mon Sep 20 08:09:52 CEST 2004 root@daedalus.lan:/usr/obj/usr/src/sys/ICARUS i386 >Description: The accompanying patch brings the databases/sqlite3 port up to date so that it uses the recently released SQLite version 3.0.7. >How-To-Repeat: n/a >Fix: diff -ruN /usr/ports/databases/sqlite3/Makefile databases/sqlite3/Makefile --- /usr/ports/databases/sqlite3/Makefile Tue Aug 31 21:06:39 2004 +++ databases/sqlite3/Makefile Mon Sep 27 02:38:44 2004 @@ -12,7 +12,7 @@ # SQLITE_WITH_TCL83 and SQLITE_WITH_TCL84. PORTNAME= sqlite -PORTVERSION= 3.0.5 +PORTVERSION= 3.0.7 CATEGORIES= databases MASTER_SITES= http://www.sqlite.org/ DISTNAME= ${PORTNAME}-${PORTVERSION} diff -ruN /usr/ports/databases/sqlite3/distinfo databases/sqlite3/distinfo --- /usr/ports/databases/sqlite3/distinfo Tue Aug 31 21:06:39 2004 +++ databases/sqlite3/distinfo Mon Sep 27 02:39:08 2004 @@ -1,2 +1,2 @@ -MD5 (sqlite-3.0.5.tar.gz) = 4133cbac9320f6f674700ed15986f4ff -SIZE (sqlite-3.0.5.tar.gz) = 1226021 +MD5 (sqlite-3.0.7.tar.gz) = 7a41d760045fef3768cce65b50a4d0f8 +SIZE (sqlite-3.0.7.tar.gz) = 1262818 diff -ruN /usr/ports/databases/sqlite3/files/patch-Makefile.in databases/sqlite3/files/patch-Makefile.in --- /usr/ports/databases/sqlite3/files/patch-Makefile.in Tue Aug 31 21:06:39 2004 +++ databases/sqlite3/files/patch-Makefile.in Mon Sep 27 02:50:59 2004 @@ -1,15 +1,24 @@ ---- Makefile.in.orig Sat Aug 28 11:22:30 2004 -+++ Makefile.in Tue Aug 31 14:13:52 2004 -@@ -33,7 +33,7 @@ - prefix = @prefix@ +--- Makefile.in.orig Mon Sep 27 02:44:36 2004 ++++ Makefile.in Mon Sep 27 02:50:46 2004 +@@ -34,7 +34,7 @@ exec_prefix = @exec_prefix@ + libdir = @libdir@ INSTALL = @INSTALL@ -LIBTOOL = ./libtool -+LIBTOOL = /usr/local/bin/libtool13 ++LIBTOOL = /usr/local/bin//libtool13 RELEASE = @ALLOWRELEASE@ # libtool compile/link/install -@@ -401,25 +401,25 @@ +@@ -75,7 +75,7 @@ + + # The pthreads library is always defined, even if we don't need it. + # +-LIBPTHREAD=-lpthread ++LIBPTHREAD=-pthread + + # Object files for the SQLite library. + # +@@ -403,25 +403,25 @@ # Rules used to build documentation # arch.html: $(TOP)/www/arch.tcl @@ -41,7 +50,7 @@ copyright-release.html: $(TOP)/www/copyright-release.html cp $(TOP)/www/copyright-release.html . -@@ -431,77 +431,76 @@ +@@ -433,77 +433,77 @@ cp $(TOP)/www/common.tcl . conflict.html: $(TOP)/www/conflict.tcl @@ -61,7 +70,7 @@ + $(TCLSH) $(TOP)/www/docs.tcl >docs.html download.html: $(TOP)/www/download.tcl -- mkdir doc + mkdir -p doc - tclsh $(TOP)/www/download.tcl >download.html + $(TCLSH) $(TOP)/www/download.tcl >download.html @@ -142,19 +151,18 @@ # Files to be published on the website. -@@ -548,12 +547,13 @@ - install: sqlite3 libsqlite3.la sqlite3.h - $(INSTALL) -d $(DESTDIR)$(exec_prefix)/lib - $(LTINSTALL) libsqlite3.la $(DESTDIR)$(exec_prefix)/lib -+ rm $(DESTDIR)$(exec_prefix)/lib/libsqlite3.la +@@ -551,11 +551,12 @@ + $(INSTALL) -d $(DESTDIR)$(libdir) + $(LTINSTALL) libsqlite3.la $(DESTDIR)$(libdir) $(INSTALL) -d $(DESTDIR)$(exec_prefix)/bin ++ rm $(DESTDIR)$(exec_prefix)/lib/libsqlite3.la $(LTINSTALL) sqlite3 $(DESTDIR)$(exec_prefix)/bin $(INSTALL) -d $(DESTDIR)$(prefix)/include $(INSTALL) -m 0644 sqlite3.h $(DESTDIR)$(prefix)/include -- $(INSTALL) -d $(DESTDIR)$(exec_prefix)/lib/pkgconfig; -- $(INSTALL) -m 0644 sqlite3.pc $(DESTDIR)$(exec_prefix)/lib/pkgconfig; -+ $(INSTALL) -d $(DESTDIR)$(exec_prefix)/libdata/pkgconfig; -+ $(INSTALL) -m 0644 sqlite3.pc $(DESTDIR)$(exec_prefix)/libdata/pkgconfig; +- $(INSTALL) -d $(DESTDIR)$(libdir)/pkgconfig; +- $(INSTALL) -m 0644 sqlite3.pc $(DESTDIR)$(libdir)/pkgconfig; ++ $(INSTALL) -d $(DESTDIR)$(prefix)/libdata/pkgconfig; ++ $(INSTALL) -m 0644 sqlite3.pc $(DESTDIR)$(prefix)/libdata/pkgconfig; clean: rm -f *.lo *.la *.o sqlite3@TARGET_EXEEXT@ libsqlite3.la >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Sep 27 01:19: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 828BE16A4CE for ; Mon, 27 Sep 2004 01:19:32 +0000 (GMT) Received: from bigserv.cntei.com.ua (bigserv.cntei.com.ua [193.109.101.3]) by mx1.FreeBSD.org (Postfix) with ESMTP id B1B1643D31 for ; Mon, 27 Sep 2004 01:19:30 +0000 (GMT) (envelope-from ik@yourserveradmin.com) Received: from [192.168.223.1] (as-1-07.ar36-1s.kharkov.ukrtel.net [213.179.240.135]) (authenticated bits=0) by bigserv.cntei.com.ua (8.12.9/8.12.5) with ESMTP id i8R10uVP030361 for ; Mon, 27 Sep 2004 04:01:04 +0300 Message-ID: <41576A95.5050303@yourserveradmin.com> Date: Mon, 27 Sep 2004 04:19:17 +0300 From: Support-IK User-Agent: Mozilla Thunderbird 0.7.1 (Windows/20040626) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-ports-bugs@FreeBSD.org X-Enigmail-Version: 0.84.2.0 X-Enigmail-Supports: pgp-inline, pgp-mime Content-Type: multipart/mixed; boundary="------------090302060903010100050802" Subject: make index fails 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, 27 Sep 2004 01:19:32 -0000 This is a multi-part message in MIME format. --------------090302060903010100050802 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: Hello guys, for first I want to tell you thanks for great work that you do. My problem description: I've fetch (using the cvsup command) the ports tree from the cvsup.freebsd.org several days ago (5 or may be 7). Please note, in the my sup file the line that describes ports fetching is the "doc-all tag=.", so I've fetched a full ports tree. Also cvsup has been finished with no errors or warning messages. When I've tried to do make index in the ports directory it fails with the error meassages such as: ---- netsaint-plugins-1.2.9.4_4: "/usr/ports/net/net-snmp" non-existent -- dependency list incomplete ===> net-mgmt/netsaint-plugins failed *** Error code 1 ---- There were several messages I received, here I've mentioned only 1, other were a same, only the pathes and port names were different. It looks like these port maintainers do not update their ports after breaking the net directory to the net and net-mgmt and removing the openldap12 port from the tree. This changes should be in the old, rare using ports so may be nobody maintain their already. After fixing this problem for my ports tree I've made the patch that doing all changes automatically. I've attach it into this email, so you can investigate it, an if it will be useful for you, you can commit it in the ports tree to resolve this issue. Thanks --------------090302060903010100050802 Content-Type: text/plain; name="ports_make_index_fail_fix.patch" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="ports_make_index_fail_fix.patch" diff -aru ports.orig/net-mgmt/netsaint-plugins/Makefile.inc ports/net-mgmt/netsaint-plugins/Makefile.inc --- ports.orig/net-mgmt/netsaint-plugins/Makefile.inc Sun Sep 26 11:39:15 2004 +++ ports/net-mgmt/netsaint-plugins/Makefile.inc Sun Sep 26 12:03:22 2004 @@ -4,8 +4,8 @@ BUILD_DEPENDS+= fping:${PORTSDIR}/net/fping RUN_DEPENDS+= fping:${PORTSDIR}/net/fping CONFIGURE_ARGS+= --enable-fping -BUILD_DEPENDS+= snmpcheck:${PORTSDIR}/net/net-snmp -RUN_DEPENDS+= snmpcheck:${PORTSDIR}/net/net-snmp +BUILD_DEPENDS+= snmpcheck:${PORTSDIR}/net-mgmt/net-snmp +RUN_DEPENDS+= snmpcheck:${PORTSDIR}/net-mgmt/net-snmp CONFIGURE_ARGS+= --enable-snmp LIB_DEPENDS+= radiusclient.0:${PORTSDIR}/net/radiusclient CONFIGURE_ARGS+= --enable-radius @@ -14,7 +14,7 @@ POSTGRESQL_PORT?= databases/postgresql7 LIB_DEPENDS+= pq.3:${PORTSDIR}/${POSTGRESQL_PORT} CONFIGURE_ARGS+= --with-pgsql=${LOCALBASE} -LIB_DEPENDS+= ldap.2:${PORTSDIR}/net/openldap20-client +LIB_DEPENDS+= ldap.2:${PORTSDIR}/net/openldap21-client CONFIGURE_ARGS+= --enable-ldap PLIST_SUB+= SUB_QSTAT="" PLIST_SUB+= SUB_FPING="" diff -aru ports.orig/www/mod_php3/Makefile.inc ports/www/mod_php3/Makefile.inc --- ports.orig/www/mod_php3/Makefile.inc Sun Sep 26 12:32:40 2004 +++ ports/www/mod_php3/Makefile.inc Sun Sep 26 13:46:37 2004 @@ -12,14 +12,14 @@ POSTGRESQL_PORT?= databases/postgresql7 LIB_DEPENDS+= pq.3:${PORTSDIR}/${POSTGRESQL_PORT} CONFIGURE_ARGS+=--with-pgsql=${PREFIX} -LIB_DEPENDS+= ldap.1:${PORTSDIR}/net/openldap12 -LIB_DEPENDS+= lber.1:${PORTSDIR}/net/openldap12 +LIB_DEPENDS+= ldap.1:${PORTSDIR}/net/openldap21-client +LIB_DEPENDS+= lber.1:${PORTSDIR}/net/openldap21-client CONFIGURE_ARGS+=--with-ldap=${PREFIX} -LIB_DEPENDS+= snmp.4:${PORTSDIR}/net/net-snmp +LIB_DEPENDS+= snmp.4:${PORTSDIR}/net-mgmt/net-snmp CONFIGURE_ARGS+=--with-snmp=${PREFIX} --enable-ucd-snmp-hack -BUILD_DEPENDS+= ${PREFIX}/lib/libexpat.a:${PORTSDIR}/textproc/expat -BUILD_DEPENDS+= ${PREFIX}/include/xml/xmlparse.h:${PORTSDIR}/textproc/expat -BUILD_DEPENDS+= ${PREFIX}/include/xml/xmltok.h:${PORTSDIR}/textproc/expat +BUILD_DEPENDS+= ${PREFIX}/lib/libexpat.a:${PORTSDIR}/textproc/expat2 +BUILD_DEPENDS+= ${PREFIX}/include/xml/xmlparse.h:${PORTSDIR}/textproc/expat2 +BUILD_DEPENDS+= ${PREFIX}/include/xml/xmltok.h:${PORTSDIR}/textproc/expat2 CONFIGURE_ARGS+=--with-xml=${PREFIX} CONFIGURE_ARGS+=--with-ftp LIB_DEPENDS+= intl.5:${PORTSDIR}/devel/gettext --------------090302060903010100050802 Content-Type: text/plain Scanned by evaluation version of Dr.Web antivirus Daemon http://drweb.ru/unix/ --------------090302060903010100050802-- From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Sep 27 01:19: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 6A14616A4CE; Mon, 27 Sep 2004 01:19:38 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 493EF43D54; Mon, 27 Sep 2004 01:19:38 +0000 (GMT) (envelope-from leeym@FreeBSD.org) Received: from freefall.freebsd.org (leeym@localhost [127.0.0.1]) i8R1Jc9g017446; Mon, 27 Sep 2004 01:19:38 GMT (envelope-from leeym@freefall.freebsd.org) Received: (from leeym@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i8R1Jc0k017442; Mon, 27 Sep 2004 01:19:38 GMT (envelope-from leeym) Date: Mon, 27 Sep 2004 01:19:38 GMT From: Yen-Ming Lee Message-Id: <200409270119.i8R1Jc0k017442@freefall.freebsd.org> To: leeym@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, leeym@FreeBSD.org Subject: Re: ports/72108: [PATCH] mail/ftrack: add USE_GCC=2.95 and unbreak 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, 27 Sep 2004 01:19:38 -0000 Synopsis: [PATCH] mail/ftrack: add USE_GCC=2.95 and unbreak Responsible-Changed-From-To: freebsd-ports-bugs->leeym Responsible-Changed-By: leeym Responsible-Changed-When: Mon Sep 27 01:19:37 GMT 2004 Responsible-Changed-Why: I will take care of this PR. http://www.freebsd.org/cgi/query-pr.cgi?pr=72108 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Sep 27 01: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 ACE5316A4CE for ; Mon, 27 Sep 2004 01:40:28 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id BBF6243D41 for ; Mon, 27 Sep 2004 01:40:21 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i8R1eJfv017901 for ; Mon, 27 Sep 2004 01: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 i8R1eJxK017900; Mon, 27 Sep 2004 01:40:19 GMT (envelope-from gnats) Resent-Date: Mon, 27 Sep 2004 01:40:19 GMT Resent-Message-Id: <200409270140.i8R1eJxK017900@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, Igor Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3109816A4CF for ; Mon, 27 Sep 2004 01:33:48 +0000 (GMT) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id 101DE43D41 for ; Mon, 27 Sep 2004 01:33:48 +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 i8R1XlBQ019606 for ; Mon, 27 Sep 2004 01:33:47 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.12.11/8.12.11/Submit) id i8R1Xl44019605; Mon, 27 Sep 2004 01:33:47 GMT (envelope-from nobody) Message-Id: <200409270133.i8R1Xl44019605@www.freebsd.org> Date: Mon, 27 Sep 2004 01:33:47 GMT From: Igor To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-2.3 Subject: ports/72121: make index fails 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, 27 Sep 2004 01:40:29 -0000 >Number: 72121 >Category: ports >Synopsis: make index fails >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 Sep 27 01:40:19 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Igor >Release: 4.9-STABLE and 4.10-RELEASE-p2 >Organization: YourServerAdmin >Environment: FreeBSD ifelserv.localdomain 4.9-STABLE FreeBSD 4.9-STABLE #0: Mon Apr 19 16:16:02 EEST 2004 ifel@ifelserv.localdomain:/home/sys/obj/home/sys/src/src/sys/ifelserv i386 >Description: for first I want to tell you thanks for great work that you do. Description: I've fetch (using the cvsup command) the ports tree from the cvsup.freebsd.org several days ago (5 or may be 7). Please note, in the my sup file the line that describes ports fetching is the "doc-all tag=.", so I've fetched a full ports tree. Also cvsup has been finished with no errors or warning messages. When I've tried to do make index in the ports directory it fails with the error meassages such as: ---- netsaint-plugins-1.2.9.4_4: "/usr/ports/net/net-snmp" non-existent -- dependency list incomplete ===> net-mgmt/netsaint-plugins failed *** Error code 1 ---- There were several messages I received, here I've mentioned only 1, other were a same, only the pathes and port names were different. It looks like these port maintainers do not update their ports after breaking the net directory to the net and net-mgmt and removing the openldap12 port from the tree. This changes should be in the old, rare using ports so may be nobody maintain their already. >How-To-Repeat: cd /usr/ports ; make index >Fix: After fixing this problem for my ports tree I've made the patch that will doing all changes automatically. I provide you with this patch, so you can investigate it, an if it will be useful for you, you can commit it in the ports tree to resolve this issue. diff -aru ports.orig/net-mgmt/netsaint-plugins/Makefile.inc ports/net-mgmt/netsaint-plugins/Makefile.inc --- ports.orig/net-mgmt/netsaint-plugins/Makefile.inc Sun Sep 26 11:39:15 2004 +++ ports/net-mgmt/netsaint-plugins/Makefile.inc Sun Sep 26 12:03:22 2004 @@ -4,8 +4,8 @@ BUILD_DEPENDS+= fping:${PORTSDIR}/net/fping RUN_DEPENDS+= fping:${PORTSDIR}/net/fping CONFIGURE_ARGS+= --enable-fping -BUILD_DEPENDS+= snmpcheck:${PORTSDIR}/net/net-snmp -RUN_DEPENDS+= snmpcheck:${PORTSDIR}/net/net-snmp +BUILD_DEPENDS+= snmpcheck:${PORTSDIR}/net-mgmt/net-snmp +RUN_DEPENDS+= snmpcheck:${PORTSDIR}/net-mgmt/net-snmp CONFIGURE_ARGS+= --enable-snmp LIB_DEPENDS+= radiusclient.0:${PORTSDIR}/net/radiusclient CONFIGURE_ARGS+= --enable-radius @@ -14,7 +14,7 @@ POSTGRESQL_PORT?= databases/postgresql7 LIB_DEPENDS+= pq.3:${PORTSDIR}/${POSTGRESQL_PORT} CONFIGURE_ARGS+= --with-pgsql=${LOCALBASE} -LIB_DEPENDS+= ldap.2:${PORTSDIR}/net/openldap20-client +LIB_DEPENDS+= ldap.2:${PORTSDIR}/net/openldap21-client CONFIGURE_ARGS+= --enable-ldap PLIST_SUB+= SUB_QSTAT="" PLIST_SUB+= SUB_FPING="" diff -aru ports.orig/www/mod_php3/Makefile.inc ports/www/mod_php3/Makefile.inc --- ports.orig/www/mod_php3/Makefile.inc Sun Sep 26 12:32:40 2004 +++ ports/www/mod_php3/Makefile.inc Sun Sep 26 13:46:37 2004 @@ -12,14 +12,14 @@ POSTGRESQL_PORT?= databases/postgresql7 LIB_DEPENDS+= pq.3:${PORTSDIR}/${POSTGRESQL_PORT} CONFIGURE_ARGS+=--with-pgsql=${PREFIX} -LIB_DEPENDS+= ldap.1:${PORTSDIR}/net/openldap12 -LIB_DEPENDS+= lber.1:${PORTSDIR}/net/openldap12 +LIB_DEPENDS+= ldap.1:${PORTSDIR}/net/openldap21-client +LIB_DEPENDS+= lber.1:${PORTSDIR}/net/openldap21-client CONFIGURE_ARGS+=--with-ldap=${PREFIX} -LIB_DEPENDS+= snmp.4:${PORTSDIR}/net/net-snmp +LIB_DEPENDS+= snmp.4:${PORTSDIR}/net-mgmt/net-snmp CONFIGURE_ARGS+=--with-snmp=${PREFIX} --enable-ucd-snmp-hack -BUILD_DEPENDS+= ${PREFIX}/lib/libexpat.a:${PORTSDIR}/textproc/expat -BUILD_DEPENDS+= ${PREFIX}/include/xml/xmlparse.h:${PORTSDIR}/textproc/expat -BUILD_DEPENDS+= ${PREFIX}/include/xml/xmltok.h:${PORTSDIR}/textproc/expat +BUILD_DEPENDS+= ${PREFIX}/lib/libexpat.a:${PORTSDIR}/textproc/expat2 +BUILD_DEPENDS+= ${PREFIX}/include/xml/xmlparse.h:${PORTSDIR}/textproc/expat2 +BUILD_DEPENDS+= ${PREFIX}/include/xml/xmltok.h:${PORTSDIR}/textproc/expat2 CONFIGURE_ARGS+=--with-xml=${PREFIX} CONFIGURE_ARGS+=--with-ftp LIB_DEPENDS+= intl.5:${PORTSDIR}/devel/gettext >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Sep 27 03:26: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 5BEC216A4CE; Mon, 27 Sep 2004 03:26:01 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3947D43D54; Mon, 27 Sep 2004 03:26:01 +0000 (GMT) (envelope-from dougb@FreeBSD.org) Received: from freefall.freebsd.org (dougb@localhost [127.0.0.1]) i8R3Q0Xd030438; Mon, 27 Sep 2004 03:26:00 GMT (envelope-from dougb@freefall.freebsd.org) Received: (from dougb@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i8R3Q0oN030433; Mon, 27 Sep 2004 03:26:00 GMT (envelope-from dougb) Date: Mon, 27 Sep 2004 03:26:00 GMT From: Doug Barton Message-Id: <200409270326.i8R3Q0oN030433@freefall.freebsd.org> To: fox@vader.aacc.cc.md.us, dougb@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, dougb@FreeBSD.org Subject: Re: ports/72118: port dns/bind9 Makefile 1.59 crashes "make clean" 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, 27 Sep 2004 03:26:01 -0000 Synopsis: port dns/bind9 Makefile 1.59 crashes "make clean" State-Changed-From-To: open->analyzed State-Changed-By: dougb State-Changed-When: Mon Sep 27 03:25:16 GMT 2004 State-Changed-Why: I'll take a look at this, thanks. Responsible-Changed-From-To: freebsd-ports-bugs->dougb Responsible-Changed-By: dougb Responsible-Changed-When: Mon Sep 27 03:25:16 GMT 2004 Responsible-Changed-Why: I'm the maintainer. http://www.freebsd.org/cgi/query-pr.cgi?pr=72118 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Sep 27 03:35: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 7AA8016A4CE; Mon, 27 Sep 2004 03:35:29 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5B79843D2F; Mon, 27 Sep 2004 03:35:29 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (linimon@localhost [127.0.0.1]) i8R3ZTJh030695; Mon, 27 Sep 2004 03:35:29 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i8R3ZTuf030691; Mon, 27 Sep 2004 03:35:29 GMT (envelope-from linimon) Date: Mon, 27 Sep 2004 03:35:29 GMT From: Mark Linimon Message-Id: <200409270335.i8R3ZTuf030691@freefall.freebsd.org> To: linimon@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, ade@FreeBSD.org Subject: Re: ports/72114: [PATCH] libtool15 chokes on gcc34 on 4-STABLE 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, 27 Sep 2004 03:35:29 -0000 Synopsis: [PATCH] libtool15 chokes on gcc34 on 4-STABLE Responsible-Changed-From-To: freebsd-ports-bugs->ade Responsible-Changed-By: linimon Responsible-Changed-When: Mon Sep 27 03:35:14 GMT 2004 Responsible-Changed-Why: Over to maintainer. http://www.freebsd.org/cgi/query-pr.cgi?pr=72114 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Sep 27 03:36: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 9B09D16A4CE; Mon, 27 Sep 2004 03:36:15 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 79FA743D39; Mon, 27 Sep 2004 03:36:15 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (linimon@localhost [127.0.0.1]) i8R3aFn0030763; Mon, 27 Sep 2004 03:36:15 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i8R3aF3B030759; Mon, 27 Sep 2004 03:36:15 GMT (envelope-from linimon) Date: Mon, 27 Sep 2004 03:36:15 GMT From: Mark Linimon Message-Id: <200409270336.i8R3aF3B030759@freefall.freebsd.org> To: linimon@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, gnome@FreeBSD.org Subject: Re: ports/72109: Reported vulnerability in firefox before "Firefox Preview 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, 27 Sep 2004 03:36:15 -0000 Synopsis: Reported vulnerability in firefox before "Firefox Preview Release" Responsible-Changed-From-To: freebsd-ports-bugs->gnome Responsible-Changed-By: linimon Responsible-Changed-When: Mon Sep 27 03:36:02 GMT 2004 Responsible-Changed-Why: Over to maintainer(s). http://www.freebsd.org/cgi/query-pr.cgi?pr=72109 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Sep 27 04: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 77FFE16A4CF for ; Mon, 27 Sep 2004 04:50:31 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4BAB943D2D for ; Mon, 27 Sep 2004 04:50:31 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i8R4oVaN041303 for ; Mon, 27 Sep 2004 04: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 i8R4oV8C041302; Mon, 27 Sep 2004 04:50:31 GMT (envelope-from gnats) Resent-Date: Mon, 27 Sep 2004 04:50:31 GMT Resent-Message-Id: <200409270450.i8R4oV8C041302@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, TANABE Hiroyasu Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4281116A4CE for ; Mon, 27 Sep 2004 04:45:52 +0000 (GMT) Received: from ns.cosat.com (ns.cosat.com [218.44.240.56]) by mx1.FreeBSD.org (Postfix) with ESMTP id E259743D2D for ; Mon, 27 Sep 2004 04:45:51 +0000 (GMT) (envelope-from h@cosat.com) Received: from ns.cosat.com (localhost [127.0.0.1]) by ns.cosat.com (Postfix) with ESMTP id A3C7E39 for ; Mon, 27 Sep 2004 13:45:50 +0900 (JST) Received: from mail.cosat.com (mail.dmz.cosat.com [192.168.1.72]) by ns.cosat.com (Postfix) with SMTP id 701CA32 for ; Mon, 27 Sep 2004 13:45:50 +0900 (JST) Received: (qmail 46626 invoked by uid 2000); 27 Sep 2004 04:45:50 -0000 Message-Id: <20040927044550.46625.qmail@mail.cosat.com> Date: 27 Sep 2004 04:45:50 -0000 From: TANABE Hiroyasu To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/72122: sudo 1.6.8p1 with pam-krb5 authentication causes segmentation fault X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: TANABE Hiroyasu List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Sep 2004 04:50:31 -0000 >Number: 72122 >Category: ports >Synopsis: sudo 1.6.8p1 with pam-krb5 authentication causes segmentation fault >Confidential: no >Severity: serious >Priority: high >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon Sep 27 04:50:30 GMT 2004 >Closed-Date: >Last-Modified: >Originator: TANABE Hiroyasu >Release: FreeBSD 4.10-RELEASE-p3 i386 >Organization: >Environment: System: FreeBSD mail.dmz.cosat.com 4.10-RELEASE-p3 FreeBSD 4.10-RELEASE-p3 #29: Tue Sep 21 09:43:10 JST 2004 root@mail.dmz.cosat.com:/usr/obj/usr/src/sys/COSATMAIL i386 The machine is configuered with authorizing through pam and kerberos5 >Description: First time, sudo with correct password causes segmentation fault. But Continuing, when I runs sudo, it operates normally without password prompt. It didn't occur before sudo 1.6.8. (eg. 1.6.7p3) >How-To-Repeat: # sysctl kern.sugid_coredump=1 % sudo -k % sudo echo Password for h@COSAT.COM: Segmentation fault (core dumped) % gdb sudo sudo.core (gdb) info stack #0 0x682f656d in ?? () #1 0x2815bf23 in pam_sm_setcred () from /usr/lib/pam_krb5.so #2 0x2809723e in pam_getenvlist () from /usr/lib/libpam.so.1 #3 0x280974e1 in _pam_dispatch () from /usr/lib/libpam.so.1 #4 0x28096524 in pam_setcred () from /usr/lib/libpam.so.1 #5 0x805234a in pam_prep_user (pw=0x8068080) at ./auth/pam.c:192 #6 0x804e6e6 in runas_setup () at set_perms.c:433 #7 0x804e5b1 in set_perms_suid (perm=6) at set_perms.c:194 #8 0x804eec2 in main (argc=2, argv=0xbfbffb50, envp=0xbfbffb5c) at sudo.c:413 >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Sep 27 07: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 035A216A4CE; Mon, 27 Sep 2004 07:10:09 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D610E43D54; Mon, 27 Sep 2004 07:10:08 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from freefall.freebsd.org (pav@localhost [127.0.0.1]) i8R79vxX084772; Mon, 27 Sep 2004 07:09:57 GMT (envelope-from pav@freefall.freebsd.org) Received: (from pav@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i8R79vCd084768; Mon, 27 Sep 2004 07:09:57 GMT (envelope-from pav) Date: Mon, 27 Sep 2004 07:09:57 GMT From: Pav Lucistnik Message-Id: <200409270709.i8R79vCd084768@freefall.freebsd.org> To: sw@gegenunendlich.de, pav@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/71650: [PATCH] graphics/maverik: unbreak and fix dependencies 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, 27 Sep 2004 07:10:09 -0000 Synopsis: [PATCH] graphics/maverik: unbreak and fix dependencies State-Changed-From-To: open->closed State-Changed-By: pav State-Changed-When: Mon Sep 27 07:09:11 GMT 2004 State-Changed-Why: Committed, thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=71650 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Sep 27 12: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 EAB7516A4CE for ; Mon, 27 Sep 2004 12:50:23 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id BFD5D43D1D for ; Mon, 27 Sep 2004 12:50:23 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i8RCoNaS035583 for ; Mon, 27 Sep 2004 12: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 i8RCoNjp035579; Mon, 27 Sep 2004 12:50:23 GMT (envelope-from gnats) Resent-Date: Mon, 27 Sep 2004 12:50:23 GMT Resent-Message-Id: <200409271250.i8RCoNjp035579@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, Yen-Ming Lee Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0451316A4D1 for ; Mon, 27 Sep 2004 12:47:42 +0000 (GMT) Received: from utopia.leeym.com (utopia.leeym.com [211.21.137.52]) by mx1.FreeBSD.org (Postfix) with ESMTP id B177C43D55 for ; Mon, 27 Sep 2004 12:47:41 +0000 (GMT) (envelope-from leeym@utopia.leeym.com) Received: from localhost (localhost [127.0.0.1]) by utopia.leeym.com (Postfix) with ESMTP id C490B3EAD6F; Mon, 27 Sep 2004 20:47:40 +0800 (CST) Received: from utopia.leeym.com ([127.0.0.1]) by localhost (utopia.leeym.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 58220-01; Mon, 27 Sep 2004 20:47:27 +0800 (CST) Received: by utopia.leeym.com (Postfix, from userid 1000) id 8C2393EAD6D; Mon, 27 Sep 2004 20:47:24 +0800 (CST) Message-Id: <20040927124724.8C2393EAD6D@utopia.leeym.com> Date: Mon, 27 Sep 2004 20:47:24 +0800 (CST) From: Yen-Ming Lee To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 cc: hubert@frbsd.org Subject: ports/72127: [PATCH] security/smtpmap: add USE_GCC=2.95 and unbreak 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, 27 Sep 2004 12:50:24 -0000 >Number: 72127 >Category: ports >Synopsis: [PATCH] security/smtpmap: add USE_GCC=2.95 and unbreak >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 Sep 27 12:50:23 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Yen-Ming Lee >Release: FreeBSD 5.3-BETA4 i386 >Organization: FreeBSD Taiwan >Environment: System: FreeBSD utopia.leeym.com 5.3-BETA4 FreeBSD 5.3-BETA4 #7: Mon Sep 13 05:12:30 CST 2004 >Description: - add USE_GCC=2.95 and unbreak this port - remove redundant statement Port maintainer (hubert@frbsd.org) is cc'd. Generated with FreeBSD Port Tools 0.63 >How-To-Repeat: >Fix: --- smtpmap-0.8_3.patch begins here --- Index: Makefile =================================================================== RCS file: /home/pcvs/ports/security/smtpmap/Makefile,v retrieving revision 1.5 diff -u -u -r1.5 Makefile --- Makefile 26 Sep 2004 03:07:57 -0000 1.5 +++ Makefile 27 Sep 2004 12:46:13 -0000 @@ -22,7 +22,7 @@ USE_BZIP2= yes USE_REINPLACE= yes USE_GMAKE= yes - +USE_GCC= 2.95 MAKEFILE= makefile .include @@ -33,9 +33,9 @@ post-patch: @${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|g' \ - -e 's|%%LOCALBASE%%|${LOCALBASE}|g' ${WRKSRC}/makefile.conf - @${REINPLACE_CMD} -e 's|\(INC)\) \(small\)|\1 $$(LIBS) \2|g' ${WRKSRC}/src/makefile - @${REINPLACE_CMD} -e 's|-j 5||g' -e 's|@\(./inst\)|\1|g' ${WRKSRC}/makefile + -e 's|%%LOCALBASE%%|${LOCALBASE}|g' \ + -e 's|g++|${CXX}|g' ${WRKSRC}/makefile.conf + @${REINPLACE_CMD} -e 's|-j 5||g' ${WRKSRC}/makefile do-install: ${INSTALL_PROGRAM} ${WRKSRC}/src/smtpmap ${PREFIX}/bin --- smtpmap-0.8_3.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Sep 27 13:40: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 F1AE716A4D7 for ; Mon, 27 Sep 2004 13:40:23 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0438843D49 for ; Mon, 27 Sep 2004 13:40:18 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i8RDeHU3041970 for ; Mon, 27 Sep 2004 13:40:17 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i8RDeHXi041969; Mon, 27 Sep 2004 13:40:17 GMT (envelope-from gnats) Resent-Date: Mon, 27 Sep 2004 13:40:17 GMT Resent-Message-Id: <200409271340.i8RDeHXi041969@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, Brian Fundakowski Feldman Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AD44516A4CE for ; Mon, 27 Sep 2004 13:33:50 +0000 (GMT) Received: from green.homeunix.org (pcp04368961pcs.nrockv01.md.comcast.net [69.140.212.7]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1AB6143D2F for ; Mon, 27 Sep 2004 13:33:50 +0000 (GMT) (envelope-from green@green.homeunix.org) Received: from green.homeunix.org (green@localhost [127.0.0.1]) by green.homeunix.org (8.13.1/8.13.1) with ESMTP id i8RDXnYr023095 for ; Mon, 27 Sep 2004 09:33:49 -0400 (EDT) (envelope-from green@green.homeunix.org) Received: (from green@localhost) by green.homeunix.org (8.13.1/8.13.1/Submit) id i8RDXnEg023094; Mon, 27 Sep 2004 09:33:49 -0400 (EDT) (envelope-from green) Message-Id: <200409271333.i8RDXnEg023094@green.homeunix.org> Date: Mon, 27 Sep 2004 09:33:49 -0400 (EDT) From: Brian Fundakowski Feldman To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/72129: repo-copy ports/databases/sqlite to sqlite2 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Brian Fundakowski Feldman List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Sep 2004 13:40:24 -0000 >Number: 72129 >Category: ports >Synopsis: repo-copy ports/databases/sqlite to sqlite2 >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 Sep 27 13:40:17 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Brian Fundakowski Feldman >Release: FreeBSD 6.0-CURRENT i386 >Organization: FreeBSD >Environment: System: FreeBSD green.homeunix.org 6.0-CURRENT FreeBSD 6.0-CURRENT #110: Wed Sep 22 11:28:27 EDT 2004 root@green.homeunix.org:/usr/src/sys/i386/compile/GREEN i386 >Description: I would like to have sqlite repo-copied to sqlite2 as the origin of the obsolescent version of sqlite. As the API is now all "sqlite3_*" and similar, the two are not directly interchangeable. Afterward, sqlite will be updated to 3.0 and the sqlite snapshot port will be removed. >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Sep 27 13:43: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 28F6D16A4CE; Mon, 27 Sep 2004 13:43:22 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id E55C543D54; Mon, 27 Sep 2004 13:43:21 +0000 (GMT) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (edwin@localhost [127.0.0.1]) i8RDhLvo042095; Mon, 27 Sep 2004 13:43:21 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i8RDhLrC042091; Mon, 27 Sep 2004 13:43:21 GMT (envelope-from edwin) Date: Mon, 27 Sep 2004 13:43:21 GMT From: Edwin Groothuis Message-Id: <200409271343.i8RDhLrC042091@freefall.freebsd.org> To: green@freebsd.org, edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, portmgr@FreeBSD.org Subject: Re: ports/72129: repo-copy ports/databases/sqlite to sqlite2 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, 27 Sep 2004 13:43:22 -0000 Synopsis: repo-copy ports/databases/sqlite to sqlite2 State-Changed-From-To: open->repocopy State-Changed-By: edwin State-Changed-When: Mon Sep 27 13:43:05 GMT 2004 State-Changed-Why: over to portmgr Responsible-Changed-From-To: freebsd-ports-bugs->portmgr Responsible-Changed-By: edwin Responsible-Changed-When: Mon Sep 27 13:43:05 GMT 2004 Responsible-Changed-Why: over to portmgr http://www.freebsd.org/cgi/query-pr.cgi?pr=72129 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Sep 27 16:50: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 D36BC16A4CE for ; Mon, 27 Sep 2004 16:50:26 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id A940043D45 for ; Mon, 27 Sep 2004 16:50:26 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i8RGoQIv062056 for ; Mon, 27 Sep 2004 16: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 i8RGoQcD062055; Mon, 27 Sep 2004 16:50:26 GMT (envelope-from gnats) Resent-Date: Mon, 27 Sep 2004 16:50:26 GMT Resent-Message-Id: <200409271650.i8RGoQcD062055@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, Heikki Suonsivu Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 97B3D16A4CE for ; Mon, 27 Sep 2004 16:44:24 +0000 (GMT) Received: from hsu.bbnetworks.net (hsu.bbnetworks.net [212.16.96.38]) by mx1.FreeBSD.org (Postfix) with ESMTP id C724543D53 for ; Mon, 27 Sep 2004 16:44:23 +0000 (GMT) (envelope-from hsu@hsu.bbnetworks.net) Received: from hsu.bbnetworks.net (localhost [127.0.0.1]) by hsu.bbnetworks.net (8.13.1/8.12.11) with ESMTP id i8RGib9U092642 for ; Mon, 27 Sep 2004 19:44:37 +0300 (EEST) (envelope-from hsu@hsu.bbnetworks.net) Received: (from hsu@localhost) by hsu.bbnetworks.net (8.13.1/8.12.11/Submit) id i8RGiabu092641; Mon, 27 Sep 2004 19:44:36 +0300 (EEST) (envelope-from hsu) Message-Id: <200409271644.i8RGiabu092641@hsu.bbnetworks.net> Date: Mon, 27 Sep 2004 19:44:36 +0300 (EEST) From: Heikki Suonsivu To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/72132: Mozilla crashes with X error on www.thepcbshop.com X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Heikki Suonsivu List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Sep 2004 16:50:26 -0000 >Number: 72132 >Category: ports >Synopsis: Mozilla crashes with X error on www.thepcbshop.com >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 Sep 27 16:50:26 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Heikki Suonsivu >Release: FreeBSD 4.10-STABLE i386 >Organization: bbnetworks.net >Environment: System: FreeBSD hsu.bbnetworks.net 4.10-STABLE FreeBSD 4.10-STABLE #13: Tue Aug 17 17:04:54 EEST 2004 hsu@hsu.bbnetworks.net:/usr/obj/usr/src/sys/CAT i386 Mozilla compiled from ports. Mozilla 1.7.1 Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.1) Gecko/20040729 >Description: Go to www.thepcbshop.com, type user foo, password bar, click go: The program 'mozilla-bin' received an X Window System error. This probably reflects a bug in the program. The error was 'BadShmSeg (invalid shared segment parameter)'. (Details: serial 169 error_code 168 request_code 147 minor_code 2) (Note to programmers: normally, X errors are reported asynchronously; that is, you will receive the error a while after causing it. To debug your program, run it with the --sync command line option to change this behavior. You can then get a meaningful backtrace from your debugger if you break on the gdk_x_error() function.) >How-To-Repeat: Repeats on both my home and office computers, both running FreeBSD 4. >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Sep 27 17:40: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 70F3316A4FD for ; Mon, 27 Sep 2004 17:40:41 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 490CA43D6D for ; Mon, 27 Sep 2004 17:40:40 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i8RHeUmu068721 for ; Mon, 27 Sep 2004 17: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 i8RHeUZo068720; Mon, 27 Sep 2004 17:40:30 GMT (envelope-from gnats) Resent-Date: Mon, 27 Sep 2004 17:40:30 GMT Resent-Message-Id: <200409271740.i8RHeUZo068720@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, Hajimu UMEMOTO Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DAAF316A4CE; Mon, 27 Sep 2004 17:36:32 +0000 (GMT) Received: from cheer.mahoroba.org (gw4.mahoroba.org [218.45.22.175]) by mx1.FreeBSD.org (Postfix) with ESMTP id E6CF043D1D; Mon, 27 Sep 2004 17:36:31 +0000 (GMT) (envelope-from ume@mahoroba.org) Received: from localhost (IDENT:DXMIS+K9vatrVowR0W8RjNFJULI6cZLX0Lm1U23vN4zmS9jQe83cqzbfxCWoc5h/@localhost [IPv6:::1]) (user=smmsp author=ume@localhost mech=DIGEST-MD5 bits=128) i8RHaQ0n039470 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 28 Sep 2004 02:36:26 +0900 (JST) (envelope-from ume@mahoroba.org) Received: (from ume@localhost) by localhost (8.13.1/8.13.1/Submit) id i8RHaQxa028742; Tue, 28 Sep 2004 02:36:26 +0900 (JST) (envelope-from ume) Message-Id: <200409271736.i8RHaQ0n039470@cheer.mahoroba.org> Date: Tue, 28 Sep 2004 02:36:26 +0900 (JST) From: Hajimu UMEMOTO To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 cc: perky@FreeBSD.org Subject: ports/72133: fix build of database/py-bsddb3 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Hajimu UMEMOTO List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Sep 2004 17:40:41 -0000 >Number: 72133 >Category: ports >Synopsis: fix build of database/py-bsddb3 >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: Mon Sep 27 17:40:30 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Hajimu UMEMOTO >Release: FreeBSD 5.3-BETA6 i386 >Organization: Internet Mutual Aid Society, YOKOHAMA >Environment: System: FreeBSD lyrics.mahoroba.org 5.3-BETA6 FreeBSD 5.3-BETA6 #0: Mon Sep 27 04:51:07 JST 2004 root@lyrics.mahoroba.org:/ad0s3/usr/obj/usr/src/sys/LYRICS i386 >Description: database/py-bsddb3 is BROKEN. >How-To-Repeat: cd /usr/ports/database/py-bsddb3 && make >Fix: this patch fixes build. Index: ports/databases/py-bsddb3/Makefile diff -u ports/databases/py-bsddb3/Makefile.orig ports/databases/py-bsddb3/Makefile --- ports/databases/py-bsddb3/Makefile.orig Mon Aug 16 09:41:28 2004 +++ ports/databases/py-bsddb3/Makefile Tue Sep 28 02:21:43 2004 @@ -15,8 +15,6 @@ MAINTAINER= perky@FreeBSD.org COMMENT= Python extension module for BerkeleyDB 3 and 4 -BROKEN= Does not build - .if defined(WITH_DB3) WITH_BDB_VER?= 3 .elif defined(WITH_DB4) @@ -50,11 +48,12 @@ USE_PYTHON= yes USE_PYDISTUTILS= yes USE_REINPLACE= yes +PYDISTUTILS_CONFIGUREARGS=--libs="-l${DBVERSION}" --berkeley-db=${LOCALBASE} PYDISTUTILS_BUILDARGS= --libs="-l${DBVERSION}" --berkeley-db=${LOCALBASE} PYDISTUTILS_INSTALLARGS=-c -O1 --prefix=${PREFIX} --berkeley-db=${LOCALBASE} post-patch: ${REINPLACE_CMD} 's,%%DBVERSION%%,${DBVERSION},g' ${WRKSRC}/setup.py - ${REINPLACE_CMD} 's,,<${DBVERSION}/db.h>,' ${WRKSRC}/extsrc/_bsddb.c + ${REINPLACE_CMD} 's,,<${DBHEADER}/db.h>,' ${WRKSRC}/extsrc/_bsddb.c .include >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Sep 27 17:48: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 580C116A4CE; Mon, 27 Sep 2004 17:48:47 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 38B6A43D2D; Mon, 27 Sep 2004 17:48:47 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from freefall.freebsd.org (pav@localhost [127.0.0.1]) i8RHmlUu068900; Mon, 27 Sep 2004 17:48:47 GMT (envelope-from pav@freefall.freebsd.org) Received: (from pav@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i8RHmlmV068896; Mon, 27 Sep 2004 17:48:47 GMT (envelope-from pav) Date: Mon, 27 Sep 2004 17:48:47 GMT From: Pav Lucistnik Message-Id: <200409271748.i8RHmlmV068896@freefall.freebsd.org> To: pav@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, pav@FreeBSD.org Subject: Re: ports/72096: astro/xephem: update to 3.6.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, 27 Sep 2004 17:48:47 -0000 Synopsis: astro/xephem: update to 3.6.1 Responsible-Changed-From-To: freebsd-ports-bugs->pav Responsible-Changed-By: pav Responsible-Changed-When: Mon Sep 27 17:48:39 GMT 2004 Responsible-Changed-Why: Poke. http://www.freebsd.org/cgi/query-pr.cgi?pr=72096 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Sep 27 17:50: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 2AE7116A4CE for ; Mon, 27 Sep 2004 17:50:22 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0938443D31 for ; Mon, 27 Sep 2004 17:50:22 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i8RHoLxr068995 for ; Mon, 27 Sep 2004 17: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 i8RHoKHM068992; Mon, 27 Sep 2004 17:50:20 GMT (envelope-from gnats) Date: Mon, 27 Sep 2004 17:50:20 GMT Message-Id: <200409271750.i8RHoKHM068992@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Adam Weinberger Subject: Re: ports/72132: Mozilla crashes with X error on www.thepcbshop.com X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Adam Weinberger List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Sep 2004 17:50:22 -0000 The following reply was made to PR ports/72132; it has been noted by GNATS. From: Adam Weinberger To: Heikki Suonsivu Cc: FreeBSD-gnats-submit@FreeBSD.org Subject: Re: ports/72132: Mozilla crashes with X error on www.thepcbshop.com Date: Mon, 27 Sep 2004 13:40:22 -0400 do you get the same thing if you upgrade your mozilla (1.7.2 is what's currently in ports). this works fine for me, btw. -- Adam Weinberger adamw@magnesium.net || adamw@FreeBSD.org adamw@vectors.cx || adamw@gnome.org http://www.vectors.cx From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Sep 27 17:50: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 AA36516A4CE for ; Mon, 27 Sep 2004 17:50:25 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9E55E43D54 for ; Mon, 27 Sep 2004 17:50:25 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i8RHoPIx069029 for ; Mon, 27 Sep 2004 17:50:25 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i8RHoP9m069028; Mon, 27 Sep 2004 17:50:25 GMT (envelope-from gnats) Date: Mon, 27 Sep 2004 17:50:25 GMT Message-Id: <200409271750.i8RHoP9m069028@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Thierry Thomas Subject: Re: ports/72132: Mozilla crashes with X error on www.thepcbshop.com X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Thierry Thomas List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Sep 2004 17:50:25 -0000 The following reply was made to PR ports/72132; it has been noted by GNATS. From: Thierry Thomas To: Heikki Suonsivu Cc: FreeBSD-gnats-submit@FreeBSD.org Subject: Re: ports/72132: Mozilla crashes with X error on www.thepcbshop.com Date: Mon, 27 Sep 2004 19:41:21 +0200 Le Lun 27 sep 04 à 18:44:36 +0200, Heikki Suonsivu écrivait : > Go to www.thepcbshop.com, type user foo, password bar, click go: > > The program 'mozilla-bin' received an X Window System error. > This probably reflects a bug in the program. > The error was 'BadShmSeg (invalid shared segment parameter)'. > (Details: serial 169 error_code 168 request_code 147 minor_code 2) > (Note to programmers: normally, X errors are reported asynchronously; > that is, you will receive the error a while after causing it. > To debug your program, run it with the --sync command line > option to change this behavior. You can then get a meaningful > backtrace from your debugger if you break on the gdk_x_error() function.) Do you have a flasg plug-in installed? No problem here whithout flash, just a message "Invalid UserName or Password. Tryagain.". -- Th. Thomas. From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Sep 27 17:59: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 740E516A4CE; Mon, 27 Sep 2004 17:59:19 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5089443D3F; Mon, 27 Sep 2004 17:59:19 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from freefall.freebsd.org (pav@localhost [127.0.0.1]) i8RHxJHr069292; Mon, 27 Sep 2004 17:59:19 GMT (envelope-from pav@freefall.freebsd.org) Received: (from pav@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i8RHxJtm069288; Mon, 27 Sep 2004 17:59:19 GMT (envelope-from pav) Date: Mon, 27 Sep 2004 17:59:19 GMT From: Pav Lucistnik Message-Id: <200409271759.i8RHxJtm069288@freefall.freebsd.org> To: ik@yourserveradmin.com, pav@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, pav@FreeBSD.org Subject: Re: ports/72121: make index fails 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, 27 Sep 2004 17:59:19 -0000 Synopsis: make index fails State-Changed-From-To: open->analyzed State-Changed-By: pav State-Changed-When: Mon Sep 27 17:51:43 GMT 2004 State-Changed-Why: Thank you! Your analyze was good, but not perfect! Most importantly, Makefile.inc file is generated from other files and is not directly part of ports collection. Anyway, you pointed us on some broken dependencies that needs fixing. I'll take care of it after ports freeze is over. Responsible-Changed-From-To: freebsd-ports-bugs->pav Responsible-Changed-By: pav Responsible-Changed-When: Mon Sep 27 17:51:43 GMT 2004 Responsible-Changed-Why: Handle. http://www.freebsd.org/cgi/query-pr.cgi?pr=72121 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Sep 27 18:17: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 DA25016A4CE; Mon, 27 Sep 2004 18:17:47 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id BA35143D2F; Mon, 27 Sep 2004 18:17:47 +0000 (GMT) (envelope-from leeym@FreeBSD.org) Received: from freefall.freebsd.org (leeym@localhost [127.0.0.1]) i8RIHlLr074908; Mon, 27 Sep 2004 18:17:47 GMT (envelope-from leeym@freefall.freebsd.org) Received: (from leeym@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i8RIHlCF074904; Mon, 27 Sep 2004 18:17:47 GMT (envelope-from leeym) Date: Mon, 27 Sep 2004 18:17:47 GMT From: Yen-Ming Lee Message-Id: <200409271817.i8RIHlCF074904@freefall.freebsd.org> To: leeym@FreeBSD.org, leeym@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/72127: [PATCH] security/smtpmap: add USE_GCC=2.95 and unbreak 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, 27 Sep 2004 18:17:48 -0000 Synopsis: [PATCH] security/smtpmap: add USE_GCC=2.95 and unbreak State-Changed-From-To: open->feedback State-Changed-By: leeym State-Changed-When: Mon Sep 27 18:17:47 GMT 2004 State-Changed-Why: The maintainer is Cc-ed. http://www.freebsd.org/cgi/query-pr.cgi?pr=72127 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Sep 27 18:17: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 E839916A4D1; Mon, 27 Sep 2004 18:17:50 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id C60C943D41; Mon, 27 Sep 2004 18:17:50 +0000 (GMT) (envelope-from leeym@FreeBSD.org) Received: from freefall.freebsd.org (leeym@localhost [127.0.0.1]) i8RIHo3r074954; Mon, 27 Sep 2004 18:17:50 GMT (envelope-from leeym@freefall.freebsd.org) Received: (from leeym@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i8RIHoW6074950; Mon, 27 Sep 2004 18:17:50 GMT (envelope-from leeym) Date: Mon, 27 Sep 2004 18:17:50 GMT From: Yen-Ming Lee Message-Id: <200409271817.i8RIHoW6074950@freefall.freebsd.org> To: leeym@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, leeym@FreeBSD.org Subject: Re: ports/72127: [PATCH] security/smtpmap: add USE_GCC=2.95 and unbreak 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, 27 Sep 2004 18:17:51 -0000 Synopsis: [PATCH] security/smtpmap: add USE_GCC=2.95 and unbreak Responsible-Changed-From-To: freebsd-ports-bugs->leeym Responsible-Changed-By: leeym Responsible-Changed-When: Mon Sep 27 18:17:50 GMT 2004 Responsible-Changed-Why: I will take care of this PR. http://www.freebsd.org/cgi/query-pr.cgi?pr=72127 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Sep 27 18: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 4393916A4CE for ; Mon, 27 Sep 2004 18:40:30 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 19F8543D2F for ; Mon, 27 Sep 2004 18:40:30 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i8RIeTgk075525 for ; Mon, 27 Sep 2004 18: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 i8RIeT8e075524; Mon, 27 Sep 2004 18:40:29 GMT (envelope-from gnats) Resent-Date: Mon, 27 Sep 2004 18:40:29 GMT Resent-Message-Id: <200409271840.i8RIeT8e075524@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, Yen-Ming Lee Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1B72A16A4CE for ; Mon, 27 Sep 2004 18:35:25 +0000 (GMT) Received: from utopia.leeym.com (utopia.leeym.com [211.21.137.52]) by mx1.FreeBSD.org (Postfix) with ESMTP id BEFEB43D1F for ; Mon, 27 Sep 2004 18:35:24 +0000 (GMT) (envelope-from leeym@utopia.leeym.com) Received: from localhost (localhost [127.0.0.1]) by utopia.leeym.com (Postfix) with ESMTP id CB8C63EAD78 for ; Tue, 28 Sep 2004 02:35:23 +0800 (CST) Received: from utopia.leeym.com ([127.0.0.1]) by localhost (utopia.leeym.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 50662-04 for ; Tue, 28 Sep 2004 02:35:21 +0800 (CST) Received: by utopia.leeym.com (Postfix, from userid 1000) id 9900B3EAD71; Tue, 28 Sep 2004 02:35:21 +0800 (CST) Message-Id: <20040927183521.9900B3EAD71@utopia.leeym.com> Date: Tue, 28 Sep 2004 02:35:21 +0800 (CST) From: Yen-Ming Lee To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/72134: [PATCH] sysutils/tua: add USE_GCC=2.95 and unbreak 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, 27 Sep 2004 18:40:30 -0000 >Number: 72134 >Category: ports >Synopsis: [PATCH] sysutils/tua: add USE_GCC=2.95 and unbreak >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 Sep 27 18:40:29 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Yen-Ming Lee >Release: FreeBSD 5.3-BETA4 i386 >Organization: FreeBSD Taiwan >Environment: System: FreeBSD utopia.leeym.com 5.3-BETA4 FreeBSD 5.3-BETA4 #7: Mon Sep 13 05:12:30 CST 2004 >Description: - add USE_GCC=2.95 and unbreak this port - utilize INFO - replace pkg-plist with PLIST_FILES Removed file(s): - pkg-plist Generated with FreeBSD Port Tools 0.63 >How-To-Repeat: >Fix: --- tua-4.0.patch begins here --- Index: Makefile =================================================================== RCS file: /home/pcvs/ports/sysutils/tua/Makefile,v retrieving revision 1.20 diff -u -u -r1.20 Makefile --- Makefile 16 Aug 2004 02:33:05 -0000 1.20 +++ Makefile 27 Sep 2004 18:34:51 -0000 @@ -14,12 +14,10 @@ COMMENT= The Uucp Analyzer GNU_CONFIGURE= yes -MAN1= tua.1 - -.include +USE_GCC= 2.95 -.if ${OSVERSION} >= 502126 -BROKEN= "Does not compile with gcc 3.4.2" -.endif +MAN1= tua.1 +INFO= tua +PLIST_FILES= bin/tua lib/tua.pcd -.include +.include Index: pkg-plist =================================================================== RCS file: pkg-plist diff -N pkg-plist --- pkg-plist 19 Aug 1998 20:43:23 -0000 1.3 +++ /dev/null 1 Jan 1970 00:00:00 -0000 @@ -1,3 +0,0 @@ -bin/tua -info/tua.info -lib/tua.pcd --- tua-4.0.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Sep 27 19:34: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 25D9616A4CE; Mon, 27 Sep 2004 19:34:23 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0842043D3F; Mon, 27 Sep 2004 19:34:23 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from freefall.freebsd.org (pav@localhost [127.0.0.1]) i8RJYMaM082257; Mon, 27 Sep 2004 19:34:22 GMT (envelope-from pav@freefall.freebsd.org) Received: (from pav@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i8RJYM7O082253; Mon, 27 Sep 2004 19:34:22 GMT (envelope-from pav) Date: Mon, 27 Sep 2004 19:34:22 GMT From: Pav Lucistnik Message-Id: <200409271934.i8RJYM7O082253@freefall.freebsd.org> To: pav@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, pav@FreeBSD.org Subject: Re: ports/72079: lang/alisp maintainer update 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, 27 Sep 2004 19:34:23 -0000 Synopsis: lang/alisp maintainer update Responsible-Changed-From-To: freebsd-ports-bugs->pav Responsible-Changed-By: pav Responsible-Changed-When: Mon Sep 27 19:34:15 GMT 2004 Responsible-Changed-Why: Poke. http://www.freebsd.org/cgi/query-pr.cgi?pr=72079 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Sep 27 19:41: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 15A2616A4CE; Mon, 27 Sep 2004 19:41:15 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id DB3A043D2F; Mon, 27 Sep 2004 19:41:14 +0000 (GMT) (envelope-from thierry@FreeBSD.org) Received: from freefall.freebsd.org (thierry@localhost [127.0.0.1]) i8RJfEx2082777; Mon, 27 Sep 2004 19:41:14 GMT (envelope-from thierry@freefall.freebsd.org) Received: (from thierry@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i8RJfExx082773; Mon, 27 Sep 2004 19:41:14 GMT (envelope-from thierry) Date: Mon, 27 Sep 2004 19:41:14 GMT From: Thierry Thomas Message-Id: <200409271941.i8RJfExx082773@freefall.freebsd.org> To: thierry@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, thierry@FreeBSD.org Subject: Re: ports/72133: fix build of database/py-bsddb3 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, 27 Sep 2004 19:41:15 -0000 Synopsis: fix build of database/py-bsddb3 Responsible-Changed-From-To: freebsd-ports-bugs->thierry Responsible-Changed-By: thierry Responsible-Changed-When: Mon Sep 27 19:40:34 GMT 2004 Responsible-Changed-Why: Take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=72133 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Sep 27 19:50:35 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 7E3CB16A4CE; Mon, 27 Sep 2004 19:50:35 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6056543D49; Mon, 27 Sep 2004 19:50:35 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from freefall.freebsd.org (pav@localhost [127.0.0.1]) i8RJoZfB083368; Mon, 27 Sep 2004 19:50:35 GMT (envelope-from pav@freefall.freebsd.org) Received: (from pav@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i8RJoZdJ083364; Mon, 27 Sep 2004 19:50:35 GMT (envelope-from pav) Date: Mon, 27 Sep 2004 19:50:35 GMT From: Pav Lucistnik Message-Id: <200409271950.i8RJoZdJ083364@freefall.freebsd.org> To: pav@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, pav@FreeBSD.org Subject: Re: ports/72074: [MAINTAINER] Portmanager minor 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, 27 Sep 2004 19:50:35 -0000 Synopsis: [MAINTAINER] Portmanager minor fix Responsible-Changed-From-To: freebsd-ports-bugs->pav Responsible-Changed-By: pav Responsible-Changed-When: Mon Sep 27 19:50:27 GMT 2004 Responsible-Changed-Why: Poke http://www.freebsd.org/cgi/query-pr.cgi?pr=72074 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Sep 27 19:56: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 2FA5F16A4CE; Mon, 27 Sep 2004 19:56:33 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0DBD843D1D; Mon, 27 Sep 2004 19:56:33 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from freefall.freebsd.org (pav@localhost [127.0.0.1]) i8RJuWnE083516; Mon, 27 Sep 2004 19:56:32 GMT (envelope-from pav@freefall.freebsd.org) Received: (from pav@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i8RJuWn8083512; Mon, 27 Sep 2004 19:56:32 GMT (envelope-from pav) Date: Mon, 27 Sep 2004 19:56:32 GMT From: Pav Lucistnik Message-Id: <200409271956.i8RJuWn8083512@freefall.freebsd.org> To: kevin@insidesystems.net, pav@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, pav@FreeBSD.org Subject: Re: ports/72066: [patch] Update sysutils/cfengine2 to 2.1.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, 27 Sep 2004 19:56:33 -0000 Synopsis: [patch] Update sysutils/cfengine2 to 2.1.10 State-Changed-From-To: open->feedback State-Changed-By: pav State-Changed-When: Mon Sep 27 19:56:14 GMT 2004 State-Changed-Why: Asked maintainer for approval. Responsible-Changed-From-To: freebsd-ports-bugs->pav Responsible-Changed-By: pav Responsible-Changed-When: Mon Sep 27 19:56:14 GMT 2004 Responsible-Changed-Why: Handle. http://www.freebsd.org/cgi/query-pr.cgi?pr=72066 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Sep 27 20:12: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 0892B16A4CE; Mon, 27 Sep 2004 20:12:57 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id DE3D343D41; Mon, 27 Sep 2004 20:12:56 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from freefall.freebsd.org (pav@localhost [127.0.0.1]) i8RKCuxi089259; Mon, 27 Sep 2004 20:12:56 GMT (envelope-from pav@freefall.freebsd.org) Received: (from pav@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i8RKCudg089255; Mon, 27 Sep 2004 20:12:56 GMT (envelope-from pav) Date: Mon, 27 Sep 2004 20:12:56 GMT From: Pav Lucistnik Message-Id: <200409272012.i8RKCudg089255@freefall.freebsd.org> To: pav@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, pav@FreeBSD.org Subject: Re: ports/72071: Update port: mail/sylpheed-gtk2 to 0.9.12.20040918 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, 27 Sep 2004 20:12:57 -0000 Synopsis: Update port: mail/sylpheed-gtk2 to 0.9.12.20040918 Responsible-Changed-From-To: freebsd-ports-bugs->pav Responsible-Changed-By: pav Responsible-Changed-When: Mon Sep 27 20:12:50 GMT 2004 Responsible-Changed-Why: Poke! http://www.freebsd.org/cgi/query-pr.cgi?pr=72071 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Sep 27 20:50: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 0D9F316A4CE for ; Mon, 27 Sep 2004 20:50:22 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D581C43D4C for ; Mon, 27 Sep 2004 20:50:21 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i8RKoLmV090044 for ; Mon, 27 Sep 2004 20: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 i8RKoLdP090043; Mon, 27 Sep 2004 20:50:21 GMT (envelope-from gnats) Resent-Date: Mon, 27 Sep 2004 20:50:21 GMT Resent-Message-Id: <200409272050.i8RKoLdP090043@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, "Marcin WiÅnicki" Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CF5D816A4CF for ; Mon, 27 Sep 2004 20:42:43 +0000 (GMT) Received: from ghost.pnet.one.pl (dial-4713.wroclaw.dialog.net.pl [62.87.147.105]) by mx1.FreeBSD.org (Postfix) with ESMTP id CDB6543D4C for ; Mon, 27 Sep 2004 20:42:41 +0000 (GMT) (envelope-from wisnia-san@tlen.pl) Received: from ghost.pnet.one.pl (marcin@localhost [127.0.0.1]) by ghost.pnet.one.pl (8.12.10/8.12.10) with ESMTP id i8RKgdMu081301 for ; Mon, 27 Sep 2004 22:42:39 +0200 (CEST) (envelope-from wisnia-san@tlen.pl) Message-Id: <1096317759.0@ghost.pnet.one.pl> Date: Mon, 27 Sep 2004 22:42:39 +0200 From: "Marcin WiÅnicki" To: "FreeBSD gnats submit" X-Send-Pr-Version: gtk-send-pr 0.3.3 Subject: ports/72136: [patch] ruby-rbbr needs ruby-gettext 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, 27 Sep 2004 20:50:22 -0000 >Number: 72136 >Category: ports >Synopsis: [patch] ruby-rbbr needs ruby-gettext >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 Sep 27 20:50:21 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Marcin WiÅ›nicki >Release: FreeBSD 5.2.1-RELEASE-p9 i386 >Organization: >Environment: System: FreeBSD 5.2.1-RELEASE-p9 #1: Mon Aug 30 22:25:39 CEST 2004 root@ghost.pnet.one.pl:/usr/obj/usr/src/sys/GHOST >Description: devel/ruby-gettext should be a runtime dependency of devel/ruby-rbbr >How-To-Repeat: % cd /usr/ports/devel/ruby-rbbr % make install clean % rbbr /usr/local/lib/ruby/site_ruby/1.8/rbbr/ui/gtk/stockbrowser.rb:16:in `require': No such file to load -- gettext (LoadError) from /usr/local/lib/ruby/site_ruby/1.8/rbbr/ui/gtk/stockbrowser.rb:16 from /usr/local/lib/ruby/site_ruby/1.8/rbbr/ui/gtk.rb:39:in `require' from /usr/local/lib/ruby/site_ruby/1.8/rbbr/ui/gtk.rb:39 from /usr/local/lib/ruby/site_ruby/1.8/rbbr.rb:35:in `require' from /usr/local/lib/ruby/site_ruby/1.8/rbbr.rb:35 from /usr/local/bin/rbbr:20:in `require' from /usr/local/bin/rbbr:20 >Fix: --- ruby-rbbr.diff begins here --- --- devel/ruby-rbbr/Makefile.orig Mon Sep 27 22:05:26 2004 +++ devel/ruby-rbbr/Makefile Mon Sep 27 22:07:19 2004 @@ -20,6 +20,7 @@ RUN_DEPENDS= ${RUBY_SITEARCHLIBDIR}/gtk2.so:${PORTSDIR}/x11-toolkits/ruby-gtk2 \ ${RUBY_SITEARCHLIBDIR}/gdk_pixbuf2.so:${PORTSDIR}/graphics/ruby-gdk_pixbuf2 \ + ${RUBY_SITEARCHLIBDIR}/gettext/_locale.so:${PORTSDIR}/devel/ruby-gettext \ ${RUBY_ARCHLIBDIR}/gdbm.so:${PORTSDIR}/databases/ruby-gdbm \ ri:${PORTSDIR}/lang/ruby-ri --- ruby-rbbr.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Sep 27 22:10: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 D638C16A4E3 for ; Mon, 27 Sep 2004 22:10:44 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id DD0FD43D58 for ; Mon, 27 Sep 2004 22:10:36 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i8RMAaqK004194 for ; Mon, 27 Sep 2004 22:10:36 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i8RMAaSW004193; Mon, 27 Sep 2004 22:10:36 GMT (envelope-from gnats) Resent-Date: Mon, 27 Sep 2004 22:10:36 GMT Resent-Message-Id: <200409272210.i8RMAaSW004193@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, Michel Lavondes Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D1BC616A4CE for ; Mon, 27 Sep 2004 22:09:23 +0000 (GMT) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id C571043D39 for ; Mon, 27 Sep 2004 22:09:23 +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 i8RM9L5Q088111 for ; Mon, 27 Sep 2004 22:09:21 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.12.11/8.12.11/Submit) id i8RM9LWK088110; Mon, 27 Sep 2004 22:09:21 GMT (envelope-from nobody) Message-Id: <200409272209.i8RM9LWK088110@www.freebsd.org> Date: Mon, 27 Sep 2004 22:09:21 GMT From: Michel Lavondes To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-2.3 Subject: ports/72137: make clean crashes in x11/nvidia-driver too. 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, 27 Sep 2004 22:10:45 -0000 >Number: 72137 >Category: ports >Synopsis: make clean crashes in x11/nvidia-driver too. >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 Sep 27 22:10:36 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Michel Lavondes >Release: 4.8-RELEASE-p25 >Organization: Ecdysiasts United for Overdressing >Environment: >Description: # cd /usr/ports/x11/nvidia-driver; make clean "Makefile", line 44: warning: String comparison operator should be either == or != "Makefile", line 44: Malformed conditional (${OSVERSION} < 490000 || (${OSVERSION} >= 500000 && ${OSVERSION} < 502001)) "Makefile", line 44: Missing dependency operator "Makefile", line 46: if-less endif "Makefile", line 46: Need an operator make: fatal errors encountered -- cannot continue Note: this is a near-duplicate of ports/72118, http://www.freebsd.org/cgi/query-pr.cgi?pr=72118 >How-To-Repeat: See above "Full Description" >Fix: Change line 44 of Makefile from: .if ${OSVERSION} < 490000 || (${OSVERSION} >= 500000 && ${OSVERSION} < 502001) to .if ${OSVERSION} < 490000 || ${OSVERSION} >= 500000 && ${OSVERSION} < 502001 Note: make(1) states that && has higher precedence than ||, so the () shouldn't be necessary. Just to be on the safe side (I don't have the resources to test on other FreeBSD versions), I checked my fix with: # make -V OSVERSION 480000 # make -V IGNORE "supports FreeBSD -STABLE (4.9 or later), or FreeBSD -CURRENT (5.2.1 or later)" # make -V IGNORE OSVERSION=489999 "supports FreeBSD -STABLE (4.9 or later), or FreeBSD -CURRENT (5.2.1 or later)" # make -V IGNORE OSVERSION=490000 # make -V IGNORE OSVERSION=499999 # make -V IGNORE OSVERSION=500000 "supports FreeBSD -STABLE (4.9 or later), or FreeBSD -CURRENT (5.2.1 or later)" # make -V IGNORE OSVERSION=502000 "supports FreeBSD -STABLE (4.9 or later), or FreeBSD -CURRENT (5.2.1 or later)" # I hope I didn't overlook anything. >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Sep 28 03:21: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 4C8EE16A4CE; Tue, 28 Sep 2004 03:21:30 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2BD0A43D48; Tue, 28 Sep 2004 03:21:30 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (linimon@localhost [127.0.0.1]) i8S3LUEI044277; Tue, 28 Sep 2004 03:21:30 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i8S3LUbS044273; Tue, 28 Sep 2004 03:21:30 GMT (envelope-from linimon) Date: Tue, 28 Sep 2004 03:21:30 GMT From: Mark Linimon Message-Id: <200409280321.i8S3LUbS044273@freefall.freebsd.org> To: linimon@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, danfe@FreeBSD.org Subject: Re: ports/72137: make clean crashes in x11/nvidia-driver 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, 28 Sep 2004 03:21:30 -0000 Synopsis: make clean crashes in x11/nvidia-driver Responsible-Changed-From-To: freebsd-ports-bugs->danfe Responsible-Changed-By: linimon Responsible-Changed-When: Tue Sep 28 03:20:32 GMT 2004 Responsible-Changed-Why: Over to maintainer. I sure will be glad when everyone has that newer make(1) ... http://www.freebsd.org/cgi/query-pr.cgi?pr=72137 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Sep 28 03:23: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 6661816A4D0; Tue, 28 Sep 2004 03:23:02 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 022C543D1D; Tue, 28 Sep 2004 03:23:02 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (linimon@localhost [127.0.0.1]) i8S3N1eC044354; Tue, 28 Sep 2004 03:23:01 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i8S3N1GA044350; Tue, 28 Sep 2004 03:23:01 GMT (envelope-from linimon) Date: Tue, 28 Sep 2004 03:23:01 GMT From: Mark Linimon Message-Id: <200409280323.i8S3N1GA044350@freefall.freebsd.org> To: linimon@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, knu@FreeBSD.org Subject: Re: ports/72136: [patch] devel/ruby-rbbr needs ruby-gettext 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, 28 Sep 2004 03:23:02 -0000 Synopsis: [patch] devel/ruby-rbbr needs ruby-gettext Responsible-Changed-From-To: freebsd-ports-bugs->knu Responsible-Changed-By: linimon Responsible-Changed-When: Tue Sep 28 03:22:51 GMT 2004 Responsible-Changed-Why: Over to maintainer. http://www.freebsd.org/cgi/query-pr.cgi?pr=72136 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Sep 28 03:26: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 018B116A4CE; Tue, 28 Sep 2004 03:26:23 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D1B1943D48; Tue, 28 Sep 2004 03:26:22 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (linimon@localhost [127.0.0.1]) i8S3QMmf044444; Tue, 28 Sep 2004 03:26:22 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i8S3QMZO044440; Tue, 28 Sep 2004 03:26:22 GMT (envelope-from linimon) Date: Tue, 28 Sep 2004 03:26:22 GMT From: Mark Linimon Message-Id: <200409280326.i8S3QMZO044440@freefall.freebsd.org> To: linimon@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, green@FreeBSD.org Subject: Re: ports/72120: Update port: databases/sqlite3 to version 3.0.7 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, 28 Sep 2004 03:26:23 -0000 Synopsis: Update port: databases/sqlite3 to version 3.0.7 Responsible-Changed-From-To: freebsd-ports-bugs->green Responsible-Changed-By: linimon Responsible-Changed-When: Tue Sep 28 03:26:04 GMT 2004 Responsible-Changed-Why: Over to maintainer. http://www.freebsd.org/cgi/query-pr.cgi?pr=72120 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Sep 28 03:26: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 2D6D416A4CE; Tue, 28 Sep 2004 03:26:51 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0F38A43D3F; Tue, 28 Sep 2004 03:26:51 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (linimon@localhost [127.0.0.1]) i8S3Qo08044494; Tue, 28 Sep 2004 03:26:50 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i8S3Qogv044490; Tue, 28 Sep 2004 03:26:50 GMT (envelope-from linimon) Date: Tue, 28 Sep 2004 03:26:50 GMT From: Mark Linimon Message-Id: <200409280326.i8S3Qogv044490@freefall.freebsd.org> To: linimon@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, mharo@FreeBSD.org Subject: Re: ports/72122: sudo 1.6.8p1 with pam-krb5 authentication causes segmentation fault 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, 28 Sep 2004 03:26:51 -0000 Synopsis: sudo 1.6.8p1 with pam-krb5 authentication causes segmentation fault Responsible-Changed-From-To: freebsd-ports-bugs->mharo Responsible-Changed-By: linimon Responsible-Changed-When: Tue Sep 28 03:26:38 GMT 2004 Responsible-Changed-Why: Over to maintainer. http://www.freebsd.org/cgi/query-pr.cgi?pr=72122 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Sep 28 03:27: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 4E8E216A4CE; Tue, 28 Sep 2004 03:27:17 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2D3E543D4C; Tue, 28 Sep 2004 03:27:17 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (linimon@localhost [127.0.0.1]) i8S3RHQH044543; Tue, 28 Sep 2004 03:27:17 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i8S3RH0q044539; Tue, 28 Sep 2004 03:27:17 GMT (envelope-from linimon) Date: Tue, 28 Sep 2004 03:27:17 GMT From: Mark Linimon Message-Id: <200409280327.i8S3RH0q044539@freefall.freebsd.org> To: linimon@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, gnome@FreeBSD.org Subject: Re: ports/72132: Mozilla crashes with X error on www.thepcbshop.com 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, 28 Sep 2004 03:27:17 -0000 Synopsis: Mozilla crashes with X error on www.thepcbshop.com Responsible-Changed-From-To: freebsd-ports-bugs->gnome Responsible-Changed-By: linimon Responsible-Changed-When: Tue Sep 28 03:27:06 GMT 2004 Responsible-Changed-Why: Over to maintainer(s). http://www.freebsd.org/cgi/query-pr.cgi?pr=72132 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Sep 28 03:30: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 266CD16A4CF for ; Tue, 28 Sep 2004 03:30:37 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0200843D3F for ; Tue, 28 Sep 2004 03:30:37 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i8S3UapJ044708 for ; Tue, 28 Sep 2004 03:30:36 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i8S3UapC044704; Tue, 28 Sep 2004 03:30:36 GMT (envelope-from gnats) Resent-Date: Tue, 28 Sep 2004 03:30:36 GMT Resent-Message-Id: <200409280330.i8S3UapC044704@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 CC66B16A4CE for ; Tue, 28 Sep 2004 03:23:07 +0000 (GMT) Received: from imf20aec.mail.bellsouth.net (imf20aec.mail.bellsouth.net [205.152.59.68]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2D73943D2F for ; Tue, 28 Sep 2004 03:23:07 +0000 (GMT) (envelope-from ahze@blueheron.ahze.net) Received: from blueheron.ahze.net ([68.209.163.3]) by imf20aec.mail.bellsouth.netESMTP <20040928032306.SJT1719.imf20aec.mail.bellsouth.net@blueheron.ahze.net> for ; Mon, 27 Sep 2004 23:23:06 -0400 Received: (from root@localhost) by blueheron.ahze.net (8.13.1/8.13.1/Submit) id i8S3N5Vb075272; Mon, 27 Sep 2004 23:23:05 -0400 (EDT) (envelope-from ahze) Message-Id: <200409280323.i8S3N5Vb075272@blueheron.ahze.net> Date: Mon, 27 Sep 2004 23:23:05 -0400 (EDT) From: Michael Johnson To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/72140: [PATCH] audio/cuetools: update 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: Tue, 28 Sep 2004 03:30:37 -0000 >Number: 72140 >Category: ports >Synopsis: [PATCH] audio/cuetools: update to 1.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: Tue Sep 28 03:30:36 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Michael Johnson >Release: FreeBSD 5.3-BETA3 i386 >Organization: >Environment: System: FreeBSD blueheron.ahze.net 5.3-BETA3 FreeBSD 5.3-BETA3 #66: Tue Sep 7 12:56:04 EDT >Description: - Update to 1.1 Generated with FreeBSD Port Tools 0.63 >How-To-Repeat: >Fix: --- cuetools-1.1.patch begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/audio/cuetools/Makefile,v retrieving revision 1.5 diff -u -r1.5 Makefile --- Makefile 3 Sep 2004 07:57:27 -0000 1.5 +++ Makefile 28 Sep 2004 03:22:21 -0000 @@ -6,7 +6,7 @@ # PORTNAME= cuetools -PORTVERSION= 1.0 +PORTVERSION= 1.1 CATEGORIES= audio MASTER_SITES= http://download.berlios.de/cuetools/ @@ -20,13 +20,14 @@ INSTALL_DATA="${INSTALL_DATA}" MAN1= cuebreakpoints.1 cueconvert.1 cueprint.1 -PORTDOCS= README +PORTDOCS= README formats.txt PLIST_FILES= bin/cuebreakpoints bin/cueconvert bin/cueprint post-install: .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/docs/formats.txt ${DOCSDIR} .endif .include Index: distinfo =================================================================== RCS file: /home/ncvs/ports/audio/cuetools/distinfo,v retrieving revision 1.5 diff -u -r1.5 distinfo --- distinfo 3 Sep 2004 07:57:27 -0000 1.5 +++ distinfo 28 Sep 2004 03:19:57 -0000 @@ -1,2 +1,2 @@ -MD5 (cuetools-1.0.tar.gz) = 11fa0d50858b0f6f9c190b9832e9c62d -SIZE (cuetools-1.0.tar.gz) = 21400 +MD5 (cuetools-1.1.tar.gz) = 00b16ac97e26a6cd682dd6644ec4aada +SIZE (cuetools-1.1.tar.gz) = 26044 --- cuetools-1.1.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Sep 28 08:20: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 E556416A4D5 for ; Tue, 28 Sep 2004 08:20:32 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5704143D1D for ; Tue, 28 Sep 2004 08:20:30 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i8S8KUkE003101 for ; Tue, 28 Sep 2004 08: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 i8S8KU0L003100; Tue, 28 Sep 2004 08:20:30 GMT (envelope-from gnats) Resent-Date: Tue, 28 Sep 2004 08:20:30 GMT Resent-Message-Id: <200409280820.i8S8KU0L003100@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, Jean-Baptiste Quenot Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4AAC716A4CE for ; Tue, 28 Sep 2004 08:20:03 +0000 (GMT) Received: from oxyd.caraldi.com (caraldi.com [195.137.249.52]) by mx1.FreeBSD.org (Postfix) with ESMTP id B349D43D31 for ; Tue, 28 Sep 2004 08:20:02 +0000 (GMT) (envelope-from jbq@anyware-tech.com) Received: from vision.anyware (unknown [84.96.21.10]) by oxyd.caraldi.com (Postfix) with ESMTP id 4D3D72294 for ; Tue, 28 Sep 2004 10:20:01 +0200 (CEST) Received: by vision.anyware (Postfix, from userid 615) id 2A322637C; Tue, 28 Sep 2004 10:20:01 +0200 (CEST) Message-Id: <20040928082001.2A322637C@vision.anyware> Date: Tue, 28 Sep 2004 10:20:01 +0200 (CEST) From: Jean-Baptiste Quenot To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/72141: Maintainer update: efax-gtk 2.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: Tue, 28 Sep 2004 08:20:33 -0000 >Number: 72141 >Category: ports >Synopsis: Maintainer update: efax-gtk 2.2.11 >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: Tue Sep 28 08:20:29 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Jean-Baptiste Quenot >Release: FreeBSD 5.2-CURRENT i386 >Organization: >Environment: System: FreeBSD vision.anyware 5.2-CURRENT FreeBSD 5.2-CURRENT #0: Fri Mar 26 17:43:44 CET 2004 jbq@anyware12.anyware:/usr/obj/usr/src/sys/ANYWARE12 i386 >Description: Supersedes ports/71419. This is an update of comms/efax-gtk to 2.2.11. Thanks in advance for applying the following patch againt the FreeBSD ports collection. >How-To-Repeat: >Fix: diff -ru /usr/ports/comms/efax-gtk/Makefile efax-gtk/Makefile --- /usr/ports/comms/efax-gtk/Makefile Fri Sep 3 00:02:46 2004 +++ efax-gtk/Makefile Mon Sep 27 10:37:02 2004 @@ -2,30 +2,28 @@ # Whom: Jean-Baptiste Quenot # Date Created: 2004-02-29 10:33:43 # -# ex:ts=20:sw=20 -# # $FreeBSD: ports/comms/efax-gtk/Makefile,v 1.5 2004/09/02 13:11:21 arved Exp $ # -PORTNAME= efax-gtk -PORTVERSION= 2.2.9a -CATEGORIES= comms -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= ${PORTNAME} -EXTRACT_SUFX= .src.tgz +PORTNAME = efax-gtk +PORTVERSION = 2.2.11 +CATEGORIES = comms +MASTER_SITES = ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR = ${PORTNAME} +EXTRACT_SUFX = .src.tgz -MAINTAINER= jb.quenot@caraldi.com -COMMENT= GUI front end for the efax fax program +MAINTAINER = jb.quenot@caraldi.com +COMMENT = GUI front end for the efax fax program -LIB_DEPENDS= sigc-1.2.5:${PORTSDIR}/devel/libsigc++12 -LIB_DEPENDS+= gtkmm-2.0.6:${PORTSDIR}/x11-toolkits/gtk--2 -RUN_DEPENDS= ${X11BASE}/bin/ggv:${PORTSDIR}/print/ggv2 -RUN_DEPENDS+= ${LOCALBASE}/bin/gs:${PORTSDIR}/print/ghostscript-gnu +LIB_DEPENDS = sigc-1.2.5:${PORTSDIR}/devel/libsigc++12 +LIB_DEPENDS += gtkmm-2.0.6:${PORTSDIR}/x11-toolkits/gtk--2 +RUN_DEPENDS = ${X11BASE}/bin/ggv:${PORTSDIR}/print/ggv2 +RUN_DEPENDS += ${LOCALBASE}/bin/gs:${PORTSDIR}/print/ghostscript-gnu -USE_X_PREFIX= YES -GNU_CONFIGURE= YES -CONFIGURE_ARGS= --datadir=${PREFIX}/share/gnome -MAN1= efax.1 efix.1 efax-gtk.1 +USE_X_PREFIX = YES +GNU_CONFIGURE = YES +CONFIGURE_ARGS = --datadir=${PREFIX}/share/gnome +MAN1 = efax.1 efix.1 efax-gtk.1 .include diff -ru /usr/ports/comms/efax-gtk/distinfo efax-gtk/distinfo --- /usr/ports/comms/efax-gtk/distinfo Fri Sep 3 00:02:46 2004 +++ efax-gtk/distinfo Mon Sep 27 10:37:02 2004 @@ -1,2 +1,2 @@ -MD5 (efax-gtk-2.2.9a.src.tgz) = a4fe0056203f40b45d64a5dc5231ffa9 -SIZE (efax-gtk-2.2.9a.src.tgz) = 605084 +MD5 (efax-gtk-2.2.11.src.tgz) = 8ce75f1653f02809fffc4b89881c66c6 +SIZE (efax-gtk-2.2.11.src.tgz) = 649089 >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Sep 28 09: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 997AD16A4DC for ; Tue, 28 Sep 2004 09:30:23 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9EEDA43D1D for ; Tue, 28 Sep 2004 09:30:23 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i8S9UGcI012968 for ; Tue, 28 Sep 2004 09: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 i8S9UGk4012967; Tue, 28 Sep 2004 09:30:16 GMT (envelope-from gnats) Date: Tue, 28 Sep 2004 09:30:16 GMT Message-Id: <200409280930.i8S9UGk4012967@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: =?iso-8859-2?Q?=A9imun_Mikecin?= Subject: Re: ports/72055: New port: lang/see Simple ECMAScript Engine X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: =?iso-8859-2?Q?=A9imun_Mikecin?= List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Sep 2004 09:30:26 -0000 The following reply was made to PR ports/72055; it has been noted by GNATS. From: =?iso-8859-2?Q?=A9imun_Mikecin?= To: , =?iso-8859-2?Q?=A9imun_Mikecin?= Cc: Subject: Re: ports/72055: New port: lang/see Simple ECMAScript Engine Date: Tue, 28 Sep 2004 11:22:12 +0200 This patch solves linking errors for programs that use SEE. files/patch-mem.h follows: --- include/see/mem.h.orig Tue Mar 30 15:02:46 2004 +++ include/see/mem.h Tue Sep 28 11:13:57 2004 @@ -15,8 +15,8 @@ #define SEE_NEW(i, t) (t *)SEE_malloc(i, sizeof (t)) #define SEE_NEW_ARRAY(i, t, n) (t *)SEE_malloc(i, (n) * sizeof (t)) -void *(*SEE_mem_malloc_hook)(struct SEE_interpreter *i, unsigned int sz); -void (*SEE_mem_free_hook)(struct SEE_interpreter *i, void *ptr); -void (*SEE_mem_exhausted_hook)(struct SEE_interpreter *i) SEE_dead; +extern void *(*SEE_mem_malloc_hook)(struct SEE_interpreter *i, unsigned int sz); +extern void (*SEE_mem_free_hook)(struct SEE_interpreter *i, void *ptr); +extern void (*SEE_mem_exhausted_hook)(struct SEE_interpreter *i) SEE_dead; #endif /* _SEE_h_mem_ */ From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Sep 28 09:50: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 A879216A4D1 for ; Tue, 28 Sep 2004 09:50:25 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7ED3E43D5D for ; Tue, 28 Sep 2004 09:50:25 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i8S9oPoS013363 for ; Tue, 28 Sep 2004 09:50:25 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i8S9oPx8013362; Tue, 28 Sep 2004 09:50:25 GMT (envelope-from gnats) Resent-Date: Tue, 28 Sep 2004 09:50:25 GMT Resent-Message-Id: <200409280950.i8S9oPx8013362@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, KUNISHIMA Takeo Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8978E16A4CE for ; Tue, 28 Sep 2004 09:44:24 +0000 (GMT) Received: from wshield5.oka-pu.ac.jp (com-server1.c.oka-pu.ac.jp [163.225.215.253]) by mx1.FreeBSD.org (Postfix) with ESMTP id BDE4543D39 for ; Tue, 28 Sep 2004 09:44:22 +0000 (GMT) (envelope-from kunishi@alto.chorusroom.org) Received: from com-server1.c.oka-pu.ac.jp(163.225.215.253) by wshield5.oka-pu.ac.jp via csmap id 322a4f1c_117e_11d9_81a1_0030482a39a6_1530; Tue, 28 Sep 2004 18:42:50 +0000 (UTC) Received: from alto.chorusroom.org (alto.chorusroom.org [163.225.223.4]) by com-server1.c.oka-pu.ac.jp (Postfix) with SMTP id 52D0342A54 for ; Tue, 28 Sep 2004 18:44:19 +0900 (JST) Received: (qmail 95677 invoked by uid 1001); 28 Sep 2004 09:44:19 -0000 Message-Id: <20040928094419.95676.qmail@alto.chorusroom.org> Date: 28 Sep 2004 09:44:19 -0000 From: KUNISHIMA Takeo To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/72142: Drop maintainership X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: KUNISHIMA Takeo List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Sep 2004 09:50:25 -0000 >Number: 72142 >Category: ports >Synopsis: Drop maintainership >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 Sep 28 09:50:25 GMT 2004 >Closed-Date: >Last-Modified: >Originator: KUNISHIMA Takeo >Release: FreeBSD 4.10-STABLE i386 >Organization: >Environment: System: FreeBSD chorusroom2.c.oka-pu.ac.jp 4.10-STABLE FreeBSD 4.10-STABLE #8: Mon May 31 17:36:08 JST 2004 root@chorusroom2.c.oka-pu.ac.jp:/usr/obj/usr/src/sys/GENERIC_MYSRV i386 >Description: Drop maintanership of the following ports that I have maitained: textproc/smartdoc textproc/smartdoc-devel As I moved my main environment into MacOS X, I have little time and resource to maitain these ports. >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Sep 28 11: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 AA54016A4CF for ; Tue, 28 Sep 2004 11:00:46 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 74DE043D5D for ; Tue, 28 Sep 2004 11:00:46 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i8SB0k0O022003 for ; Tue, 28 Sep 2004 11: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 i8SB0kAR022000; Tue, 28 Sep 2004 11:00:46 GMT (envelope-from gnats) Resent-Date: Tue, 28 Sep 2004 11:00:46 GMT Resent-Message-Id: <200409281100.i8SB0kAR022000@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, Matthew Seaman Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 984E216A4CE for ; Tue, 28 Sep 2004 10:50:36 +0000 (GMT) Received: from smtp.infracaninophile.co.uk (smtp.infracaninophile.co.uk [81.2.69.218]) by mx1.FreeBSD.org (Postfix) with ESMTP id 26B6443D45 for ; Tue, 28 Sep 2004 10:50:35 +0000 (GMT) (envelope-from m.seaman@infracaninophile.co.uk) Received: from happy-idiot-talk.infracaninophile.co.uk (localhost [IPv6:::1] (may be forged))i8SAoSA2001184 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Tue, 28 Sep 2004 11:50:28 +0100 (BST) (envelope-from matthew@happy-idiot-talk.infracaninophile.co.uk) Received: (from matthew@localhost)i8SAoSl8001183; Tue, 28 Sep 2004 11:50:28 +0100 (BST) (envelope-from matthew) Message-Id: <200409281050.i8SAoSl8001183@happy-idiot-talk.infracaninophile.co.uk> Date: Tue, 28 Sep 2004 11:50:28 +0100 (BST) From: Matthew Seaman To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/72143: [ Maintainer Update ] databases/phpmyadmin to 2.6.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Matthew Seaman List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Sep 2004 11:00:46 -0000 >Number: 72143 >Category: ports >Synopsis: [ Maintainer Update ] databases/phpmyadmin to 2.6.0 >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: Tue Sep 28 11:00:45 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Matthew Seaman >Release: FreeBSD 4.10-STABLE i386 >Organization: Infracaninophile >Environment: System: FreeBSD happy-idiot-talk.infracaninophile.co.uk 4.10-STABLE FreeBSD 4.10-STABLE #83: Tue Sep 21 12:22:54 BST 2004 root@happy-idiot-talk.infracaninophile.co.uk:/usr/obj/usr/src/sys/HAPPY-IDIOT-TALK i386 >Description: This PR subsumes the changes in ports/71100 -- please close. - Update to phpMyAdmin 2.6.0 Announcement and release notes my be found at http://sourceforge.net/mailarchive/forum.php?thread_id=5655333&forum_id=2139 "The phpMyAdmin Project is proud to announce the immediate availability of phpMyAdmin 2.6.0. Supporting the new improved MySQL extension of PHP5 (MySQLi), phpMyAdmin has made a giant step towards the new PHP version and the upcoming MySQL versions. phpMyAdmin has acquired a new CSS-based theme system. Two themes are included, and can be chosen from the main menu. Documentation is included (see FAQ 2.7) to create your own themes. phpMyAdmin is a web administration tool for MySQL databases, intended to handle a whole database server as well as a single database. Over the years, it has become the most popular GUI for MySQL and is downloaded about 6,000 times a day, according to SourceForge.net." - Add OPTIONS support (From 71100) phpMyAdmin is more functional with BZ2, GD, OPENSSL, PDF and ZLIB support, but it will work fine without. This change permits port users to install a stripped down version of phpMyAdmin. - Add MySQLi support Users of PHP5 and MySQL 4.1 may choose to use the new php5-mysqli MySQL extension instead of the standard php5-mysql. Nb. needs to be enabled by editing config.inc.php as well as installing the extension. >How-To-Repeat: >Fix: --- phpmyadmin.diff begins here --- diff -Nur /usr/ports/databases/phpmyadmin/Makefile phpmyadmin/Makefile --- /usr/ports/databases/phpmyadmin/Makefile Sat Jul 24 19:39:51 2004 +++ phpmyadmin/Makefile Tue Sep 28 09:37:43 2004 @@ -6,21 +6,22 @@ # PORTNAME= phpMyAdmin -PORTVERSION= 2.5.7.1 -PORTREVISION= 1 +PORTVERSION= 2.6.0 CATEGORIES= databases www MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= phpmyadmin -DISTNAME= ${PORTNAME}-${PORTVERSION:C/\.(.)$/-pl\1/} MAINTAINER= m.seaman@infracaninophile.co.uk -COMMENT= A set of PHP-scripts to administer MySQL over the web +COMMENT= A set of PHP-scripts to manage MySQL over the web USE_BZIP2= yes NO_BUILD= yes -USE_PHP= bz2 gd mysql openssl pcre pdf zlib +USE_PHP= mysql pcre -.if defined(WITH_SUPHP) +# Unfortunately can't make WITH_SUPHP part of the OPTIONS selection, +# since it has to be processed before just about anything else. + +.if defined(WITH_SUPHP) && !defined(WITHOUT_SUPHP) PKGNAMESUFFIX= -suphp RUN_DEPENDS+= ${LOCALBASE}/sbin/suphp:${PORTSDIR}/www/suphp @@ -43,6 +44,30 @@ .endif +# Copy the way lang/php{4,5}-extensions deals with its OPTIONS -- avoids +# problems with include of bsd.port.pre.mk + +OPTIONS= BZ2 "bzip2 library support" on \ + GD "GD library support" on \ + MYSQLI "Improved MySQL support (PHP5, MySQL 4.1 only)" off \ + OPENSSL "OpenSSL support" on \ + PDF "PDFlib support (implies GD)" on \ + ZLIB "ZLIB support" on + +PORT_DBDIR?= /var/db/ports +LATEST_LINK= ${PORTNAME}${PKGNAMESUFFIX} +OPTIONSFILE?= ${PORT_DBDIR}/${LATEST_LINK}/options + +.if exists(${OPTIONSFILE}) +.include "${OPTIONSFILE}" +.endif + +.for opt in BZ2 GD MYSQLI OPENSSL PDF ZLIB +. if !defined(WITHOUT_${opt}) || defined(WITH_${opt}) +USE_PHP+= ${opt:L} +. endif +.endfor + MSG_SKEL= ${PKGDIR}/pkg-message PKGMESSAGE= ${WRKDIR}/pkg-message @@ -56,9 +81,12 @@ .SILENT: +do-build: + @${DO_NADA} + pre-everything:: ${ECHO_MSG} "" - ${ECHO_MSG} "You may use the following build options:" + ${ECHO_MSG} "You may use the following additional build option:" ${ECHO_MSG} "" ${ECHO_MSG} " WITH_SUPHP=yes Install appropriately for use with" ${ECHO_MSG} " the www/suphp port [default: no]" diff -Nur /usr/ports/databases/phpmyadmin/distinfo phpmyadmin/distinfo --- /usr/ports/databases/phpmyadmin/distinfo Fri Jul 2 00:51:09 2004 +++ phpmyadmin/distinfo Tue Sep 28 09:31:20 2004 @@ -1,2 +1,2 @@ -MD5 (phpMyAdmin-2.5.7-pl1.tar.bz2) = 93b7c7f3dfcfd6df9c2ea26f31a51772 -SIZE (phpMyAdmin-2.5.7-pl1.tar.bz2) = 1123591 +MD5 (phpMyAdmin-2.6.0.tar.bz2) = 7d8dc68a88aca0c5f36c5d8996bb563f +SIZE (phpMyAdmin-2.6.0.tar.bz2) = 1277016 diff -Nur /usr/ports/databases/phpmyadmin/pkg-descr phpmyadmin/pkg-descr --- /usr/ports/databases/phpmyadmin/pkg-descr Fri Jul 4 12:59:29 2003 +++ phpmyadmin/pkg-descr Tue Sep 28 09:28:21 2004 @@ -1,15 +1,24 @@ -phpMyAdmin is intended to handle the adminstration of MySQL over the web. +phpMyAdmin is intended to handle the administration of MySQL over the +Web. It can manage a whole MySQL server as well as a single database. + Currently it can: - - create and drop databases - - create, copy, drop and alter tables - - delete, edit and add fields - - execute any SQL-statement, even batch-queries - - manage keys on fields - - load text files into tables - - create and read dumps of tables - - export and import CSV data - - administer multiple servers and single databases - - communicate in more than 38 different languages + - create and drop databases + - create, copy, drop, rename and alter tables + - do table maintenance + - delete, edit and add fields + - execute any SQL-statement, even batch-queries + - manage keys on fields + - load text files into tables + - create and read dumps of tables + - export data to CSV, XML and Latex formats + - administer multiple servers + - manage MySQL users and privileges + - check referential integrity + - using Query-by-example (QBE), create complex queries automatically + connecting required tables + - create PDF graphics of your Database layout + - search globally in a database or a subset of it + - communicate in 47 different languages WWW: http://www.phpmyadmin.net/ --- phpmyadmin.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Sep 28 13: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 9058516A4CE for ; Tue, 28 Sep 2004 13:20:21 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 753AE43D45 for ; Tue, 28 Sep 2004 13:20:21 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i8SDKL7r040779 for ; Tue, 28 Sep 2004 13: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 i8SDKLWH040778; Tue, 28 Sep 2004 13:20:21 GMT (envelope-from gnats) Resent-Date: Tue, 28 Sep 2004 13:20:21 GMT Resent-Message-Id: <200409281320.i8SDKLWH040778@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, Jim Salter Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5085116A4CE for ; Tue, 28 Sep 2004 13:19:41 +0000 (GMT) Received: from ph34r.tehinterweb.net (cae168-196-176.sc.rr.com [24.168.196.176]) by mx1.FreeBSD.org (Postfix) with SMTP id BB27F43D45 for ; Tue, 28 Sep 2004 13:19:40 +0000 (GMT) (envelope-from jimbo@ph34r.tehinterweb.net) Received: (qmail 94353 invoked from network); 28 Sep 2004 13:19:40 -0000 Received: from unknown (HELO ph34r.tehinterweb.net) (127.0.0.1) by localhost.tehinterweb.net with SMTP; 28 Sep 2004 13:19:40 -0000 Received: (from root@localhost) by ph34r.tehinterweb.net (8.12.10/8.12.10/Submit) id i8SDJXxt094351; Tue, 28 Sep 2004 09:19:33 -0400 (EDT) (envelope-from jimbo) Message-Id: <200409281319.i8SDJXxt094351@ph34r.tehinterweb.net> Date: Tue, 28 Sep 2004 09:19:33 -0400 (EDT) From: Jim Salter To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/72144: patch to http_get adds forced host addressing X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Jim Salter List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Sep 2004 13:20:21 -0000 >Number: 72144 >Category: ports >Synopsis: patch to http_get adds forced host addressing >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: Tue Sep 28 13:20:21 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Jimbo >Release: FreeBSD 5.2.1-RELEASE amd64 >Organization: >Environment: System: FreeBSD ph34r.tehinterweb.net 5.2.1-RELEASE FreeBSD 5.2.1-RELEASE #1: Sun Aug 22 15:52:16 EDT 2004 jimbo@ph34r.tehinterweb.net:/usr/obj/usr/src/sys/GENERIC amd64 >Description: the port http_get did not have provisions for testing specific servers in a multi-homed webfarm using virtual domains. The enclosed path adds such an option, in which you can use the argument [-h some.particular.ip.address] to force the HTTP request to be made of a particular machine regardless of what your DNS resolves the URL you are requesting to. >How-To-Repeat: use http_get >Fix: apply this patch to http_get.c 5,7c5 < ** ifdefs to handle https via OpenSSL. -h argument for debugging multihomed < ** URLs added by Jim Salter. < ** --- > ** ifdefs to handle https via OpenSSL. 40d37 < static char* force_host; 78,79d74 < force_host = (char*) "[NONE]"; < 89,93d83 < else if ( strcmp( argv[argn], "-h" ) == 0 && argn + 1 < argc ) < { < ++argn; < force_host = argv[argn]; < } 140c130 < (void) fprintf( stderr, "usage: %s [-t timeout] [-h force host address] [-r referer] [-u user-agent] [-a username:password] url\n", argv0 ); --- > (void) fprintf( stderr, "usage: %s [-t timeout] [-r referer] [-u user-agent] [-a username:password] url\n", argv0 ); 231,240c221 < < if ( force_host == "[NONE]" ) < { < sockfd = open_client_socket( host, port ); < } < else < { < sockfd = open_client_socket( force_host, port ); < } < --- > sockfd = open_client_socket( host, port ); >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Sep 28 13: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 582E916A4CE for ; Tue, 28 Sep 2004 13:50:23 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3BAB343D46 for ; Tue, 28 Sep 2004 13:50:23 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i8SDoNNt041439 for ; Tue, 28 Sep 2004 13: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 i8SDoNh1041438; Tue, 28 Sep 2004 13:50:23 GMT (envelope-from gnats) Resent-Date: Tue, 28 Sep 2004 13:50:23 GMT Resent-Message-Id: <200409281350.i8SDoNh1041438@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, UMENO Takashi Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 13D3A16A4CE for ; Tue, 28 Sep 2004 13:41:54 +0000 (GMT) Received: from belldandy.unnumbered.net (gateway.unnumbered.net [61.197.240.129]) by mx1.FreeBSD.org (Postfix) with ESMTP id 27BFA43D2D for ; Tue, 28 Sep 2004 13:41:51 +0000 (GMT) (envelope-from umeno@belldandy.unnumbered.net) Received: from belldandy.unnumbered.net (localhost.unnumbered.net [127.0.0.1]) i8SDfnHD021253 for ; Tue, 28 Sep 2004 22:41:49 +0900 (JST) (envelope-from umeno@belldandy.unnumbered.net) Received: (from umeno@localhost) by belldandy.unnumbered.net (8.13.1/8.13.1/Submit) id i8SDfnS6021252; Tue, 28 Sep 2004 22:41:49 +0900 (JST) (envelope-from umeno) Message-Id: <200409281341.i8SDfnS6021252@belldandy.unnumbered.net> Date: Tue, 28 Sep 2004 22:41:49 +0900 (JST) From: UMENO Takashi To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/72145: Maintainer Update: games/ninix-aya to 3.2 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: UMENO Takashi List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Sep 2004 13:50:23 -0000 >Number: 72145 >Category: ports >Synopsis: Maintainer Update: games/ninix-aya to 3.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: Tue Sep 28 13:50:22 GMT 2004 >Closed-Date: >Last-Modified: >Originator: UMENO Takashi >Release: FreeBSD 4.10-STABLE i386 >Organization: Individual >Environment: System: FreeBSD belldandy.unnumbered.net 4.10-STABLE FreeBSD 4.10-STABLE #0: Sat Sep 4 14:52:53 JST 2004 umeno@belldandy.unnumbered.net:/usr/obj/usr/src/sys/SAKUYA22 i386 >Description: Maintainer Update: games/ninix-aya to 3.2 >How-To-Repeat: N/A >Fix: diff -urN ninix-aya.orig/Makefile ninix-aya/Makefile --- ninix-aya.orig/Makefile Thu Aug 19 07:43:01 2004 +++ ninix-aya/Makefile Tue Sep 28 22:36:50 2004 @@ -6,11 +6,11 @@ # PORTNAME= ninix-aya -PORTVERSION= 3.0.2 +PORTVERSION= 3.2 PORTREVISION= 0 CATEGORIES= games MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_JP} -MASTER_SITE_SUBDIR= ninix-aya/10956 +MASTER_SITE_SUBDIR= ninix-aya/11604 DISTNAME= ninix-aya-${PORTVERSION} EXTRACT_SUFX= .tgz diff -urN ninix-aya.orig/distinfo ninix-aya/distinfo --- ninix-aya.orig/distinfo Thu Aug 19 07:43:01 2004 +++ ninix-aya/distinfo Tue Sep 28 22:15:58 2004 @@ -1,2 +1,2 @@ -MD5 (ninix-aya-3.0.2.tgz) = 02b496aa4f81cab5d226c5bd2c542ea6 -SIZE (ninix-aya-3.0.2.tgz) = 242591 +MD5 (ninix-aya-3.2.tgz) = d0cf2833d3c2b3b2e849b11f8a2bb637 +SIZE (ninix-aya-3.2.tgz) = 256649 diff -urN ninix-aya.orig/pkg-plist ninix-aya/pkg-plist --- ninix-aya.orig/pkg-plist Sun Jun 13 23:04:01 2004 +++ ninix-aya/pkg-plist Sat Jul 17 11:58:42 2004 @@ -45,9 +45,11 @@ libexec/ninix/ninix/home.py libexec/ninix/ninix/httplib.py libexec/ninix/ninix/keymap.py +libexec/ninix/ninix/kinoko.py libexec/ninix/ninix/main.py -libexec/ninix/ninix/menu.py libexec/ninix/ninix/makoto.py +libexec/ninix/ninix/menu.py +libexec/ninix/ninix/nekodorif.py libexec/ninix/ninix/netlib.py libexec/ninix/ninix/pix.py libexec/ninix/ninix/prefs.py @@ -66,9 +68,11 @@ libexec/ninix/ninix/home.pyc libexec/ninix/ninix/httplib.pyc libexec/ninix/ninix/keymap.pyc +libexec/ninix/ninix/kinoko.pyc libexec/ninix/ninix/main.pyc libexec/ninix/ninix/menu.pyc libexec/ninix/ninix/makoto.pyc +libexec/ninix/ninix/nekodorif.pyc libexec/ninix/ninix/netlib.pyc libexec/ninix/ninix/pix.pyc libexec/ninix/ninix/prefs.pyc >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Sep 28 14: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 6AF5316A4D1 for ; Tue, 28 Sep 2004 14:10:27 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4CD6743D5A for ; Tue, 28 Sep 2004 14:10:11 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i8SEAB9K047351 for ; Tue, 28 Sep 2004 14:10:11 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i8SEABBc047343; Tue, 28 Sep 2004 14:10:11 GMT (envelope-from gnats) Resent-Date: Tue, 28 Sep 2004 14:10:11 GMT Resent-Message-Id: <200409281410.i8SEABBc047343@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, dada@sbox.tugraz.at Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BE1F116A4CE for ; Tue, 28 Sep 2004 14:04:03 +0000 (GMT) Received: from mailrelay01.tugraz.at (mailrelay.tu-graz.ac.at [129.27.3.7]) by mx1.FreeBSD.org (Postfix) with ESMTP id B352E43D3F for ; Tue, 28 Sep 2004 14:04:02 +0000 (GMT) (envelope-from dada@sbox.tugraz.at) Received: from webmail.tugraz.at (webmail01.tu-graz.ac.at [129.27.3.143]) by mailrelay01.tugraz.at (8.13.1/8.13.1) with ESMTP id i8SE40ji023608 for ; Tue, 28 Sep 2004 16:04:00 +0200 (CEST) Received: from ARP406.kfunigraz.ac.at (ARP406.kfunigraz.ac.at ; Tue, 28 Sep 2004 16:04:00 +0200 Message-Id: <20040928160400.80ggg8go0oog8s8w@webmail.tugraz.at> Date: Tue, 28 Sep 2004 16:04:00 +0200 From: dada@sbox.tugraz.at To: FreeBSD problem reports Subject: ports/72146: [maintainer-update] Update port: sysutils/cvsweb-converters to 0.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, 28 Sep 2004 14:10:27 -0000 >Number: 72146 >Category: ports >Synopsis: [maintainer-update] Update port: sysutils/cvsweb-converters to 0.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: Tue Sep 28 14:10:10 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Martin Kammerhofer >Release: FreeBSD 4.10-STABLE i386 >Organization: Graz Uni >Environment: System: FreeBSD Martin.liebt.Susi 4.10-STABLE FreeBSD 4.10-STABLE #0: Tue Sep 7 17:23:38 CEST 2004 toor@Martin.liebt.Susi:/usr/src/sys/compile/GEIDORF4 i386 >Description: Update port sysutils/cvsweb-converters to release 0.3: Parse also DragonFly-BSD commitlogs. >How-To-Repeat: >Fix: Index: Makefile =================================================================== RCS file: /home/martin/.CVS-Repository/ports/sysutils/cvsweb-converters/Makefile,v retrieving revision 1.1.1.6 retrieving revision 1.12 diff -u -t -r1.1.1.6 -r1.12 --- Makefile 25 Aug 2004 11:49:24 -0000 1.1.1.6 +++ Makefile 24 Sep 2004 11:31:24 -0000 1.12 @@ -6,7 +6,7 @@ # PORTNAME= cvsweb-converters -PORTVERSION= 0.2.3 +PORTVERSION= 0.3 CATEGORIES= sysutils MASTER_SITES= http://www.sbox.TUGraz.at/home/d/dada/distfiles/ Index: distinfo =================================================================== RCS file: /home/martin/.CVS-Repository/ports/sysutils/cvsweb-converters/distinfo,v retrieving revision 1.1.1.5 diff -u -t -r1.1.1.5 distinfo --- distinfo 25 Aug 2004 11:49:24 -0000 1.1.1.5 +++ distinfo 27 Sep 2004 19:44:54 -0000 @@ -1,2 +1,2 @@ -MD5 (cvsweb-converters-0.2.3.tar.bz2) = efae240b98c756219c251339754f43f4 -SIZE (cvsweb-converters-0.2.3.tar.bz2) = 55438 +MD5 (cvsweb-converters-0.3.tar.bz2) = c64ee484e0ed6dc21d7c2a10f87306ad +SIZE (cvsweb-converters-0.3.tar.bz2) = 74931 Index: pkg-descr =================================================================== RCS file: /home/martin/.CVS-Repository/ports/sysutils/cvsweb-converters/pkg-descr,v retrieving revision 1.1.1.3 diff -u -t -r1.1.1.3 pkg-descr --- pkg-descr 7 Jul 2004 18:02:05 -0000 1.1.1.3 +++ pkg-descr 27 Sep 2004 19:44:49 -0000 @@ -4,7 +4,7 @@ FreeBSD and other open source projects with a public CVS repository. This package provides three Perl scripts: - + commitlog2cvsweb: converts FreeBSD commitlog files to HTML + + commitlog2cvsweb: converts FreeBSD or DragonFlyBSD commitlog files to HTML + cvsrdiff2cvsweb: converts output of "cvs rdiff -s" to HTML + cvsuplog2cvsweb: converts log output of "cvsup" to HTML --=_3suli0bbomio-- >Release-Note: >Audit-Trail: >Unformatted: This message is in MIME format. --=_3suli0bbomio Content-Type: text/plain; charset=ISO-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 7bit --=_3suli0bbomio Content-Type: text/plain; charset=UTF-8; name="cvsweb-converters.pr" Content-Disposition: inline; filename="cvsweb-converters.pr" Content-Transfer-Encoding: 7bit From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Sep 28 14:40: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 5EA7B16A77E for ; Tue, 28 Sep 2004 14:40:50 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7732A43D75 for ; Tue, 28 Sep 2004 14:40:33 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i8SEeWQg048325 for ; Tue, 28 Sep 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 i8SEeWK5048323; Tue, 28 Sep 2004 14:40:32 GMT (envelope-from gnats) Resent-Date: Tue, 28 Sep 2004 14:40:32 GMT Resent-Message-Id: <200409281440.i8SEeWK5048323@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, Nils Vogels Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D8D8616A4CE for ; Tue, 28 Sep 2004 14:31:10 +0000 (GMT) Received: from imhotep.yuckfou.org (cust.89.117.adsl.cistron.nl [195.64.89.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id DAA7243D2D for ; Tue, 28 Sep 2004 14:31:07 +0000 (GMT) (envelope-from root@imhotep.yuckfou.org) Received: from localhost (localhost [127.0.0.1]) by imhotep.yuckfou.org (Postfix) with ESMTP id 4C04A2A4; Tue, 28 Sep 2004 16:31:57 +0200 (CEST) Received: from imhotep.yuckfou.org ([127.0.0.1]) by localhost (imhotep.yuckfou.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 84214-09; Tue, 28 Sep 2004 16:31:57 +0200 (CEST) Received: by imhotep.yuckfou.org (Postfix, from userid 0) id 033DB2A6; Tue, 28 Sep 2004 16:31:57 +0200 (CEST) Message-Id: <20040928143157.033DB2A6@imhotep.yuckfou.org> Date: Tue, 28 Sep 2004 16:31:57 +0200 (CEST) From: Nils Vogels To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 cc: flz@xbsd.org Subject: ports/72147: [PATCH] net/bnbt: update to 8.0b3 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, 28 Sep 2004 14:40:50 -0000 >Number: 72147 >Category: ports >Synopsis: [PATCH] net/bnbt: update to 8.0b3 >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 Sep 28 14:40:32 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Nils Vogels >Release: FreeBSD 4.9-RELEASE-p5 i386 >Organization: Yuckfou Networks >Environment: System: FreeBSD imhotep.yuckfou.org 4.9-RELEASE-p5 FreeBSD 4.9-RELEASE-p5 #2: Wed May 5 02:00:46 CEST >Description: - Update to 8.0b3 - Added patch to makefile to correct mysql compile crash Added file(s): - files/patch-Makefile Port maintainer (flz@xbsd.org) is cc'd. Generated with FreeBSD Port Tools 0.63 >How-To-Repeat: >Fix: --- bnbt-8.0b3.patch begins here --- diff -ruN --exclude=CVS /disk/2/ports/net/bnbt.orig/Makefile /disk/2/ports/net/bnbt/Makefile --- /disk/2/ports/net/bnbt.orig/Makefile Tue Sep 28 15:31:12 2004 +++ /disk/2/ports/net/bnbt/Makefile Tue Sep 28 15:31:45 2004 @@ -6,10 +6,10 @@ # PORTNAME= bnbt -PORTVERSION= 7.7b3 +PORTVERSION= 8.0b3 CATEGORIES= net MASTER_SITES= http://bnbt.go-dedicated.com/ -DISTNAME= bnbt77b-3 +DISTNAME= bnbt80b-3 MAINTAINER= flz@xbsd.org COMMENT= A C++ BitTorrent Tracker diff -ruN --exclude=CVS /disk/2/ports/net/bnbt.orig/distinfo /disk/2/ports/net/bnbt/distinfo --- /disk/2/ports/net/bnbt.orig/distinfo Tue Sep 28 15:31:12 2004 +++ /disk/2/ports/net/bnbt/distinfo Tue Sep 28 15:32:14 2004 @@ -1,2 +1,2 @@ -MD5 (bnbt77b-3.zip) = 294489bf1d33f6e5327e6295cb5fe8c3 -SIZE (bnbt77b-3.zip) = 1111145 +MD5 (bnbt80b-3.zip) = 261ddd02187f48faf39dfbb5017f8793 +SIZE (bnbt80b-3.zip) = 787956 diff -ruN --exclude=CVS /disk/2/ports/net/bnbt.orig/files/patch-Makefile /disk/2/ports/net/bnbt/files/patch-Makefile --- /disk/2/ports/net/bnbt.orig/files/patch-Makefile Thu Jan 1 01:00:00 1970 +++ /disk/2/ports/net/bnbt/files/patch-Makefile Tue Sep 28 16:28:11 2004 @@ -0,0 +1,15 @@ +--- Makefile.orig Thu Jul 29 19:58:02 2004 ++++ Makefile Tue Sep 28 16:10:17 2004 +@@ -17,6 +17,8 @@ + + ifeq ($(SYSTEM),FreeBSD) + DFLAGS += -D__FREEBSD__ ++CFLAGS += -I/usr/local/include ++LFLAGS += -L/usr/local/lib/mysql + endif + + ifeq ($(SYSTEM),SunOS) +@@ -87,4 +89,4 @@ + bnbt_mysql.mysql.o: bnbt.h bnbt_mysql.h util.h + tracker.mysql.o: bnbt.h bnbt_mysql.h atom.h bencode.h config.h md5.h server.h sort.h tracker.h util.h + tracker_announce.mysql.o: bnbt.h bnbt_mysql.h atom.h bencode.h link.h tracker.h util.h --- bnbt-8.0b3.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Sep 28 15: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 AF95216A4D0 for ; Tue, 28 Sep 2004 15:30:30 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 79A0B43D48 for ; Tue, 28 Sep 2004 15:30:30 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i8SFUUO2055818 for ; Tue, 28 Sep 2004 15: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 i8SFUUip055817; Tue, 28 Sep 2004 15:30:30 GMT (envelope-from gnats) Resent-Date: Tue, 28 Sep 2004 15:30:30 GMT Resent-Message-Id: <200409281530.i8SFUUip055817@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 Wieleba Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A680516A4CE for ; Tue, 28 Sep 2004 15:29:36 +0000 (GMT) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9AEFA43D31 for ; Tue, 28 Sep 2004 15:29:36 +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 i8SFTaFc090757 for ; Tue, 28 Sep 2004 15:29:36 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.12.11/8.12.11/Submit) id i8SFTZHd090756; Tue, 28 Sep 2004 15:29:35 GMT (envelope-from nobody) Message-Id: <200409281529.i8SFTZHd090756@www.freebsd.org> Date: Tue, 28 Sep 2004 15:29:35 GMT From: Pawel Wieleba To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-2.3 Subject: ports/72149: [PATCH] heimdal with LDAP backend - bad slapd socket 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, 28 Sep 2004 15:30:30 -0000 >Number: 72149 >Category: ports >Synopsis: [PATCH] heimdal with LDAP backend - bad slapd socket 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: Tue Sep 28 15:30:30 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Pawel Wieleba >Release: FreeBSD 5.2.1 >Organization: >Environment: FreeBSD s09 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: A problem is described in the article: www.iem.pw.edu.pl/~wielebap/ldap/heimdal/heimdal_doc.pdf (It also contains instructions how to install kerberos with ldap backend.) Now heimdal ldap backend uses ldapi:///. As it is not a full path to the socket, LDAP database is not accesible to kerberos. 'kadmin -l' ill not have an access to the ldap database. My environment: heimdal-0.6.1 openldap-sasl-server-2.2.15 >How-To-Repeat: >Fix: A default location for slapd socket is: /var/run/openldap/ldapi. Here is a patch for heimdal port: % cat /usr/ports/security/heimdal/files/patch-hdb-ldap.c --- lib/hdb/hdb-ldap.c.orig Thu Sep 18 22:49:09 2003 +++ lib/hdb/hdb-ldap.c Tue Sep 27 17:19:13 2004 @@ -984,7 +984,7 @@ return 0; } - rc = ldap_initialize((LDAP **) & db->db, "ldapi:///"); + rc = ldap_initialize((LDAP **) & db->db, "ldapi://%2fvar%2frun%2fopenldap%2 fldapi/"); if (rc != LDAP_SUCCESS) { krb5_set_error_string(context, "ldap_initialize: %s", ldap_err2string(rc )); return HDB_ERR_NOENTRY; You can also download it from: www.iem.pw.edu.pl/~wielebap/ldap/heimdal/ If you're using heimdal from the base system sources, apply a patch to: /usr/src/crypto/heimdal/lib/hdb/hdb-ldap.c >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Sep 28 17: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 C4F8216A4DC for ; Tue, 28 Sep 2004 17:00:43 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7E76443D64 for ; Tue, 28 Sep 2004 17:00:41 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i8SH0fS1063671 for ; Tue, 28 Sep 2004 17: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 i8SH0f8q063669; Tue, 28 Sep 2004 17:00:41 GMT (envelope-from gnats) Resent-Date: Tue, 28 Sep 2004 17:00:41 GMT Resent-Message-Id: <200409281700.i8SH0f8q063669@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 4D49C16A4CE for ; Tue, 28 Sep 2004 16:51:47 +0000 (GMT) Received: from imf20aec.mail.bellsouth.net (imf20aec.mail.bellsouth.net [205.152.59.68]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9D2F843D49 for ; Tue, 28 Sep 2004 16:51:46 +0000 (GMT) (envelope-from ahze@blueheron.ahze.net) Received: from blueheron.ahze.net ([68.209.163.3]) by imf20aec.mail.bellsouth.netESMTP <20040928165145.JTLH1719.imf20aec.mail.bellsouth.net@blueheron.ahze.net> for ; Tue, 28 Sep 2004 12:51:45 -0400 Received: (from root@localhost) by blueheron.ahze.net (8.13.1/8.13.1/Submit) id i8SGpiiU099098; Tue, 28 Sep 2004 12:51:44 -0400 (EDT) (envelope-from ahze) Message-Id: <200409281651.i8SGpiiU099098@blueheron.ahze.net> Date: Tue, 28 Sep 2004 12:51:44 -0400 (EDT) From: Michael Johnson To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/72150: [MAINTAINER] www/kazehakase: update to 0.2.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: Tue, 28 Sep 2004 17:00:44 -0000 >Number: 72150 >Category: ports >Synopsis: [MAINTAINER] www/kazehakase: update to 0.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: Tue Sep 28 17:00:40 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Michael Johnson >Release: FreeBSD 5.3-BETA3 i386 >Organization: >Environment: System: FreeBSD blueheron.ahze.net 5.3-BETA3 FreeBSD 5.3-BETA3 #66: Tue Sep 7 12:56:04 EDT >Description: - Update to 0.2.0 Generated with FreeBSD Port Tools 0.63 >How-To-Repeat: >Fix: --- kazehakase-0.2.0.patch begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/www/kazehakase/Makefile,v retrieving revision 1.4 diff -u -r1.4 Makefile --- Makefile 2 Sep 2004 13:57:27 -0000 1.4 +++ Makefile 28 Sep 2004 16:42:55 -0000 @@ -6,11 +6,10 @@ # PORTNAME= kazehakase -PORTVERSION= 0.1.9 -PORTREVISION= 1 +PORTVERSION= 0.2.0 CATEGORIES= www MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_JP} -MASTER_SITE_SUBDIR= ${PORTNAME}/11115/ +MASTER_SITE_SUBDIR= ${PORTNAME}/11612/ MAINTAINER= ahze@ahze.net COMMENT= Kazehakase is a browser with gecko engine like Epiphany or Galeon @@ -38,7 +37,7 @@ OPTIONS= MIGEMO "Enable Migemo (Japanese incremental search)" Off \ ESTRAIER "Enable a full-text search system" Off \ - IMAGEMAGICK "Enable Thumbnail support (EXPERIMENTAL!)" Off + IMAGEMAGICK "Enable Thumbnail support" Off FLASHPLAYER= ${LOCALBASE}/lib/libflashplayer.so.1 @@ -111,8 +110,6 @@ @${REINPLACE_CMD} -e 's|mozilla-gtkmozembed|mozilla-gtkmozembed${HEADERS_SUFX}|g' \ ${WRKSRC}/configure .endif - @${REINPLACE_CMD} -e 's|regex.h|gnuregex.h|' \ - ${WRKSRC}/src/prefs_ui/prefs_location_entry.c post-configure: @${REINPLACE_CMD} -e 's|%%FLASHPLAYER%%|${FLASHPLAYER}|; \ @@ -121,8 +118,6 @@ ${WRKSRC}/src/kazehakase post-install: -.if defined(WITH_IMAGEMAGICK) @${CAT} ${PKGMESSAGE} -.endif .include Index: distinfo =================================================================== RCS file: /home/ncvs/ports/www/kazehakase/distinfo,v retrieving revision 1.2 diff -u -r1.2 distinfo --- distinfo 28 Aug 2004 21:09:53 -0000 1.2 +++ distinfo 28 Sep 2004 15:20:07 -0000 @@ -1,2 +1,2 @@ -MD5 (kazehakase-0.1.9.tar.gz) = 72a733327f0cdef740996b6f9efdfeba -SIZE (kazehakase-0.1.9.tar.gz) = 1045767 +MD5 (kazehakase-0.2.0.tar.gz) = 0c510736ecbb035db9e42e8c0231cac5 +SIZE (kazehakase-0.2.0.tar.gz) = 1086994 Index: pkg-message =================================================================== RCS file: /home/ncvs/ports/www/kazehakase/pkg-message,v retrieving revision 1.1 diff -u -r1.1 pkg-message --- pkg-message 28 Aug 2004 21:09:53 -0000 1.1 +++ pkg-message 28 Sep 2004 16:10:53 -0000 @@ -1,4 +1,5 @@ ===> -===> Thumbnail support is in the experimental state, so it does not work by -===> default. If you wish to use thumbnails, you have to write -===> "create_thumbnail=true" in [Global] section in ~/.kazehakase/kzrc +===> Bookmark format has changed (especially remote bookmark) +===> if you use the default bookmarksbar you will want to +===> remove ~/.kazehakase/bookmarkbar.xml + Index: pkg-plist =================================================================== RCS file: /home/ncvs/ports/www/kazehakase/pkg-plist,v retrieving revision 1.2 diff -u -r1.2 pkg-plist --- pkg-plist 28 Aug 2004 21:09:53 -0000 1.2 +++ pkg-plist 28 Sep 2004 15:56:37 -0000 @@ -22,6 +22,8 @@ share/gnome/kazehakase/icons/kz-folder-open.png share/gnome/kazehakase/icons/kz-folder-search.png share/gnome/kazehakase/icons/kz-folder.png +share/gnome/kazehakase/icons/kz-font-decrease.png +share/gnome/kazehakase/icons/kz-font-increase.png share/gnome/kazehakase/icons/kz-google.png share/gnome/kazehakase/icons/kz-gray.png share/gnome/kazehakase/icons/kz-green.png Index: files/patch-configure =================================================================== RCS file: /home/ncvs/ports/www/kazehakase/files/patch-configure,v retrieving revision 1.4 diff -u -r1.4 patch-configure --- files/patch-configure 2 Sep 2004 13:57:27 -0000 1.4 +++ files/patch-configure 28 Sep 2004 15:21:23 -0000 @@ -1,10 +1,12 @@ ---- configure.orig Mon Aug 30 22:51:37 2004 -+++ configure Mon Aug 30 22:51:51 2004 -@@ -19396,6 +19396,7 @@ +--- configure.orig Tue Sep 28 11:20:43 2004 ++++ configure Tue Sep 28 11:21:11 2004 +@@ -19397,7 +19397,8 @@ 1.8a2) MOZILLA_SNAPSHOT=16 ;; - 1.8a3) MOZILLA_SNAPSHOT=16 ;; - trunk) MOZILLA_SNAPSHOT=16 ;; -+ 0.9.3) MOZILLA_SNAPSHOT=15 ;; - *) { { echo "$as_me:$LINENO: error: + 1.8a3) MOZILLA_SNAPSHOT=17 ;; + trunk) MOZILLA_SNAPSHOT=17 ;; +- *) { { echo "$as_me:$LINENO: error: ++ 0.9.3) MOZILLA_SNAPSHOT=15 ;; ++ *) { { echo "$as_me:$LINENO: error: ***************************************************************************** Kazehakase can be built using Mozilla 1.4, 1.5a, 1.5b, 1.5, 1.5.1 or + trunk snapshot, but the version available is $MOZILLA_VERSION. Index: files/patch-etc::bookmarkbar.xml =================================================================== RCS file: /home/ncvs/ports/www/kazehakase/files/patch-etc::bookmarkbar.xml,v retrieving revision 1.1 diff -u -r1.1 patch-etc::bookmarkbar.xml --- files/patch-etc::bookmarkbar.xml 27 Aug 2004 21:02:44 -0000 1.1 +++ files/patch-etc::bookmarkbar.xml 28 Sep 2004 15:51:16 -0000 @@ -1,27 +1,23 @@ ---- etc/bookmarkbar.xml.orig Thu Jun 10 03:35:09 2004 -+++ etc/bookmarkbar.xml Fri Aug 27 11:34:25 2004 -@@ -10,6 +10,24 @@ +--- etc/bookmarkbar.xml.orig Wed Sep 15 06:08:15 2004 ++++ etc/bookmarkbar.xml Tue Sep 28 11:51:13 2004 +@@ -10,6 +10,20 @@ + FreeBSD News + -+ -+ http://www.freebsd.org/news/news.rdf -+ 60 ++ + + + + + FreshPorts + -+ -+ http://www.freshports.org/news.php -+ 60 ++ + + + + Yahoo!News - + Index: files/patch-src::mozilla::Makefile.in =================================================================== RCS file: /home/ncvs/ports/www/kazehakase/files/patch-src::mozilla::Makefile.in,v retrieving revision 1.1 diff -u -r1.1 patch-src::mozilla::Makefile.in --- files/patch-src::mozilla::Makefile.in 2 Sep 2004 13:57:27 -0000 1.1 +++ files/patch-src::mozilla::Makefile.in 28 Sep 2004 15:25:19 -0000 @@ -1,10 +1,10 @@ ---- src/mozilla/Makefile.in.orig Mon Aug 30 22:37:31 2004 -+++ src/mozilla/Makefile.in Mon Aug 30 22:38:03 2004 -@@ -147,6 +147,7 @@ +--- src/mozilla/Makefile.in.orig Tue Sep 28 11:22:50 2004 ++++ src/mozilla/Makefile.in Tue Sep 28 11:25:07 2004 +@@ -148,6 +148,7 @@ -I$(MOZILLA_INCLUDE_ROOT)/necko2 \ -I$(MOZILLA_INCLUDE_ROOT)/nkcache \ -I$(MOZILLA_INCLUDE_ROOT)/oji \ + -I$(MOZILLA_INCLUDE_ROOT)/passwordmgr \ + -I$(MOZILLA_INCLUDE_ROOT)/pipnss\ -I$(MOZILLA_INCLUDE_ROOT)/pref \ -I$(MOZILLA_INCLUDE_ROOT)/progressDlg \ - -I$(MOZILLA_INCLUDE_ROOT)/sidebar \ --- kazehakase-0.2.0.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Sep 28 22: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 402DA16A4CE for ; Tue, 28 Sep 2004 22:20:23 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2063F43D39 for ; Tue, 28 Sep 2004 22:20:23 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i8SMKNds019867 for ; Tue, 28 Sep 2004 22: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 i8SMKMem019866; Tue, 28 Sep 2004 22:20:23 GMT (envelope-from gnats) Resent-Date: Tue, 28 Sep 2004 22:20:23 GMT Resent-Message-Id: <200409282220.i8SMKMem019866@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, danny@ricin.com Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4711A16A4CE; Tue, 28 Sep 2004 22:16:38 +0000 (GMT) Received: from smtpq2.home.nl (smtpq2.home.nl [213.51.128.197]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5594943D2F; Tue, 28 Sep 2004 22:16:37 +0000 (GMT) (envelope-from danny@ricin.com) Received: from [213.51.128.136] (port=37936 helo=smtp5.home.nl) by smtpq2.home.nl with esmtp (Exim 4.30) id 1CCQGy-0003PC-4V; Wed, 29 Sep 2004 00:16:36 +0200 Received: from cp464173-a.dbsch1.nb.home.nl ([217.122.43.97]:50898) by smtp5.home.nl with smtp (Exim 4.30) id 1CCQGw-00078p-9Y; Wed, 29 Sep 2004 00:16:34 +0200 Received: by cp464173-a.dbsch1.nb.home.nl (sSMTP sendmail emulation); Wed, 29 Sep 2004 00:14:29 +0200 Message-Id: <20040928221637.5594943D2F@mx1.FreeBSD.org> Date: Wed, 29 Sep 2004 00:14:29 +0200 From: danny@ricin.com To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 cc: arved@FreeBSD.org Subject: ports/72152: [patch] Update x11-toolkits/qscintilla to 1.4 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: Tue, 28 Sep 2004 22:20:23 -0000 >Number: 72152 >Category: ports >Synopsis: [patch] Update x11-toolkits/qscintilla to 1.4 and fix unfetchable >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 Sep 28 22:20:22 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Danny Pansters >Release: FreeBSD 5.3-BETA4 i386 >Organization: >Environment: System: FreeBSD workstation.homenet 5.3-BETA4 FreeBSD 5.3-BETA4 #2: Fri Sep 17 04:04:10 CEST 2004 root@workstation.homenet:/usr/obj/usr/src/sys/WORKSTATION i386 >Description: Update to new 1.4 version. The old 1.3 version is not fetchable from master site anymore. Note that libqscintilla version changes from 4 to 5. Maintainer cc'd. >How-To-Repeat: >Fix: Patch to be applied from within /usr/ports or a local ports tree --- qscintilla.diff begins here --- diff -urN x11-toolkits/qscintilla/Makefile x11-toolkits/qscintilla.new/Makefile --- x11-toolkits/qscintilla/Makefile Tue Sep 28 12:45:26 2004 +++ x11-toolkits/qscintilla.new/Makefile Tue Sep 28 12:28:26 2004 @@ -5,10 +5,10 @@ # $FreeBSD: ports/x11-toolkits/qscintilla/Makefile,v 1.5 2004/05/20 11:14:21 arved Exp $ PORTNAME= qscintilla -PORTVERSION= 1.3 +PORTVERSION= 1.4 CATEGORIES= x11-toolkits MASTER_SITES= http://www.river-bank.demon.co.uk/download/QScintilla/ -DISTNAME= qscintilla-1.60-gpl-${PORTVERSION} +DISTNAME= qscintilla-1.61-gpl-${PORTVERSION} MAINTAINER= arved@FreeBSD.org COMMENT= QT port of scintilla @@ -30,7 +30,7 @@ ${INSTALL_DATA} ${WRKSRC}/qextscintilla*.h ${PREFIX}/include; ${MKDIR} ${DATADIR}/translations ${INSTALL_DATA} ${WRKSRC}/qscintilla*.qm ${DATADIR}/translations - ${INSTALL_DATA} ${WRKSRC}/libqscintilla.so.4.0.0 ${PREFIX}/lib/libqscintilla.so.4 - ${LN} -sf ${PREFIX}/lib/libqscintilla.so.4 ${PREFIX}/lib/libqscintilla.so + ${INSTALL_DATA} ${WRKSRC}/libqscintilla.so.5.0.0 ${PREFIX}/lib/libqscintilla.so.5 + ${LN} -sf ${PREFIX}/lib/libqscintilla.so.5 ${PREFIX}/lib/libqscintilla.so .include diff -urN x11-toolkits/qscintilla/distinfo x11-toolkits/qscintilla.new/distinfo --- x11-toolkits/qscintilla/distinfo Tue Sep 28 12:45:26 2004 +++ x11-toolkits/qscintilla.new/distinfo Tue Sep 28 12:14:59 2004 @@ -1,2 +1,2 @@ -MD5 (qscintilla-1.60-gpl-1.3.tar.gz) = cc682b0d47515db0d380a9df13274580 -SIZE (qscintilla-1.60-gpl-1.3.tar.gz) = 670106 +MD5 (qscintilla-1.61-gpl-1.4.tar.gz) = b12350ab2609b3a5e230330a0d9718aa +SIZE (qscintilla-1.61-gpl-1.4.tar.gz) = 700442 diff -urN x11-toolkits/qscintilla/pkg-plist x11-toolkits/qscintilla.new/pkg-plist --- x11-toolkits/qscintilla/pkg-plist Tue Sep 28 12:45:26 2004 +++ x11-toolkits/qscintilla.new/pkg-plist Tue Sep 28 12:45:11 2004 @@ -17,8 +17,10 @@ include/qextscintillalexersql.h include/qextscintillamacro.h include/qextscintillaprinter.h -lib/libqscintilla.so.4 +lib/libqscintilla.so.5 lib/libqscintilla.so share/qscintilla/translations/qscintilla_de.qm +share/qscintilla/translations/qscintilla_fr.qm +share/qscintilla/translations/qscintilla_ru.qm @dirrm share/qscintilla/translations @dirrm share/qscintilla --- qscintilla.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Sep 28 22: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 BC6FF16A4CE for ; Tue, 28 Sep 2004 22:20:23 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id A684B43D39 for ; Tue, 28 Sep 2004 22:20:23 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i8SMKNwh019880 for ; Tue, 28 Sep 2004 22: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 i8SMKNTX019879; Tue, 28 Sep 2004 22:20:23 GMT (envelope-from gnats) Resent-Date: Tue, 28 Sep 2004 22:20:23 GMT Resent-Message-Id: <200409282220.i8SMKNTX019879@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, danny@ricin.com Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B94A016A4CE for ; Tue, 28 Sep 2004 22:19:08 +0000 (GMT) Received: from smtpq3.home.nl (smtpq3.home.nl [213.51.128.198]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4F03B43D41 for ; Tue, 28 Sep 2004 22:19:08 +0000 (GMT) (envelope-from danny@ricin.com) Received: from [213.51.128.133] (port=33543 helo=smtp2.home.nl) by smtpq3.home.nl with esmtp (Exim 4.30) id 1CCQJP-0001zr-Fx; Wed, 29 Sep 2004 00:19:07 +0200 Received: from cp464173-a.dbsch1.nb.home.nl ([217.122.43.97]:49184) by smtp2.home.nl with smtp (Exim 4.30) id 1CCQJN-0005Yp-If; Wed, 29 Sep 2004 00:19:05 +0200 Received: by cp464173-a.dbsch1.nb.home.nl (sSMTP sendmail emulation); Wed, 29 Sep 2004 00:17:01 +0200 Message-Id: <20040928221908.4F03B43D41@mx1.FreeBSD.org> Date: Wed, 29 Sep 2004 00:17:01 +0200 From: danny@ricin.com To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 cc: eugos@gmx.net Subject: 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: Tue, 28 Sep 2004 22:20:23 -0000 >Number: 72153 >Category: ports >Synopsis: [patch] Update devel/py-sip to 4.1.1 and fix unfetchable >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 Sep 28 22:20:23 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Danny Pansters >Release: FreeBSD 5.3-BETA4 i386 >Organization: >Environment: System: FreeBSD workstation.homenet 5.3-BETA4 FreeBSD 5.3-BETA4 #2: Fri Sep 17 04:04:10 CEST 2004 root@workstation.homenet:/usr/obj/usr/src/sys/WORKSTATION i386 >Description: Update to new 4.1.1 version. The former 4.0.1 is not fetchable from master site anymore. Maintainer cc'd. >How-To-Repeat: >Fix: Patch to be applied from within /usr/ports or a local ports tree --- py-sip.diff begins here --- diff -urN devel/py-sip/Makefile devel/py-sip.new/Makefile --- devel/py-sip/Makefile Tue Sep 28 20:08:38 2004 +++ devel/py-sip.new/Makefile Tue Sep 28 20:07:52 2004 @@ -5,7 +5,7 @@ # $FreeBSD: ports/devel/py-sip/Makefile,v 1.11 2004/07/08 20:04:32 krion Exp $ PORTNAME= sip -PORTVERSION= 4.0.1 +PORTVERSION= 4.1.1 CATEGORIES= devel python MASTER_SITES= http://www.river-bank.demon.co.uk/download/sip/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -18,10 +18,15 @@ USE_PYTHON= yes USE_QT_VER= 3 +.include + do-configure: @(cd ${WRKSRC} && ${SETENV} QTDIR=${X11BASE} \ QMAKESPEC=${LOCALBASE}/share/qt/mkspecs/freebsd-g++ \ ${PYTHON_CMD} configure.py -b ${PREFIX}/bin \ -d ${PYTHONPREFIX_SITELIBDIR} -v ${PREFIX}/share/sip) -.include +post-install: + @${PYTHON_CMD} -O -c "import sipconfig" + +.include diff -urN devel/py-sip/distinfo devel/py-sip.new/distinfo --- devel/py-sip/distinfo Tue Sep 28 20:08:38 2004 +++ devel/py-sip.new/distinfo Tue Sep 28 11:56:32 2004 @@ -1,2 +1,2 @@ -MD5 (sip-4.0.1.tar.gz) = a2aa4ef53cb4f18e7ce25bc2e123548e -SIZE (sip-4.0.1.tar.gz) = 289533 +MD5 (sip-4.1.1.tar.gz) = f9dc81a7726305af114fede6c4107ce6 +SIZE (sip-4.1.1.tar.gz) = 296512 diff -urN devel/py-sip/pkg-plist devel/py-sip.new/pkg-plist --- devel/py-sip/pkg-plist Tue Sep 28 20:08:38 2004 +++ devel/py-sip.new/pkg-plist Tue Sep 28 19:24:18 2004 @@ -3,3 +3,4 @@ %%PYTHON_SITELIBDIR%%/sip.so %%PYTHON_SITELIBDIR%%/sipconfig.py %%PYTHON_SITELIBDIR%%/sipconfig.pyc +%%PYTHON_SITELIBDIR%%/sipconfig.pyo --- py-sip.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Sep 28 22: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 A44D216A4CE for ; Tue, 28 Sep 2004 22:30:29 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 85E5743D54 for ; Tue, 28 Sep 2004 22:30:29 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i8SMUTLt020120 for ; Tue, 28 Sep 2004 22: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 i8SMUTgC020119; Tue, 28 Sep 2004 22:30:29 GMT (envelope-from gnats) Resent-Date: Tue, 28 Sep 2004 22:30:29 GMT Resent-Message-Id: <200409282230.i8SMUTgC020119@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, danny@ricin.com Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5856316A4CE for ; Tue, 28 Sep 2004 22:25:39 +0000 (GMT) Received: from smtpq2.home.nl (smtpq2.home.nl [213.51.128.197]) by mx1.FreeBSD.org (Postfix) with ESMTP id E0A2243D48 for ; Tue, 28 Sep 2004 22:25:38 +0000 (GMT) (envelope-from danny@ricin.com) Received: from [213.51.128.134] (port=46233 helo=smtp3.home.nl) by smtpq2.home.nl with esmtp (Exim 4.30) id 1CCQPi-0005uL-7P; Wed, 29 Sep 2004 00:25:38 +0200 Received: from cp464173-a.dbsch1.nb.home.nl ([217.122.43.97]:49751) by smtp3.home.nl with smtp (Exim 4.30) id 1CCQPg-00045G-6j; Wed, 29 Sep 2004 00:25:36 +0200 Received: by cp464173-a.dbsch1.nb.home.nl (sSMTP sendmail emulation); Wed, 29 Sep 2004 00:23:32 +0200 Message-Id: <20040928222538.E0A2243D48@mx1.FreeBSD.org> Date: Wed, 29 Sep 2004 00:23:32 +0200 From: danny@ricin.com To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 cc: eugos@gmx.net Subject: 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: Tue, 28 Sep 2004 22:30:29 -0000 >Number: 72154 >Category: ports >Synopsis: [patch] Update x11-toolkits/py-qt to 3.13 and fix unfetchable >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 Sep 28 22:30:28 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Danny Pansters >Release: FreeBSD 5.3-BETA4 i386 >Organization: >Environment: System: FreeBSD workstation.homenet 5.3-BETA4 FreeBSD 5.3-BETA4 #2: Fri Sep 17 04:04:10 CEST 2004 root@workstation.homenet:/usr/obj/usr/src/sys/WORKSTATION i386 >Description: Update to new 3.13 version. The former 3.12 is not fetchable from master site anymore. Note lib dependency on qscintilla.5 and build dependency on sip, both of which need to be updated to be fetchable again also (ports/72152 and ports/72153 ). Maintainer cc'd. >How-To-Repeat: >Fix: Patch to be applied from within /usr/ports or a local ports tree --- py-qt.diff begins here --- diff -urN x11-toolkits/py-qt/Makefile x11-toolkits/py-qt.new/Makefile --- x11-toolkits/py-qt/Makefile Tue Sep 28 19:46:31 2004 +++ x11-toolkits/py-qt.new/Makefile Tue Sep 28 19:47:22 2004 @@ -5,7 +5,7 @@ # $FreeBSD: ports/x11-toolkits/py-qt/Makefile,v 1.24 2004/06/16 15:20:39 krion Exp $ PORTNAME= qt -PORTVERSION= 3.12 +PORTVERSION= 3.13 CATEGORIES= x11-toolkits python MASTER_SITES= http://www.river-bank.demon.co.uk/download/PyQt/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -14,7 +14,7 @@ MAINTAINER= eugos@gmx.net COMMENT= Python bindings for the Qt toolkit -LIB_DEPENDS= qscintilla.4:${PORTSDIR}/x11-toolkits/qscintilla +LIB_DEPENDS= qscintilla.5:${PORTSDIR}/x11-toolkits/qscintilla BUILD_DEPENDS= ${LOCALBASE}/bin/sip:${PORTSDIR}/devel/py-sip RUN_DEPENDS= ${BUILD_DEPENDS} @@ -34,5 +34,9 @@ -b ${PREFIX}/bin -d ${PYTHONPREFIX_SITELIBDIR} \ -n ${X11BASE}/include -o ${X11BASE}/lib \ -v ${PREFIX}/share/sip) + +post-install: + @${PYTHON_CMD} -c "import pyqtconfig" + @${PYTHON_CMD} -O -c "import pyqtconfig" .include diff -urN x11-toolkits/py-qt/distinfo x11-toolkits/py-qt.new/distinfo --- x11-toolkits/py-qt/distinfo Tue Sep 28 19:46:31 2004 +++ x11-toolkits/py-qt.new/distinfo Mon Sep 27 23:52:48 2004 @@ -1,2 +1,2 @@ -MD5 (PyQt-x11-gpl-3.12.tar.gz) = 0869e68c24ee6e46ae74d3244e7ec299 -SIZE (PyQt-x11-gpl-3.12.tar.gz) = 760165 +MD5 (PyQt-x11-gpl-3.13.tar.gz) = a4145b39742a4d9df9b6bf06495f75f5 +SIZE (PyQt-x11-gpl-3.13.tar.gz) = 763066 diff -urN x11-toolkits/py-qt/pkg-plist x11-toolkits/py-qt.new/pkg-plist --- x11-toolkits/py-qt/pkg-plist Tue Sep 28 19:46:31 2004 +++ x11-toolkits/py-qt.new/pkg-plist Tue Sep 28 19:27:47 2004 @@ -1,6 +1,8 @@ bin/pylupdate bin/pyuic %%PYTHON_SITELIBDIR%%/pyqtconfig.py +%%PYTHON_SITELIBDIR%%/pyqtconfig.pyc +%%PYTHON_SITELIBDIR%%/pyqtconfig.pyo %%PYTHON_SITELIBDIR%%/qt.so %%PYTHON_SITELIBDIR%%/qtcanvas.so %%PYTHON_SITELIBDIR%%/qtext.so @@ -86,6 +88,7 @@ share/sip/qt/qmenubar.sip share/sip/qt/qmenudata.sip share/sip/qt/qmessagebox.sip +share/sip/qt/qmetaobject.sip share/sip/qt/qmime.sip share/sip/qt/qmotifplusstyle.sip share/sip/qt/qmotifstyle.sip @@ -168,6 +171,7 @@ share/sip/qt/qurl.sip share/sip/qt/qurlinfo.sip share/sip/qt/qurloperator.sip +share/sip/qt/quuid.sip share/sip/qt/qvalidator.sip share/sip/qt/qvaluelist.sip share/sip/qt/qvariant.sip @@ -201,6 +205,7 @@ share/sip/qtext/qextscintillacommandset.sip share/sip/qtext/qextscintilladocument.sip share/sip/qtext/qextscintillalexer.sip +share/sip/qtext/qextscintillalexerbash.sip share/sip/qtext/qextscintillalexercpp.sip share/sip/qtext/qextscintillalexercsharp.sip share/sip/qtext/qextscintillalexerhtml.sip --- py-qt.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Sep 28 22: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 E4EAF16A4CE for ; Tue, 28 Sep 2004 22:30:29 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id C7BAE43D54 for ; Tue, 28 Sep 2004 22:30:29 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i8SMUTN7020137 for ; Tue, 28 Sep 2004 22: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 i8SMUTLY020136; Tue, 28 Sep 2004 22:30:29 GMT (envelope-from gnats) Resent-Date: Tue, 28 Sep 2004 22:30:29 GMT Resent-Message-Id: <200409282230.i8SMUTLY020136@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, UMENO Takashi Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 88BF416A4CE for ; Tue, 28 Sep 2004 22:28:58 +0000 (GMT) Received: from belldandy.unnumbered.net (gateway.unnumbered.net [61.197.240.129]) by mx1.FreeBSD.org (Postfix) with ESMTP id E0B5143D41 for ; Tue, 28 Sep 2004 22:28:57 +0000 (GMT) (envelope-from umeno@belldandy.unnumbered.net) Received: from belldandy.unnumbered.net (localhost.unnumbered.net [127.0.0.1]) i8SMSu7X014158 for ; Wed, 29 Sep 2004 07:28:56 +0900 (JST) (envelope-from umeno@belldandy.unnumbered.net) Received: (from umeno@localhost) by belldandy.unnumbered.net (8.13.1/8.13.1/Submit) id i8SMSuRG014157; Wed, 29 Sep 2004 07:28:56 +0900 (JST) (envelope-from umeno) Message-Id: <200409282228.i8SMSuRG014157@belldandy.unnumbered.net> Date: Wed, 29 Sep 2004 07:28:56 +0900 (JST) From: UMENO Takashi To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/72155: Maintainer Update: games/gbottler to 0.1.2 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: UMENO Takashi List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Sep 2004 22:30:30 -0000 >Number: 72155 >Category: ports >Synopsis: Maintainer Update: games/gbottler to 0.1.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: Tue Sep 28 22:30:29 GMT 2004 >Closed-Date: >Last-Modified: >Originator: UMENO Takashi >Release: FreeBSD 4.10-STABLE i386 >Organization: individual >Environment: System: FreeBSD belldandy.unnumbered.net 4.10-STABLE FreeBSD 4.10-STABLE #0: Sat Sep 4 14:52:53 JST 2004 umeno@belldandy.unnumbered.net:/usr/obj/usr/src/sys/SAKUYA22 i386 >Description: Maintainer Update: games/gbottler to 0.1.2 This send-pr will superced ports/71942. (update to 0.1.1) >How-To-Repeat: N/A >Fix: diff -urN gbottler.orig/Makefile gbottler/Makefile --- gbottler.orig/Makefile Mon Aug 30 07:43:01 2004 +++ gbottler/Makefile Wed Sep 29 07:02:28 2004 @@ -6,10 +6,10 @@ # PORTNAME= gbottler -PORTVERSION= 0.1.0 +PORTVERSION= 0.1.2 CATEGORIES= games MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_JP} -MASTER_SITE_SUBDIR= gbottler/11117 +MASTER_SITE_SUBDIR= gbottler/11614 MAINTAINER= umeno@rr.iij4u.or.jp COMMENT= SSTP Bottle client diff -urN gbottler.orig/distinfo gbottler/distinfo --- gbottler.orig/distinfo Mon Aug 30 07:43:01 2004 +++ gbottler/distinfo Wed Sep 29 07:02:51 2004 @@ -1,2 +1,2 @@ -MD5 (gbottler-0.1.0.tar.gz) = db3072f1d731b9d2ee6011f89a4ebacc -SIZE (gbottler-0.1.0.tar.gz) = 84776 +MD5 (gbottler-0.1.2.tar.gz) = d32f7fd6d8663f0ee12c360ae6a05c41 +SIZE (gbottler-0.1.2.tar.gz) = 95824 diff -urN gbottler.orig/pkg-plist gbottler/pkg-plist --- gbottler.orig/pkg-plist Sun Aug 1 07:42:59 2004 +++ gbottler/pkg-plist Wed Sep 29 07:10:38 2004 @@ -5,6 +5,12 @@ lib/gbottler-%%VERSION%%/bottleparser.py lib/gbottler-%%VERSION%%/bottleparser.pyc lib/gbottler-%%VERSION%%/bottleparser.pyo +lib/gbottler-%%VERSION%%/channeldialog.py +lib/gbottler-%%VERSION%%/channeldialog.pyc +lib/gbottler-%%VERSION%%/channeldialog.pyo +lib/gbottler-%%VERSION%%/client.py +lib/gbottler-%%VERSION%%/client.pyc +lib/gbottler-%%VERSION%%/client.pyo lib/gbottler-%%VERSION%%/common.py lib/gbottler-%%VERSION%%/common.pyc lib/gbottler-%%VERSION%%/common.pyo @@ -17,12 +23,33 @@ lib/gbottler-%%VERSION%%/gvwindow.py lib/gbottler-%%VERSION%%/gvwindow.pyc lib/gbottler-%%VERSION%%/gvwindow.pyo -lib/gbottler-%%VERSION%%/logs.py -lib/gbottler-%%VERSION%%/logs.pyc -lib/gbottler-%%VERSION%%/logs.pyo -lib/gbottler-%%VERSION%%/logfetch.py -lib/gbottler-%%VERSION%%/logfetch.pyc -lib/gbottler-%%VERSION%%/logfetch.pyo +lib/gbottler-%%VERSION%%/localmessenger.py +lib/gbottler-%%VERSION%%/localmessenger.pyc +lib/gbottler-%%VERSION%%/localmessenger.pyo +lib/gbottler-%%VERSION%%/logbook.py +lib/gbottler-%%VERSION%%/logbook.pyc +lib/gbottler-%%VERSION%%/logbook.pyo +lib/gbottler-%%VERSION%%/logfetchdialog.py +lib/gbottler-%%VERSION%%/logfetchdialog.pyc +lib/gbottler-%%VERSION%%/logfetchdialog.pyo +lib/gbottler-%%VERSION%%/logfetcher.py +lib/gbottler-%%VERSION%%/logfetcher.pyc +lib/gbottler-%%VERSION%%/logfetcher.pyo +lib/gbottler-%%VERSION%%/loglist.py +lib/gbottler-%%VERSION%%/loglist.pyc +lib/gbottler-%%VERSION%%/loglist.pyo +lib/gbottler-%%VERSION%%/logmanager.py +lib/gbottler-%%VERSION%%/logmanager.pyc +lib/gbottler-%%VERSION%%/logmanager.pyo +lib/gbottler-%%VERSION%%/logparsers.py +lib/gbottler-%%VERSION%%/logparsers.pyc +lib/gbottler-%%VERSION%%/logparsers.pyo +lib/gbottler-%%VERSION%%/logwindow.py +lib/gbottler-%%VERSION%%/logwindow.pyc +lib/gbottler-%%VERSION%%/logwindow.pyo +lib/gbottler-%%VERSION%%/messagesender.py +lib/gbottler-%%VERSION%%/messagesender.pyc +lib/gbottler-%%VERSION%%/messagesender.pyo lib/gbottler-%%VERSION%%/phrases.py lib/gbottler-%%VERSION%%/phrases.pyc lib/gbottler-%%VERSION%%/phrases.pyo @@ -35,15 +62,21 @@ lib/gbottler-%%VERSION%%/script.py lib/gbottler-%%VERSION%%/script.pyc lib/gbottler-%%VERSION%%/script.pyo +lib/gbottler-%%VERSION%%/scriptchecker.py +lib/gbottler-%%VERSION%%/scriptchecker.pyc +lib/gbottler-%%VERSION%%/scriptchecker.pyo +lib/gbottler-%%VERSION%%/showingsurface.py +lib/gbottler-%%VERSION%%/showingsurface.pyc +lib/gbottler-%%VERSION%%/showingsurface.pyo lib/gbottler-%%VERSION%%/svgmanager.py lib/gbottler-%%VERSION%%/svgmanager.pyc lib/gbottler-%%VERSION%%/svgmanager.pyo lib/gbottler-%%VERSION%%/textmanager.py lib/gbottler-%%VERSION%%/textmanager.pyc lib/gbottler-%%VERSION%%/textmanager.pyo -lib/gbottler-%%VERSION%%/xmllogs.py -lib/gbottler-%%VERSION%%/xmllogs.pyc -lib/gbottler-%%VERSION%%/xmllogs.pyo +lib/gbottler-%%VERSION%%/xmllogger.py +lib/gbottler-%%VERSION%%/xmllogger.pyc +lib/gbottler-%%VERSION%%/xmllogger.pyo lib/gbottler-%%VERSION%%/viewer/__init__.py lib/gbottler-%%VERSION%%/viewer/__init__.pyc lib/gbottler-%%VERSION%%/viewer/__init__.pyo >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Sep 28 22: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 4A30016A4CF for ; Tue, 28 Sep 2004 22:40:30 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0F6F143D49 for ; Tue, 28 Sep 2004 22:40:30 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i8SMeSE3020311 for ; Tue, 28 Sep 2004 22: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 i8SMeSbk020310; Tue, 28 Sep 2004 22:40:28 GMT (envelope-from gnats) Resent-Date: Tue, 28 Sep 2004 22:40:28 GMT Resent-Message-Id: <200409282240.i8SMeSbk020310@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, danny@ricin.com Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F328C16A4CE for ; Tue, 28 Sep 2004 22:32:42 +0000 (GMT) Received: from smtpq2.home.nl (smtpq2.home.nl [213.51.128.197]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5662843D46 for ; Tue, 28 Sep 2004 22:32:42 +0000 (GMT) (envelope-from danny@ricin.com) Received: from [213.51.128.134] (port=46469 helo=smtp3.home.nl) by smtpq2.home.nl with esmtp (Exim 4.30) id 1CCQWX-00085s-EI for FreeBSD-gnats-submit@freebsd.org; Wed, 29 Sep 2004 00:32:41 +0200 Received: from cp464173-a.dbsch1.nb.home.nl ([217.122.43.97]:61846) by smtp3.home.nl with smtp (Exim 4.30) id 1CCQWV-0004nO-Np for FreeBSD-gnats-submit@freebsd.org; Wed, 29 Sep 2004 00:32:39 +0200 Received: by cp464173-a.dbsch1.nb.home.nl (sSMTP sendmail emulation); Wed, 29 Sep 2004 00:30:35 +0200 Message-Id: <20040928223242.5662843D46@mx1.FreeBSD.org> Date: Wed, 29 Sep 2004 00:30:35 +0200 From: danny@ricin.com To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: 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 Reply-To: danny@ricin.com List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Sep 2004 22:40:30 -0000 >Number: 72156 >Category: ports >Synopsis: [patch] Update x11-toolkits/py-kde to 3.11.3 and fix unfetchable >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 Sep 28 22:40:28 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Danny Pansters >Release: FreeBSD 5.3-BETA4 i386 >Organization: >Environment: System: FreeBSD workstation.homenet 5.3-BETA4 FreeBSD 5.3-BETA4 #2: Fri Sep 17 04:04:10 CEST 2004 root@workstation.homenet:/usr/obj/usr/src/sys/WORKSTATION i386 >Description: Update to new version 3.11.3. The former 3.11.1 is not fetchable anymore. Supersedes ports/71610, which had a wrong diff (against old 3.11.r1). Changed the required py-qt distfile to its latest version 3.13 (see also ports/72154). Removed redundant pkg-message generation; the files/ dir can go. >How-To-Repeat: >Fix: Patch to be applied from within /usr/ports or a local ports tree --- py-kde.diff begins here --- diff -urN x11-toolkits/py-kde/Makefile x11-toolkits/py-kde.new/Makefile --- x11-toolkits/py-kde/Makefile Wed Sep 29 00:03:16 2004 +++ x11-toolkits/py-kde.new/Makefile Wed Sep 29 00:05:07 2004 @@ -6,16 +6,17 @@ # PORTNAME= kde -PORTVERSION= 3.11.1 +PORTVERSION= 3.11.3 CATEGORIES= x11-toolkits kde python MASTER_SITES= http://www.river-bank.demon.co.uk/download/PyKDE2/ \ http://www.river-bank.demon.co.uk/download/PyQt/:qt PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -DISTNAME= PyKDE-3.11.1 -DISTFILES= ${DISTNAME}${EXTRACT_SUFX} PyQt-x11-gpl-${PYQTVERSION}${EXTRACT_SUFX}:qt +DISTNAME= PyKDE-${PORTVERSION} +DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \ + PyQt-x11-gpl-${PYQTVERSION}${EXTRACT_SUFX}:qt MAINTAINER= ports@FreeBSD.org -COMMENT= Python Bindings for KDE +COMMENT= Python Bindings for KDE3 BUILD_DEPENDS= pyuic:${PORTSDIR}/x11-toolkits/py-qt RUN_DEPENDS= ${BUILD_DEPENDS} @@ -24,9 +25,8 @@ USE_KDELIBS_VER=3 USE_REINPLACE= yes -PYQTVERSION= 3.11 +PYQTVERSION= 3.13 EXAMPLESDIR= ${PREFIX}/share/examples/${PKGBASE} -PKGMESSAGE= ${WRKDIR}/pkg-message NO_FILTER_SHLIBS= yes @@ -34,8 +34,6 @@ .if ${OSVERSION} < 500000 BROKEN= "Does not run on 4.x" -.else -BROKEN= "Unfetchable" .endif post-patch: @@ -59,12 +57,9 @@ @${PYTHON_CMD} ${PYTHON_LIBDIR}/compileall.py ${EXAMPLESDIR} @${PYTHON_CMD} -O ${PYTHON_LIBDIR}/compileall.py ${EXAMPLESDIR} @${CHOWN} -R ${SHAREOWN}:${SHAREGRP} ${EXAMPLESDIR} - @${SED} -e "s|%%EXAMPLESDIR%%|${EXAMPLESDIR}|" < ${FILESDIR}/pkg-message.in \ - > ${PKGMESSAGE} - @${ECHO_MSG} - @${CAT} ${PKGMESSAGE} - @${ECHO_MSG} .endif @${INSTALL_SCRIPT} ${WRKSRC}/contrib/kdepyuic ${PREFIX}/bin + @${PYTHON_CMD} -c "import pykdeconfig, dcopexport" + @${PYTHON_CMD} -O -c "import pykdeconfig, dcopexport" .include diff -urN x11-toolkits/py-kde/distinfo x11-toolkits/py-kde.new/distinfo --- x11-toolkits/py-kde/distinfo Wed Sep 29 00:03:16 2004 +++ x11-toolkits/py-kde.new/distinfo Tue Sep 28 23:34:43 2004 @@ -1,4 +1,4 @@ -MD5 (PyKDE-3.11.1.tar.gz) = ad689ed02054ea03b7f4d2d0cd84e6b6 -SIZE (PyKDE-3.11.1.tar.gz) = 1185069 -MD5 (PyQt-x11-gpl-3.11.tar.gz) = 78d0ef29f57d7efd1d87f9a24fc25f1e -SIZE (PyQt-x11-gpl-3.11.tar.gz) = 757652 +MD5 (PyKDE-3.11.3.tar.gz) = 7e0b2df3d5f9718833238501c3a21e96 +SIZE (PyKDE-3.11.3.tar.gz) = 1254776 +MD5 (PyQt-x11-gpl-3.13.tar.gz) = a4145b39742a4d9df9b6bf06495f75f5 +SIZE (PyQt-x11-gpl-3.13.tar.gz) = 763066 diff -urN x11-toolkits/py-kde/files/pkg-message.in x11-toolkits/py-kde.new/files/pkg-message.in --- x11-toolkits/py-kde/files/pkg-message.in Wed Sep 29 00:03:16 2004 +++ x11-toolkits/py-kde.new/files/pkg-message.in Thu Jan 1 01:00:00 1970 @@ -1,3 +0,0 @@ -To test run: - -cd %%EXAMPLESDIR%% && python uisampler.py diff -urN x11-toolkits/py-kde/pkg-descr x11-toolkits/py-kde.new/pkg-descr --- x11-toolkits/py-kde/pkg-descr Wed Sep 29 00:03:16 2004 +++ x11-toolkits/py-kde.new/pkg-descr Tue Sep 28 23:34:47 2004 @@ -1,3 +1,3 @@ -Python Bindings for KDE. +Python Bindings for KDE3 WWW: http://www.riverbankcomputing.co.uk/pykde/index.php diff -urN x11-toolkits/py-kde/pkg-plist x11-toolkits/py-kde.new/pkg-plist --- x11-toolkits/py-kde/pkg-plist Wed Sep 29 00:03:16 2004 +++ x11-toolkits/py-kde.new/pkg-plist Wed Sep 29 00:03:59 2004 @@ -1,5 +1,11 @@ bin/kdepyuic %%PYTHON_SITELIBDIR%%/dcop.so +%%PYTHON_SITELIBDIR%%/dcopexport.py +%%PYTHON_SITELIBDIR%%/dcopexport.pyc +%%PYTHON_SITELIBDIR%%/dcopexport.pyo +%%PYTHON_SITELIBDIR%%/dcopext.py +%%PYTHON_SITELIBDIR%%/dcopext.pyc +%%PYTHON_SITELIBDIR%%/dcopext.pyo %%PYTHON_SITELIBDIR%%/kdecore.so %%PYTHON_SITELIBDIR%%/kdefx.so %%PYTHON_SITELIBDIR%%/kdeprint.so @@ -11,7 +17,10 @@ %%PYTHON_SITELIBDIR%%/kmdi.so %%PYTHON_SITELIBDIR%%/kparts.so %%PYTHON_SITELIBDIR%%/kspell.so +%%PYTHON_SITELIBDIR%%/kutils.so %%PYTHON_SITELIBDIR%%/pykdeconfig.py +%%PYTHON_SITELIBDIR%%/pykdeconfig.pyc +%%PYTHON_SITELIBDIR%%/pykdeconfig.pyo %%PORTDOCS%%%%EXAMPLESDIR%%/README %%PORTDOCS%%%%EXAMPLESDIR%%/aboutkde.png %%PORTDOCS%%%%EXAMPLESDIR%%/astron.png @@ -125,6 +134,7 @@ share/sip/kdecore/kkeyserver_x11.sip share/sip/kdecore/klibloader.sip share/sip/kdecore/klocale.sip +share/sip/kdecore/klockfile.sip share/sip/kdecore/kmacroexpander.sip share/sip/kdecore/kmanagerselection.sip share/sip/kdecore/kmdcodec.sip @@ -156,7 +166,7 @@ share/sip/kdecore/kstringhandler.sip share/sip/kdecore/ktempdir.sip share/sip/kdecore/ktempfile.sip -share/sip/kdecore/kuniqueapp.sip +share/sip/kdecore/kuniqueapplication.sip share/sip/kdecore/kurl.sip share/sip/kdecore/kurldrag.sip share/sip/kdecore/kuser.sip @@ -203,6 +213,7 @@ share/sip/kdeui/kaction.sip share/sip/kdeui/kactionclasses.sip share/sip/kdeui/kactioncollection.sip +share/sip/kdeui/kactionselector.sip share/sip/kdeui/kactionshortcutlist.sip share/sip/kdeui/kactivelabel.sip share/sip/kdeui/kalphapainter.sip @@ -252,12 +263,14 @@ share/sip/kdeui/kjanuswidget.sip share/sip/kdeui/kkeybutton.sip share/sip/kdeui/kkeydialog.sip +share/sip/kdeui/klanguagebutton.sip share/sip/kdeui/kled.sip share/sip/kdeui/klineedit.sip share/sip/kdeui/klineeditdlg.sip share/sip/kdeui/klistbox.sip share/sip/kdeui/klistview.sip share/sip/kdeui/klistviewlineedit.sip +share/sip/kdeui/klistviewsearchline.sip share/sip/kdeui/kmainwindow.sip share/sip/kdeui/kmainwindowiface.sip share/sip/kdeui/kmenubar.sip @@ -404,10 +417,14 @@ share/sip/kio/kiomod.sip share/sip/kio/kmimemagic.sip share/sip/kio/kmimetype.sip +share/sip/kio/kmimetypechooser.sip +share/sip/kio/knfsshare.sip share/sip/kio/kpac.sip share/sip/kio/kprotocolinfo.sip share/sip/kio/kprotocolmanager.sip +share/sip/kio/kremoteencoding.sip share/sip/kio/krun.sip +share/sip/kio/ksambashare.sip share/sip/kio/kscan.sip share/sip/kio/kservice.sip share/sip/kio/kservicegroup.sip @@ -415,6 +432,7 @@ share/sip/kio/kshellcompletion.sip share/sip/kio/kshred.sip share/sip/kio/ksycoca.sip +share/sip/kio/ksycocadict.sip share/sip/kio/ksycocaentry.sip share/sip/kio/ksycocafactory.sip share/sip/kio/ksycocatype.sip @@ -472,6 +490,18 @@ share/sip/kspell/kspelldlg.sip share/sip/kspell/kspellmod.sip share/sip/kspell/ksyntaxhighlighter.sip +share/sip/kutils/kcmoduleinfo.sip +share/sip/kutils/kcmoduleloader.sip +share/sip/kutils/kcmoduleproxy.sip +share/sip/kutils/kcmultidialog.sip +share/sip/kutils/kfind.sip +share/sip/kutils/kfinddialog.sip +share/sip/kutils/kmultitabbar.sip +share/sip/kutils/kplugininfo.sip +share/sip/kutils/kpluginselector.sip +share/sip/kutils/kreplace.sip +share/sip/kutils/kreplacedialog.sip +share/sip/kutils/kutilsmod.sip %%PORTDOCS%%@dirrm %%EXAMPLESDIR%%/uimodules %%PORTDOCS%%@dirrm %%EXAMPLESDIR%% @dirrm share/sip/dcop @@ -486,3 +516,4 @@ @dirrm share/sip/kmdi @dirrm share/sip/kparts @dirrm share/sip/kspell +@dirrm share/sip/kutils --- py-kde.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Sep 28 23: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 6BADD16A4CE for ; Tue, 28 Sep 2004 23:00:50 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6222743D2F for ; Tue, 28 Sep 2004 23:00:50 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i8SN0oEZ021766 for ; Tue, 28 Sep 2004 23: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 i8SN0o28021765; Tue, 28 Sep 2004 23:00:50 GMT (envelope-from gnats) Date: Tue, 28 Sep 2004 23:00:50 GMT Message-Id: <200409282300.i8SN0o28021765@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Danny Pansters Subject: Re: ports/71610: [PATCH] x11-toolkits/py23-kde: update to 3.11.3 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Danny Pansters List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Sep 2004 23:00:50 -0000 The following reply was made to PR ports/71610; it has been noted by GNATS. From: Danny Pansters To: freebsd-gnats-submit@freebsd.org, danny@ricin.com Cc: Subject: Re: ports/71610: [PATCH] x11-toolkits/py23-kde: update to 3.11.3 Date: Wed, 29 Sep 2004 00:49:27 +0200 Please see ports/72156 for the new version. The patch was wrong, it was taken against an older PyKDE version. This PR can be closed. ports/72156 is related to ports/72152, ports/72153 and ports/72154 which are qscintilla, py-sip and py-qt, all of which (as py-kde) needed to be updated as the older distfiles are not fetchable anymore. Please note that to avoid breakage either all port updates should be committed in synch or qscintilla and py-sip before py-qt, and then py-qt before py-kde (although building py-kde or even py-qt with an outdated pyuic might work, it's a dead end now, we really have to upgrade all of them). Thierry, thanks for your help (and patience). From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Sep 28 23:12: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 9E42716A4CF; Tue, 28 Sep 2004 23:12:25 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 79A2C43D45; Tue, 28 Sep 2004 23:12:25 +0000 (GMT) (envelope-from thierry@FreeBSD.org) Received: from freefall.freebsd.org (thierry@localhost [127.0.0.1]) i8SNCPnO028911; Tue, 28 Sep 2004 23:12:25 GMT (envelope-from thierry@freefall.freebsd.org) Received: (from thierry@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i8SNCP3n028907; Tue, 28 Sep 2004 23:12:25 GMT (envelope-from thierry) Date: Tue, 28 Sep 2004 23:12:25 GMT From: Thierry Thomas Message-Id: <200409282312.i8SNCP3n028907@freefall.freebsd.org> To: danny@ricin.com, thierry@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/71610: [PATCH] x11-toolkits/py23-kde: update to 3.11.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, 28 Sep 2004 23:12:25 -0000 Synopsis: [PATCH] x11-toolkits/py23-kde: update to 3.11.3 State-Changed-From-To: feedback->closed State-Changed-By: thierry State-Changed-When: Tue Sep 28 23:11:37 GMT 2004 State-Changed-Why: Superseded by 72156. http://www.freebsd.org/cgi/query-pr.cgi?pr=71610 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Sep 28 23: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 65A2216A4CE for ; Tue, 28 Sep 2004 23:30:29 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 599E743D41 for ; Tue, 28 Sep 2004 23:30:29 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i8SNUSHj029354 for ; Tue, 28 Sep 2004 23: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 i8SNUScn029353; Tue, 28 Sep 2004 23:30:28 GMT (envelope-from gnats) Date: Tue, 28 Sep 2004 23:30:28 GMT Message-Id: <200409282330.i8SNUScn029353@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Eugene Ossintsev 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: Eugene Ossintsev List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Sep 2004 23:30:29 -0000 The following reply was made to PR ports/72153; it has been noted by GNATS. From: Eugene Ossintsev To: freebsd-gnats-submit@FreeBSD.org, danny@ricin.com Cc: Subject: Re: ports/72153: [patch] Update devel/py-sip to 4.1.1 and fix unfetchable Date: Wed, 29 Sep 2004 01:23:00 +0200 Hello, It's tested and looks nice. But I think, instead of post-install: @${PYTHON_CMD} -O -c "import sipconfig" you have decided to add to Makefile (that is certainly a good idea), it would be better to add post-install: @${PYTHON_CMD} -c "import sipconfig" @${PYTHON_CMD} -O -c "import sipconfig" to generate both .pyc and .pyo AND then delete files/patch-aa as it will be no longer necessary to have it after that. -- Eugene Ossintsev From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Sep 28 23:40:35 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 04D2216A4D3 for ; Tue, 28 Sep 2004 23:40:34 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D096643D41 for ; Tue, 28 Sep 2004 23:40:22 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i8SNeMXw029510 for ; Tue, 28 Sep 2004 23: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 i8SNeMN6029509; Tue, 28 Sep 2004 23:40:22 GMT (envelope-from gnats) Date: Tue, 28 Sep 2004 23:40:22 GMT Message-Id: <200409282340.i8SNeMN6029509@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Eugene Ossintsev 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: Eugene Ossintsev List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Sep 2004 23:40:35 -0000 The following reply was made to PR ports/72154; it has been noted by GNATS. From: Eugene Ossintsev To: freebsd-gnats-submit@FreeBSD.org, danny@ricin.com Cc: Subject: Re: ports/72154: [patch] Update x11-toolkits/py-qt to 3.13 and fix unfetchable Date: Wed, 29 Sep 2004 01:37:52 +0200 Hello, The patch looks quite correct. But unfortunately I don't have enough time now to test it. Moreover, I'm no more interested to put my energy to maintain this particular port. So, if you, Danny, could take the maintainership of the port I would be very grateful. -- Eugene Ossintsev From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Sep 28 23: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 EADAC16A4CE for ; Tue, 28 Sep 2004 23:50:27 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id BFB8243D46 for ; Tue, 28 Sep 2004 23:50:27 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i8SNoRm3029783 for ; Tue, 28 Sep 2004 23: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 i8SNoRQq029782; Tue, 28 Sep 2004 23:50:27 GMT (envelope-from gnats) Date: Tue, 28 Sep 2004 23:50:27 GMT Message-Id: <200409282350.i8SNoRQq029782@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Danny Pansters 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 Pansters List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Sep 2004 23:50:28 -0000 The following reply was made to PR ports/72153; it has been noted by GNATS. From: Danny Pansters To: freebsd-gnats-submit@freebsd.org, danny@ricin.com Cc: Subject: Re: ports/72153: [patch] Update devel/py-sip to 4.1.1 and fix unfetchable Date: Wed, 29 Sep 2004 01:43:20 +0200 Replacing patch as suggested by maintainer (I agree): [ the change is to also compile sipconfig.pyc in the post-install stage which enables to delete all of files/] diff -ruN devel/py-sip/Makefile devel/py-sip.new/Makefile --- devel/py-sip/Makefile Wed Sep 29 01:35:27 2004 +++ devel/py-sip.new/Makefile Wed Sep 29 01:31:58 2004 @@ -5,7 +5,7 @@ # $FreeBSD: ports/devel/py-sip/Makefile,v 1.11 2004/07/08 20:04:32 krion Exp $ PORTNAME= sip -PORTVERSION= 4.0.1 +PORTVERSION= 4.1.1 CATEGORIES= devel python MASTER_SITES= http://www.river-bank.demon.co.uk/download/sip/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -18,10 +18,16 @@ USE_PYTHON= yes USE_QT_VER= 3 +.include + do-configure: @(cd ${WRKSRC} && ${SETENV} QTDIR=${X11BASE} \ QMAKESPEC=${LOCALBASE}/share/qt/mkspecs/freebsd-g++ \ ${PYTHON_CMD} configure.py -b ${PREFIX}/bin \ -d ${PYTHONPREFIX_SITELIBDIR} -v ${PREFIX}/share/sip) -.include +post-install: + @${PYTHON_CMD} -c "import sipconfig" + @${PYTHON_CMD} -O -c "import sipconfig" + +.include diff -ruN devel/py-sip/distinfo devel/py-sip.new/distinfo --- devel/py-sip/distinfo Wed Sep 29 01:35:27 2004 +++ devel/py-sip.new/distinfo Tue Sep 28 11:56:32 2004 @@ -1,2 +1,2 @@ -MD5 (sip-4.0.1.tar.gz) = a2aa4ef53cb4f18e7ce25bc2e123548e -SIZE (sip-4.0.1.tar.gz) = 289533 +MD5 (sip-4.1.1.tar.gz) = f9dc81a7726305af114fede6c4107ce6 +SIZE (sip-4.1.1.tar.gz) = 296512 diff -ruN devel/py-sip/files/patch-aa devel/py-sip.new/files/patch-aa --- devel/py-sip/files/patch-aa Wed Sep 29 01:35:27 2004 +++ devel/py-sip.new/files/patch-aa Thu Jan 1 01:00:00 1970 @@ -1,11 +0,0 @@ ---- configure.py.orig Sat Jul 3 00:17:35 2004 -+++ configure.py Sat Jul 3 00:18:18 2004 -@@ -688,7 +688,7 @@ - sipconfig.ParentMakefile( - configuration=cfg, - subdirs=["sipgen", "siplib"], -- installs=("sipconfig.py", cfg.sip_mod_dir) -+ installs=(["sipconfig.py", "sipconfig.pyc"], cfg.sip_mod_dir) - ).generate() - - sipconfig.inform("Creating sip code generator Makefile...") diff -ruN devel/py-sip/pkg-plist devel/py-sip.new/pkg-plist --- devel/py-sip/pkg-plist Wed Sep 29 01:35:27 2004 +++ devel/py-sip.new/pkg-plist Tue Sep 28 19:24:18 2004 @@ -3,3 +3,4 @@ %%PYTHON_SITELIBDIR%%/sip.so %%PYTHON_SITELIBDIR%%/sipconfig.py %%PYTHON_SITELIBDIR%%/sipconfig.pyc +%%PYTHON_SITELIBDIR%%/sipconfig.pyo From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Sep 29 00: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 0C96A16A4CF for ; Wed, 29 Sep 2004 00:10:27 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D9D8B43D54 for ; Wed, 29 Sep 2004 00:10:25 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i8T0AP2Q038661 for ; Wed, 29 Sep 2004 00:10:25 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i8T0APZ8038660; Wed, 29 Sep 2004 00:10:25 GMT (envelope-from gnats) Resent-Date: Wed, 29 Sep 2004 00:10:25 GMT Resent-Message-Id: <200409290010.i8T0APZ8038660@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, Tommy Scheunemann Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6131616A4CE for ; Wed, 29 Sep 2004 00:08:16 +0000 (GMT) Received: from m001.webpack.hosteurope.de (m001.webpack.hosteurope.de [80.237.130.139]) by mx1.FreeBSD.org (Postfix) with ESMTP id 94B7043D2D for ; Wed, 29 Sep 2004 00:08:15 +0000 (GMT) (envelope-from net@arrishq.net) Received: from dialin-212-144-019-171.arcor-ip.net ([212.144.19.171] helo=destiny.arrishq.local) by m001.webpack.hosteurope.de with asmtp (TLSv1:DES-CBC3-SHA:168) (Exim 4.34) id 1CCS0v-0003bR-M7 for FreeBSD-gnats-submit@freebsd.org; Wed, 29 Sep 2004 02:08:13 +0200 Received: from destiny.arrishq.local (destiny.arrishq.local [192.168.0.2]) by destiny.arrishq.local (8.13.0/8.12.10) with SMTP id i8T08Hen038973 for ; Wed, 29 Sep 2004 02:08:18 +0200 (CEST) (envelope-from net@arrishq.net) Message-Id: <20040929020814.1d239fe9.net@arrishq.net> Date: Wed, 29 Sep 2004 02:08:14 +0200 From: Tommy Scheunemann To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/72158: Wmconfig port update to V1.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: Wed, 29 Sep 2004 00:10:27 -0000 >Number: 72158 >Category: ports >Synopsis: Wmconfig port update to V1.2.2 >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: Wed Sep 29 00:10:25 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Tommy Scheunemann >Release: FreeBSD 6.0-CURRENT i386 >Organization: >Environment: System: FreeBSD destiny.arrishq.local 6.0-CURRENT FreeBSD 6.0-CURRENT #0: Thu Sep 23 17:53:59 CEST 2004 root@destiny.arrishq.local:/usr/obj/usr/src/sys/DESTINY i386 >Description: Wmconfig port update to Version 1.2.2 >How-To-Repeat: >Fix: diff -ruN wmconfig/Makefile wmconfig_new/Makefile --- wmconfig/Makefile Fri Aug 20 12:43:33 2004 +++ wmconfig_new/Makefile Wed Sep 29 00:55:21 2004 @@ -6,12 +6,14 @@ # PORTNAME= wmconfig -PORTVERSION= 1.2.1 +PORTVERSION= 1.2.2 CATEGORIES= x11-wm MASTER_SITES= http://www.arrishq.net/downloads/ MAINTAINER= ports@FreeBSD.org COMMENT= Menu generation tool for X window managers + +RUN_DEPENDS= wish8.4:${PORTSDIR}/x11-toolkits/tk84 USE_BZIP2= yes USE_GETOPT_LONG= yes diff -ruN wmconfig/distinfo wmconfig_new/distinfo --- wmconfig/distinfo Fri Aug 20 12:43:33 2004 +++ wmconfig_new/distinfo Wed Sep 29 00:50:04 2004 @@ -1,2 +1,2 @@ -MD5 (wmconfig-1.2.1.tar.bz2) = 0bd08fdd8fd5726b80f8486d5f4ed13b -SIZE (wmconfig-1.2.1.tar.bz2) = 122786 +MD5 (wmconfig-1.2.2.tar.bz2) = c256d66d151078a25e0132db44d01d0a +SIZE (wmconfig-1.2.2.tar.bz2) = 123104 diff -ruN wmconfig/pkg-plist wmconfig_new/pkg-plist --- wmconfig/pkg-plist Fri Aug 20 12:43:33 2004 +++ wmconfig_new/pkg-plist Wed Sep 29 00:52:48 2004 @@ -1,4 +1,5 @@ bin/wmconfig +bin/wmconfig_launcher etc/wmconfig/Applications etc/wmconfig/Astronomy etc/wmconfig/Desktop --Signature=_Wed__29_Sep_2004_02_08_14_+0200_4vjxqg_bfObpBvZl Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iEYEARECAAYFAkFZ/PEACgkQlStlKSgKQaMgXgCeMDvopXFlueb/6IeuFIaZa001 qFIAn1Bp7kws8Q3gZi2CaWSScBvrDvXQ =8jkF -----END PGP SIGNATURE----- --Signature=_Wed__29_Sep_2004_02_08_14_+0200_4vjxqg_bfObpBvZl-- >Release-Note: >Audit-Trail: >Unformatted: --Signature=_Wed__29_Sep_2004_02_08_14_+0200_4vjxqg_bfObpBvZl Content-Type: text/plain; charset=US-ASCII Content-Disposition: inline Content-Transfer-Encoding: 7bit From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Sep 29 00: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 9E48216A4D3 for ; Wed, 29 Sep 2004 00:40:25 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4E75E43D5A for ; Wed, 29 Sep 2004 00:40:18 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i8T0eImn039253 for ; Wed, 29 Sep 2004 00:40:18 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i8T0eIJa039252; Wed, 29 Sep 2004 00:40:18 GMT (envelope-from gnats) Resent-Date: Wed, 29 Sep 2004 00:40:18 GMT Resent-Message-Id: <200409290040.i8T0eIJa039252@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, mark burdett Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3C50E16A4CE for ; Wed, 29 Sep 2004 00:30:37 +0000 (GMT) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3422543D41 for ; Wed, 29 Sep 2004 00:30:37 +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 i8T0UbDr065484 for ; Wed, 29 Sep 2004 00:30:37 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.12.11/8.12.11/Submit) id i8T0UbDa065483; Wed, 29 Sep 2004 00:30:37 GMT (envelope-from nobody) Message-Id: <200409290030.i8T0UbDa065483@www.freebsd.org> Date: Wed, 29 Sep 2004 00:30:37 GMT From: mark burdett To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-2.3 Subject: ports/72159: port x11-toolkits/qt33: Build error 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: Wed, 29 Sep 2004 00:40:25 -0000 >Number: 72159 >Category: ports >Synopsis: port x11-toolkits/qt33: Build error >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: Wed Sep 29 00:40:17 GMT 2004 >Closed-Date: >Last-Modified: >Originator: mark burdett >Release: 5.3-BETA6 #3 >Organization: >Environment: FreeBSD 5.3-BETA6 #3 i386 >Description: /usr/ports/x11-toolkits/qt33/work/qt-x11-free-3.3.3/bin/uic -L /usr/ports/x11-toolkits/qt33/work/qt-x11-free-3.3.3/plugins listboxeditor.ui -o listboxeditor.h Fatal error 'Spinlock called when not threaded.' at line 83 in file /usr/src/lib/libpthread/thread/thr_spinlock.c (errno = 0) *** Signal 6 Stop in /usr/ports/x11-toolkits/qt33/work/qt-x11-free-3.3.3/tools/designer/designer. *** Error code 1 >How-To-Repeat: cd /usr/ports/x11-toolkits/qt33 make install >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Sep 29 00: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 C3E6316A4CF for ; Wed, 29 Sep 2004 00:40:25 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3B7A343D55 for ; Wed, 29 Sep 2004 00:40:21 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i8T0eLsL039260 for ; Wed, 29 Sep 2004 00: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 i8T0eLIb039259; Wed, 29 Sep 2004 00:40:21 GMT (envelope-from gnats) Date: Wed, 29 Sep 2004 00:40:21 GMT Message-Id: <200409290040.i8T0eLIb039259@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Danny Pansters 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 Pansters List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Sep 2004 00:40:26 -0000 The following reply was made to PR ports/72154; it has been noted by GNATS. From: Danny Pansters To: freebsd-gnats-submit@freebsd.org, danny@ricin.com Cc: Subject: Re: ports/72154: [patch] Update x11-toolkits/py-qt to 3.13 and fix unfetchable Date: Wed, 29 Sep 2004 02:32:58 +0200 I will gladly take maintainership of py-qt and py-kde if I can also maintain py-sip, otherwise I'll always be lagging behind with sip and I'm not going to do that. That's the deal. Take it or leave it ;-) From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Sep 29 01: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 9FBBA16A4D2 for ; Wed, 29 Sep 2004 01:00:49 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 77B8A43D1D for ; Wed, 29 Sep 2004 01:00:49 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i8T10lAi041199 for ; Wed, 29 Sep 2004 01: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 i8T10kKF041188; Wed, 29 Sep 2004 01:00:46 GMT (envelope-from gnats) Resent-Date: Wed, 29 Sep 2004 01:00:46 GMT Resent-Message-Id: <200409290100.i8T10kKF041188@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, UMENO Takashi Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B9C9A16A4CE; Wed, 29 Sep 2004 00:50:39 +0000 (GMT) Received: from belldandy.unnumbered.net (gateway.unnumbered.net [61.197.240.129]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0157843D39; Wed, 29 Sep 2004 00:50:39 +0000 (GMT) (envelope-from umeno@belldandy.unnumbered.net) Received: from belldandy.unnumbered.net (localhost.unnumbered.net [127.0.0.1]) i8T0oZam014492; Wed, 29 Sep 2004 09:50:35 +0900 (JST) (envelope-from umeno@belldandy.unnumbered.net) Received: (from umeno@localhost) by belldandy.unnumbered.net (8.13.1/8.13.1/Submit) id i8T0oYrN014491; Wed, 29 Sep 2004 09:50:34 +0900 (JST) (envelope-from umeno) Message-Id: <200409290050.i8T0oYrN014491@belldandy.unnumbered.net> Date: Wed, 29 Sep 2004 09:50:34 +0900 (JST) From: UMENO Takashi To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 cc: kris@FreeBSD.org Subject: ports/72160: Maintainer Update: games/pykawari broken of 4-stable X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: UMENO Takashi List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Sep 2004 01:00:49 -0000 >Number: 72160 >Category: ports >Synopsis: Maintainer Update: games/pykawari broken of 4-stable >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: Wed Sep 29 01:00:46 GMT 2004 >Closed-Date: >Last-Modified: >Originator: UMENO Takashi >Release: FreeBSD 4.10-STABLE i386 >Organization: Individual >Environment: System: FreeBSD belldandy.unnumbered.net 4.10-STABLE FreeBSD 4.10-STABLE #0: Sat Sep 4 14:52:53 JST 2004 umeno@belldandy.unnumbered.net:/usr/obj/usr/src/sys/SAKUYA22 i386 >Description: Maintainer Update: games/pykawari broken on 4-stable Please see: http://www.freebsd.org/cgi/cvsweb.cgi/ports/games/pykawari/Makefile?rev=1.7&content-type=text/x-cvsweb-markup By the way, please wait a moment for broken on 5-stable and 6-current. >How-To-Repeat: N/A >Fix: diff -urN pykawari.orig/Makefile pykawari/Makefile --- pykawari.orig/Makefile Sun Sep 26 11:41:18 2004 +++ pykawari/Makefile Wed Sep 29 09:38:15 2004 @@ -39,7 +39,7 @@ .include -.if ${OSVERSION} >= 50126 +.if ${OSVERSION} >= 502126 BROKEN= "Does not compile on FreeBSD >= 5.x" .endif >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Sep 29 02: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 AA59F16A4D0 for ; Wed, 29 Sep 2004 02:40:27 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7DBEE43D48 for ; Wed, 29 Sep 2004 02:40:27 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i8T2eRCq053853 for ; Wed, 29 Sep 2004 02:40:27 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i8T2eRO8053852; Wed, 29 Sep 2004 02:40:27 GMT (envelope-from gnats) Resent-Date: Wed, 29 Sep 2004 02:40:27 GMT Resent-Message-Id: <200409290240.i8T2eRO8053852@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, KOJIMA Hajime Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 05D3616A4CE for ; Wed, 29 Sep 2004 02:34:42 +0000 (GMT) Received: from souryu.st.ryukoku.ac.jp (souryu.st.ryukoku.ac.jp [133.83.4.51]) by mx1.FreeBSD.org (Postfix) with ESMTP id AE4B343D31 for ; Wed, 29 Sep 2004 02:34:40 +0000 (GMT) (envelope-from kjm@ideon.st.ryukoku.ac.jp) Received: from localhost (localhost.st.ryukoku.ac.jp [127.0.0.1]) by souryu.st.ryukoku.ac.jp (Postfix) with ESMTP id 09489133E3 for ; Wed, 29 Sep 2004 11:34:38 +0900 (JST) Received: from ideon.st.ryukoku.ac.jp (ideon.st.ryukoku.ac.jp [133.83.36.5]) by souryu.st.ryukoku.ac.jp (Postfix) with ESMTP id 2001C133D6 for ; Wed, 29 Sep 2004 11:34:33 +0900 (JST) Received: from ideon.st.ryukoku.ac.jp (ActionKamen@localhost [127.0.0.1]) i8T2YW5Q039814 for ; Wed, 29 Sep 2004 11:34:33 +0900 (JST) (envelope-from kjm@ideon.st.ryukoku.ac.jp) Received: (from kjm@localhost) by ideon.st.ryukoku.ac.jp (8.12.8p2/8.12.8/Submit) id i8T2YWnj039813; Wed, 29 Sep 2004 11:34:32 +0900 (JST) (envelope-from kjm) Message-Id: <200409290234.i8T2YWnj039813@ideon.st.ryukoku.ac.jp> Date: Wed, 29 Sep 2004 11:34:32 +0900 (JST) From: KOJIMA Hajime To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/72161: vuln.xml bug - CAN-2004-0492 vulnerability was fixed already in apache-1.3.31_1. X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: KOJIMA Hajime List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Sep 2004 02:40:27 -0000 >Number: 72161 >Category: ports >Synopsis: vuln.xml bug - CAN-2004-0492 vulnerability was fixed already in apache-1.3.31_1. >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: doc-bug >Submitter-Id: current-users >Arrival-Date: Wed Sep 29 02:40:26 GMT 2004 >Closed-Date: >Last-Modified: >Originator: KOJIMA Hajime >Release: FreeBSD 4.8-RELEASE-p24 i386 >Organization: Ryukoku University >Environment: System: FreeBSD ideon.st.ryukoku.ac.jp 4.8-RELEASE-p24 FreeBSD 4.8-RELEASE-p24 #5: Sat Jul 17 01:39:47 JST 2004 kjm@ideon.st.ryukoku.ac.jp:/usr/obj/usr/src/sys/IDEON-48 i386 >Description: portaudit: apache -- heap overflow in mod_proxy http://www.FreeBSD.org/ports/portaudit/ca6c8f35-0a5f-11d9-ad6f-00061bc2ad93.html shows as "Affects: apache <=1.3.31_6", but CAN-2004-0492 vulnerability was fixed already in apache-1.3.31_1. portaudit uses this data, and I cannot install "www/apache13" port. >How-To-Repeat: http://www.freebsd.org/cgi/cvsweb.cgi/ports/www/apache13/Makefile?rev=1.151&content-type=text/x-cvsweb-markup >Fix: change vuln.xml from: apache -- heap overflow in mod_proxy apache 1.3.31_6 to: apache -- heap overflow in mod_proxy apache 1.3.31_1 >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Sep 29 04:20: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 1B8D616A4CE for ; Wed, 29 Sep 2004 04:20:22 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0406943D58 for ; Wed, 29 Sep 2004 04:20:22 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i8T4KLpe070273 for ; Wed, 29 Sep 2004 04: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 i8T4KLuh070272; Wed, 29 Sep 2004 04:20:21 GMT (envelope-from gnats) Resent-Date: Wed, 29 Sep 2004 04:20:21 GMT Resent-Message-Id: <200409290420.i8T4KLuh070272@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, Matthias Buelow Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C339F16A4CE for ; Wed, 29 Sep 2004 04:11:54 +0000 (GMT) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id A26BE43D55 for ; Wed, 29 Sep 2004 04:11:54 +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 i8T4BsjJ015415 for ; Wed, 29 Sep 2004 04:11:54 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.12.11/8.12.11/Submit) id i8T4BsBB015414; Wed, 29 Sep 2004 04:11:54 GMT (envelope-from nobody) Message-Id: <200409290411.i8T4BsBB015414@www.freebsd.org> Date: Wed, 29 Sep 2004 04:11:54 GMT From: Matthias Buelow To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-2.3 Subject: ports/72162: mplayer port annoying behaviour 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: Wed, 29 Sep 2004 04:20:22 -0000 >Number: 72162 >Category: ports >Synopsis: mplayer port annoying behaviour >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: Wed Sep 29 04:20:21 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Matthias Buelow >Release: 5.3-beta6 >Organization: >Environment: FreeBSD xxx 5.3-BETA6 FreeBSD 5.3-BETA6 #1: Tue Sep 28 18:32:48 CEST 2004 root@xxx:/usr/obj/usr/src/sys/xxx i386 >Description: I think I've seen this before. The mplayer port pops up a nice dialog box, giving you a selection, which "skins" to install. I always select only the default one (I don't f*cking care about a "skin"). Then, as if to mock me, it starts to download _all_ skin files. Of course, since the mplayer guys like to tinker with the skins, you have at least a handful or more which do not match what the port expects. Resulting in the port trying various servers serially, with timeouts etc. etc. This is highly annoying. Please fix the port to download only those skins that are actually requested. Or omit the skins totally. The user can easily install these seperately. Thanks. >How-To-Repeat: Install multimedia/mplayer from ports. >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Sep 29 09:00: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 3E6D916A4CE; Wed, 29 Sep 2004 09:00:52 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1D12143D55; Wed, 29 Sep 2004 09:00:52 +0000 (GMT) (envelope-from sergei@FreeBSD.org) Received: from freefall.freebsd.org (sergei@localhost [127.0.0.1]) i8T90pHR025909; Wed, 29 Sep 2004 09:00:51 GMT (envelope-from sergei@freefall.freebsd.org) Received: (from sergei@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i8T90pHJ025905; Wed, 29 Sep 2004 09:00:51 GMT (envelope-from sergei) Date: Wed, 29 Sep 2004 09:00:51 GMT From: Sergei Kolobov Message-Id: <200409290900.i8T90pHJ025905@freefall.freebsd.org> To: sergei@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, sergei@FreeBSD.org Subject: Re: ports/71819: [NEW PORT] dns/dnsdoctor: Perform consistency checks on DNS zones 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: Wed, 29 Sep 2004 09:00:52 -0000 Synopsis: [NEW PORT] dns/dnsdoctor: Perform consistency checks on DNS zones Responsible-Changed-From-To: freebsd-ports-bugs->sergei Responsible-Changed-By: sergei Responsible-Changed-When: Wed Sep 29 09:00:44 GMT 2004 Responsible-Changed-Why: Grab it. http://www.freebsd.org/cgi/query-pr.cgi?pr=71819 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Sep 29 09:04: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 AC27C16A4CE; Wed, 29 Sep 2004 09:04:31 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8C89443D46; Wed, 29 Sep 2004 09:04:31 +0000 (GMT) (envelope-from arved@FreeBSD.org) Received: from freefall.freebsd.org (arved@localhost [127.0.0.1]) i8T94Vio026415; Wed, 29 Sep 2004 09:04:31 GMT (envelope-from arved@freefall.freebsd.org) Received: (from arved@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i8T94Vfh026411; Wed, 29 Sep 2004 09:04:31 GMT (envelope-from arved) Date: Wed, 29 Sep 2004 09:04:31 GMT From: Tilman Linneweh Message-Id: <200409290904.i8T94Vfh026411@freefall.freebsd.org> To: arved@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, arved@FreeBSD.org Subject: Re: ports/72152: [patch] Update x11-toolkits/qscintilla to 1.4 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: Wed, 29 Sep 2004 09:04:31 -0000 Synopsis: [patch] Update x11-toolkits/qscintilla to 1.4 and fix unfetchable Responsible-Changed-From-To: freebsd-ports-bugs->arved Responsible-Changed-By: arved Responsible-Changed-When: Wed Sep 29 09:03:51 GMT 2004 Responsible-Changed-Why: Over to maintainer http://www.freebsd.org/cgi/query-pr.cgi?pr=72152 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Sep 29 09: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 20FA216A4CE for ; Wed, 29 Sep 2004 09:40:23 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id EEFA343D5C for ; Wed, 29 Sep 2004 09:40:22 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i8T9eMIM031388 for ; Wed, 29 Sep 2004 09: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 i8T9eMPO031387; Wed, 29 Sep 2004 09:40:22 GMT (envelope-from gnats) Resent-Date: Wed, 29 Sep 2004 09:40:22 GMT Resent-Message-Id: <200409290940.i8T9eMPO031387@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 D248F16A4DA for ; Wed, 29 Sep 2004 09:30:37 +0000 (GMT) Received: from sh0.radio.gr.jp (sh0.radio.gr.jp [61.195.157.54]) by mx1.FreeBSD.org (Postfix) with ESMTP id 978E643D2F for ; Wed, 29 Sep 2004 09:30:37 +0000 (GMT) (envelope-from kimura@sh0.radio.gr.jp) Received: by sh0.radio.gr.jp (secret 9.6/smtpfeed 1.20) id i8T9UYNa042313; Wed, 29 Sep 2004 18:30:35 +0900 (JST) Received: by sh0.radio.gr.jp (secret/fkimura 9.0) id i8T9UOqw042308; Wed, 29 Sep 2004 18:30:24 +0900 (JST) Message-Id: <200409290930.i8T9UOqw042308@sh0.radio.gr.jp> Date: Wed, 29 Sep 2004 18:30:24 +0900 (JST) From: Fumihiko Kimura To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/72164: maintainer-update ports: mail/relay-ctrl Drop maintainership 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: Wed, 29 Sep 2004 09:40:23 -0000 >Number: 72164 >Category: ports >Synopsis: maintainer-update ports: mail/relay-ctrl Drop maintainership >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: Wed Sep 29 09:40:22 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Fumihiko Kimura >Release: FreeBSD 4.10-RELEASE-p2 i386 >Organization: >Environment: >Description: I have had the server which I used Qmail for until last month. However, only environment of Sendmail holds me now. Therefore I get impossible to support this port. Please, change the MAINTAINER from jfkimura@yahoo.co.jp to ports@FreeBSD.org. (this port only) I hope to have somebody continues this port and support it. >How-To-Repeat: >Fix: === begin cut here === diff -urN relay-ctrl-orig/Makefile relay-ctrl/Makefile --- relay-ctrl-orig/Makefile Thu Mar 25 06:33:00 2004 +++ relay-ctrl/Makefile Wed Sep 29 18:21:56 2004 @@ -11,7 +11,7 @@ CATEGORIES= mail MASTER_SITES= http://untroubled.org/${PORTNAME}/ -MAINTAINER= jfkimura@yahoo.co.jp +MAINTAINER= ports@FreeBSD.org COMMENT= SMTP Relaying Control for qmail & tcpserver .if defined(WITH_DAEMONTOOLS) === ended cut here === >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Sep 29 11: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 9A70016A4D6 for ; Wed, 29 Sep 2004 11:00:48 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id B6B4543D62 for ; Wed, 29 Sep 2004 11:00:44 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i8TB0iGj040338 for ; Wed, 29 Sep 2004 11: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 i8TB0ikp040337; Wed, 29 Sep 2004 11:00:44 GMT (envelope-from gnats) Resent-Date: Wed, 29 Sep 2004 11:00:44 GMT Resent-Message-Id: <200409291100.i8TB0ikp040337@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, Joel Ray Holveck Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5D26A16A4CE for ; Wed, 29 Sep 2004 10:53:40 +0000 (GMT) Received: from thor.piquan.org (adsl-66-125-235-59.dsl.sntc01.pacbell.net [66.125.235.59]) by mx1.FreeBSD.org (Postfix) with ESMTP id E7F9343D55 for ; Wed, 29 Sep 2004 10:53:39 +0000 (GMT) (envelope-from joelh@thor.piquan.org) Received: from thor.piquan.org (joelh@localhost [127.0.0.1]) by thor.piquan.org (8.12.10/8.12.10) with ESMTP id i8TArXUH016135 for ; Wed, 29 Sep 2004 03:53:33 -0700 (PDT) (envelope-from joelh@thor.piquan.org) Received: (from joelh@localhost) by thor.piquan.org (8.12.10/8.12.10/Submit) id i8TArWC4016134; Wed, 29 Sep 2004 03:53:32 -0700 (PDT) (envelope-from joelh) Message-Id: <200409291053.i8TArWC4016134@thor.piquan.org> Date: Wed, 29 Sep 2004 03:53:32 -0700 (PDT) From: Joel Ray Holveck To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/72165: [patch] games/freebsd-games: adventure dumps core on save X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Joel Ray Holveck List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Sep 2004 11:00:48 -0000 >Number: 72165 >Category: ports >Synopsis: [patch] games/freebsd-games: adventure dumps core on save >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: Wed Sep 29 11:00:44 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Joel Ray Holveck >Release: FreeBSD 5.2.1-RELEASE-p10 i386 >Organization: >Environment: System: FreeBSD thor.piquan.org 5.2.1-RELEASE-p10 FreeBSD 5.2.1-RELEASE-p10 #2: Sun Sep 26 00:37:32 PDT 2004 joelh@thor.piquan.org:/usr/local/src/freebsd/obj/usr/local/src/freebsd/src/sys/THOR i386 >Description: The adventure game (from the games/freebsd-games port), when told to save, dumps core. >How-To-Repeat: thor$ adventure Welcome to Adventure!! Would you like instructions? no You are standing at the end of a road before a small brick building. Around you is a forest. A small stream flows out of the building and down a gully. save I can suspend your adventure for you so you can resume later, but you will have to wait at least 45 minutes before continuing. Is this acceptable? yes OK What would you like to call the saved version? /tmp/foo Segmentation fault (core dumped) thor$ >Fix: The enclosed patch creates two new patch files for the port to fix this bug. --- advpatch begins here --- --- files/patch-adventure::crc.c.bak Wed Sep 29 03:40:45 2004 +++ files/patch-adventure::crc.c Wed Sep 29 03:33:15 2004 @@ -0,0 +1,11 @@ +--- adventure/crc.c.bak Sat Feb 23 01:59:45 2002 ++++ adventure/crc.c Wed Sep 29 03:29:37 2004 +@@ -120,7 +120,7 @@ + + /* Process nr bytes at a time; ptr points to them */ + u_long +-crc(const char *ptr, size_t nr) ++crc(const char *ptr, ssize_t nr) + { + int i; + const char *p; --- files/patch-adventure::hdr.c.bak Wed Sep 29 03:40:45 2004 +++ files/patch-adventure::hdr.h Wed Sep 29 03:33:25 2004 @@ -0,0 +1,11 @@ +--- adventure/hdr.h.bak Mon Nov 10 15:46:52 2003 ++++ adventure/hdr.h Wed Sep 29 03:30:55 2004 +@@ -167,7 +167,7 @@ + void checkhints (void); + void ciao (void); + extern gid_t egid; +-u_long crc (const char *ptr, size_t nr); ++u_long crc (const char *ptr, ssize_t nr); + void crc_start (void); + int dark (void); + void datime (int *d, int *t); --- advpatch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Sep 29 11: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 938B216A4CE for ; Wed, 29 Sep 2004 11:20:21 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 782F043D53 for ; Wed, 29 Sep 2004 11:20:21 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i8TBKLF7044623 for ; Wed, 29 Sep 2004 11: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 i8TBKLVr044615; Wed, 29 Sep 2004 11:20:21 GMT (envelope-from gnats) Resent-Date: Wed, 29 Sep 2004 11:20:21 GMT Resent-Message-Id: <200409291120.i8TBKLVr044615@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, Dima Panov Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EEE9516A4CE for ; Wed, 29 Sep 2004 11:17:23 +0000 (GMT) Received: from Fluffy.Khv.RU (fluffy.khv.ru [212.19.26.8]) by mx1.FreeBSD.org (Postfix) with ESMTP id CD61743D2D for ; Wed, 29 Sep 2004 11:17:17 +0000 (GMT) (envelope-from redfox@Fluffy.Khv.RU) Received: from Fluffy.Khv.RU (localhost [127.0.0.1])i8TBHCKs053407 for ; Wed, 29 Sep 2004 22:17:12 +1100 (VLAST) (envelope-from redfox@Fluffy.Khv.RU) Received: (from redfox@localhost) by Fluffy.Khv.RU (8.13.1/8.13.1/Fluffy/Submit/1.1) id i8TBHCXY053406; Wed, 29 Sep 2004 22:17:12 +1100 (VLAST) (envelope-from redfox) Message-Id: <200409291117.i8TBHCXY053406@Fluffy.Khv.RU> Date: Wed, 29 Sep 2004 22:17:12 +1100 (VLAST) From: Dima Panov To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/72166: Update net/centericq to 4.12.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Dima Panov List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Sep 2004 11:20:21 -0000 >Number: 72166 >Category: ports >Synopsis: Update net/centericq to 4.12.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: Wed Sep 29 11:20:21 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Dima Panov >Release: FreeBSD 4.10-STABLE i386 >Organization: Twilight Zone >Environment: System: FreeBSD Fluffy.Khv.RU 4.10-STABLE FreeBSD 4.10-STABLE #0: Wed Sep 29 07:01:00 VLAST 2004 root@Fluffy.Khv.RU:/usr/obj/usr/src4/sys/FLUFFY i386 >Description: Update net/centericq to recent version, 4.12.0 >How-To-Repeat: >Fix: Index: net/centericq/Makefile =================================================================== RCS file: /home/ncvs/ports/net/centericq/Makefile,v retrieving revision 1.95 diff -u -r1.95 Makefile --- net/centericq/Makefile 2 Sep 2004 16:17:37 -0000 1.95 +++ net/centericq/Makefile 29 Sep 2004 11:06:24 -0000 @@ -7,7 +7,7 @@ # PORTNAME= centericq -PORTVERSION= 4.11.0 +PORTVERSION= 4.12.0 PORTREVISION= 0 CATEGORIES= net MASTER_SITES= http://centericq.de/archive/source/releases/ \ Index: net/centericq/distinfo =================================================================== RCS file: /home/ncvs/ports/net/centericq/distinfo,v retrieving revision 1.42 diff -u -r1.42 distinfo --- net/centericq/distinfo 2 Sep 2004 16:17:37 -0000 1.42 +++ net/centericq/distinfo 29 Sep 2004 09:14:28 -0000 @@ -1,2 +1,2 @@ -MD5 (centericq-4.11.0.tar.bz2) = bed5e7eeb60b5ac0045f201f13130964 -SIZE (centericq-4.11.0.tar.bz2) = 1244984 +MD5 (centericq-4.12.0.tar.bz2) = 124a8fba87c1459f3b7639c7b160402a +SIZE (centericq-4.12.0.tar.bz2) = 1246533 Index: net/centericq/files/extra-patch-gcc34 =================================================================== RCS file: /home/ncvs/ports/net/centericq/files/extra-patch-gcc34,v retrieving revision 1.1 diff -u -r1.1 extra-patch-gcc34 --- net/centericq/files/extra-patch-gcc34 20 Aug 2004 19:56:50 -0000 1.1 +++ net/centericq/files/extra-patch-gcc34 29 Sep 2004 09:19:00 -0000 @@ -470,15 +470,6 @@ } --- src/icqconf.cc.orig Sat Jul 31 13:47:05 2004 +++ src/icqconf.cc Fri Aug 20 22:47:11 2004 -@@ -1,7 +1,7 @@ - /* - * - * centericq configuration handling routines --* $Id: icqconf.cc,v 1.134 2004/07/31 10:47:05 konst Exp $ -+* $Id: icqconf.cc,v 1.1 2004/08/20 19:30:53 root Exp root $ - * - * Copyright (C) 2001-2004 by Konstantin Klyagin - * @@ -52,7 +52,7 @@ savepwd = mailcheck = fenoughdiskspace = true; >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Sep 29 14:00: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 DC13516A4D0 for ; Wed, 29 Sep 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 BFC9243D31 for ; Wed, 29 Sep 2004 14:00:43 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i8TE0h6m061578 for ; Wed, 29 Sep 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 i8TE0hX8061565; Wed, 29 Sep 2004 14:00:43 GMT (envelope-from gnats) Resent-Date: Wed, 29 Sep 2004 14:00:43 GMT Resent-Message-Id: <200409291400.i8TE0hX8061565@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, Phil Krylov Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 27D0E16A4CE for ; Wed, 29 Sep 2004 13:53:43 +0000 (GMT) Received: from newstar.rinet.ru (newstar.cust.rinet.ru [195.54.209.161]) by mx1.FreeBSD.org (Postfix) with ESMTP id E35DF43D53 for ; Wed, 29 Sep 2004 13:53:40 +0000 (GMT) (envelope-from phil@newstar.rinet.ru) Received: from newstar.rinet.ru (localhost [127.0.0.1]) by newstar.rinet.ru (8.12.8p1/8.12.8) with ESMTP id i8TDrcLC012386 for ; Wed, 29 Sep 2004 17:53:38 +0400 (MSD) (envelope-from phil@newstar.rinet.ru) Received: (from phil@localhost) by newstar.rinet.ru (8.12.8p1/8.12.8/Submit) id i8TDrbAJ012385; Wed, 29 Sep 2004 17:53:37 +0400 (MSD) Message-Id: <200409291353.i8TDrbAJ012385@newstar.rinet.ru> Date: Wed, 29 Sep 2004 17:53:37 +0400 (MSD) From: Phil Krylov To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/72167: New port: lang/xharbour An extended xBase compiler X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Phil Krylov List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Sep 2004 14:00:44 -0000 >Number: 72167 >Category: ports >Synopsis: New port: lang/xharbour An extended xBase compiler >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: Wed Sep 29 14:00:43 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Philipp Krylov >Release: FreeBSD 4.8-RELEASE i386 >Organization: www.xharbour.org >Environment: System: FreeBSD newstar.rinet.ru 4.8-RELEASE FreeBSD 4.8-RELEASE #0: Thu Apr 17 16:42:31 MSD 2003 marck@newstar.rinet.ru:/usr/obj/usr/src/sys/COMPILED i386 >Description: This is just a new port. >How-To-Repeat: >Fix: --- xhb-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: # # xharbour # xharbour/Makefile # xharbour/pkg-descr # xharbour/pkg-plist # xharbour/distinfo # xharbour/files # xharbour/files/patch-Makefile # xharbour/files/patch-hb-func-0.99.0 # echo c - xharbour mkdir -p xharbour > /dev/null 2>&1 echo x - xharbour/Makefile sed 's/^X//' >xharbour/Makefile << 'END-of-xharbour/Makefile' X# New ports collection makefile for: xharbour X# Date created: 27 Sep 2004 X# Whom: Phil Krylov X# X# $FreeBSD$ X# X XPORTNAME= xharbour XPORTVERSION= 0.99.0 XCATEGORIES= lang XMASTER_SITES= http://download.sourceforge.net/xharbour/ XDISTNAME= xharbour-0.99.0.src XEXTRACT_SUFX= .zip X XMAINTAINER= phil@newstar.rinet.ru XCOMMENT= An extended xBase compiler X XLIB_DEPENDS= slang.1:${PORTSDIR}/devel/libslang X XUSE_ZIP= yes X# We need to convert all the DOS line endings with -a option of unzip. XEXTRACT_BEFORE_ARGS= -qoa X XWRKSRC= ${WRKDIR} X XUSE_BISON= yes XUSE_GMAKE= yes XNO_INSTALL_MANPAGES=yes X XINSTALLS_SHLIB= yes X XHB_DIR= ${WRKDIR}/${PORTNAME} X X.include X Xpost-extract: X chmod a+x ${WRKDIR}/bin/postinst.sh X Xpre-install: X ${MKDIR} ${PREFIX}/include/${PORTNAME} X ${MKDIR} ${PREFIX}/lib/${PORTNAME} X Xpost-install: X.if !defined(NOPORTDOCS) X ${MKDIR} ${DOCSDIR} X ${INSTALL_MAN} ${WRKDIR}/doc/*.txt ${DOCSDIR} X ${MKDIR} ${DOCSDIR}/en X ${INSTALL_MAN} ${WRKDIR}/doc/en/*.txt ${DOCSDIR}/en X ${MKDIR} ${DOCSDIR}/es X ${INSTALL_MAN} ${WRKDIR}/doc/es/*.txt ${DOCSDIR}/es X.endif X -@${ECHO} X -@${ECHO} @ Executable files are installed in ${PREFIX}/bin. X -@${ECHO} @ Header files are installed in ${PREFIX}/include/${PORTNAME}. X -@${ECHO} @ Library files are installed in ${PREFIX}/lib/${PORTNAME}. X.if !defined(NOPORTDOCS) X -@${ECHO} @ Documentation files are installed in ${DOCSDIR}, X -@${ECHO} @ ${DOCSDIR}/en, and ${DOCSDIR}/es. X -@${ECHO} @ X.endif X -@${ECHO} @ See pkg-plist for a list of all installed files. X -@${ECHO} X X.include END-of-xharbour/Makefile echo x - xharbour/pkg-descr sed 's/^X//' >xharbour/pkg-descr << 'END-of-xharbour/pkg-descr' XThis is a port of xHarbour, an open source extended xBase compiler. X XWWW: http://www.xharbour.org/ X X- Phil Krylov Xphil@newstar.rinet.ru END-of-xharbour/pkg-descr echo x - xharbour/pkg-plist sed 's/^X//' >xharbour/pkg-plist << 'END-of-xharbour/pkg-plist' Xbin/gharbour Xbin/harbour Xbin/harbour-link Xbin/hb-mkslib Xbin/hbdict Xbin/hbdict_it_IT.hit Xbin/hbdoc Xbin/hbmake Xbin/hbpp Xbin/hbrun Xbin/hbtest Xbin/xbscript Xbin/xhb-build Xbin/xhbcc Xbin/xhbcmp Xbin/xhblnk Xbin/xhbmk Xinclude/xharbour/achoice.ch Xinclude/xharbour/assert.ch Xinclude/xharbour/assocarr.ch Xinclude/xharbour/box.ch Xinclude/xharbour/button.ch Xinclude/xharbour/classex.ch Xinclude/xharbour/clipdefs.h Xinclude/xharbour/color.ch Xinclude/xharbour/common.ch Xinclude/xharbour/cstruct.ch Xinclude/xharbour/dbedit.ch Xinclude/xharbour/dbinfo.ch Xinclude/xharbour/dbstruct.ch Xinclude/xharbour/directry.ch Xinclude/xharbour/error.api Xinclude/xharbour/error.ch Xinclude/xharbour/extend.api Xinclude/xharbour/extend.h Xinclude/xharbour/fileio.ch Xinclude/xharbour/filesys.api Xinclude/xharbour/fm.api Xinclude/xharbour/getexit.ch Xinclude/xharbour/gt.api Xinclude/xharbour/gtinfo.ch Xinclude/xharbour/hashapi.h Xinclude/xharbour/hb_io.h Xinclude/xharbour/hbapi.h Xinclude/xharbour/hbapicdp.h Xinclude/xharbour/hbapierr.h Xinclude/xharbour/hbapifs.h Xinclude/xharbour/hbapigt.h Xinclude/xharbour/hbapiitm.h Xinclude/xharbour/hbapilng.h Xinclude/xharbour/hbapirdd.h Xinclude/xharbour/hbclass.ch Xinclude/xharbour/hbcommon.ch Xinclude/xharbour/hbcomp.h Xinclude/xharbour/hbcomprs.ch Xinclude/xharbour/hbcomprs.h Xinclude/xharbour/hbdate.h Xinclude/xharbour/hbdbf.h Xinclude/xharbour/hbdbferr.h Xinclude/xharbour/hbdbsort.h Xinclude/xharbour/hbdefs.h Xinclude/xharbour/hberrors.h Xinclude/xharbour/hbexprop.h Xinclude/xharbour/hbextern.ch Xinclude/xharbour/hbfast.h Xinclude/xharbour/hbfixdj.h Xinclude/xharbour/hbhash.h Xinclude/xharbour/hbi18n.h Xinclude/xharbour/hbinit.h Xinclude/xharbour/hblang.ch Xinclude/xharbour/hblog.ch Xinclude/xharbour/hblogdef.ch Xinclude/xharbour/hbmacro.ch Xinclude/xharbour/hbmacro.h Xinclude/xharbour/hbmath.h Xinclude/xharbour/hbmemory.ch Xinclude/xharbour/hbmemvar.ch Xinclude/xharbour/hbnxs.h Xinclude/xharbour/hboo.ch Xinclude/xharbour/hbpcode.h Xinclude/xharbour/hbpers.ch Xinclude/xharbour/hbpp.h Xinclude/xharbour/hbrddcdx.h Xinclude/xharbour/hbrdddbf.h Xinclude/xharbour/hbrdddbt.h Xinclude/xharbour/hbrdddel.h Xinclude/xharbour/hbrddfpt.h Xinclude/xharbour/hbrddntx.h Xinclude/xharbour/hbrddsdf.h Xinclude/xharbour/hbrddwrk.h Xinclude/xharbour/hbrpc.ch Xinclude/xharbour/hbserv.ch Xinclude/xharbour/hbset.h Xinclude/xharbour/hbsetup.ch Xinclude/xharbour/hbsetup.h Xinclude/xharbour/hbstack.h Xinclude/xharbour/hbstruct.ch Xinclude/xharbour/hbtrace.h Xinclude/xharbour/hbtypes.h Xinclude/xharbour/hbundoc.api Xinclude/xharbour/hbver.h Xinclude/xharbour/hbvm.h Xinclude/xharbour/hbvmpub.h Xinclude/xharbour/hbxml.ch Xinclude/xharbour/hbxml.h Xinclude/xharbour/hrbdll.h Xinclude/xharbour/inet.h Xinclude/xharbour/inkey.ch Xinclude/xharbour/item.api Xinclude/xharbour/local.h Xinclude/xharbour/math.ch Xinclude/xharbour/memoedit.ch Xinclude/xharbour/ord.ch Xinclude/xharbour/rdd.api Xinclude/xharbour/rddsys.ch Xinclude/xharbour/regex.h Xinclude/xharbour/reserved.ch Xinclude/xharbour/rp_dot.src Xinclude/xharbour/rp_run.src Xinclude/xharbour/set.ch Xinclude/xharbour/setcurs.ch Xinclude/xharbour/simpleio.ch Xinclude/xharbour/std.ch Xinclude/xharbour/tbrowse.ch Xinclude/xharbour/thread.h Xinclude/xharbour/ttable.ch Xinclude/xharbour/vm.api Xlib/libxharbour.so Xlib/libxharbourmt.so Xlib/xharbour/libcodepage.a Xlib/xharbour/libcommon.a Xlib/xharbour/libdbfcdx.a Xlib/xharbour/libdbfcdxmt.a Xlib/xharbour/libdbfdbt.a Xlib/xharbour/libdbfdbtmt.a Xlib/xharbour/libdbffpt.a Xlib/xharbour/libdbffptmt.a Xlib/xharbour/libdbfntx.a Xlib/xharbour/libdbfntxmt.a Xlib/xharbour/libdebug.a Xlib/xharbour/libfm.a Xlib/xharbour/libfmmt.a Xlib/xharbour/libgtcgi.a Xlib/xharbour/libgtcrs.a Xlib/xharbour/libgtnul.a Xlib/xharbour/libgtpca.a Xlib/xharbour/libgtsln.a Xlib/xharbour/libgtstd.a Xlib/xharbour/liblang.a Xlib/xharbour/libmacro.a Xlib/xharbour/libmacromt.a Xlib/xharbour/libnulsys.a Xlib/xharbour/libnulsysmt.a Xlib/xharbour/libpp.a Xlib/xharbour/libppmt.a Xlib/xharbour/librdd.a Xlib/xharbour/librddmt.a Xlib/xharbour/librtl.a Xlib/xharbour/librtlmt.a Xlib/xharbour/libsamples.a Xlib/xharbour/libvm.a Xlib/xharbour/libvmmt.a Xlib/xharbour/libxharbour-0.99.0.so Xlib/xharbour/libxharbourmt-0.99.0.so Xshare/doc/xharbour/c_std.txt Xshare/doc/xharbour/class_tp.txt Xshare/doc/xharbour/cmdline.txt Xshare/doc/xharbour/codebloc.txt Xshare/doc/xharbour/codestyl.txt Xshare/doc/xharbour/cstruct.txt Xshare/doc/xharbour/dirstruc.txt Xshare/doc/xharbour/en/array.txt Xshare/doc/xharbour/en/binnum.txt Xshare/doc/xharbour/en/bkgtsks.txt Xshare/doc/xharbour/en/browse.txt Xshare/doc/xharbour/en/clipper.txt Xshare/doc/xharbour/en/cmdline.txt Xshare/doc/xharbour/en/command.txt Xshare/doc/xharbour/en/compiler.txt Xshare/doc/xharbour/en/datetime.txt Xshare/doc/xharbour/en/dbdelim.txt Xshare/doc/xharbour/en/dbsdf.txt Xshare/doc/xharbour/en/dbstrux.txt Xshare/doc/xharbour/en/defines.txt Xshare/doc/xharbour/en/dir.txt Xshare/doc/xharbour/en/diskspac.txt Xshare/doc/xharbour/en/error.txt Xshare/doc/xharbour/en/eval.txt Xshare/doc/xharbour/en/file.txt Xshare/doc/xharbour/en/garbage.txt Xshare/doc/xharbour/en/gnulice.txt Xshare/doc/xharbour/en/gtslang.txt Xshare/doc/xharbour/en/harbext.txt Xshare/doc/xharbour/en/hb_api.txt Xshare/doc/xharbour/en/hb_apier.txt Xshare/doc/xharbour/en/hb_apifs.txt Xshare/doc/xharbour/en/hb_apigt.txt Xshare/doc/xharbour/en/hb_apiit.txt Xshare/doc/xharbour/en/hb_apiln.txt Xshare/doc/xharbour/en/hb_apird.txt Xshare/doc/xharbour/en/hb_compa.txt Xshare/doc/xharbour/en/hb_date.txt Xshare/doc/xharbour/en/hb_macro.txt Xshare/doc/xharbour/en/hb_serv.txt Xshare/doc/xharbour/en/hb_set.txt Xshare/doc/xharbour/en/hb_vm.txt Xshare/doc/xharbour/en/hvm.txt Xshare/doc/xharbour/en/idle.txt Xshare/doc/xharbour/en/indirect.txt Xshare/doc/xharbour/en/input.txt Xshare/doc/xharbour/en/lang.txt Xshare/doc/xharbour/en/license.txt Xshare/doc/xharbour/en/macro.txt Xshare/doc/xharbour/en/math.txt Xshare/doc/xharbour/en/memo.txt Xshare/doc/xharbour/en/memvar2.txt Xshare/doc/xharbour/en/menu.txt Xshare/doc/xharbour/en/misc.txt Xshare/doc/xharbour/en/nation.txt Xshare/doc/xharbour/en/objfunc.txt Xshare/doc/xharbour/en/operator.txt Xshare/doc/xharbour/en/print.txt Xshare/doc/xharbour/en/rdd.txt Xshare/doc/xharbour/en/rdddb.txt Xshare/doc/xharbour/en/rddmisc.txt Xshare/doc/xharbour/en/rddord.txt Xshare/doc/xharbour/en/readme.txt Xshare/doc/xharbour/en/sayget.txt Xshare/doc/xharbour/en/set.txt Xshare/doc/xharbour/en/setmode.txt Xshare/doc/xharbour/en/statement.txt Xshare/doc/xharbour/en/string.txt Xshare/doc/xharbour/en/strotype.txt Xshare/doc/xharbour/en/subcodes.txt Xshare/doc/xharbour/en/switch.txt Xshare/doc/xharbour/en/tbrowse.txt Xshare/doc/xharbour/en/tclass.txt Xshare/doc/xharbour/en/terminal.txt Xshare/doc/xharbour/en/tgetlist.txt Xshare/doc/xharbour/en/tlabel.txt Xshare/doc/xharbour/en/treport.txt Xshare/doc/xharbour/en/try.txt Xshare/doc/xharbour/en/var.txt Xshare/doc/xharbour/en/zipnew.txt Xshare/doc/xharbour/es/array.txt Xshare/doc/xharbour/es/binnum.txt Xshare/doc/xharbour/es/browse.txt Xshare/doc/xharbour/es/clipper.txt Xshare/doc/xharbour/es/cmdline.txt Xshare/doc/xharbour/es/codebloc.txt Xshare/doc/xharbour/es/command.txt Xshare/doc/xharbour/es/compiler.txt Xshare/doc/xharbour/es/datetime.txt Xshare/doc/xharbour/es/dbdelim.txt Xshare/doc/xharbour/es/dbsdf.txt Xshare/doc/xharbour/es/dbstrux.txt Xshare/doc/xharbour/es/dir.txt Xshare/doc/xharbour/es/dirstruc.txt Xshare/doc/xharbour/es/diskspac.txt Xshare/doc/xharbour/es/error.txt Xshare/doc/xharbour/es/eval.txt Xshare/doc/xharbour/es/garbage.txt Xshare/doc/xharbour/es/harbext.txt Xshare/doc/xharbour/es/hb_set.txt Xshare/doc/xharbour/es/hbpplib.txt Xshare/doc/xharbour/es/howtobsd.txt Xshare/doc/xharbour/es/idle.txt Xshare/doc/xharbour/es/lang.txt Xshare/doc/xharbour/es/license.txt Xshare/doc/xharbour/es/math.txt Xshare/doc/xharbour/es/memo.txt Xshare/doc/xharbour/es/pcode.txt Xshare/doc/xharbour/es/pragma.txt Xshare/doc/xharbour/es/readme.txt Xshare/doc/xharbour/es/setmode.txt Xshare/doc/xharbour/es/simplex.txt Xshare/doc/xharbour/es/statics.txt Xshare/doc/xharbour/es/strotype.txt Xshare/doc/xharbour/es/tracing.txt Xshare/doc/xharbour/es/vm.txt Xshare/doc/xharbour/funclist.txt Xshare/doc/xharbour/gmake.txt Xshare/doc/xharbour/gtapi.txt Xshare/doc/xharbour/gtinfo.txt Xshare/doc/xharbour/hash.txt Xshare/doc/xharbour/hbi18n.txt Xshare/doc/xharbour/hblog.txt Xshare/doc/xharbour/hbmake.txt Xshare/doc/xharbour/hbpplib.txt Xshare/doc/xharbour/hbsignal.txt Xshare/doc/xharbour/hbxml.txt Xshare/doc/xharbour/hdr_tpl.txt Xshare/doc/xharbour/howtobsd.txt Xshare/doc/xharbour/howtocvs.txt Xshare/doc/xharbour/howtoext.txt Xshare/doc/xharbour/howtomak.txt Xshare/doc/xharbour/hrb_faq.txt Xshare/doc/xharbour/inet.txt Xshare/doc/xharbour/inline_c.txt Xshare/doc/xharbour/lang_id.txt Xshare/doc/xharbour/license.txt Xshare/doc/xharbour/linuxso_howto.txt Xshare/doc/xharbour/pcode.txt Xshare/doc/xharbour/pragma.txt Xshare/doc/xharbour/readme.txt Xshare/doc/xharbour/regex.txt Xshare/doc/xharbour/runner.txt Xshare/doc/xharbour/simplex.txt Xshare/doc/xharbour/statics.txt Xshare/doc/xharbour/thread.txt Xshare/doc/xharbour/tracing.txt Xshare/doc/xharbour/transfrm.txt Xshare/doc/xharbour/vm.txt Xshare/doc/xharbour/whatsnew.txt Xshare/doc/xharbour/xhbt_internals.txt Xshare/nls/POSIX Xshare/nls/en_US.US-ASCII X@dirrm share/doc/xharbour/es X@dirrm share/doc/xharbour/en X@dirrm share/doc/xharbour X@dirrm lib/xharbour X@dirrm include/xharbour END-of-xharbour/pkg-plist echo x - xharbour/distinfo sed 's/^X//' >xharbour/distinfo << 'END-of-xharbour/distinfo' XMD5 (xharbour-0.99.0.src.zip) = 46313a6db1309d786ab6c2f558fd0482 XSIZE (xharbour-0.99.0.src.zip) = 3257257 END-of-xharbour/distinfo echo c - xharbour/files mkdir -p xharbour/files > /dev/null 2>&1 echo x - xharbour/files/patch-Makefile sed 's/^X//' >xharbour/files/patch-Makefile << 'END-of-xharbour/files/patch-Makefile' X--- Makefile.orig Tue Sep 28 01:49:59 2004 X+++ Makefile Tue Sep 28 01:56:03 2004 X@@ -2,6 +2,18 @@ X # $Id: Makefile,v 1.5 2003/12/13 17:55:10 druzus Exp $ X # X X+export HB_ARCHITECTURE=bsd X+export HB_GPM_MOUSE=no X+export HB_COMPILER=gcc X+export HB_GT_LIB=gtsln X+export HB_MULTI_GT=yes X+export HB_MT=MT X+export HB_BIN_INSTALL=$(PREFIX)/bin/ X+export HB_INC_INSTALL=$(PREFIX)/include/xharbour/ X+export HB_LIB_INSTALL=$(PREFIX)/lib/xharbour/ X+ X+export C_USR=-I$(PREFIX)/include X+ X ROOT = ./ X X DIRS=\ END-of-xharbour/files/patch-Makefile echo x - xharbour/files/patch-hb-func-0.99.0 sed 's/^X//' >xharbour/files/patch-hb-func-0.99.0 << 'END-of-xharbour/files/patch-hb-func-0.99.0' X--- bin/hb-func.sh.orig Thu Jun 24 08:09:04 2004 X+++ bin/hb-func.sh Tue Sep 28 15:57:54 2004 X@@ -96,7 +96,7 @@ mk_hbtools() X X cat > ${hb_tool} < END-of-xharbour/files/patch-hb-func-0.99.0 exit --- xhb-port ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Sep 29 14:10: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 3E2A016A4CF for ; Wed, 29 Sep 2004 14:10:12 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 074F443D41 for ; Wed, 29 Sep 2004 14:10:12 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i8TEABcL065611 for ; Wed, 29 Sep 2004 14:10:11 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i8TEABWv065610; Wed, 29 Sep 2004 14:10:11 GMT (envelope-from gnats) Resent-Date: Wed, 29 Sep 2004 14:10:11 GMT Resent-Message-Id: <200409291410.i8TEABWv065610@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 Ranner Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2C97D16A4CE for ; Wed, 29 Sep 2004 14:08:02 +0000 (GMT) Received: from dwarf.jawa.at (62-99-193-117.static.adsl-line.inode.at [62.99.193.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id EA69343D49 for ; Wed, 29 Sep 2004 14:08:00 +0000 (GMT) (envelope-from mranner@dwarf.jawa.at) Received: from dwarf.jawa.at (localhost.jawa.at [127.0.0.1]) by dwarf.jawa.at (8.12.11/8.12.9) with ESMTP id i8SM3KlQ009669 for ; Wed, 29 Sep 2004 00:03:25 +0200 (CEST) (envelope-from mranner@dwarf.jawa.at) Received: (from root@localhost) by dwarf.jawa.at (8.12.11/8.12.9/Submit) id i8SM3KZ5009668; Wed, 29 Sep 2004 00:03:20 +0200 (CEST) (envelope-from mranner) Message-Id: <200409282203.i8SM3KZ5009668@dwarf.jawa.at> Date: Wed, 29 Sep 2004 00:03:20 +0200 (CEST) From: Michael Ranner To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/72168: [MAINTAINER] net-mgmt/nrg: [Fixes some issues] 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: Wed, 29 Sep 2004 14:10:12 -0000 >Number: 72168 >Category: ports >Synopsis: [MAINTAINER] net-mgmt/nrg: [Fixes some issues] >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: Wed Sep 29 14:10:11 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Michael Ranner >Release: FreeBSD 4.10-RELEASE i386 >Organization: >Environment: System: FreeBSD dwarf.jawa.at 4.10-RELEASE FreeBSD 4.10-RELEASE #0: Fri Jun 25 23:02:44 CEST 2004 >Description: Fixes wrong path to rrdtool and rrdcgi in some templates Fixes problem with RRD:TIME:NOW Fixes wrong color definition for RRD Generated with FreeBSD Port Tools 0.63 >How-To-Repeat: >Fix: --- nrg-0.99.22_1.patch begins here --- diff -ruN --exclude=CVS /usr/ports/net-mgmt/nrg/Makefile /usr/ports/net-mgmt/nrg.update/Makefile --- /usr/ports/net-mgmt/nrg/Makefile Mon Aug 2 10:33:10 2004 +++ /usr/ports/net-mgmt/nrg.update/Makefile Tue Sep 28 23:27:27 2004 @@ -7,6 +7,7 @@ PORTNAME= nrg PORTVERSION= 0.99.22 +PORTREVISION= 1 CATEGORIES= net-mgmt sysutils MASTER_SITES= ftp://nrg.hep.wisc.edu/pub/src/nrg/ \ http://www.ranner.jawa.at/stuff/ @@ -63,6 +64,11 @@ ${WRKSRC}/roverpingd/write_stats.c @${REINPLACE_CMD} -e "s,-D__FreeBSD__,,g" \ ${WRKSRC}/configure + @${REINPLACE_CMD} -e "s,@bindir@/rrdtool,${PREFIX}/bin/rrdtool,g" \ + ${WRKSRC}/etc/run-star-head.pl.in + @${REINPLACE_CMD} -e "s,@prefix@,${PREFIX},g" \ + -e "s,NOW \"%a %b %d %H:%M %Z %Y\",NOW '%a %b %d %H:%M %Z %Y',g" \ + ${WRKSRC}/templates/*.in pre-install: @${SED} 's|%%PREFIX%%|${PREFIX}|g' <${.CURDIR}/pkg-message >${PKGMESSAGE} diff -ruN --exclude=CVS /usr/ports/net-mgmt/nrg/files/patch-examples /usr/ports/net-mgmt/nrg.update/files/patch-examples --- /usr/ports/net-mgmt/nrg/files/patch-examples Fri Mar 5 18:10:31 2004 +++ /usr/ports/net-mgmt/nrg.update/files/patch-examples Tue Sep 28 23:29:19 2004 @@ -11,3 +11,16 @@ MCONF_FILES = NRG.mconf Site.mconf NRG_WEB_DIR = nrg +--- examples/Default.conf.in.orig Tue Sep 28 23:28:31 2004 ++++ examples/Default.conf.in Tue Sep 28 23:28:44 2004 +@@ -224,8 +224,8 @@ + + Graph[.*-snmpd-mem$][total_mem_m]: black LINE2 + Graph[.*-snmpd-mem$][used_mem_m]: green AREA +-Graph[.*-snmpd-mem$][cache_mem_m]: d0ffff STACK +-Graph[.*-snmpd-mem$][buff_mem_m]: ffd0ff STACK ++Graph[.*-snmpd-mem$][cache_mem_m]: cyan STACK ++Graph[.*-snmpd-mem$][buff_mem_m]: blue STACK + + Label[.*-snmpd-swap$][used_swp_m]: "used swap " + Label[.*-snmpd-swap$][total_swp_m]: "total swap" --- nrg-0.99.22_1.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Sep 29 14:20: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 1935216A4CE for ; Wed, 29 Sep 2004 14:20:17 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id E1E4143D58 for ; Wed, 29 Sep 2004 14:20:16 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i8TEKG5A065882 for ; Wed, 29 Sep 2004 14:20:16 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i8TEKGLT065881; Wed, 29 Sep 2004 14:20:16 GMT (envelope-from gnats) Resent-Date: Wed, 29 Sep 2004 14:20:16 GMT Resent-Message-Id: <200409291420.i8TEKGLT065881@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, Paul Dlug Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A38C616A4CE for ; Wed, 29 Sep 2004 14:10:40 +0000 (GMT) Received: from newman.ridge.aps.org (newman.ridge.aps.org [149.28.9.26]) by mx1.FreeBSD.org (Postfix) with ESMTP id 32F3743D2D for ; Wed, 29 Sep 2004 14:10:40 +0000 (GMT) (envelope-from paul@ridge.aps.org) Received: from lugnut.aps.org (lugnut.aps.org [149.28.3.182]) by newman.ridge.aps.org (8.13.1/8.13.1) with ESMTP id i8TEDeiB075337 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Wed, 29 Sep 2004 10:13:40 -0400 (EDT) Received: from lugnut.aps.org (localhost [127.0.0.1]) by lugnut.aps.org (8.13.1/8.13.1) with ESMTP id i8TEAaEh086732; Wed, 29 Sep 2004 10:10:36 -0400 (EDT) (envelope-from paul@lugnut.aps.org) Received: (from paul@localhost) by lugnut.aps.org (8.13.1/8.13.1/Submit) id i8TEAauF086731; Wed, 29 Sep 2004 10:10:36 -0400 (EDT) (envelope-from paul) Message-Id: <200409291410.i8TEAauF086731@lugnut.aps.org> Date: Wed, 29 Sep 2004 10:10:36 -0400 (EDT) From: Paul Dlug To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 cc: paul@aps.org Subject: ports/72169: [MAINTAINER] sysutils/radmind: update to 1.3.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: Wed, 29 Sep 2004 14:20:17 -0000 >Number: 72169 >Category: ports >Synopsis: [MAINTAINER] sysutils/radmind: update to 1.3.2 >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: Wed Sep 29 14:20:16 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Paul Dlug >Release: FreeBSD 5.3-BETA6 i386 >Organization: >Environment: System: FreeBSD lugnut.aps.org 5.3-BETA6 FreeBSD 5.3-BETA6 #17: Sun Sep 26 14:10:39 EDT 2004 >Description: - Update to 1.3.2 Generated with FreeBSD Port Tools 0.63 >How-To-Repeat: >Fix: --- radmind-1.3.2.patch begins here --- diff -ruN --exclude=CVS /usr/ports/sysutils/radmind/Makefile /usr/home/paul/myports/sysutils/radmind/Makefile --- /usr/ports/sysutils/radmind/Makefile Fri Aug 20 09:28:03 2004 +++ /usr/home/paul/myports/sysutils/radmind/Makefile Wed Sep 29 09:40:08 2004 @@ -6,7 +6,7 @@ # PORTNAME= radmind -PORTVERSION= 1.3.1 +PORTVERSION= 1.3.2 CATEGORIES= sysutils MASTER_SITES= http://rsug.itd.umich.edu/software/radmind/files/ EXTRACT_SUFX= .tgz diff -ruN --exclude=CVS /usr/ports/sysutils/radmind/distinfo /usr/home/paul/myports/sysutils/radmind/distinfo --- /usr/ports/sysutils/radmind/distinfo Fri Aug 20 09:28:03 2004 +++ /usr/home/paul/myports/sysutils/radmind/distinfo Wed Sep 29 09:40:04 2004 @@ -1,2 +1,2 @@ -MD5 (radmind-1.3.1.tgz) = c1a1c67bb9ec254db3432be2ee6d8dc5 -SIZE (radmind-1.3.1.tgz) = 515023 +MD5 (radmind-1.3.2.tgz) = d94620d0808fd85e71112ce4caec798f +SIZE (radmind-1.3.2.tgz) = 516271 --- radmind-1.3.2.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Sep 29 14: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 3321116A4CE for ; Wed, 29 Sep 2004 14:40:21 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 151AA43D39 for ; Wed, 29 Sep 2004 14:40:21 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i8TEeKMb066893 for ; Wed, 29 Sep 2004 14:40:20 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i8TEeK49066892; Wed, 29 Sep 2004 14:40:20 GMT (envelope-from gnats) Resent-Date: Wed, 29 Sep 2004 14:40:20 GMT Resent-Message-Id: <200409291440.i8TEeK49066892@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, "Franz Klammer" Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D9B1C16A4CE for ; Wed, 29 Sep 2004 14:32:27 +0000 (GMT) Received: from sv02.webonaut.com (kirk.webonaut.com [212.41.243.26]) by mx1.FreeBSD.org (Postfix) with ESMTP id E593B43D53 for ; Wed, 29 Sep 2004 14:32:26 +0000 (GMT) (envelope-from klammer@webonaut.com) Received: from localhost (localhost [127.0.0.1]) by sv02.webonaut.com (Postfix) with ESMTP id 7F71276423 for ; Wed, 29 Sep 2004 16:32:24 +0200 (CEST) Received: from sv02.webonaut.com ([127.0.0.1]) by localhost (sv02.webonaut.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 03086-04 for ; Wed, 29 Sep 2004 16:32:18 +0200 (CEST) Received: from ds9.webonaut.com (sisko.webonaut.com [212.41.243.28]) by sv02.webonaut.com (Postfix) with ESMTP id 4B25A7641F for ; Wed, 29 Sep 2004 16:32:18 +0200 (CEST) Message-Id: <1096468343.0@ds9.webonaut.com> Date: Wed, 29 Sep 2004 16:32:23 +0200 From: "Franz Klammer" To: "FreeBSD gnats submit" X-Send-Pr-Version: gtk-send-pr 0.3.3 Subject: ports/72170: [PATH] www/mozilla-bonobo - build also with firefox 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: Wed, 29 Sep 2004 14:40:21 -0000 >Number: 72170 >Category: ports >Synopsis: [PATH] www/mozilla-bonobo - build also with firefox >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: Wed Sep 29 14:40:20 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Franz Klammer >Release: FreeBSD 5.3-BETA6 i386 >Organization: >Environment: System: FreeBSD 5.3-BETA6 #41: Mon Sep 27 11:28:13 CEST 2004 root@ds9.webonaut.com:/usr/obj/usr/src/sys/DS9 >Description: let mozillo-bonobo build also with firefox as mplayerplug-in can. tested with 0.9.3 but should also work with 1.0. unfortunately every file is recognized as binary and therefore (currently?) mozilla-bonobo will not be used by any files types. but i guess that has something to do with the new gnome-2.8 mime handling. >How-To-Repeat: >Fix: --- mozilla-bonobo-firefox.diff begins here --- diff -Nur mozilla-bonobo.orig/Makefile mozilla-bonobo/Makefile --- mozilla-bonobo.orig/Makefile Wed Sep 29 12:43:14 2004 +++ mozilla-bonobo/Makefile Wed Sep 29 13:43:04 2004 @@ -15,22 +15,21 @@ MAINTAINER= jylefort@brutele.be COMMENT= A Netscape/Mozilla plugin using Bonobo controls to display files -BUILD_DEPENDS= ${X11BASE}/lib/${MOZILLA}/components/libwidget_gtk2.so:${PORTSDIR}/www/${MOZILLA} -RUN_DEPENDS= ${X11BASE}/lib/${MOZILLA}/components/libwidget_gtk2.so:${PORTSDIR}/www/${MOZILLA} +BUILD_DEPENDS= ${DEPENDS_DIR}:${PORTSDIR}/www/${MOZILLA} +RUN_DEPENDS= ${DEPENDS_DIR}:${PORTSDIR}/www/${MOZILLA} MOZILLA= mozilla HEADERS_SUFX= +DEPENDS_DIR= ${X11BASE}/lib/${MOZILLA}/components/libwidget_gtk2.so -.if !defined(WITH_MOZILLA) -MOZILLA= mozilla -HEADERS_SUFX= -.else +.if defined(WITH_MOZILLA) .if ${WITH_MOZILLA}=="mozilla-devel" || ${WITH_MOZILLA}=="mozilla-devel-gtk2" MOZILLA= mozilla-devel HEADERS_SUFX= -devel -.else -MOZILLA= mozilla +.elif ${WITH_MOZILLA}=="firefox" +MOZILLA= firefox HEADERS_SUFX= +DEPENDS_DIR= ${X11BASE}/lib/${MOZILLA}/lib/pkgconfig/firefox-gtkmozembed.pc .endif .endif @@ -40,14 +39,21 @@ USE_REINPLACE= yes CONFIGURE_ARGS= --with-plugin-install-dir="${PREFIX}/lib/browser_plugins" \ - --with-mozilla-include-dir="${X11BASE}/include/mozilla${HEADERS_SUFX}" + +.if ${MOZILLA} != "firefox" +CONFIGURE_ARGS+= --with-mozilla-include-dir="${X11BASE}/include/mozilla${HEADERS_SUFX}" +.else +CONFIGURE_ENV= PKG_CONFIG_PATH=${PKG_CONFIG_PATH}:${X11BASE}/lib/${MOZILLA}/lib/pkgconfig +.endif + pre-everything:: @${ECHO_MSG} "" @${ECHO_MSG} " By default mozilla-bonobo uses www/mozilla for html rendering, but you can" @${ECHO_MSG} " change this by defining WITH_MOZILLA to one of the following values:" @${ECHO_MSG} "" - @${ECHO_MSG} " mozilla-devel " + @${ECHO_MSG} " mozilla-devel" + @${ECHO_MSG} " firefox" @${ECHO_MSG} "" post-patch: @@ -57,6 +63,12 @@ s|INSTALL\\|\\| ; \ s|TODO\\|TODO| ; \ s|ABOUT-NLS||' ${WRKSRC}/Makefile.in +.if ${MOZILLA}=="firefox" + @${REINPLACE_CMD} -e \ + 's|mozilla-plugin|firefox-plugin|g ; \ + s|mozilla-nspr|firefox-nspr|g' \ + ${WRKSRC}/configure +.endif .if defined(NOPORTDOCS) @${REINPLACE_CMD} -e \ 's|\$$(libmozilla_bonobodoc_DATA)|| ; \ --- mozilla-bonobo-firefox.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Sep 29 14:40: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 5EE4116A4CE for ; Wed, 29 Sep 2004 14:40:22 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3E94143D48 for ; Wed, 29 Sep 2004 14:40:22 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i8TEeLOc066906 for ; Wed, 29 Sep 2004 14: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 i8TEeLuV066905; Wed, 29 Sep 2004 14:40:21 GMT (envelope-from gnats) Resent-Date: Wed, 29 Sep 2004 14:40:21 GMT Resent-Message-Id: <200409291440.i8TEeLuV066905@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 15F4616A4CE for ; Wed, 29 Sep 2004 14:39:01 +0000 (GMT) Received: from scone.ki.iif.hu (pulpito.crc2002.fccn.pt [193.137.248.13]) by mx1.FreeBSD.org (Postfix) with ESMTP id 33C0A43D2D for ; Wed, 29 Sep 2004 14:38:59 +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 i8TEchEl019696; Wed, 29 Sep 2004 16:38:43 +0200 (CEST) (envelope-from mohacsi) Message-Id: <200409291438.i8TEchEl019696@scone.ki.iif.hu> Date: Wed, 29 Sep 2004 16:38:43 +0200 (CEST) From: Janos Mohacsi To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/72171: [NEW PORT] net-mgmt/nfdump: Tools to collect and process netflow data on the command line 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: Wed, 29 Sep 2004 14:40:22 -0000 >Number: 72171 >Category: ports >Synopsis: [NEW PORT] net-mgmt/nfdump: Tools to collect and process netflow data on the command line >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: Wed Sep 29 14:40:21 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Janos Mohacsi >Release: FreeBSD 5.3-BETA4 i386 >Organization: NIIF/HUNGARNET >Environment: System: FreeBSD scone.ki.iif.hu 5.3-BETA4 FreeBSD 5.3-BETA4 #3: Sun Sep 12 20:30:09 CEST 2004 >Description: NFDUMP tools support netflow v5 and v7 capturing and processing. nfcapd - netflow capture daemon. Reads the netflow data from the network and stores the data into files. nfdump - netflow dump. Reads the netflow data from the files stored by nfcapd. It's syntax is similar to tcpdump. If you like tcpdump you will like nfdump. nfprofile - netflow profiler. Reads the netflow data from the files stored by nfcapd. Filters the netflow data according to the specified filter sets ( profiles ) and stores the filtered data into files for later use. nfreplay - netflow replay Reads the netflow data from the files stored by nfcapd and sends it over the network to another host. WWW: http://nfdump.sourceforge.net Janos Mohacsi Generated with FreeBSD Port Tools 0.63 >How-To-Repeat: Apply this shar. >Fix: --- nfdump-1.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: # # nfdump # nfdump/pkg-plist # nfdump/pkg-descr # nfdump/distinfo # nfdump/Makefile # nfdump/files # nfdump/files/patch-Makefile.in # echo c - nfdump mkdir -p nfdump > /dev/null 2>&1 echo x - nfdump/pkg-plist sed 's/^X//' >nfdump/pkg-plist << 'END-of-nfdump/pkg-plist' Xbin/nfcapd Xbin/nfdump Xbin/nfprofile Xbin/nfreplay Xbin/nfclean.pl X%%PORTDOCS%%%%DOCSDIR%%/AUTHORS X%%PORTDOCS%%%%DOCSDIR%%/ChangeLog X%%PORTDOCS%%%%DOCSDIR%%/INSTALL X%%PORTDOCS%%%%DOCSDIR%%/README X%%PORTDOCS%%@dirrm %%DOCSDIR%% END-of-nfdump/pkg-plist echo x - nfdump/pkg-descr sed 's/^X//' >nfdump/pkg-descr << 'END-of-nfdump/pkg-descr' XNFDUMP tools support netflow v5 and v7 capturing and processing. X Xnfcapd - netflow capture daemon. XReads the netflow data from the network and stores the data into files. X Xnfdump - netflow dump. XReads the netflow data from the files stored by nfcapd. It's syntax is similar Xto tcpdump. If you like tcpdump you will like nfdump. X Xnfprofile - netflow profiler. XReads the netflow data from the files stored by nfcapd. Filters the netflow Xdata according to the specified filter sets ( profiles ) and stores the Xfiltered data into files for later use. X Xnfreplay - netflow replay XReads the netflow data from the files stored by nfcapd and sends it over Xthe network to another host. X X XWWW: http://nfdump.sourceforge.net X XJanos Mohacsi END-of-nfdump/pkg-descr echo x - nfdump/distinfo sed 's/^X//' >nfdump/distinfo << 'END-of-nfdump/distinfo' XMD5 (nfdump-1.1.tar.gz) = b9085f91d64985e856e43200d2869a87 XSIZE (nfdump-1.1.tar.gz) = 92044 END-of-nfdump/distinfo echo x - nfdump/Makefile sed 's/^X//' >nfdump/Makefile << 'END-of-nfdump/Makefile' X# New ports collection makefile for: nfdump X# Date created: 29.09.2004 X# Whom: Janos.Mohacsi@bsd.hu X# X# $FreeBSD$ X# X XPORTNAME= nfdump XPORTVERSION= 1.1 XCATEGORIES= net-mgmt XMASTER_SITES= ${MASTER_SITE_SOURCEFORGE} XMASTER_SITE_SUBDIR= ${PORTNAME} X XMAINTAINER= janos.mohacsi@bsd.hu XCOMMENT= Tools to collect and process netflow data on the command line X XGNU_CONFIGURE= yes XMAN1= nfcapd.1 nfdump.1 nfprofile.1 nfreplay.1 X XDOC_FILES= AUTHORS ChangeLog INSTALL README X Xpost-install: X.ifndef(NOPORTDOCS) X @${MKDIR} ${DOCSDIR} X.for file in ${DOC_FILES} X @${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR} X.endfor X.endif X X.include END-of-nfdump/Makefile echo c - nfdump/files mkdir -p nfdump/files > /dev/null 2>&1 echo x - nfdump/files/patch-Makefile.in sed 's/^X//' >nfdump/files/patch-Makefile.in << 'END-of-nfdump/files/patch-Makefile.in' X X$FreeBSD$ X X--- Makefile.in.orig Wed Sep 22 09:23:10 2004 X+++ Makefile.in Wed Sep 29 16:31:23 2004 X@@ -47,7 +47,7 @@ X LFLAGS = -i X LDFLAGS = @LIBS@ X PREFIX = @prefix@ X-MANDIR = @mandir@ X+MANDIR = @prefix@ X FSRC = grammar.c scanner.c nftree.c netflow_v5.c netflow_v7.c nfstat.c util.c X FOBJ = $(FSRC:.c=.o) X ASRC = $(FSRC) nfdump.c nftree_check.c nfreplay.c X@@ -82,20 +82,20 @@ X $(CC) $(CFLAGS) $(INCS) -o $@ nfreplay.o $(FOBJ) $(LDFLAGS) X X install: $(OBJECTS) X- test -d $(PREFIX) || install -d -o root -g root -m 755 $(PREFIX) X- test -d $(PREFIX)/bin || install -d -o root -g root -m 755 $(PREFIX)/bin X- test -d $(MANDIR)/man || install -d -o root -g root -m 755 $(MANDIR)/man X- test -d $(MANDIR)/man/man1 || install -d -o root -g root -m 755 $(MANDIR)/man/man1 X- $(INSTALL) -o root -g root -m 755 nfcapd $(PREFIX)/bin X- $(INSTALL) -o root -g root -m 755 nfdump $(PREFIX)/bin X- $(INSTALL) -o root -g root -m 755 nfprofile $(PREFIX)/bin X- $(INSTALL) -o root -g root -m 755 nfreplay $(PREFIX)/bin X- $(INSTALL) -o root -g root -m 755 nfclean.pl $(PREFIX)/bin X+ test -d $(PREFIX) || install -d -o root -g wheel -m 755 $(PREFIX) X+ test -d $(PREFIX)/bin || install -d -o root -g wheel -m 755 $(PREFIX)/bin X+ test -d $(MANDIR)/man || install -d -o root -g wheel -m 755 $(MANDIR)/man X+ test -d $(MANDIR)/man/man1 || install -d -o root -g wheel -m 755 $(MANDIR)/man/man1 X+ $(INSTALL) -o root -g wheel -m 755 nfcapd $(PREFIX)/bin X+ $(INSTALL) -o root -g wheel -m 755 nfdump $(PREFIX)/bin X+ $(INSTALL) -o root -g wheel -m 755 nfprofile $(PREFIX)/bin X+ $(INSTALL) -o root -g wheel -m 755 nfreplay $(PREFIX)/bin X+ $(INSTALL) -o root -g wheel -m 755 nfclean.pl $(PREFIX)/bin X X- $(INSTALL) -o root -g root -m 644 nfcapd.1 $(MANDIR)/man/man1 X- $(INSTALL) -o root -g root -m 644 nfdump.1 $(MANDIR)/man/man1 X- $(INSTALL) -o root -g root -m 644 nfprofile.1 $(MANDIR)/man/man1 X- $(INSTALL) -o root -g root -m 644 nfreplay.1 $(MANDIR)/man/man1 X+ $(INSTALL) -o root -g wheel -m 644 nfcapd.1 $(MANDIR)/man/man1 X+ $(INSTALL) -o root -g wheel -m 644 nfdump.1 $(MANDIR)/man/man1 X+ $(INSTALL) -o root -g wheel -m 644 nfprofile.1 $(MANDIR)/man/man1 X+ $(INSTALL) -o root -g wheel -m 644 nfreplay.1 $(MANDIR)/man/man1 X X uninstall: X /bin/rm -f $(PREFIX)/bin/nfcapd END-of-nfdump/files/patch-Makefile.in exit --- nfdump-1.1.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Sep 29 16: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 6423616A4D6 for ; Wed, 29 Sep 2004 16:00:51 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9E72943D1D for ; Wed, 29 Sep 2004 16:00:39 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i8TG0daq074694 for ; Wed, 29 Sep 2004 16: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 i8TG0dXZ074691; Wed, 29 Sep 2004 16:00:39 GMT (envelope-from gnats) Resent-Date: Wed, 29 Sep 2004 16:00:39 GMT Resent-Message-Id: <200409291600.i8TG0dXZ074691@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 E2E9816A4CF; Wed, 29 Sep 2004 15:55:25 +0000 (GMT) Received: from out01.grupos.com.br (out01.grupos.com.br [200.203.183.77]) by mx1.FreeBSD.org (Postfix) with ESMTP id DD24643D5F; Wed, 29 Sep 2004 15:55: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 F3C7041A3; Wed, 29 Sep 2004 12:55:15 -0300 (BRT) Received: by corp.grupos.com.br (Postfix, from userid 1001) id CC97C20A22; Wed, 29 Sep 2004 12:55:15 -0300 (BRT) Message-Id: <20040929155515.CC97C20A22@corp.grupos.com.br> Date: Wed, 29 Sep 2004 12:55:15 -0300 (BRT) From: Marcus Grando To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 cc: ports@FreeBSD.org Subject: ports/72172: Update security/py-pycrypto from 1.9alpha6 to 2.0 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: Wed, 29 Sep 2004 16:00:51 -0000 >Number: 72172 >Category: ports >Synopsis: Update security/py-pycrypto from 1.9alpha6 to 2.0 >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: Wed Sep 29 16:00:39 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 #26: Tue Sep 21 15:07:10 BRT 2004 root@corp.grupos.com.br:/usr/obj/usr/src/sys/CORP i386 >Description: Update security/py-pycrypto from 1.9alpha6 to 2.0 >How-To-Repeat: >Fix: --begin-- diff -ruN py-pycrypto.old/Makefile py-pycrypto/Makefile --- py-pycrypto.old/Makefile Sat Apr 10 14:26:48 2004 +++ py-pycrypto/Makefile Wed Sep 29 12:46:58 2004 @@ -6,11 +6,11 @@ # PORTNAME= pycrypto -PORTVERSION= 1.9.a6 +PORTVERSION= 2.0 CATEGORIES= security MASTER_SITES= http://www.amk.ca/files/python/crypto/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -DISTNAME= ${PORTNAME}-${PORTVERSION:S@.a@a@} +DISTNAME= ${PORTNAME}-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= The Python Cryptography Toolkit diff -ruN py-pycrypto.old/distinfo py-pycrypto/distinfo --- py-pycrypto.old/distinfo Wed Mar 31 00:11:11 2004 +++ py-pycrypto/distinfo Wed Sep 29 12:47:19 2004 @@ -1,2 +1,2 @@ -MD5 (pycrypto-1.9a6.tar.gz) = cdcebdfd63e74754f57b9e9b0db4ea20 -SIZE (pycrypto-1.9a6.tar.gz) = 158801 +MD5 (pycrypto-2.0.tar.gz) = 55f9875c554ede75ad605d2c7504d94f +SIZE (pycrypto-2.0.tar.gz) = 164682 --end-- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Sep 29 16:12:35 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 2FF8316A4CE; Wed, 29 Sep 2004 16:12:35 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0FB2443D4C; Wed, 29 Sep 2004 16:12:35 +0000 (GMT) (envelope-from sergei@FreeBSD.org) Received: from freefall.freebsd.org (sergei@localhost [127.0.0.1]) i8TGCYNh078848; Wed, 29 Sep 2004 16:12:34 GMT (envelope-from sergei@freefall.freebsd.org) Received: (from sergei@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i8TGCYKN078844; Wed, 29 Sep 2004 16:12:34 GMT (envelope-from sergei) Date: Wed, 29 Sep 2004 16:12:34 GMT From: Sergei Kolobov Message-Id: <200409291612.i8TGCYKN078844@freefall.freebsd.org> To: sergei@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, sergei@FreeBSD.org Subject: Re: ports/71973: Update dns/dnsmasq to version 2.15 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: Wed, 29 Sep 2004 16:12:35 -0000 Synopsis: Update dns/dnsmasq to version 2.15 Responsible-Changed-From-To: freebsd-ports-bugs->sergei Responsible-Changed-By: sergei Responsible-Changed-When: Wed Sep 29 16:12:24 GMT 2004 Responsible-Changed-Why: Take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=71973 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Sep 29 16:13: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 F142B16A4CF; Wed, 29 Sep 2004 16:13:17 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id C6A5843D4C; Wed, 29 Sep 2004 16:13:17 +0000 (GMT) (envelope-from sergei@FreeBSD.org) Received: from freefall.freebsd.org (sergei@localhost [127.0.0.1]) i8TGDHj8078902; Wed, 29 Sep 2004 16:13:17 GMT (envelope-from sergei@freefall.freebsd.org) Received: (from sergei@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i8TGDHYf078898; Wed, 29 Sep 2004 16:13:17 GMT (envelope-from sergei) Date: Wed, 29 Sep 2004 16:13:17 GMT From: Sergei Kolobov Message-Id: <200409291613.i8TGDHYf078898@freefall.freebsd.org> To: steven@honson.org, sergei@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/71727: Update dns/dnsmasq to version 2.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: Wed, 29 Sep 2004 16:13:18 -0000 Synopsis: Update dns/dnsmasq to version 2.14 State-Changed-From-To: open->closed State-Changed-By: sergei State-Changed-When: Wed Sep 29 16:12:45 GMT 2004 State-Changed-Why: Superceded by ports/71973 from the same submitter. http://www.freebsd.org/cgi/query-pr.cgi?pr=71727 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Sep 29 16:50: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 EDB9716A4CE for ; Wed, 29 Sep 2004 16:50:10 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id DC52C43D48 for ; Wed, 29 Sep 2004 16:50:10 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i8TGoAVT079738 for ; Wed, 29 Sep 2004 16:50:10 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i8TGoAaB079737; Wed, 29 Sep 2004 16:50:10 GMT (envelope-from gnats) Resent-Date: Wed, 29 Sep 2004 16:50:10 GMT Resent-Message-Id: <200409291650.i8TGoAaB079737@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, Jonathan Fosburgh Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A27B516A4CE for ; Wed, 29 Sep 2004 16:49:51 +0000 (GMT) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8077F43D49 for ; Wed, 29 Sep 2004 16:49:51 +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 i8TGnpv9050871 for ; Wed, 29 Sep 2004 16:49:51 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.12.11/8.12.11/Submit) id i8TGnpuJ050870; Wed, 29 Sep 2004 16:49:51 GMT (envelope-from nobody) Message-Id: <200409291649.i8TGnpuJ050870@www.freebsd.org> Date: Wed, 29 Sep 2004 16:49:51 GMT From: Jonathan Fosburgh To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-2.3 Subject: ports/72174: Unbreak java/classpath for 5.x 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: Wed, 29 Sep 2004 16:50:11 -0000 >Number: 72174 >Category: ports >Synopsis: Unbreak java/classpath for 5.x >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: Wed Sep 29 16:50:10 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Jonathan Fosburgh >Release: 5.3-BETA5 >Organization: >Environment: FreeBSD jef-nt.mdacc.tmc.edu 5.3-BETA5 FreeBSD 5.3-BETA5 #70: Fri Sep 24 10:48:08 CDT 2004 syjef@jef-nt.mdacc.tmc.edu:/usr/obj/usr/src/sys/vmbsd i386 >Description: java/classpath is marked as broken on 5.x. I just successfully built and installed java/classpath on 5.3-BETA5. >How-To-Repeat: cd /usr/ports/java # edit Makefile to remove the lines that check for 5.x and mark it broken make all install >Fix: Unbreak for 5.x >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Sep 29 16:55:35 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 0559016A4D0; Wed, 29 Sep 2004 16:55:35 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id CD3E943D2D; Wed, 29 Sep 2004 16:55:34 +0000 (GMT) (envelope-from trhodes@FreeBSD.org) Received: from freefall.freebsd.org (trhodes@localhost [127.0.0.1]) i8TGtYRI079954; Wed, 29 Sep 2004 16:55:34 GMT (envelope-from trhodes@freefall.freebsd.org) Received: (from trhodes@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i8TGtYmq079950; Wed, 29 Sep 2004 16:55:34 GMT (envelope-from trhodes) Date: Wed, 29 Sep 2004 16:55:34 GMT From: Tom Rhodes Message-Id: <200409291655.i8TGtYmq079950@freefall.freebsd.org> To: kjm@rins.ryukoku.ac.jp, trhodes@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, trhodes@FreeBSD.org Subject: Re: ports/72161: vuln.xml bug - CAN-2004-0492 vulnerability was fixed already in apache-1.3.31_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: Wed, 29 Sep 2004 16:55:35 -0000 Synopsis: vuln.xml bug - CAN-2004-0492 vulnerability was fixed already in apache-1.3.31_1. State-Changed-From-To: open->closed State-Changed-By: trhodes State-Changed-When: Wed Sep 29 16:52:09 GMT 2004 State-Changed-Why: Over to me, vuln updated, PR resolved, thanks. Responsible-Changed-From-To: freebsd-ports-bugs->trhodes Responsible-Changed-By: trhodes Responsible-Changed-When: Wed Sep 29 16:52:09 GMT 2004 Responsible-Changed-Why: Over to me, vuln updated, PR resolved, thanks. http://www.freebsd.org/cgi/query-pr.cgi?pr=72161 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Sep 29 17:30: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 7167216A4CE for ; Wed, 29 Sep 2004 17:30:14 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3BC5743D55 for ; Wed, 29 Sep 2004 17:30:14 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i8THUE0D085714 for ; Wed, 29 Sep 2004 17:30:14 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i8THUEZq085713; Wed, 29 Sep 2004 17:30:14 GMT (envelope-from gnats) Date: Wed, 29 Sep 2004 17:30:14 GMT Message-Id: <200409291730.i8THUEZq085713@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Marcus Grando Subject: Re: ports/72172: Update security/py-pycrypto from 1.9alpha6 to 2.0 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: Wed, 29 Sep 2004 17:30:14 -0000 The following reply was made to PR ports/72172; it has been noted by GNATS. From: Marcus Grando To: freebsd-gnats-submit@FreeBSD.org Cc: Subject: Re: ports/72172: Update security/py-pycrypto from 1.9alpha6 to 2.0 Date: Wed, 29 Sep 2004 14:29:11 -0300 Correct patch... --begin-- diff -ruN py-pycrypto.old/Makefile py-pycrypto/Makefile --- py-pycrypto.old/Makefile Sat Apr 10 14:26:48 2004 +++ py-pycrypto/Makefile Wed Sep 29 14:22:26 2004 @@ -6,11 +6,11 @@ # PORTNAME= pycrypto -PORTVERSION= 1.9.a6 +PORTVERSION= 2.0 CATEGORIES= security MASTER_SITES= http://www.amk.ca/files/python/crypto/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -DISTNAME= ${PORTNAME}-${PORTVERSION:S@.a@a@} +DISTNAME= ${PORTNAME}-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= The Python Cryptography Toolkit diff -ruN py-pycrypto.old/distinfo py-pycrypto/distinfo --- py-pycrypto.old/distinfo Wed Mar 31 00:11:11 2004 +++ py-pycrypto/distinfo Wed Sep 29 14:22:26 2004 @@ -1,2 +1,2 @@ -MD5 (pycrypto-1.9a6.tar.gz) = cdcebdfd63e74754f57b9e9b0db4ea20 -SIZE (pycrypto-1.9a6.tar.gz) = 158801 +MD5 (pycrypto-2.0.tar.gz) = 55f9875c554ede75ad605d2c7504d94f +SIZE (pycrypto-2.0.tar.gz) = 164682 diff -ruN py-pycrypto.old/pkg-plist py-pycrypto/pkg-plist --- py-pycrypto.old/pkg-plist Mon Jan 20 11:44:35 2003 +++ py-pycrypto/pkg-plist Wed Sep 29 14:24:04 2004 @@ -23,6 +23,7 @@ lib/%%PYTHON_VERSION%%/site-packages/Crypto/Hash/SHA.py lib/%%PYTHON_VERSION%%/site-packages/Crypto/Hash/SHA.pyc lib/%%PYTHON_VERSION%%/site-packages/Crypto/Hash/SHA.pyo +lib/%%PYTHON_VERSION%%/site-packages/Crypto/Hash/SHA256.so lib/%%PYTHON_VERSION%%/site-packages/Crypto/Hash/__init__.py lib/%%PYTHON_VERSION%%/site-packages/Crypto/Hash/__init__.pyc lib/%%PYTHON_VERSION%%/site-packages/Crypto/Hash/__init__.pyo @@ -53,6 +54,7 @@ lib/%%PYTHON_VERSION%%/site-packages/Crypto/PublicKey/qNEW.py lib/%%PYTHON_VERSION%%/site-packages/Crypto/PublicKey/qNEW.pyc lib/%%PYTHON_VERSION%%/site-packages/Crypto/PublicKey/qNEW.pyo +lib/%%PYTHON_VERSION%%/site-packages/Crypto/PublicKey/_fastmath.so lib/%%PYTHON_VERSION%%/site-packages/Crypto/Util/RFC1751.py lib/%%PYTHON_VERSION%%/site-packages/Crypto/Util/RFC1751.pyc lib/%%PYTHON_VERSION%%/site-packages/Crypto/Util/RFC1751.pyo --end-- -- Marcus Grando Grupos Internet S/A marcus(at)corp.grupos.com.br From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Sep 29 17: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 1C17916A4CF for ; Wed, 29 Sep 2004 17:40:20 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id E3A3143D54 for ; Wed, 29 Sep 2004 17:40:19 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i8THeJPs085920 for ; Wed, 29 Sep 2004 17: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 i8THeJaI085919; Wed, 29 Sep 2004 17:40:19 GMT (envelope-from gnats) Resent-Date: Wed, 29 Sep 2004 17:40:19 GMT Resent-Message-Id: <200409291740.i8THeJaI085919@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 10FEB16A4CE for ; Wed, 29 Sep 2004 17:39:00 +0000 (GMT) Received: from imf20aec.mail.bellsouth.net (imf20aec.mail.bellsouth.net [205.152.59.68]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6B39C43D55 for ; Wed, 29 Sep 2004 17:38:59 +0000 (GMT) (envelope-from ahze@blueheron.ahze.net) Received: from blueheron.ahze.net ([68.209.163.3]) by imf20aec.mail.bellsouth.netESMTP <20040929173858.IVRP1719.imf20aec.mail.bellsouth.net@blueheron.ahze.net>; Wed, 29 Sep 2004 13:38:58 -0400 Received: (from root@localhost) by blueheron.ahze.net (8.13.1/8.13.1/Submit) id i8THcv5x042539; Wed, 29 Sep 2004 13:38:57 -0400 (EDT) (envelope-from ahze) Message-Id: <200409291738.i8THcv5x042539@blueheron.ahze.net> Date: Wed, 29 Sep 2004 13:38:57 -0400 (EDT) From: Michael Johnson To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 cc: dyeske@yahoo.com Subject: ports/72176: [PATCH] audio/xmms-faad2: [Link to libfaad and libmp4v2] 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: Wed, 29 Sep 2004 17:40:20 -0000 >Number: 72176 >Category: ports >Synopsis: [PATCH] audio/xmms-faad2: [Link to libfaad and libmp4v2] >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: Wed Sep 29 17:40:19 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Michael Johnson >Release: FreeBSD 5.3-BETA3 i386 >Organization: >Environment: System: FreeBSD blueheron.ahze.net 5.3-BETA3 FreeBSD 5.3-BETA3 #66: Tue Sep 7 12:56:04 EDT >Description: - Link and don't build libfaad and libmp4v2 Added file(s): - files/patch-Makefile.am Port maintainer (dyeske@yahoo.com) is cc'd. Generated with FreeBSD Port Tools 0.63 >How-To-Repeat: >Fix: --- xmms-faad2-2.0_1.patch begins here --- diff -ruN --exclude=CVS /usr/ports/audio/xmms-faad.orig/files/patch-Makefile.am /usr/ports/audio/xmms-faad/files/patch-Makefile.am --- /usr/ports/audio/xmms-faad.orig/files/patch-Makefile.am Wed Dec 31 19:00:00 1969 +++ /usr/ports/audio/xmms-faad/files/patch-Makefile.am Wed Sep 29 13:35:44 2004 @@ -0,0 +1,12 @@ +--- plugins/xmms/src/Makefile.am.orig Wed Sep 29 13:33:13 2004 ++++ plugins/xmms/src/Makefile.am Wed Sep 29 13:34:27 2004 +@@ -5,8 +5,7 @@ + `$(GTK_CONFIG) --cflags` -DHAVE_GLIB_H=1 \ + -I$(top_srcdir)/include -I$(top_srcdir)/common/mp4v2 + +-libmp4_la_LIBADD = $(top_builddir)/libfaad/libfaad.la \ +- $(top_builddir)/common/mp4v2/libmp4v2.la ++LIBS= -lfaad -lmp4v2 + + libmp4_la_LDFLAGS = -module -avoid-version `$(XMMS_CONFIG) --libs` \ + `$(GTK_CONFIG) --libs` -lpthread -lstdc++ --- xmms-faad2-2.0_1.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Sep 29 18: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 0076B16A4E8 for ; Wed, 29 Sep 2004 18:30:33 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8AA2443D73 for ; Wed, 29 Sep 2004 18:30:24 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i8TIUOxt093388 for ; Wed, 29 Sep 2004 18: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 i8TIUOlA093380; Wed, 29 Sep 2004 18:30:24 GMT (envelope-from gnats) Resent-Date: Wed, 29 Sep 2004 18:30:24 GMT Resent-Message-Id: <200409291830.i8TIUOlA093380@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 57B1816A4CE for ; Wed, 29 Sep 2004 18:23:22 +0000 (GMT) Received: from mail.icc-vvd.ru (mail.icc-vvd.ru [62.141.104.17]) by mx1.FreeBSD.org (Postfix) with ESMTP id E239043D2D for ; Wed, 29 Sep 2004 18:23:20 +0000 (GMT) (envelope-from alecn@server.v42of.icc-vvd.ru) 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 i8TINII3077843; Wed, 29 Sep 2004 22:23:18 +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 i8TINIwG077842; Wed, 29 Sep 2004 22:23:18 +0400 (MSD) Message-Id: <200409291823.i8TINIwG077842@server.v42of.icc-vvd.ru> Date: Wed, 29 Sep 2004 22:23:18 +0400 (MSD) From: Alexander Novitsky To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 cc: alecn2002@yandex.ru Subject: ports/72178: [MAINTAINER UPDATE] port finance/kmymoney2 to ver.0.6.2 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Alexander Novitsky List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Sep 2004 18:30:34 -0000 >Number: 72178 >Category: ports >Synopsis: [MAINTAINER UPDATE] port finance/kmymoney2 to ver.0.6.2 >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: Wed Sep 29 18:30:24 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 root@server.v42of.icc-vvd.ru:/usr/src/sys/i386/compile/ORACLE i386 >Description: [MAINTAINER UPDATE] port finance/kmymoney2 to ver.0.6.2 >How-To-Repeat: >Fix: --- kmymoney2-0.6.1-0.6.2.diff begins here --- diff -u finance/kmymoney2/Makefile local/kmymoney2/Makefile --- finance/kmymoney2/Makefile Sun Jul 25 16:19:41 2004 +++ local/kmymoney2/Makefile Thu Sep 23 23:30:36 2004 @@ -6,7 +6,7 @@ # PORTNAME= kmymoney2 -PORTVERSION= 0.6.1 +PORTVERSION= 0.6.2 CATEGORIES= finance MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} diff -u finance/kmymoney2/distinfo local/kmymoney2/distinfo --- finance/kmymoney2/distinfo Sun Jul 25 16:19:41 2004 +++ local/kmymoney2/distinfo Thu Sep 23 23:32:48 2004 @@ -1,2 +1,2 @@ -MD5 (kmymoney2-0.6.1.tar.bz2) = 8d486e52ede480c8c9db313ac53aa716 -SIZE (kmymoney2-0.6.1.tar.bz2) = 1547428 +MD5 (kmymoney2-0.6.2.tar.bz2) = bbf3569e8d552f49128e3061c652bdaa +SIZE (kmymoney2-0.6.2.tar.bz2) = 1548135 Common subdirectories: finance/kmymoney2/files and local/kmymoney2/files --- kmymoney2-0.6.1-0.6.2.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Sep 29 18: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 30A0A16A4DB for ; Wed, 29 Sep 2004 18:50:27 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 013B543D1D for ; Wed, 29 Sep 2004 18:50:11 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i8TIoApk093872 for ; Wed, 29 Sep 2004 18:50:10 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i8TIoAuM093871; Wed, 29 Sep 2004 18:50:10 GMT (envelope-from gnats) Resent-Date: Wed, 29 Sep 2004 18:50:10 GMT Resent-Message-Id: <200409291850.i8TIoAuM093871@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 5BC6F16A4CE for ; Wed, 29 Sep 2004 18:42:32 +0000 (GMT) Received: from mail.icc-vvd.ru (mail.icc-vvd.ru [62.141.104.17]) by mx1.FreeBSD.org (Postfix) with ESMTP id A61ED43D54 for ; Wed, 29 Sep 2004 18:42:30 +0000 (GMT) (envelope-from alecn@server.v42of.icc-vvd.ru) 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 i8TIgTI3084763; Wed, 29 Sep 2004 22:42:29 +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 i8TIgTXA084762; Wed, 29 Sep 2004 22:42:29 +0400 (MSD) Message-Id: <200409291842.i8TIgTXA084762@server.v42of.icc-vvd.ru> Date: Wed, 29 Sep 2004 22:42:29 +0400 (MSD) From: Alexander Novitsky To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 cc: alecn2002@yandex.ru Subject: ports/72180: [MAINTAINER UPDATE] devel/freeride to ver.0.7.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Alexander Novitsky List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Sep 2004 18:50:27 -0000 >Number: 72180 >Category: ports >Synopsis: [MAINTAINER UPDATE] devel/freeride to ver.0.7.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: Wed Sep 29 18:50:10 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 root@server.v42of.icc-vvd.ru:/usr/src/sys/i386/compile/ORACLE i386 >Description: [MAINTAINER UPDATE] devel/freeride to ver.0.7.0 >How-To-Repeat: >Fix: begin 644 freeride-0.6.0-0.7.0.diff.bz2 M0EIH.3%!62936<>EAI(`'-1?@``P3G___W__W_Z____Z8!"'5!`/MP+`+([[ M`]<;W9]&2[`O8`*.A0&@:"@`OA(D1,1B!H"3T1M4]$],IIB::&@--,F)D]`@ M:9$T3)!0TT!H>HT#(```````&E3VJ:>H&@`````#0`T````&GZE129"8:)@` M3`)B,T3``0P$T-&!E2'J```````R!D!H````*BB)B`A`*9DT4WI1Z@`#$!IH M#0`--DG&^3(::]?[RCWR MT?5E\'V9JUYUDU(]G6J:_D,LTG?W7>,OK/%.?C/B5E:X>(*;+*J]@+DW1S9^ M&3K+*>AK-SFG'DY/IT6UWU==S?7$4<>R_H-G58^K/%MU-QDLO=N+I*\L"\;K M(4(ZC]3OGJ!"!1)K/TF)-K=Z133+0+%@+%@`L6J```````!9:````66@6Q%` MMB*66K%````LM++2R6@66V6@`6Q%`"RVY:Q4D9;$`%M`````"RY,RV6V6EEH M```&S,R9DF:2;DFQG`FZPB2++-(J2?-]Y]D_8][7I+$D++-I,C1`A2%';VT. M>K[0LQ+CC3)'A%?8>-G:+=LB'].2'Y6=>!KZ"6_403%E-J/D\0,2@CB8><5R MQ=+%1!,64VH^3Q`4?HVA024)>KK0HH@0:(($@A$%(,2Q=`4>EI1GS-&=4HJ52B"=6&Z'U3ACFBJE M$I5*HI256CG6C05U4ZZ2WLQJ9,:.A='+<:UIHTR-42283FY,I(.3`T8798B9 MMZ,3%)+AIT*K[6(22:J5(5DUX7+AJPT;J,.94RK1&5,N62D3,03D2,E(?F;N M@;(#O)&CN]H\+02S.BC-1I9.BOLZ7![O)/K9%(7]!$D>1'1WI#B`<#8T```@MLLLH-N;6\DW MOQ]DW^>P4;P@(MX!R`((![I!W`#$DD@'(.P?LWI+#]SV!:JCB8EE-QIT(0@4 M,9CL#"/P'IJ#YF)18&QC$A`NSX;:.EF3XF(U,WW!KY#=G/::#*4>;*E8DA`L M_9J,#2D)`F`D"D,OZQKAK*DZC3:"$"]3N\Y7QYQWA7O9;4*N#;\"5K'MR:3- MA08LZ-`5U/+Z2$LD1)G@_B?S::)E&)C)F!-8DRS,F:9F9(DDC)1F(@ M!B9,P```":S8UDFO>O7FG=DV-K6$N->GQK*GZ++9)^:HW;LN)NDZALJ&6%)L MT_.@&9F3V$_+$!0>`5H9$LJ?)\K>*:/7: MC&@>"2"PO`YWDP3T0Y8;OI.'B'4L-IE7^:PF[+3JH]ANY/:C]GIO-'# M,3D8/8:/1?@":A)$1``+YT`1"_!=*3,S0A!F9DJ2H)RI!C@D#0[I#G-B)RT< MA\FR2!KA^CSPGC@;O1\6'-YV7_*B85(^,^+FY/5^U4CH/"-&_IAENE;M&BDJ M,*,+4Q(1?5W:J#18`6S$F:"+AI$%IB0RH_MX;S$55D1BB(HIA$0D;\*:'20/ M7693(,/1G08AMI`(5Z6$DFK4MMA'5\^??+.PH*^X^<=1,B;F&!:X^E4) M(&IGYVFI&DK("^FL9#&`@V&Q>3=KWYXW;F?>F=?'DJ-SDQ[V>?1[/#=EKW M?E37@2>'14>IT?CV_7G7K]^.:N;J?IS/LKO!HGTZ$DG#NF=GOWV?BC8<[#<=?L9D MAF$]ZZN/>2?3M[7(\M4224?FV[WWM,MV[+WB8<3I5L:Q'EZ5(F,>N9MB04I] M8BIZFV!]?+;=7`[H9&U,.7Y=V#SQ[YYR>([>'# M#?!$GDX35.?9(@TY/4)/7OBNP"X29CL;2)W43E$0M(%E*@Q"9"$'%N2):KFA MDTW8VW;N4F66<,W-M9R*25W:/[\UP.4FS$U7*MN2L3126H93I-:MD5IF#6/` MAD1NTP'PXE]/3+6&](EA))1+)+7"JM.E8H+[H$*"""`)_?L-N5C<&7>MC'*? M,;4;+W`;$^2.)[H^FIGH]YN'B3NI$G&`_+1S]!AC#9,P;6&5)#>1).?HU3+1 M8\K;&:MAEUK[7HTYN'*;A,/N>AV?R^3U1W$=8D1\GD#"6AET9?7YN3@=/=,.LG3*8GK<'*?([9B(-!#N:IU?'G;?>ME MF>SAPHI2M0RV=6CR,-%M5+[WW$0EPL6RU56DMBW%F0G3DY>K1A]S\CN^/IYA# M)YO.21$]6@ZN[#JV81)W=CAHS$B)G3NKBNH>SUW$&^CJK4^.50L[*J+U]-?;C&,G=JRQ5LL6 M5*JD6K*I7#M[)PQRMM=7&'"?3#F\]O9&6CB6VQ%MI*>'F.;FG$:2Q(-!JF65 M:,,ID@(()E)`L+"`E07&:K.X)$HKSSC(V-LH<:^6/=OXWUUQ=KK3;3ERF[(Y M)84FPY,R1,K$%3"E5.3:-;6Z2[^$;HYJFYZXF-[:RU[YMZM'9J2=AT$O'!Y<]L8O"MG96[=/CW(DPV;*6^+BJLLW9VMMMI3T=6Y6 MJIS;.S?9JQ5X?8KNFS!Y/#DT<;/$QT.>S\FBU)`]:?CON(E2(/L=+:0E5+G= M[9AQXT65JU?JX[^9TR\0^H)JRP^AYC)Y//=Y_V6[MGD?47 M=N:G^S/CQM&357U$YN4X56VVVG38S)H^6(1E=K(B,(&'X*]LAY:6Q+UQ9EFW D`B8S@D@UDR9-(22S$B#4C@>H!7UKB/-(2'\7Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Sep 29 18: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 3127516A4D8 for ; Wed, 29 Sep 2004 18:50:27 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6625543D49 for ; Wed, 29 Sep 2004 18:50:14 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i8TIoEhP093879 for ; Wed, 29 Sep 2004 18:50:14 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i8TIoE9V093878; Wed, 29 Sep 2004 18:50:14 GMT (envelope-from gnats) Date: Wed, 29 Sep 2004 18:50:14 GMT Message-Id: <200409291850.i8TIoE9V093878@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Eugene Ossintsev 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: Eugene Ossintsev List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Sep 2004 18:50:27 -0000 The following reply was made to PR ports/72154; it has been noted by GNATS. From: Eugene Ossintsev To: freebsd-gnats-submit@FreeBSD.org, danny@ricin.com Cc: Subject: Re: ports/72154: [patch] Update x11-toolkits/py-qt to 3.13 and fix unfetchable Date: Wed, 29 Sep 2004 20:45:38 +0200 py-kde is not maintaned by me but you may take sip, no problem. I agree it would be easier to maintain all three by one person. -- Eugene Ossintsev From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Sep 29 19: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 0674416A4CE for ; Wed, 29 Sep 2004 19:10:28 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id CD6AD43D58 for ; Wed, 29 Sep 2004 19:10:27 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i8TJARsn099955 for ; Wed, 29 Sep 2004 19: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 i8TJARLA099954; Wed, 29 Sep 2004 19:10:27 GMT (envelope-from gnats) Resent-Date: Wed, 29 Sep 2004 19:10:27 GMT Resent-Message-Id: <200409291910.i8TJARLA099954@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 Hauser Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B338616A4CF for ; Wed, 29 Sep 2004 19:07:26 +0000 (GMT) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id 90FA243D46 for ; Wed, 29 Sep 2004 19:07:26 +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 i8TJ7QPa016862 for ; Wed, 29 Sep 2004 19:07:26 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.12.11/8.12.11/Submit) id i8TJ7QkP016861; Wed, 29 Sep 2004 19:07:26 GMT (envelope-from nobody) Message-Id: <200409291907.i8TJ7QkP016861@www.freebsd.org> Date: Wed, 29 Sep 2004 19:07:26 GMT From: Andreas Hauser To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-2.3 Subject: ports/72182: fix bsd.port.mk for different semantics of -b in BSD and GNU diff 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: Wed, 29 Sep 2004 19:10:28 -0000 >Number: 72182 >Category: ports >Synopsis: fix bsd.port.mk for different semantics of -b in BSD and GNU diff >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: Wed Sep 29 19:10:27 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Andreas Hauser >Release: >Organization: Splashground >Environment: >Description: BSD and GNU diff have different semantics for the -b switch. Using --suffix is the same on both. The patch at http://ftp.fortunaty.net/DragonFly/inofficial/patches/Mk::bsd.port.mk-patch-suffix.patch does that and thus make bsd patch work for ports. >How-To-Repeat: do make in a port that has patches in files/ with BSD patch as patch programm >Fix: http://ftp.fortunaty.net/DragonFly/inofficial/patches/Mk::bsd.port.mk-patch-suffix.patch >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Sep 29 21: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 8F5B916A4CE for ; Wed, 29 Sep 2004 21:50:24 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 75E4C43D1F for ; Wed, 29 Sep 2004 21:50:24 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i8TLoOPX014486 for ; Wed, 29 Sep 2004 21: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 i8TLoOMX014483; Wed, 29 Sep 2004 21:50:24 GMT (envelope-from gnats) Resent-Date: Wed, 29 Sep 2004 21:50:24 GMT Resent-Message-Id: <200409292150.i8TLoOMX014483@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, MOROHOSHI Akihiko Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BE25816A4CE for ; Wed, 29 Sep 2004 21:46:20 +0000 (GMT) Received: from smtp4.dti.ne.jp (smtp4.dti.ne.jp [202.216.228.39]) by mx1.FreeBSD.org (Postfix) with ESMTP id E5C4A43D31 for ; Wed, 29 Sep 2004 21:46:19 +0000 (GMT) (envelope-from moro@remus.dti.ne.jp) Received: from kikyou.m.ayame.com (ntmiex021110.miex.nt.adsl.ppp.infoweb.ne.jp [220.145.209.110]) by smtp4.dti.ne.jp (3.08s) with ESMTP AUTH id i8TLkIXg008300 for ; Thu, 30 Sep 2004 06:46:18 +0900 (JST) Received: by kikyou.m.ayame.com (Postfix, from userid 1001) id 248055AB3; Thu, 30 Sep 2004 06:46:18 +0900 (JST) Message-Id: <20040929214618.248055AB3@kikyou.m.ayame.com> Date: Thu, 30 Sep 2004 06:46:18 +0900 (JST) From: MOROHOSHI Akihiko To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/72184: New port: editors/freemind: Mind-mapping software written in Java X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: MOROHOSHI Akihiko List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Sep 2004 21:50:24 -0000 >Number: 72184 >Category: ports >Synopsis: New port: editors/freemind: Mind-mapping software written in Java >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: Wed Sep 29 21:50:24 GMT 2004 >Closed-Date: >Last-Modified: >Originator: MOROHOSHI Akihiko >Release: FreeBSD 5.3-BETA1 i386 >Organization: >Environment: System: FreeBSD kikyou.local.domain 5.3-BETA1 FreeBSD 5.3-BETA1 #6: Thu Aug 26 21:19:55 JST 2004 moro@kikyou.local.domain:/home/tmp/obj/home/releng5/src/sys/KIKYOU i386 >Description: Mind-mapping software written in Java. It is a GPL'ed free software. >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: # # freemind # freemind/Makefile # freemind/files # freemind/files/freemind.sh # freemind/files/README.FreeBSD # freemind/distinfo # freemind/pkg-plist # freemind/pkg-descr # echo c - freemind mkdir -p freemind > /dev/null 2>&1 echo x - freemind/Makefile sed 's/^X//' >freemind/Makefile << 'END-of-freemind/Makefile' X# New ports collection makefile for: FreeMind X# Date created: 29 September 2004 X# Whom: MOROHOSHI Akihiko X# X# $FreeBSD$ X# X XPORTNAME= freemind XPORTVERSION= 0.7.1 XCATEGORIES= editors java XMASTER_SITES= ${MASTER_SITE_SOURCEFORGE} XMASTER_SITE_SUBDIR= ${PORTNAME} XDISTNAME= ${PORTNAME}-bin-${PORTVERSION:C/\./_/g} X XMAINTAINER= moro@remus.dti.ne.jp XCOMMENT= Mind-mapping software written in Java X XBUILD_DEPENDS= ${ZIP_CMD}:${PORTSDIR}/archivers/zip X XNO_WRKSUBDIR= yes X XUSE_JAVA= 1.4+ XUSE_ZIP= yes XUSE_REINPLACE= yes X XZIP_CMD?= ${LOCALBASE}/bin/zip XDATASUBDIRS= accessories lib XDATAFILES= patterns.xml user.properties XPORTDOCS= * X Xdo-build: X ${SED} 's|%%LOCALBASE%%|${LOCALBASE}|; s|%%DATADIR%%|${DATADIR}|' \ X ${FILESDIR}/freemind.sh > ${WRKDIR}/freemind.sh X (cd ${WRKSRC}; \ X ${UNZIP_CMD} lib/freemind.jar freemind.properties; \ X ${REINPLACE_CMD} -e '/^properties_folder/ s/freemind/.&/; s|./doc/freemind.mm|${DOCSDIR}/freemind.mm|' freemind.properties; \ X ${ZIP_CMD} -u lib/freemind.jar freemind.properties) X Xdo-install: X ${INSTALL_SCRIPT} ${WRKDIR}/freemind.sh ${PREFIX}/bin/freemind X ${MKDIR} ${DATADIR} X cd ${WRKSRC} && ${FIND} ${DATAFILES} ${DATASUBDIRS} | \ X ${CPIO} -pdm -L -R ${SHAREOWN}:${SHAREGRP} ${DATADIR} X.if !defined(NOPORTDOCS) X ${MKDIR} ${DOCSDIR} X ${INSTALL_DATA} ${WRKSRC}/license ${DOCSDIR} X ${INSTALL_DATA} ${FILESDIR}/README.FreeBSD ${DOCSDIR} X cd ${WRKSRC}/doc && ${FIND} . | \ X ${CPIO} -pdm -L -R ${SHAREOWN}:${SHAREGRP} ${DOCSDIR} X.endif X X.include END-of-freemind/Makefile echo c - freemind/files mkdir -p freemind/files > /dev/null 2>&1 echo x - freemind/files/freemind.sh sed 's/^X//' >freemind/files/freemind.sh << 'END-of-freemind/files/freemind.sh' X#!/bin/sh X# $FreeBSD$ X X# If your java dumps core with signal 10, uncomment this: X#export MALLOC_OPTIONS=aj X XJAVA_CMD="%%LOCALBASE%%/bin/javavm" XDATADIR="%%DATADIR%%" XJAVA_ARGS= X Xexec "${JAVA_CMD}" ${JAVA_ARGS} -jar "${DATADIR}/lib/freemind.jar" "$@" END-of-freemind/files/freemind.sh echo x - freemind/files/README.FreeBSD sed 's/^X//' >freemind/files/README.FreeBSD << 'END-of-freemind/files/README.FreeBSD' XNote for FreeBSD users: X XUser's configuration directory is changed to ~/.freemind, Xhaving regard to the standard dot-directory manner. X XIn fact, it is the same change as Debian and SuSE Linux packages do. END-of-freemind/files/README.FreeBSD echo x - freemind/distinfo sed 's/^X//' >freemind/distinfo << 'END-of-freemind/distinfo' XMD5 (freemind-bin-0_7_1.zip) = f2f928c860ba45fd5206e54392cd12c8 XSIZE (freemind-bin-0_7_1.zip) = 402336 END-of-freemind/distinfo echo x - freemind/pkg-plist sed 's/^X//' >freemind/pkg-plist << 'END-of-freemind/pkg-plist' Xbin/freemind Xshare/freemind/accessories/mm2xbel.xsl Xshare/freemind/accessories/xbel2mm.xsl Xshare/freemind/lib/freemind.jar Xshare/freemind/patterns.xml Xshare/freemind/user.properties X@dirrm share/freemind/accessories X@dirrm share/freemind/lib X@dirrm share/freemind END-of-freemind/pkg-plist echo x - freemind/pkg-descr sed 's/^X//' >freemind/pkg-descr << 'END-of-freemind/pkg-descr' XFreeMind is a premier free mind-mapping software written in Java. XThe recent development has hopefully turned it into high productivity tool. X XWWW: http://freemind.sourceforge.net/ END-of-freemind/pkg-descr exit >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Sep 29 22: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 729EC16A4D0 for ; Wed, 29 Sep 2004 22:20:21 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4043C43D55 for ; Wed, 29 Sep 2004 22:20:18 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i8TMKIve021530 for ; Wed, 29 Sep 2004 22:20:18 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i8TMKITc021529; Wed, 29 Sep 2004 22:20:18 GMT (envelope-from gnats) Resent-Date: Wed, 29 Sep 2004 22:20:18 GMT Resent-Message-Id: <200409292220.i8TMKITc021529@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, Ralf van der Enden Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E92D216A4CE for ; Wed, 29 Sep 2004 22:17:32 +0000 (GMT) Received: from mail.cainites.net (caine.xs4all.nl [80.126.212.243]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5F64343D55 for ; Wed, 29 Sep 2004 22:17:31 +0000 (GMT) (envelope-from root@cainites.net) Received: from localhost (localhost.cainites.net [127.0.0.1]) by mail.cainites.net (Postfix) with ESMTP id EBD5255D for ; Thu, 30 Sep 2004 00:17:29 +0200 (CEST) Received: from mail.cainites.net ([127.0.0.1]) by localhost (lan.cainites.net [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 13880-01 for ; Thu, 30 Sep 2004 00:17:26 +0200 (CEST) Received: by mail.cainites.net (Postfix, from userid 0) id 0A3A61BE; Thu, 30 Sep 2004 00:17:26 +0200 (CEST) Message-Id: <20040929221726.0A3A61BE@mail.cainites.net> Date: Thu, 30 Sep 2004 00:17:26 +0200 (CEST) From: Ralf van der Enden To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/72185: Update to p5-MIME-Tools 5.413 (5.411a breaks amavisd-new) X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Ralf van der Enden List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Sep 2004 22:20:21 -0000 >Number: 72185 >Category: ports >Synopsis: Update to p5-MIME-Tools 5.413 (5.411a breaks amavisd-new) >Confidential: no >Severity: serious >Priority: high >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Wed Sep 29 22:20:18 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Ralf van der Enden >Release: FreeBSD 5.2.1-RELEASE-p10 i386 >Organization: >Environment: System: FreeBSD lan.cainites.net 5.2.1-RELEASE-p10 FreeBSD 5.2.1-RELEASE-p10 #1: Mon Sep 20 20:43:00 CEST 2004 root@lan.cainites.net:/usr/obj/usr/src/sys/HELLKERNEL i386 >Description: Update to p5-MIME-Tools 5.413 - 5.411a breaks amavisd-new (and possible more ports) - 5.413 contains several bugfixes and includes the patches from 5.411a port) >How-To-Repeat: >Fix: --- p5-MIME-Tools.diff begins here --- diff -ruN p5-MIME-Tools.org/Makefile p5-MIME-Tools/Makefile --- p5-MIME-Tools.org/Makefile Wed Sep 22 09:54:39 2004 +++ p5-MIME-Tools/Makefile Wed Sep 22 09:56:12 2004 @@ -6,9 +6,8 @@ # PORTNAME= p5-MIME-Tools -PORTVERSION= 5.411a -PORTREVISION= 6 -PORTEPOCH= 2 +PORTVERSION= 5.413 +PORTEPOCH= 3 CATEGORIES= mail perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= MIME @@ -24,7 +23,7 @@ RUN_DEPENDS= ${BUILD_DEPENDS} PERL_CONFIGURE= YES -WRKSRC= ${WRKDIR}/MIME-tools-5.411 +WRKSRC= ${WRKDIR}/MIME-tools-5.413 MAN3= MIME::Body.3 \ MIME::Decoder.3 \ diff -ruN p5-MIME-Tools.org/distinfo p5-MIME-Tools/distinfo --- p5-MIME-Tools.org/distinfo Wed Sep 22 09:54:39 2004 +++ p5-MIME-Tools/distinfo Wed Sep 22 09:56:14 2004 @@ -1,2 +1,2 @@ -MD5 (MIME-tools-5.411a.tar.gz) = e7cb1f8e146171103640e3a5516afb1a -SIZE (MIME-tools-5.411a.tar.gz) = 467432 +MD5 (MIME-tools-5.413.tar.gz) = 63dff0743e08984f8938d3a8d4c0c2a8 +SIZE (MIME-tools-5.413.tar.gz) = 350417 diff -ruN p5-MIME-Tools.org/files/patch-7or8bit.diff p5-MIME-Tools/files/patch-7or8bit.diff --- p5-MIME-Tools.org/files/patch-7or8bit.diff Wed Sep 22 09:54:39 2004 +++ p5-MIME-Tools/files/patch-7or8bit.diff Thu Jan 1 01:00:00 1970 @@ -1,20 +0,0 @@ ---- lib/MIME/Head.pm.orig Sat Nov 4 20:54:46 2000 -+++ lib/MIME/Head.pm Wed Aug 25 11:12:25 2004 -@@ -685,11 +685,16 @@ - This is the default value -- that is, "Content-Transfer-Encoding: 7BIT" - is assumed if the Content-Transfer-Encoding header field is not present. - -+I do one other form of fixup: "7_bit", "7-bit", and "7 bit" are -+corrected to "7bit"; likewise for "8bit". -+ - =cut - - sub mime_encoding { - my $self = shift; -- lc($self->mime_attr('content-transfer-encoding') || '7bit'); -+ my $enc = lc($self->mime_attr('content-transfer-encoding') || '7bit'); -+ $enc =~ s{^([78])[ _-]bit\Z}{$1bit}; -+ $enc; - } - - #------------------------------ diff -ruN p5-MIME-Tools.org/files/patch-Benchmark p5-MIME-Tools/files/patch-Benchmark --- p5-MIME-Tools.org/files/patch-Benchmark Wed Sep 22 09:54:39 2004 +++ p5-MIME-Tools/files/patch-Benchmark Thu Jan 1 01:00:00 1970 @@ -1,88 +0,0 @@ ---- lib/MIME/Parser.pm.orig Wed Aug 25 11:19:44 2004 -+++ lib/MIME/Parser.pm Wed Aug 25 11:23:39 2004 -@@ -582,10 +582,7 @@ - my ($self, $in, $rdr, $out) = @_; - - ### Parse: -- my $bm = benchmark { -- $rdr->read_chunk($in, $out); -- }; -- $self->debug("t bound: $bm"); -+ $rdr->read_chunk($in, $out); - 1; - } - -@@ -828,11 +825,8 @@ - - ### Decode and save the body (using the decoder): - my $DECODED = $body->open("w") || die "$ME: body not opened: $!\n"; -- my $bm = benchmark { -- eval { $decoder->decode($ENCODED, $DECODED); }; -- $@ and $self->error($@); -- }; -- $self->debug("t decode: $bm"); -+ eval { $decoder->decode($ENCODED, $DECODED); }; -+ $@ and $self->error($@); - $DECODED->close; - - ### Success! Remember where we put stuff: -@@ -1134,11 +1128,8 @@ - my $entity; - local $/ = "\n"; ### just to be safe - -- my $bm = benchmark { -- $self->init_parse; -- ($entity) = $self->process_part($in, undef); ### parse! -- }; -- $self->debug("t parse: $bm"); -+ $self->init_parse; -+ ($entity) = $self->process_part($in, undef); ### parse! - - $entity; - } ---- lib/MIME/Tools.pm.orig Wed Aug 25 10:47:32 2004 -+++ lib/MIME/Tools.pm Wed Aug 25 10:50:41 2004 -@@ -24,7 +24,7 @@ - 'config' => [qw(%CONFIG)], - 'msgs' => [qw(usage debug whine error)], - 'msgtypes'=> [qw($M_DEBUG $M_WARNING $M_ERROR)], -- 'utils' => [qw(benchmark catfile shellquote textual_type tmpopen )], -+ 'utils' => [qw(catfile shellquote textual_type tmpopen )], - ); - Exporter::export_ok_tags('config', 'msgs', 'msgtypes', 'utils'); - -@@ -153,26 +153,6 @@ - - #------------------------------ - # --# benchmark CODE --# --# Private benchmarking utility. --# --sub benchmark(&) { -- my ($code) = @_; -- if (1) { -- my $t0 = new Benchmark; -- &$code; -- my $t1 = new Benchmark; -- return timestr(timediff($t1, $t0)); -- } -- else { -- &$code; -- return ""; -- } --} -- --#------------------------------ --# - # catfile DIR, FILE - # - # Directory/file concatenation. -@@ -1394,7 +1374,6 @@ - Newlines in the void - - Started using Benchmark for benchmarking. -- - - =item Version 5.205 (2000/06/06) - diff -ruN p5-MIME-Tools.org/files/patch-Decoder-qpdecode-pdf p5-MIME-Tools/files/patch-Decoder-qpdecode-pdf --- p5-MIME-Tools.org/files/patch-Decoder-qpdecode-pdf Wed Sep 22 09:54:39 2004 +++ p5-MIME-Tools/files/patch-Decoder-qpdecode-pdf Thu Jan 1 01:00:00 1970 @@ -1,41 +0,0 @@ ---- lib/MIME/Decoder/QuotedPrint.pm.orig Tue Aug 31 17:02:43 2004 -+++ lib/MIME/Decoder/QuotedPrint.pm Tue Aug 31 17:02:38 2004 -@@ -85,9 +85,37 @@ - # - sub decode_it { - my ($self, $in, $out) = @_; -+ my $init = 0; -+ my $badpdf = 0; - - while (defined($_ = $in->getline)) { -- $out->print(decode_qp($_)); -+ # -+ # Dirty hack to fix QP-Encoded PDFs from MS-Outlook. -+ # -+ # Check if we have a PDF file and if it has been encoded -+ # on Windows. Unix encoded files are fine. If we have -+ # one encoded CR after the PDF init string but are missing -+ # an encoded CR before the newline this means the PDF is broken. -+ # -+ if (!$init) { -+ $init = 1; -+ if ($_ =~ /^%PDF-[0-9\.]+=0D/ && $_ !~ /(?!=0D)\n$/) { -+ $badpdf = 1; -+ } -+ } -+ # -+ # Decode everything with decode_qp() except corrupted PDFs. -+ # -+ if ($badpdf) { -+ my $output = $_; -+ $output =~ s/[ \t]+?(\r?\n)/$1/g; -+ $output =~ s/=\r?\n//g; -+ $output =~ s/(^$|[^\r])\n\Z/$1\r\n/; -+ $output =~ s/=([\da-fA-F]{2})/pack("C", hex($1))/ge; -+ $out->print($output); -+ } else { -+ $out->print(decode_qp($_)); -+ } - } - 1; - } diff -ruN p5-MIME-Tools.org/files/patch-Decoder-qpencode p5-MIME-Tools/files/patch-Decoder-qpencode --- p5-MIME-Tools.org/files/patch-Decoder-qpencode Wed Sep 22 09:54:39 2004 +++ p5-MIME-Tools/files/patch-Decoder-qpencode Thu Jan 1 01:00:00 1970 @@ -1,128 +0,0 @@ ---- lib/MIME/Decoder/QuotedPrint.pm.orig Wed Aug 25 11:46:45 2004 -+++ lib/MIME/Decoder/QuotedPrint.pm Wed Aug 25 11:48:27 2004 -@@ -54,7 +54,7 @@ - - use vars qw(@ISA $VERSION); - use MIME::Decoder; --use MIME::QuotedPrint 2.03; -+use MIME::QuotedPrint 3.03; - - @ISA = qw(MIME::Decoder); - -@@ -63,7 +63,7 @@ - - #------------------------------ - # --# encode_qp_really STRING -+# encode_qp_really STRING TEXTUAL_TYPE_FLAG - # - # Encode QP, and then follow guideline 8 from RFC 2049 (thanks to Denis - # N. Antonioli) whereby we make things a little safer for the transport -@@ -71,7 +71,7 @@ - # grow beyond 76 characters! - # - sub encode_qp_really { -- my $enc = encode_qp($_[0]); -+ my $enc = encode_qp(shift, undef, not shift); - if (length($enc) < 74) { - $enc =~ s/^\.$/=2E/g; # force encoding of /^\.$/ - $enc =~ s/^From /=46rom /g; # force encoding of /^From / -@@ -97,10 +97,10 @@ - # encode_it IN, OUT - # - sub encode_it { -- my ($self, $in, $out) = @_; -+ my ($self, $in, $out, $textual_type) = @_; - - while (defined($_ = $in->getline)) { -- $out->print(encode_qp_really($_)); -+ $out->print(encode_qp_really($_, $textual_type)); - } - 1; - } ---- lib/MIME/Decoder.pm.orig Wed Aug 25 11:49:42 2004 -+++ lib/MIME/Decoder.pm Wed Aug 25 11:50:26 2004 -@@ -248,14 +248,14 @@ - =cut - - sub encode { -- my ($self, $in, $out) = @_; -+ my ($self, $in, $out, $textual_type) = @_; - - ### Coerce old-style filehandles to legit objects, and do it! - $in = wraphandle($in); - $out = wraphandle($out); - - ### Invoke back-end method to do the work: -- $self->encode_it($in, $out) || -+ $self->encode_it($in, $out, $self->encoding eq 'quoted-printable' ? ($textual_type) : ()) || - die "$ME: ".$self->encoding." encoding failed\n"; - } - ---- lib/MIME/Entity.pm.orig Wed Aug 25 11:50:54 2004 -+++ lib/MIME/Entity.pm Wed Aug 25 11:51:25 2004 -@@ -1853,7 +1853,7 @@ - - ### Output the body: - my $IO = $self->open("r") || die "open body: $!"; -- $decoder->encode($IO, $out) || return error "encoding failed"; -+ $decoder->encode($IO, $out, textual_type($self->head->mime_type) ? 1 : 0) || die "encoding failed\n"; - $IO->close; - 1; - } ---- lib/MIME/Decoder/QuotedPrint.pm.orig Thu Aug 26 12:28:37 2004 -+++ lib/MIME/Decoder/QuotedPrint.pm Thu Aug 26 12:28:26 2004 -@@ -73,7 +73,7 @@ - sub encode_qp_really { - my $enc = encode_qp(shift, undef, not shift); - if (length($enc) < 74) { -- $enc =~ s/^\.$/=2E/g; # force encoding of /^\.$/ -+ $enc =~ s/^\.\n/=2E\n/g; # force encoding of /^\.$/ - $enc =~ s/^From /=46rom /g; # force encoding of /^From / - } - $enc; ---- t/Misc.t.orig Sun May 21 07:15:26 2000 -+++ t/Misc.t Thu Aug 26 12:34:27 2004 -@@ -6,7 +6,7 @@ - - # Create checker: - my $T = typical ExtUtils::TBone; --$T->begin(7); -+$T->begin(12); - - #------------------------------ - # Bug 971008 from Michael W. Normandin : -@@ -67,13 +67,29 @@ - # $res =~ s/\./=2E/go; - # $res =~ s/From /=46rom /go; - # at the start of encode_qp_really in MIME::Decoder::QuotedPrint? -+# -+# Textual mode. -+{ -+ use MIME::Decoder::QuotedPrint; -+ my $pair; -+ foreach $pair (["From me", "=46rom me=\n"], -+ [".", ".=\n"], # soft line-break -+ [".\n", "=2E\n"], # line-break -+ [" From you", " From you=\n"]) { -+ my $out = MIME::Decoder::QuotedPrint::encode_qp_really($pair->[0], 1); -+ $T->ok_eq($out, $pair->[1], -+ "bug 970725-DNA: QP use of RFC2049 guideline 8"); -+ } -+} -+# Binary mode - { - use MIME::Decoder::QuotedPrint; - my $pair; -- foreach $pair (["From me", "=46rom me"], -- [".", "=2E"], -- [" From you", " From you"]) { -- my $out = MIME::Decoder::QuotedPrint::encode_qp_really($pair->[0]); -+ foreach $pair (["From me", "=46rom me=\n"], -+ [".", ".=\n"], # soft line-break -+ [".\n", ".=0A=\n"], # line-break -+ [" From you", " From you=\n"]) { -+ my $out = MIME::Decoder::QuotedPrint::encode_qp_really($pair->[0], 0); - $T->ok_eq($out, $pair->[1], - "bug 970725-DNA: QP use of RFC2049 guideline 8"); - } diff -ruN p5-MIME-Tools.org/files/patch-Filer.pm-whitespace p5-MIME-Tools/files/patch-Filer.pm-whitespace --- p5-MIME-Tools.org/files/patch-Filer.pm-whitespace Wed Sep 22 09:54:39 2004 +++ p5-MIME-Tools/files/patch-Filer.pm-whitespace Thu Jan 1 01:00:00 1970 @@ -1,23 +0,0 @@ ---- lib/MIME/Parser/Filer.pm Thu Nov 23 06:04:03 2000 -+++ lib/MIME/Parser/Filer.pm Thu Aug 26 00:42:18 2004 -@@ -357,8 +357,9 @@ - $self->debug("is this evil? '$name'"); - - return 1 if (!defined($name) or ($name eq '')); ### empty -+ return 1 if ($name =~ m{(^\s)|(\s+\Z)}); ### leading/trailing whitespace - return 1 if ($name =~ m{^\.+\Z}); ### dots -- return 1 if ($name =~ tr{\\/:[]}{}); ### path characters -+ return 1 if ($name =~ /((?:[\[\]\\\/\<\>\|\?\*\:\"]|\p{IsCntrl}))/); ### path or special characters - return 1 if ($self->{MPF_MaxName} and - (length($name) > $self->{MPF_MaxName})); - -@@ -402,6 +403,9 @@ - my ($root, $ext) = (($last =~ /^(.*)\.([^\.]+)\Z/) - ? ($1, $2) - : ($last, '')); -+ ### Delete leading and trailing whitespace -+ $root =~ s/^\s+//; -+ $ext =~ s/\s+$//; - $root = substr($root, 0, ($self->{MPF_TrimRoot} || 14)); - $ext = substr($ext, 0, ($self->{MPF_TrimExt} || 3)); - $ext =~ /^\w+$/ or $ext = "dat"; diff -ruN p5-MIME-Tools.org/files/patch-ParamVal.pm p5-MIME-Tools/files/patch-ParamVal.pm --- p5-MIME-Tools.org/files/patch-ParamVal.pm Wed Sep 22 09:54:39 2004 +++ p5-MIME-Tools/files/patch-ParamVal.pm Thu Jan 1 01:00:00 1970 @@ -1,114 +0,0 @@ ---- lib/MIME/Field/ParamVal.pm.orig Sun Nov 5 04:54:49 2000 -+++ lib/MIME/Field/ParamVal.pm Thu Jun 6 10:15:15 2002 -@@ -100,6 +100,9 @@ - # token = 1* - # - my $TSPECIAL = '()<>@,;:\ $b } keys %{$rfc2231params{$param}}) { -+ $params{$param} .= $rfc2231params{$param}{$part}; -+ } - debug " field param <$param> = <$params{$param}>"; - } - diff -ruN p5-MIME-Tools.org/files/patch-Parser-BinHex p5-MIME-Tools/files/patch-Parser-BinHex --- p5-MIME-Tools.org/files/patch-Parser-BinHex Wed Sep 22 09:54:39 2004 +++ p5-MIME-Tools/files/patch-Parser-BinHex Thu Jan 1 01:00:00 1970 @@ -1,260 +0,0 @@ ---- /dev/null Sun Aug 1 22:44:02 2004 -+++ lib/MIME/Decoder/BinHex.pm Sun Aug 1 22:43:12 2004 -@@ -0,0 +1,182 @@ -+package MIME::Decoder::BinHex; -+ -+ -+=head1 NAME -+ -+MIME::Decoder::BinHex - decode a "binhex" stream -+ -+ -+=head1 SYNOPSIS -+ -+A generic decoder object; see L for usage. -+ -+Also supports a preamble() method to recover text before -+the binhexed portion of the stream. -+ -+ -+=head1 DESCRIPTION -+ -+A MIME::Decoder subclass for a nonstandard encoding whereby -+data are binhex-encoded. Common non-standard MIME encodings for this: -+ -+ x-uu -+ x-uuencode -+ -+ -+=head1 AUTHOR -+ -+Julian Field (F). -+ -+All rights reserved. This program is free software; you can redistribute -+it and/or modify it under the same terms as Perl itself. -+ -+=head1 VERSION -+ -+$Revision: 1.1 $ $Date: 2004/08/01 20:46:17 $ -+ -+=cut -+ -+ -+require 5.002; -+use vars qw(@ISA $VERSION); -+use MIME::Decoder; -+use MIME::Tools qw(whine); -+use Convert::BinHex; -+ -+@ISA = qw(MIME::Decoder); -+ -+# The package version, both in 1.23 style *and* usable by MakeMaker: -+$VERSION = substr q$Revision: 1.1 $, 10; -+ -+ -+#------------------------------ -+# -+# decode_it IN, OUT -+# -+sub decode_it { -+ my ($self, $in, $out) = @_; -+ my ($mode, $file); -+ my (@preamble, @data); -+ local $_; -+ my $H2B = Convert::BinHex->hex2bin; -+ #my $H2B = Convert::BinHex->open($in); -+ my $line; -+ -+ $self->{MDU_Preamble} = \@preamble; -+ $self->{MDU_Mode} = '600'; -+ $self->{MDU_File} = undef; -+ -+ ### Find beginning... -+ $MailScanner::BinHex::Inline = 1; -+ if ($MailScanner::BinHex::Inline) { -+ while (defined($_ = $in->getline)) { -+ #print STDERR "Line is \"$_\"\n"; -+ if (/^\(This file must be converted/) { -+ $_ = $in->getline; -+ last if /^:/; -+ } -+ push @preamble, $_; -+ } -+ die("binhex decoding: fell off end of file\n") if !defined($_); -+ } else { -+ while (defined($_ = $in->getline)) { -+ # Found the header? So start decoding it -+ last if /^:/; -+ push @preamble, $_; -+ } -+ ## hit eof! -+ die("binhex decoding: no This file must be... found\n") if !defined($_); -+ } -+ -+ ### Decode: -+ # Don't rely on the comment always being there -+ #$self->whine(":H2B is $H2B\n"); -+ #$self->whine("Header is " . $H2B->read_header . "\n"); -+ #@data = $H2B->read_data; -+ #$out->print(@data); -+ #print STDERR "End of binhex stream\n"; -+ #return 1; -+ #if (/^:/) { -+ my $data; -+ $data = $H2B->next($_); # or whine("Next error is $@ $!\n"); -+ #print STDERR "Data line 1 is length \"" . length($data) . "\" \"$data\"\n"; -+ my $len = unpack("C", $data); -+ while ($len > length($data)+21 && defined($line = $in->getline)) { -+ $data .= $H2B->next($line); -+ } -+ $data = substr($data, 22+$len); -+ $out->print($data); -+ #} -+ while (defined($_ = $in->getline)) { -+ $line = $_; -+ $data = $H2B->next($line); -+ #print STDERR "Data is length " . length($data) . " \"$data\"\n"; -+ $out->print($data); -+ #chomp $line; -+ #print STDERR "Line is length " . length($line) . " \"$line\"\n"; -+ #print STDERR "Line matches end\n" if $line =~ /:$/; -+ last if $line =~ /:$/; -+ } -+ #print STDERR "Broken out of loop\n"; -+ #print STDERR "file incomplete, no end found\n" if !defined($_); # eof -+ 1; -+} -+ -+#------------------------------ -+# -+# encode_it IN, OUT -+# -+sub encode_it { -+ my ($self, $in, $out) = @_; -+ my $line; -+ my $buf = ''; -+ -+ my $fname = (($self->head && -+ $self->head->mime_attr('content-disposition.filename')) || -+ ''); -+ my $B2H = Convert::BinHex->bin2hex; -+ $out->print("(This file must be converted with BinHex 4.0)\n"); -+ #while (defined($line = <$in>)) { -+ while ($in->read($buf, 1000)) { -+ $out->print($B2H->next($buf)); -+ } -+ $out->print($B2H->done); -+ 1; -+} -+ -+#------------------------------ -+# -+# last_preamble -+# -+# Return the last preamble as ref to array of lines. -+# Gets reset by decode_it(). -+# -+sub last_preamble { -+ my $self = shift; -+ return $self->{MDU_Preamble} || []; -+} -+ -+#------------------------------ -+# -+# last_mode -+# -+# Return the last mode. -+# Gets reset to undef by decode_it(). -+# -+sub last_mode { -+ shift->{MDU_Mode}; -+} -+ -+#------------------------------ -+# -+# last_filename -+# -+# Return the last filename. -+# Gets reset by decode_it(). -+# -+sub last_filename { -+ shift->{MDU_File} || undef; #[]; -+} -+ -+#------------------------------ -+1; ---- lib/MIME/Decoder.pm.orig Sun Aug 1 22:44:50 2004 -+++ lib/MIME/Decoder.pm Sun Aug 1 22:45:10 2004 -@@ -111,6 +111,7 @@ - 'quoted-printable' => 'MIME::Decoder::QuotedPrint', - - ### Non-standard... -+ 'binhex' => 'MIME::Decoder::BinHex', - 'x-uu' => 'MIME::Decoder::UU', - 'x-uuencode' => 'MIME::Decoder::UU', - ---- lib/MIME/Parser.pm Tue Aug 31 18:54:05 2004 -+++ lib/MIME/Parser.pm Tue Aug 31 18:53:33 2004 -@@ -799,10 +802,11 @@ - $self->debug("extract uuencode? ", $self->extract_uuencode); - $self->debug("encoding? ", $encoding); - $self->debug("effective type? ", $ent->effective_type); -+ - if ($self->extract_uuencode and - ($encoding =~ /^(7bit|8bit|binary)\Z/) and -- ($ent->effective_type =~ m{^text/plain\Z})) { -- -+ ($ent->effective_type =~ -+ m{^(?:text/plain|application/mac-binhex40|application/mac-binhex)\Z})) { - ### Hunt for it: - my $uu_ent = eval { $self->hunt_for_uuencode($ENCODED, $ent) }; - if ($uu_ent) { ### snark -@@ -842,14 +844,21 @@ - # - sub hunt_for_uuencode { - my ($self, $ENCODED, $ent) = @_; -- my $good; -+ my ($good, $jkfis); - local $_; - $self->debug("sniffing around for UUENCODE"); - - ### Heuristic: - $ENCODED->seek(0,0); - while (defined($_ = $ENCODED->getline)) { -- last if ($good = /^begin [0-7]{3}/); -+ if ($good = /^begin [0-7]{3}/) { -+ $jkfis = 'uu'; -+ last; -+ } -+ if ($good = /^\(This file must be converted with/i) { -+ $jkfis = 'binhex'; -+ last; -+ } - } - $good or do { $self->debug("no one made the cut"); return 0 }; - -@@ -860,7 +869,9 @@ - - ### Made the first cut; on to the real stuff: - $ENCODED->seek(0,0); -- my $decoder = MIME::Decoder->new('x-uuencode'); -+ my $decoder = MIME::Decoder->new(($jkfis eq 'uu')?'x-uuencode' -+ :'binhex'); -+ $self->whine("Found a $jkfis attachment"); - my $pre; - while (1) { - my @bin_data; -@@ -910,12 +921,11 @@ - - ### Did we get anything? - @parts or return undef; -- - ### Set the parts and a nice preamble: - $top_ent->parts(\@parts); - $top_ent->preamble - (["The following is a multipart MIME message which was extracted\n", -- "from a uuencoded message.\n"]); -+ "from a $jkfis-encoded message.\n"]); - $top_ent; - } - diff -ruN p5-MIME-Tools.org/files/patch-Parser-MaxParts p5-MIME-Tools/files/patch-Parser-MaxParts --- p5-MIME-Tools.org/files/patch-Parser-MaxParts Wed Sep 22 09:54:39 2004 +++ p5-MIME-Tools/files/patch-Parser-MaxParts Thu Jan 1 01:00:00 1970 @@ -1,81 +0,0 @@ ---- lib/MIME/Parser.pm.orig Tue Aug 31 18:54:05 2004 -+++ lib/MIME/Parser.pm Tue Aug 31 18:53:33 2004 -@@ -250,6 +250,7 @@ - $self->{MP5_IgnoreErrors} = 1; - $self->{MP5_UseInnerFiles} = 0; - $self->{MP5_UUDecode} = 0; -+ $self->{MP5_MaxParts} = -1; - - $self->interface(ENTITY_CLASS => 'MIME::Entity'); - $self->interface(HEAD_CLASS => 'MIME::Head'); -@@ -277,6 +278,7 @@ - $self->{MP5_Filer}->results($self->{MP5_Results}); - $self->{MP5_Filer}->init_parse(); - $self->{MP5_Filer}->purgeable([]); ### just to be safe -+ $self->{MP5_NumParts} = 0; - 1; - } - -@@ -969,11 +980,19 @@ - # Retype => retype this part to the given content-type - # - # Return the entity. --# Fatal exception on failure. -+# Fatal exception on failure. Returns undef if message to complex - # - sub process_part { - my ($self, $in, $rdr, %p) = @_; - -+ if ($self->{MP5_MaxParts} > 0) { -+ $self->{MP5_NumParts}++; -+ if ($self->{MP5_NumParts} > $self->{MP5_MaxParts}) { -+ # Return UNDEF if msg too complex -+ return undef; -+ } -+ } -+ - $rdr ||= MIME::Parser::Reader->new; - #debug "process_part"; - $self->results->level(+1); -@@ -1094,6 +1112,8 @@ - - Returns the parsed MIME::Entity on success. - Throws exception on failure. -+If the message contained too many -+parts (as set by I), returns undef. - - =cut - -@@ -1351,6 +1371,32 @@ - my $self = shift; - &MIME::Tools::whine("evil_filename deprecated in MIME::Parser"); - $self->filer->evil_filename(@_); -+} -+ -+#------------------------------ -+ -+=item max_parts NUM -+ -+I -+Limits the number of MIME parts we will parse. -+ -+Normally, instances of this class parse a message to the bitter end. -+Messages with many MIME parts can cause excessive memory consumption. -+If you invoke this method, parsing will abort with a die() if a message -+contains more than NUM parts. -+ -+If NUM is set to -1 (the default), then no maximum limit is enforced. -+ -+With no argument, returns the current setting as an integer -+ -+=cut -+ -+sub max_parts { -+ my($self, $num) = @_; -+ if (@_ > 1) { -+ $self->{MP5_MaxParts} = $num; -+ } -+ return $self->{MP5_MaxParts}; - } - - #------------------------------ diff -ruN p5-MIME-Tools.org/files/patch-Parser.pm p5-MIME-Tools/files/patch-Parser.pm --- p5-MIME-Tools.org/files/patch-Parser.pm Wed Sep 22 09:54:39 2004 +++ p5-MIME-Tools/files/patch-Parser.pm Thu Jan 1 01:00:00 1970 @@ -1,75 +0,0 @@ ---- lib/MIME/Parser.pm.orig Sun Nov 12 14:55:11 2000 -+++ lib/MIME/Parser.pm Wed Nov 19 18:39:33 2003 -@@ -378,16 +378,17 @@ - =item extract_nested_messages OPTION - - I --Some MIME messages will contain a part of type C: -+Some MIME messages will contain a part of type C -+or C or C: - literally, the text of an embedded mail/news/whatever message. - This option controls whether (and how) we parse that embedded message. - - If the OPTION is false, we treat such a message just as if it were a - C document, without attempting to decode its contents. - --If the OPTION is true (the default), the body of the C --part is parsed by this parser, creating an entity object. --What happens then is determined by the actual OPTION: -+If the OPTION is true (the default), the body of the C -+or C part is parsed by this parser, creating an -+entity object. What happens then is determined by the actual OPTION: - - =over 4 - -@@ -592,6 +593,7 @@ - # - # I - # Process and return the next header. -+# Return undef if, instead of a header, the encapsulation boundary is found. - # Fatal exception on failure. - # - sub process_header { -@@ -612,6 +614,10 @@ - foreach (@headlines) { s/[\r\n]+\Z/\n/ } ### fold - - ### How did we do? -+ if ($hdr_rdr->eos_type eq 'DELIM') { -+ $self->whine("bogus part, without CRLF before body"); -+ return; -+ } - ($hdr_rdr->eos_type eq 'DONE') or - $self->error("unexpected end of header\n"); - -@@ -983,7 +989,17 @@ - - ### Parse and add the header: - my $head = $self->process_header($in, $rdr); -- $ent->head($head); -+ if (not defined $head) { -+ $self->debug("bogus empty part"); -+ $head = $self->interface('HEAD_CLASS')->new; -+ $head->mime_type('text/plain; charset=US-ASCII'); -+ $ent->head($head); -+ $ent->bodyhandle($self->new_body_for($head)); -+ $ent->bodyhandle->open("w")->close; -+ $self->results->level(-1); -+ return $ent; -+ } -+ $ent->head($head); - - ### Tweak the content-type based on context from our parent... - ### For example, multipart/digest messages default to type message/rfc822: -@@ -997,8 +1013,10 @@ - if ($type eq 'multipart') { - $self->process_multipart($in, $rdr, $ent); - } -- elsif (("$type/$subtype" eq "message/rfc822") && -- $self->extract_nested_messages) { -+ elsif (("$type/$subtype" eq "message/rfc822" || -+ "$type/$subtype" eq "message/external-body" || -+ ("$type/$subtype" eq "message/partial" && $head->mime_attr("content-type.number") == 1)) && -+ $self->extract_nested_messages) { - $self->debug("attempting to process a nested message"); - $self->process_message($in, $rdr, $ent); - } diff -ruN p5-MIME-Tools.org/files/patch-ParserUndef p5-MIME-Tools/files/patch-ParserUndef --- p5-MIME-Tools.org/files/patch-ParserUndef Wed Sep 22 09:54:39 2004 +++ p5-MIME-Tools/files/patch-ParserUndef Thu Jan 1 01:00:00 1970 @@ -1,43 +0,0 @@ ---- lib/MIME/Parser.pm Tue Aug 31 18:54:05 2004 -+++ lib/MIME/Parser.pm Tue Aug 31 18:53:33 2004 -@@ -708,6 +710,7 @@ - - ### Parse the next part, and add it to the entity... - my $part = $self->process_part($in, $part_rdr, Retype=>$retype); -+ return undef unless defined($part); - $ent->add_part($part); - - ### ...and look at how we finished up: -@@ -944,6 +954,7 @@ - - ### Parse the message: - my $msg = $self->process_part($in, $rdr); -+ return undef unless defined($msg); - - ### How to handle nested messages? - if ($self->extract_nested_messages eq 'REPLACE') { -@@ -1005,14 +1024,14 @@ - - ### Handle, according to the MIME type: - if ($type eq 'multipart') { -- $self->process_multipart($in, $rdr, $ent); -+ return undef unless defined($self->process_multipart($in, $rdr, $ent)); - } - elsif (("$type/$subtype" eq "message/rfc822" || - "$type/$subtype" eq "message/external-body" || - ("$type/$subtype" eq "message/partial" && $head->mime_attr("content-type.number") == 1)) && - $self->extract_nested_messages) { - $self->debug("attempting to process a nested message"); -- $self->process_message($in, $rdr, $ent); -+ return undef unless defined($self->process_message($in, $rdr, $ent)); - } - else { - $self->process_singlepart($in, $rdr, $ent); -@@ -1080,7 +1080,6 @@ - =back - - Returns the parsed MIME::Entity on success. --Throws exception on failure. - - =cut - diff -ruN p5-MIME-Tools.org/files/patch-Words.pm p5-MIME-Tools/files/patch-Words.pm --- p5-MIME-Tools.org/files/patch-Words.pm Wed Sep 22 09:54:39 2004 +++ p5-MIME-Tools/files/patch-Words.pm Thu Jan 1 01:00:00 1970 @@ -1,11 +0,0 @@ ---- lib/MIME/Words.pm.orig Sat Nov 11 01:45:12 2000 -+++ lib/MIME/Words.pm Thu Jun 6 10:15:15 2002 -@@ -186,7 +186,7 @@ - $@ = ''; ### error-return - - ### Collapse boundaries between adjacent encoded words: -- $encstr =~ s{(\?\=)\r?\n[ \t](\=\?)}{$1$2}gs; -+ $encstr =~ s{(\?\=)\s*(\=\?)}{$1$2}gs; - pos($encstr) = 0; - ### print STDOUT "ENC = [", $encstr, "]\n"; - --- p5-MIME-Tools.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Sep 29 23: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 E188F16A4CF for ; Wed, 29 Sep 2004 23:00:40 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id B782B43D3F for ; Wed, 29 Sep 2004 23:00:40 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i8TN0eBW023631 for ; Wed, 29 Sep 2004 23: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 i8TN0ePi023630; Wed, 29 Sep 2004 23:00:40 GMT (envelope-from gnats) Resent-Date: Wed, 29 Sep 2004 23:00:40 GMT Resent-Message-Id: <200409292300.i8TN0ePi023630@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, HAYASHI Yasushi Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 01E1B16A4CE for ; Wed, 29 Sep 2004 22:54:14 +0000 (GMT) Received: from yasi.minidns.net (218-228-160-183.eonet.ne.jp [218.228.160.183]) by mx1.FreeBSD.org (Postfix) with ESMTP id 58CD743D5A for ; Wed, 29 Sep 2004 22:54:13 +0000 (GMT) (envelope-from yasi@yasi.minidns.net) Received: from yasi.minidns.net (localhost.yasi.to [127.0.0.1]) by yasi.minidns.net (8.12.10/8.12.10) with ESMTP id i8TMsAiv059332; Thu, 30 Sep 2004 07:54:10 +0900 (JST) (envelope-from yasi@yasi.minidns.net) Received: (from root@localhost) by yasi.minidns.net (8.12.10/8.12.10/Submit) id i8TMs9b5059331; Thu, 30 Sep 2004 07:54:09 +0900 (JST) (envelope-from yasi) Message-Id: <200409292254.i8TMs9b5059331@yasi.minidns.net> Date: Thu, 30 Sep 2004 07:54:09 +0900 (JST) From: HAYASHI Yasushi To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 cc: yasi@yasi.to Subject: ports/72186: maintainer-update: www/zope-epoz : A server-side WYSIWYG editor X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: HAYASHI Yasushi List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Sep 2004 23:00:41 -0000 >Number: 72186 >Category: ports >Synopsis: maintainer-update: www/zope-epoz : A server-side WYSIWYG editor >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: Wed Sep 29 23:00:40 GMT 2004 >Closed-Date: >Last-Modified: >Originator: HAYASHI Yasushi >Release: FreeBSD 5.2.1-RELEASE-p10 i386 >Organization: personal >Environment: System: FreeBSD yasi.minidns.net 5.2.1-RELEASE-p10 FreeBSD 5.2.1-RELEASE-p10 #4: Tue Sep 21 12:12:23 JST 2004 yasi@yasi.minidns.net:/usr/obj/usr/src/sys/GENERIC i386 >Description: Epoz, a server-side WYSIWYG html editor, has been updated in official site to version 0.8.4 from version 0.8.2 as Freebsd-ports. >How-To-Repeat: >Fix: diff -urN www/zope-epoz.old/Makefile www/zope-epoz/Makefile --- www/zope-epoz.old/Makefile Sun Jul 25 19:47:25 2004 +++ www/zope-epoz/Makefile Thu Sep 30 07:31:15 2004 @@ -6,7 +6,7 @@ # PORTNAME= epoz -PORTVERSION= 0.8.2 +PORTVERSION= 0.8.4 CATEGORIES= www zope MASTER_SITES= http://mjablonski.zope.de/Epoz/releases/ PKGNAMEPREFIX= zope- diff -urN www/zope-epoz.old/distinfo www/zope-epoz/distinfo --- www/zope-epoz.old/distinfo Sun Jul 25 19:47:25 2004 +++ www/zope-epoz/distinfo Thu Sep 30 07:32:47 2004 @@ -1,2 +1,2 @@ -MD5 (zope/Epoz-0.8.2.tar.gz) = 230d63393b1bdef89c49ab8a7b3fc8d8 -SIZE (zope/Epoz-0.8.2.tar.gz) = 43303 +MD5 (zope/Epoz-0.8.4.tar.gz) = 6ca54802e03345a4515545c7a9999cf8 +SIZE (zope/Epoz-0.8.4.tar.gz) = 44169 >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Sep 29 23:30: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 2F41E16A4CE for ; Wed, 29 Sep 2004 23:30:25 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 04E9443D2F for ; Wed, 29 Sep 2004 23:30:25 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i8TNUOHj028197 for ; Wed, 29 Sep 2004 23: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 i8TNUOGp028193; Wed, 29 Sep 2004 23:30:24 GMT (envelope-from gnats) Resent-Date: Wed, 29 Sep 2004 23:30:24 GMT Resent-Message-Id: <200409292330.i8TNUOGp028193@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, Hannes Mehnert Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DEB9C16A4CE for ; Wed, 29 Sep 2004 23:26:12 +0000 (GMT) Received: from beagle2.mehnert.org (beagle2.mehnert.org [212.42.235.57]) by mx1.FreeBSD.org (Postfix) with ESMTP id 160EF43D3F for ; Wed, 29 Sep 2004 23:26:12 +0000 (GMT) (envelope-from hannes@mehnert.org) Received: from localhost (port-212-202-198-15.dynamic.qsc.de [212.202.198.15]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "Hannes Mehnert", Issuer "mehnert root CA" (verified OK)) by beagle2.mehnert.org (Postfix) with ESMTP id 3F5409585D for ; Thu, 30 Sep 2004 01:26:10 +0200 (CEST) Message-Id: <20040929232608.GB686@mehnert.org> Date: Thu, 30 Sep 2004 01:26:08 +0200 From: Hannes Mehnert To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/72187: unbreak devel/swig13 on sparc64 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: Wed, 29 Sep 2004 23:30:25 -0000 >Number: 72187 >Category: ports >Synopsis: unbreak devel/swig13 on sparc64 >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: Wed Sep 29 23:30:24 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Hannes Mehnert >Release: FreeBSD 5.2-CURRENT sparc64 >Organization: >Environment: System: FreeBSD epimenides.aispring.org 5.2-CURRENT FreeBSD 5.2-CURRENT #4: Tue Sep 28 21:27:48 CEST 2004 root@epimenides.aispring.org:/usr/obj/usr/src/sys/EPIMENIDES sparc64 >Description: Port devel/swig13 is marked BROKEN on sparc64. Changing CFLAGS in Makefile to -fPIC fixes this problem. This should be safe on all platforms. Example is viewcvs with svn-python bindings at http://gauss.gwydiondylan.org/cgi-bin/viewcvs.cgi/?root=svn >How-To-Repeat: >Fix: diff -u /usr/ports/devel/swig13/Makefile Makefile --- Makefile Thu Jul 8 09:21:04 2004 +++ Makefile Wed Sep 29 20:46:38 2004 @@ -99,15 +99,11 @@ INSTALLS_SHLIB= yes WRKSRC= ${WRKDIR}/${DISTNAME:U} USE_LIBTOOL_VER= 13 -CONFIGURE_ENV= CFLAGS="${CFLAGS} -fpic -DPIC" +CONFIGURE_ENV= CFLAGS="${CFLAGS} -fPIC -DPIC" ALL_TARGET= swig runtime PLIST_SUB+= VER="${VER}" .include - -.if ${ARCH} == "sparc64" -BROKEN= "Build fails on sparc64" -.endif post-patch: ${REINPLACE_CMD} -e 's/SKIP_CHICKEN=$$/&"1"/' ${WRKSRC}/configure >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Sep 30 03:27: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 ECC5416A4CE; Thu, 30 Sep 2004 03:27:24 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id CB5F543D1D; Thu, 30 Sep 2004 03:27:24 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (linimon@localhost [127.0.0.1]) i8U3ROpX055743; Thu, 30 Sep 2004 03:27:24 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i8U3ROma055739; Thu, 30 Sep 2004 03:27:24 GMT (envelope-from linimon) Date: Thu, 30 Sep 2004 03:27:24 GMT From: Mark Linimon Message-Id: <200409300327.i8U3ROma055739@freefall.freebsd.org> To: linimon@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, portmgr@FreeBSD.org Subject: Re: ports/72182: fix bsd.port.mk for different semantics of -b in BSD and GNU diff 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, 30 Sep 2004 03:27:25 -0000 Synopsis: fix bsd.port.mk for different semantics of -b in BSD and GNU diff Responsible-Changed-From-To: freebsd-ports-bugs->portmgr Responsible-Changed-By: linimon Responsible-Changed-When: Thu Sep 30 03:27:04 GMT 2004 Responsible-Changed-Why: bsd.*.mk-related. http://www.freebsd.org/cgi/query-pr.cgi?pr=72182 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Sep 30 03:37: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 C20E316A4CE; Thu, 30 Sep 2004 03:37:21 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id A409043D2F; Thu, 30 Sep 2004 03:37:21 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (linimon@localhost [127.0.0.1]) i8U3bLU9056006; Thu, 30 Sep 2004 03:37:21 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i8U3bLpQ056002; Thu, 30 Sep 2004 03:37:21 GMT (envelope-from linimon) Date: Thu, 30 Sep 2004 03:37:21 GMT From: Mark Linimon Message-Id: <200409300337.i8U3bLpQ056002@freefall.freebsd.org> To: linimon@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, knu@FreeBSD.org Subject: Re: ports/72187: unbreak devel/swig13 on sparc64 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, 30 Sep 2004 03:37:21 -0000 Synopsis: unbreak devel/swig13 on sparc64 Responsible-Changed-From-To: freebsd-ports-bugs->knu Responsible-Changed-By: linimon Responsible-Changed-When: Thu Sep 30 03:37:13 GMT 2004 Responsible-Changed-Why: Over to maintainer. http://www.freebsd.org/cgi/query-pr.cgi?pr=72187 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Sep 30 03:37: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 27D0016A4CE; Thu, 30 Sep 2004 03:37:51 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 074AF43D46; Thu, 30 Sep 2004 03:37:51 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (linimon@localhost [127.0.0.1]) i8U3boAt056205; Thu, 30 Sep 2004 03:37:50 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i8U3boFx056201; Thu, 30 Sep 2004 03:37:50 GMT (envelope-from linimon) Date: Thu, 30 Sep 2004 03:37:50 GMT From: Mark Linimon Message-Id: <200409300337.i8U3boFx056201@freefall.freebsd.org> To: linimon@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, kuriyama@FreeBSD.org Subject: Re: ports/72185: Update to p5-MIME-Tools 5.413 (5.411a breaks amavisd-new) 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, 30 Sep 2004 03:37:51 -0000 Synopsis: Update to p5-MIME-Tools 5.413 (5.411a breaks amavisd-new) Responsible-Changed-From-To: freebsd-ports-bugs->kuriyama Responsible-Changed-By: linimon Responsible-Changed-When: Thu Sep 30 03:37:38 GMT 2004 Responsible-Changed-Why: Over to maintainer. http://www.freebsd.org/cgi/query-pr.cgi?pr=72185 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Sep 30 03:38: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 891C816A4CE; Thu, 30 Sep 2004 03:38:20 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6970843D46; Thu, 30 Sep 2004 03:38:20 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (linimon@localhost [127.0.0.1]) i8U3cK0V056256; Thu, 30 Sep 2004 03:38:20 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i8U3cKau056252; Thu, 30 Sep 2004 03:38:20 GMT (envelope-from linimon) Date: Thu, 30 Sep 2004 03:38:20 GMT From: Mark Linimon Message-Id: <200409300338.i8U3cKau056252@freefall.freebsd.org> To: linimon@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, clsung@FreeBSD.org Subject: Re: ports/72166: Update net/centericq to 4.12.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, 30 Sep 2004 03:38:20 -0000 Synopsis: Update net/centericq to 4.12.0 Responsible-Changed-From-To: freebsd-ports-bugs->clsung Responsible-Changed-By: linimon Responsible-Changed-When: Thu Sep 30 03:38:07 GMT 2004 Responsible-Changed-Why: Over to maintainer. http://www.freebsd.org/cgi/query-pr.cgi?pr=72166 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Sep 30 03:38: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 9D65716A4CE; Thu, 30 Sep 2004 03:38:51 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7A87943D53; Thu, 30 Sep 2004 03:38:51 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (linimon@localhost [127.0.0.1]) i8U3cpea056301; Thu, 30 Sep 2004 03:38:51 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i8U3cpO4056297; Thu, 30 Sep 2004 03:38:51 GMT (envelope-from linimon) Date: Thu, 30 Sep 2004 03:38:51 GMT From: Mark Linimon Message-Id: <200409300338.i8U3cpO4056297@freefall.freebsd.org> To: linimon@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, nectar@FreeBSD.org Subject: Re: ports/72149: [PATCH] heimdal with LDAP backend - bad slapd socket 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: Thu, 30 Sep 2004 03:38:51 -0000 Synopsis: [PATCH] heimdal with LDAP backend - bad slapd socket path Responsible-Changed-From-To: freebsd-ports-bugs->nectar Responsible-Changed-By: linimon Responsible-Changed-When: Thu Sep 30 03:38:37 GMT 2004 Responsible-Changed-Why: Over to maintainer. http://www.freebsd.org/cgi/query-pr.cgi?pr=72149 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Sep 30 03:39: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 6FC9B16A4CE; Thu, 30 Sep 2004 03:39:14 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4BDF643D45; Thu, 30 Sep 2004 03:39:14 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (linimon@localhost [127.0.0.1]) i8U3dE3Q056348; Thu, 30 Sep 2004 03:39:14 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i8U3dEH1056344; Thu, 30 Sep 2004 03:39:14 GMT (envelope-from linimon) Date: Thu, 30 Sep 2004 03:39:14 GMT From: Mark Linimon Message-Id: <200409300339.i8U3dEH1056344@freefall.freebsd.org> To: linimon@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, kde@FreeBSD.org Subject: Re: ports/72159: port x11-toolkits/qt33: Build error 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, 30 Sep 2004 03:39:14 -0000 Synopsis: port x11-toolkits/qt33: Build error Responsible-Changed-From-To: freebsd-ports-bugs->kde Responsible-Changed-By: linimon Responsible-Changed-When: Thu Sep 30 03:39:05 GMT 2004 Responsible-Changed-Why: Over to maintainer(s). http://www.freebsd.org/cgi/query-pr.cgi?pr=72159 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Sep 30 08: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 0035016A4CE for ; Thu, 30 Sep 2004 08:30:29 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id CA1CD43D4C for ; Thu, 30 Sep 2004 08:30:28 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i8U8US57020663 for ; Thu, 30 Sep 2004 08: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 i8U8USrn020661; Thu, 30 Sep 2004 08:30:28 GMT (envelope-from gnats) Resent-Date: Thu, 30 Sep 2004 08:30:28 GMT Resent-Message-Id: <200409300830.i8U8USrn020661@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, Andriy Gapon Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1E31B16A4CE for ; Thu, 30 Sep 2004 08:27:19 +0000 (GMT) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id 12CB743D31 for ; Thu, 30 Sep 2004 08:27:19 +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 i8U8RITg044497 for ; Thu, 30 Sep 2004 08:27:18 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.12.11/8.12.11/Submit) id i8U8RIW2044495; Thu, 30 Sep 2004 08:27:18 GMT (envelope-from nobody) Message-Id: <200409300827.i8U8RIW2044495@www.freebsd.org> Date: Thu, 30 Sep 2004 08:27:18 GMT From: Andriy Gapon To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-2.3 Subject: 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: Thu, 30 Sep 2004 08:30:29 -0000 >Number: 72188 >Category: ports >Synopsis: net/samba: secrets.tdb is removed when it really should not be >Confidential: no >Severity: serious >Priority: high >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Thu Sep 30 08:30:28 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Andriy Gapon >Release: 5.2.1-RELEASE-p10 >Organization: >Environment: 5.2.1-RELEASE-p10 i386 samba-2.2.11_1 >Description: Consider a samba server that provides read-only access to all authenticated users in a certain windows domain. There is no need to add any users to smbpasswd, so it is identical smbpasswd.default. On the other hand the samba server uses security=domain mode and it is added to be a member of windows domain by running "smbpasswd -j DOMAIN -r PDC" so secrets.tdb is not identical any more to original one (created from smbpasswd.default). But during samba reinstallation/upgrade secrets.tdb is removed and the samba server in question is unable to authenticate connecting users. This happens because of this line in package registration: UNEXEC '/usr/bin/cmp -s %D/private/smbpasswd %D/private/smbpasswd.default && /bin/rm -f %D/private/smbpasswd %D/private/secrets.tdb || true' >How-To-Repeat: 1. install samba 2. configure it to use security=domain and windows password server (do not change smbpasswd!) 3. make sure windows users can connect and access shares on the samba server 4. deinstall/reinstall samba (e.g. portupgrade -f) 5. see that windows users can not connect anymore, because secrets.tdb has changed and does not contain machine account password >Fix: sorry >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Sep 30 08: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 40EB916A4CE for ; Thu, 30 Sep 2004 08:40:26 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 243C643D48 for ; Thu, 30 Sep 2004 08:40:26 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i8U8eNuE021950 for ; Thu, 30 Sep 2004 08:40:23 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i8U8eNWg021949; Thu, 30 Sep 2004 08:40:23 GMT (envelope-from gnats) Resent-Date: Thu, 30 Sep 2004 08:40:23 GMT Resent-Message-Id: <200409300840.i8U8eNWg021949@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 5221816A4CE for ; Thu, 30 Sep 2004 08:35:55 +0000 (GMT) Received: from scone.ki.iif.hu (pulpito.crc2002.fccn.pt [193.137.248.13]) by mx1.FreeBSD.org (Postfix) with ESMTP id 36A1443D54 for ; Thu, 30 Sep 2004 08:35:51 +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 i8U8Zbq9000985; Thu, 30 Sep 2004 10:35:37 +0200 (CEST) (envelope-from mohacsi) Message-Id: <200409300835.i8U8Zbq9000985@scone.ki.iif.hu> Date: Thu, 30 Sep 2004 10:35:37 +0200 (CEST) From: Janos Mohacsi To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/72189: [NEW PORT] games/freebooters: Freebooters is a free clone of the classic Pirates! 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: Thu, 30 Sep 2004 08:40:26 -0000 >Number: 72189 >Category: ports >Synopsis: [NEW PORT] games/freebooters: Freebooters is a free clone of the classic Pirates! >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 Sep 30 08:40:23 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Janos Mohacsi >Release: FreeBSD 5.3-BETA4 i386 >Organization: NIIF/HUNGARNET >Environment: System: FreeBSD scone.ki.iif.hu 5.3-BETA4 FreeBSD 5.3-BETA4 #3: Sun Sep 12 20:30:09 CEST 2004 >Description: The Caribbean Sea in the late 16th century: The Dutch, French, English and Spanish crown aim to expand their areas of influence. You as an auspiscious young captain are trying to make the best of it, as you may either become a brave merchant soul, a freebooting hero of your crown or a bloodlusty dreaded pirate leader. Freebooters will hopefully become a free clone of the Sid Meier classic Pirates!. It's written in C++ using SDL and licensed under the GNU General Public License. WWW: http://home.gna.org/freebooters/ Generated with FreeBSD Port Tools 0.63 >How-To-Repeat: Apply this shar. >Fix: --- freebooters-0.2.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: # # freebooters # freebooters/Makefile # freebooters/distinfo # freebooters/pkg-descr # freebooters/pkg-plist # freebooters/files # freebooters/files/patch-Makefile # freebooters/files/patch-sdl__setup.cc # freebooters/files/patch-tools.cc # freebooters/files/patch-data_freebooters.conf # echo c - freebooters mkdir -p freebooters > /dev/null 2>&1 echo x - freebooters/Makefile sed 's/^X//' >freebooters/Makefile << 'END-of-freebooters/Makefile' X# New ports collection makefile for: freebooters X# Date created: 02 July 2004 X# Whom: X# X# $FreeBSD$ X# X XPORTNAME= freebooters XPORTVERSION= 0.2.1 XCATEGORIES= games XMASTER_SITES= http://download.gna.org/freebooters/ X XMAINTAINER= janos.mohacsi@bsd.hu XCOMMENT= Freebooters is a free clone of the classic Pirates! X XUSE_GMAKE= yes XUSE_SDL= mixer image sdl ttf XUSE_REINPLACE= yes XDOC_FILES= AUTHORS COPYING COPYRIGHT NEWS README \ X README_BUCCANEER TODO manual.tex XMAN6= freebooters.6 buccaneer.6 X Xdo-configure: X ${REINPLACE_CMD} -e 's,%%PREFIX%%,${PREFIX},g' ${WRKSRC}/sdl_setup.cc X ${REINPLACE_CMD} -e 's,%%PREFIX%%,${PREFIX},g' ${WRKSRC}/tools.cc X ${REINPLACE_CMD} -e 's,%%PREFIX%%,${PREFIX},g' ${WRKSRC}/data/freebooters.conf X Xpost-install: X.ifndef(NOPORTDOCS) X @${MKDIR} ${DOCSDIR} X cd ${WRKSRC}/doc/ && ${INSTALL_DATA} ${DOC_FILES} ${DOCSDIR} X.endif X X.include END-of-freebooters/Makefile echo x - freebooters/distinfo sed 's/^X//' >freebooters/distinfo << 'END-of-freebooters/distinfo' XMD5 (freebooters-0.2.1.tar.gz) = 153fdd7110c48ee93a7f7a894a32a56c XSIZE (freebooters-0.2.1.tar.gz) = 5755859 END-of-freebooters/distinfo echo x - freebooters/pkg-descr sed 's/^X//' >freebooters/pkg-descr << 'END-of-freebooters/pkg-descr' XThe Caribbean Sea in the late 16th century: The Dutch, French, English and XSpanish crown aim to expand their areas of influence. You as an Xauspiscious young captain are trying to make the best of it, as you may Xeither become a brave merchant soul, a freebooting hero of your crown or a Xbloodlusty dreaded pirate leader. X XFreebooters will hopefully become a free clone of the Sid Meier classic XPirates!. It's written in C++ using SDL and licensed under the GNU General XPublic License. X XWWW: http://home.gna.org/freebooters/ END-of-freebooters/pkg-descr echo x - freebooters/pkg-plist sed 's/^X//' >freebooters/pkg-plist << 'END-of-freebooters/pkg-plist' Xbin/freebooters Xbin/buccaneer Xetc/freebooters.conf.dist X%%DATADIR%%/gameplay-parameters.conf X%%DATADIR%%/graphics/britain.jpg X%%DATADIR%%/graphics/caribbean.jpg X%%DATADIR%%/graphics/dutch.jpg X%%DATADIR%%/graphics/france.jpg X%%DATADIR%%/graphics/freebooters.jpg X%%DATADIR%%/graphics/gnucifers.jpg X%%DATADIR%%/graphics/governor.jpg X%%DATADIR%%/graphics/graves.jpg X%%DATADIR%%/graphics/harbour.jpg X%%DATADIR%%/graphics/market.jpg X%%DATADIR%%/graphics/on-sea.jpg X%%DATADIR%%/graphics/pirates.jpg X%%DATADIR%%/graphics/shipyard.jpg X%%DATADIR%%/graphics/spain.jpg X%%DATADIR%%/graphics/tavern.jpg X%%DATADIR%%/graphics/title-buc.jpg X%%DATADIR%%/harbours/antigua X%%DATADIR%%/harbours/curacao X%%DATADIR%%/harbours/grenada X%%DATADIR%%/harbours/havana X%%DATADIR%%/harbours/portroyale X%%DATADIR%%/harbours/puertoprincipe X%%DATADIR%%/harbours/santacatalina X%%DATADIR%%/harbours/santodomingo X%%DATADIR%%/harbours/staugustine X%%DATADIR%%/harbours/template X%%DATADIR%%/harbours/trinidad X%%DATADIR%%/sprites/ball1.png X%%DATADIR%%/sprites/ball2.png X%%DATADIR%%/sprites/ball3.png X%%DATADIR%%/sprites/ball4.png X%%DATADIR%%/sprites/ball5.png X%%DATADIR%%/sprites/ball6.png X%%DATADIR%%/sprites/ball7.png X%%DATADIR%%/sprites/ball8.png X%%DATADIR%%/sprites/barrel.png X%%DATADIR%%/sprites/bombexplosion.png X%%DATADIR%%/sprites/bottle.png X%%DATADIR%%/sprites/chest.png X%%DATADIR%%/sprites/cursor.png X%%DATADIR%%/sprites/flag-dutch-small.png X%%DATADIR%%/sprites/flag-dutch.png X%%DATADIR%%/sprites/flag-english-small.png X%%DATADIR%%/sprites/flag-english.png X%%DATADIR%%/sprites/flag-french-small.png X%%DATADIR%%/sprites/flag-french.png X%%DATADIR%%/sprites/flag-pirate.png X%%DATADIR%%/sprites/flag-spanish-small.png X%%DATADIR%%/sprites/flag-spanish.png X%%DATADIR%%/sprites/hook.png X%%DATADIR%%/sprites/left-arrow.png X%%DATADIR%%/sprites/rboat_1_1.png X%%DATADIR%%/sprites/rboat_1_10.png X%%DATADIR%%/sprites/rboat_1_11.png X%%DATADIR%%/sprites/rboat_1_12.png X%%DATADIR%%/sprites/rboat_1_13.png X%%DATADIR%%/sprites/rboat_1_14.png X%%DATADIR%%/sprites/rboat_1_15.png X%%DATADIR%%/sprites/rboat_1_16.png X%%DATADIR%%/sprites/rboat_1_17.png X%%DATADIR%%/sprites/rboat_1_18.png X%%DATADIR%%/sprites/rboat_1_19.png X%%DATADIR%%/sprites/rboat_1_2.png X%%DATADIR%%/sprites/rboat_1_20.png X%%DATADIR%%/sprites/rboat_1_21.png X%%DATADIR%%/sprites/rboat_1_22.png X%%DATADIR%%/sprites/rboat_1_23.png X%%DATADIR%%/sprites/rboat_1_24.png X%%DATADIR%%/sprites/rboat_1_25.png X%%DATADIR%%/sprites/rboat_1_26.png X%%DATADIR%%/sprites/rboat_1_27.png X%%DATADIR%%/sprites/rboat_1_28.png X%%DATADIR%%/sprites/rboat_1_29.png X%%DATADIR%%/sprites/rboat_1_3.png X%%DATADIR%%/sprites/rboat_1_30.png X%%DATADIR%%/sprites/rboat_1_31.png X%%DATADIR%%/sprites/rboat_1_32.png X%%DATADIR%%/sprites/rboat_1_33.png X%%DATADIR%%/sprites/rboat_1_34.png X%%DATADIR%%/sprites/rboat_1_35.png X%%DATADIR%%/sprites/rboat_1_36.png X%%DATADIR%%/sprites/rboat_1_4.png X%%DATADIR%%/sprites/rboat_1_5.png X%%DATADIR%%/sprites/rboat_1_6.png X%%DATADIR%%/sprites/rboat_1_7.png X%%DATADIR%%/sprites/rboat_1_8.png X%%DATADIR%%/sprites/rboat_1_9.png X%%DATADIR%%/sprites/rboat_2_1.png X%%DATADIR%%/sprites/rboat_2_10.png X%%DATADIR%%/sprites/rboat_2_11.png X%%DATADIR%%/sprites/rboat_2_12.png X%%DATADIR%%/sprites/rboat_2_13.png X%%DATADIR%%/sprites/rboat_2_14.png X%%DATADIR%%/sprites/rboat_2_15.png X%%DATADIR%%/sprites/rboat_2_16.png X%%DATADIR%%/sprites/rboat_2_17.png X%%DATADIR%%/sprites/rboat_2_18.png X%%DATADIR%%/sprites/rboat_2_19.png X%%DATADIR%%/sprites/rboat_2_2.png X%%DATADIR%%/sprites/rboat_2_20.png X%%DATADIR%%/sprites/rboat_2_21.png X%%DATADIR%%/sprites/rboat_2_22.png X%%DATADIR%%/sprites/rboat_2_23.png X%%DATADIR%%/sprites/rboat_2_24.png X%%DATADIR%%/sprites/rboat_2_25.png X%%DATADIR%%/sprites/rboat_2_26.png X%%DATADIR%%/sprites/rboat_2_27.png X%%DATADIR%%/sprites/rboat_2_28.png X%%DATADIR%%/sprites/rboat_2_29.png X%%DATADIR%%/sprites/rboat_2_3.png X%%DATADIR%%/sprites/rboat_2_30.png X%%DATADIR%%/sprites/rboat_2_31.png X%%DATADIR%%/sprites/rboat_2_32.png X%%DATADIR%%/sprites/rboat_2_33.png X%%DATADIR%%/sprites/rboat_2_34.png X%%DATADIR%%/sprites/rboat_2_35.png X%%DATADIR%%/sprites/rboat_2_36.png X%%DATADIR%%/sprites/rboat_2_4.png X%%DATADIR%%/sprites/rboat_2_5.png X%%DATADIR%%/sprites/rboat_2_6.png X%%DATADIR%%/sprites/rboat_2_7.png X%%DATADIR%%/sprites/rboat_2_8.png X%%DATADIR%%/sprites/rboat_2_9.png X%%DATADIR%%/sprites/rboat_3_1.png X%%DATADIR%%/sprites/rboat_3_10.png X%%DATADIR%%/sprites/rboat_3_11.png X%%DATADIR%%/sprites/rboat_3_12.png X%%DATADIR%%/sprites/rboat_3_13.png X%%DATADIR%%/sprites/rboat_3_14.png X%%DATADIR%%/sprites/rboat_3_15.png X%%DATADIR%%/sprites/rboat_3_16.png X%%DATADIR%%/sprites/rboat_3_17.png X%%DATADIR%%/sprites/rboat_3_18.png X%%DATADIR%%/sprites/rboat_3_19.png X%%DATADIR%%/sprites/rboat_3_2.png X%%DATADIR%%/sprites/rboat_3_20.png X%%DATADIR%%/sprites/rboat_3_21.png X%%DATADIR%%/sprites/rboat_3_22.png X%%DATADIR%%/sprites/rboat_3_23.png X%%DATADIR%%/sprites/rboat_3_24.png X%%DATADIR%%/sprites/rboat_3_25.png X%%DATADIR%%/sprites/rboat_3_26.png X%%DATADIR%%/sprites/rboat_3_27.png X%%DATADIR%%/sprites/rboat_3_28.png X%%DATADIR%%/sprites/rboat_3_29.png X%%DATADIR%%/sprites/rboat_3_3.png X%%DATADIR%%/sprites/rboat_3_30.png X%%DATADIR%%/sprites/rboat_3_31.png X%%DATADIR%%/sprites/rboat_3_32.png X%%DATADIR%%/sprites/rboat_3_33.png X%%DATADIR%%/sprites/rboat_3_34.png X%%DATADIR%%/sprites/rboat_3_35.png X%%DATADIR%%/sprites/rboat_3_36.png X%%DATADIR%%/sprites/rboat_3_4.png X%%DATADIR%%/sprites/rboat_3_5.png X%%DATADIR%%/sprites/rboat_3_6.png X%%DATADIR%%/sprites/rboat_3_7.png X%%DATADIR%%/sprites/rboat_3_8.png X%%DATADIR%%/sprites/rboat_3_9.png X%%DATADIR%%/sprites/rboat_4_1.png X%%DATADIR%%/sprites/rboat_4_10.png X%%DATADIR%%/sprites/rboat_4_11.png X%%DATADIR%%/sprites/rboat_4_12.png X%%DATADIR%%/sprites/rboat_4_13.png X%%DATADIR%%/sprites/rboat_4_14.png X%%DATADIR%%/sprites/rboat_4_15.png X%%DATADIR%%/sprites/rboat_4_16.png X%%DATADIR%%/sprites/rboat_4_17.png X%%DATADIR%%/sprites/rboat_4_18.png X%%DATADIR%%/sprites/rboat_4_19.png X%%DATADIR%%/sprites/rboat_4_2.png X%%DATADIR%%/sprites/rboat_4_20.png X%%DATADIR%%/sprites/rboat_4_21.png X%%DATADIR%%/sprites/rboat_4_22.png X%%DATADIR%%/sprites/rboat_4_23.png X%%DATADIR%%/sprites/rboat_4_24.png X%%DATADIR%%/sprites/rboat_4_25.png X%%DATADIR%%/sprites/rboat_4_26.png X%%DATADIR%%/sprites/rboat_4_27.png X%%DATADIR%%/sprites/rboat_4_28.png X%%DATADIR%%/sprites/rboat_4_29.png X%%DATADIR%%/sprites/rboat_4_3.png X%%DATADIR%%/sprites/rboat_4_30.png X%%DATADIR%%/sprites/rboat_4_31.png X%%DATADIR%%/sprites/rboat_4_32.png X%%DATADIR%%/sprites/rboat_4_33.png X%%DATADIR%%/sprites/rboat_4_34.png X%%DATADIR%%/sprites/rboat_4_35.png X%%DATADIR%%/sprites/rboat_4_36.png X%%DATADIR%%/sprites/rboat_4_4.png X%%DATADIR%%/sprites/rboat_4_5.png X%%DATADIR%%/sprites/rboat_4_6.png X%%DATADIR%%/sprites/rboat_4_7.png X%%DATADIR%%/sprites/rboat_4_8.png X%%DATADIR%%/sprites/rboat_4_9.png X%%DATADIR%%/sprites/rboat_5_1.png X%%DATADIR%%/sprites/rboat_5_10.png X%%DATADIR%%/sprites/rboat_5_11.png X%%DATADIR%%/sprites/rboat_5_12.png X%%DATADIR%%/sprites/rboat_5_13.png X%%DATADIR%%/sprites/rboat_5_14.png X%%DATADIR%%/sprites/rboat_5_15.png X%%DATADIR%%/sprites/rboat_5_16.png X%%DATADIR%%/sprites/rboat_5_17.png X%%DATADIR%%/sprites/rboat_5_18.png X%%DATADIR%%/sprites/rboat_5_19.png X%%DATADIR%%/sprites/rboat_5_2.png X%%DATADIR%%/sprites/rboat_5_20.png X%%DATADIR%%/sprites/rboat_5_21.png X%%DATADIR%%/sprites/rboat_5_22.png X%%DATADIR%%/sprites/rboat_5_23.png X%%DATADIR%%/sprites/rboat_5_24.png X%%DATADIR%%/sprites/rboat_5_25.png X%%DATADIR%%/sprites/rboat_5_26.png X%%DATADIR%%/sprites/rboat_5_27.png X%%DATADIR%%/sprites/rboat_5_28.png X%%DATADIR%%/sprites/rboat_5_29.png X%%DATADIR%%/sprites/rboat_5_3.png X%%DATADIR%%/sprites/rboat_5_30.png X%%DATADIR%%/sprites/rboat_5_31.png X%%DATADIR%%/sprites/rboat_5_32.png X%%DATADIR%%/sprites/rboat_5_33.png X%%DATADIR%%/sprites/rboat_5_34.png X%%DATADIR%%/sprites/rboat_5_35.png X%%DATADIR%%/sprites/rboat_5_36.png X%%DATADIR%%/sprites/rboat_5_4.png X%%DATADIR%%/sprites/rboat_5_5.png X%%DATADIR%%/sprites/rboat_5_6.png X%%DATADIR%%/sprites/rboat_5_7.png X%%DATADIR%%/sprites/rboat_5_8.png X%%DATADIR%%/sprites/rboat_5_9.png X%%DATADIR%%/sprites/rboat_6_1.png X%%DATADIR%%/sprites/rboat_6_10.png X%%DATADIR%%/sprites/rboat_6_11.png X%%DATADIR%%/sprites/rboat_6_12.png X%%DATADIR%%/sprites/rboat_6_13.png X%%DATADIR%%/sprites/rboat_6_14.png X%%DATADIR%%/sprites/rboat_6_15.png X%%DATADIR%%/sprites/rboat_6_16.png X%%DATADIR%%/sprites/rboat_6_17.png X%%DATADIR%%/sprites/rboat_6_18.png X%%DATADIR%%/sprites/rboat_6_19.png X%%DATADIR%%/sprites/rboat_6_2.png X%%DATADIR%%/sprites/rboat_6_20.png X%%DATADIR%%/sprites/rboat_6_21.png X%%DATADIR%%/sprites/rboat_6_22.png X%%DATADIR%%/sprites/rboat_6_23.png X%%DATADIR%%/sprites/rboat_6_24.png X%%DATADIR%%/sprites/rboat_6_25.png X%%DATADIR%%/sprites/rboat_6_26.png X%%DATADIR%%/sprites/rboat_6_27.png X%%DATADIR%%/sprites/rboat_6_28.png X%%DATADIR%%/sprites/rboat_6_29.png X%%DATADIR%%/sprites/rboat_6_3.png X%%DATADIR%%/sprites/rboat_6_30.png X%%DATADIR%%/sprites/rboat_6_31.png X%%DATADIR%%/sprites/rboat_6_32.png X%%DATADIR%%/sprites/rboat_6_33.png X%%DATADIR%%/sprites/rboat_6_34.png X%%DATADIR%%/sprites/rboat_6_35.png X%%DATADIR%%/sprites/rboat_6_36.png X%%DATADIR%%/sprites/rboat_6_4.png X%%DATADIR%%/sprites/rboat_6_5.png X%%DATADIR%%/sprites/rboat_6_6.png X%%DATADIR%%/sprites/rboat_6_7.png X%%DATADIR%%/sprites/rboat_6_8.png X%%DATADIR%%/sprites/rboat_6_9.png X%%DATADIR%%/sprites/rboat_7_1.png X%%DATADIR%%/sprites/rboat_7_10.png X%%DATADIR%%/sprites/rboat_7_11.png X%%DATADIR%%/sprites/rboat_7_12.png X%%DATADIR%%/sprites/rboat_7_13.png X%%DATADIR%%/sprites/rboat_7_14.png X%%DATADIR%%/sprites/rboat_7_15.png X%%DATADIR%%/sprites/rboat_7_16.png X%%DATADIR%%/sprites/rboat_7_17.png X%%DATADIR%%/sprites/rboat_7_18.png X%%DATADIR%%/sprites/rboat_7_19.png X%%DATADIR%%/sprites/rboat_7_2.png X%%DATADIR%%/sprites/rboat_7_20.png X%%DATADIR%%/sprites/rboat_7_21.png X%%DATADIR%%/sprites/rboat_7_22.png X%%DATADIR%%/sprites/rboat_7_23.png X%%DATADIR%%/sprites/rboat_7_24.png X%%DATADIR%%/sprites/rboat_7_25.png X%%DATADIR%%/sprites/rboat_7_26.png X%%DATADIR%%/sprites/rboat_7_27.png X%%DATADIR%%/sprites/rboat_7_28.png X%%DATADIR%%/sprites/rboat_7_29.png X%%DATADIR%%/sprites/rboat_7_3.png X%%DATADIR%%/sprites/rboat_7_30.png X%%DATADIR%%/sprites/rboat_7_31.png X%%DATADIR%%/sprites/rboat_7_32.png X%%DATADIR%%/sprites/rboat_7_33.png X%%DATADIR%%/sprites/rboat_7_34.png X%%DATADIR%%/sprites/rboat_7_35.png X%%DATADIR%%/sprites/rboat_7_36.png X%%DATADIR%%/sprites/rboat_7_4.png X%%DATADIR%%/sprites/rboat_7_5.png X%%DATADIR%%/sprites/rboat_7_6.png X%%DATADIR%%/sprites/rboat_7_7.png X%%DATADIR%%/sprites/rboat_7_8.png X%%DATADIR%%/sprites/rboat_7_9.png X%%DATADIR%%/sprites/right-arrow.png X%%DATADIR%%/sprites/rose1.png X%%DATADIR%%/sprites/rose10.png X%%DATADIR%%/sprites/rose11.png X%%DATADIR%%/sprites/rose12.png X%%DATADIR%%/sprites/rose13.png X%%DATADIR%%/sprites/rose14.png X%%DATADIR%%/sprites/rose15.png X%%DATADIR%%/sprites/rose16.png X%%DATADIR%%/sprites/rose17.png X%%DATADIR%%/sprites/rose18.png X%%DATADIR%%/sprites/rose19.png X%%DATADIR%%/sprites/rose2.png X%%DATADIR%%/sprites/rose20.png X%%DATADIR%%/sprites/rose21.png X%%DATADIR%%/sprites/rose22.png X%%DATADIR%%/sprites/rose23.png X%%DATADIR%%/sprites/rose24.png X%%DATADIR%%/sprites/rose25.png X%%DATADIR%%/sprites/rose26.png X%%DATADIR%%/sprites/rose27.png X%%DATADIR%%/sprites/rose28.png X%%DATADIR%%/sprites/rose29.png X%%DATADIR%%/sprites/rose3.png X%%DATADIR%%/sprites/rose30.png X%%DATADIR%%/sprites/rose31.png X%%DATADIR%%/sprites/rose32.png X%%DATADIR%%/sprites/rose33.png X%%DATADIR%%/sprites/rose34.png X%%DATADIR%%/sprites/rose35.png X%%DATADIR%%/sprites/rose36.png X%%DATADIR%%/sprites/rose4.png X%%DATADIR%%/sprites/rose5.png X%%DATADIR%%/sprites/rose6.png X%%DATADIR%%/sprites/rose7.png X%%DATADIR%%/sprites/rose8.png X%%DATADIR%%/sprites/rose9.png X%%DATADIR%%/sprites/splashani.png X%%DATADIR%%/sprites/stegl.png X%%DATADIR%%/sprites/stegr.png X%%DATADIR%%/sprites/wasser1.png X%%DATADIR%%/sprites/wasser10.png X%%DATADIR%%/sprites/wasser2.png X%%DATADIR%%/sprites/wasser3.png X%%DATADIR%%/sprites/wasser4.png X%%DATADIR%%/sprites/wasser5.png X%%DATADIR%%/sprites/wasser6.png X%%DATADIR%%/sprites/wasser7.png X%%DATADIR%%/sprites/wasser8.png X%%DATADIR%%/sprites/wasser9.png X%%DATADIR%%/sprites/water.png X%%DATADIR%%/sound/explode.wav X%%DATADIR%%/sound/shot.wav X%%DATADIR%%/sound/splash.wav X%%DATADIR%%/sound/tarzan.wav X%%DATADIR%%/sound/thecatch.xm X%%DATADIR%%/vera.ttf X@dirrm %%DATADIR%%/sound X@dirrm %%DATADIR%%/sprites X@dirrm %%DATADIR%%/harbours X@dirrm %%DATADIR%%/graphics X@dirrm %%DATADIR%% X%%PORTDOCS%%%%DOCSDIR%%/AUTHORS X%%PORTDOCS%%%%DOCSDIR%%/COPYING X%%PORTDOCS%%%%DOCSDIR%%/COPYRIGHT X%%PORTDOCS%%%%DOCSDIR%%/NEWS X%%PORTDOCS%%%%DOCSDIR%%/README X%%PORTDOCS%%%%DOCSDIR%%/README_BUCCANEER X%%PORTDOCS%%%%DOCSDIR%%/TODO X%%PORTDOCS%%%%DOCSDIR%%/manual.tex X%%PORTDOCS%%@dirrm %%DOCSDIR%% END-of-freebooters/pkg-plist echo c - freebooters/files mkdir -p freebooters/files > /dev/null 2>&1 echo x - freebooters/files/patch-Makefile sed 's/^X//' >freebooters/files/patch-Makefile << 'END-of-freebooters/files/patch-Makefile' X X$FreeBSD$ X X--- Makefile.orig Thu Aug 12 14:09:30 2004 X+++ Makefile Wed Sep 29 23:53:01 2004 X@@ -1,16 +1,18 @@ X CXX=g++ X-CXXFLAGS=-g -O2 -Wall `sdl-config --cflags` X+CXXFLAGS=-g -O2 -Wall `sdl11-config --cflags` X CXXSOURCES=menu.cc nation.cc freebooters.cc readdata.cc harbour.cc market.cc good.cc world.cc gamemenus.cc sdl_setup.cc player.cc ship.cc seabattle.cc nutship.cc sprite.cc replacecol.cc combatant.cc shots.cc splash.cc gameplay.cc tools.cc savegame.cc X SO_CXXSOURCES=tools.cc menu.cc nation.cc justbattle.cc readdata.cc harbour.cc market.cc good.cc world.cc gamemenus.cc sdl_setup.cc player.cc ship.cc seabattle.cc nutship.cc sprite.cc replacecol.cc combatant.cc shots.cc splash.cc gameplay.cc savegame.cc X OBJECTS=$(CXXSOURCES:.cc=.o) X SO_OBJECTS=$(SO_CXXSOURCES:.cc=.o) X INCLUDE= X-LDLIBS=`sdl-config --libs` -lSDL_mixer -lSDL_ttf -lSDL_image -lm X+LDLIBS=`sdl11-config --libs` -lSDL_mixer -lSDL_ttf -lSDL_image -lm X PROGNAME1=freebooters X PROGNAME2=buccaneer X-BININSTALLPREFIX=/usr/local/ X-DATAINSTALLPREFIX=/usr/local/ X-MANDIR=/usr/share/man/ X+BININSTALLPREFIX=${PREFIX} X+DATAINSTALLPREFIX=${PREFIX} X+MANDIR=${PREFIX}/man X+INST_DATA=install -m 644 -o root -g wheel X+INST_BIN=install -s -m 755 -o root -g wheel X X .PHONY: clean install X X@@ -30,27 +32,22 @@ X rm -f *~ X X install: X- mkdir -p $(DATAINSTALLPREFIX)share/games/freebooters/harbours/ X- mkdir -p $(DATAINSTALLPREFIX)share/games/freebooters/graphics/ X- mkdir -p $(DATAINSTALLPREFIX)share/games/freebooters/sprites/ X- mkdir -p $(DATAINSTALLPREFIX)share/games/freebooters/sound/ X- mkdir -p $(BININSTALLPREFIX)share/doc/freebooters/ X- install ./data/freebooters.conf /etc X- install ./graphics/*jpg $(DATAINSTALLPREFIX)share/games/freebooters/graphics X- install ./data/harbours/[a-z]* $(DATAINSTALLPREFIX)share/games/freebooters/harbours X- install ./data/gameplay-parameters.conf $(DATAINSTALLPREFIX)share/games/freebooters X- install ./sprites/*png $(DATAINSTALLPREFIX)share/games/freebooters/sprites X- install ./sound/[a-z]* $(DATAINSTALLPREFIX)share/games/freebooters/sound X- install ./doc/[a-z]* $(BININSTALLPREFIX)share/doc/freebooters X- install ./doc/[AB]* $(BININSTALLPREFIX)share/doc/freebooters X- install ./doc/CO* $(BININSTALLPREFIX)share/doc/freebooters X- install ./doc/ch* $(BININSTALLPREFIX)share/doc/freebooters X- install ./doc/[D-Z]* $(BININSTALLPREFIX)share/doc/freebooters X- install ./vera.ttf $(DATAINSTALLPREFIX)share/games/freebooters X- install ./$(PROGNAME1) $(BININSTALLPREFIX)bin X- install ./$(PROGNAME2) $(BININSTALLPREFIX)bin X- install ./freebooters.6 $(MANDIR)man6 X- install ./buccaneer.6 $(MANDIR)man6 X+ mkdir -p $(DATAINSTALLPREFIX)/share/freebooters/harbours/ X+ mkdir -p $(DATAINSTALLPREFIX)/share/freebooters/graphics/ X+ mkdir -p $(DATAINSTALLPREFIX)/share/freebooters/sprites/ X+ mkdir -p $(DATAINSTALLPREFIX)/share/freebooters/sound/ X+ mkdir -p $(BININSTALLPREFIX)/share/doc/freebooters/ X+ $(INST_DATA) ./data/freebooters.conf $(DATAINSTALLPREFIX)/etc/freebooters.conf.dist X+ $(INST_DATA) ./graphics/*jpg $(DATAINSTALLPREFIX)/share/freebooters/graphics X+ $(INST_DATA) ./data/harbours/[a-z]* $(DATAINSTALLPREFIX)/share/freebooters/harbours X+ $(INST_DATA) ./data/gameplay-parameters.conf $(DATAINSTALLPREFIX)/share/freebooters X+ $(INST_DATA) ./sprites/*png $(DATAINSTALLPREFIX)/share/freebooters/sprites X+ $(INST_DATA) ./sound/[a-z]* $(DATAINSTALLPREFIX)/share/freebooters/sound X+ $(INST_DATA) ./vera.ttf $(DATAINSTALLPREFIX)/share/freebooters X+ $(INST_BIN) ./$(PROGNAME1) $(BININSTALLPREFIX)/bin X+ $(INST_BIN) ./$(PROGNAME2) $(BININSTALLPREFIX)/bin X+ $(INST_DATA) ./freebooters.6 $(MANDIR)/man6 X+ $(INST_DATA) ./buccaneer.6 $(MANDIR)/man6 X X uninstall: X rm -rf $(DATAINSTALLPREFIX)share/games/freebooters/ X@@ -58,4 +55,4 @@ X rm -f $(BININSTALLPREFIX)bin/$(PROGNAME1) X rm -f $(BININSTALLPREFIX)bin/$(PROGNAME2) X rm -f $(MANDIR)man6/buccaneer.6 X- rm -f $(MANDIR)man6/freebooters.6 X\ No newline at end of file X+ rm -f $(MANDIR)man6/freebooters.6 END-of-freebooters/files/patch-Makefile echo x - freebooters/files/patch-sdl__setup.cc sed 's/^X//' >freebooters/files/patch-sdl__setup.cc << 'END-of-freebooters/files/patch-sdl__setup.cc' X X$FreeBSD$ X X--- sdl_setup.cc.orig Thu Sep 30 00:32:24 2004 X+++ sdl_setup.cc Thu Sep 30 00:39:30 2004 X@@ -59,7 +59,7 @@ X int audio_buffers = 4096; X X X- readdata config("/etc/freebooters.conf"); X+ readdata config("%%PREFIX%%/etc/freebooters.conf"); X X if (config.get_str("sound") != "no") X { END-of-freebooters/files/patch-sdl__setup.cc echo x - freebooters/files/patch-tools.cc sed 's/^X//' >freebooters/files/patch-tools.cc << 'END-of-freebooters/files/patch-tools.cc' X X$FreeBSD$ X X--- tools.cc.orig Thu Sep 30 00:32:43 2004 X+++ tools.cc Thu Sep 30 00:45:46 2004 X@@ -46,7 +46,7 @@ X path_to_data_dir = ""; X return; X #else X- readdata config("/etc/freebooters.conf"); X+ readdata config("%%PREFIX%%/etc/freebooters.conf"); X X if (config.get_str("datadir") == "") X path_to_data_dir = ""; END-of-freebooters/files/patch-tools.cc echo x - freebooters/files/patch-data_freebooters.conf sed 's/^X//' >freebooters/files/patch-data_freebooters.conf << 'END-of-freebooters/files/patch-data_freebooters.conf' X X$FreeBSD$ X X--- data/freebooters.conf.orig Thu Sep 30 00:50:38 2004 X+++ data/freebooters.conf Thu Sep 30 00:51:29 2004 X@@ -1,3 +1,3 @@ X # This is the path to the Freebooters game data (with trailing /) X-datadir=/usr/local/share/games/freebooters/ X-sound=yes X\ No newline at end of file X+datadir=%%PREFIX%%/share/freebooters/ X+sound=yes END-of-freebooters/files/patch-data_freebooters.conf exit --- freebooters-0.2.1.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Sep 30 08: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 81E6216A4CE for ; Thu, 30 Sep 2004 08:50:24 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5DD6B43D39 for ; Thu, 30 Sep 2004 08:50:24 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i8U8oOgb022233 for ; Thu, 30 Sep 2004 08: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 i8U8oOkK022231; Thu, 30 Sep 2004 08:50:24 GMT (envelope-from gnats) Resent-Date: Thu, 30 Sep 2004 08:50:24 GMT Resent-Message-Id: <200409300850.i8U8oOkK022231@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, Cheng-Lung Sung Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4D86A16A4CE for ; Thu, 30 Sep 2004 08:41:48 +0000 (GMT) Received: from FreeBSD.csie.NCTU.edu.tw (freebsd.csie.nctu.edu.tw [140.113.17.209]) by mx1.FreeBSD.org (Postfix) with ESMTP id CD48943D1F for ; Thu, 30 Sep 2004 08:41:47 +0000 (GMT) (envelope-from clsung@FreeBSD.csie.NCTU.edu.tw) Received: from localhost (localhost.csie.nctu.edu.tw [127.0.0.1]) by FreeBSD.csie.NCTU.edu.tw (Postfix) with ESMTP id 5D467106C88 for ; Thu, 30 Sep 2004 16:41:39 +0800 (CST) Received: from FreeBSD.csie.NCTU.edu.tw ([127.0.0.1]) by localhost (FreeBSD.csie.NCTU.edu.tw [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 91600-10 for ; Thu, 30 Sep 2004 16:41:38 +0800 (CST) Received: by FreeBSD.csie.NCTU.edu.tw (Postfix, from userid 1038) id ED8DC106C86; Thu, 30 Sep 2004 16:41:37 +0800 (CST) Message-Id: <20040930084137.ED8DC106C86@FreeBSD.csie.NCTU.edu.tw> Date: Thu, 30 Sep 2004 16:41:37 +0800 (CST) From: Cheng-Lung Sung To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/72190: [NEW PORT] textproc/p5-Text-NSP: Perl5 modules for Ngram Statistics Package 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, 30 Sep 2004 08:50:24 -0000 >Number: 72190 >Category: ports >Synopsis: [NEW PORT] textproc/p5-Text-NSP: Perl5 modules for Ngram Statistics Package >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 Sep 30 08:50:23 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Cheng-Lung Sung >Release: FreeBSD 4.10-STABLE i386 >Organization: FreeBSD @ Taiwan >Environment: System: FreeBSD FreeBSD.csie.NCTU.edu.tw 4.10-STABLE FreeBSD 4.10-STABLE #0: Sat May 29 08:18:00 CST 2004 >Description: Text::NSP - The Ngram Statistic Package allows a user to count sequences of Ngrams in large corpora of text, and measure their association. The module NSP.pm is a stub that doesn't have any real functionality. The real work is done by five programs: count.pl statistic.pl rank.pl combig.pl kocos.pl These are not modules, and are run from the command line. WWW: http://search.cpan.org/dist/p5-Text-NSP/ - Cheng-Lung Sung Generated with FreeBSD Port Tools 0.63 >How-To-Repeat: >Fix: --- p5-Text-NSP-0.71.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-Text-NSP # p5-Text-NSP/Makefile # p5-Text-NSP/pkg-message # p5-Text-NSP/pkg-descr # p5-Text-NSP/pkg-plist # p5-Text-NSP/distinfo # p5-Text-NSP/files # p5-Text-NSP/files/patch-Makefile.PL # echo c - p5-Text-NSP mkdir -p p5-Text-NSP > /dev/null 2>&1 echo x - p5-Text-NSP/Makefile sed 's/^X//' >p5-Text-NSP/Makefile << 'END-of-p5-Text-NSP/Makefile' X# New ports collection makefile for: p5-Text-NSP X# Date created: Sep 30 2004 X# Whom: Cheng-Lung Sung X# X# $FreeBSD$ X# X XPORTNAME= Text-NSP XPORTVERSION= 0.71 XCATEGORIES= textproc perl5 XMASTER_SITES= ${MASTER_SITE_PERL_CPAN} XMASTER_SITE_SUBDIR= Text XPKGNAMEPREFIX= p5- X XMAINTAINER= clsung@FreeBSD.org XCOMMENT= Perl5 modules for Ngram Statistics Package X XPERL_CONFIGURE= yes XDOCSDIR= ${PREFIX}/share/doc/${PKGNAMEPREFIX}${PORTNAME} X XMAN1= combig.pl.1 count.pl.1 \ X huge-combine.pl.1 huge-count.pl.1 \ X kocos.pl.1 rank.pl.1 \ X sort-bigrams.pl.1 split-data.pl.1 statistic.pl.1 XMAN3= pmi.3 rightFisher.3 measure3d.3 \ X tmi.3 leftFisher.3 measure2d.3 \ X odds.3 ll.3 ll3.3 dice.3 x2.3 \ X phi.3 tscore.3 tmi3.3 X Xpost-patch: X @${REINPLACE_CMD} -e \ X 's,$(SITEPREFIX)/doc,$(SITEPREFIX)/share/doc/${PKGNAMEPREFIX}${PORTNAME},' \ X ${WRKSRC}/Makefile.PL X @${FIND} ${WRKSRC} -name "*.pl" |${XARGS} \ X ${REINPLACE_CMD} -e 's|/usr/local/bin/perl|/usr/bin/env perl|' X @${FIND} ${WRKSRC} -name "*.p[lm]" |${XARGS} \ X ${REINPLACE_CMD} -e 's|split.*(/:/, $$ENV{PATH})|@INC|' X Xpost-install: X @${CAT} ${PKGMESSAGE} | ${SED} -e "s:%%DOCSDIR%%:${DOCSDIR}:g" X X.if defined(NOPORTDOCS) Xpre-patch: X @${REINPLACE_CMD} -e \ X "s,'html',''," ${WRKSRC}/Makefile.PL X.endif X.include X X.if ${PERL_LEVEL} < 500800 XIGNORE= This port requires perl 5.8.0 or later. Install lang/perl5.8 then try again X.endif X X.include END-of-p5-Text-NSP/Makefile echo x - p5-Text-NSP/pkg-message sed 's/^X//' >p5-Text-NSP/pkg-message << 'END-of-p5-Text-NSP/pkg-message' X************************************************************ XAll scripts have extensive command help and documentation Xin %%DOCSDIR%%/. X XSee %%DOCSDIR%%/pod/README.pod for an extensive description. X X************************************************************ END-of-p5-Text-NSP/pkg-message echo x - p5-Text-NSP/pkg-descr sed 's/^X//' >p5-Text-NSP/pkg-descr << 'END-of-p5-Text-NSP/pkg-descr' XText::NSP - The Ngram Statistic Package allows a user to count Xsequences of Ngrams in large corpora of text, and measure their Xassociation. X XThe module NSP.pm is a stub that doesn't have any real functionality. XThe real work is done by five programs: X Xcount.pl statistic.pl rank.pl combig.pl kocos.pl X XThese are not modules, and are run from the command line. X XWWW: http://search.cpan.org/dist/p5-Text-NSP/ X X- Cheng-Lung Sung END-of-p5-Text-NSP/pkg-descr echo x - p5-Text-NSP/pkg-plist sed 's/^X//' >p5-Text-NSP/pkg-plist << 'END-of-p5-Text-NSP/pkg-plist' Xbin/statistic.pl Xbin/split-data.pl Xbin/combig-script.sh Xbin/huge-count.pl Xbin/rank-script.sh Xbin/kocos.pl Xbin/huge-combine.pl Xbin/count.pl Xbin/rank.pl Xbin/kocos-script.sh Xbin/combig.pl Xbin/sort-bigrams.pl X%%SITE_PERL%%/auto/Text/NSP/autosplit.ix X%%SITE_PERL%%/pmi.pm X%%SITE_PERL%%/rightFisher.pm X%%SITE_PERL%%/tmi3.pm X%%SITE_PERL%%/measure3d.pm X%%SITE_PERL%%/odds.pm X%%SITE_PERL%%/ll3.pm X%%SITE_PERL%%/ll.pm X%%SITE_PERL%%/dice.pm X%%SITE_PERL%%/x2.pm X%%SITE_PERL%%/measure2d.pm X%%SITE_PERL%%/leftFisher.pm X%%SITE_PERL%%/phi.pm X%%SITE_PERL%%/tmi.pm X%%SITE_PERL%%/tscore.pm X%%SITE_PERL%%/Text/NSP.pm X%%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/NSP/.packlist X%%PORTDOCS%%%%DOCSDIR%%/html/dice.html X%%PORTDOCS%%%%DOCSDIR%%/html/ll.html X%%PORTDOCS%%%%DOCSDIR%%/html/ll3.html X%%PORTDOCS%%%%DOCSDIR%%/html/odds.html X%%PORTDOCS%%%%DOCSDIR%%/html/phi.html X%%PORTDOCS%%%%DOCSDIR%%/html/tmi.html X%%PORTDOCS%%%%DOCSDIR%%/html/pmi.html X%%PORTDOCS%%%%DOCSDIR%%/html/tscore.html X%%PORTDOCS%%%%DOCSDIR%%/html/x2.html X%%PORTDOCS%%%%DOCSDIR%%/html/leftFisher.html X%%PORTDOCS%%%%DOCSDIR%%/html/rightFisher.html X%%PORTDOCS%%%%DOCSDIR%%/html/measure2d.html X%%PORTDOCS%%%%DOCSDIR%%/html/measure3d.html X%%PORTDOCS%%%%DOCSDIR%%/html/count.html X%%PORTDOCS%%%%DOCSDIR%%/html/statistic.html X%%PORTDOCS%%%%DOCSDIR%%/html/rank.html X%%PORTDOCS%%%%DOCSDIR%%/html/kocos.html X%%PORTDOCS%%%%DOCSDIR%%/html/combig.html X%%PORTDOCS%%%%DOCSDIR%%/html/huge-count.html X%%PORTDOCS%%%%DOCSDIR%%/html/huge-combine.html X%%PORTDOCS%%%%DOCSDIR%%/html/sort-bigrams.html X%%PORTDOCS%%%%DOCSDIR%%/html/split-data.html X%%PORTDOCS%%%%DOCSDIR%%/html/FAQ.html X%%PORTDOCS%%%%DOCSDIR%%/html/NewStats.html X%%PORTDOCS%%%%DOCSDIR%%/html/Measures.html X%%PORTDOCS%%%%DOCSDIR%%/html/README.html X%%PORTDOCS%%%%DOCSDIR%%/html/Todo.html X%%PORTDOCS%%%%DOCSDIR%%/html/Usage.html X%%PORTDOCS%%%%DOCSDIR%%/pod/FAQ.pod X%%PORTDOCS%%%%DOCSDIR%%/pod/NewStats.pod X%%PORTDOCS%%%%DOCSDIR%%/pod/Measures.pod X%%PORTDOCS%%%%DOCSDIR%%/pod/README.pod X%%PORTDOCS%%%%DOCSDIR%%/pod/Todo.pod X%%PORTDOCS%%%%DOCSDIR%%/pod/Usage.pod X%%PORTDOCS%%@dirrm %%DOCSDIR%%/html X%%PORTDOCS%%@dirrm %%DOCSDIR%%/pod X%%PORTDOCS%%@dirrm %%DOCSDIR%% X@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/NSP X@dirrm %%SITE_PERL%%/auto/Text/NSP X@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Text 2>/dev/null || true X@unexec rmdir %D/%%SITE_PERL%%/auto/Text 2>/dev/null || true X@unexec rmdir %D/%%SITE_PERL%%/Text 2>/dev/null || true END-of-p5-Text-NSP/pkg-plist echo x - p5-Text-NSP/distinfo sed 's/^X//' >p5-Text-NSP/distinfo << 'END-of-p5-Text-NSP/distinfo' XMD5 (Text-NSP-0.71.tar.gz) = ac1a9d2bfd035a2fedd64cf0fa11ebd0 XSIZE (Text-NSP-0.71.tar.gz) = 603295 END-of-p5-Text-NSP/distinfo echo c - p5-Text-NSP/files mkdir -p p5-Text-NSP/files > /dev/null 2>&1 echo x - p5-Text-NSP/files/patch-Makefile.PL sed 's/^X//' >p5-Text-NSP/files/patch-Makefile.PL << 'END-of-p5-Text-NSP/files/patch-Makefile.PL' X--- Makefile.PL.orig Fri Jun 18 06:18:30 2004 X+++ Makefile.PL Thu Sep 30 10:39:29 2004 X@@ -240,19 +240,6 @@ X @pod2html --outfile=$(SITEPREFIX)/doc/html/Todo.html --infile=Docs/Todo.pod --title="NSP Todo" X @pod2html --outfile=$(SITEPREFIX)/doc/html/Usage.html --infile=Docs/Usage.pod --title="NSP Usage" X X-# general documentation to man/man3 X- X- @$(MKPATH) $(SITEPREFIX)/man/man3 X- X- @echo "Installing man page documentation in $(SITEPREFIX)/man/man3" X- X- @pod2man Docs/FAQ.pod $(SITEPREFIX)/man/man3/FAQ.$(MAN3EXT) X- @pod2man Docs/NewStats.pod $(SITEPREFIX)/man/man3/NewStats.$(MAN3EXT) X- @pod2man Docs/Measures.pod $(SITEPREFIX)/man/man3/Measures.$(MAN3EXT) X- @pod2man Docs/README.pod $(SITEPREFIX)/man/man3/README.$(MAN3EXT) X- @pod2man Docs/Todo.pod $(SITEPREFIX)/man/man3/Todo.$(MAN3EXT) X- @pod2man Docs/Usage.pod $(SITEPREFIX)/man/man3/Usage.$(MAN3EXT) X- X # general documentation to doc/pod X X @echo "Installing pod documentation in $(SITEPREFIX)/doc/pod" END-of-p5-Text-NSP/files/patch-Makefile.PL exit --- p5-Text-NSP-0.71.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Sep 30 09: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 3FA1916A4D0 for ; Thu, 30 Sep 2004 09:40:28 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2166843D48 for ; Thu, 30 Sep 2004 09:40:28 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i8U9eSpX033044 for ; Thu, 30 Sep 2004 09: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 i8U9eRfQ033043; Thu, 30 Sep 2004 09:40:28 GMT (envelope-from gnats) Resent-Date: Thu, 30 Sep 2004 09:40:28 GMT Resent-Message-Id: <200409300940.i8U9eRfQ033043@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, régis rampnoux Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A266A16A4CE for ; Thu, 30 Sep 2004 09:31:05 +0000 (GMT) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id 86A8F43D2D for ; Thu, 30 Sep 2004 09:31:05 +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 i8U9V5k0057421 for ; Thu, 30 Sep 2004 09:31:05 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.12.11/8.12.11/Submit) id i8U9V5Zj057418; Thu, 30 Sep 2004 09:31:05 GMT (envelope-from nobody) Message-Id: <200409300931.i8U9V5Zj057418@www.freebsd.org> Date: Thu, 30 Sep 2004 09:31:05 GMT From: régis rampnoux To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-2.3 Subject: ports/72191: building problem for php4-pcre and php4-gd 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, 30 Sep 2004 09:40:28 -0000 >Number: 72191 >Category: ports >Synopsis: building problem for php4-pcre and php4-gd >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 Sep 30 09:40:27 GMT 2004 >Closed-Date: >Last-Modified: >Originator: régis rampnoux >Release: 4.10 >Organization: >Environment: FreeBSD crocoite.home.regix.com 4.10-STABLE FreeBSD 4.10-STABLE #93: Sun Sep 26 16:56:23 CEST 2004 regisr@crocoite.home.regix.com:/usr/obj/usr/src/sys/CROCOITE i386 >Description: php4-pcre and php4-gd How to compile? ports cvsup on sept 30. The package need Apache 1.3 and I have installed 2.0 >How-To-Repeat: Compile output: cc -DSUPPORT_UTF8 -DLINK_SIZE=2 -DPOSIX_MALLOC_THRESHOLD=10 -I/usr/ports/devel/php4-pcre/work/php-4.3.8/ext/pcre/pcrelib -I. -I/usr/ports/devel/php4-pcre/work/php-4.3.8/ext/pcre -DPHP_ATOM_INC -I/usr/ports/devel/php4-pcre/work/php-4.3.8/ext/pcre/include -I/usr/ports/devel/php4-pcre/work/php-4.3.8/ext/pcre/main -I/usr/ports/devel/php4-pcre/work/php-4.3.8/ext/pcre -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/Zend -I/usr/local/include/php/TSRM -DHAVE_CONFIG_H -O -pipe -prefer-pic -c /usr/ports/devel/php4-pcre/work/php-4.3.8/ext/pcre/pcrelib/maketables.c -fPIC -DPIC -o pcrelib/.libs/maketables.lo cc: unrecognized option `-prefer-pic' In file included from /usr/local/include/php/main/php_compat.h:9, from /usr/ports/devel/php4-pcre/work/php-4.3.8/ext/pcre/pcrelib/pcre.h:13, from /usr/ports/devel/php4-pcre/work/php-4.3.8/ext/pcre/pcrelib/internal.h:78, from /usr/ports/devel/php4-pcre/work/php-4.3.8/ext/pcre/pcrelib/maketables.c:42: /usr/local/include/php/main/php_config.h:1179: warning: `DEFAULT_SHORT_OPEN_TAG' redefined /usr/local/include/php/php_config.h:880: warning: this is the location of the previous definition /usr/local/include/php/main/php_config.h:2271: warning: `PHP_BLOWFISH_CRYPT' redefined /usr/local/include/php/php_config.h:1411: warning: this is the location of the previous definition In file included from /usr/local/include/php/main/php_compat.h:9, from /usr/ports/devel/php4-pcre/work/php-4.3.8/ext/pcre/pcrelib/pcre.h:13, from /usr/ports/devel/php4-pcre/work/php-4.3.8/ext/pcre/pcrelib/internal.h:78, from /usr/ports/devel/php4-pcre/work/php-4.3.8/ext/pcre/pcrelib/maketables.c:42: /usr/local/include/php/main/php_config.h:2478: warning: `MEMORY_LIMIT' redefined /usr/local/include/php/php_config.h:1528: warning: this is the location of the previous definition /usr/local/include/php/main/php_config.h:2502: warning: `PHP_BUILD_DATE' redefined /usr/local/include/php/php_config.h:1540: warning: this is the location of the previous definition /usr/local/include/php/main/php_config.h:2505: warning: `PHP_UNAME' redefined /usr/local/include/php/php_config.h:1543: warning: this is the location of the previous definition In file included from /usr/local/include/php/php_config.h:1554, from /usr/ports/devel/php4-pcre/work/php-4.3.8/ext/pcre/pcrelib/internal.h:45, from /usr/ports/devel/php4-pcre/work/php-4.3.8/ext/pcre/pcrelib/maketables.c:42: /usr/include/sys/types.h:76: redefinition of `u_int' /usr/include/sys/types.h:54: `u_int' previously declared here *** Error code 1 Stop in /usr/ports/devel/php4-pcre/work/php-4.3.8/ext/pcre. *** Error code 1 >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Sep 30 10:10: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 976A016A4CF for ; Thu, 30 Sep 2004 10:10:25 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7AA7843D41 for ; Thu, 30 Sep 2004 10:10:25 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i8UAAPdX037684 for ; Thu, 30 Sep 2004 10:10:25 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i8UAAPRD037683; Thu, 30 Sep 2004 10:10:25 GMT (envelope-from gnats) Resent-Date: Thu, 30 Sep 2004 10:10:25 GMT Resent-Message-Id: <200409301010.i8UAAPRD037683@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, "Klaus Michael Indlekofer" Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3CF7F16A4CE for ; Thu, 30 Sep 2004 10:05:12 +0000 (GMT) Received: from zam151.fz-juelich.de (zam151.fz-juelich.de [134.94.100.14]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7465543D45 for ; Thu, 30 Sep 2004 10:05:11 +0000 (GMT) (envelope-from M.Indlekofer@fz-juelich.de) Received: by zam151.fz-juelich.de (Postfix, from userid 65534) id 365B0738E1; Thu, 30 Sep 2004 12:05:08 +0200 (CEST) Received: from mic203wlan (localhost [127.0.0.1]) by zam151.fz-juelich.de (Postfix) with SMTP id 67973738ED for ; Thu, 30 Sep 2004 12:05:07 +0200 (CEST) Message-Id: <000601c4a6d4$5435b520$cb01500a@mic203wlan> Date: Thu, 30 Sep 2004 11:58:49 +0200 From: "Klaus Michael Indlekofer" To: Subject: ports/72192: Update port: converters/cmios9 new version 2.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Klaus Michael Indlekofer List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Sep 2004 10:10:25 -0000 >Number: 72192 >Category: ports >Synopsis: Update port: converters/cmios9 new version 2.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: Thu Sep 30 10:10:25 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Klaus Michael Indlekofer (M.Indlekofer@gmx.de) >Release: FreeBSD 4.0-RELEASE i386 >Organization: >Environment: >Description: converters/cmios9: ftp-like access to Fairlight floppy/hard disk image files and devices >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: # # cmios9-2.0 # cmios9-2.0/pkg-plist # cmios9-2.0/pkg-descr # cmios9-2.0/pkg-comment # cmios9-2.0/distinfo # cmios9-2.0/Makefile # echo c - cmios9-2.0 mkdir -p cmios9-2.0 > /dev/null 2>&1 echo x - cmios9-2.0/pkg-plist sed 's/^X//' >cmios9-2.0/pkg-plist << 'END-of-cmios9-2.0/pkg-plist' Xbin/cmios9 END-of-cmios9-2.0/pkg-plist echo x - cmios9-2.0/pkg-descr sed 's/^X//' >cmios9-2.0/pkg-descr << 'END-of-cmios9-2.0/pkg-descr' XThis is a port of cmios9, which provides ftp-like access to XFairlight OS9 + MDR-DOS + QDOS floppy/hard disk image files and devices. X XFairlight system Filesystem(s) Machine type X--------------------------------------------------------------------------- XCMI Series I QDOS Sampler XCMI Series II QDOS Sampler XCMI Series IIx QDOS Sampler XCMI Series III OS9 Sampler XMFX1 OS9 Sampler + Hard disk recorder XMFX2 OS9 + MDR-DOS Sampler + Hard disk recorder X--------------------------------------------------------------------------- X X X- Klaus Michael Indlekofer XM.Indlekofer@gmx.de END-of-cmios9-2.0/pkg-descr echo x - cmios9-2.0/pkg-comment sed 's/^X//' >cmios9-2.0/pkg-comment << 'END-of-cmios9-2.0/pkg-comment' Xftp-like access to Fairlight floppy/hard disk image files and devices END-of-cmios9-2.0/pkg-comment echo x - cmios9-2.0/distinfo sed 's/^X//' >cmios9-2.0/distinfo << 'END-of-cmios9-2.0/distinfo' XMD5 (cmios9-2.0.tar.gz) = 4d7e9f23d99bc6b6475344754f4d57dd END-of-cmios9-2.0/distinfo echo x - cmios9-2.0/Makefile sed 's/^X//' >cmios9-2.0/Makefile << 'END-of-cmios9-2.0/Makefile' X# New ports collection makefile for: cmios9 X# Date created: 30 September 2004 X# Whom: M.Indlekofer@gmx.de X# X# $FreeBSD$ X# X XPORTNAME= cmios9 XPORTVERSION= 2.0 XCATEGORIES= converters XMASTER_SITES= http://www.spies.com/~kmi/ X XMAINTAINER= M.Indlekofer@gmx.de XCOMMENT= ftp-like access to Fairlight image files and devices X X.include END-of-cmios9-2.0/Makefile exit >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Sep 30 10:41: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 1B59716A4CE; Thu, 30 Sep 2004 10:41:25 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id EFE7643D49; Thu, 30 Sep 2004 10:41:24 +0000 (GMT) (envelope-from delphij@FreeBSD.org) Received: from freefall.freebsd.org (delphij@localhost [127.0.0.1]) i8UAfOkZ039708; Thu, 30 Sep 2004 10:41:24 GMT (envelope-from delphij@freefall.freebsd.org) Received: (from delphij@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i8UAfOtH039704; Thu, 30 Sep 2004 10:41:24 GMT (envelope-from delphij) Date: Thu, 30 Sep 2004 10:41:24 GMT From: Xin LI Message-Id: <200409301041.i8UAfOtH039704@freefall.freebsd.org> To: delphij@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, clsung@FreeBSD.org Subject: Re: ports/72190: [NEW PORT] textproc/p5-Text-NSP: Perl5 modules for Ngram Statistics Package 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, 30 Sep 2004 10:41:25 -0000 Synopsis: [NEW PORT] textproc/p5-Text-NSP: Perl5 modules for Ngram Statistics Package Responsible-Changed-From-To: freebsd-ports-bugs->clsung Responsible-Changed-By: delphij Responsible-Changed-When: Thu Sep 30 10:39:40 GMT 2004 Responsible-Changed-Why: I think you meant to have reminders so you would commit it yourself after the ports freeze :-) http://www.freebsd.org/cgi/query-pr.cgi?pr=72190 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Sep 30 12:16:08 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 1EEE116A4CF; Thu, 30 Sep 2004 12:16:08 +0000 (GMT) Received: from FreeBSD.csie.NCTU.edu.tw (freebsd.csie.nctu.edu.tw [140.113.17.209]) by mx1.FreeBSD.org (Postfix) with ESMTP id C7F6843D1F; Thu, 30 Sep 2004 12:16:07 +0000 (GMT) (envelope-from clsung@FreeBSD.csie.NCTU.edu.tw) Received: from localhost (localhost.csie.nctu.edu.tw [127.0.0.1]) by FreeBSD.csie.NCTU.edu.tw (Postfix) with ESMTP id 57199106C7A; Thu, 30 Sep 2004 20:15:57 +0800 (CST) Received: from FreeBSD.csie.NCTU.edu.tw ([127.0.0.1]) by localhost (FreeBSD.csie.NCTU.edu.tw [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 05129-03; Thu, 30 Sep 2004 20:15:56 +0800 (CST) Received: by FreeBSD.csie.NCTU.edu.tw (Postfix, from userid 1038) id 7918A106C74; Thu, 30 Sep 2004 20:15:56 +0800 (CST) Date: Thu, 30 Sep 2004 20:15:56 +0800 From: Cheng-Lung Sung To: Xin LI Message-ID: <20040930121556.GA5097@FreeBSD.csie.NCTU.edu.tw> References: <200409301041.i8UAfOtH039704@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="OgqxwSJOaUobr8KG" Content-Disposition: inline In-Reply-To: <200409301041.i8UAfOtH039704@freefall.freebsd.org> User-Agent: Mutt/1.5.6i cc: freebsd-ports-bugs@FreeBSD.org cc: clsung@FreeBSD.org Subject: Re: ports/72190: [NEW PORT] textproc/p5-Text-NSP: Perl5 modules for Ngram Statistics Package 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, 30 Sep 2004 12:16:08 -0000 --OgqxwSJOaUobr8KG Content-Type: text/plain; charset=big5 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Yes, I forgot to set :p Thanks. clsung On Thu, Sep 30, 2004 at 10:41:24AM +0000, Xin LI wrote: > Synopsis: [NEW PORT] textproc/p5-Text-NSP: Perl5 modules for Ngram Statis= tics Package >=20 > Responsible-Changed-From-To: freebsd-ports-bugs->clsung > Responsible-Changed-By: delphij > Responsible-Changed-When: Thu Sep 30 10:39:40 GMT 2004 > Responsible-Changed-Why:=20 > I think you meant to have reminders so you would commit it yourself after > the ports freeze :-) >=20 > http://www.freebsd.org/cgi/query-pr.cgi?pr=3D72190 > _______________________________________________ > 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" --OgqxwSJOaUobr8KG Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.6 (FreeBSD) iD8DBQFBW/j8+AeJ85Vui8ERAnN3AKCSlbLPgiItF32HWhATKS03U15cAACeMC4B UXo7qRI35KFhY7hg7+RtG/E= =yS4m -----END PGP SIGNATURE----- --OgqxwSJOaUobr8KG-- From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Sep 30 13: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 B5D3016A4CE for ; Thu, 30 Sep 2004 13:00:50 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8F93143D41 for ; Thu, 30 Sep 2004 13:00:50 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i8UD0o8l057111 for ; Thu, 30 Sep 2004 13: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 i8UD0oJm057110; Thu, 30 Sep 2004 13:00:50 GMT (envelope-from gnats) Date: Thu, 30 Sep 2004 13:00:50 GMT Message-Id: <200409301300.i8UD0oJm057110@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Florent Thoumie Subject: Re: ports/72147: [PATCH] net/bnbt: update to 8.0b3 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Florent Thoumie List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Sep 2004 13:00:50 -0000 The following reply was made to PR ports/72147; it has been noted by GNATS. From: Florent Thoumie To: freebsd-gnats-submit@FreeBSD.org Cc: nivo@yuckfou.org Subject: Re: ports/72147: [PATCH] net/bnbt: update to 8.0b3 Date: Thu, 30 Sep 2004 14:50:45 +0200 I haven't wrote a patch for bnbt 8.0 since it was released without exhaustive testing. Even if I haven't test your patch, I remember that a new MySQL support was added and I don't see any dependancies on MySQL in your patch. Since this is Ports Freeze and committers will have a lot of work in the following weeks, I propose to rewrite this patch ASAP. -- Florent Thoumie flz@xbsd.org From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Sep 30 13:30: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 1F91516A4CE for ; Thu, 30 Sep 2004 13:30:10 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id E900743D58 for ; Thu, 30 Sep 2004 13:30:09 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i8UDU9b4061994 for ; Thu, 30 Sep 2004 13:30:09 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i8UDU9Rf061988; Thu, 30 Sep 2004 13:30:09 GMT (envelope-from gnats) Resent-Date: Thu, 30 Sep 2004 13:30:09 GMT Resent-Message-Id: <200409301330.i8UDU9Rf061988@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, Shuhei Amakawa Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C9A3516A4CE for ; Thu, 30 Sep 2004 13:20:50 +0000 (GMT) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id C00E143D1F for ; Thu, 30 Sep 2004 13:20:50 +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 i8UDKoIT041344 for ; Thu, 30 Sep 2004 13:20:50 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.12.11/8.12.11/Submit) id i8UDKoEA041343; Thu, 30 Sep 2004 13:20:50 GMT (envelope-from nobody) Message-Id: <200409301320.i8UDKoEA041343@www.freebsd.org> Date: Thu, 30 Sep 2004 13:20:50 GMT From: Shuhei Amakawa To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-2.3 Subject: ports/72197: update math/grace to 5.1.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, 30 Sep 2004 13:30:10 -0000 >Number: 72197 >Category: ports >Synopsis: update math/grace to 5.1.17 >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 Sep 30 13:30:09 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Shuhei Amakawa >Release: 4.10-STABLE >Organization: >Environment: 4.10-STABLE >Description: update math/grace to 5.1.17 >How-To-Repeat: >Fix: diff -uNr /usr/ports/math/grace/Makefile grace/Makefile --- /usr/ports/math/grace/Makefile Mon Jul 19 21:32:46 2004 +++ grace/Makefile Fri Sep 24 19:03:33 2004 @@ -6,7 +6,7 @@ # PORTNAME= grace -PORTVERSION= 5.1.16 +PORTVERSION= 5.1.17 #PORTREVISION= 1 CATEGORIES= math print # diff -uNr /usr/ports/math/grace/distinfo grace/distinfo --- /usr/ports/math/grace/distinfo Mon Jul 19 21:32:46 2004 +++ grace/distinfo Fri Sep 24 19:04:24 2004 @@ -1,2 +1,2 @@ -MD5 (grace-5.1.16.tar.gz) = 4ae4672e2d32678f4b624d491bf20407 -SIZE (grace-5.1.16.tar.gz) = 2437957 +MD5 (grace-5.1.17.tar.gz) = a20c1edf572f1a78025e2010d5bb6e83 +SIZE (grace-5.1.17.tar.gz) = 2397711 >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Sep 30 13:50: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 7CF7316A4CE for ; Thu, 30 Sep 2004 13:50:14 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 53A2A43D2F for ; Thu, 30 Sep 2004 13:50:14 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i8UDoEgD064010 for ; Thu, 30 Sep 2004 13:50:14 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i8UDoEaA064009; Thu, 30 Sep 2004 13:50:14 GMT (envelope-from gnats) Resent-Date: Thu, 30 Sep 2004 13:50:14 GMT Resent-Message-Id: <200409301350.i8UDoEaA064009@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, Gea-Suan Lin Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CC21616A4CE for ; Thu, 30 Sep 2004 13:43:38 +0000 (GMT) Received: from netnews.NCTU.edu.tw (ccreader.nctu.edu.tw [140.113.54.119]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6572743D41 for ; Thu, 30 Sep 2004 13:43:38 +0000 (GMT) (envelope-from gslin@netnews.NCTU.edu.tw) Received: by netnews.NCTU.edu.tw (Postfix, from userid 1000) id B7F69266; Thu, 30 Sep 2004 21:43:33 +0800 (CST) Message-Id: <20040930134333.B7F69266@netnews.NCTU.edu.tw> Date: Thu, 30 Sep 2004 21:43:33 +0800 (CST) From: Gea-Suan Lin To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 cc: gslin@netnews.NCTU.edu.tw cc: rafan@infor.org Subject: ports/72198: Update port: mail/mailgraph X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Gea-Suan Lin List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Sep 2004 13:50:14 -0000 >Number: 72198 >Category: ports >Synopsis: Update port: mail/mailgraph >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 Sep 30 13:50:13 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Gea-Suan Lin >Release: FreeBSD 4.10-RELEASE-p2 i386 >Organization: >Environment: System: FreeBSD netnews.NCTU.edu.tw 4.10-RELEASE-p2 FreeBSD 4.10-RELEASE-p2 #0: Tue Aug 10 21:24:00 CST 2004 root@netnews.NCTU.edu.tw:/da1/usr.obj/da0/usr.src/sys/NETNEWS i386 >Description: Use ${WWWOWN} & ${WWWGRP} (predefined in bsd.port.mk) instead of www & www. >How-To-Repeat: >Fix: diff -ruN /usr/ports/mail/mailgraph/Makefile mailgraph/Makefile --- /usr/ports/mail/mailgraph/Makefile Wed Jul 14 03:14:13 2004 +++ mailgraph/Makefile Thu Sep 30 21:40:37 2004 @@ -20,8 +20,8 @@ NO_BUILD= yes DATADIR?= /var/db/mailgraph -MAILGRAPH_USER?= www -MAILGRAPH_GROUP?= www +MAILGRAPH_USER?= ${WWWOWN} +MAILGRAPH_GROUP?= ${WWWGRP} USE_REINPLACE= yes USE_RC_SUBR= yes @@ -37,8 +37,8 @@ @${ECHO_MSG} "You may set following options:" @${ECHO_MSG} @${ECHO_MSG} "DATADIR=/var/db/mailgraph Where do you put RRD databases?" - @${ECHO_MSG} "MAILGRAPH_USER=www User to run mailgraph" - @${ECHO_MSG} "MAILGRAPH_GROUP=www Group to run mailgraph" + @${ECHO_MSG} "MAILGRAPH_USER=www User to run mailgraph (Default: ${WWWOWN})" + @${ECHO_MSG} "MAILGRAPH_GROUP=www Group to run mailgraph (Default: ${WWWGRP}" @${ECHO_MSG} post-patch: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Sep 30 14:30: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 CFB6616A4D7 for ; Thu, 30 Sep 2004 14:30:23 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9093D43D48 for ; Thu, 30 Sep 2004 14:30:18 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i8UEUIL5068923 for ; Thu, 30 Sep 2004 14:30:18 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i8UEUIr2068920; Thu, 30 Sep 2004 14:30:18 GMT (envelope-from gnats) Resent-Date: Thu, 30 Sep 2004 14:30:18 GMT Resent-Message-Id: <200409301430.i8UEUIr2068920@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 A Grigorovich Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9BDAC16A4CE; Thu, 30 Sep 2004 14:21:12 +0000 (GMT) Received: from pierino.bionet.nsc.ru (pierino.bionet.nsc.ru [193.125.179.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id AB9E543D49; Thu, 30 Sep 2004 14:21:11 +0000 (GMT) (envelope-from odip@pierino.bionet.nsc.ru) Received: from pierino.bionet.nsc.ru (localhost [127.0.0.1]) i8UEL9Lt057938; Thu, 30 Sep 2004 21:21:09 +0700 (NOVST) (envelope-from odip@pierino.bionet.nsc.ru) Received: (from odip@localhost) by pierino.bionet.nsc.ru (8.12.8p1/8.12.8/Submit) id i8UEL8oU057937; Thu, 30 Sep 2004 21:21:08 +0700 (NOVST) (envelope-from odip) Message-Id: <200409301421.i8UEL8oU057937@pierino.bionet.nsc.ru> Date: Thu, 30 Sep 2004 21:21:08 +0700 (NOVST) From: Dmitry A Grigorovich To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 cc: ports@FreeBSD.org Subject: ports/72199: [PATCH] new security bugfix release samba-2.2.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, 30 Sep 2004 14:30:24 -0000 >Number: 72199 >Category: ports >Synopsis: [PATCH] new security bugfix release samba-2.2.12 >Confidential: no >Severity: critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Thu Sep 30 14:30:17 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Dmitry A Grigorovich >Release: FreeBSD 4.8-RELEASE i386 >Organization: ICiG SB RAS, Russia >Environment: System: FreeBSD pierino.bionet.nsc.ru 4.8-RELEASE FreeBSD 4.8-RELEASE #5: Sat Oct 4 02:28:14 NOVST 2003 root@pierino.bionet.nsc.ru:/usr/obj/usr/src/sys/ODIP i386 >Description: New security bugfix release samba-2.2.12 CVE ID: CAN-2004-0815 (http://cve.mitre.org/) >How-To-Repeat: N/A >Fix: Patch /usr/ports/net/samba Reinstall ports/net/samba --- patch-samba begins here --- diff -ur samba/Makefile samba.new/Makefile --- samba/Makefile Fri Sep 3 21:34:54 2004 +++ samba.new/Makefile Thu Sep 30 20:37:32 2004 @@ -6,8 +6,7 @@ # PORTNAME= samba -PORTVERSION= 2.2.11 -PORTREVISION= 1 +PORTVERSION= 2.2.12 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_SAMBA} MASTER_SITE_SUBDIR= . old-versions diff -ur samba/distinfo samba.new/distinfo --- samba/distinfo Tue Aug 24 22:46:06 2004 +++ samba.new/distinfo Thu Sep 30 21:17:02 2004 @@ -1,5 +1,5 @@ -MD5 (samba-2.2.11.tar.gz) = 3aa08a4821fd1ba03b603ac2ff4bf071 -SIZE (samba-2.2.11.tar.gz) = 5503252 +MD5 (samba-2.2.12.tar.gz) = ffda6f5a93635d0b2afb2b2fb17e3bbf +SIZE (samba-2.2.12.tar.gz) = 5459704 MD5 (samba-2.2.10-freebsd-jail-patch-20040806.gz) = c38006077a83bb28ae7672df477834b2 SIZE (samba-2.2.10-freebsd-jail-patch-20040806.gz) = 2959 MD5 (samba-2.2.9-browsing-hacks.diff) = 39f95cdb2f9833b4eec7a05000fe2cbf --- patch-samba ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Sep 30 16:20: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 4172916A4CE for ; Thu, 30 Sep 2004 16:20:14 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 15B9D43D39 for ; Thu, 30 Sep 2004 16:20:14 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i8UGKDiF081424 for ; Thu, 30 Sep 2004 16:20:13 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i8UGKDVT081423; Thu, 30 Sep 2004 16:20:13 GMT (envelope-from gnats) Resent-Date: Thu, 30 Sep 2004 16:20:13 GMT Resent-Message-Id: <200409301620.i8UGKDVT081423@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, Oliver Eikemeier Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D80D616A4CF for ; Thu, 30 Sep 2004 16:18:57 +0000 (GMT) Received: from fillmore.dyndns.org (port-212-202-184-63.dynamic.qsc.de [212.202.184.63]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1D98F43D1D for ; Thu, 30 Sep 2004 16:18:57 +0000 (GMT) (envelope-from eikemeier@fillmore-labs.com) Received: from dhcp-4.local ([172.16.0.4]) by fillmore.dyndns.org with esmtp (Exim 4.42 (FreeBSD)) id 1CD3ds-000336-NV for FreeBSD-gnats-submit@FreeBSD.org; Thu, 30 Sep 2004 18:18:55 +0200 Message-Id: <415C3462.5020603@fillmore-labs.com> Date: Thu, 30 Sep 2004 18:29:22 +0200 From: Oliver Eikemeier To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/72203: [PATCH] security/clamav: update to version 0.80rc3 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, 30 Sep 2004 16:20:14 -0000 >Number: 72203 >Category: ports >Synopsis: [PATCH] security/clamav: update to version 0.80rc3 >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 Sep 30 16:20:13 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Oliver Eikemeier >Release: FreeBSD 4.10-STABLE i386 >Organization: Fillmore Labs - http://www.fillmore-labs.com >Environment: System: FreeBSD nuuk.fillmore-labs.com 4.10-STABLE >Description: - update to version 0.80rc3: JPEG Exploit (MS04-028) Detection - needs entry in UPDATING: config file changed fromclamav.conf to clamd.conf >How-To-Repeat: >Fix: Index: Makefile =================================================================== RCS file: /home/ncvs/ports/security/clamav/Makefile,v retrieving revision 1.39 diff -u -u -r1.39 Makefile --- Makefile 8 Aug 2004 14:05:38 -0000 1.39 +++ Makefile 29 Sep 2004 18:09:41 -0000 @@ -6,7 +6,7 @@ # PORTNAME= clamav -PORTVERSION= ${DISTVERSION:S/-rc//g:S/-/./g} +PORTVERSION= ${DISTVERSION:C/([a-z])[a-z]*/.\1/g:S/-/./g} CATEGORIES= security MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_EXTENDED} MASTER_SITE_SUBDIR= clamav @@ -23,7 +23,7 @@ arc:${PORTSDIR}/archivers/arc \ unzip:${PORTSDIR}/archivers/unzip -DISTVERSION= 0.75.1 +DISTVERSION= 0.80rc3 OPTIONS= MILTER "Compile the milter interface" off USE_REINPLACE= yes @@ -49,7 +49,7 @@ CONFIGURE_ENV+= CPPFLAGS="${CPPFLAGS}" \ LDFLAGS="${LDFLAGS}" MAN1= clamscan.1 freshclam.1 sigtool.1 clamdscan.1 -MAN5= clamav.conf.5 freshclam.conf.5 +MAN5= clamd.conf.5 freshclam.conf.5 MAN8= clamd.8 clamav-milter.8 CONFLICTS= clamav-devel-[0-9]* @@ -67,16 +67,15 @@ -e 's|%%CLAMAV_MILTER_SOCKET%%|${CLAMAV_MILTER_SOCKET}|g' SED_CONF= -E -e 's|^\#?(Example)$$|\#\1|' \ - -e 's|^\#?(LogFile) .*$$|\1 /var/log/clamav/clamd.log|' \ - -e 's|^\#?(PidFile) .*$$|\1 /var/run/clamav/clamd.pid|' \ + -e 's|^\#?((Update)?LogFile) .*/([a-z]+\.log)$$|\1 /var/log/clamav/\3|' \ + -e 's|^\#?(PidFile) .*/([a-z]+\.pid)$$|\1 /var/run/clamav/\2|' \ -e 's|^\#?(LocalSocket) .*$$|\1 ${CLAMAV_CLAMD_SOCKET}|' \ -e 's|^\#?(User) .*$$|\1 ${CLAMAVUSER}|' \ -e 's|^\#?(AllowSupplementaryGroups)$$|\1|' \ -e 's|^\#?(ScanMail)$$|\1|' \ - -e 's|^\#?(Checks)$$|\#\1|' \ + -e 's|^\#?(NotifyClamd)$$|\1|' \ -e 's|^\#?(DatabaseDirectory) .*$$|\1 ${DATADIR}|' \ -e 's|^\#?(DatabaseOwner) .*$$|\1 ${CLAMAVUSER}|' \ - -e 's|^\#?(UpdateLogFile) .*$$|\1 /var/log/clamav/freshclam.log|' \ -e 's|^\#?(FixStaleSocket)$$|\1|' PLIST_SUB+= CLAMAVUSER=${CLAMAVUSER} \ @@ -111,7 +110,7 @@ ${WRKSRC}/Makefile.in post-build: - @${REINPLACE_CMD} ${SED_CONF} ${BUILD_WRKSRC}/etc/clamav.conf + @${REINPLACE_CMD} ${SED_CONF} ${BUILD_WRKSRC}/etc/clamd.conf @${REINPLACE_CMD} ${SED_CONF} ${BUILD_WRKSRC}/etc/freshclam.conf @${SED} ${SED_SCRIPT} ${PKGDIR}/pkg-install >${PKGINSTALL} @${SED} ${SED_SCRIPT} ${PKGDIR}/pkg-deinstall >${PKGDEINSTALL} @@ -134,7 +133,7 @@ @${INSTALL_SCRIPT} ${WRKDIR}/clamav-freshclam.sh \ ${RC_DIR}/clamav-freshclam${RC_SUFX} @${CHOWN} -R ${CLAMAVUSER}:${CLAMAVGROUP} ${DATADIR} -.for c in clamav freshclam +.for c in clamd freshclam @[ -f ${PREFIX}/etc/${c}.conf ] || \ ${CP} ${PREFIX}/etc/${c}.conf.default ${PREFIX}/etc/${c}.conf .endfor Index: distinfo =================================================================== RCS file: /home/ncvs/ports/security/clamav/distinfo,v retrieving revision 1.13 diff -u -u -r1.13 distinfo --- distinfo 8 Aug 2004 14:05:38 -0000 1.13 +++ distinfo 29 Sep 2004 16:54:12 -0000 @@ -1,2 +1,2 @@ -MD5 (clamav-0.75.1.tar.gz) = 2c85b7957eba9fd9e9ff8c2537ae006f -SIZE (clamav-0.75.1.tar.gz) = 2777319 +MD5 (clamav-0.80rc3.tar.gz) = 359d5bc28bdde382f01c308608b70b0b +SIZE (clamav-0.80rc3.tar.gz) = 2625409 Index: pkg-install =================================================================== RCS file: /home/ncvs/ports/security/clamav/pkg-install,v retrieving revision 1.7 diff -u -u -r1.7 pkg-install --- pkg-install 30 May 2004 08:01:22 -0000 1.7 +++ pkg-install 29 Sep 2004 18:36:42 -0000 @@ -48,11 +48,23 @@ chown "$CLAMAVUSER:$CLAMAVGROUP" "$CLAMLOG" || exit 1 fi - if [ ! -d "${DATADIR}" ]; then + if [ ! -d "$DATADIR" ]; then mkdir -p "$DATADIR" || exit 1 chown "$CLAMAVUSER:$CLAMAVGROUP" "$DATADIR" || exit 1 fi + if [ -f "$PREFIX/etc/clamav.conf" ]; then + echo + echo "**************** WARNING ****************" + echo "* *" + echo "* The configuration file has changed: *" + echo "* Please edit $PREFIX/etc/clamd.conf *" + echo "* and remove $PREFIX/etc/clamav.conf *" + echo "* *" + echo "**************** WARNING ****************" + echo + fi + fi exit 0 Index: pkg-plist =================================================================== RCS file: /home/ncvs/ports/security/clamav/pkg-plist,v retrieving revision 1.14 diff -u -u -r1.14 pkg-plist --- pkg-plist 15 Jun 2004 10:04:48 -0000 1.14 +++ pkg-plist 29 Sep 2004 17:02:03 -0000 @@ -16,9 +16,9 @@ lib/libclamav.so lib/libclamav.a libdata/pkgconfig/libclamav.pc -@unexec if cmp -s %D/etc/clamav.conf %D/etc/clamav.conf.default; then rm -f %D/etc/clamav.conf; fi -etc/clamav.conf.default -@exec [ -f %B/clamav.conf ] || cp %B/%f %B/clamav.conf +@unexec if cmp -s %D/etc/clamd.conf %D/etc/clamd.conf.default; then rm -f %D/etc/clamd.conf; fi +etc/clamd.conf.default +@exec [ -f %B/clamd.conf ] || cp %B/%f %B/clamd.conf @unexec if cmp -s %D/etc/freshclam.conf %D/etc/freshclam.conf.default; then rm -f %D/etc/freshclam.conf; fi etc/freshclam.conf.default @exec [ -f %B/freshclam.conf ] || cp %B/%f %B/freshclam.conf Index: files/clamav-clamd.sh =================================================================== RCS file: /home/ncvs/ports/security/clamav/files/clamav-clamd.sh,v retrieving revision 1.3 diff -u -u -r1.3 clamav-clamd.sh --- files/clamav-clamd.sh 19 Apr 2004 15:21:33 -0000 1.3 +++ files/clamav-clamd.sh 29 Sep 2004 18:13:35 -0000 @@ -24,20 +24,12 @@ command=%%PREFIX%%/sbin/clamd pidfile=/var/run/clamav/clamd.pid required_dirs=%%DATADIR%% -required_files=%%PREFIX%%/etc/clamav.conf +required_files=%%PREFIX%%/etc/clamd.conf -stop_postcmd=stop_postcmd +# read settings, set default values +load_rc_config "$name" +: ${clamav_clamd_enable="NO"} +: ${clamav_clamd_flags=""} +: ${clamav_clamd_socket="%%CLAMAV_CLAMD_SOCKET%%"} -stop_postcmd() -{ - rm -f $pidfile -} - -# set defaults - -clamav_clamd_enable=${clamav_clamd_enable:-"NO"} -clamav_clamd_flags=${clamav_clamd_flags:-""} -clamav_clamd_socket=${clamav_clamd_socket:-"%%CLAMAV_CLAMD_SOCKET%%"} - -load_rc_config $name run_rc_command "$1" Index: files/clamav-freshclam.sh =================================================================== RCS file: /home/ncvs/ports/security/clamav/files/clamav-freshclam.sh,v retrieving revision 1.3 diff -u -u -r1.3 clamav-freshclam.sh --- files/clamav-freshclam.sh 15 Jun 2004 10:04:48 -0000 1.3 +++ files/clamav-freshclam.sh 29 Sep 2004 18:14:38 -0000 @@ -9,7 +9,7 @@ # KEYWORD: FreeBSD shutdown # -# Add the following lines to /etc/rc.conf to enable freshclam daemon: +# Add the following lines to /etc/rc.conf to enable the freshclam daemon: # #clamav_freshclam_enable="YES" # @@ -22,16 +22,14 @@ rcvar=`set_rcvar` command=%%PREFIX%%/bin/freshclam +pidfile=/var/run/clamav/freshclam.pid +command_args="--daemon" required_dirs=%%DATADIR%% required_files=%%PREFIX%%/etc/freshclam.conf -# set defaults +# read settings, set default values +load_rc_config "$name" +: ${clamav_freshclam_enable="NO"} +: ${clamav_freshclam_flags=""} -clamav_freshclam_enable=${clamav_freshclam_enable:-"NO"} -clamav_freshclam_flags=${clamav_freshclam_flags:-"--pid=/var/run/clamav/freshclam.pid --daemon-notify=%%PREFIX%%/etc/clamav.conf"} - -load_rc_config $name - -# add --daemon to any given arguments -clamav_freshclam_flags="${clamav_freshclam_flags} --daemon" run_rc_command "$1" Index: files/clamav-milter.sh =================================================================== RCS file: /home/ncvs/ports/security/clamav/files/clamav-milter.sh,v retrieving revision 1.2 diff -u -u -r1.2 clamav-milter.sh --- files/clamav-milter.sh 30 Jan 2004 15:19:22 -0000 1.2 +++ files/clamav-milter.sh 29 Sep 2004 17:29:12 -0000 @@ -23,7 +23,7 @@ command=%%PREFIX%%/sbin/clamav-milter required_dirs=%%DATADIR%% -required_files=%%PREFIX%%/etc/clamav.conf +required_files=%%PREFIX%%/etc/clamd.conf start_precmd=start_precmd @@ -33,16 +33,13 @@ warn "Stale socket $clamav_milter_socket removed." rm "$clamav_milter_socket" fi + rc_flags="${flags:-$clamav_milter_flags} $clamav_milter_socket" } -# set defaults - -clamav_milter_enable=${clamav_milter_enable:-"NO"} -clamav_milter_socket=${clamav_milter_socket:-"%%CLAMAV_MILTER_SOCKET%%"} -clamav_milter_flags=${clamav_milter_flags:-"--postmaster-only --local --outgoing --max-children=50"} - +# read settings, set default values load_rc_config $name +: ${clamav_milter_enable="NO"} +: ${clamav_milter_socket="%%CLAMAV_MILTER_SOCKET%%"} +: ${clamav_milter_flags="--postmaster-only --local --outgoing --max-children=50"} -# add socket to any given argument -clamav_milter_flags="${clamav_milter_flags} ${clamav_milter_socket}" run_rc_command "$1" Index: files/patch-configure =================================================================== RCS file: /home/ncvs/ports/security/clamav/files/patch-configure,v retrieving revision 1.2 diff -u -u -r1.2 patch-configure --- files/patch-configure 1 Apr 2004 16:36:29 -0000 1.2 +++ files/patch-configure 29 Sep 2004 16:59:30 -0000 @@ -1,15 +1,15 @@ ---- configure.orig Mon Mar 15 21:04:49 2004 -+++ configure Thu Apr 1 14:56:36 2004 -@@ -9329,7 +9329,7 @@ +--- configure.orig Wed Sep 29 18:58:49 2004 ++++ configure Wed Sep 29 18:59:29 2004 +@@ -11271,7 +11271,7 @@ --if test ! -r "$cfg_dir/clamav.conf"; then +-if test ! -r "$cfg_dir/clamd.conf"; then +if true; then - INSTALL_CLAMAV_CONF_TRUE= - INSTALL_CLAMAV_CONF_FALSE='#' + INSTALL_CLAMD_CONF_TRUE= + INSTALL_CLAMD_CONF_FALSE='#' else -@@ -9339,7 +9339,7 @@ +@@ -11281,7 +11281,7 @@ Index: files/patch-etc::Makefile.in =================================================================== RCS file: /home/ncvs/ports/security/clamav/files/patch-etc::Makefile.in,v retrieving revision 1.2 diff -u -u -r1.2 patch-etc::Makefile.in --- files/patch-etc::Makefile.in 4 Jun 2004 12:51:29 -0000 1.2 +++ files/patch-etc::Makefile.in 29 Sep 2004 17:00:44 -0000 @@ -1,12 +1,12 @@ ---- etc/Makefile.in.orig Thu Feb 19 14:17:02 2004 -+++ etc/Makefile.in Thu Feb 19 14:17:36 2004 -@@ -248,8 +248,8 @@ +--- etc/Makefile.in.orig Wed Sep 29 19:00:15 2004 ++++ etc/Makefile.in Wed Sep 29 19:00:43 2004 +@@ -339,8 +339,8 @@ install: $(mkinstalldirs) $(DESTDIR)$(CFGINST) --@INSTALL_CLAMAV_CONF_TRUE@ @$(INSTALL_DATA) $(srcdir)/clamav.conf $(DESTDIR)$(CFGINST) +-@INSTALL_CLAMD_CONF_TRUE@ @$(INSTALL_DATA) $(srcdir)/clamd.conf $(DESTDIR)$(CFGINST) -@INSTALL_FRESHCLAM_CONF_TRUE@ @$(INSTALL_DATA) $(srcdir)/freshclam.conf $(DESTDIR)$(CFGINST) -+@INSTALL_CLAMAV_CONF_TRUE@ @$(INSTALL_DATA) $(srcdir)/clamav.conf $(DESTDIR)$(CFGINST)/clamav.conf.default ++@INSTALL_CLAMD_CONF_TRUE@ @$(INSTALL_DATA) $(srcdir)/clamd.conf $(DESTDIR)$(CFGINST)/clamd.conf.default +@INSTALL_FRESHCLAM_CONF_TRUE@ @$(INSTALL_DATA) $(srcdir)/freshclam.conf $(DESTDIR)$(CFGINST)/freshclam.conf.default # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Sep 30 16:30: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 BFE5C16A4D3 for ; Thu, 30 Sep 2004 16:30:25 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id DCFD643D5D for ; Thu, 30 Sep 2004 16:30:24 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i8UGUO52081710 for ; Thu, 30 Sep 2004 16: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 i8UGUOKl081695; Thu, 30 Sep 2004 16:30:24 GMT (envelope-from gnats) Resent-Date: Thu, 30 Sep 2004 16:30:24 GMT Resent-Message-Id: <200409301630.i8UGUOKl081695@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 00A4816A4CE for ; Thu, 30 Sep 2004 16:21:54 +0000 (GMT) Received: from imf20aec.mail.bellsouth.net (imf20aec.mail.bellsouth.net [205.152.59.68]) by mx1.FreeBSD.org (Postfix) with ESMTP id 42EF143D3F for ; Thu, 30 Sep 2004 16:21:53 +0000 (GMT) (envelope-from ahze@blueheron.ahze.net) Received: from blueheron.ahze.net ([68.209.163.3]) by imf20aec.mail.bellsouth.netESMTP <20040930162152.HFXW1719.imf20aec.mail.bellsouth.net@blueheron.ahze.net> for ; Thu, 30 Sep 2004 12:21:52 -0400 Received: (from root@localhost) by blueheron.ahze.net (8.13.1/8.13.1/Submit) id i8UGLpsJ071757; Thu, 30 Sep 2004 12:21:51 -0400 (EDT) (envelope-from ahze) Message-Id: <200409301621.i8UGLpsJ071757@blueheron.ahze.net> Date: Thu, 30 Sep 2004 12:21:51 -0400 (EDT) From: Michael Johnson To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/72204: [NEW PORT] multimedia/mpeg4ip-libmp4v2: Mpeg-4 library and tools from mpeg4ip [1 of 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: Thu, 30 Sep 2004 16:30:26 -0000 >Number: 72204 >Category: ports >Synopsis: [NEW PORT] multimedia/mpeg4ip-libmp4v2: Mpeg-4 library and tools from mpeg4ip [1 of 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: Thu Sep 30 16:30:24 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Michael Johnson >Release: FreeBSD 5.3-BETA3 i386 >Organization: >Environment: System: FreeBSD blueheron.ahze.net 5.3-BETA3 FreeBSD 5.3-BETA3 #66: Tue Sep 7 12:56:04 EDT >Description: Mpeg4 library and tools from mpeg4ip WWW: http://mpeg4ip.sourceforge.net/ This is the 1 of 4 patches that will upgrade mpeg4ip and fix the conflits hell from mpeg4ip and faad. To do this I have made a separate package (this one) that is just the mp4v2 library and tools which ports like faad (and in the future faac), gtkpod and a few others will only need this and not the full mpeg4ip package. I have tested this on 5.3-BETA3 (gcc3.4.2) 5.2-STABLE (gcc3.3.3) 4.10-STABLE (gcc3.4.2) I used USE_INC_LIBTOOL_VER instead of USE_LIBTOOL_VER because I was unable to use libtool 1.5.8 on a 4.9 box Also I put myself as MAINTAINER but this port came from mpeg4ip which is lioux's port so if he wishes to maintain this plese change it. Generated with FreeBSD Port Tools 0.63 >How-To-Repeat: >Fix: --- mpeg4ip-libmp4v2-1.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: # # mpeg4ip-libmp4v2 # mpeg4ip-libmp4v2/files # mpeg4ip-libmp4v2/files/patch-include::mpeg4ip_getopt.h # mpeg4ip-libmp4v2/files/patch-mpeg4ip_config.h.in # mpeg4ip-libmp4v2/files/patch-include::mpeg4ip.h # mpeg4ip-libmp4v2/files/patch-ltmain.sh # mpeg4ip-libmp4v2/pkg-plist # mpeg4ip-libmp4v2/pkg-descr # mpeg4ip-libmp4v2/Makefile # mpeg4ip-libmp4v2/distinfo # echo c - mpeg4ip-libmp4v2 mkdir -p mpeg4ip-libmp4v2 > /dev/null 2>&1 echo c - mpeg4ip-libmp4v2/files mkdir -p mpeg4ip-libmp4v2/files > /dev/null 2>&1 echo x - mpeg4ip-libmp4v2/files/patch-include::mpeg4ip_getopt.h sed 's/^X//' >mpeg4ip-libmp4v2/files/patch-include::mpeg4ip_getopt.h << 'END-of-mpeg4ip-libmp4v2/files/patch-include::mpeg4ip_getopt.h' X--- include/mpeg4ip_getopt.h.orig Tue Oct 15 13:12:27 2002 X+++ include/mpeg4ip_getopt.h Mon Feb 24 05:23:50 2003 X@@ -11,6 +11,9 @@ X #endif X X #ifdef HAVE_GETOPT_H X+#ifdef __FreeBSD__ X+#define __GNU_LIBRARY__ X+#endif X #include X #endif X END-of-mpeg4ip-libmp4v2/files/patch-include::mpeg4ip_getopt.h echo x - mpeg4ip-libmp4v2/files/patch-mpeg4ip_config.h.in sed 's/^X//' >mpeg4ip-libmp4v2/files/patch-mpeg4ip_config.h.in << 'END-of-mpeg4ip-libmp4v2/files/patch-mpeg4ip_config.h.in' X--- mpeg4ip_config.h.in.orig Tue May 18 13:31:06 2004 X+++ mpeg4ip_config.h.in Wed Sep 29 14:40:59 2004 X@@ -25,16 +25,12 @@ X #undef HAVE_FPOS_T___POS X X /* Define to 1 if you have the `getopt' function. */ X-#undef HAVE_GETOPT X X /* Define to 1 if you have the header file. */ X-#undef HAVE_GETOPT_H X X /* Define to 1 if you have the `getopt_long' function. */ X-#undef HAVE_GETOPT_LONG X X /* Define to 1 if you have the `getopt_long_only' function. */ X-#undef HAVE_GETOPT_LONG_ONLY X X /* Define to 1 if you have the `getrusage' function. */ X #undef HAVE_GETRUSAGE X@@ -67,7 +63,6 @@ X #undef HAVE_IPv6 X X /* Define to 1 if you have the `gnugetopt' library (-lgnugetopt). */ X-#undef HAVE_LIBGNUGETOPT X X /* have libmpeg2 decoder library */ X #undef HAVE_LIBMPEG2 END-of-mpeg4ip-libmp4v2/files/patch-mpeg4ip_config.h.in echo x - mpeg4ip-libmp4v2/files/patch-include::mpeg4ip.h sed 's/^X//' >mpeg4ip-libmp4v2/files/patch-include::mpeg4ip.h << 'END-of-mpeg4ip-libmp4v2/files/patch-include::mpeg4ip.h' X--- include/mpeg4ip.h.orig Wed Sep 29 14:43:52 2004 X+++ include/mpeg4ip.h Wed Sep 29 14:44:10 2004 X@@ -160,14 +160,14 @@ X #include X #include X X-#ifdef HAVE_INTTYPES_H X #include X-#endif X #ifdef HAVE_STDINT_H X #include X #endif X+#if 0 X #if !defined(HAVE_INTTYPES_H) || !defined(HAVE_STDINT_H) X #error "Don't have stdint.h or inttypes.h - no way to get uint8_t" X+#endif X #endif X X #include END-of-mpeg4ip-libmp4v2/files/patch-include::mpeg4ip.h echo x - mpeg4ip-libmp4v2/files/patch-ltmain.sh sed 's/^X//' >mpeg4ip-libmp4v2/files/patch-ltmain.sh << 'END-of-mpeg4ip-libmp4v2/files/patch-ltmain.sh' X--- ltmain.sh.orig Thu Sep 30 04:09:46 2004 X+++ ltmain.sh Thu Sep 30 04:11:06 2004 X@@ -5425,10 +5425,12 @@ X fi X X # Install the pseudo-library for information purposes. X+ if /usr/bin/false; then X name=`$echo "X$file" | $Xsed -e 's%^.*/%%'` X instname="$dir/$name"i X $show "$install_prog $instname $destdir/$name" X $run eval "$install_prog $instname $destdir/$name" || exit $? X+ fi X X # Maybe install the static library, too. X test -n "$old_library" && staticlibs="$staticlibs $dir/$old_library" END-of-mpeg4ip-libmp4v2/files/patch-ltmain.sh echo x - mpeg4ip-libmp4v2/pkg-plist sed 's/^X//' >mpeg4ip-libmp4v2/pkg-plist << 'END-of-mpeg4ip-libmp4v2/pkg-plist' Xbin/mp4dump Xbin/mp4extract Xbin/mp4info Xbin/mp4tags Xbin/mp4trackdump Xinclude/mp4.h Xlib/libmp4v2.a Xlib/libmp4v2.so Xlib/libmp4v2.so.0 END-of-mpeg4ip-libmp4v2/pkg-plist echo x - mpeg4ip-libmp4v2/pkg-descr sed 's/^X//' >mpeg4ip-libmp4v2/pkg-descr << 'END-of-mpeg4ip-libmp4v2/pkg-descr' XMpeg4 library and tools from mpeg4ip X XWWW: http://mpeg4ip.sourceforge.net/ END-of-mpeg4ip-libmp4v2/pkg-descr echo x - mpeg4ip-libmp4v2/Makefile sed 's/^X//' >mpeg4ip-libmp4v2/Makefile << 'END-of-mpeg4ip-libmp4v2/Makefile' X# New ports collection makefile for: mpeg4ip-libmp4v2 X# Date created: 28 Sep 2004 X# Whom: Michael Johnson X# X# $FreeBSD$ X# X XPORTNAME= mpeg4ip XPORTVERSION= 1.1 XCATEGORIES= multimedia XMASTER_SITES= ${MASTER_SITE_SOURCEFORGE} XMASTER_SITE_SUBDIR= ${PORTNAME} XPKGNAMESUFFIX= -libmp4v2 X XMAINTAINER= ahze@ahze.net XCOMMENT= Mpeg-4 library and tools from mpeg4ip X XBUILD_DIR= ${WRKSRC}/lib/mp4v2 X XUSE_GMAKE= yes XUSE_GNOME= gnometarget XUSE_INC_LIBTOOL_VER=15 XUSE_REINPLACE= yes XCONFIGURE_ENV= CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include -I${X11BASE}/include ${PTHREAD_CFLAGS}" \ X LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib -L${X11BASE}/lib ${PTHREAD_LIBS}" XINSTALLS_SHLIB= yes X X.include X X.if ${OSVERSION} < 502110 XUSE_GCC= 3.4 X.endif X Xpost-patch: X @${REINPLACE_CMD} -e 's|>&/|>/|; \ X s|-Wmissing-declarations||; s|-Wmissing-prototypes||' \ X ${WRKSRC}/configure Xdo-build: X @cd ${WRKSRC}/lib/gnu && ${MAKE} X @cd ${BUILD_DIR} && ${MAKE} X Xdo-install: X @cd ${BUILD_DIR} && ${MAKE} ${INSTALL_TARGET} X X.include END-of-mpeg4ip-libmp4v2/Makefile echo x - mpeg4ip-libmp4v2/distinfo sed 's/^X//' >mpeg4ip-libmp4v2/distinfo << 'END-of-mpeg4ip-libmp4v2/distinfo' XMD5 (mpeg4ip-1.1.tar.gz) = fef0224a45485653a8db87bdd5c9e745 XSIZE (mpeg4ip-1.1.tar.gz) = 4351378 END-of-mpeg4ip-libmp4v2/distinfo exit --- mpeg4ip-libmp4v2-1.1.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Sep 30 16: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 CD26116A4CE for ; Thu, 30 Sep 2004 16:30:25 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 404AE43D5F for ; Thu, 30 Sep 2004 16:30:25 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i8UGUPNb081724 for ; Thu, 30 Sep 2004 16:30:25 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i8UGUPAt081723; Thu, 30 Sep 2004 16:30:25 GMT (envelope-from gnats) Resent-Date: Thu, 30 Sep 2004 16:30:25 GMT Resent-Message-Id: <200409301630.i8UGUPAt081723@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 316AC16A4CF for ; Thu, 30 Sep 2004 16:23:53 +0000 (GMT) Received: from imf20aec.mail.bellsouth.net (imf20aec.mail.bellsouth.net [205.152.59.68]) by mx1.FreeBSD.org (Postfix) with ESMTP id BF0F043D48 for ; Thu, 30 Sep 2004 16:23:52 +0000 (GMT) (envelope-from ahze@blueheron.ahze.net) Received: from blueheron.ahze.net ([68.209.163.3]) by imf20aec.mail.bellsouth.netESMTP <20040930162344.HHCA1719.imf20aec.mail.bellsouth.net@blueheron.ahze.net> for ; Thu, 30 Sep 2004 12:23:44 -0400 Received: (from root@localhost) by blueheron.ahze.net (8.13.1/8.13.1/Submit) id i8UGNeut072194; Thu, 30 Sep 2004 12:23:40 -0400 (EDT) (envelope-from ahze) Message-Id: <200409301623.i8UGNeut072194@blueheron.ahze.net> Date: Thu, 30 Sep 2004 12:23:40 -0400 (EDT) From: Michael Johnson To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/72205: [MAINTAINER] audio/faad2: Patch for new mpeg4ip [2 of 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: Thu, 30 Sep 2004 16:30:26 -0000 >Number: 72205 >Category: ports >Synopsis: [MAINTAINER] audio/faad2: Patch for new mpeg4ip [2 of 4] >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 Sep 30 16:30:24 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Michael Johnson >Release: FreeBSD 5.3-BETA3 i386 >Organization: >Environment: System: FreeBSD blueheron.ahze.net 5.3-BETA3 FreeBSD 5.3-BETA3 #66: Tue Sep 7 12:56:04 EDT >Description: - make faad use libmp4v2 so mpeg4ip can use faad. (conflicts hell patch) Generated with FreeBSD Port Tools 0.63 >How-To-Repeat: >Fix: --- faad2-2.0_5.patch begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/audio/faad/Makefile,v retrieving revision 1.22 diff -u -r1.22 Makefile --- Makefile 29 Aug 2004 11:25:10 -0000 1.22 +++ Makefile 29 Sep 2004 16:17:17 -0000 @@ -7,15 +7,16 @@ PORTNAME= faad2 PORTVERSION= 2.0 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= audio -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_EXTENDED} +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= faac MAINTAINER= ahze@ahze.net COMMENT= A LC, MAIN and LTP profile, MPEG2 and MPEG-4 AAC decoder -LIB_DEPENDS= sndfile.1:${PORTSDIR}/audio/libsndfile +LIB_DEPENDS= mp4v2.0:${PORTSDIR}/multimedia/mpeg4ip-libmp4v2 \ + sndfile.1:${PORTSDIR}/audio/libsndfile WRKSRC= ${WRKDIR}/${PORTNAME} @@ -28,9 +29,8 @@ USE_GMAKE= yes USE_INC_LIBTOOL_VER=13 USE_REINPLACE= yes -WANT_SDL= yes -CONFIGURE_ARGS= --with-mp4v2 --with-drm +CONFIGURE_ARGS= --with-drm CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \ LDFLAGS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}" \ @@ -38,27 +38,6 @@ .include -.if defined(WITHOUT_MPEG4IP) -PLIST_SUB+= WITHOUT_MPEG4IP="" PLUGIN="@comment " -.else -LIB_DEPENDS+= mp4.0:${PORTSDIR}/multimedia/mpeg4ip -USE_SDL= sdl -PLIST_SUB+= WITHOUT_MPEG4IP="@comment " PLUGIN="" -.endif - -pre-everything:: - @${ECHO_MSG} "===>" -.if !defined(WITHOUT_MPEG4IP) - @${ECHO_MSG} "===> you can disable mpeg4ip support by" - @${ECHO_MSG} "===> defining WITHOUT_MPEG4IP" -.else - @${ECHO_MSG} "===> WARNING: WITHOUT_MPEG4IP is defined" - @${ECHO_MSG} "===> Having WITHOUT_MPEG4IP defined conflicts" - @${ECHO_MSG} "===> with multimedia/mpeg4ip and you will not" - @${ECHO_MSG} "===> be able to install mpeg4ip after you install faad2" -.endif - @${ECHO_MSG} "===>" - pre-patch: build-depends post-patch: @@ -68,11 +47,7 @@ ${SETENV} ${SCRIPTS_ENV} ${LIBTOOLIZE} --automake @${REINPLACE_CMD} -e 's|$$lt_target|$$host|' \ ${WRKSRC}/aclocal.m4 -.if !defined(WITHOUT_MPEG4IP) - @${REINPLACE_CMD} -e 's| \ + @${ECHO_CMD} "SUBDIRS = libfaad common frontend" > \ ${WRKSRC}/Makefile.am .if ${OSVERSION} < 500000 @${REINPLACE_CMD} -e 's|stdint.h|sys/inttypes.h|' \ @@ -83,9 +58,5 @@ ${XARGS} -n 5 -x \ ${REINPLACE_CMD} -e \ 's|-O2|${CFLAGS}|' -post-install: -.if defined(WITHOUT_MPEG4IP) - @${INSTALL_DATA} ${WRKSRC}/common/mp4v2/systems.h ${PREFIX}/include -.endif .include Index: pkg-plist =================================================================== RCS file: /home/ncvs/ports/audio/faad/pkg-plist,v retrieving revision 1.5 diff -u -r1.5 pkg-plist --- pkg-plist 24 May 2004 09:10:11 -0000 1.5 +++ pkg-plist 29 Sep 2004 04:08:30 -0000 @@ -7,12 +7,3 @@ lib/libmp4ff.a lib/libmp4ff.so lib/libmp4ff.so.0 -%%PLUGIN%%lib/mp4player_plugin/faad2_plugin.a -%%PLUGIN%%lib/mp4player_plugin/faad2_plugin.so -%%PLUGIN%%lib/mp4player_plugin/faad2_plugin.so.0 -%%WITHOUT_MPEG4IP%%include/mp4.h -%%WITHOUT_MPEG4IP%%include/mpeg4ip.h -%%WITHOUT_MPEG4IP%%include/systems.h -%%WITHOUT_MPEG4IP%%lib/libmp4v2.a -%%WITHOUT_MPEG4IP%%lib/libmp4v2.so -%%WITHOUT_MPEG4IP%%lib/libmp4v2.so.0 --- faad2-2.0_5.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Sep 30 16: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 010F216A4D1 for ; Thu, 30 Sep 2004 16:30:26 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8707443D64 for ; Thu, 30 Sep 2004 16:30:25 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i8UGUPH1081740 for ; Thu, 30 Sep 2004 16:30:25 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i8UGUPTq081738; Thu, 30 Sep 2004 16:30:25 GMT (envelope-from gnats) Resent-Date: Thu, 30 Sep 2004 16:30:25 GMT Resent-Message-Id: <200409301630.i8UGUPTq081738@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 CD9BB16A4CE; Thu, 30 Sep 2004 16:26:48 +0000 (GMT) Received: from imf20aec.mail.bellsouth.net (imf20aec.mail.bellsouth.net [205.152.59.68]) by mx1.FreeBSD.org (Postfix) with ESMTP id B2D1F43D39; Thu, 30 Sep 2004 16:26:47 +0000 (GMT) (envelope-from ahze@blueheron.ahze.net) Received: from blueheron.ahze.net ([68.209.163.3]) by imf20aec.mail.bellsouth.netESMTP <20040930162646.HIZO1719.imf20aec.mail.bellsouth.net@blueheron.ahze.net>; Thu, 30 Sep 2004 12:26:46 -0400 Received: (from root@localhost) by blueheron.ahze.net (8.13.1/8.13.1/Submit) id i8UGQjjd079483; Thu, 30 Sep 2004 12:26:45 -0400 (EDT) (envelope-from ahze) Message-Id: <200409301626.i8UGQjjd079483@blueheron.ahze.net> Date: Thu, 30 Sep 2004 12:26:45 -0400 (EDT) From: Michael Johnson To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 cc: lioux@FreeBSD.org Subject: ports/72206: [PATCH] multimedia/mpeg4ip: update to 1.1 [ 3 of 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: Thu, 30 Sep 2004 16:30:27 -0000 >Number: 72206 >Category: ports >Synopsis: [PATCH] multimedia/mpeg4ip: update to 1.1 [ 3 of 4 ] >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 Sep 30 16:30:25 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Michael Johnson >Release: FreeBSD 5.3-BETA3 i386 >Organization: >Environment: System: FreeBSD blueheron.ahze.net 5.3-BETA3 FreeBSD 5.3-BETA3 #66: Tue Sep 7 12:56:04 EDT >Description: - Update to 1.1 Added file(s): - files/patch-common::video::libmpeg32::video::Makefile.in - files/patch-common::video::mpeg4-2000::idct::idct.hpp - files/patch-include::mpeg4ip.h - files/patch-ltmain.sh - files/patch-player::src::codec::mp3::mp3_file.cpp - files/patch-player::src::mpeg3_rtp_bytestream.cpp - files/sdp-patch Removed file(s): - files/patch-lib::Makefile.in - files/patch-lib::xvid::bitstream::h263.h Port maintainer (lioux@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.63 >How-To-Repeat: >Fix: --- mpeg4ip-1.1.patch begins here --- diff -ruN --exclude=CVS /usr/ports/multimedia/mpeg4ip.orig/Makefile /usr/ports/multimedia/mpeg4ip/Makefile --- /usr/ports/multimedia/mpeg4ip.orig/Makefile Wed Sep 29 02:51:21 2004 +++ /usr/ports/multimedia/mpeg4ip/Makefile Thu Sep 30 12:11:18 2004 @@ -6,97 +6,128 @@ # PORTNAME= mpeg4ip -PORTVERSION= 1.0 +PORTVERSION= 1.1 CATEGORIES= multimedia audio ipv6 net MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} +PKGNAMESUFFIX= ${PKG_NAME_SUFFIX} MAINTAINER= lioux@FreeBSD.org COMMENT= Standards-based system to encode, stream and play MPEG-4 audio/video -BUILD_DEPENDS= nasm:${PORTSDIR}/devel/nasm \ - pkg-config:${PORTSDIR}/devel/pkgconfig +LIB_DEPENDS= faac.0:${PORTSDIR}/audio/faac \ + faad.0:${PORTSDIR}/audio/faad \ + mp3lame.0:${PORTSDIR}/audio/lame \ + id3tag.2:${PORTSDIR}/audio/libid3tag \ + a52.0:${PORTSDIR}/audio/liba52 \ + mpeg2.0:${PORTSDIR}/multimedia/libmpeg2 \ + avcodec.0:${PORTSDIR}/multimedia/ffmpeg USE_GNOME= gtk20 -USE_GMAKE= yes USE_SDL= sdl -USE_INC_LIBTOOL_VER=13 +USE_GMAKE= yes +USE_INC_LIBTOOL_VER=15 USE_REINPLACE= yes -CONFIGURE_ARGS= --datadir=${DATADIR} \ - --with-glib-prefix=${LOCALBASE} \ - --with-gtk-prefix=${X11BASE} \ - --program-transform-name='' -CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \ - LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib ${PTHREAD_LIBS}" +CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include -I${X11BASE}/include ${PTHREAD_CFLAGS}" \ + LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib -L${X11BASE}/lib ${PTHREAD_LIBS}" +CONFIGURE_ARGS= --enable-ffmpeg \ + --enable-mp4live \ + --disable-static INSTALLS_SHLIB= yes -DOC_FILES= COPYING README doc/MPEG4IP_Guide.pdf -PORTDOCS= COPYING MPEG4IP_Guide.pdf README +OPTIONS= ARTS "Enable Arts Support" Off \ + ESOUND "Enable Esound Support" Off \ + IPV6 "Enable IPV6 Support" On \ + NAS "Enable Nas Support" Off \ + OPTIMIZED_CFLAGS "Enable compilation optimizations" Off \ + XVID "Enable XVID Support" On + +DOCS_FILES= ${PORTDOCS} +PORTDOCS= MAINREADME.html MP4LIVE_INTERNALS.html MPEG4IP_Guide.pdf \ + MP4LIVE_README.html PLAYER_INTERNALS.html PLAYER_README.html \ + ReadingList.txt ReadingList.txt encoding.htm m4rm.html \ + mp4player.jpg mrm.html pi.html prm.html MAN1= gmp4player.1 mp4creator.1 mp4encode.1 mp4live.1 -MAN3= MP4.3 MP4AddAudioTrack.3 MP4AddHintTrack.3 MP4AddODTrack.3 \ - MP4AddRtpESConfigurationPacket.3 MP4AddRtpHint.3 \ - MP4AddRtpImmediateData.3 MP4AddRtpPacket.3 MP4AddRtpSampleData.3 \ - MP4AddRtpVideoHint.3 MP4AddSceneTrack.3 MP4AddSystemsTrack.3 \ - MP4AddTrack.3 MP4AddVideoTrack.3 MP4AppendHintTrackSdp.3 \ - MP4AddTrackEdit.3 \ +MAN3= MP4.3 MP4AddAudioTrack.3 MP4AddHintTrack.3 MP4AddODTrack.3 \ + MP4AddRtpESConfigurationPacket.3 MP4AddRtpHint.3 MP4AddRtpImmediateData.3 \ + MP4AddRtpPacket.3 MP4AddRtpSampleData.3 MP4AddRtpVideoHint.3 \ + MP4AddSceneTrack.3 MP4AddSystemsTrack.3 MP4AddTrack.3 \ + MP4AddTrackEdit.3 MP4AddVideoTrack.3 MP4AppendHintTrackSdp.3 \ MP4AppendSessionSdp.3 MP4BinaryToBase16.3 MP4BinaryToBase64.3 \ - MP4CloneTrack.3 \ - MP4Close.3 MP4ConvertFromMovieDuration.3 \ + MP4CloneTrack.3 MP4Close.3 MP4ConvertFromMovieDuration.3 \ MP4ConvertFromTrackDuration.3 MP4ConvertFromTrackTimestamp.3 \ MP4ConvertToTrackDuration.3 MP4ConvertToTrackTimestamp.3 \ - MP4CopySample.3 MP4CopyTrack.3 MP4DeleteTrackEdit.3 \ - MP4Create.3 MP4DeleteTrack.3 MP4Dump.3 MP4FindTrackId.3 \ - MP4FileInfo.3 \ + MP4CopySample.3 MP4CopyTrack.3 MP4Create.3 MP4DeleteTrack.3 \ + MP4DeleteTrackEdit.3 MP4Dump.3 MP4FileInfo.3 MP4FindTrackId.3 \ MP4FindTrackIndex.3 MP4GetAudioProfileLevel.3 MP4GetDuration.3 \ MP4GetGraphicsProfileLevel.3 MP4GetHintTrackReferenceTrackId.3 \ - MP4GetHintTrackRtpPayload.3 MP4GetHintTrackSdp.3 \ - MP4GetNumberOfTracks.3 MP4GetODProfileLevel.3 \ - MP4GetRtpHintNumberOfPackets.3 MP4GetRtpPacketBFrame.3 \ - MP4GetRtpPacketTransmitOffset.3 MP4GetRtpTimestampStart.3 \ - MP4GetSampleDuration.3 MP4GetSampleIdFromTime.3 \ - MP4GetSampleIdFromEditTime.3 \ - MP4GetSampleRenderingOffset.3 MP4GetSampleSize.3 \ - MP4GetSampleSync.3 MP4GetSampleTime.3 MP4GetSceneProfileLevel.3 \ - MP4GetSessionSdp.3 MP4GetTimeScale.3 MP4GetTrackAudioType.3 \ - MP4GetTrackBitRate.3 MP4GetTrackDuration.3 \ - MP4GetTrackESConfiguration.3 MP4GetTrackFixedSampleDuration.3 \ - MP4GetTrackMaxSampleSize.3 MP4GetTrackNumberOfSamples.3 \ - MP4GetTrackTimeScale.3 MP4GetTrackType.3 \ - MP4GetTrackAudioMpeg4Type.3 MP4GetTrackEditDuration.3 \ - MP4GetTrackEditDwell.3 MP4GetTrackEditMediaStart.3 \ - MP4GetTrackEditStart.3 MP4GetTrackEditTotalDuration.3 \ - MP4GetTrackNumberOfEdits.3 \ - MP4GetTrackVideoFrameRate.3 MP4GetTrackVideoHeight.3 \ + MP4GetHintTrackRtpPayload.3 MP4GetHintTrackSdp.3 MP4GetNumberOfTracks.3 \ + MP4GetODProfileLevel.3 MP4GetRtpHintNumberOfPackets.3 MP4GetRtpPacketBFrame.3 \ + MP4GetRtpPacketTransmitOffset.3 MP4GetRtpTimestampStart.3 MP4GetSampleDuration.3 \ + MP4GetSampleIdFromEditTime.3 MP4GetSampleIdFromTime.3 MP4GetSampleRenderingOffset.3 \ + MP4GetSampleSize.3 MP4GetSampleSync.3 MP4GetSampleTime.3 \ + MP4GetSceneProfileLevel.3 MP4GetSessionSdp.3 MP4GetTimeScale.3 \ + MP4GetTrackAudioMpeg4Type.3 MP4GetTrackAudioType.3 MP4GetTrackBitRate.3 \ + MP4GetTrackDuration.3 MP4GetTrackESConfiguration.3 MP4GetTrackEditDuration.3 \ + MP4GetTrackEditDwell.3 MP4GetTrackEditMediaStart.3 MP4GetTrackEditStart.3 \ + MP4GetTrackEditTotalDuration.3 MP4GetTrackFixedSampleDuration.3 MP4GetTrackMaxSampleSize.3 \ + MP4GetTrackNumberOfEdits.3 MP4GetTrackNumberOfSamples.3 MP4GetTrackTimeScale.3 \ + MP4GetTrackType.3 MP4GetTrackVideoFrameRate.3 MP4GetTrackVideoHeight.3 \ MP4GetTrackVideoType.3 MP4GetTrackVideoWidth.3 MP4GetVerbosity.3 \ - MP4GetVideoProfileLevel.3 MP4MakeIsmaCompliant.3 MP4Modify.3 \ - MP4Info.3 \ - MP4Optimize.3 MP4Read.3 MP4ReadRtpHint.3 MP4ReadRtpPacket.3 \ - MP4ReadSample.3 MP4SetAudioProfileLevel.3 \ - MP4ReadSampleFromEditTime.3 MP4ReadSampleFromTime.3 \ - MP4SetGraphicsProfileLevel.3 MP4SetHintTrackRtpPayload.3 \ - MP4SetHintTrackSdp.3 MP4SetODProfileLevel.3 \ - MP4SetRtpTimestampStart.3 MP4SetSampleRenderingOffset.3 \ - MP4SetSceneProfileLevel.3 MP4SetSessionSdp.3 MP4SetTimeScale.3 \ - MP4SetTrackEditDuration.3 MP4SetTrackEditDwell.3 \ - MP4SetTrackEditMediaStart.3 \ - MP4SetTrackESConfiguration.3 MP4SetTrackTimeScale.3 \ - MP4SetVerbosity.3 MP4SetVideoProfileLevel.3 MP4WriteRtpHint.3 \ - MP4WriteSample.3 - -post-extract: -.for dir in SDL - @${RM} -Rf ${WRKSRC}/lib/${dir} -.endfor + MP4GetVideoProfileLevel.3 MP4Info.3 MP4MakeIsmaCompliant.3 \ + MP4Modify.3 MP4Optimize.3 MP4Read.3 MP4ReadRtpHint.3 MP4ReadRtpPacket.3 \ + MP4ReadSample.3 MP4ReadSampleFromEditTime.3 MP4ReadSampleFromTime.3 \ + MP4SetAudioProfileLevel.3 MP4SetGraphicsProfileLevel.3 MP4SetHintTrackRtpPayload.3 \ + MP4SetHintTrackSdp.3 MP4SetODProfileLevel.3 MP4SetRtpTimestampStart.3 \ + MP4SetSampleRenderingOffset.3 MP4SetSceneProfileLevel.3 MP4SetSessionSdp.3 \ + MP4SetTimeScale.3 MP4SetTrackESConfiguration.3 MP4SetTrackEditDuration.3 \ + MP4SetTrackEditDwell.3 MP4SetTrackEditMediaStart.3 MP4SetTrackTimeScale.3 \ + MP4SetVerbosity.3 MP4SetVideoProfileLevel.3 MP4WriteRtpHint.3 MP4WriteSample.3 .include -.if ${OSVERSION} >= 502126 -BROKEN= "Does not compile on FreeBSD >= 5.x" +.if ${OSVERSION} >= 502100 +EXTRA_PATCHES+= ${FILESDIR}/sdp-patch +.else +USE_GCC= 3.4 +.endif + +.if exists(${LOCALBASE}/lib/libartsc.so.0) +WITH_ARTS= yes +.endif + +.if ${HAVE_GNOME:Mesound}!="" +WITH_ESOUND= yes +.endif + +.if exists(${LOCALBASE}/lib/libaudio.so.2) +WITH_NAS= yes +.endif + +.if exists(${LOCALBASE}/lib/libxvidcore.so.4) +WITH_XVID= yes +.endif + +.if defined(WITH_ARTS) +LIB_DEPENDS+= artsc.0:${PORTSDIR}/audio/arts +.endif + +.if defined(WITH_ESOUND) +USE_GNOME+= esound + +PKG_NAME_SUFFIX+=-esound .endif -.if exists(${LOCALBASE}/include/systems.h) -CONFLICTS= faad* +.if defined(WITH_NAS) +LIB_DEPENDS+= audio.2:${PORTSDIR}/audio/nas +.endif + +.if defined(WITH_XVID) +LIB_DEPENDS+= xvidcore.4:${PORTSDIR}/multimedia/xvid +PLIST_SUB+= XVID="" +.else +PLIST_SUB+= XVID="@comment " .endif .if ${ARCH} == "amd64" @@ -104,51 +135,44 @@ .endif post-patch: +# don't compile or use libmp4v2 + @${REINPLACE_CMD} -e 's|mp4v2||' ${WRKSRC}/lib/Makefile.in + @${REINPLACE_CMD} -e 's|-I$(top_srcdir)/lib/mp4v2||; \ + s|$$(top_builddir)/lib/mp4v2/libmp4v2.la||; \ + s|@LIBS@|@LIBS@ -lmp4v2|' \ + ${WRKSRC}/player/src/Makefile.in \ + ${WRKSRC}/lib/mpeg2t/Makefile.in \ + ${WRKSRC}/util/*/Makefile.in \ + ${WRKSRC}/server/*/Makefile.in + @${REINPLACE_CMD} -e 's|-I$(top_srcdir)/lib/mp4v2||; \ + s|../mp4v2/libmp4v2.la||; s|@LIBS@|@LIBS@ -lmp4v2|' \ + ${WRKSRC}/lib/mp4av/Makefile.in + @${REINPLACE_CMD} -e 's|mp4venc_template.par||' \ + ${WRKSRC}/server/util/mp4encode/Makefile.in @${FIND} ${WRKSRC} -type f -name "*.[ch]" -or -name "*.cpp" | ${XARGS} -n 10 \ ${REINPLACE_CMD} -e \ 's|||; \ + s|mp4v2/mp4.h|mp4.h|; \ s|||; \ + s|||' # replacing distfile's libs with ports' versions # CFLAGS safeness @${REINPLACE_CMD} -E -e 's|lib/SDL/sdl-config|${SDL_CONFIG}|; \ + s|sdl-config|${SDL_CONFIG}|; \ s|^(SDL_LIBS=).+$$|\1"`${SDL_CONFIG} --libs`"|; \ - s|-Wmissing-declarations||' \ + s|-Wmissing-declarations||; s|-Wmissing-prototypes||; \ + s|>&/|>/|' \ ${CONFIGURE_WRKSRC}/configure - @${FIND} ${WRKSRC} -type f -name "Makefile.in" | ${XARGS} \ - -n 10 ${REINPLACE_CMD} -E -e \ - 's|-I[^ ]+lib/SDL/include|-I${LOCALBASE}/include/SDL11|; \ - s|-O[0-3]|-O|; \ - s|\$$[^ ]+/lib/SDL/src/main/libSDLmain.a|${LOCALBASE}/lib/libSDLmain-1.1.a|' - @${REINPLACE_CMD} -E -e \ - 's!SDL_(AudioDelayMsec|HasAudioDelayMsec).*;$$!0;!' \ - ${WRKSRC}/player/src/audio_sdl.cpp # do not install manm man pages @${REINPLACE_CMD} -E \ -e 's|api.mpt||' \ -e 's|^(install-man.*)install-manm|\1|' \ ${WRKSRC}/doc/mp4v2/Makefile.in -# Disable xvid support - mpep4ip doesn't support xvid 1.0.x, but tries -# to use it anyway. - @${REINPLACE_CMD} -e 's|use_mpeg4ip_xvid=false|use_mpeg4ip_xvid=true|g' \ - -e 's|#define HAVE_XVID_H 1||g' \ - ${WRKSRC}/configure - -.if ${ARCH} != "i386" -# emms opcode should be noop in non-i386 non-MMX ARCH - @${ECHO_CMD} '#define EMMS()' \ - >> ${WRKSRC}/lib/xvid/portab.h -.endif post-configure: # disable GNU auto* tools # remove -Werror - @${FIND} ${WRKSRC} -type f -name "Makefile" | ${XARGS} \ - -n 10 ${REINPLACE_CMD} -E -e \ - 's! (autoconf|autoheader|automake|aclocal)$$! ${TRUE}!; \ - s|-Werror||g' -# configure is not propagating PTHREAD_LIBS to the makefiles -# investigated by David Yeske .if ${OSVERSION} >= 500000 @${REINPLACE_CMD} -E \ -e 's|(-lSDL-...)|"${PTHREAD_LIBS} \1"|' \ @@ -158,10 +182,12 @@ .endif post-install: + @${MKDIR} ${DATADIR} + @${INSTALL_DATA} ${WRKSRC}/server/util/mp4encode/mp4venc_template.par ${DATADIR} .ifndef(NOPORTDOCS) @${MKDIR} ${DOCSDIR} .for files in ${DOC_FILES} - @${INSTALL_DATA} ${WRKSRC}/${files} ${DOCSDIR}/${files:C|^[^/]+/||} + @${INSTALL_DATA} ${WRKSRC}/doc/${files} ${DOCSDIR} .endfor .endif @@ -169,7 +195,8 @@ WITHOUT_MMX= yes .else . if (defined(MACHINE_CPU) && ${MACHINE_CPU:Mi486} == "i486") -WITH_OPTIMIZED_BYTESWAP=yes +OPTIONS+= OPTIMIZED_BYTESWAP "Enable optimized byteswap routines" On \ + MMX "Enable MMX Optimizations" On . endif . if defined(WITH_OPTIMIZED_BYTESWAP) @@ -183,29 +210,12 @@ .ifdef(WITHOUT_MMX) CONFIGURE_ARGS+= --disable-mmx +.else +BUILD_DEPEND+S= nasm:${PORTSDIR}/devel/nasm .endif .if defined(WITH_OPTIMIZED_CFLAGS) CFLAGS+= -O3 -ffast-math -fomit-frame-pointer -.endif - -pre-everything:: -.ifndef(WITHOUT_IPV6) - @${ECHO_MSG} '===> Define WITHOUT_IPV6 if you want to disable IPv6 support' -.endif -.ifndef(WITHOUT_MMX) - @${ECHO_MSG} '===> Define WITHOUT_MMX if your system does not support MMX' -.endif -.ifndef(WITH_OPTIMIZED_BYTESWAP) - @${ECHO_MSG} - @${ECHO_MSG} '===> Define WITH_OPTIMIZED_BYTESWAP to use optimized byteswap' - @${ECHO_MSG} '===> routines. This works only in the i386 architecture, and' - @${ECHO_MSG} '===> only with 486 processors and above.' -.endif -.if !defined(WITH_OPTIMIZED_CFLAGS) - @${ECHO_MSG} - @${ECHO_MSG} '===> You can enable additional compilation optimizations' - @${ECHO_MSG} '===> by defining WITH_OPTIMIZED_CFLAGS' .endif .include diff -ruN --exclude=CVS /usr/ports/multimedia/mpeg4ip.orig/distinfo /usr/ports/multimedia/mpeg4ip/distinfo --- /usr/ports/multimedia/mpeg4ip.orig/distinfo Wed Sep 29 02:51:21 2004 +++ /usr/ports/multimedia/mpeg4ip/distinfo Tue Sep 28 20:44:15 2004 @@ -1,2 +1,2 @@ -MD5 (mpeg4ip-1.0.tar.gz) = 6ac635a1dd02d874054d6092f350157c -SIZE (mpeg4ip-1.0.tar.gz) = 5442521 +MD5 (mpeg4ip-1.1.tar.gz) = fef0224a45485653a8db87bdd5c9e745 +SIZE (mpeg4ip-1.1.tar.gz) = 4351378 diff -ruN --exclude=CVS /usr/ports/multimedia/mpeg4ip.orig/files/patch-common::video::libmpeg32::video::Makefile.in /usr/ports/multimedia/mpeg4ip/files/patch-common::video::libmpeg32::video::Makefile.in --- /usr/ports/multimedia/mpeg4ip.orig/files/patch-common::video::libmpeg32::video::Makefile.in Wed Dec 31 19:00:00 1969 +++ /usr/ports/multimedia/mpeg4ip/files/patch-common::video::libmpeg32::video::Makefile.in Wed Sep 29 00:07:23 2004 @@ -0,0 +1,16 @@ +--- common/video/libmpeg32/video/Makefile.in.orig Tue Sep 28 23:54:37 2004 ++++ common/video/libmpeg32/video/Makefile.in Tue Sep 28 23:55:25 2004 +@@ -290,11 +290,11 @@ + @AMDEP_TRUE@ ./$(DEPDIR)/seek.Plo ./$(DEPDIR)/slice.Plo \ + @AMDEP_TRUE@ ./$(DEPDIR)/vlc.Plo + CCASCOMPILE = $(CCAS) $(AM_CCASFLAGS) $(CCASFLAGS) +-LTCCASCOMPILE = $(LIBTOOL) --mode=compile $(CCAS) $(AM_CCASFLAGS) \ ++LTCCASCOMPILE = $(LIBTOOL) --mode=compile --tag=CC $(CCAS) $(AM_CCASFLAGS) \ + $(CCASFLAGS) + COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ + $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) +-LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) \ ++LTCOMPILE = $(LIBTOOL) --mode=compile --tag=CC $(CC) $(DEFS) $(DEFAULT_INCLUDES) \ + $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) + CCLD = $(CC) + LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ diff -ruN --exclude=CVS /usr/ports/multimedia/mpeg4ip.orig/files/patch-common::video::mpeg4-2000::idct::idct.hpp /usr/ports/multimedia/mpeg4ip/files/patch-common::video::mpeg4-2000::idct::idct.hpp --- /usr/ports/multimedia/mpeg4ip.orig/files/patch-common::video::mpeg4-2000::idct::idct.hpp Wed Dec 31 19:00:00 1969 +++ /usr/ports/multimedia/mpeg4ip/files/patch-common::video::mpeg4-2000::idct::idct.hpp Thu Sep 30 01:05:09 2004 @@ -0,0 +1,12 @@ +--- common/video/mpeg4-2000/idct/idct.hpp.orig Thu Sep 30 01:01:36 2004 ++++ common/video/mpeg4-2000/idct/idct.hpp Thu Sep 30 01:01:56 2004 +@@ -22,6 +22,9 @@ + #ifndef _INT_IDCT_ + #define _INT_IDCT_ 1 + ++#ifndef BLOCK_SIZE ++#define BLOCK_SIZE 5 ++#endif + + #define IDCT_BLOCK_SIZE 8 + class idct{ diff -ruN --exclude=CVS /usr/ports/multimedia/mpeg4ip.orig/files/patch-gcc34 /usr/ports/multimedia/mpeg4ip/files/patch-gcc34 --- /usr/ports/multimedia/mpeg4ip.orig/files/patch-gcc34 Wed Sep 29 02:51:21 2004 +++ /usr/ports/multimedia/mpeg4ip/files/patch-gcc34 Thu Sep 30 00:39:47 2004 @@ -1,11 +1,45 @@ ---- common/video/mpeg4-2000/idct/idct.hpp.orig Fri Jul 23 01:57:47 2004 -+++ common/video/mpeg4-2000/idct/idct.hpp Fri Jul 23 02:02:41 2004 -@@ -22,7 +22,7 @@ - #ifndef _INT_IDCT_ - #define _INT_IDCT_ 1 +--- common/video/mpeg4-2000/tools/entropy/huffman.cpp.orig Tue Sep 28 22:51:26 2004 ++++ common/video/mpeg4-2000/tools/entropy/huffman.cpp Tue Sep 28 22:51:47 2004 +@@ -243,9 +243,6 @@ + Void CHuffmanTree::printStatistics (Double dEntropy, Double dNOfBits, ostream &stream) + { + stream<width (20); + (*m_pstrmTrace) << rgchSymbolName << "= "; +- (*m_pstrmTrace) << fltValue << "\n"; + m_pstrmTrace->flush (); + } + } +@@ -356,8 +355,6 @@ + if (m_pstrmTrace != NULL) { + m_pstrmTrace->width (20); + (*m_pstrmTrace) << rgchSymbolName << "= "; +- (*m_pstrmTrace) << vctValue.x << ", "; +- (*m_pstrmTrace) << vctValue.y << "\n "; + m_pstrmTrace->flush (); + } + } +--- common/video/mpeg4-2000/sys/mode.cpp.orig Tue Sep 28 23:05:10 2004 ++++ common/video/mpeg4-2000/sys/mode.cpp Tue Sep 28 23:05:59 2004 +@@ -409,12 +409,6 @@ + // if (bVOPPrint) + cout << "\t" << "Shape:" << "\t\t\t" << nBitsShape << "\n"; + cout << "\t" << "Total:" << "\t\t\t" << nBitsTotal << "\n"; +- cout << "\t" << "SNR Y:" << "\t\t\t" << dSNRY / nVOPs << " dB\n"; +- cout << "\t" << "SNR U:" << "\t\t\t" << dSNRU / nVOPs << " dB\n"; +- cout << "\t" << "SNR V:" << "\t\t\t" << dSNRV / nVOPs << " dB\n"; +- for(Int iAuxComp=0;iAuxComp + #include + +-#ifdef HAVE_INTTYPES_H + #include +-#endif + #ifdef HAVE_STDINT_H + #include + #endif ++#if 0 + #if !defined(HAVE_INTTYPES_H) || !defined(HAVE_STDINT_H) + #error "Don't have stdint.h or inttypes.h - no way to get uint8_t" ++#endif + #endif + + #include diff -ruN --exclude=CVS /usr/ports/multimedia/mpeg4ip.orig/files/patch-lib::Makefile.in /usr/ports/multimedia/mpeg4ip/files/patch-lib::Makefile.in --- /usr/ports/multimedia/mpeg4ip.orig/files/patch-lib::Makefile.in Wed Sep 29 02:51:21 2004 +++ /usr/ports/multimedia/mpeg4ip/files/patch-lib::Makefile.in Wed Dec 31 19:00:00 1969 @@ -1,11 +0,0 @@ ---- lib/Makefile.in.orig Wed Jan 1 21:46:28 2003 -+++ lib/Makefile.in Wed Jan 1 21:47:39 2003 -@@ -110,7 +110,7 @@ - am__include = @am__include@ - am__quote = @am__quote@ - install_sh = @install_sh@ --SUBDIRS = avi bitstream config_file fposrec gnu mp4 mp4v2 mp4av msg_queue rtp sdp SDL xvid mpeg2t SDL_VisualC -+SUBDIRS = avi bitstream config_file fposrec gnu mp4 mp4v2 mp4av msg_queue rtp sdp xvid mpeg2t - subdir = lib - mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs - CONFIG_HEADER = $(top_builddir)/config.h diff -ruN --exclude=CVS /usr/ports/multimedia/mpeg4ip.orig/files/patch-lib::xvid::bitstream::h263.h /usr/ports/multimedia/mpeg4ip/files/patch-lib::xvid::bitstream::h263.h --- /usr/ports/multimedia/mpeg4ip.orig/files/patch-lib::xvid::bitstream::h263.h Wed Sep 29 02:51:21 2004 +++ /usr/ports/multimedia/mpeg4ip/files/patch-lib::xvid::bitstream::h263.h Wed Dec 31 19:00:00 1969 @@ -1,30 +0,0 @@ ---- lib/xvid/bitstream/h263.h.orig Wed Nov 13 16:53:29 2002 -+++ lib/xvid/bitstream/h263.h Wed Nov 13 16:55:31 2002 -@@ -25,6 +25,10 @@ - /* #define FFMPEG_VERSION_INT 0x000405 */ - /* #define FFMPEG_VERSION "0.4.5" */ - -+#if (defined(__unix__) || defined(unix)) && !defined(USG) -+#include -+#endif -+ - #ifdef WIN32 - #define CONFIG_WIN32 - #endif -@@ -69,11 +73,16 @@ - #define DEBUG - #endif - -+#if defined(__FreeBSD__) && __FreeBSD_version >= 470000 -+#include -+#define be2me_32(x) (be32toh(x)) -+#else - // code from bits/byteswap.h (C) 1997, 1998 Free Software Foundation, Inc. - #define bswap_32(x) \ - ((((x) & 0xff000000) >> 24) | (((x) & 0x00ff0000) >> 8) | \ - (((x) & 0x0000ff00) << 8) | (((x) & 0x000000ff) << 24)) - #define be2me_32(x) bswap_32(x) -+#endif - - #define snprintf _snprintf - diff -ruN --exclude=CVS /usr/ports/multimedia/mpeg4ip.orig/files/patch-ltmain.sh /usr/ports/multimedia/mpeg4ip/files/patch-ltmain.sh --- /usr/ports/multimedia/mpeg4ip.orig/files/patch-ltmain.sh Wed Dec 31 19:00:00 1969 +++ /usr/ports/multimedia/mpeg4ip/files/patch-ltmain.sh Thu Sep 30 04:11:16 2004 @@ -0,0 +1,15 @@ +--- ltmain.sh.orig Thu Sep 30 04:09:46 2004 ++++ ltmain.sh Thu Sep 30 04:11:06 2004 +@@ -5425,10 +5425,12 @@ + fi + + # Install the pseudo-library for information purposes. ++ if /usr/bin/false; then + name=`$echo "X$file" | $Xsed -e 's%^.*/%%'` + instname="$dir/$name"i + $show "$install_prog $instname $destdir/$name" + $run eval "$install_prog $instname $destdir/$name" || exit $? ++ fi + + # Maybe install the static library, too. + test -n "$old_library" && staticlibs="$staticlibs $dir/$old_library" diff -ruN --exclude=CVS /usr/ports/multimedia/mpeg4ip.orig/files/patch-mpeg4ip_config.h.in /usr/ports/multimedia/mpeg4ip/files/patch-mpeg4ip_config.h.in --- /usr/ports/multimedia/mpeg4ip.orig/files/patch-mpeg4ip_config.h.in Wed Sep 29 02:51:21 2004 +++ /usr/ports/multimedia/mpeg4ip/files/patch-mpeg4ip_config.h.in Wed Sep 29 20:56:06 2004 @@ -1,7 +1,7 @@ ---- mpeg4ip_config.h.in.orig Sun Apr 11 10:24:26 2004 -+++ mpeg4ip_config.h.in Sun Apr 11 10:24:48 2004 -@@ -22,13 +22,10 @@ - #undef HAVE_FPOS_T_POS +--- mpeg4ip_config.h.in.orig Tue May 18 13:31:06 2004 ++++ mpeg4ip_config.h.in Wed Sep 29 14:40:59 2004 +@@ -25,16 +25,12 @@ + #undef HAVE_FPOS_T___POS /* Define to 1 if you have the `getopt' function. */ -#undef HAVE_GETOPT @@ -13,12 +13,15 @@ -#undef HAVE_GETOPT_LONG /* Define to 1 if you have the `getopt_long_only' function. */ - #undef HAVE_GETOPT_LONG_ONLY -@@ -58,7 +55,6 @@ +-#undef HAVE_GETOPT_LONG_ONLY + + /* Define to 1 if you have the `getrusage' function. */ + #undef HAVE_GETRUSAGE +@@ -67,7 +63,6 @@ #undef HAVE_IPv6 /* Define to 1 if you have the `gnugetopt' library (-lgnugetopt). */ -#undef HAVE_LIBGNUGETOPT - /* Define to 1 if you have the `socket' library (-lsocket). */ - #undef HAVE_LIBSOCKET + /* have libmpeg2 decoder library */ + #undef HAVE_LIBMPEG2 diff -ruN --exclude=CVS /usr/ports/multimedia/mpeg4ip.orig/files/patch-player::src::codec::mp3::mp3_file.cpp /usr/ports/multimedia/mpeg4ip/files/patch-player::src::codec::mp3::mp3_file.cpp --- /usr/ports/multimedia/mpeg4ip.orig/files/patch-player::src::codec::mp3::mp3_file.cpp Wed Dec 31 19:00:00 1969 +++ /usr/ports/multimedia/mpeg4ip/files/patch-player::src::codec::mp3::mp3_file.cpp Wed Sep 29 22:29:55 2004 @@ -0,0 +1,10 @@ +--- player/src/codec/mp3/mp3_file.cpp.orig Wed Sep 29 00:24:31 2004 ++++ player/src/codec/mp3/mp3_file.cpp Wed Sep 29 00:28:47 2004 +@@ -126,6 +126,7 @@ + descptr[1] = strdup(desc); + CHECK_AND_FREE(ret); + } ++ ret = ID3_v1_genre_description[NULL]; + ret = ID3_GetAlbum(&myTag); + if (ret) { + diff -ruN --exclude=CVS /usr/ports/multimedia/mpeg4ip.orig/files/patch-player::src::mpeg3_rtp_bytestream.cpp /usr/ports/multimedia/mpeg4ip/files/patch-player::src::mpeg3_rtp_bytestream.cpp --- /usr/ports/multimedia/mpeg4ip.orig/files/patch-player::src::mpeg3_rtp_bytestream.cpp Wed Dec 31 19:00:00 1969 +++ /usr/ports/multimedia/mpeg4ip/files/patch-player::src::mpeg3_rtp_bytestream.cpp Thu Sep 30 03:11:06 2004 @@ -0,0 +1,29 @@ +--- player/src/mpeg3_rtp_bytestream.cpp.orig Thu Sep 30 03:10:31 2004 ++++ player/src/mpeg3_rtp_bytestream.cpp Thu Sep 30 03:09:12 2004 +@@ -32,6 +32,10 @@ + #else + #define rtp_message(loglevel, fmt...) message(loglevel, "rtpbyst", fmt) + #endif ++ ++uint8_t temp_ref; ++int frame_type; ++ + static rtp_packet *end_of_pak (rtp_packet *start) + { + while (start->rtp_next->rtp_pak_ts == start->rtp_pak_ts) +@@ -74,7 +78,6 @@ + int32_t diff; + int correct_hdr; + int dropped_seq; +- uint8_t temp_ref; + diff = m_buffer_len - m_bytes_used; + + if (diff > 2) { +@@ -86,7 +89,6 @@ + #endif + return (m_last_realtime); + } +- int frame_type; + m_buffer_len = 0; + dropped_seq = 0; + while (finished == 0) { diff -ruN --exclude=CVS /usr/ports/multimedia/mpeg4ip.orig/files/sdp-patch /usr/ports/multimedia/mpeg4ip/files/sdp-patch --- /usr/ports/multimedia/mpeg4ip.orig/files/sdp-patch Wed Dec 31 19:00:00 1969 +++ /usr/ports/multimedia/mpeg4ip/files/sdp-patch Thu Sep 30 01:33:45 2004 @@ -0,0 +1,20 @@ +--- lib/sdp/sdp_decode.c.orig Thu Sep 30 01:32:23 2004 ++++ lib/sdp/sdp_decode.c Thu Sep 30 01:32:45 2004 +@@ -378,7 +378,7 @@ + q = NULL; + while (p != NULL) { + if (new->adj_time == p->adj_time) { +- sdp_debug(LOG_NOTICE, "Duplicate time %ld in adj description", p->adj_time); ++ sdp_debug(LOG_NOTICE, "Duplicate time %d in adj description", p->adj_time); + free(new); + return (start); + } +@@ -1580,7 +1580,7 @@ + continue; + } + // process - adjust it from NTP to unix time +- sscanf(sep, "%ld", &adj_time); ++ sscanf(sep, "%d", &adj_time); + + // Check for negative sign for offset. + ADV_SPACE(lptr); diff -ruN --exclude=CVS /usr/ports/multimedia/mpeg4ip.orig/pkg-plist /usr/ports/multimedia/mpeg4ip/pkg-plist --- /usr/ports/multimedia/mpeg4ip.orig/pkg-plist Wed Sep 29 02:51:21 2004 +++ /usr/ports/multimedia/mpeg4ip/pkg-plist Thu Sep 30 12:05:02 2004 @@ -1,21 +1,17 @@ bin/avi2raw bin/avidump bin/gmp4player +bin/h264_parse bin/lboxcrop bin/mp4creator -bin/mp4dump bin/mp4encode -bin/mp4extract -bin/mp4info bin/mp4player -bin/mp4tags -bin/mp4trackdump +bin/mpeg2video_parse bin/mpeg4ip-config +bin/mpeg4vol bin/rgb2yuv -bin/xvidenc bin/yuvdump include/codec_plugin.h -include/mp4.h include/mp4av.h include/mp4av_aac.h include/mp4av_adts.h @@ -27,92 +23,63 @@ include/mpeg4_audio_config.h include/mpeg4_sdp.h include/mpeg4ip.h +include/mpeg4ip_byteswap.h include/mpeg4ip_config.h +include/mpeg4ip_config_set.h +include/mpeg4ip_getopt.h +include/mpeg4ip_version.h include/rtp_plugin.h include/sdp.h include/sdp_error.h -lib/libconfig_file.a -lib/libconfig_file.la -lib/libconfig_file.so -lib/libconfig_file.so.0 -lib/libhttp.a -lib/libhttp.la -lib/libmp4.a -lib/libmp4.la +lib/libhttp.so +lib/libhttp.so.0 lib/libmp4.so lib/libmp4.so.0 -lib/libmp4av.a -lib/libmp4av.la lib/libmp4av.so lib/libmp4av.so.0 -lib/libmp4util.a -lib/libmp4util.la lib/libmp4util.so lib/libmp4util.so.0 -lib/libmp4v2.a -lib/libmp4v2.la -lib/libmp4v2.so -lib/libmp4v2.so.0 -lib/libmpeg4ip_xvid.a -lib/libmpeg4ip_xvid.la -lib/libmpeg4ip_xvid.so -lib/libmpeg4ip_xvid.so.0 -lib/libmsg_queue.a -lib/libmsg_queue.la +lib/libmpeg4ipSDL.la +lib/libmpeg4ipSDL-1.2.so +lib/libmpeg4ipSDL-1.2.so.7 +lib/libmpeg4ipSDL.so lib/libmsg_queue.so lib/libmsg_queue.so.0 -lib/libsdp.a -lib/libsdp.la lib/libsdp.so lib/libsdp.so.0 -lib/mp4player_plugin/aac_plugin.a -lib/mp4player_plugin/aac_plugin.la +lib/mp4player_plugin/a52_audio_plugin.so +lib/mp4player_plugin/a52_audio_plugin.so.0 lib/mp4player_plugin/aac_plugin.so lib/mp4player_plugin/aac_plugin.so.0 -lib/mp4player_plugin/celp_plugin.a -lib/mp4player_plugin/celp_plugin.la lib/mp4player_plugin/celp_plugin.so lib/mp4player_plugin/celp_plugin.so.0 -lib/mp4player_plugin/h261_plugin.a -lib/mp4player_plugin/h261_plugin.la lib/mp4player_plugin/h261_plugin.so lib/mp4player_plugin/h261_plugin.so.0 -lib/mp4player_plugin/h261_rtp_plugin.a -lib/mp4player_plugin/h261_rtp_plugin.la lib/mp4player_plugin/h261_rtp_plugin.so lib/mp4player_plugin/h261_rtp_plugin.so.0 -lib/mp4player_plugin/isma_rtp_plugin.a -lib/mp4player_plugin/isma_rtp_plugin.la +lib/mp4player_plugin/isma_enc_rtp_plugin.so +lib/mp4player_plugin/isma_enc_rtp_plugin.so.0 +lib/mp4player_plugin/isma_enc_video_rtp_plugin.so +lib/mp4player_plugin/isma_enc_video_rtp_plugin.so.0 lib/mp4player_plugin/isma_rtp_plugin.so lib/mp4player_plugin/isma_rtp_plugin.so.0 -lib/mp4player_plugin/mp3_plugin.a -lib/mp4player_plugin/mp3_plugin.la lib/mp4player_plugin/mp3_plugin.so lib/mp4player_plugin/mp3_plugin.so.0 -lib/mp4player_plugin/mpeg3_video_plugin.a -lib/mp4player_plugin/mpeg3_video_plugin.la +lib/mp4player_plugin/mpeg2dec_video_plugin.so +lib/mp4player_plugin/mpeg2dec_video_plugin.so.0 lib/mp4player_plugin/mpeg3_video_plugin.so lib/mp4player_plugin/mpeg3_video_plugin.so.0 -lib/mp4player_plugin/mpeg4_iso_plugin.a -lib/mp4player_plugin/mpeg4_iso_plugin.la lib/mp4player_plugin/mpeg4_iso_plugin.so lib/mp4player_plugin/mpeg4_iso_plugin.so.0 -lib/mp4player_plugin/raw_audio_plugin.a -lib/mp4player_plugin/raw_audio_plugin.la lib/mp4player_plugin/raw_audio_plugin.so lib/mp4player_plugin/raw_audio_plugin.so.0 -lib/mp4player_plugin/raw_video_plugin.a -lib/mp4player_plugin/raw_video_plugin.la lib/mp4player_plugin/raw_video_plugin.so lib/mp4player_plugin/raw_video_plugin.so.0 -lib/mp4player_plugin/wav_plugin.a -lib/mp4player_plugin/wav_plugin.la lib/mp4player_plugin/wav_plugin.so lib/mp4player_plugin/wav_plugin.so.0 -lib/mp4player_plugin/xvid_plugin.a -lib/mp4player_plugin/xvid_plugin.la -lib/mp4player_plugin/xvid_plugin.so -lib/mp4player_plugin/xvid_plugin.so.0 -share/mpeg4ip/mp4venc_template.par -@dirrm share/mpeg4ip +%%XVID%%lib/mp4player_plugin/xvid10_plugin.so +%%XVID%%lib/mp4player_plugin/xvid10_plugin.so.0 +%%DATADIR%%/mp4venc_template.par +@dirrm %%DATADIR%% +@dirrm share/doc/mpeg4ip @dirrm lib/mp4player_plugin --- mpeg4ip-1.1.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Sep 30 16:30: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 9AFBC16A4CE for ; Thu, 30 Sep 2004 16:30:27 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7EC5043D46 for ; Thu, 30 Sep 2004 16:30:27 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i8UGURX9081756 for ; Thu, 30 Sep 2004 16:30:27 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i8UGUPoa081755; Thu, 30 Sep 2004 16:30:25 GMT (envelope-from gnats) Resent-Date: Thu, 30 Sep 2004 16:30:25 GMT Resent-Message-Id: <200409301630.i8UGUPoa081755@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 D68C516A4CE for ; Thu, 30 Sep 2004 16:28:58 +0000 (GMT) Received: from imf20aec.mail.bellsouth.net (imf20aec.mail.bellsouth.net [205.152.59.68]) by mx1.FreeBSD.org (Postfix) with ESMTP id 621F043D2D for ; Thu, 30 Sep 2004 16:28:58 +0000 (GMT) (envelope-from ahze@blueheron.ahze.net) Received: from blueheron.ahze.net ([68.209.163.3]) by imf20aec.mail.bellsouth.netESMTP <20040930162853.HKID1719.imf20aec.mail.bellsouth.net@blueheron.ahze.net> for ; Thu, 30 Sep 2004 12:28:53 -0400 Received: (from root@localhost) by blueheron.ahze.net (8.13.1/8.13.1/Submit) id i8UGSnXV080632; Thu, 30 Sep 2004 12:28:49 -0400 (EDT) (envelope-from ahze) Message-Id: <200409301628.i8UGSnXV080632@blueheron.ahze.net> Date: Thu, 30 Sep 2004 12:28:49 -0400 (EDT) From: Michael Johnson To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/72207: [NEW PORT] audio/mpeg4ip-faad2: Faad plugin for mpeg4ip [ 4 of 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: Thu, 30 Sep 2004 16:30:27 -0000 >Number: 72207 >Category: ports >Synopsis: [NEW PORT] audio/mpeg4ip-faad2: Faad plugin for mpeg4ip [ 4 of 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: Thu Sep 30 16:30:25 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Michael Johnson >Release: FreeBSD 5.3-BETA3 i386 >Organization: >Environment: System: FreeBSD blueheron.ahze.net 5.3-BETA3 FreeBSD 5.3-BETA3 #66: Tue Sep 7 12:56:04 EDT >Description: Faad plugin for mpeg4ip WWW: http://audiocoding.com this is the patch 4 of 4 out of the mpeg4ip/faad conflicts hell patches. Generated with FreeBSD Port Tools 0.63 >How-To-Repeat: >Fix: --- mpeg4ip-faad2-2.0.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: # # mpeg4ip-faad # mpeg4ip-faad/Makefile # mpeg4ip-faad/distinfo # mpeg4ip-faad/pkg-descr # mpeg4ip-faad/files # mpeg4ip-faad/files/patch-plugins_mpeg4ip_faad2.cpp # mpeg4ip-faad/files/patch-plugins_mpeg4ip_Makefile.am # echo c - mpeg4ip-faad mkdir -p mpeg4ip-faad > /dev/null 2>&1 echo x - mpeg4ip-faad/Makefile sed 's/^X//' >mpeg4ip-faad/Makefile << 'END-of-mpeg4ip-faad/Makefile' X# New ports collection makefile for: mpeg4ip-faad2 X# Date created: 28 Sep 2004 X# Whom: Michael Johnson X# X# $FreeBSD$ X# X XPORTNAME= faad2 XPORTVERSION= 2.0 XCATEGORIES= audio XMASTER_SITES= ${MASTER_SITE_SOURCEFORGE} XMASTER_SITE_SUBDIR= faac XPKGNAMEPREFIX= mpeg4ip- X XMAINTAINER= ahze@ahze.net XCOMMENT= Faad plugin for mpeg4ip X XLIB_DEPENDS= mp4.0:${PORTSDIR}/multimedia/mpeg4ip X XWRKSRC= ${WRKDIR}/${PORTNAME} X XUSE_AUTOMAKE_VER= 15 XUSE_AUTOHEADER_VER= 253 XAUTOMAKE_ARGS= --add-missing XCONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL} XUSE_GETOPT_LONG=yes XGNU_CONFIGURE= yes XUSE_GMAKE= yes XUSE_INC_LIBTOOL_VER=13 XUSE_REINPLACE= yes XUSE_SDL= yes X XCONFIGURE_ARGS= --with-drm XCONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \ X LDFLAGS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}" \ X XINSTALLS_SHLIB= yes X XPLIST_FILES= lib/mp4player_plugin/faad2_plugin.a \ X lib/mp4player_plugin/faad2_plugin.so \ X lib/mp4player_plugin/faad2_plugin.so.0 X X.include X Xpre-patch: build-depends X Xpost-patch: X# make sure everything is prepared prior to configure stage X# pre-configure will not work since *AUTO* tools happen in-between X @cd ${WRKSRC}; ${ACLOCAL} -I ${ACLOCAL_DIR} -I .; \ X ${SETENV} ${SCRIPTS_ENV} ${LIBTOOLIZE} --automake X @${REINPLACE_CMD} -e 's|$$lt_target|$$host|' \ X ${WRKSRC}/aclocal.m4 X @${REINPLACE_CMD} -e 's| \ X ${WRKSRC}/Makefile.am X.if ${OSVERSION} < 500000 X @${REINPLACE_CMD} -e 's|stdint.h|sys/inttypes.h|' \ X ${WRKSRC}/common/mp4ff/mp4ff_int_types.h X.endif X# CFLAGS safeness X @${FIND} ${WRKSRC} -type f -name Makefile.am | \ X ${XARGS} -n 5 -x \ X ${REINPLACE_CMD} -e \ X 's|-O2|${CFLAGS}|' X Xdo-install: X @cd ${WRKSRC}/plugins && ${MAKE} ${INSTALL_TARGET} X X.include END-of-mpeg4ip-faad/Makefile echo x - mpeg4ip-faad/distinfo sed 's/^X//' >mpeg4ip-faad/distinfo << 'END-of-mpeg4ip-faad/distinfo' XMD5 (faad2-2.0.tar.gz) = 1a6f79365f2934a4888b210ef47a3a07 XSIZE (faad2-2.0.tar.gz) = 766660 END-of-mpeg4ip-faad/distinfo echo x - mpeg4ip-faad/pkg-descr sed 's/^X//' >mpeg4ip-faad/pkg-descr << 'END-of-mpeg4ip-faad/pkg-descr' XFaad plugin for mpeg4ip X XWWW: http://audiocoding.com END-of-mpeg4ip-faad/pkg-descr echo c - mpeg4ip-faad/files mkdir -p mpeg4ip-faad/files > /dev/null 2>&1 echo x - mpeg4ip-faad/files/patch-plugins_mpeg4ip_faad2.cpp sed 's/^X//' >mpeg4ip-faad/files/patch-plugins_mpeg4ip_faad2.cpp << 'END-of-mpeg4ip-faad/files/patch-plugins_mpeg4ip_faad2.cpp' X--- plugins/mpeg4ip/faad2.cpp.orig Wed Sep 29 03:20:19 2004 X+++ plugins/mpeg4ip/faad2.cpp Wed Sep 29 03:31:53 2004 X@@ -237,7 +237,7 @@ X aac->m_vft->audio_configure(aac->m_ifptr, X aac->m_freq, X aac->m_chans, X- AUDIO_S16SYS, X+ (audio_format_t)AUDIO_S16SYS, X aac->m_output_frame_size); X uint8_t *now = aac->m_vft->audio_get_buffer(aac->m_ifptr); X aac->m_audio_inited = 1; END-of-mpeg4ip-faad/files/patch-plugins_mpeg4ip_faad2.cpp echo x - mpeg4ip-faad/files/patch-plugins_mpeg4ip_Makefile.am sed 's/^X//' >mpeg4ip-faad/files/patch-plugins_mpeg4ip_Makefile.am << 'END-of-mpeg4ip-faad/files/patch-plugins_mpeg4ip_Makefile.am' X--- plugins/mpeg4ip/Makefile.am.orig Wed Sep 29 13:30:33 2004 X+++ plugins/mpeg4ip/Makefile.am Wed Sep 29 13:31:08 2004 X@@ -8,9 +8,7 @@ X aa_file.cpp \ X aa_file.h X X-faad2_plugin_la_LIBADD = \ X- $(top_builddir)/libfaad/libfaad.la \ X- -lm X+LIBS= -lm -lfaad X X X INCLUDES = -I$(top_srcdir)/include END-of-mpeg4ip-faad/files/patch-plugins_mpeg4ip_Makefile.am exit --- mpeg4ip-faad2-2.0.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Sep 30 16:40: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 8BEC816A4CE for ; Thu, 30 Sep 2004 16:40:14 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6A9D743D48 for ; Thu, 30 Sep 2004 16:40:14 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i8UGeCNj083315 for ; Thu, 30 Sep 2004 16:40:12 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i8UGeCFR083314; Thu, 30 Sep 2004 16:40:12 GMT (envelope-from gnats) Date: Thu, 30 Sep 2004 16:40:12 GMT Message-Id: <200409301640.i8UGeCFR083314@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Michael Johnson Subject: Re: ports/72204: [NEW PORT] multimedia/mpeg4ip-libmp4v2: Mpeg-4 library and tools from mpeg4ip [1 of 4] 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: Thu, 30 Sep 2004 16:40:14 -0000 The following reply was made to PR ports/72204; it has been noted by GNATS. From: Michael Johnson To: Michael Johnson Cc: FreeBSD-gnats-submit@FreeBSD.org Subject: Re: ports/72204: [NEW PORT] multimedia/mpeg4ip-libmp4v2: Mpeg-4 library and tools from mpeg4ip [1 of 4] Date: Thu, 30 Sep 2004 12:37:11 -0400 On Sep 30, 2004, at 12:21 PM, Michael Johnson wrote: > I have tested this on > 5.3-BETA3 (gcc3.4.2) > 5.2-STABLE (gcc3.3.3) > 4.10-STABLE (gcc3.4.2) err, I mean 5.2-CURRENT I tested all 4 patches on all these systems. From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Sep 30 17:19: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 6E64316A4CE; Thu, 30 Sep 2004 17:19:54 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4CFA543D31; Thu, 30 Sep 2004 17:19:54 +0000 (GMT) (envelope-from eik@FreeBSD.org) Received: from freefall.freebsd.org (eik@localhost [127.0.0.1]) i8UHJsIB087877; Thu, 30 Sep 2004 17:19:54 GMT (envelope-from eik@freefall.freebsd.org) Received: (from eik@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i8UHJsRR087873; Thu, 30 Sep 2004 17:19:54 GMT (envelope-from eik) Date: Thu, 30 Sep 2004 17:19:54 GMT From: Oliver Eikemeier Message-Id: <200409301719.i8UHJsRR087873@freefall.freebsd.org> To: eikemeier@fillmore-labs.com, eik@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, eik@FreeBSD.org Subject: Re: ports/72203: [PATCH] security/clamav: update to version 0.80rc3 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, 30 Sep 2004 17:19:54 -0000 Synopsis: [PATCH] security/clamav: update to version 0.80rc3 State-Changed-From-To: open->feedback State-Changed-By: eik State-Changed-When: Thu Sep 30 19:16:40 CEST 2004 State-Changed-Why: Asked maintainer for approval Responsible-Changed-From-To: freebsd-ports-bugs->eik Responsible-Changed-By: eik Responsible-Changed-When: Thu Sep 30 19:16:40 CEST 2004 Responsible-Changed-Why: Handle my own patches http://www.freebsd.org/cgi/query-pr.cgi?pr=72203 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Sep 30 17: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 639D416A4D0 for ; Thu, 30 Sep 2004 17:20:30 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 35F7443D2F for ; Thu, 30 Sep 2004 17:20:30 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i8UHKUTH087955 for ; Thu, 30 Sep 2004 17: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 i8UHKUvw087954; Thu, 30 Sep 2004 17:20:30 GMT (envelope-from gnats) Resent-Date: Thu, 30 Sep 2004 17:20:30 GMT Resent-Message-Id: <200409301720.i8UHKUvw087954@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 4C20E16A4CE for ; Thu, 30 Sep 2004 17:17:22 +0000 (GMT) Received: from imf20aec.mail.bellsouth.net (imf20aec.mail.bellsouth.net [205.152.59.68]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9466A43D46 for ; Thu, 30 Sep 2004 17:17:21 +0000 (GMT) (envelope-from ahze@blueheron.ahze.net) Received: from blueheron.ahze.net ([68.209.163.3]) by imf20aec.mail.bellsouth.netESMTP <20040930171720.ILNT1719.imf20aec.mail.bellsouth.net@blueheron.ahze.net> for ; Thu, 30 Sep 2004 13:17:20 -0400 Received: (from root@localhost) by blueheron.ahze.net (8.13.1/8.13.1/Submit) id i8UHHKJD039156; Thu, 30 Sep 2004 13:17:20 -0400 (EDT) (envelope-from ahze) Message-Id: <200409301717.i8UHHKJD039156@blueheron.ahze.net> Date: Thu, 30 Sep 2004 13:17:20 -0400 (EDT) From: Michael Johnson To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/72209: [PATCH] graphics/gphoto2: libexif fix (Needed for libexif 0.6.10 pr-71944) 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, 30 Sep 2004 17:20:30 -0000 >Number: 72209 >Category: ports >Synopsis: [PATCH] graphics/gphoto2: libexif fix (Needed for libexif 0.6.10 pr-71944) >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 Sep 30 17:20:29 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Michael Johnson >Release: FreeBSD 5.3-BETA3 i386 >Organization: >Environment: System: FreeBSD blueheron.ahze.net 5.3-BETA3 FreeBSD 5.3-BETA3 #66: Tue Sep 7 12:56:04 EDT >Description: - libexif fix, this is needed for libexif 0.6.10 Please commit this patch with pr-71944 Added file(s): - files/patch-gphoto2::actions.c Generated with FreeBSD Port Tools 0.63 >How-To-Repeat: >Fix: --- gphoto2-2.1.4_1.patch begins here --- diff -ruN --exclude=CVS /usr/ports/graphics/gphoto2.orig/files/patch-gphoto2::actions.c /usr/ports/graphics/gphoto2/files/patch-gphoto2::actions.c --- /usr/ports/graphics/gphoto2.orig/files/patch-gphoto2::actions.c Wed Dec 31 19:00:00 1969 +++ /usr/ports/graphics/gphoto2/files/patch-gphoto2::actions.c Thu Sep 30 13:14:46 2004 @@ -0,0 +1,17 @@ +--- gphoto2/actions.c.orig Thu Sep 30 13:04:05 2004 ++++ gphoto2/actions.c Thu Sep 30 13:14:06 2004 +@@ -346,12 +346,13 @@ + { + ExifEntry *e; + unsigned int i; ++ char value[1024]; + + for (i = 0; i < content->count; i++) { + e = content->entries[i]; + printf ("%-20.20s", exif_tag_get_name (e->tag)); + printf ("|"); +- printf ("%-59.59s", exif_entry_get_value (e)); ++ printf ("%-59.59s", exif_entry_get_value (e, value, sizeof(value))); + printf ("\n"); + } + } --- gphoto2-2.1.4_1.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Sep 30 19: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 3E95916A4CE for ; Thu, 30 Sep 2004 19:40:27 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1C91B43D39 for ; Thu, 30 Sep 2004 19:40:27 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i8UJeQjl006447 for ; Thu, 30 Sep 2004 19: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 i8UJeQpt006444; Thu, 30 Sep 2004 19:40:26 GMT (envelope-from gnats) Date: Thu, 30 Sep 2004 19:40:26 GMT Message-Id: <200409301940.i8UJeQpt006444@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Danny Pansters 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 Pansters List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Sep 2004 19:40:27 -0000 The following reply was made to PR ports/72153; it has been noted by GNATS. From: Danny Pansters To: freebsd-gnats-submit@freebsd.org, danny@ricin.com Cc: Subject: Re: ports/72153: [patch] Update devel/py-sip to 4.1.1 and fix unfetchable Date: Thu, 30 Sep 2004 21:28:27 +0200 After talking to Eugene he agreed to let me become maintainer for this port. Would the committer please s/eugos@gmx.net/danny@ricin.com/ ? Thanks. See also ports/72154 (x11-toolkits/py-qt) From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Sep 30 19: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 3CF2116A4CF for ; Thu, 30 Sep 2004 19:40:31 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0DAE243D45 for ; Thu, 30 Sep 2004 19:40:31 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i8UJeUJL006479 for ; Thu, 30 Sep 2004 19: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 i8UJeUo3006478; Thu, 30 Sep 2004 19:40:30 GMT (envelope-from gnats) Date: Thu, 30 Sep 2004 19:40:30 GMT Message-Id: <200409301940.i8UJeUo3006478@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Danny Pansters 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 Pansters List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Sep 2004 19:40:31 -0000 The following reply was made to PR ports/72154; it has been noted by GNATS. From: Danny Pansters To: freebsd-gnats-submit@freebsd.org, danny@ricin.com Cc: Subject: Re: ports/72154: [patch] Update x11-toolkits/py-qt to 3.13 and fix unfetchable Date: Thu, 30 Sep 2004 21:32:44 +0200 I'd like to become maintainer for this port. Would the committer please s/eugos@gmx.net/danny@ricin.com/ ? Thanks. See also ports/72153 (devel/py-sip) And thank you Eugene, for your quick replies and your understanding. From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Sep 30 19:40:35 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 08C1316A4CE for ; Thu, 30 Sep 2004 19:40:35 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id DB90943D39 for ; Thu, 30 Sep 2004 19:40:34 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i8UJeYEo006487 for ; Thu, 30 Sep 2004 19:40:34 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i8UJeYfK006486; Thu, 30 Sep 2004 19:40:34 GMT (envelope-from gnats) Date: Thu, 30 Sep 2004 19:40:34 GMT Message-Id: <200409301940.i8UJeYfK006486@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: 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 Reply-To: Danny Pansters List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Sep 2004 19:40:35 -0000 The following reply was made to PR ports/72156; it has been noted by GNATS. From: Danny Pansters To: freebsd-gnats-submit@freebsd.org, danny@ricin.com Cc: Subject: Re: ports/72156: [patch] Update x11-toolkits/py-kde to 3.11.3 and fix unfetchable Date: Thu, 30 Sep 2004 21:34:05 +0200 I'd like to become maintainer for this port. Would the committer please s/ports@freebsd.org/danny@ricin.com/ ? Thanks. From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Sep 30 19: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 03F2F16A4CE for ; Thu, 30 Sep 2004 19:50:28 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id CD7C543D41 for ; Thu, 30 Sep 2004 19:50:27 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i8UJoNmJ007383 for ; Thu, 30 Sep 2004 19: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 i8UJoNYT007382; Thu, 30 Sep 2004 19:50:23 GMT (envelope-from gnats) Resent-Date: Thu, 30 Sep 2004 19:50:23 GMT Resent-Message-Id: <200409301950.i8UJoNYT007382@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 D1E0616A4CE for ; Thu, 30 Sep 2004 19:49:01 +0000 (GMT) Received: from smtp.unsam.edu.ar (smtp.unsam.edu.ar [170.210.48.3]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3E40443D45 for ; Thu, 30 Sep 2004 19:48:55 +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 i8UJx0Ox045278; Thu, 30 Sep 2004 16:59:01 -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 i8UJWbOF044805; Thu, 30 Sep 2004 16:32:39 -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 i8UJWXRu044804; Thu, 30 Sep 2004 16:32:33 -0300 (ART) (envelope-from fernan) Message-Id: <200409301932.i8UJWXRu044804@pi.iib.unsam.edu.ar> Date: Thu, 30 Sep 2004 16:32:33 -0300 (ART) From: Fernan Aguero To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 cc: dbader@ece.unm.edu Subject: ports/72212: update biology/phylip to 3.62 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: Thu, 30 Sep 2004 19:50:28 -0000 >Number: 72212 >Category: ports >Synopsis: update biology/phylip to 3.62 >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 Sep 30 19:50:19 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: >How-To-Repeat: >Fix: Apply the attached diff. --- phylip.diff begins here --- diff -ruN /usr/ports/biology/phylip/Makefile phylip/Makefile --- /usr/ports/biology/phylip/Makefile Sat Feb 7 01:04:34 2004 +++ phylip/Makefile Thu Sep 30 16:24:01 2004 @@ -6,11 +6,9 @@ # PORTNAME= phylip -PORTVERSION= 3.6.b +PORTVERSION= 3.62 CATEGORIES= biology -MASTER_SITES= ftp://evolution.genetics.washington.edu/pub/phylip/phylip36/ -DISTNAME= ${PORTNAME} -DIST_SUBDIR= ${PORTNAME}-${PORTVERSION} +MASTER_SITES= ftp://evolution.genetics.washington.edu/pub/phylip/ MAINTAINER= dbader@ece.unm.edu COMMENT= A Phylogeny Inference Package diff -ruN /usr/ports/biology/phylip/distinfo phylip/distinfo --- /usr/ports/biology/phylip/distinfo Sat Apr 3 01:03:36 2004 +++ phylip/distinfo Thu Sep 30 16:16:45 2004 @@ -1,2 +1,2 @@ -MD5 (phylip-3.6.b/phylip.tar.gz) = ae6dd33ac51682527f5bf1fdcef6d050 -SIZE (phylip-3.6.b/phylip.tar.gz) = 831905 +MD5 (phylip-3.62.tar.gz) = 2f3858d2628e499cb6d7a817f359364b +SIZE (phylip-3.62.tar.gz) = 1046539 --- phylip.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Sep 30 20: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 3B8C816A4D0 for ; Thu, 30 Sep 2004 20:20:30 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1E28943D2F for ; Thu, 30 Sep 2004 20:20:30 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i8UKKU0x011870 for ; Thu, 30 Sep 2004 20: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 i8UKKT8T011851; Thu, 30 Sep 2004 20:20:29 GMT (envelope-from gnats) Resent-Date: Thu, 30 Sep 2004 20:20:29 GMT Resent-Message-Id: <200409302020.i8UKKT8T011851@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, Yen-Ming Lee Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C558016A4CE; Thu, 30 Sep 2004 20:10:50 +0000 (GMT) Received: from utopia.leeym.com (utopia.leeym.com [211.21.137.52]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6E02943D45; Thu, 30 Sep 2004 20:10:50 +0000 (GMT) (envelope-from leeym@utopia.leeym.com) Received: from localhost (localhost [127.0.0.1]) by utopia.leeym.com (Postfix) with ESMTP id 38B433E9C16; Fri, 1 Oct 2004 04:10:49 +0800 (CST) Received: from utopia.leeym.com ([127.0.0.1]) by localhost (utopia.leeym.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 73242-07; Fri, 1 Oct 2004 04:10:27 +0800 (CST) Received: by utopia.leeym.com (Postfix, from userid 1000) id 266033E9C1E; Fri, 1 Oct 2004 04:10:25 +0800 (CST) Message-Id: <20040930201025.266033E9C1E@utopia.leeym.com> Date: Fri, 1 Oct 2004 04:10:25 +0800 (CST) From: Yen-Ming Lee To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 cc: ports@FreeBSD.org Subject: ports/72214: [PATCH] chinese/zh-BBMan: add USE_GCC=3.3 and unbreak 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, 30 Sep 2004 20:20:30 -0000 >Number: 72214 >Category: ports >Synopsis: [PATCH] chinese/zh-BBMan: add USE_GCC=3.3 and unbreak >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 Sep 30 20:20:29 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Yen-Ming Lee >Release: FreeBSD 5.3-BETA4 i386 >Organization: FreeBSD Taiwan >Environment: System: FreeBSD utopia.leeym.com 5.3-BETA4 FreeBSD 5.3-BETA4 #7: Mon Sep 13 05:12:30 CST 2004 >Description: - add USE_GCC=3.3 and unbreak - respect CXX and CFLAGS - replace pkg-plist with PLIST_FILES - update WWW in pkg-descr - cosmetic fixes Removed file(s): - pkg-plist Port maintainer (ports@freebsd.org) is cc'd. Generated with FreeBSD Port Tools 0.63 >How-To-Repeat: >Fix: --- zh-BBMan-1.7.7.5.patch begins here --- Index: Makefile =================================================================== RCS file: /home/pcvs/ports/chinese/BBMan/Makefile,v retrieving revision 1.2 diff -u -u -r1.2 Makefile --- Makefile 30 Sep 2004 05:52:30 -0000 1.2 +++ Makefile 30 Sep 2004 20:09:00 -0000 @@ -9,8 +9,8 @@ PORTVERSION= 1.7.7.5 CATEGORIES= chinese net MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= bbman -DISTNAME= BBMan-src-v1-7-7-5 +MASTER_SITE_SUBDIR= ${PORTNAME:L} +DISTNAME= ${PORTNAME}-src-v${PORTVERSION:S,.,-,g} EXTRACT_SUFX= .zip MAINTAINER= ports@freebsd.org @@ -19,19 +19,16 @@ LIB_DEPENDS= wx_gtk2-2.4.0:${PORTSDIR}/x11-toolkits/wxgtk2 USE_ZIP= yes -WRKSRC= ${WRKDIR}/BBMan +WRKSRC= ${WRKDIR}/${PORTNAME} USE_X_PREFIX= yes +USE_GCC= 3.3 -.include - -.if ${OSVERSION} >= 502126 -BROKEN= "Does not compile on FreeBSD >= 5.x" -.endif +PLIST_FULES= bin/BBMan do-build: - cd ${WRKSRC} && g++ main.cpp `wxgtk2-2.4-config --libs --cxxflags` -I${LOCALBASE}/include -O2 -o BBMan + cd ${WRKSRC} && ${CXX} main.cpp `wxgtk2-2.4-config --libs --cxxflags` -I${LOCALBASE}/include ${CFLAGS} -o BBMan do-install: ${INSTALL_PROGRAM} ${WRKSRC}/BBMan ${PREFIX}/bin/BBMan -.include +.include Index: pkg-descr =================================================================== RCS file: /home/pcvs/ports/chinese/BBMan/pkg-descr,v retrieving revision 1.1 diff -u -u -r1.1 pkg-descr --- pkg-descr 24 Aug 2004 06:31:11 -0000 1.1 +++ pkg-descr 30 Sep 2004 20:09:00 -0000 @@ -1,3 +1,3 @@ BBMam is a BBS client for X Window System. -WWW: http://nccu.edu.tw/92753008/BBMan/ +WWW: http://bbman.sourceforge.net/ Index: pkg-plist =================================================================== RCS file: pkg-plist diff -N pkg-plist --- pkg-plist 24 Aug 2004 06:31:11 -0000 1.1 +++ /dev/null 1 Jan 1970 00:00:00 -0000 @@ -1 +0,0 @@ -bin/BBMan --- zh-BBMan-1.7.7.5.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Sep 30 23: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 283E716A4CE for ; Thu, 30 Sep 2004 23:00:48 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id EAE3343D5F for ; Thu, 30 Sep 2004 23:00:47 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i8UN0j0e026706 for ; Thu, 30 Sep 2004 23: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 i8UN0jDL026704; Thu, 30 Sep 2004 23:00:45 GMT (envelope-from gnats) Resent-Date: Thu, 30 Sep 2004 23:00:45 GMT Resent-Message-Id: <200409302300.i8UN0jDL026704@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, Thierry Thomas Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C445116A4CE; Thu, 30 Sep 2004 22:58:24 +0000 (GMT) Received: from ws90bj.pompo.net (graf.pompo.net [81.56.186.139]) by mx1.FreeBSD.org (Postfix) with ESMTP id 562F643D41; Thu, 30 Sep 2004 22:58:23 +0000 (GMT) (envelope-from thierry@pompo.net) Received: by ws90bj.pompo.net (Postfix, from userid 1001) id DC90522B86E; Fri, 1 Oct 2004 00:58:12 +0200 (CEST) Message-Id: <20040930225812.DC90522B86E@ws90bj.pompo.net> Date: Fri, 1 Oct 2004 00:58:12 +0200 (CEST) From: Thierry Thomas To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 cc: maho@FreeBSD.org Subject: ports/72216: math/spooles: missing symbols in the library. X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Thierry Thomas List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Sep 2004 23:00:48 -0000 >Number: 72216 >Category: ports >Synopsis: math/spooles: missing symbols in the library. >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: Thu Sep 30 23:00:44 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Thierry Thomas >Release: FreeBSD 5.3-BETA4 i386 >Organization: Kabbale Eros >Environment: System: FreeBSD ws90bj.pompo.net 5.3-BETA4 FreeBSD 5.3-BETA4 #0: Thu Sep 16 00:17:00 CEST 2004 thierry@ws90bj.pompo.net:/usr/obj/usr/src/sys/WS90BJ-040826 i386 >Description: Trying to link a program with spooles, I get this kind of messages: /usr/local/lib/libspooles.a(A2_QRreduce.o)(.text+0xc91): In function `computeW1': : undefined reference to `DVaxpy13 /usr/local/lib/libspooles.a(A2_QRreduce.o)(.text+0xd2c): In function `computeW1': : undefined reference to `DVaxpy12' /usr/local/lib/libspooles.a(A2_QRreduce.o)(.text+0x10e7): In function `computeW1': : undefined reference to `ZVaxpy13' /usr/local/lib/libspooles.a(A2_QRreduce.o)(.text+0x119e): In function `computeW1': : undefined reference to `ZVaxpy12' etc. With spooles-mpich, I get the same messages, plus others: undefined reference to `FrontMtx_MPI_factorInpMtx' etc. Actually, some files makeGlobalLib used to avoid perl are uncomplete, and the following patches fix the problem. Since I'm there, add CONFLICTS and pet portlint. Warning: USE_MPI and USE_THREADS are replaced by WITH_MPI and WITH_THREADS. Bump PORTREVISION. >How-To-Repeat: Before the patch: nm -A /usr/local/lib/libspooles.a | grep DVaxpy /usr/local/lib/libspooles.a:A2_QRreduce.o: U DVaxpy11 /usr/local/lib/libspooles.a:A2_QRreduce.o: U DVaxpy12 /usr/local/lib/libspooles.a:A2_QRreduce.o: U DVaxpy13 /usr/local/lib/libspooles.a:A2_QRreduce.o: U DVaxpy21 /usr/local/lib/libspooles.a:A2_QRreduce.o: U DVaxpy31 /usr/local/lib/libspooles.a:Chv_factor.o: U DVaxpy /usr/local/lib/libspooles.a:Chv_factor.o: U DVaxpy2 /usr/local/lib/libspooles.a:Utilities_DV.o:00000073 T DVaxpy /usr/local/lib/libspooles.a:Utilities_DV.o:00001388 T DVaxpy2 /usr/local/lib/libspooles.a:Utilities_DV.o:00000109 T DVaxpyi nm -A /usr/local/lib/libspooles.a | grep FrontMtx_MPI_factorInpMtx After applying the patch: nm -A /usr/local/lib/libspooles.a | grep DVaxpy /usr/local/lib/libspooles.a:A2_QRreduce.o: U DVaxpy11 /usr/local/lib/libspooles.a:A2_QRreduce.o: U DVaxpy12 /usr/local/lib/libspooles.a:A2_QRreduce.o: U DVaxpy13 /usr/local/lib/libspooles.a:A2_QRreduce.o: U DVaxpy21 /usr/local/lib/libspooles.a:A2_QRreduce.o: U DVaxpy31 /usr/local/lib/libspooles.a:Chv_factor.o: U DVaxpy /usr/local/lib/libspooles.a:Chv_factor.o: U DVaxpy2 /usr/local/lib/libspooles.a:Utilities_DV.o:00000073 T DVaxpy /usr/local/lib/libspooles.a:Utilities_DV.o:00001388 T DVaxpy2 /usr/local/lib/libspooles.a:Utilities_DV.o:00000109 T DVaxpyi /usr/local/lib/libspooles.a:Utilities_axpy.o:000003b9 T DVaxpy11 /usr/local/lib/libspooles.a:Utilities_axpy.o:00000370 T DVaxpy12 /usr/local/lib/libspooles.a:Utilities_axpy.o:00000314 T DVaxpy13 /usr/local/lib/libspooles.a:Utilities_axpy.o:000002c8 T DVaxpy21 /usr/local/lib/libspooles.a:Utilities_axpy.o:00000258 T DVaxpy22 /usr/local/lib/libspooles.a:Utilities_axpy.o:000001c0 T DVaxpy23 /usr/local/lib/libspooles.a:Utilities_axpy.o:0000015c T DVaxpy31 /usr/local/lib/libspooles.a:Utilities_axpy.o:000000c6 T DVaxpy32 /usr/local/lib/libspooles.a:Utilities_axpy.o:00000000 T DVaxpy33 nm -A /usr/local/lib/libspooles.a | grep FrontMtx_MPI_factorInpMtx /usr/local/lib/libspooles.a:MPI_factorMPI.o:00000000 T FrontMtx_MPI_factorInpMtx >Fix: Please apply the following patches: --- spooles.diff begins here --- diff -urN math/spooles.orig/Makefile math/spooles/Makefile --- math/spooles.orig/Makefile Fri May 7 18:45:42 2004 +++ math/spooles/Makefile Fri Oct 1 00:32:48 2004 @@ -7,9 +7,12 @@ PORTNAME= spooles PORTVERSION= 2.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= math MASTER_SITES= http://www.netlib.org/linalg/spooles/ +.ifdef WITH_MPI +PKGNAMESUFFIX= -mpich +.endif DISTNAME= ${PORTNAME}.${PORTVERSION} EXTRACT_SUFX= .tgz .ifndef NOPORTDOCS @@ -23,7 +26,7 @@ MAINTAINER= maho@FreeBSD.org COMMENT= SParse Object Oriented Linear Equations Solver -.if defined(USE_MPI) +.if defined(WITH_MPI) BUILD_DEPENDS= ${LOCALBASE}/mpich/lib/libmpich.a:${PORTSDIR}/net/mpich .endif @@ -33,59 +36,61 @@ MAKEFILE= makefile ALL_TARGET= global -.if defined(USE_THREADS) +.if defined(WITH_THREADS) PLIST_SUB+= MT="" CFLAGS+= ${PTHREAD_CFLAGS} .else PLIST_SUB+= MT="@comment " .endif -.if defined(USE_MPI) +.if defined(WITH_MPI) PLIST_SUB+= MPI="" +CONFLICTS= spooles-2* .else PLIST_SUB+= MPI="@comment " +CONFLICTS= spooles-mpich-2* .endif .SILENT: pre-everything:: -.if !defined(USE_THREADS) - ${ECHO_MSG} "make USE_THREADS=yes for threaded version" +.if !defined(WITH_THREADS) + ${ECHO_MSG} "make WITH_THREADS=yes for threaded version" .endif -.if !defined(USE_MPI) - ${ECHO_MSG} "make USE_MPI=yes for mpich version" +.if !defined(WITH_MPI) + ${ECHO_MSG} "make WITH_MPI=yes for mpich version" .endif -.if defined (USE_THREADS) && (USE_MPI) +.if defined (WITH_THREADS) && (WITH_MPI) BROKEN= mpich is *NOT* threadsafe at the moment .endif post-patch: -.if defined(USE_THREADS) +.if defined(WITH_THREADS) @${REINPLACE_CMD} -e 's+%%PTHREAD_LIBS%%+${PTHREAD_LIBS}+g;' ${WRKSRC}/Make.inc .else @${REINPLACE_CMD} -e 's+%%PTHREAD_LIBS%%++g;' ${WRKSRC}/Make.inc @${REINPLACE_CMD} -e 's+THREAD_TYPE TT_POSIX+THREAD_TYPE TT_NONE+;' ${WRKSRC}/Lock/Lock.h .endif -.if defined(USE_MPI) +.if defined(WITH_MPI) @${REINPLACE_CMD} -e 's+%%LOCALBASE%%+${LOCALBASE}+g;' ${WRKSRC}/Make.inc .endif post-build: -.if defined(USE_THREADS) - @(cd ${WRKSRC}/MT/src; $(GMAKE) -f makeGlobalLib) +.if defined(WITH_THREADS) + @(cd ${WRKSRC}/MT/src; ${GMAKE} -f makeGlobalLib) .endif -.if defined(USE_MPI) - @(cd ${WRKSRC}/MPI/src; $(GMAKE) -f makeGlobalLib) +.if defined(WITH_MPI) + @(cd ${WRKSRC}/MPI/src; ${GMAKE} -f makeGlobalLib) .endif do-install: ${MKDIR} ${PREFIX}/include/spooles ${INSTALL} ${WRKSRC}/spooles.a ${PREFIX}/lib/libspooles.a -.if defined(USE_THREADS) +.if defined(WITH_THREADS) ${MKDIR} ${PREFIX}/include/spooles/MT ${INSTALL_DATA} ${WRKSRC}/MT/*.h ${PREFIX}/include/spooles/MT .endif -.if defined(USE_MPI) +.if defined(WITH_MPI) ${MKDIR} ${PREFIX}/include/spooles/MPI ${INSTALL_DATA} ${WRKSRC}/MPI/*.h ${PREFIX}/include/spooles/MPI .endif diff -urN math/spooles.orig/files/patch-MPI+src+makeGlobalLib math/spooles/files/patch-MPI+src+makeGlobalLib --- math/spooles.orig/files/patch-MPI+src+makeGlobalLib Thu Jan 1 01:00:00 1970 +++ math/spooles/files/patch-MPI+src+makeGlobalLib Fri Oct 1 00:18:56 2004 @@ -0,0 +1,11 @@ +--- MPI/src/makeGlobalLib.orig Sat Nov 21 23:52:01 1998 ++++ MPI/src/makeGlobalLib Fri Oct 1 00:17:01 2004 +@@ -29,7 +29,7 @@ + utilities.c + + OBJ_FILES = ${SRC:.c=.o} +-OBJ_FILES = MMM.o makeSendRecvIVLs.o ++#OBJ_FILES = MMM.o makeSendRecvIVLs.o + + .c.o : + $(PURIFY) $(CC) -c $(CFLAGS) $(MPI_INCLUDE_DIR) $*.c -o $(OBJ)_$*.o diff -urN math/spooles.orig/files/patch-Utilities+src+makeGlobalLib math/spooles/files/patch-Utilities+src+makeGlobalLib --- math/spooles.orig/files/patch-Utilities+src+makeGlobalLib Thu Jan 1 01:00:00 1970 +++ math/spooles/files/patch-Utilities+src+makeGlobalLib Thu Sep 30 23:35:26 2004 @@ -0,0 +1,10 @@ +--- Utilities/src/makeGlobalLib.orig Thu Sep 17 21:26:39 1998 ++++ Utilities/src/makeGlobalLib Thu Sep 30 23:34:16 2004 +@@ -14,6 +14,7 @@ + PIV.c \ + IP.c \ + I2OP.c \ ++ axpy.c \ + iohb.c \ + newsort.c \ + sortAndCompress.c \ diff -urN math/spooles.orig/pkg-plist math/spooles/pkg-plist --- math/spooles.orig/pkg-plist Tue Jun 10 22:27:58 2003 +++ math/spooles/pkg-plist Thu Sep 30 23:58:36 2004 @@ -137,11 +137,11 @@ @dirrm include/spooles/ZV @dirrm include/spooles/misc @dirrm include/spooles -%%PORTDOCS%%share/doc/spooles/AllInOne.ps.gz -%%PORTDOCS%%share/doc/spooles/Eigen.ps.gz -%%PORTDOCS%%share/doc/spooles/Install.ps.gz -%%PORTDOCS%%share/doc/spooles/LinSol.ps.gz -%%PORTDOCS%%share/doc/spooles/Ordering.ps.gz -%%PORTDOCS%%share/doc/spooles/PP99.ps.gz -%%PORTDOCS%%share/doc/spooles/ReferenceManual.ps.gz -%%PORTDOCS%%@dirrm share/doc/spooles +%%PORTDOCS%%%%DOCSDIR%%/AllInOne.ps.gz +%%PORTDOCS%%%%DOCSDIR%%/Eigen.ps.gz +%%PORTDOCS%%%%DOCSDIR%%/Install.ps.gz +%%PORTDOCS%%%%DOCSDIR%%/LinSol.ps.gz +%%PORTDOCS%%%%DOCSDIR%%/Ordering.ps.gz +%%PORTDOCS%%%%DOCSDIR%%/PP99.ps.gz +%%PORTDOCS%%%%DOCSDIR%%/ReferenceManual.ps.gz +%%PORTDOCS%%@dirrm %%DOCSDIR%% --- spooles.diff ends here --- --- spooles-mpich.diff begins here --- diff -urN math/spooles-mpich.orig/Makefile math/spooles-mpich/Makefile --- math/spooles-mpich.orig/Makefile Fri May 7 18:45:42 2004 +++ math/spooles-mpich/Makefile Fri Oct 1 00:05:12 2004 @@ -6,8 +6,6 @@ # MASTERDIR= ${.CURDIR}/../spooles/ -USE_MPI= YES +WITH_MPI= yes .include "${MASTERDIR}/Makefile" - -PKGNAMESUFFIX= -mpich --- spooles-mpich.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Sep 30 23:07: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 BFE0D16A4CE; Thu, 30 Sep 2004 23:07:36 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id A051B43D1D; Thu, 30 Sep 2004 23:07:36 +0000 (GMT) (envelope-from thierry@FreeBSD.org) Received: from freefall.freebsd.org (thierry@localhost [127.0.0.1]) i8UN7a4o030664; Thu, 30 Sep 2004 23:07:36 GMT (envelope-from thierry@freefall.freebsd.org) Received: (from thierry@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i8UN7aLU030660; Thu, 30 Sep 2004 23:07:36 GMT (envelope-from thierry) Date: Thu, 30 Sep 2004 23:07:36 GMT From: Thierry Thomas Message-Id: <200409302307.i8UN7aLU030660@freefall.freebsd.org> To: thierry@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, maho@FreeBSD.org Subject: Re: ports/72216: math/spooles: missing symbols in the library. 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, 30 Sep 2004 23:07:36 -0000 Synopsis: math/spooles: missing symbols in the library. Responsible-Changed-From-To: freebsd-ports-bugs->maho Responsible-Changed-By: thierry Responsible-Changed-When: Thu Sep 30 23:06:59 GMT 2004 Responsible-Changed-Why: Over to the maintainer. http://www.freebsd.org/cgi/query-pr.cgi?pr=72216 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Oct 1 02:30: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 8CC8316A4CE for ; Fri, 1 Oct 2004 02:30:19 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6763043D2D for ; Fri, 1 Oct 2004 02:30:19 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i912UJjL051212 for ; Fri, 1 Oct 2004 02:30:19 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i912UJKx051211; Fri, 1 Oct 2004 02:30:19 GMT (envelope-from gnats) Date: Fri, 1 Oct 2004 02:30:19 GMT Message-Id: <200410010230.i912UJKx051211@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: mi@aldan.algebra.com Subject: Re: ports/68145: Update port: multimedia/linux-realplayer to 0.4.0.186,1 (aka RealPlayer 10) X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: mi@aldan.algebra.com List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Oct 2004 02:30:19 -0000 The following reply was made to PR ports/68145; it has been noted by GNATS. From: mi@aldan.algebra.com To: freebsd-gnats-submit@freebsd.org, jylefort@brutele.be Cc: portmgr@freebsd.org Subject: Re: ports/68145: Update port: multimedia/linux-realplayer to 0.4.0.186,1 (aka RealPlayer 10) Date: Thu, 30 Sep 2004 22:25:22 -0400 Hello! Can I commit this? The old version of real-player is no longer available for download anyway. If you don't already have it, you can't get it at all... Thanks! -mi From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Oct 1 02: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 3DB0316A4D0 for ; Fri, 1 Oct 2004 02:40:29 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 684E843D31 for ; Fri, 1 Oct 2004 02:40:28 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i912eSsF053265 for ; Fri, 1 Oct 2004 02: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 i912eSu2053264; Fri, 1 Oct 2004 02:40:28 GMT (envelope-from gnats) Date: Fri, 1 Oct 2004 02:40:28 GMT Message-Id: <200410010240.i912eSu2053264@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Joe Marcus Clarke Subject: Re: ports/68145: Update port: multimedia/linux-realplayer to0.4.0.186,1 (aka RealPlayer 10) X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Joe Marcus Clarke List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Oct 2004 02:40:29 -0000 The following reply was made to PR ports/68145; it has been noted by GNATS. From: Joe Marcus Clarke To: mi@aldan.algebra.com Cc: freebsd-gnats-submit@freebsd.org, jylefort@brutele.be, portmgr@freebsd.org Subject: Re: ports/68145: Update port: multimedia/linux-realplayer to 0.4.0.186,1 (aka RealPlayer 10) Date: Thu, 30 Sep 2004 22:30:17 -0400 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 mi@aldan.algebra.com wrote: | Hello! | | Can I commit this? The old version of real-player is no longer available | for download anyway. If you don't already have it, you can't get it at | all... Commit what? There are multiple patches in this PR. Are you going to commit the last patch? Joe | | Thanks! | | -mi | | | - -- PGP Key : http://www.marcuscom.com/pgp.asc -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.6 (Darwin) Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org iD8DBQFBXME5b2iPiv4Uz4cRAn6FAJ0cUjC4eKhXCS1hW9LTacYCqiYrcgCgqeQs bv5ZRzQMz04AI8HxUbqscD8= =IQ6D -----END PGP SIGNATURE----- From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Oct 1 02: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 9E5E916A4CE for ; Fri, 1 Oct 2004 02:40:32 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 78C1343D31 for ; Fri, 1 Oct 2004 02:40:32 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i912eWTp053338 for ; Fri, 1 Oct 2004 02: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 i912eWf1053337; Fri, 1 Oct 2004 02:40:32 GMT (envelope-from gnats) Date: Fri, 1 Oct 2004 02:40:32 GMT Message-Id: <200410010240.i912eWf1053337@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: "Mikhail T." Subject: Re: ports/68145: Update port: multimedia/linux-realplayer to 0.4.0.186,1 (aka RealPlayer 10) X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: "Mikhail T." List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Oct 2004 02:40:32 -0000 The following reply was made to PR ports/68145; it has been noted by GNATS. From: "Mikhail T." To: freebsd-gnats-submit@freebsd.org, jylefort@brutele.be Cc: Subject: Re: ports/68145: Update port: multimedia/linux-realplayer to 0.4.0.186,1 (aka RealPlayer 10) Date: Thu, 30 Sep 2004 22:36:30 -0400 Jean-Yves! It seems, the source code is available for both Real and Helix players at https://player.helixcommunity.org/2004/downloads/ Do you plan to make a port of building from sources? Thanks! -mi P.S. Looks like 10.0.1 is the latest version now... From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Oct 1 02: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 DEEA716A4CE for ; Fri, 1 Oct 2004 02:50:27 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D0FC043D41 for ; Fri, 1 Oct 2004 02:50:27 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i912oR1U053776 for ; Fri, 1 Oct 2004 02: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 i912oRmG053775; Fri, 1 Oct 2004 02:50:27 GMT (envelope-from gnats) Date: Fri, 1 Oct 2004 02:50:27 GMT Message-Id: <200410010250.i912oRmG053775@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: "Mikhail T." Subject: Re: ports/68145: Update port: multimedia/linux-realplayer to 0.4.0.186,1 (aka RealPlayer 10) X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: "Mikhail T." List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Oct 2004 02:50:28 -0000 The following reply was made to PR ports/68145; it has been noted by GNATS. From: "Mikhail T." To: Joe Marcus Clarke Cc: freebsd-gnats-submit@freebsd.org, jylefort@brutele.be, portmgr@freebsd.org Subject: Re: ports/68145: Update port: multimedia/linux-realplayer to 0.4.0.186,1 (aka RealPlayer 10) Date: Thu, 30 Sep 2004 22:40:54 -0400 =DE=C5=D4=D7=C5=D2 30 =D7=C5=D2=C5=D3=C5=CE=D8 2004 22:30 =F7=C9 =CE=C1=D0= =C9=D3=C1=CC=C9: =3D mi@aldan.algebra.com wrote: =3D | Hello! =3D | =3D | Can I commit this? The old version of real-player is no longer =3D | available for download anyway. If you don't already have it, you =3D | can't get it at all... =3D =3D Commit what? There are multiple patches in this PR. Are you going to =3D commit the last patch? Yes, that was the plan. It needs a minor adjustment for the master-site, though, and -- may be -- an update to the _todays_ release of 10.0.1. But nothing can spoil this port, since it is not downloadable anyway :-) Thanks for the prompt response! Yours, -mi From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Oct 1 02:56: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 05CC816A4CE for ; Fri, 1 Oct 2004 02:56:04 +0000 (GMT) Received: from imf20aec.mail.bellsouth.net (imf20aec.mail.bellsouth.net [205.152.59.68]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6761343D45 for ; Fri, 1 Oct 2004 02:56:03 +0000 (GMT) (envelope-from ahze@ahze.net) Received: from [192.168.1.5] ([68.209.163.3]) by imf20aec.mail.bellsouth.netESMTP <20041001025602.TMQZ1719.imf20aec.mail.bellsouth.net@[192.168.1.5]>; Thu, 30 Sep 2004 22:56:02 -0400 In-Reply-To: <200410010230.i912UJKx051211@freefall.freebsd.org> References: <200410010230.i912UJKx051211@freefall.freebsd.org> Mime-Version: 1.0 (Apple Message framework v619) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: <6DC0FCC0-1355-11D9-A536-000A958C81C6@ahze.net> Content-Transfer-Encoding: 7bit From: Michael Johnson Date: Thu, 30 Sep 2004 22:56:01 -0400 To: mi@aldan.algebra.com X-Mailer: Apple Mail (2.619) cc: freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/68145: Update port: multimedia/linux-realplayer to 0.4.0.186,1 (aka RealPlayer 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: Fri, 01 Oct 2004 02:56:04 -0000 There is a link to 8.cs1 at http://forms.real.com/real/player/blackjack.html and cs2 (which is what we have now) can be downloaded from http://software-dl.real.com/01ba8912db07440bb302/support/unix/ rp8_linux20_libc6_i386_cs2_rpm Michael On Sep 30, 2004, at 10:30 PM, mi@aldan.algebra.com wrote: > The following reply was made to PR ports/68145; it has been noted by > GNATS. > > From: mi@aldan.algebra.com > To: freebsd-gnats-submit@freebsd.org, jylefort@brutele.be > Cc: portmgr@freebsd.org > Subject: Re: ports/68145: Update port: multimedia/linux-realplayer to > 0.4.0.186,1 (aka RealPlayer 10) > Date: Thu, 30 Sep 2004 22:25:22 -0400 > > Hello! > > Can I commit this? The old version of real-player is no longer > available > for download anyway. If you don't already have it, you can't get it at > all... > > Thanks! > > -mi > > > _______________________________________________ > 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 Fri Oct 1 03: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 EBD9B16A4CE for ; Fri, 1 Oct 2004 03:00:50 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D99D843D3F for ; Fri, 1 Oct 2004 03:00:50 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i9130oGN054279 for ; Fri, 1 Oct 2004 03: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 i9130oVe054278; Fri, 1 Oct 2004 03:00:50 GMT (envelope-from gnats) Date: Fri, 1 Oct 2004 03:00:50 GMT Message-Id: <200410010300.i9130oVe054278@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Joe Marcus Clarke Subject: Re: ports/68145: Update port: multimedia/linux-realplayer to0.4.0.186,1 (aka RealPlayer 10) X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Joe Marcus Clarke List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Oct 2004 03:00:51 -0000 The following reply was made to PR ports/68145; it has been noted by GNATS. From: Joe Marcus Clarke To: "Mikhail T." Cc: freebsd-gnats-submit@freebsd.org, jylefort@brutele.be, portmgr@freebsd.org Subject: Re: ports/68145: Update port: multimedia/linux-realplayer to 0.4.0.186,1 (aka RealPlayer 10) Date: Thu, 30 Sep 2004 22:56:55 -0400 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Mikhail T. wrote: | ÞÅÔ×ÅÒ 30 ×ÅÒÅÓÅÎØ 2004 22:30 ÷É ÎÁÐÉÓÁÌÉ: | = mi@aldan.algebra.com wrote: | = | Hello! | = | | = | Can I commit this? The old version of real-player is no longer | = | available for download anyway. If you don't already have it, you | = | can't get it at all... | = | = Commit what? There are multiple patches in this PR. Are you going to | = commit the last patch? | | Yes, that was the plan. It needs a minor adjustment for the master-site, | though, and -- may be -- an update to the _todays_ release of 10.0.1. | But nothing can spoil this port, since it is not downloadable anyway :-) | | Thanks for the prompt response! Yours, | | -mi | | | | Please send your final patch when you have it. Joe - -- PGP Key : http://www.marcuscom.com/pgp.asc -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.6 (Darwin) Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org iD8DBQFBXMd2b2iPiv4Uz4cRAsZDAJ4wD55t2Ps0b7wTqBdpUDXQ2zLw+QCfT9aq gKnH6a6b+V0aGdgts6u+lbY= =S6OB -----END PGP SIGNATURE----- From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Oct 1 05:40:35 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 3C34D16A4CE for ; Fri, 1 Oct 2004 05:40:35 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2F10B43D53 for ; Fri, 1 Oct 2004 05:40:35 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i915eYKU079228 for ; Fri, 1 Oct 2004 05:40:34 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i915eYQs079227; Fri, 1 Oct 2004 05:40:34 GMT (envelope-from gnats) Date: Fri, 1 Oct 2004 05:40:34 GMT Message-Id: <200410010540.i915eYQs079227@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: "Mikhail T." Subject: Re: ports/68145: Update port: multimedia/linux-realplayer to 0.4.0.186,1 (aka RealPlayer 10) X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: "Mikhail T." List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Oct 2004 05:40:35 -0000 The following reply was made to PR ports/68145; it has been noted by GNATS. From: "Mikhail T." To: Joe Marcus Clarke , Michael Johnson Cc: freebsd-gnats-submit@freebsd.org, jylefort@brutele.be, portmgr@freebsd.org Subject: Re: ports/68145: Update port: multimedia/linux-realplayer to 0.4.0.186,1 (aka RealPlayer 10) Date: Fri, 1 Oct 2004 01:36:52 -0400 = Please send your final patch when you have it. The patch is over 700 lines, the shar archive is only 300... To avoid spamming the PR, here is the link: http://virtual-estates.net/~mi/realplayer-10.0.1.shar Notes: 1) The player needs linux-gtk, linux-pango, etc. Some of these are not installed properly by ports, it seems. For example, /compat/linux/etc/gtk-2.0/gdk-pixbuf.loaders is EMPTY after the install of x11-toolkits/linux-gtk2. I had to copy the real gdk-pixbuf.loaders from the FreeBSD's install and adjust the pathes inside to enable realplayer to use its own .png files. Similarly, /compat/linux/etc/pango/pango.modules and /compat/linux/etc/fonts/ had to be tweaked, which is, probably, a bug in their respective ports. 2) The helixcommunity.org's download handler, apparently, does not care, what file-name you ask for -- only the number (643 in our case) matters. For this reason I chose to keep the version inside the name of the downloaded file -- linux-realplayer-10.0.1.rpm, instead of RealPlayer10GOLD.rpm. This thing is quite different from the older versions (8.cs2). Does anything depend on it by default? If not, we may, as well, commit it. Otherwise, we may simply adjust the download URLs, as Michael suggested and upgrade after the release. It is definetly time for a multimedia/realplayer -- built from the finally available source. Yours, -mi From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Oct 1 06:02: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 5E60016A4CE for ; Fri, 1 Oct 2004 06:02:41 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3D64243D45 for ; Fri, 1 Oct 2004 06:02:41 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (smmsp@localhost [127.0.0.1]) i9162eng008979 for ; Fri, 1 Oct 2004 06:02:40 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i915oQfP003186; Fri, 1 Oct 2004 05:50:26 GMT (envelope-from gnats) Date: Fri, 1 Oct 2004 05:50:26 GMT Message-Id: <200410010550.i915oQfP003186@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Michael Johnson Subject: Re: ports/72206: [PATCH] multimedia/mpeg4ip: update to 1.1 [ 3 of 4 ] 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: Fri, 01 Oct 2004 06:02:41 -0000 The following reply was made to PR ports/72206; it has been noted by GNATS. From: Michael Johnson To: Michael Johnson Cc: lioux@FreeBSD.org, FreeBSD-gnats-submit@FreeBSD.org Subject: Re: ports/72206: [PATCH] multimedia/mpeg4ip: update to 1.1 [ 3 of 4 ] Date: Fri, 1 Oct 2004 01:47:19 -0400 I made a typo... DOCS_FILES= ${PORTDOCS} should be DOC_FILES= ${PORTDOCS} Sorry Michael From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Oct 1 07:18: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 11A4716A4CE; Fri, 1 Oct 2004 07:18:07 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id E8AA443D39; Fri, 1 Oct 2004 07:18:06 +0000 (GMT) (envelope-from delphij@FreeBSD.org) Received: from freefall.freebsd.org (delphij@localhost [127.0.0.1]) i917I64F053030; Fri, 1 Oct 2004 07:18:06 GMT (envelope-from delphij@freefall.freebsd.org) Received: (from delphij@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i917I6qp053026; Fri, 1 Oct 2004 07:18:06 GMT (envelope-from delphij) Date: Fri, 1 Oct 2004 07:18:06 GMT From: Xin LI Message-Id: <200410010718.i917I6qp053026@freefall.freebsd.org> To: delphij@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, lioux@FreeBSD.org Subject: Re: ports/72206: [PATCH] multimedia/mpeg4ip: update to 1.1 [ 3 of 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: Fri, 01 Oct 2004 07:18:07 -0000 Synopsis: [PATCH] multimedia/mpeg4ip: update to 1.1 [ 3 of 4 ] Responsible-Changed-From-To: freebsd-ports-bugs->lioux Responsible-Changed-By: delphij Responsible-Changed-When: Fri Oct 1 07:17:12 GMT 2004 Responsible-Changed-Why: Over to maintainer http://www.freebsd.org/cgi/query-pr.cgi?pr=72206 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Oct 1 08:30: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 344C616A4CE; Fri, 1 Oct 2004 08:30:07 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1611743D31; Fri, 1 Oct 2004 08:30:07 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from freefall.freebsd.org (pav@localhost [127.0.0.1]) i918U6Dn032815; Fri, 1 Oct 2004 08:30:06 GMT (envelope-from pav@freefall.freebsd.org) Received: (from pav@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i918U6Wn032811; Fri, 1 Oct 2004 08:30:06 GMT (envelope-from pav) Date: Fri, 1 Oct 2004 08:30:06 GMT From: Pav Lucistnik Message-Id: <200410010830.i918U6Wn032811@freefall.freebsd.org> To: pav@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, pav@FreeBSD.org Subject: Re: ports/72087: [PATCH] mplayer's faad audio decoding broken on amd64 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, 01 Oct 2004 08:30:07 -0000 Synopsis: [PATCH] mplayer's faad audio decoding broken on amd64 Responsible-Changed-From-To: freebsd-ports-bugs->pav Responsible-Changed-By: pav Responsible-Changed-When: Fri Oct 1 08:29:57 GMT 2004 Responsible-Changed-Why: Grab http://www.freebsd.org/cgi/query-pr.cgi?pr=72087 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Oct 1 08:33: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 B95CC16A4CE; Fri, 1 Oct 2004 08:33:27 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 99AD243D46; Fri, 1 Oct 2004 08:33:27 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from freefall.freebsd.org (pav@localhost [127.0.0.1]) i918XRmB034060; Fri, 1 Oct 2004 08:33:27 GMT (envelope-from pav@freefall.freebsd.org) Received: (from pav@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i918XRiF034056; Fri, 1 Oct 2004 08:33:27 GMT (envelope-from pav) Date: Fri, 1 Oct 2004 08:33:27 GMT From: Pav Lucistnik Message-Id: <200410010833.i918XRiF034056@freefall.freebsd.org> To: purple@lewiz.net, pav@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/71816: [ PORT UPDATE ] multimedia/mplayer (fix patch location) 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, 01 Oct 2004 08:33:27 -0000 Synopsis: [ PORT UPDATE ] multimedia/mplayer (fix patch location) State-Changed-From-To: open->closed State-Changed-By: pav State-Changed-When: Fri Oct 1 08:33:02 GMT 2004 State-Changed-Why: Already fixed (Makefile rev 1.103, PR ports/71542) http://www.freebsd.org/cgi/query-pr.cgi?pr=71816 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Oct 1 09:09:45 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 2076416A4CE; Fri, 1 Oct 2004 09:09:45 +0000 (GMT) Received: from souryu.st.ryukoku.ac.jp (souryu.st.ryukoku.ac.jp [133.83.4.51]) by mx1.FreeBSD.org (Postfix) with ESMTP id 10DD143D4C; Fri, 1 Oct 2004 09:09:44 +0000 (GMT) (envelope-from kjm@ideon.st.ryukoku.ac.jp) Received: from localhost (localhost.st.ryukoku.ac.jp [127.0.0.1]) by souryu.st.ryukoku.ac.jp (Postfix) with ESMTP id E8E2E134E5; Fri, 1 Oct 2004 18:09:41 +0900 (JST) Received: from ideon.st.ryukoku.ac.jp (ideon.st.ryukoku.ac.jp [133.83.36.5]) by souryu.st.ryukoku.ac.jp (Postfix) with ESMTP id 0918B134E3; Fri, 1 Oct 2004 18:09:37 +0900 (JST) Received: from ideon.st.ryukoku.ac.jp (ActionKamen@localhost [127.0.0.1]) i9199a5Q070220; Fri, 1 Oct 2004 18:09:36 +0900 (JST) (envelope-from kjm@ideon.st.ryukoku.ac.jp) From: kjm@rins.ryukoku.ac.jp (KOJIMA Hajime) To: Tom Rhodes In-reply-to: Your message of "Wed, 29 Sep 2004 16:55:34 GMT" In-reply-to: <200409291655.i8TGtYmq079950@freefall.freebsd.org> References: <200409291655.i8TGtYmq079950@freefall.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <70218.1096621776.1@ideon.st.ryukoku.ac.jp> Content-Transfer-Encoding: 7bit Date: Fri, 01 Oct 2004 18:09:36 +0900 Message-ID: <70219.1096621776@ideon.st.ryukoku.ac.jp> Sender: kjm@ideon.st.ryukoku.ac.jp X-Virus-Scanned: by AMaViS perl-11 cc: freebsd-ports-bugs@FreeBSD.org cc: kjm@rins.ryukoku.ac.jp Subject: Re: ports/72161: vuln.xml bug - CAN-2004-0492 vulnerability was fixed already in apache-1.3.31_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: Fri, 01 Oct 2004 09:09:45 -0000 In <200409291655.i8TGtYmq079950@freefall.freebsd.org>, Tom Rhodes wrote: | Synopsis: vuln.xml bug - CAN-2004-0492 vulnerability was fixed already in apache-1.3.31_1. | | State-Changed-From-To: open->closed | State-Changed-By: trhodes | State-Changed-When: Wed Sep 29 16:52:09 GMT 2004 | State-Changed-Why: | Over to me, vuln updated, PR resolved, thanks. | | | Responsible-Changed-From-To: freebsd-ports-bugs->trhodes | Responsible-Changed-By: trhodes | Responsible-Changed-When: Wed Sep 29 16:52:09 GMT 2004 | Responsible-Changed-Why: | Over to me, vuln updated, PR resolved, thanks. | | http://www.freebsd.org/cgi/query-pr.cgi?pr=72161 bad: apache <=1.3.31_1 good: apache < 1.3.31_1 - kjm From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Oct 1 10:27: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 DDA6816A4CE; Fri, 1 Oct 2004 10:27:20 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id BEFF743D1D; Fri, 1 Oct 2004 10:27:20 +0000 (GMT) (envelope-from dinoex@FreeBSD.org) Received: from freefall.freebsd.org (dinoex@localhost [127.0.0.1]) i91ARKGA045656; Fri, 1 Oct 2004 10:27:20 GMT (envelope-from dinoex@freefall.freebsd.org) Received: (from dinoex@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i91ARKWV045651; Fri, 1 Oct 2004 12:27:20 +0200 (CEST) (envelope-from dinoex) Date: Fri, 1 Oct 2004 12:27:20 +0200 (CEST) From: Dirk Meyer Message-Id: <200410011027.i91ARKWV045651@freefall.freebsd.org> To: dinoex@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, dinoex@FreeBSD.org Subject: Re: ports/72199: [PATCH] new security bugfix release samba-2.2.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: Fri, 01 Oct 2004 10:27:21 -0000 Synopsis: [PATCH] new security bugfix release samba-2.2.12 Responsible-Changed-From-To: freebsd-ports-bugs->dinoex Responsible-Changed-By: dinoex Responsible-Changed-When: Fri Oct 1 12:27:02 CEST 2004 Responsible-Changed-Why: I will take care of it. http://www.freebsd.org/cgi/query-pr.cgi?pr=72199 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Oct 1 14:40: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 3A01016A4DF for ; Fri, 1 Oct 2004 14:40:33 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id CAA6643D4C for ; Fri, 1 Oct 2004 14:40:27 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i91EeQgM073759 for ; Fri, 1 Oct 2004 14: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 i91EeQhk073758; Fri, 1 Oct 2004 14:40:26 GMT (envelope-from gnats) Resent-Date: Fri, 1 Oct 2004 14:40:26 GMT Resent-Message-Id: <200410011440.i91EeQhk073758@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 8599816A4CE for ; Fri, 1 Oct 2004 14:37:04 +0000 (GMT) Received: from mail.icc-vvd.ru (mail.icc-vvd.ru [62.141.104.17]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5540343D45 for ; Fri, 1 Oct 2004 14:37:02 +0000 (GMT) (envelope-from alecn@server.v42of.icc-vvd.ru) 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 i91Eb0I3009487; Fri, 1 Oct 2004 18:37:00 +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 i91Eb08K009486; Fri, 1 Oct 2004 18:37:00 +0400 (MSD) Message-Id: <200410011437.i91Eb08K009486@server.v42of.icc-vvd.ru> Date: Fri, 1 Oct 2004 18:37:00 +0400 (MSD) From: Alexander Novitsky To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 cc: alecn2002@yandex.ru Subject: ports/72227: [NEW PORT] database/oracle-instantclient-basic X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Alexander Novitsky List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Oct 2004 14:40:34 -0000 >Number: 72227 >Category: ports >Synopsis: [NEW PORT] database/oracle-instantclient-basic >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: Fri Oct 01 14:40:26 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 root@server.v42of.icc-vvd.ru:/usr/src/sys/i386/compile/ORACLE i386 >Description: [NEW PORT] database/oracle-instantclient-basic Port of basic distro of Oracle Instant Client released by Oracle Corp. with RDBMS ver.10. Works with any Oracle RDBMS (reported as from ver.8.1.2) and any Oracle client software which both support OCI/OCCI technology >How-To-Repeat: >Fix: --- oracle-instantclient-basic.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: # # oracle-instantclient-basic # oracle-instantclient-basic/Makefile # oracle-instantclient-basic/distinfo # oracle-instantclient-basic/pkg-descr # oracle-instantclient-basic/pkg-plist # echo c - oracle-instantclient-basic mkdir -p oracle-instantclient-basic > /dev/null 2>&1 echo x - oracle-instantclient-basic/Makefile sed 's/^X//' >oracle-instantclient-basic/Makefile << 'END-of-oracle-instantclient-basic/Makefile' X# New ports collection makefile for: oracle-instantclient-basic X# Date created: 03 June 2004 X# Whom: Alexander Novitsky X# X# $FreeBSD$ X# X XPORTNAME= instantclient XPORTVERSION= ${MAJOR_VER}.${MINOR_VER} XCATEGORIES= databases XMASTER_SITES= http://www.oracle.com/technology/software/tech/oci/instantclient/ XPKGNAMEPREFIX= oracle- XPKGNAMESUFFIX= -basic XDISTNAME= ${PKGNAMEPREFIX}${PORTNAME}${PKGNAMESUFFIX}-${MAJOR_VER}-${MINOR_VER}.${ARCH} XEXTRACT_SUFX= .rpm XDIST_SUBDIR= oracle X XMAINTAINER= alecn2002@yandex.ru XCOMMENT= Oracle 10 InstantClient basics. Works with Oracle RDBMS 8.1.2+ X XEXTRACT_DEPENDS= rpm:${PORTSDIR}/archivers/rpm X XONLY_FOR_ARCHS= i386 ia64 XNO_BUILD= yes XINSTALLS_SHLIB= yes XLDCONFIG_DIRS+= ${INSTLIBDIR} X X.if defined(WITHOUT_JDBC) XJLIB_LIST= XPLIST_SUB+= "MYJAVAJARDIR=@comment " X.else XUSE_JAVA= yes XJAVA_VERSION= 1.4+ XJLIB_LIST= ojdbc14.jar XPLIST_SUB+= "MYJAVAJARDIR=${JAVAJARDIR:S/${LOCALBASE}\///}" X.endif X XNO_INSTALL_MANPAGES= yes XNO_FILTER_SHLIBS= yes X XRESTRICTED= Packaging prohibited by Oracle license X XMAJOR_VER= 10.1.0.2 XMINOR_VER= 1 X XLIB_LIST= libclntsh.so.10.1 \ X libocci.so.10.1 \ X libnnz10.so \ X libociei.so \ X libocijdbc10.so X X.for i in ${LIB_LIST} Xii_${i}= ${i:C/\.so(\.10\.1)?/.so.10/} X.endfor X XWRKSRC= ${WRKDIR}/usr/lib/oracle/${MAJOR_VER}/client/lib X XINSTLIBDIR= ${PREFIX}/lib/oracle X XPLIST_SUB+= "INSTLIBDIR=${INSTLIBDIR:C/^${PREFIX}\///}" X X.include X X.if !exists(${DISTDIR}/${DIST_SUBDIR}/${DISTNAME}${EXTRACT_SUFX}) XECHO_MSG= ${PRINTF} %b X XIGNORE+= \n\n-=< MARKED AS IGNORED: >=-\n XIGNORE+= \n XIGNORE+= Due to Oracle license restrictions, you must fetch the source \n XIGNORE+= distribution manually. Please access \n XIGNORE+= ${MASTER_SITES}index.html \n XIGNORE+= with a web browser and follow the link for the \n XIGNORE+= \"${DISTFILES}\". \n XIGNORE+= You will be required to register and log in, \n XIGNORE+= but you can create an account on that page. \n XIGNORE+= After registration and accepting the Oracle License, \n XIGNORE+= download the distribution file, \n ${DISTFILES}, \n XIGNORE+= into ${DISTDIR}/${DIST_SUBDIR}/ \n XIGNORE+= and then restart this installation\n\n X.endif X Xdo-extract: X ${INSTALL_DATA} -d ${WRKDIR} X cd ${WRKDIR}; \ X rpm2cpio < ${DISTDIR}/${DIST_SUBDIR}/${DISTFILES} | ${CPIO} -id X Xdo-install: X ${INSTALL_DATA} -d ${INSTLIBDIR} X.for i in ${LIB_LIST} X ${INSTALL_DATA} ${WRKSRC}/${i} ${INSTLIBDIR}/${i} X ${LN} -s ${INSTLIBDIR}/${i} ${INSTLIBDIR}/${ii_${i}} X.endfor X.if !defined(WITHOUT_JDBC) X ${INSTALL_DATA} -d ${JAVAJARDIR} X.for i in ${JLIB_LIST} X ${INSTALL_DATA} ${WRKSRC}/${i} ${JAVAJARDIR} X.endfor X.endif X X# X# These targets are for testing purposes X# Xnoharm-extract: X @${ECHO} ${INSTALL_DATA} -d ${WRKDIR} X @${ECHO} 'cd ${WRKDIR}; \ X rpm2cpio < ${DISTDIR}/${DIST_SUBDIR}/${DISTFILES} | ${CPIO} -id' X Xnoharm-install: X @${ECHO} ${INSTALL_DATA} -d ${INSTLIBDIR} X.for i in ${LIB_LIST} X @${ECHO} ${INSTALL_DATA} ${WRKSRC}/${i} ${INSTLIBDIR}/${i} X @${ECHO} ${LN} -s ${INSTLIBDIR}/${i} ${INSTLIBDIR}/${ii_${i}} X.endfor X.if !defined(WITHOUT_JDBC) X @${ECHO} ${INSTALL_DATA} -d ${JAVAJARDIR} X.for i in ${JLIB_LIST} X @${ECHO} ${INSTALL_DATA} ${WRKSRC}/${i} ${JAVAJARDIR} X.endfor X.endif X X.include END-of-oracle-instantclient-basic/Makefile echo x - oracle-instantclient-basic/distinfo sed 's/^X//' >oracle-instantclient-basic/distinfo << 'END-of-oracle-instantclient-basic/distinfo' XMD5 (oracle/oracle-instantclient-basic-10.1.0.2-1.i386.rpm) = 39fb478b851bd411acf3ff35daae20cf XSIZE (oracle/oracle-instantclient-basic-10.1.0.2-1.i386.rpm) = 40065717 END-of-oracle-instantclient-basic/distinfo echo x - oracle-instantclient-basic/pkg-descr sed 's/^X//' >oracle-instantclient-basic/pkg-descr << 'END-of-oracle-instantclient-basic/pkg-descr' XOracle instant client - basic distribution X XInstant Client allows you to run your applications without installing Xthe standard Oracle client or having an ORACLE_HOME. OCI, OCCI, ODBC, Xand JDBC applications work without modification, while using Xsignificantly less disk space than before. Even SQL*Plus can be used Xwith Instant Client. No recompile, no hassle. X XWWW: http://www.oracle.com/technology/tech/oci/instantclient/instantclient.html END-of-oracle-instantclient-basic/pkg-descr echo x - oracle-instantclient-basic/pkg-plist sed 's/^X//' >oracle-instantclient-basic/pkg-plist << 'END-of-oracle-instantclient-basic/pkg-plist' X%%INSTLIBDIR%%/libclntsh.so.10 X%%INSTLIBDIR%%/libclntsh.so.10.1 X%%INSTLIBDIR%%/libocci.so.10 X%%INSTLIBDIR%%/libocci.so.10.1 X%%INSTLIBDIR%%/libnnz10.so.10 X%%INSTLIBDIR%%/libnnz10.so X%%INSTLIBDIR%%/libociei.so.10 X%%INSTLIBDIR%%/libociei.so X%%INSTLIBDIR%%/libocijdbc10.so.10 X%%INSTLIBDIR%%/libocijdbc10.so X%%MYJAVAJARDIR%%/ojdbc14.jar X@dirrm %%INSTLIBDIR%% END-of-oracle-instantclient-basic/pkg-plist exit --- oracle-instantclient-basic.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Oct 1 15:30: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 5886816A511 for ; Fri, 1 Oct 2004 15:30:43 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4C7BF43D41 for ; Fri, 1 Oct 2004 15:30:43 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i91FUhd5078663 for ; Fri, 1 Oct 2004 15:30:43 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i91FUhCn078662; Fri, 1 Oct 2004 15:30:43 GMT (envelope-from gnats) Date: Fri, 1 Oct 2004 15:30:43 GMT Message-Id: <200410011530.i91FUhCn078662@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Jean-Yves Lefort Subject: Re: ports/68145: Update port: multimedia/linux-realplayer to 0.4.0.186,1 (aka RealPlayer 10) X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Jean-Yves Lefort List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Oct 2004 15:30:43 -0000 The following reply was made to PR ports/68145; it has been noted by GNATS. From: Jean-Yves Lefort To: "Mikhail T." Cc: freebsd-gnats-submit@freebsd.org Subject: Re: ports/68145: Update port: multimedia/linux-realplayer to 0.4.0.186,1 (aka RealPlayer 10) Date: Fri, 1 Oct 2004 17:29:08 +0200 --Signature=_Fri__1_Oct_2004_17_29_08_+0200_p/8c6xqXcw6oiJJk Content-Type: text/plain; charset=US-ASCII Content-Disposition: inline Content-Transfer-Encoding: 7bit On Thu, 30 Sep 2004 22:36:30 -0400 "Mikhail T." wrote: > It seems, the source code is available for both Real and Helix players > at > > https://player.helixcommunity.org/2004/downloads/ > > Do you plan to make a port of building from sources? Thanks! I would if RealPlayer was entirely open-source, but I doubt it is. -- Jean-Yves Lefort jylefort@brutele.be http://lefort.be.eu.org/ --Signature=_Fri__1_Oct_2004_17_29_08_+0200_p/8c6xqXcw6oiJJk Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.6 (FreeBSD) iD8DBQFBXXfOyzD7UaO4AGoRAsyXAJwO8K9QF9jSmb6UkHEJLRJ/JSp3cACfbI2+ k+6LPIwXxueaH4Y0w78DmjM= =LEVK -----END PGP SIGNATURE----- --Signature=_Fri__1_Oct_2004_17_29_08_+0200_p/8c6xqXcw6oiJJk-- From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Oct 1 15: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 186F616A4CE for ; Fri, 1 Oct 2004 15:40:29 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 060A243D4C for ; Fri, 1 Oct 2004 15:40:29 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i91FeSbh079864 for ; Fri, 1 Oct 2004 15: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 i91FeS8Z079863; Fri, 1 Oct 2004 15:40:28 GMT (envelope-from gnats) Date: Fri, 1 Oct 2004 15:40:28 GMT Message-Id: <200410011540.i91FeS8Z079863@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Jean-Yves Lefort Subject: Re: ports/68145: Update port: multimedia/linux-realplayer to 0.4.0.186,1 (aka RealPlayer 10) X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Jean-Yves Lefort List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Oct 2004 15:40:29 -0000 The following reply was made to PR ports/68145; it has been noted by GNATS. From: Jean-Yves Lefort To: "Mikhail T." Cc: Joe Marcus Clarke , Michael Johnson , freebsd-gnats-submit@freebsd.org, portmgr@freebsd.org Subject: Re: ports/68145: Update port: multimedia/linux-realplayer to 0.4.0.186,1 (aka RealPlayer 10) Date: Fri, 1 Oct 2004 17:37:04 +0200 --Signature=_Fri__1_Oct_2004_17_37_04_+0200_74nV0ndFOy5CX+pN Content-Type: text/plain; charset=US-ASCII Content-Disposition: inline Content-Transfer-Encoding: 7bit On Fri, 1 Oct 2004 01:36:52 -0400 "Mikhail T." wrote: > Notes: > > 1) The player needs linux-gtk, linux-pango, etc. Some of > these are not installed properly by ports, it seems. For > example, /compat/linux/etc/gtk-2.0/gdk-pixbuf.loaders > is EMPTY after the install of x11-toolkits/linux-gtk2. > > I had to copy the real gdk-pixbuf.loaders from the > FreeBSD's install and adjust the pathes inside to enable > realplayer to use its own .png files. > > Similarly, /compat/linux/etc/pango/pango.modules and > /compat/linux/etc/fonts/ had to be tweaked, which is, > probably, a bug in their respective ports. Yes, and I've addressed these issues long time ago. If the PR database wasn't dead atm i'd even give you the PR numbers. Btw, you must generate the files using /compat/linux/usr/bin/gdk-pixbuf-query-loaders and /compat/linux/usr/bin/pango-querymodules, not copy them from the FreeBSD versions. -- Jean-Yves Lefort jylefort@brutele.be http://lefort.be.eu.org/ --Signature=_Fri__1_Oct_2004_17_37_04_+0200_74nV0ndFOy5CX+pN Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.6 (FreeBSD) iD8DBQFBXXmmyzD7UaO4AGoRAmqCAJ9+e3i43q24r4uZ9C88h32Dy5rJogCeJUgD OJFMCOqB2u1VyThOtwl3b0o= =dlBN -----END PGP SIGNATURE----- --Signature=_Fri__1_Oct_2004_17_37_04_+0200_74nV0ndFOy5CX+pN-- From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Oct 1 17:32: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 B87AB16A4CE; Fri, 1 Oct 2004 17:32:25 +0000 (GMT) Received: from moutng.kundenserver.de (moutng.kundenserver.de [212.227.126.171]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3822143D2F; Fri, 1 Oct 2004 17:32:25 +0000 (GMT) (envelope-from nmh@t3x.org) Received: from [212.227.126.161] (helo=mrelayng.kundenserver.de) by moutng.kundenserver.de with esmtp (Exim 3.35 #1) id 1CDRGa-0006Es-00; Fri, 01 Oct 2004 19:32:24 +0200 Received: from [80.140.18.21] (helo=t3x.org) (TLSv1:EDH-RSA-DES-CBC3-SHA:168) (Exim 3.35 #1) id 1CDRGZ-0005GS-00; Fri, 01 Oct 2004 19:32:23 +0200 Received: (from nmh@localhost) by t3x.org (8.11.6/8.11.6) id i91HRNg81808; Fri, 1 Oct 2004 19:27:23 +0200 (CEST) To: FreeBSD-gnats-submit@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: Nils M Holm Date: Fri, 1 Oct 2004 19:26:13 +0200 In-Reply-To: <200409251520.i8PFKNLW046041@freefall.freebsd.org> Message-ID: <2004100117261300-81801@Freedom.T3X.ORG> X-Mailer: NMail X-Provags-ID: kundenserver.de abuse@kundenserver.de auth:5b68ff8df1d89a0a7485e040b6c88401 Subject: Re: ports/72079: lang/alisp maintainer update 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, 01 Oct 2004 17:32:25 -0000 Oh, yes, and maybe I should mention that the integrated development environment is gone as of this release. -- Nils M Holm -- http://www.t3x.org/nmh/ From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Oct 1 17:40: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 6431716A4CE for ; Fri, 1 Oct 2004 17:40:22 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 37CBA43D55 for ; Fri, 1 Oct 2004 17:40:22 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i91HeMUA092304 for ; Fri, 1 Oct 2004 17: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 i91HeMHg092303; Fri, 1 Oct 2004 17:40:22 GMT (envelope-from gnats) Resent-Date: Fri, 1 Oct 2004 17:40:22 GMT Resent-Message-Id: <200410011740.i91HeMHg092303@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, Elvis Chiang Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D57BB16A4CE for ; Fri, 1 Oct 2004 17:39:28 +0000 (GMT) Received: from mail.cs.ccu.edu.tw (csmail.cs.ccu.edu.tw [140.123.101.188]) by mx1.FreeBSD.org (Postfix) with ESMTP id 76F1743D39 for ; Fri, 1 Oct 2004 17:39:28 +0000 (GMT) (envelope-from elvis@sslab.cs.ccu.edu.tw) Received: from localhost (localhost [127.0.0.1]) by mail.cs.ccu.edu.tw (Postfix) with ESMTP id 7DBE75BE57 for ; Sat, 2 Oct 2004 01:39:26 +0800 (CST) Received: from mail.cs.ccu.edu.tw ([127.0.0.1]) by localhost (mail.cs.ccu.edu.tw [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 97033-05 for ; Sat, 2 Oct 2004 01:39:26 +0800 (CST) Received: from sslab.cs.ccu.edu.tw (sslab.cs.ccu.edu.tw [140.123.102.233]) by mail.cs.ccu.edu.tw (Postfix) with ESMTP id F23805BE53 for ; Sat, 2 Oct 2004 01:39:25 +0800 (CST) Received: from localhost (localhost [127.0.0.1]) by sslab.cs.ccu.edu.tw (Postfix) with ESMTP id C537C77 for ; Sat, 2 Oct 2004 01:39:25 +0800 (CST) Received: from sslab.cs.ccu.edu.tw ([127.0.0.1]) by localhost (sslab.cs.ccu.edu.tw [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 00662-09 for ; Sat, 2 Oct 2004 01:39:16 +0800 (CST) Received: by sslab.cs.ccu.edu.tw (Postfix, from userid 1001) id EE66450; Sat, 2 Oct 2004 01:39:15 +0800 (CST) Message-Id: <20041001173915.EE66450@sslab.cs.ccu.edu.tw> Date: Sat, 2 Oct 2004 01:39:15 +0800 (CST) From: Elvis Chiang To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/72233: [MAINTAINER] www/wordpress: lacking for runtime depend php4-pcre 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, 01 Oct 2004 17:40:22 -0000 >Number: 72233 >Category: ports >Synopsis: [MAINTAINER] www/wordpress: lacking for runtime depend php4-pcre >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: Fri Oct 01 17:40:21 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Elvis Chiang >Release: FreeBSD 5.2.1-RELEASE-p10 i386 >Organization: System Software Lab. CSIE CCU Taiwan >Environment: System: FreeBSD sslab.cs.ccu.edu.tw 5.2.1-RELEASE-p10 FreeBSD 5.2.1-RELEASE-p10 #20: Mon Sep 20 15:13:49 CST 2004 >Description: Wordpress depends on php4-pcre at running Generated with FreeBSD Port Tools 0.63 >How-To-Repeat: >Fix: --- wordpress-1.2.patch begins here --- diff -ruN --exclude=CVS /usr/ports/www/wordpress/Makefile /tmp/wordpress/Makefile --- /usr/ports/www/wordpress/Makefile Sat Oct 2 01:21:34 2004 +++ /tmp/wordpress/Makefile Sat Oct 2 01:30:47 2004 @@ -17,7 +17,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME} -USE_PHP= mysql +USE_PHP= mysql pcre PHP4_PORT?= www/mod_php4 NO_BUILD= YES WANT_PHP_WEB= YES --- wordpress-1.2.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Oct 1 18:19: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 69D1616A4CE; Fri, 1 Oct 2004 18:19:56 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3EAEF43D39; Fri, 1 Oct 2004 18:19:56 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from freefall.freebsd.org (pav@localhost [127.0.0.1]) i91IJucm097601; Fri, 1 Oct 2004 18:19:56 GMT (envelope-from pav@freefall.freebsd.org) Received: (from pav@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i91IJtC6097597; Fri, 1 Oct 2004 18:19:55 GMT (envelope-from pav) Date: Fri, 1 Oct 2004 18:19:55 GMT From: Pav Lucistnik Message-Id: <200410011819.i91IJtC6097597@freefall.freebsd.org> To: alecn2002@yandex.ru, pav@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, pav@FreeBSD.org Subject: Re: ports/72180: [MAINTAINER UPDATE] devel/freeride to ver.0.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: Fri, 01 Oct 2004 18:19:56 -0000 Synopsis: [MAINTAINER UPDATE] devel/freeride to ver.0.7.0 State-Changed-From-To: open->feedback State-Changed-By: pav State-Changed-When: Fri Oct 1 18:19:24 GMT 2004 State-Changed-Why: I get this failure on install: ===> Checking if devel/freeride already installed cd /tmp/a/ports/devel/freeride/work/freeride-0.7.0; /usr/local/bin/ruby18 install.rb install.rb:17:in `=~': type mismatch: String given (TypeError) from install.rb:17 *** Error code 1 Responsible-Changed-From-To: freebsd-ports-bugs->pav Responsible-Changed-By: pav Responsible-Changed-When: Fri Oct 1 18:19:24 GMT 2004 Responsible-Changed-Why: Handle. http://www.freebsd.org/cgi/query-pr.cgi?pr=72180 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Oct 1 18:20: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 9DED816A4D1; Fri, 1 Oct 2004 18:20:20 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7B3BD43D1F; Fri, 1 Oct 2004 18:20:20 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from freefall.freebsd.org (pav@localhost [127.0.0.1]) i91IKKlQ097663; Fri, 1 Oct 2004 18:20:20 GMT (envelope-from pav@freefall.freebsd.org) Received: (from pav@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i91IKK01097659; Fri, 1 Oct 2004 18:20:20 GMT (envelope-from pav) Date: Fri, 1 Oct 2004 18:20:20 GMT From: Pav Lucistnik Message-Id: <200410011820.i91IKK01097659@freefall.freebsd.org> To: alecn2002@yandex.ru, pav@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/71191: [MAINTAINER UPDATE] port devel/freeride to ver. 0.7.0 (revised2) 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, 01 Oct 2004 18:20:20 -0000 Synopsis: [MAINTAINER UPDATE] port devel/freeride to ver. 0.7.0 (revised2) State-Changed-From-To: feedback->closed State-Changed-By: pav State-Changed-When: Fri Oct 1 18:20:09 GMT 2004 State-Changed-Why: Replaced with ports/72180 http://www.freebsd.org/cgi/query-pr.cgi?pr=71191 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Oct 1 18:35:35 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 B160A16A4CE; Fri, 1 Oct 2004 18:35:35 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 93C4C43D2D; Fri, 1 Oct 2004 18:35:35 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from freefall.freebsd.org (pav@localhost [127.0.0.1]) i91IZZoi099395; Fri, 1 Oct 2004 18:35:35 GMT (envelope-from pav@freefall.freebsd.org) Received: (from pav@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i91IZZFn099391; Fri, 1 Oct 2004 18:35:35 GMT (envelope-from pav) Date: Fri, 1 Oct 2004 18:35:35 GMT From: Pav Lucistnik Message-Id: <200410011835.i91IZZFn099391@freefall.freebsd.org> To: pav@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, pav@FreeBSD.org Subject: Re: ports/72186: maintainer-update: www/zope-epoz : A server-side WYSIWYG editor 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, 01 Oct 2004 18:35:35 -0000 Synopsis: maintainer-update: www/zope-epoz : A server-side WYSIWYG editor Responsible-Changed-From-To: freebsd-ports-bugs->pav Responsible-Changed-By: pav Responsible-Changed-When: Fri Oct 1 18:35:29 GMT 2004 Responsible-Changed-Why: Poke. http://www.freebsd.org/cgi/query-pr.cgi?pr=72186 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Oct 1 19: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 E597216A537 for ; Fri, 1 Oct 2004 19:20:26 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id BB4F943D55 for ; Fri, 1 Oct 2004 19:20:26 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i91JKQ2R004463 for ; Fri, 1 Oct 2004 19: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 i91JKQ8J004462; Fri, 1 Oct 2004 19:20:26 GMT (envelope-from gnats) Resent-Date: Fri, 1 Oct 2004 19:20:26 GMT Resent-Message-Id: <200410011920.i91JKQ8J004462@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 33A9D16A4CE for ; Fri, 1 Oct 2004 19:13:41 +0000 (GMT) Received: from mail-kv.alkar.net (mail-kv.alkar.net [195.248.176.165]) by mx1.FreeBSD.org (Postfix) with ESMTP id E69C643D2D for ; Fri, 1 Oct 2004 19:13:40 +0000 (GMT) (envelope-from anray@inet.ua) Received: from [212.86.247.3] (helo=santinel.home.ua) by mail-kv.alkar.net with esmtp (Exim 4.34 (FreeBSD)) id 1CDSqZ-000Lml-Jn for FreeBSD-gnats-submit@freebsd.org; Fri, 01 Oct 2004 22:13:40 +0300 Received: from anray by santinel.home.ua with local (Exim 4.42; FreeBSD) id 1CDSqc-0007xa-Bp for ; Fri, 01 Oct 2004 22:13:42 +0300 Message-Id: Date: Fri, 01 Oct 2004 22:13:42 +0300 From: Andrey Slusar To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/72235: [PATCH] net/tramp: update to new version 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: Fri, 01 Oct 2004 19:20:27 -0000 >Number: 72235 >Category: ports >Synopsis: [PATCH] net/tramp: update to new version >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: Fri Oct 01 19:20:26 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Andrey Slusar >Release: FreeBSD 5.3-BETA6 i386 >Organization: Santinel >Environment: System: FreeBSD santinel.home.ua 5.3-BETA6 FreeBSD 5.3-BETA6 #0: Tue Sep 28 12:20:39 EEST 2004 anray@santinel.home.ua:/usr/obj/usr/src/sys/ANRAY i386 >Description: Update 2.0.43 to 2.0.44 >How-To-Repeat: >Fix: --- tramp.diff begins here --- diff -ruN /usr/ports/net/tramp/Makefile tramp/Makefile --- /usr/ports/net/tramp/Makefile Thu Jul 22 07:14:05 2004 +++ tramp/Makefile Fri Oct 1 09:42:06 2004 @@ -6,7 +6,7 @@ # PORTNAME= tramp -PORTVERSION= 2.0.43 +PORTVERSION= 2.0.44 CATEGORIES= net elisp MASTER_SITES= ${MASTER_SITE_SAVANNAH} MASTER_SITE_SUBDIR= ${PORTNAME} diff -ruN /usr/ports/net/tramp/distinfo tramp/distinfo --- /usr/ports/net/tramp/distinfo Thu Jul 22 07:14:05 2004 +++ tramp/distinfo Fri Oct 1 09:42:11 2004 @@ -1,2 +1,2 @@ -MD5 (tramp-2.0.43.tar.gz) = a594c9a93239a81e8a51fe54f5a7dcbf -SIZE (tramp-2.0.43.tar.gz) = 368387 +MD5 (tramp-2.0.44.tar.gz) = c011ae12c22f6967714c8b7ceef58b9f +SIZE (tramp-2.0.44.tar.gz) = 288405 --- tramp.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Oct 1 19: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 448C316A537 for ; Fri, 1 Oct 2004 19:20:27 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1A2E143D55 for ; Fri, 1 Oct 2004 19:20:27 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i91JKQFu004476 for ; Fri, 1 Oct 2004 19: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 i91JKQKk004475; Fri, 1 Oct 2004 19:20:26 GMT (envelope-from gnats) Resent-Date: Fri, 1 Oct 2004 19:20:26 GMT Resent-Message-Id: <200410011920.i91JKQKk004475@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 B81F416A4CE for ; Fri, 1 Oct 2004 19:18:10 +0000 (GMT) Received: from mail-kv.alkar.net (mail-kv.alkar.net [195.248.176.165]) by mx1.FreeBSD.org (Postfix) with ESMTP id 78A6043D2D for ; Fri, 1 Oct 2004 19:18:10 +0000 (GMT) (envelope-from anray@inet.ua) Received: from [212.86.247.3] (helo=santinel.home.ua) by mail-kv.alkar.net with esmtp (Exim 4.34 (FreeBSD)) id 1CDSuv-000Lt9-7C for FreeBSD-gnats-submit@freebsd.org; Fri, 01 Oct 2004 22:18:09 +0300 Received: from anray by santinel.home.ua with local (Exim 4.42; FreeBSD) id 1CDSuz-0007zg-P0 for ; Fri, 01 Oct 2004 22:18:13 +0300 Message-Id: Date: Fri, 01 Oct 2004 22:18:13 +0300 From: Andrey Slusar To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/72236: [PATCH] net/gaim: update to new version 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: Fri, 01 Oct 2004 19:20:27 -0000 >Number: 72236 >Category: ports >Synopsis: [PATCH] net/gaim: update to new version >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: Fri Oct 01 19:20:26 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Andrey Slusar >Release: FreeBSD 5.3-BETA6 i386 >Organization: Santinel >Environment: System: FreeBSD santinel.home.ua 5.3-BETA6 FreeBSD 5.3-BETA6 #0: Tue Sep 28 12:20:39 EEST 2004 anray@santinel.home.ua:/usr/obj/usr/src/sys/ANRAY i386 >Description: Update from 0.82.1 to 1.0.0 >How-To-Repeat: >Fix: --- gaim.diff begins here --- diff -ruN /usr/ports/net/gaim/Makefile gaim/Makefile --- /usr/ports/net/gaim/Makefile Mon Aug 30 09:00:04 2004 +++ gaim/Makefile Sat Sep 25 04:02:46 2004 @@ -5,7 +5,7 @@ # PORTNAME= gaim -PORTVERSION= 0.82.1 +PORTVERSION= 1.0.0 CATEGORIES?= net MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} diff -ruN /usr/ports/net/gaim/distinfo gaim/distinfo --- /usr/ports/net/gaim/distinfo Mon Aug 30 09:00:04 2004 +++ gaim/distinfo Sat Sep 25 04:52:00 2004 @@ -1,2 +1,2 @@ -MD5 (gaim-0.82.1.tar.bz2) = 94484a0328dbe8073c8a97c572ce959b -SIZE (gaim-0.82.1.tar.bz2) = 4604261 +MD5 (gaim-1.0.0.tar.bz2) = 6121484e676e716ab8f3f6416a6f44a9 +SIZE (gaim-1.0.0.tar.bz2) = 4775279 --- gaim.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Oct 1 19:23: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 A1B6916A4CE; Fri, 1 Oct 2004 19:23:32 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 835BE43D39; Fri, 1 Oct 2004 19:23:32 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from freefall.freebsd.org (pav@localhost [127.0.0.1]) i91JNW7K004576; Fri, 1 Oct 2004 19:23:32 GMT (envelope-from pav@freefall.freebsd.org) Received: (from pav@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i91JNWtv004572; Fri, 1 Oct 2004 19:23:32 GMT (envelope-from pav) Date: Fri, 1 Oct 2004 19:23:32 GMT From: Pav Lucistnik Message-Id: <200410011923.i91JNWtv004572@freefall.freebsd.org> To: pav@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, pav@FreeBSD.org Subject: Re: ports/72172: Update security/py-pycrypto from 1.9alpha6 to 2.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: Fri, 01 Oct 2004 19:23:32 -0000 Synopsis: Update security/py-pycrypto from 1.9alpha6 to 2.0 Responsible-Changed-From-To: freebsd-ports-bugs->pav Responsible-Changed-By: pav Responsible-Changed-When: Fri Oct 1 19:23:24 GMT 2004 Responsible-Changed-Why: Advanced trickery... http://www.freebsd.org/cgi/query-pr.cgi?pr=72172 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Oct 1 19:26: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 F07AB16A4CE; Fri, 1 Oct 2004 19:26:15 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id CE1EF43D45; Fri, 1 Oct 2004 19:26:15 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from freefall.freebsd.org (pav@localhost [127.0.0.1]) i91JQF6B004662; Fri, 1 Oct 2004 19:26:15 GMT (envelope-from pav@freefall.freebsd.org) Received: (from pav@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i91JQFI1004658; Fri, 1 Oct 2004 19:26:15 GMT (envelope-from pav) Date: Fri, 1 Oct 2004 19:26:15 GMT From: Pav Lucistnik Message-Id: <200410011926.i91JQFI1004658@freefall.freebsd.org> To: anray@inet.ua, pav@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/72236: [PATCH] net/gaim: update to new version 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, 01 Oct 2004 19:26:16 -0000 Synopsis: [PATCH] net/gaim: update to new version State-Changed-From-To: open->closed State-Changed-By: pav State-Changed-When: Fri Oct 1 19:25:51 GMT 2004 State-Changed-Why: Thank you but we already have this port updated and ready! The ongoing ports freeze is preventing us to commit it to FreeBSD CVS repository. http://www.freebsd.org/cgi/query-pr.cgi?pr=72236 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Oct 1 19:30: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 5114A16A4CE for ; Fri, 1 Oct 2004 19:30:12 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 29B5243D45 for ; Fri, 1 Oct 2004 19:30:12 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i91JUC5e004786 for ; Fri, 1 Oct 2004 19:30:12 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i91JUCRq004779; Fri, 1 Oct 2004 19:30:12 GMT (envelope-from gnats) Resent-Date: Fri, 1 Oct 2004 19:30:12 GMT Resent-Message-Id: <200410011930.i91JUCRq004779@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 9173A16A4CE for ; Fri, 1 Oct 2004 19:25:49 +0000 (GMT) Received: from mail-kv.alkar.net (mail-kv.alkar.net [195.248.176.165]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2BAA943D48 for ; Fri, 1 Oct 2004 19:25:49 +0000 (GMT) (envelope-from anray@inet.ua) Received: from [212.86.247.3] (helo=santinel.home.ua) by mail-kv.alkar.net with esmtp (Exim 4.34 (FreeBSD)) id 1CDT2I-000M5I-O2 for FreeBSD-gnats-submit@freebsd.org; Fri, 01 Oct 2004 22:25:47 +0300 Received: from anray by santinel.home.ua with local (Exim 4.42; FreeBSD) id 1CDT2N-00082l-4C for ; Fri, 01 Oct 2004 22:25:51 +0300 Message-Id: Date: Fri, 01 Oct 2004 22:25:51 +0300 From: Andrey Slusar To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/72237: [MAINTAINER] russian/gaim: port is obsolete. Remove from port tree 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: Fri, 01 Oct 2004 19:30:12 -0000 >Number: 72237 >Category: ports >Synopsis: [MAINTAINER] russian/gaim: port is obsolete. Remove from port tree >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 01 19:30:11 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Andrey Slusar >Release: FreeBSD 5.3-BETA6 i386 >Organization: Santinel >Environment: System: FreeBSD santinel.home.ua 5.3-BETA6 FreeBSD 5.3-BETA6 #0: Tue Sep 28 12:20:39 EEST 2004 anray@santinel.home.ua:/usr/obj/usr/src/sys/ANRAY i386 >Description: russian/gaim is obsolete - charset changing for oscar plugin added to original gaim 0.82 and fixed in version 1.0.0 (see net/gaim) Remove russian/gaim from ports tree >How-To-Repeat: See gaim Changelog >Fix: Remove russian/gaim from ports tree >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Oct 1 19:30: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 0C0C916A4D2; Fri, 1 Oct 2004 19:30:15 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id E120843D4C; Fri, 1 Oct 2004 19:30:14 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from freefall.freebsd.org (pav@localhost [127.0.0.1]) i91JUEqL004875; Fri, 1 Oct 2004 19:30:14 GMT (envelope-from pav@freefall.freebsd.org) Received: (from pav@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i91JUEHL004871; Fri, 1 Oct 2004 19:30:14 GMT (envelope-from pav) Date: Fri, 1 Oct 2004 19:30:14 GMT From: Pav Lucistnik Message-Id: <200410011930.i91JUEHL004871@freefall.freebsd.org> To: M.Indlekofer@fz-juelich.de, pav@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, pav@FreeBSD.org Subject: Re: ports/72192: Update port: converters/cmios9 new version 2.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: Fri, 01 Oct 2004 19:30:15 -0000 Synopsis: Update port: converters/cmios9 new version 2.0 State-Changed-From-To: open->feedback State-Changed-By: pav State-Changed-When: Fri Oct 1 19:29:26 GMT 2004 State-Changed-Why: Please resubmit your update in unified diff format instead of shar format. http://www.freebsd.org/doc/en/books/porters-handbook/port-upgrading.html Responsible-Changed-From-To: freebsd-ports-bugs->pav Responsible-Changed-By: pav Responsible-Changed-When: Fri Oct 1 19:29:26 GMT 2004 Responsible-Changed-Why: Handle. http://www.freebsd.org/cgi/query-pr.cgi?pr=72192 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Oct 1 19:32: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 39A9316A4CF; Fri, 1 Oct 2004 19:32:27 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0F81443D2F; Fri, 1 Oct 2004 19:32:27 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from freefall.freebsd.org (pav@localhost [127.0.0.1]) i91JWQxk006105; Fri, 1 Oct 2004 19:32:26 GMT (envelope-from pav@freefall.freebsd.org) Received: (from pav@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i91JWMS6006101; Fri, 1 Oct 2004 19:32:22 GMT (envelope-from pav) Date: Fri, 1 Oct 2004 19:32:22 GMT From: Pav Lucistnik Message-Id: <200410011932.i91JWMS6006101@freefall.freebsd.org> To: fernan@iib.unsam.edu.ar, pav@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, pav@FreeBSD.org Subject: Re: ports/72212: update biology/phylip to 3.62 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, 01 Oct 2004 19:32:27 -0000 Synopsis: update biology/phylip to 3.62 State-Changed-From-To: open->feedback State-Changed-By: pav State-Changed-When: Fri Oct 1 19:32:08 GMT 2004 State-Changed-Why: Asked maintainer for approval. Responsible-Changed-From-To: freebsd-ports-bugs->pav Responsible-Changed-By: pav Responsible-Changed-When: Fri Oct 1 19:32:08 GMT 2004 Responsible-Changed-Why: Handle. http://www.freebsd.org/cgi/query-pr.cgi?pr=72212 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Oct 1 19:34: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 11DFC16A4CE; Fri, 1 Oct 2004 19:34:02 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id E627643D3F; Fri, 1 Oct 2004 19:34:01 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from freefall.freebsd.org (pav@localhost [127.0.0.1]) i91JY15N006182; Fri, 1 Oct 2004 19:34:01 GMT (envelope-from pav@freefall.freebsd.org) Received: (from pav@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i91JY1FJ006178; Fri, 1 Oct 2004 19:34:01 GMT (envelope-from pav) Date: Fri, 1 Oct 2004 19:34:01 GMT From: Pav Lucistnik Message-Id: <200410011934.i91JY1FJ006178@freefall.freebsd.org> To: pav@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, ale@FreeBSD.org Subject: Re: ports/72191: building problem for php4-pcre and php4-gd 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, 01 Oct 2004 19:34:02 -0000 Synopsis: building problem for php4-pcre and php4-gd Responsible-Changed-From-To: freebsd-ports-bugs->ale Responsible-Changed-By: pav Responsible-Changed-When: Fri Oct 1 19:33:51 GMT 2004 Responsible-Changed-Why: Over to maintainer. http://www.freebsd.org/cgi/query-pr.cgi?pr=72191 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Oct 1 19:39: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 8B2BC16A4CE; Fri, 1 Oct 2004 19:39:43 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6CF7A43D4C; Fri, 1 Oct 2004 19:39:43 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from freefall.freebsd.org (pav@localhost [127.0.0.1]) i91JdhQG006600; Fri, 1 Oct 2004 19:39:43 GMT (envelope-from pav@freefall.freebsd.org) Received: (from pav@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i91JdhWk006596; Fri, 1 Oct 2004 19:39:43 GMT (envelope-from pav) Date: Fri, 1 Oct 2004 19:39:43 GMT From: Pav Lucistnik Message-Id: <200410011939.i91JdhWk006596@freefall.freebsd.org> To: pav@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, pav@FreeBSD.org Subject: Re: ports/72169: [MAINTAINER] sysutils/radmind: update to 1.3.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, 01 Oct 2004 19:39:43 -0000 Synopsis: [MAINTAINER] sysutils/radmind: update to 1.3.2 Responsible-Changed-From-To: freebsd-ports-bugs->pav Responsible-Changed-By: pav Responsible-Changed-When: Fri Oct 1 19:39:35 GMT 2004 Responsible-Changed-Why: Poke http://www.freebsd.org/cgi/query-pr.cgi?pr=72169 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Oct 1 19:50: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 8966316A4CE; Fri, 1 Oct 2004 19:50:22 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6B06B43D1D; Fri, 1 Oct 2004 19:50:22 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from freefall.freebsd.org (pav@localhost [127.0.0.1]) i91JoM8O007395; Fri, 1 Oct 2004 19:50:22 GMT (envelope-from pav@freefall.freebsd.org) Received: (from pav@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i91JoMqv007391; Fri, 1 Oct 2004 19:50:22 GMT (envelope-from pav) Date: Fri, 1 Oct 2004 19:50:22 GMT From: Pav Lucistnik Message-Id: <200410011950.i91JoMqv007391@freefall.freebsd.org> To: pav@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, pav@FreeBSD.org Subject: Re: ports/72237: [MAINTAINER] russian/gaim: port is obsolete. Remove from port tree 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, 01 Oct 2004 19:50:22 -0000 Synopsis: [MAINTAINER] russian/gaim: port is obsolete. Remove from port tree Responsible-Changed-From-To: freebsd-ports-bugs->pav Responsible-Changed-By: pav Responsible-Changed-When: Fri Oct 1 19:50:09 GMT 2004 Responsible-Changed-Why: I'll do the raping once freeze is over. Muhehe! http://www.freebsd.org/cgi/query-pr.cgi?pr=72237 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Oct 1 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 CB12916A4CE for ; Fri, 1 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 A5D5143D46 for ; Fri, 1 Oct 2004 19:50:29 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i91JoTcV007496 for ; Fri, 1 Oct 2004 19: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 i91JoToM007495; Fri, 1 Oct 2004 19:50:29 GMT (envelope-from gnats) Date: Fri, 1 Oct 2004 19:50:29 GMT Message-Id: <200410011950.i91JoToM007495@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Ceri Davies Subject: Re: ports/72198: Update port: mail/mailgraph X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Ceri Davies List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Oct 2004 19:50:29 -0000 The following reply was made to PR ports/72198; it has been noted by GNATS. From: Ceri Davies To: FreeBSD Gnats Submit Cc: Subject: Re: ports/72198: Update port: mail/mailgraph Date: Fri, 1 Oct 2004 20:41:56 +0100 Adding to audit trail, from misfiled PR ports/72201: Date: Thu, 30 Sep 2004 22:51:09 +0800 From: Rong-En Fan Message-Id: <20040930145109.GA6015@svm.csie.ntu.edu.tw> References: <20040930134333.B7F69266@netnews.NCTU.edu.tw> looks good, but there is a missing ) after ${WWWGRP} + @${ECHO_MSG} "MAILGRAPH_GROUP=www Group to run mailgraph (Default: ${WWWGRP}" please commit it with the fix above. Rong-En Fan, maintainer On Thu, Sep 30, 2004 at 09:43:33PM +0800, Gea-Suan Lin wrote: > > >Submitter-Id: current-users > >Originator: Gea-Suan Lin > >Organization: > >Confidential: no > >Synopsis: Update port: mail/mailgraph > >Severity: non-critical > >Priority: low > >Category: ports > >Class: change-request > >Release: FreeBSD 4.10-RELEASE-p2 i386 > >Environment: > System: FreeBSD netnews.NCTU.edu.tw 4.10-RELEASE-p2 FreeBSD 4.10-RELEASE-p2 #0: Tue Aug 10 21:24:00 CST 2004 root@netnews.NCTU.edu.tw:/da1/usr.obj/da0/usr.src/sys/NETNEWS i386 > > > > >Description: > Use ${WWWOWN} & ${WWWGRP} (predefined in bsd.port.mk) instead of > www & www. > > >How-To-Repeat: > > >Fix: > > diff -ruN /usr/ports/mail/mailgraph/Makefile mailgraph/Makefile > --- /usr/ports/mail/mailgraph/Makefile Wed Jul 14 03:14:13 2004 > +++ mailgraph/Makefile Thu Sep 30 21:40:37 2004 > @@ -20,8 +20,8 @@ > NO_BUILD= yes > > DATADIR?= /var/db/mailgraph > -MAILGRAPH_USER?= www > -MAILGRAPH_GROUP?= www > +MAILGRAPH_USER?= ${WWWOWN} > +MAILGRAPH_GROUP?= ${WWWGRP} > > USE_REINPLACE= yes > USE_RC_SUBR= yes > @@ -37,8 +37,8 @@ > @${ECHO_MSG} "You may set following options:" > @${ECHO_MSG} > @${ECHO_MSG} "DATADIR=/var/db/mailgraph Where do you put RRD databases?" > - @${ECHO_MSG} "MAILGRAPH_USER=www User to run mailgraph" > - @${ECHO_MSG} "MAILGRAPH_GROUP=www Group to run mailgraph" > + @${ECHO_MSG} "MAILGRAPH_USER=www User to run mailgraph (Default: ${WWWOWN})" > + @${ECHO_MSG} "MAILGRAPH_GROUP=www Group to run mailgraph (Default: ${WWWGRP}" > @${ECHO_MSG} > > post-patch: > > > From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Oct 1 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 6EB9C16A4CE for ; Fri, 1 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 46A0443D46 for ; Fri, 1 Oct 2004 20:10:29 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i91KATf8011933 for ; Fri, 1 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 i91KATYV011932; Fri, 1 Oct 2004 20:10:29 GMT (envelope-from gnats) Resent-Date: Fri, 1 Oct 2004 20:10:29 GMT Resent-Message-Id: <200410012010.i91KATYV011932@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, Alfred Perlstein Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B629A16A4CE for ; Fri, 1 Oct 2004 20:03:43 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id AB1DA43D31 for ; Fri, 1 Oct 2004 20:03:43 +0000 (GMT) (envelope-from alfred@FreeBSD.org) Received: from freefall.freebsd.org (alfred@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.11/8.12.11) with ESMTP id i91K3hJ9008001 for ; Fri, 1 Oct 2004 20:03:43 GMT (envelope-from alfred@freefall.freebsd.org) Received: (from alfred@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i91K3h8a008000; Fri, 1 Oct 2004 20:03:43 GMT (envelope-from alfred) Message-Id: <200410012003.i91K3h8a008000@freefall.freebsd.org> Date: Fri, 1 Oct 2004 20:03:43 GMT From: Alfred Perlstein To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/72239: update for textproc/unrtf X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Alfred Perlstein List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Oct 2004 20:10:29 -0000 >Number: 72239 >Category: ports >Synopsis: update for textproc/unrtf >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: Fri Oct 01 20:10:28 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Alfred Perlstein >Release: FreeBSD 4.10-STABLE i386 >Organization: Research Engineering Development >Environment: System: FreeBSD freefall.freebsd.org 4.10-STABLE FreeBSD 4.10-STABLE #13: Fri May 28 21:29:54 PDT 2004 kensmith@freefall.freebsd.org:/c/src/sys/compile/FREEFALL i386 >Description: Update for textproc/unrtf >How-To-Repeat: >Fix: Index: Makefile =================================================================== RCS file: /home/ncvs/ports/textproc/unrtf/Makefile,v retrieving revision 1.8 diff -u -r1.8 Makefile --- Makefile 5 Feb 2004 20:37:58 -0000 1.8 +++ Makefile 1 Oct 2004 04:13:06 -0000 @@ -5,7 +5,7 @@ # $FreeBSD: ports/textproc/unrtf/Makefile,v 1.8 2004/02/05 20:37:58 trevor Exp $ PORTNAME= unrtf -PORTVERSION= 0.19.1 +PORTVERSION= 0.19.3 CATEGORIES= textproc MASTER_SITES= http://unrtf.50megs.com/ \ ${MASTER_SITE_GNU} Index: distinfo =================================================================== RCS file: /home/ncvs/ports/textproc/unrtf/distinfo,v retrieving revision 1.3 diff -u -r1.3 distinfo --- distinfo 29 Jan 2004 16:12:10 -0000 1.3 +++ distinfo 1 Oct 2004 04:13:23 -0000 @@ -1,2 +1,2 @@ -MD5 (unrtf-0.19.1.tar.gz) = 1882e598ebc89ca1d9eda8f592cefbdf -SIZE (unrtf-0.19.1.tar.gz) = 45189 +MD5 (unrtf-0.19.3.tar.gz) = e7eedca559efd94baf6f9541d7510a9b +SIZE (unrtf-0.19.3.tar.gz) = 127770 >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Oct 1 20:12:55 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 2798916A4CE; Fri, 1 Oct 2004 20:12:55 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0943E43D2D; Fri, 1 Oct 2004 20:12:55 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from freefall.freebsd.org (pav@localhost [127.0.0.1]) i91KCs4o012148; Fri, 1 Oct 2004 20:12:54 GMT (envelope-from pav@freefall.freebsd.org) Received: (from pav@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i91KCs6U012144; Fri, 1 Oct 2004 20:12:54 GMT (envelope-from pav) Date: Fri, 1 Oct 2004 20:12:54 GMT From: Pav Lucistnik Message-Id: <200410012012.i91KCs6U012144@freefall.freebsd.org> To: pav@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, lkoeller@FreeBSD.org Subject: Re: ports/72197: update math/grace to 5.1.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: Fri, 01 Oct 2004 20:12:55 -0000 Synopsis: update math/grace to 5.1.17 Responsible-Changed-From-To: freebsd-ports-bugs->lkoeller Responsible-Changed-By: pav Responsible-Changed-When: Fri Oct 1 20:12:41 GMT 2004 Responsible-Changed-Why: Over to maintainer http://www.freebsd.org/cgi/query-pr.cgi?pr=72197 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Oct 1 20:25: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 F210E16A4CF; Fri, 1 Oct 2004 20:25:42 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id BB64643D2F; Fri, 1 Oct 2004 20:25:42 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from freefall.freebsd.org (pav@localhost [127.0.0.1]) i91KPgjQ012665; Fri, 1 Oct 2004 20:25:42 GMT (envelope-from pav@freefall.freebsd.org) Received: (from pav@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i91KPgqV012661; Fri, 1 Oct 2004 20:25:42 GMT (envelope-from pav) Date: Fri, 1 Oct 2004 20:25:42 GMT From: Pav Lucistnik Message-Id: <200410012025.i91KPgqV012661@freefall.freebsd.org> To: pav@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, pav@FreeBSD.org Subject: Re: ports/72198: Update port: mail/mailgraph 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, 01 Oct 2004 20:25:43 -0000 Synopsis: Update port: mail/mailgraph Responsible-Changed-From-To: freebsd-ports-bugs->pav Responsible-Changed-By: pav Responsible-Changed-When: Fri Oct 1 20:25:36 GMT 2004 Responsible-Changed-Why: Poke. http://www.freebsd.org/cgi/query-pr.cgi?pr=72198 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Oct 1 20:32: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 8375A16A4CE; Fri, 1 Oct 2004 20:32:27 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 656A143D2D; Fri, 1 Oct 2004 20:32:27 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from freefall.freebsd.org (pav@localhost [127.0.0.1]) i91KWRCn013989; Fri, 1 Oct 2004 20:32:27 GMT (envelope-from pav@freefall.freebsd.org) Received: (from pav@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i91KWRZ7013985; Fri, 1 Oct 2004 20:32:27 GMT (envelope-from pav) Date: Fri, 1 Oct 2004 20:32:27 GMT From: Pav Lucistnik Message-Id: <200410012032.i91KWRZ7013985@freefall.freebsd.org> To: pav@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, pav@FreeBSD.org Subject: Re: ports/72165: [patch] games/freebsd-games: adventure dumps core on save 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, 01 Oct 2004 20:32:27 -0000 Synopsis: [patch] games/freebsd-games: adventure dumps core on save Responsible-Changed-From-To: freebsd-ports-bugs->pav Responsible-Changed-By: pav Responsible-Changed-When: Fri Oct 1 20:32:20 GMT 2004 Responsible-Changed-Why: Poke. http://www.freebsd.org/cgi/query-pr.cgi?pr=72165 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Oct 1 20:33: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 3D91316A4CE; Fri, 1 Oct 2004 20:33:13 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1B5F043D5C; Fri, 1 Oct 2004 20:33:13 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from freefall.freebsd.org (pav@localhost [127.0.0.1]) i91KXCMi014066; Fri, 1 Oct 2004 20:33:13 GMT (envelope-from pav@freefall.freebsd.org) Received: (from pav@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i91KXC4R014062; Fri, 1 Oct 2004 20:33:12 GMT (envelope-from pav) Date: Fri, 1 Oct 2004 20:33:12 GMT From: Pav Lucistnik Message-Id: <200410012033.i91KXC4R014062@freefall.freebsd.org> To: umeno@rr.iij4u.or.jp, pav@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/71942: Maintainer Update: games/gbottler to 0.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: Fri, 01 Oct 2004 20:33:13 -0000 Synopsis: Maintainer Update: games/gbottler to 0.1.1 State-Changed-From-To: open->closed State-Changed-By: pav State-Changed-When: Fri Oct 1 20:33:03 GMT 2004 State-Changed-Why: Replaced by ports/72155 http://www.freebsd.org/cgi/query-pr.cgi?pr=71942 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Oct 1 20:36: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 B1D0916A4CE; Fri, 1 Oct 2004 20:36:27 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9340543D2D; Fri, 1 Oct 2004 20:36:27 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from freefall.freebsd.org (pav@localhost [127.0.0.1]) i91KaRp6014162; Fri, 1 Oct 2004 20:36:27 GMT (envelope-from pav@freefall.freebsd.org) Received: (from pav@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i91KaRb9014158; Fri, 1 Oct 2004 20:36:27 GMT (envelope-from pav) Date: Fri, 1 Oct 2004 20:36:27 GMT From: Pav Lucistnik Message-Id: <200410012036.i91KaRb9014158@freefall.freebsd.org> To: pav@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, pav@FreeBSD.org Subject: Re: ports/72164: maintainer-update ports: mail/relay-ctrl 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: Fri, 01 Oct 2004 20:36:27 -0000 Synopsis: maintainer-update ports: mail/relay-ctrl Drop maintainership Responsible-Changed-From-To: freebsd-ports-bugs->pav Responsible-Changed-By: pav Responsible-Changed-When: Fri Oct 1 20:36:14 GMT 2004 Responsible-Changed-Why: Poke. http://www.freebsd.org/cgi/query-pr.cgi?pr=72164 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Oct 1 20:37: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 B975916A4CE; Fri, 1 Oct 2004 20:37:42 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 98C9E43D55; Fri, 1 Oct 2004 20:37:42 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from freefall.freebsd.org (pav@localhost [127.0.0.1]) i91Kbgp3014242; Fri, 1 Oct 2004 20:37:42 GMT (envelope-from pav@freefall.freebsd.org) Received: (from pav@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i91Kbglh014238; Fri, 1 Oct 2004 20:37:42 GMT (envelope-from pav) Date: Fri, 1 Oct 2004 20:37:42 GMT From: Pav Lucistnik Message-Id: <200410012037.i91Kbglh014238@freefall.freebsd.org> To: pav@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, pav@FreeBSD.org Subject: Re: ports/72233: [MAINTAINER] www/wordpress: lacking for runtime depend php4-pcre 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, 01 Oct 2004 20:37:42 -0000 Synopsis: [MAINTAINER] www/wordpress: lacking for runtime depend php4-pcre Responsible-Changed-From-To: freebsd-ports-bugs->pav Responsible-Changed-By: pav Responsible-Changed-When: Fri Oct 1 20:37:36 GMT 2004 Responsible-Changed-Why: Poke http://www.freebsd.org/cgi/query-pr.cgi?pr=72233 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Oct 1 20:39: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 567C316A4CE; Fri, 1 Oct 2004 20:39:16 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2F87043D48; Fri, 1 Oct 2004 20:39:16 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from freefall.freebsd.org (pav@localhost [127.0.0.1]) i91KdG8N014399; Fri, 1 Oct 2004 20:39:16 GMT (envelope-from pav@freefall.freebsd.org) Received: (from pav@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i91KdGDt014395; Fri, 1 Oct 2004 20:39:16 GMT (envelope-from pav) Date: Fri, 1 Oct 2004 20:39:16 GMT From: Pav Lucistnik Message-Id: <200410012039.i91KdGDt014395@freefall.freebsd.org> To: umeno@rr.iij4u.or.jp, pav@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/72160: Maintainer Update: games/pykawari broken of 4-stable 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, 01 Oct 2004 20:39:16 -0000 Synopsis: Maintainer Update: games/pykawari broken of 4-stable State-Changed-From-To: open->closed State-Changed-By: pav State-Changed-When: Fri Oct 1 20:39:06 GMT 2004 State-Changed-Why: This have been taken care by kris already. http://www.freebsd.org/cgi/query-pr.cgi?pr=72160 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Oct 1 20:47: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 A128016A4CE; Fri, 1 Oct 2004 20:47:12 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 83FD943D48; Fri, 1 Oct 2004 20:47:12 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from freefall.freebsd.org (pav@localhost [127.0.0.1]) i91KlCYd014664; Fri, 1 Oct 2004 20:47:12 GMT (envelope-from pav@freefall.freebsd.org) Received: (from pav@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i91KlCD1014660; Fri, 1 Oct 2004 20:47:12 GMT (envelope-from pav) Date: Fri, 1 Oct 2004 20:47:12 GMT From: Pav Lucistnik Message-Id: <200410012047.i91KlCD1014660@freefall.freebsd.org> To: pav@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, pav@FreeBSD.org Subject: Re: ports/72158: Wmconfig port update to V1.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, 01 Oct 2004 20:47:12 -0000 Synopsis: Wmconfig port update to V1.2.2 Responsible-Changed-From-To: freebsd-ports-bugs->pav Responsible-Changed-By: pav Responsible-Changed-When: Fri Oct 1 20:47:06 GMT 2004 Responsible-Changed-Why: Poke http://www.freebsd.org/cgi/query-pr.cgi?pr=72158 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Oct 1 21:00: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 0C96116A4CF for ; Fri, 1 Oct 2004 21:00:38 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id E059143D45 for ; Fri, 1 Oct 2004 21:00:37 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i91L0bqf015277 for ; Fri, 1 Oct 2004 21:00:37 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i91L0bjO015274; Fri, 1 Oct 2004 21:00:37 GMT (envelope-from gnats) Resent-Date: Fri, 1 Oct 2004 21:00:37 GMT Resent-Message-Id: <200410012100.i91L0bjO015274@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 2181B16A4CE for ; Fri, 1 Oct 2004 20:54:18 +0000 (GMT) Received: from sep.oldach.net (sep.oldach.net [194.180.25.6]) by mx1.FreeBSD.org (Postfix) with ESMTP id EB62E43D5C for ; Fri, 1 Oct 2004 20:54:16 +0000 (GMT) (envelope-from hmo@sep.oldach.net) Received: from sep.oldach.net (localhost [127.0.0.1])i91KsARl056395 (version=TLSv1/SSLv3 cipher=DHE-DSS-AES256-SHA bits=256 verify=NO) for ; Fri, 1 Oct 2004 22:54:11 +0200 (CEST) (envelope-from hmo@sep.oldach.net) Received: (from hmo@localhost) by sep.oldach.net (8.13.1/8.13.1/Submit) id i91KcBGP045264; Fri, 1 Oct 2004 22:38:11 +0200 (CEST) (envelope-from hmo) Message-Id: <200410012038.i91KcBGP045264@sep.oldach.net> Date: Fri, 1 Oct 2004 22:38:11 +0200 (CEST) From: Helge Oldach To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 cc: "popper-oct04@oldach.net.ache"@FreeBSD.org Subject: ports/72241: ports/popper fails to install 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: Fri, 01 Oct 2004 21:00:38 -0000 >Number: 72241 >Category: ports >Synopsis: ports/popper fails to install >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 01 21:00:37 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Helge Oldach >Release: FreeBSD 4.10-STABLE i386 >Organization: >Environment: System: FreeBSD you.lose.oldach.net 4.10-STABLE FreeBSD 4.10-STABLE #1970: Sun Aug 29 17:44:42 CEST 2004 toor@you.lose.oldach.net:/usr/obj/usr/src/sys/GENERIC i386 >Description: Wrong pre-install target in Makefile: # make all install ===================snip======================= cc pop_dele.o pop_dropcopy.o pop_get_command.o pop_get_subcommand.o pop_init.o pop_last.o pop_list.o pop_log.o pop_lower.o pop_msg.o pop_parse.o pop_pass.o pop_quit.o pop_rset.o pop_send.o pop_stat.o pop_updt.o pop_user.o pop_xtnd.o pop_xmit.o popper.o pop_bull.o xtnd_xlst.o pop_uidl.o pop_rpop.o pop_apop.o pop_auth.o sendto.o -o popper -lopie -lmd -lutil -lcrypt cc -c -I. -I. -O -pipe -DHAVE_CONFIG_H -DSETPROCTITLE -DKEEP_TEMP_DROP -DBSD44_DBM -DBIND43 -DBULLDB -DNONAUTHFILE='"/etc/ftpusers"' -DOPIE -DNO_STATUS -UOPIE popauth.c -o popauth.o cc -o popauth popauth.o ===> Installing for qpopper-2.53_5 PKG_PREFIX=/usr/local /bin/sh pkg-install qpopper-2.53_5 PRE-INSTALL pkg-install: Can't open pkg-install: No such file or directory *** Error code 2 Stop in /usr/ports/mail/popper. *** Error code 1 Stop in /usr/ports/mail/popper. >How-To-Repeat: >Fix: --- Makefile~ Wed Sep 22 08:02:17 2004 +++ Makefile Fri Oct 1 22:31:39 2004 @@ -58,7 +58,7 @@ $(CP) ${FILESDIR}/sendto.c ${WRKSRC} pre-install: - PKG_PREFIX=${PREFIX} ${SH} pkg-install ${PKGNAME} PRE-INSTALL + PKG_PREFIX=${PREFIX} ${SH} ${MASTERDIR}/pkg-install ${PKGNAME} PRE-INSTALL do-install: cd ${WRKSRC} && \ >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Oct 1 21: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 3DC4F16A4D8 for ; Fri, 1 Oct 2004 21:30:28 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D899E43D31 for ; Fri, 1 Oct 2004 21:30:27 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i91LUR8K019730 for ; Fri, 1 Oct 2004 21:30:27 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i91LUR9j019725; Fri, 1 Oct 2004 21:30:27 GMT (envelope-from gnats) Resent-Date: Fri, 1 Oct 2004 21:30:27 GMT Resent-Message-Id: <200410012130.i91LUR9j019725@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 8D38616A4CE for ; Fri, 1 Oct 2004 21:20:53 +0000 (GMT) Received: from woozle.rinet.ru (woozle.rinet.ru [195.54.192.68]) by mx1.FreeBSD.org (Postfix) with ESMTP id DD37243D41 for ; Fri, 1 Oct 2004 21:20:52 +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 i91LKpqx099208 for ; Sat, 2 Oct 2004 01:20:51 +0400 (MSD) (envelope-from marck@woozle.rinet.ru) Received: (from marck@localhost) by woozle.rinet.ru (8.13.1/8.13.1/Submit) id i91LKpjB099207; Sat, 2 Oct 2004 01:20:51 +0400 (MSD) (envelope-from marck) Message-Id: <200410012120.i91LKpjB099207@woozle.rinet.ru> Date: Sat, 2 Oct 2004 01:20:51 +0400 (MSD) From: Dmitry Morozovsky To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/72242: [update] devel/cvs2p4 to contemporary 2.4 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: Fri, 01 Oct 2004 21:30:28 -0000 >Number: 72242 >Category: ports >Synopsis: [update] devel/cvs2p4 to contemporary 2.4 >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: Fri Oct 01 21:30:27 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: Here is update for CVS to Perforce conversion package written by Richard Geiger and distributed by Perforce as unsupported Perforce-related project. >How-To-Repeat: >Fix: Index: Makefile =================================================================== RCS file: /home/ncvs/ports/devel/cvs2p4/Makefile,v retrieving revision 1.8 diff -u -r1.8 Makefile --- Makefile 20 Feb 2003 17:06:41 -0000 1.8 +++ Makefile 1 Oct 2004 21:16:11 -0000 @@ -6,7 +6,7 @@ # PORTNAME= cvs2p4 -PORTVERSION= 1.3.3 +PORTVERSION= 2.4 CATEGORIES+= devel MASTER_SITES= ftp://public.perforce.com/public/perforce/utils/cvs2p4/ EXTRACT_SUFX= .tar Index: distinfo =================================================================== RCS file: /home/ncvs/ports/devel/cvs2p4/distinfo,v retrieving revision 1.3 diff -u -r1.3 distinfo --- distinfo 29 Jan 2004 07:22:58 -0000 1.3 +++ distinfo 1 Oct 2004 21:16:11 -0000 @@ -1,2 +1,2 @@ -MD5 (cvs2p4-1.3.3.tar) = a5b81372aec18ab8c4cbee7ab375d4f2 -SIZE (cvs2p4-1.3.3.tar) = 153600 +MD5 (cvs2p4-2.4.tar) = b90831dd257083c8316e2203262dbf1e +SIZE (cvs2p4-2.4.tar) = 194560 Index: pkg-plist =================================================================== RCS file: /home/ncvs/ports/devel/cvs2p4/pkg-plist,v retrieving revision 1.2 diff -u -r1.2 pkg-plist --- pkg-plist 17 May 2002 21:47:37 -0000 1.2 +++ pkg-plist 1 Oct 2004 21:16:11 -0000 @@ -8,20 +8,24 @@ cvs2p4/bin/genmetadata cvs2p4/bin/revmap cvs2p4/lib/util.pl +cvs2p4/test/Attic/datefile,v cvs2p4/test/changes.good cvs2p4/test/config +cvs2p4/test/datefile_readd,v cvs2p4/test/dollar$file,v cvs2p4/test/file,v cvs2p4/test/lines.good cvs2p4/test/metadata.good cvs2p4/test/norm cvs2p4/test/p4_changes_-l.good +cvs2p4/test/p4_describe-new.good cvs2p4/test/p4_describe.good -cvs2p4/test/p4_describe.good-r97.3 cvs2p4/test/p4_filesat.good cvs2p4/test/p4_labels.good +cvs2p4/test/phone.gif,v cvs2p4/test/runtest cvs2p4/test/space file,v +@dirrm cvs2p4/test/Attic @dirrm cvs2p4/test @dirrm cvs2p4/lib @dirrm cvs2p4/bin Index: files/patch-config =================================================================== RCS file: /home/ncvs/ports/devel/cvs2p4/files/patch-config,v retrieving revision 1.1 diff -u -r1.1 patch-config --- files/patch-config 1 Sep 2001 22:13:54 -0000 1.1 +++ files/patch-config 1 Oct 2004 21:16:11 -0000 @@ -1,5 +1,8 @@ ---- test/config.orig Tue Aug 28 07:48:21 2001 -+++ test/config Sun Sep 2 07:07:23 2001 + +$FreeBSD$ + +--- test/config.orig Wed Aug 27 23:35:53 2003 ++++ test/config Sat Oct 2 01:06:28 2004 @@ -6,7 +6,7 @@ # p4 command location (If other than "/usr/local/bin/p4") @@ -7,23 +10,23 @@ -$P4 = "/usr/local/bin/p4"; +$P4 = "!!PREFIX!!/bin/p4"; - # path to the RCS "co" command + # p4 command location (If other than "/usr/local/bin/p4d") # @@ -14,7 +14,7 @@ # Perforce server we're using. # --$P4PORT = "localhost:1678"; -+$P4PORT = "localhost:!!PERFORCE_PORT!!"; +-$P4PORT = "localhost:1680"; ++$P4PORT = "!!PERFORCE_PORT!!"; - # Perforce client name for the conversion client. - # I can't imagine why you'd want to change this, but maybe you can! -@@ -71,7 +71,7 @@ - - # Name of the "head" codeline + # Perforce server's P4ROOT + # +@@ -99,7 +99,7 @@ + # Perforce. But if that makes you nervous, you can set this to + # "trunk". # -$TRUNKLINE = "shemp"; +$TRUNKLINE = "head"; # Conventional branch tag name suffix to remove when importing to - # Perforce. (This is a netapp specific thing; our branch tags are + # Perforce. (This is a netapp specific thing; our branch tags were >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Oct 2 00:38: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 2B6EE16A4CE; Sat, 2 Oct 2004 00:38:52 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0BDA343D1F; Sat, 2 Oct 2004 00:38:52 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (linimon@localhost [127.0.0.1]) i920cplL040797; Sat, 2 Oct 2004 00:38:51 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i920cpBA040793; Sat, 2 Oct 2004 00:38:51 GMT (envelope-from linimon) Date: Sat, 2 Oct 2004 00:38:51 GMT From: Mark Linimon Message-Id: <200410020038.i920cpBA040793@freefall.freebsd.org> To: popper-oct04@oldach.net, linimon@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/72241: ports/popper fails to install 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: Sat, 02 Oct 2004 00:38:52 -0000 Synopsis: ports/popper fails to install State-Changed-From-To: open->closed State-Changed-By: linimon State-Changed-When: Sat Oct 2 00:38:41 GMT 2004 State-Changed-Why: Duplicate of 72240. http://www.freebsd.org/cgi/query-pr.cgi?pr=72241 From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Oct 2 00:42: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 2FB0C16A4CE; Sat, 2 Oct 2004 00:42:33 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0A2E643D3F; Sat, 2 Oct 2004 00:42:33 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (linimon@localhost [127.0.0.1]) i920gWDG040961; Sat, 2 Oct 2004 00:42:32 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i920gWhq040957; Sat, 2 Oct 2004 00:42:32 GMT (envelope-from linimon) Date: Sat, 2 Oct 2004 00:42:32 GMT From: Mark Linimon Message-Id: <200410020042.i920gWhq040957@freefall.freebsd.org> To: linimon@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, ache@FreeBSD.org Subject: Re: ports/72240: ports/popper fails to install 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: Sat, 02 Oct 2004 00:42:33 -0000 Synopsis: ports/popper fails to install Responsible-Changed-From-To: freebsd-ports-bugs->ache Responsible-Changed-By: linimon Responsible-Changed-When: Sat Oct 2 00:42:22 GMT 2004 Responsible-Changed-Why: Over to maintainer. http://www.freebsd.org/cgi/query-pr.cgi?pr=72240 From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Oct 2 02:19: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 E07E216A4CE; Sat, 2 Oct 2004 02:19:14 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id BABCF43D66; Sat, 2 Oct 2004 02:19:14 +0000 (GMT) (envelope-from leeym@FreeBSD.org) Received: from freefall.freebsd.org (leeym@localhost [127.0.0.1]) i922JE6f051763; Sat, 2 Oct 2004 02:19:14 GMT (envelope-from leeym@freefall.freebsd.org) Received: (from leeym@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i922JEMK051759; Sat, 2 Oct 2004 02:19:14 GMT (envelope-from leeym) Date: Sat, 2 Oct 2004 02:19:14 GMT From: Yen-Ming Lee Message-Id: <200410020219.i922JEMK051759@freefall.freebsd.org> To: leeym@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, leeym@FreeBSD.org Subject: Re: ports/72134: [PATCH] sysutils/tua: add USE_GCC=2.95 and unbreak 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: Sat, 02 Oct 2004 02:19:15 -0000 Synopsis: [PATCH] sysutils/tua: add USE_GCC=2.95 and unbreak Responsible-Changed-From-To: freebsd-ports-bugs->leeym Responsible-Changed-By: leeym Responsible-Changed-When: Sat Oct 2 02:19:13 GMT 2004 Responsible-Changed-Why: I will take care of this PR. http://www.freebsd.org/cgi/query-pr.cgi?pr=72134 From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Oct 2 02:19: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 DE46C16A4CE; Sat, 2 Oct 2004 02:19:37 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 974A643D4C; Sat, 2 Oct 2004 02:19:37 +0000 (GMT) (envelope-from leeym@FreeBSD.org) Received: from freefall.freebsd.org (leeym@localhost [127.0.0.1]) i922Jb5O051809; Sat, 2 Oct 2004 02:19:37 GMT (envelope-from leeym@freefall.freebsd.org) Received: (from leeym@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i922JbUG051805; Sat, 2 Oct 2004 02:19:37 GMT (envelope-from leeym) Date: Sat, 2 Oct 2004 02:19:37 GMT From: Yen-Ming Lee Message-Id: <200410020219.i922JbUG051805@freefall.freebsd.org> To: leeym@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, leeym@FreeBSD.org Subject: Re: ports/72214: [PATCH] chinese/zh-BBMan: add USE_GCC=3.3 and unbreak 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: Sat, 02 Oct 2004 02:19:38 -0000 Synopsis: [PATCH] chinese/zh-BBMan: add USE_GCC=3.3 and unbreak Responsible-Changed-From-To: freebsd-ports-bugs->leeym Responsible-Changed-By: leeym Responsible-Changed-When: Sat Oct 2 02:19:37 GMT 2004 Responsible-Changed-Why: I will take care of this PR. http://www.freebsd.org/cgi/query-pr.cgi?pr=72214 From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Oct 2 04: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 9AFC016A4CE for ; Sat, 2 Oct 2004 04:40:19 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7F0AB43D48 for ; Sat, 2 Oct 2004 04:40:19 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i924eJFp069591 for ; Sat, 2 Oct 2004 04: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 i924eJ2U069590; Sat, 2 Oct 2004 04:40:19 GMT (envelope-from gnats) Resent-Date: Sat, 2 Oct 2004 04:40:19 GMT Resent-Message-Id: <200410020440.i924eJ2U069590@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, Yuichiro AIZAWA Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4076116A4CE for ; Sat, 2 Oct 2004 04:36:44 +0000 (GMT) Received: from amaterasu.yaizawa.jp (YahooBB219042042100.bbtec.net [219.42.42.100]) by mx1.FreeBSD.org (Postfix) with SMTP id 949C543D3F for ; Sat, 2 Oct 2004 04:36:43 +0000 (GMT) (envelope-from yaizawa@yaizawa.jp) Received: (qmail 72835 invoked by uid 1001); 2 Oct 2004 13:36:37 +0900 Message-Id: <20041002043637.72834.qmail@amaterasu.yaizawa.jp> Date: 2 Oct 2004 13:36:37 +0900 From: Yuichiro AIZAWA To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 cc: yaizawa@mdbl.sfc.keio.ac.jp Subject: ports/72244: Update port: mail/quickml (Small Bug Fix) X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Yuichiro AIZAWA List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Oct 2004 04:40:19 -0000 >Number: 72244 >Category: ports >Synopsis: Update port: mail/quickml (Small Bug Fix) >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: Sat Oct 02 04:40:18 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Yuichiro AIZAWA >Release: FreeBSD 5.2.1-RELEASE-p9 i386 >Organization: Gradiate Scholl of Media and Governance, Keio University >Environment: System: FreeBSD amaterasu.yaizawa.jp 5.2.1-RELEASE-p9 FreeBSD 5.2.1-RELEASE-p9 #7: Fri Jul 2 01:30:34 JST 2004 yaizawa@amaterasu.yaizawa.jp:/usr/obj/usr/src/sys/TP570 i386 >Description: The port didn't install the file `messages.ja', so I fixed. >How-To-Repeat: >Fix: diff -ruN quickml.old/Makefile quickml/Makefile --- quickml.old/Makefile Tue Jul 6 02:20:17 2004 +++ quickml/Makefile Sat Oct 2 13:18:36 2004 @@ -7,6 +7,7 @@ PORTNAME= quickml PORTVERSION= 0.7 +PORTREVISION= 1 CATEGORIES= mail MASTER_SITES= http://namazu.org/%7esatoru/quickml/ @@ -29,6 +30,7 @@ FILES_SUB= USER=${QUICKML_USER} GROUP=${QUICKML_GROUP} \ PREFIX=${PREFIX} RC_SUBR=${RC_SUBR} RUBY=${RUBY} +CONFIGURE_ARGS+= --datadir="${PREFIX}/share/quickml" CONFIGURE_ARGS+= --with-ruby="${RUBY}" CONFIGURE_ARGS+= --with-user="${QUICKML_USER}" CONFIGURE_ARGS+= --with-group="${QUICKML_GROUP}" @@ -55,6 +57,8 @@ @${SH} ${PKGINSTALL} ${PKGNAME} PRE-INSTALL post-install: + ${MKDIR} ${DATADIR} + ${INSTALL_DATA} ${WRKSRC}/messages.ja ${DATADIR} .if !defined(NOPORTDOCS) ${MKDIR} ${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/ml-usage.en.rd ${DOCSDIR} diff -ruN quickml.old/pkg-plist quickml/pkg-plist --- quickml.old/pkg-plist Tue Jul 6 02:20:17 2004 +++ quickml/pkg-plist Sat Oct 2 13:21:48 2004 @@ -8,13 +8,15 @@ %%RUBY_LIBDIR%%/quickml/utils.rb %%RUBY_LIBDIR%%/quickml/version.rb %%RUBY_LIBDIR%%/quickml.rb +@dirrm %%RUBY_LIBDIR%%/quickml bin/quickml-analog sbin/quickml sbin/quickml-ctl @unexec if cmp -s %D/etc/quickmlrc %D/etc/quickmlrc.sample; then rm -f %D/etc/quickmlrc; fi etc/quickmlrc.sample etc/rc.d/quickml.sh -@dirrm %%RUBY_LIBDIR%%/quickml +%%DATADIR%%/messages.ja +@dirrm %%DATADIR%% %%PORTDOCS%%%%DOCSDIR%%/ml-usage.en.rd %%PORTDOCS%%%%DOCSDIR%%/quickml.en.rd %%PORTDOCS%%%%DOCSDIR%%/quickml.ja.rd >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Oct 2 07: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 B056016A4CE for ; Sat, 2 Oct 2004 07:00:50 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 948F843D39 for ; Sat, 2 Oct 2004 07:00:50 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i9270okY015847 for ; Sat, 2 Oct 2004 07: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 i9270nDb015844; Sat, 2 Oct 2004 07:00:49 GMT (envelope-from gnats) Resent-Date: Sat, 2 Oct 2004 07:00:49 GMT Resent-Message-Id: <200410020700.i9270nDb015844@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, Sam Lawrance Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6CDFA16A4CE for ; Sat, 2 Oct 2004 07:00:43 +0000 (GMT) Received: from bloodwood.hunterlink.net.au (smtp-local.hunterlink.net.au [203.12.144.17]) by mx1.FreeBSD.org (Postfix) with ESMTP id ED8B943D1D for ; Sat, 2 Oct 2004 07:00:41 +0000 (GMT) (envelope-from boris@brooknet.com.au) Received: from localhost (ppp2453.dyn.pacific.net.au [61.8.36.83]) i926wN3m028649; Sat, 2 Oct 2004 16:58:23 +1000 Received: by localhost (Postfix, from userid 0) id C18661B55; Sat, 2 Oct 2004 17:03:05 +1000 (EST) Message-Id: <20041002070305.C18661B55@localhost> Date: Sat, 2 Oct 2004 17:03:05 +1000 (EST) From: Sam Lawrance To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 cc: boris@brooknet.com.au Subject: ports/72245: [MAINTAINER] palm/synce-libsynce: update to 0.9.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: Sat, 02 Oct 2004 07:00:50 -0000 >Number: 72245 >Category: ports >Synopsis: [MAINTAINER] palm/synce-libsynce: update to 0.9.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: Sat Oct 02 07:00:49 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Sam Lawrance >Release: FreeBSD 5.3-BETA5 i386 >Organization: >Environment: System: FreeBSD dirk.no.domain 5.3-BETA5 FreeBSD 5.3-BETA5 #0: Thu Sep 23 17:02:48 EST 2004 >Description: - Update to 0.9.0 >How-To-Repeat: >Fix: --- synce-libsynce-0.9.0.patch begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/FreeBSD/ports/palm/synce-libsynce/Makefile,v retrieving revision 1.6 diff -u -u -r1.6 Makefile --- Makefile 30 Mar 2004 19:56:41 -0000 1.6 +++ Makefile 10 Sep 2004 01:17:47 -0000 @@ -5,7 +5,7 @@ # $FreeBSD: ports/palm/synce-libsynce/Makefile,v 1.6 2004/03/30 19:56:41 krion Exp $ PORTNAME= synce-libsynce -PORTVERSION= 0.8.9 +PORTVERSION= 0.9.0 CATEGORIES= palm MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= synce Index: distinfo =================================================================== RCS file: /home/ncvs/FreeBSD/ports/palm/synce-libsynce/distinfo,v retrieving revision 1.4 diff -u -u -r1.4 distinfo --- distinfo 12 Mar 2004 10:34:17 -0000 1.4 +++ distinfo 10 Sep 2004 01:17:54 -0000 @@ -1,2 +1,2 @@ -MD5 (synce-libsynce-0.8.9.tar.gz) = 175582d0380a447af41d2a4256bcd142 -SIZE (synce-libsynce-0.8.9.tar.gz) = 249719 +MD5 (synce-libsynce-0.9.0.tar.gz) = 497efcbf55453da808041e7f8d55690b +SIZE (synce-libsynce-0.9.0.tar.gz) = 348860 Index: pkg-plist =================================================================== RCS file: /home/ncvs/FreeBSD/ports/palm/synce-libsynce/pkg-plist,v retrieving revision 1.2 diff -u -u -r1.2 pkg-plist --- pkg-plist 28 Aug 2003 08:32:05 -0000 1.2 +++ pkg-plist 2 Oct 2004 05:47:30 -0000 @@ -4,6 +4,7 @@ include/synce_log.h include/synce_socket.h include/synce_types.h +include/synce_vector_template.h lib/libsynce.a lib/libsynce.la lib/libsynce.so --- synce-libsynce-0.9.0.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Oct 2 07:08:01 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 28F3016A4CE; Sat, 2 Oct 2004 07:08:01 +0000 (GMT) Received: from bloodwood.hunterlink.net.au (smtp-local.hunterlink.net.au [203.12.144.17]) by mx1.FreeBSD.org (Postfix) with ESMTP id 60FFC43D2D; Sat, 2 Oct 2004 07:08:00 +0000 (GMT) (envelope-from boris@brooknet.com.au) Received: from [61.8.36.83] (ppp2453.dyn.pacific.net.au [61.8.36.83]) i9275gib032203; Sat, 2 Oct 2004 17:05:42 +1000 From: Sam Lawrance To: FreeBSD-gnats-submit@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org In-Reply-To: <200403120850.i2C8oJsE025400@freefall.freebsd.org> References: <200403120850.i2C8oJsE025400@freefall.freebsd.org> Content-Type: text/plain Message-Id: <1096701024.3538.5.camel@dirk.no.domain> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.6 Date: Sat, 02 Oct 2004 17:10:25 +1000 Content-Transfer-Encoding: 7bit Subject: Re: ports/64148: [NEW PORT] palm/synce-kde: SynCE KDE Utilities 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: Sat, 02 Oct 2004 07:08:01 -0000 Please close this PR. It's a bit stale - there is a new version available and I will be getting to that shortly. Cheers Sam. From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Oct 2 07: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 2ABAE16A4CE for ; Sat, 2 Oct 2004 07:10:23 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id F2C4843D45 for ; Sat, 2 Oct 2004 07:10:22 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i927AM10019869 for ; Sat, 2 Oct 2004 07: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 i927AMe2019864; Sat, 2 Oct 2004 07:10:22 GMT (envelope-from gnats) Resent-Date: Sat, 2 Oct 2004 07:10:22 GMT Resent-Message-Id: <200410020710.i927AMe2019864@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, Sam Lawrance Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8921016A4CE for ; Sat, 2 Oct 2004 07:01:01 +0000 (GMT) Received: from bloodwood.hunterlink.net.au (smtp-local.hunterlink.net.au [203.12.144.17]) by mx1.FreeBSD.org (Postfix) with ESMTP id DCE6443D39 for ; Sat, 2 Oct 2004 07:01:00 +0000 (GMT) (envelope-from boris@brooknet.com.au) Received: from localhost (ppp2453.dyn.pacific.net.au [61.8.36.83]) i926wh3m028820; Sat, 2 Oct 2004 16:58:43 +1000 Received: by localhost (Postfix, from userid 0) id 2FB7B1B51; Sat, 2 Oct 2004 17:03:26 +1000 (EST) Message-Id: <20041002070326.2FB7B1B51@localhost> Date: Sat, 2 Oct 2004 17:03:26 +1000 (EST) From: Sam Lawrance To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 cc: boris@brooknet.com.au Subject: ports/72246: [MAINTAINER] palm/synce-librapi2: update to 0.9.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: Sat, 02 Oct 2004 07:10:23 -0000 >Number: 72246 >Category: ports >Synopsis: [MAINTAINER] palm/synce-librapi2: update to 0.9.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: Sat Oct 02 07:10:22 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Sam Lawrance >Release: FreeBSD 5.3-BETA5 i386 >Organization: >Environment: System: FreeBSD dirk.no.domain 5.3-BETA5 FreeBSD 5.3-BETA5 #0: Thu Sep 23 17:02:48 EST 2004 >Description: - Update to 0.9.0 >How-To-Repeat: >Fix: --- synce-librapi2-0.9.0.patch begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/FreeBSD/ports/palm/synce-librapi2/Makefile,v retrieving revision 1.6 diff -u -u -r1.6 Makefile --- Makefile 12 Apr 2004 12:07:27 -0000 1.6 +++ Makefile 10 Sep 2004 01:19:14 -0000 @@ -5,8 +5,7 @@ # $FreeBSD: ports/palm/synce-librapi2/Makefile,v 1.6 2004/04/12 12:07:27 vs Exp $ PORTNAME= synce-librapi2 -PORTVERSION= 0.8.9 -PORTREVISION= 1 +PORTVERSION= 0.9.0 CATEGORIES= palm MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= synce Index: distinfo =================================================================== RCS file: /home/ncvs/FreeBSD/ports/palm/synce-librapi2/distinfo,v retrieving revision 1.4 diff -u -u -r1.4 distinfo --- distinfo 12 Mar 2004 10:40:36 -0000 1.4 +++ distinfo 10 Sep 2004 01:19:21 -0000 @@ -1,2 +1,2 @@ -MD5 (synce-librapi2-0.8.9.tar.gz) = 1717151a7760ee2d12f234153f88e2ef -SIZE (synce-librapi2-0.8.9.tar.gz) = 282486 +MD5 (synce-librapi2-0.9.0.tar.gz) = f585e8d56c83d4e811197d671fd4c201 +SIZE (synce-librapi2-0.9.0.tar.gz) = 383260 --- synce-librapi2-0.9.0.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Oct 2 07: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 7B53716A4CE for ; Sat, 2 Oct 2004 07:10:23 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4F9E443D3F for ; Sat, 2 Oct 2004 07:10:23 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i927AN2Y019891 for ; Sat, 2 Oct 2004 07: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 i927ANQH019890; Sat, 2 Oct 2004 07:10:23 GMT (envelope-from gnats) Resent-Date: Sat, 2 Oct 2004 07:10:23 GMT Resent-Message-Id: <200410020710.i927ANQH019890@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, Sam Lawrance Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9D02916A4CE for ; Sat, 2 Oct 2004 07:01:09 +0000 (GMT) Received: from bloodwood.hunterlink.net.au (smtp-local.hunterlink.net.au [203.12.144.17]) by mx1.FreeBSD.org (Postfix) with ESMTP id 004FB43D2D for ; Sat, 2 Oct 2004 07:01:08 +0000 (GMT) (envelope-from boris@brooknet.com.au) Received: from localhost (ppp2453.dyn.pacific.net.au [61.8.36.83]) i926wk3m028866; Sat, 2 Oct 2004 16:58:46 +1000 Received: by localhost (Postfix, from userid 0) id 426CF1B59; Sat, 2 Oct 2004 17:03:29 +1000 (EST) Message-Id: <20041002070329.426CF1B59@localhost> Date: Sat, 2 Oct 2004 17:03:29 +1000 (EST) From: Sam Lawrance To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 cc: boris@brooknet.com.au Subject: ports/72247: [MAINTAINER] palm/synce-serial: update to 0.9.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: Sat, 02 Oct 2004 07:10:23 -0000 >Number: 72247 >Category: ports >Synopsis: [MAINTAINER] palm/synce-serial: update to 0.9.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: Sat Oct 02 07:10:23 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Sam Lawrance >Release: FreeBSD 5.3-BETA5 i386 >Organization: >Environment: System: FreeBSD dirk.no.domain 5.3-BETA5 FreeBSD 5.3-BETA5 #0: Thu Sep 23 17:02:48 EST 2004 >Description: - Update to 0.9.0 >How-To-Repeat: >Fix: --- synce-serial-0.9.0.patch begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/FreeBSD/ports/palm/synce-serial/Makefile,v retrieving revision 1.3 diff -u -u -r1.3 Makefile --- Makefile 28 Aug 2003 08:24:43 -0000 1.3 +++ Makefile 11 Sep 2004 06:15:09 -0000 @@ -5,7 +5,7 @@ # $FreeBSD: ports/palm/synce-serial/Makefile,v 1.3 2003/08/28 08:24:43 erwin Exp $ PORTNAME= synce-serial -PORTVERSION= 0.8 +PORTVERSION= 0.9.0 CATEGORIES= palm MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= synce Index: distinfo =================================================================== RCS file: /home/ncvs/FreeBSD/ports/palm/synce-serial/distinfo,v retrieving revision 1.3 diff -u -u -r1.3 distinfo --- distinfo 18 Mar 2004 02:52:45 -0000 1.3 +++ distinfo 10 Sep 2004 01:19:59 -0000 @@ -1,2 +1,2 @@ -MD5 (synce-serial-0.8.tar.gz) = 08ea6628bb773de883fc5ab4984c8f1f -SIZE (synce-serial-0.8.tar.gz) = 254238 +MD5 (synce-serial-0.9.0.tar.gz) = 3042891c850fa685e40b1216debc34f9 +SIZE (synce-serial-0.9.0.tar.gz) = 294311 --- synce-serial-0.9.0.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Oct 2 07: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 CD3F216A4CE for ; Sat, 2 Oct 2004 07:10:23 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id A04FA43D3F for ; Sat, 2 Oct 2004 07:10:23 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i927ANKY019904 for ; Sat, 2 Oct 2004 07: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 i927ANuU019903; Sat, 2 Oct 2004 07:10:23 GMT (envelope-from gnats) Resent-Date: Sat, 2 Oct 2004 07:10:23 GMT Resent-Message-Id: <200410020710.i927ANuU019903@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, Sam Lawrance Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2147716A4CE for ; Sat, 2 Oct 2004 07:01:12 +0000 (GMT) Received: from bloodwood.hunterlink.net.au (smtp-local.hunterlink.net.au [203.12.144.17]) by mx1.FreeBSD.org (Postfix) with ESMTP id 771BA43D2D for ; Sat, 2 Oct 2004 07:01:11 +0000 (GMT) (envelope-from boris@brooknet.com.au) Received: from localhost (ppp2453.dyn.pacific.net.au [61.8.36.83]) i926wm3m028891; Sat, 2 Oct 2004 16:58:54 +1000 Received: by localhost (Postfix, from userid 0) id 867F01B5A; Sat, 2 Oct 2004 17:03:31 +1000 (EST) Message-Id: <20041002070331.867F01B5A@localhost> Date: Sat, 2 Oct 2004 17:03:31 +1000 (EST) From: Sam Lawrance To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 cc: boris@brooknet.com.au Subject: ports/72248: [MAINTAINER] palm/synce-dccm: update to 0.9.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: Sat, 02 Oct 2004 07:10:23 -0000 >Number: 72248 >Category: ports >Synopsis: [MAINTAINER] palm/synce-dccm: update to 0.9.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: Sat Oct 02 07:10:23 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Sam Lawrance >Release: FreeBSD 5.3-BETA5 i386 >Organization: >Environment: System: FreeBSD dirk.no.domain 5.3-BETA5 FreeBSD 5.3-BETA5 #0: Thu Sep 23 17:02:48 EST 2004 >Description: - Update to 0.9.0 >How-To-Repeat: >Fix: --- synce-dccm-0.9.0.patch begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/FreeBSD/ports/palm/synce-dccm/Makefile,v retrieving revision 1.3 diff -u -u -r1.3 Makefile --- Makefile 12 Mar 2004 11:01:56 -0000 1.3 +++ Makefile 10 Sep 2004 01:19:35 -0000 @@ -5,7 +5,7 @@ # $FreeBSD: ports/palm/synce-dccm/Makefile,v 1.3 2004/03/12 11:01:56 krion Exp $ PORTNAME= synce-dccm -PORTVERSION= 0.8.9 +PORTVERSION= 0.9.0 CATEGORIES= palm MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= synce Index: distinfo =================================================================== RCS file: /home/ncvs/FreeBSD/ports/palm/synce-dccm/distinfo,v retrieving revision 1.3 diff -u -u -r1.3 distinfo --- distinfo 12 Mar 2004 11:01:56 -0000 1.3 +++ distinfo 10 Sep 2004 01:19:38 -0000 @@ -1,2 +1,2 @@ -MD5 (synce-dccm-0.8.9.tar.gz) = c6d15f4b69a832196e6486b1f60b3ee1 -SIZE (synce-dccm-0.8.9.tar.gz) = 194409 +MD5 (synce-dccm-0.9.0.tar.gz) = a32607bf423e5e5467b80edc2b7dac5d +SIZE (synce-dccm-0.9.0.tar.gz) = 301996 --- synce-dccm-0.9.0.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Oct 2 07: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 1CC6116A4CE for ; Sat, 2 Oct 2004 07:10:24 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id F422743D4C for ; Sat, 2 Oct 2004 07:10:23 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i927AN1Q019917 for ; Sat, 2 Oct 2004 07: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 i927ANLp019916; Sat, 2 Oct 2004 07:10:23 GMT (envelope-from gnats) Resent-Date: Sat, 2 Oct 2004 07:10:23 GMT Resent-Message-Id: <200410020710.i927ANLp019916@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, Sam Lawrance Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A318616A4CE for ; Sat, 2 Oct 2004 07:01:14 +0000 (GMT) Received: from bloodwood.hunterlink.net.au (smtp-local.hunterlink.net.au [203.12.144.17]) by mx1.FreeBSD.org (Postfix) with ESMTP id 007A343D31 for ; Sat, 2 Oct 2004 07:01:14 +0000 (GMT) (envelope-from boris@brooknet.com.au) Received: from localhost (ppp2453.dyn.pacific.net.au [61.8.36.83]) i926wu3m028983; Sat, 2 Oct 2004 16:58:56 +1000 Received: by localhost (Postfix, from userid 0) id 25B521B5C; Sat, 2 Oct 2004 17:03:39 +1000 (EST) Message-Id: <20041002070339.25B521B5C@localhost> Date: Sat, 2 Oct 2004 17:03:39 +1000 (EST) From: Sam Lawrance To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 cc: boris@brooknet.com.au Subject: ports/72249: [MAINTAINER] palm/synce-gnomevfs: update to 0.9.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: Sat, 02 Oct 2004 07:10:24 -0000 >Number: 72249 >Category: ports >Synopsis: [MAINTAINER] palm/synce-gnomevfs: update to 0.9.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: Sat Oct 02 07:10:23 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Sam Lawrance >Release: FreeBSD 5.3-BETA5 i386 >Organization: >Environment: System: FreeBSD dirk.no.domain 5.3-BETA5 FreeBSD 5.3-BETA5 #0: Thu Sep 23 17:02:48 EST 2004 >Description: - Update to 0.9.0 >How-To-Repeat: >Fix: --- synce-gnomevfs-0.9.0.patch begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/FreeBSD/ports/palm/synce-gnomevfs/Makefile,v retrieving revision 1.5 diff -u -u -r1.5 Makefile --- Makefile 9 Jul 2004 17:42:44 -0000 1.5 +++ Makefile 2 Oct 2004 06:40:56 -0000 @@ -5,8 +5,7 @@ # $FreeBSD: ports/palm/synce-gnomevfs/Makefile,v 1.5 2004/07/09 17:42:44 marcus Exp $ PORTNAME= synce-gnomevfs -PORTVERSION= 0.8 -PORTREVISION= 2 +PORTVERSION= 0.9.0 CATEGORIES= palm MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= synce @@ -14,12 +13,14 @@ MAINTAINER= boris@brooknet.com.au COMMENT= Gnome VFS module for WinCE devices -LIB_DEPENDS= rapi.2:${PORTSDIR}/palm/synce-librapi2 +LIB_DEPENDS= rapi.2:${PORTSDIR}/palm/synce-librapi2 \ + synce.0:${PORTSDIR}/palm/synce-libsynce USE_GNOME= gnomeprefix gnometarget gnomevfs2 USE_X_PREFIX= yes USE_INC_LIBTOOL_VER=13 -CONFIGURE_ARGS+= --with-librapi=${LOCALBASE} +CONFIGURE_ARGS+= --with-librapi=${LOCALBASE} \ + --with-libsynce=${LOCALBASE} INSTALLS_SHLIB= yes Index: distinfo =================================================================== RCS file: /home/ncvs/FreeBSD/ports/palm/synce-gnomevfs/distinfo,v retrieving revision 1.2 diff -u -u -r1.2 distinfo --- distinfo 18 Mar 2004 02:52:45 -0000 1.2 +++ distinfo 10 Sep 2004 01:38:05 -0000 @@ -1,2 +1,2 @@ -MD5 (synce-gnomevfs-0.8.tar.gz) = 1a85feb769215ee6f6c7da4a094d5382 -SIZE (synce-gnomevfs-0.8.tar.gz) = 253349 +MD5 (synce-gnomevfs-0.9.0.tar.gz) = 1fa8d653297331479edcd5d983a0f75e +SIZE (synce-gnomevfs-0.9.0.tar.gz) = 303885 Index: pkg-plist =================================================================== RCS file: /home/ncvs/FreeBSD/ports/palm/synce-gnomevfs/pkg-plist,v retrieving revision 1.1 diff -u -u -r1.1 pkg-plist --- pkg-plist 16 Dec 2003 19:59:49 -0000 1.1 +++ pkg-plist 2 Oct 2004 06:41:02 -0000 @@ -1,4 +1,7 @@ +bin/synce-in-computer-folder etc/gnome-vfs-2.0/modules/synce-module.conf +share/gnome/pixmaps/synce/synce-color.png +share/gnome/synce/synce-in-computer-folder.sh lib/gnome-vfs-2.0/modules/libsyncevfs.a lib/gnome-vfs-2.0/modules/libsyncevfs.la lib/gnome-vfs-2.0/modules/libsyncevfs.so --- synce-gnomevfs-0.9.0.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Oct 2 07: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 67C8216A4CE for ; Sat, 2 Oct 2004 07:10:24 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5066743D4C for ; Sat, 2 Oct 2004 07:10:24 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i927AOg8019930 for ; Sat, 2 Oct 2004 07: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 i927AOej019929; Sat, 2 Oct 2004 07:10:24 GMT (envelope-from gnats) Resent-Date: Sat, 2 Oct 2004 07:10:24 GMT Resent-Message-Id: <200410020710.i927AOej019929@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, Sam Lawrance Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E314716A4CE for ; Sat, 2 Oct 2004 07:01:22 +0000 (GMT) Received: from bloodwood.hunterlink.net.au (smtp-local.hunterlink.net.au [203.12.144.17]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4165A43D55 for ; Sat, 2 Oct 2004 07:01:22 +0000 (GMT) (envelope-from boris@brooknet.com.au) Received: from localhost (ppp2453.dyn.pacific.net.au [61.8.36.83]) i926x33m028945; Sat, 2 Oct 2004 16:59:04 +1000 Received: by localhost (Postfix, from userid 0) id F09B41B55; Sat, 2 Oct 2004 17:03:36 +1000 (EST) Message-Id: <20041002070336.F09B41B55@localhost> Date: Sat, 2 Oct 2004 17:03:36 +1000 (EST) From: Sam Lawrance To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 cc: boris@brooknet.com.au Subject: ports/72250: [MAINTAINER] palm/synce-rra: update to 0.9.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: Sat, 02 Oct 2004 07:10:24 -0000 >Number: 72250 >Category: ports >Synopsis: [MAINTAINER] palm/synce-rra: update to 0.9.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: Sat Oct 02 07:10:23 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Sam Lawrance >Release: FreeBSD 5.3-BETA5 i386 >Organization: >Environment: System: FreeBSD dirk.no.domain 5.3-BETA5 FreeBSD 5.3-BETA5 #0: Thu Sep 23 17:02:48 EST 2004 >Description: - Update to 0.9.0 >How-To-Repeat: >Fix: NOTE: Please remove files/patch-lib-recurrence_internal.h as part of this update. --- synce-rra-0.9.0.patch begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/FreeBSD/ports/palm/synce-rra/Makefile,v retrieving revision 1.2 diff -u -u -r1.2 Makefile --- Makefile 14 Mar 2004 06:17:13 -0000 1.2 +++ Makefile 2 Oct 2004 06:01:38 -0000 @@ -5,14 +5,11 @@ # $FreeBSD: ports/palm/synce-rra/Makefile,v 1.2 2004/03/14 06:17:13 ade Exp $ PORTNAME= synce-rra -PORTVERSION= 0.8.9 +PORTVERSION= 0.9.0 CATEGORIES= palm MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= synce -PATCH_SITES= http://sam.stral.net/freebsd/ -PATCHFILES= librra-synce-kde-0.7-freebsd.diff - MAINTAINER= boris@brooknet.com.au COMMENT= Remote Replication Agent Connection protocol library @@ -31,8 +28,7 @@ INSTALLS_SHLIB= yes post-patch: - @${REINPLACE_CMD} -e 's|stdint.h|sys/types.h|' \ - ${WRKSRC}/lib/generator.h ${WRKSRC}/lib/recurrence_internal.h \ - ${WRKSRC}/lib/rrac.h + @${REINPLACE_CMD} -e 's|-Werror||g' \ + ${WRKSRC}/lib/Makefile.in .include Index: distinfo =================================================================== RCS file: /home/ncvs/FreeBSD/ports/palm/synce-rra/distinfo,v retrieving revision 1.1 diff -u -u -r1.1 distinfo --- distinfo 13 Mar 2004 21:44:14 -0000 1.1 +++ distinfo 10 Sep 2004 01:22:14 -0000 @@ -1,4 +1,2 @@ -MD5 (synce-rra-0.8.9.tar.gz) = f7ff0ee6478e8a7dc424731ccee94313 -SIZE (synce-rra-0.8.9.tar.gz) = 246733 -MD5 (librra-synce-kde-0.7-freebsd.diff) = f3fc24bd674b348ad939baecd9ec5559 -SIZE (librra-synce-kde-0.7-freebsd.diff) = 4181 +MD5 (synce-rra-0.9.0.tar.gz) = c6e6c29916518359a9c188f455305970 +SIZE (synce-rra-0.9.0.tar.gz) = 381330 --- synce-rra-0.9.0.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Oct 2 07:10: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 C22F216A4D2 for ; Sat, 2 Oct 2004 07:10:26 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id A726343D1F for ; Sat, 2 Oct 2004 07:10:26 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i927AQoi019945 for ; Sat, 2 Oct 2004 07:10:26 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i927AQ98019944; Sat, 2 Oct 2004 07:10:26 GMT (envelope-from gnats) Resent-Date: Sat, 2 Oct 2004 07:10:26 GMT Resent-Message-Id: <200410020710.i927AQ98019944@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, Sam Lawrance Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D53F516A4CE for ; Sat, 2 Oct 2004 07:01:30 +0000 (GMT) Received: from bloodwood.hunterlink.net.au (smtp-local.hunterlink.net.au [203.12.144.17]) by mx1.FreeBSD.org (Postfix) with ESMTP id 36E1E43D1D for ; Sat, 2 Oct 2004 07:01:30 +0000 (GMT) (envelope-from boris@brooknet.com.au) Received: from localhost (ppp2453.dyn.pacific.net.au [61.8.36.83]) i926xC3m029085; Sat, 2 Oct 2004 16:59:13 +1000 Received: by localhost (Postfix, from userid 0) id 9AEA01B1B; Sat, 2 Oct 2004 17:03:50 +1000 (EST) Message-Id: <20041002070350.9AEA01B1B@localhost> Date: Sat, 2 Oct 2004 17:03:50 +1000 (EST) From: Sam Lawrance To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 cc: boris@brooknet.com.au Subject: ports/72251: [MAINTAINER] palm/synce-trayicon: update to 0.9.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: Sat, 02 Oct 2004 07:10:27 -0000 >Number: 72251 >Category: ports >Synopsis: [MAINTAINER] palm/synce-trayicon: update to 0.9.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: Sat Oct 02 07:10:24 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Sam Lawrance >Release: FreeBSD 5.3-BETA5 i386 >Organization: >Environment: System: FreeBSD dirk.no.domain 5.3-BETA5 FreeBSD 5.3-BETA5 #0: Thu Sep 23 17:02:48 EST 2004 >Description: - Update to 0.9.0 >How-To-Repeat: >Fix: --- synce-trayicon-0.9.0.patch begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/FreeBSD/ports/palm/synce-trayicon/Makefile,v retrieving revision 1.3 diff -u -u -r1.3 Makefile --- Makefile 5 Apr 2004 03:29:55 -0000 1.3 +++ Makefile 10 Sep 2004 01:42:30 -0000 @@ -5,8 +5,7 @@ # $FreeBSD: ports/palm/synce-trayicon/Makefile,v 1.3 2004/04/05 03:29:55 marcus Exp $ PORTNAME= synce-trayicon -PORTVERSION= 0.8 -PORTREVISION= 2 +PORTVERSION= 0.9.0 CATEGORIES= palm MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= synce @@ -19,6 +18,7 @@ USE_GNOME= libgnomeui gnometarget +USE_GMAKE= yes GNU_CONFIGURE= yes USE_X_PREFIX= yes CONFIGURE_ARGS+= --with-libsynce=${LOCALBASE} \ Index: distinfo =================================================================== RCS file: /home/ncvs/FreeBSD/ports/palm/synce-trayicon/distinfo,v retrieving revision 1.2 diff -u -u -r1.2 distinfo --- distinfo 18 Mar 2004 02:52:45 -0000 1.2 +++ distinfo 10 Sep 2004 01:23:18 -0000 @@ -1,2 +1,2 @@ -MD5 (synce-trayicon-0.8.tar.gz) = c08301f9c19de192255298d3b8c4af93 -SIZE (synce-trayicon-0.8.tar.gz) = 303176 +MD5 (synce-trayicon-0.9.0.tar.gz) = b639e3f681d01d69e6a1c703ab4fc8e8 +SIZE (synce-trayicon-0.9.0.tar.gz) = 375464 Index: pkg-plist =================================================================== RCS file: /home/ncvs/FreeBSD/ports/palm/synce-trayicon/pkg-plist,v retrieving revision 1.1 diff -u -u -r1.1 pkg-plist --- pkg-plist 16 Dec 2003 21:18:14 -0000 1.1 +++ pkg-plist 2 Oct 2004 06:50:14 -0000 @@ -1,4 +1,7 @@ bin/synce-trayicon +share/locale/ru/LC_MESSAGES/synce-trayicon.mo +share/locale/sv/LC_MESSAGES/synce-trayicon.mo share/pixmaps/synce/synce-color-small.png share/pixmaps/synce/synce-gray-small.png +share/synce/synce_trayicon_properties.glade @dirrm share/pixmaps/synce --- synce-trayicon-0.9.0.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Oct 2 07: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 B550616A4CE for ; Sat, 2 Oct 2004 07:10:29 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 94ED243D39 for ; Sat, 2 Oct 2004 07:10:29 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i927ATQI019954 for ; Sat, 2 Oct 2004 07: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 i927ATIO019953; Sat, 2 Oct 2004 07:10:29 GMT (envelope-from gnats) Date: Sat, 2 Oct 2004 07:10:29 GMT Message-Id: <200410020710.i927ATIO019953@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Sam Lawrance Subject: Re: ports/64148: [NEW PORT] palm/synce-kde: SynCE KDE Utilities X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Sam Lawrance List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Oct 2004 07:10:29 -0000 The following reply was made to PR ports/64148; it has been noted by GNATS. From: Sam Lawrance To: FreeBSD-gnats-submit@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Cc: Subject: Re: ports/64148: [NEW PORT] palm/synce-kde: SynCE KDE Utilities Date: Sat, 02 Oct 2004 17:10:25 +1000 Please close this PR. It's a bit stale - there is a new version available and I will be getting to that shortly. Cheers Sam. From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Oct 2 09:27: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 E86DE16A4CE; Sat, 2 Oct 2004 09:27:31 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id C675543D54; Sat, 2 Oct 2004 09:27:31 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (linimon@localhost [127.0.0.1]) i929RViP036259; Sat, 2 Oct 2004 09:27:31 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i929RVDQ036255; Sat, 2 Oct 2004 09:27:31 GMT (envelope-from linimon) Date: Sat, 2 Oct 2004 09:27:31 GMT From: Mark Linimon Message-Id: <200410020927.i929RVDQ036255@freefall.freebsd.org> To: boris@brooknet.com.au, linimon@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/64148: [NEW PORT] palm/synce-kde: SynCE KDE Utilities 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: Sat, 02 Oct 2004 09:27:32 -0000 Synopsis: [NEW PORT] palm/synce-kde: SynCE KDE Utilities State-Changed-From-To: open->closed State-Changed-By: linimon State-Changed-When: Sat Oct 2 09:27:09 GMT 2004 State-Changed-Why: Closed at submitter's request (new one pending). http://www.freebsd.org/cgi/query-pr.cgi?pr=64148 From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Oct 2 09:50: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 549BA16A4CE for ; Sat, 2 Oct 2004 09:50:26 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 91ECB43D49 for ; Sat, 2 Oct 2004 09:50:25 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i929oP66037761 for ; Sat, 2 Oct 2004 09:50:25 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i929oPPf037760; Sat, 2 Oct 2004 09:50:25 GMT (envelope-from gnats) Resent-Date: Sat, 2 Oct 2004 09:50:25 GMT Resent-Message-Id: <200410020950.i929oPPf037760@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, parv@pair.com Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B286816A4F6; Sat, 2 Oct 2004 09:48:56 +0000 (GMT) Received: from mta9.adelphia.net (mta9.adelphia.net [68.168.78.199]) by mx1.FreeBSD.org (Postfix) with ESMTP id 375B843D41; Sat, 2 Oct 2004 09:48:56 +0000 (GMT) (envelope-from parv@chvlva.adelphia.net) Received: from default.chvlva.adelphia.net ([69.160.71.53]) by mta9.adelphia.netESMTP <20041002094855.CHSY27370.mta9.adelphia.net@default.chvlva.adelphia.net>; Sat, 2 Oct 2004 05:48:55 -0400 Received: by default.chvlva.adelphia.net (Postfix, from userid 1000) id 3574B5701; Sat, 2 Oct 2004 05:50:59 -0400 (EDT) Message-Id: <20041002095059.3574B5701@default.chvlva.adelphia.net> Date: Sat, 2 Oct 2004 05:50:59 -0400 (EDT) From: parv@pair.com To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 cc: cy@FreeBSD.org Subject: ports/72252: x11-wm/fvwm2-devel - PATCH to update to 2.5.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: Sat, 02 Oct 2004 09:50:26 -0000 >Number: 72252 >Category: ports >Synopsis: x11-wm/fvwm2-devel - PATCH to update to 2.5.11 >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Sat Oct 02 09:50:24 GMT 2004 >Closed-Date: >Last-Modified: >Originator: parv >Release: FreeBSD 4.10-RELEASE-p3 i386 >Organization: >Environment: >Description: Update fvwm2 unstable to 2.5.11 w/ the following patch. It contains changes for both Makefile & distinfo. rant Darn Makefile looks for imlib, introduced earlier by not-me, w/o any explicit way to disbale it. Also adds "PKGNAMESUFFIX= -imlib" to the package name. Why? tnar >How-To-Repeat: Apply the patch (has embedded tabs). >Fix: --- Makefile.old Wed Apr 7 07:52:03 2004 +++ Makefile Sat Oct 2 05:29:32 2004 @@ -6,7 +6,7 @@ # PORTNAME= fvwm -PORTVERSION= 2.5.10 +PORTVERSION= 2.5.11 CATEGORIES= x11-wm MASTER_SITES= ftp://ftp.fvwm.org/pub/fvwm/version-2/ \ http://www.fvwm.org/generated/icon_download/ @@ -29,9 +29,14 @@ --with-iconv-includes=${LOCALBASE}/include .endif -LIB_DEPENDS= Xft.2:${PORTSDIR}/x11-fonts/libXft RUN_DEPENDS= gm4:${PORTSDIR}/devel/m4 +.if !defined(WITHOUT_XFT) +LIB_DEPENDS= Xft.2:${PORTSDIR}/x11-fonts/libXft +.else +CONFIGURE_ARGS+= --disable-xft --disable-xfttest +.endif + .if defined(WITH_STROKE) LIB_DEPENDS+= stroke.0:${PORTSDIR}/devel/libstroke .endif @@ -49,6 +54,10 @@ GNU_CONFIGURE= yes CONFIGURE_ENV= X_CFLAGS=-I${LOCALBASE}/include +.if defined(WITHOUT_NLS) +CONFIGURE_ARGS+= --disable-nls +.endif + .if defined(WITH_STROKE) CONFIGURE_ARGS+= --with-stroke --with-stroke-library=${LOCALBASE}/lib \ --with-stroke-includes=${LOCALBASE}/include @@ -77,6 +86,10 @@ .endif PLIST_SUB+= FVWM_VERSION="${PORTVERSION}" + +.if defined(WITHOUT_XRENDER) +CONFIGURE_ARGS+= --disable-xrender +.endif .if ${HAVE_GNOME:Mimlib}!="" USE_GNOME= imlib --- distinfo.old Sat Oct 2 03:47:04 2004 +++ distinfo Sat Oct 2 03:46:47 2004 @@ -1,2 +1,4 @@ -MD5 (fvwm-2.5.10.tar.bz2) = b3c86e2af2a4eabe692c9c849ff4b243 +MD5 (fvwm-2.5.11.tar.bz2) = c870620e61fdd0241959b0c541402537 +SIZE (fvwm-2.5.11.tar.bz2) = 1914736 MD5 (fvwm_icons.tgz) = de6c2822f1f6d43a0e1daddd0c7a8665 +SIZE (fvwm_icons.tgz) = 363406 >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Oct 2 11:20: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 3A00E16A4CE for ; Sat, 2 Oct 2004 11:20:31 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1D10C43D46 for ; Sat, 2 Oct 2004 11:20:31 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i92BKUih048095 for ; Sat, 2 Oct 2004 11:20:31 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i92BKUlN048094; Sat, 2 Oct 2004 11:20:30 GMT (envelope-from gnats) Resent-Date: Sat, 2 Oct 2004 11:20:30 GMT Resent-Message-Id: <200410021120.i92BKUlN048094@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, Dima Panov Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ED17516A4CE for ; Sat, 2 Oct 2004 11:12:59 +0000 (GMT) Received: from Fluffy.Khv.RU (fluffy.khv.ru [212.19.26.8]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1251C43D48 for ; Sat, 2 Oct 2004 11:09:21 +0000 (GMT) (envelope-from redfox@Fluffy.Khv.RU) Received: from Fluffy.Khv.RU (localhost [127.0.0.1])i92Avpp0069676 for ; Sat, 2 Oct 2004 21:57:51 +1100 (VLAST) (envelope-from redfox@Fluffy.Khv.RU) Received: (from redfox@localhost) by Fluffy.Khv.RU (8.13.1/8.13.1/Fluffy/Submit/1.1) id i92AvoNi069675; Sat, 2 Oct 2004 21:57:50 +1100 (VLAST) (envelope-from redfox) Message-Id: <200410021057.i92AvoNi069675@Fluffy.Khv.RU> Date: Sat, 2 Oct 2004 21:57:50 +1100 (VLAST) From: Dima Panov To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/72254: Update www/elinks X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Dima Panov List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Oct 2004 11:20:31 -0000 >Number: 72254 >Category: ports >Synopsis: Update www/elinks >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: Sat Oct 02 11:20:30 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Dima Panov >Release: FreeBSD 4.10-STABLE i386 >Organization: Twilight Zone >Environment: System: FreeBSD Fluffy.Khv.RU 4.10-STABLE FreeBSD 4.10-STABLE #0: Wed Sep 29 07:01:00 VLAST 2004 root@Fluffy.Khv.RU:/usr/obj/usr/src4/sys/FLUFFY i386 >Description: Update www/elinks to new stable release, 0.9.2 >How-To-Repeat: >Fix: Patchfile files/patch-src::terminal::screen.c is gone, author include fix in main sources tree. Index: www/elinks/Makefile =================================================================== RCS file: /home/ncvs/ports/www/elinks/Makefile,v retrieving revision 1.32 diff -u -r1.32 Makefile --- www/elinks/Makefile 1 Apr 2004 06:52:50 -0000 1.32 +++ www/elinks/Makefile 2 Oct 2004 06:24:28 -0000 @@ -6,23 +6,21 @@ # PORTNAME= elinks -PORTVERSION= 0.9.1 -PORTREVISION= 1 +PORTVERSION= 0.9.2 +PORTREVISION= 0 CATEGORIES= www MASTER_SITES= http://elinks.or.cz/download/ -DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${DISTNAME}${EXTRACT_SUFX}.asc -EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} MAINTAINER= jharris@widomaker.com COMMENT= Elinks - links text WWW browser with enhancements -USE_GPG?= yes -SIG_FILES= ${DISTNAME}${EXTRACT_SUFX}.asc GNU_CONFIGURE= yes USE_GMAKE= yes USE_BZIP2= yes USE_BISON= yes USE_OPENSSL= yes +USE_ICONV= yes +CONFIGURE_ARGS+= --with-libiconv-prefix=${LOCALBASE} MAN1= elinks.1 MAN5= elinkskeys.5 elinks.conf.5 Index: www/elinks/distinfo =================================================================== RCS file: /home/ncvs/ports/www/elinks/distinfo,v retrieving revision 1.19 diff -u -r1.19 distinfo --- www/elinks/distinfo 6 Feb 2004 08:58:03 -0000 1.19 +++ www/elinks/distinfo 2 Oct 2004 04:24:11 -0000 @@ -1,10 +1,2 @@ -MD5 (elinks-0.9.1.tar.bz2) = 78b536a9e9607ed522229b70172706a8 -SHA1 (elinks-0.9.1.tar.bz2) = 28e4fe664b6d3d4dd8c7a29f26623011b9669cd1 -RMD160 (elinks-0.9.1.tar.bz2) = cb5688a283ee3c62df4bd8d8dcb7c400798fb443 -SHA256 (elinks-0.9.1.tar.bz2) = 2b03180648103bf0add18d17bcfa3a5e4f90f5780367c4b0c5db00be1b542c4f -SIZE (elinks-0.9.1.tar.bz2) = 1851755 -MD5 (elinks-0.9.1.tar.bz2.asc) = e34daf66dd41e817e63ccfeed928cdaf -SHA1 (elinks-0.9.1.tar.bz2.asc) = 43b754b7520994fcb172d8712c6609379ceadf95 -RMD160 (elinks-0.9.1.tar.bz2.asc) = 669dd75bf7038dd800f7f8db701f7917d3d18dc1 -SHA256 (elinks-0.9.1.tar.bz2.asc) = 6fb56fc7aedcc466df59ebf6ae9cdc56f7b507a903167b01bfa4264b508bb76d -SIZE (elinks-0.9.1.tar.bz2.asc) = 232 +MD5 (elinks-0.9.2.tar.bz2) = 2bd5f150ed91628bd2b64ad7d2d1edfd +SIZE (elinks-0.9.2.tar.bz2) = 1894301 Index: www/elinks/files/patch-src::terminal::screen.c =================================================================== RCS file: /home/ncvs/ports/www/elinks/files/patch-src::terminal::screen.c,v retrieving revision 1.1 diff -u -r1.1 patch-src::terminal::screen.c --- www/elinks/files/patch-src::terminal::screen.c 1 Apr 2004 06:52:50 -0000 1.1 +++ www/elinks/files/patch-src::terminal::screen.c 21 Aug 2004 10:44:20 -0000 @@ -1,12 +0,0 @@ ---- src/terminal/screen.c Sun Jan 4 02:07:50 2004 -+++ src/terminal/screen.c Fri Feb 20 11:43:54 2004 -@@ -575,6 +575,9 @@ add_char256(struct string *screen, struc - register int x = 0; \ - \ - for (; x < (term_)->width; x++, current++, pos++) { \ -+ if (y == (term_)->height - 1 && \ -+ x == (term_)->width - 1) \ -+ break; \ - if (compare_bg_color(pos->color, current->color)) { \ - /* No update for exact match. */ \ - if (compare_fg_color(pos->color, current->color)\ >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Oct 2 11:28: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 DF72616A4CE; Sat, 2 Oct 2004 11:28:34 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id BC45B43D2D; Sat, 2 Oct 2004 11:28:34 +0000 (GMT) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (edwin@localhost [127.0.0.1]) i92BSYZd048235; Sat, 2 Oct 2004 11:28:34 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i92BSYnF048231; Sat, 2 Oct 2004 11:28:34 GMT (envelope-from edwin) Date: Sat, 2 Oct 2004 11:28:34 GMT From: Edwin Groothuis Message-Id: <200410021128.i92BSYnF048231@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, cy@FreeBSD.org Subject: Re: ports/72252: x11-wm/fvwm2-devel - PATCH to update to 2.5.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: Sat, 02 Oct 2004 11:28:35 -0000 Synopsis: x11-wm/fvwm2-devel - PATCH to update to 2.5.11 Responsible-Changed-From-To: freebsd-ports-bugs->cy Responsible-Changed-By: edwin Responsible-Changed-When: Sat Oct 2 11:28:22 GMT 2004 Responsible-Changed-Why: Over to maintainer http://www.freebsd.org/cgi/query-pr.cgi?pr=72252 From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Oct 2 11: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 051E516A4D1 for ; Sat, 2 Oct 2004 11:50:31 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id C1DED43D49 for ; Sat, 2 Oct 2004 11:50:26 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i92BoQmC051953 for ; Sat, 2 Oct 2004 11: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 i92BoQDd051952; Sat, 2 Oct 2004 11:50:26 GMT (envelope-from gnats) Resent-Date: Sat, 2 Oct 2004 11:50:26 GMT Resent-Message-Id: <200410021150.i92BoQDd051952@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, Jesse van den Kieboom Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DE24D16A4CE for ; Sat, 2 Oct 2004 11:43:34 +0000 (GMT) Received: from dep.oprit.rug.nl (dep.oprit.rug.nl [129.125.36.9]) by mx1.FreeBSD.org (Postfix) with ESMTP id D6D9D43D31 for ; Sat, 2 Oct 2004 11:43:33 +0000 (GMT) (envelope-from jesse@icecrew.nl) Received: from icecrew.nl (postfix@flits103-171.flits.rug.nl [129.125.103.171])i92BhVS1019188 for ; Sat, 2 Oct 2004 13:43:32 +0200 (MEST) Received: from ayla.icecrew.nl (ayla [192.168.1.2]) by icecrew.nl (Postfix) with ESMTP id 5DFB33B for ; Sat, 2 Oct 2004 13:43:28 +0200 (CEST) Received: by ayla.icecrew.nl (Postfix, from userid 1001) id E573A1F3FA; Sat, 2 Oct 2004 13:43:27 +0200 (CEST) Message-Id: <20041002114327.E573A1F3FA@ayla.icecrew.nl> Date: Sat, 2 Oct 2004 13:43:27 +0200 (CEST) From: Jesse van den Kieboom To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/72255: Library providing su and sudo functionality X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Jesse van den Kieboom List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Oct 2004 11:50:31 -0000 >Number: 72255 >Category: ports >Synopsis: Library providing su and sudo functionality >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: Sat Oct 02 11:50:26 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Jesse van den Kieboom >Release: FreeBSD 5.3-BETA6 i386 >Organization: >Environment: System: FreeBSD ayla.icecrew.nl 5.3-BETA6 FreeBSD 5.3-BETA6 #1: Tue Sep 28 16:34:31 CEST 2004 jesse@ayla.icecrew.nl:/usr/obj/usr/src/sys/AYLA i386 >Description: This library comes from the gksu program. It provides a simple API to use su and sudo in programs that need to execute tasks as other user. It provides X authentication facilities for running programs in a X session. >How-To-Repeat: >Fix: --- libgksu1.2-1.2.4.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: # # libgksu1.2 # libgksu1.2/files # libgksu1.2/files/patch-test+gksuC # libgksu1.2/files/patch-gksu+run+helperC # libgksu1.2/files/patch-gksu+contextC # libgksu1.2/files/patch-MakefileIn # libgksu1.2/files/patch-libgksuMakefileIn # libgksu1.2/Makefile # libgksu1.2/pkg-descr # libgksu1.2/distinfo # libgksu1.2/pkg-plist # echo c - libgksu1.2 mkdir -p libgksu1.2 > /dev/null 2>&1 echo c - libgksu1.2/files mkdir -p libgksu1.2/files > /dev/null 2>&1 echo x - libgksu1.2/files/patch-test+gksuC sed 's/^X//' >libgksu1.2/files/patch-test+gksuC << 'END-of-libgksu1.2/files/patch-test+gksuC' X--- libgksu/test-gksu.c.orig Thu Sep 30 20:40:04 2004 X+++ libgksu/test-gksu.c Thu Sep 30 17:39:36 2004 X@@ -34,7 +34,7 @@ X context = gksu_context_new (); X X gksu_context_set_debug (context, TRUE); X- gksu_context_set_command (context, "/usr/bin/X11/xterm"); X+ gksu_context_set_command (context, "/usr/X11R6/bin/xterm"); X X password = getpass ("Type the root password: "); X gksu_context_set_password (context, password); END-of-libgksu1.2/files/patch-test+gksuC echo x - libgksu1.2/files/patch-gksu+run+helperC sed 's/^X//' >libgksu1.2/files/patch-gksu+run+helperC << 'END-of-libgksu1.2/files/patch-gksu+run+helperC' X--- libgksu/gksu-run-helper.c.orig Thu Sep 30 20:40:25 2004 X+++ libgksu/gksu-run-helper.c Thu Sep 30 19:09:05 2004 X@@ -127,9 +127,9 @@ X chmod (tmpfilename, S_IRUSR|S_IWUSR); X X command = X- g_strdup_printf ("/usr/bin/env -u XAUTHORITY=%s /usr/X11R6/bin/xauth add %s . \"`cat %s.tmp`\" > /dev/null 2>&1; /usr/bin/env -u XAUTHORITY=%s %s", X- xauth_file, xauth_display, X- xauth_file, xauth_file, X+ g_strdup_printf ("/bin/sh -c unset XAUTHORITY; /usr/X11R6/bin/xauth add %s . \"`cat %s.tmp`\" > /dev/null 2>&1; /bin/sh -c unset XAUTHORITY; %s", X+ xauth_display, X+ xauth_file, X argv[1]); X X return_code = system (command); END-of-libgksu1.2/files/patch-gksu+run+helperC echo x - libgksu1.2/files/patch-gksu+contextC sed 's/^X//' >libgksu1.2/files/patch-gksu+contextC << 'END-of-libgksu1.2/files/patch-gksu+contextC' X--- libgksu/gksu-context.c.orig Thu Sep 30 20:40:55 2004 X+++ libgksu/gksu-context.c Thu Sep 30 19:22:21 2004 X@@ -23,9 +23,13 @@ X #include X #include X #include X-#include X-#include X+ X #include X+#include X+#include X+#include X+ X+#include X #include X #include X #include X@@ -417,6 +421,7 @@ X gchar *tmp = NULL; X gchar **tmpv = NULL; X gchar *display = NULL; X+ size_t r; X X if (context->ssh_fwd) X { X@@ -436,6 +441,7 @@ X "grep 'MIT-MAGIC-COOKIE-1' | " X "cut -d ' ' -f 5", X context->display); X+ X if ((xauth_output = popen (tmp, "r")) == NULL) X { X fprintf (stderr, X@@ -443,8 +449,10 @@ X strerror(errno)); X return 1; X } X- fread (xauth, sizeof(char), 255, xauth_output); X- xauth[strlen(xauth) - 1] = '\0'; X+ X+ r = fread (xauth, sizeof(char), 255, xauth_output); X+ xauth[r] = '\0'; X+ X pclose (xauth_output); X g_free (tmp); X X@@ -639,7 +647,7 @@ X { X gchar **cmd = g_malloc (sizeof(gchar*)*7); X X- cmd[i] = g_strdup ("/bin/su"); i++; X+ cmd[i] = g_strdup ("/usr/bin/su"); i++; X if (context->login_shell) X { X cmd[i] = g_strdup ("-"); i++; X@@ -661,7 +669,7 @@ X if (execv (cmd[0], cmd) == -1) X { X fprintf (stderr, X- _("Unable to run /bin/su: %s"), X+ _("Unable to run /usr/bin/su: %s"), X strerror(errno)); X } X END-of-libgksu1.2/files/patch-gksu+contextC echo x - libgksu1.2/files/patch-MakefileIn sed 's/^X//' >libgksu1.2/files/patch-MakefileIn << 'END-of-libgksu1.2/files/patch-MakefileIn' X--- Makefile.in.orig Thu Sep 30 20:39:24 2004 X+++ Makefile.in Fri Oct 1 16:00:27 2004 X@@ -171,7 +171,7 @@ X X DISTCLEANFILES = *~ X X-SUBDIRS = m4 intl po libgksu docs X+SUBDIRS = m4 intl po libgksu X DIST_SUBDIRS = $(SUBDIRS) X X ACLOCAL_AMFLAGS = -I m4 END-of-libgksu1.2/files/patch-MakefileIn echo x - libgksu1.2/files/patch-libgksuMakefileIn sed 's/^X//' >libgksu1.2/files/patch-libgksuMakefileIn << 'END-of-libgksu1.2/files/patch-libgksuMakefileIn' X--- libgksu/Makefile.in.orig Fri Oct 1 16:33:01 2004 X+++ libgksu/Makefile.in Thu Sep 30 17:02:31 2004 X@@ -185,7 +185,7 @@ X X include_HEADERS = gksu.h gksu-context.h X X-pkgconfigdir = ${libdir}/pkgconfig X+pkgconfigdir = ${prefix}/libdata/pkgconfig X pkgconfig_DATA = ${PACKAGE}.pc X pkglib_PROGRAMS = gksu-run-helper X gksu_run_helper_LDFLAGS = `pkg-config --libs glib-2.0` END-of-libgksu1.2/files/patch-libgksuMakefileIn echo x - libgksu1.2/Makefile sed 's/^X//' >libgksu1.2/Makefile << 'END-of-libgksu1.2/Makefile' X# New ports collection makefile for: libgksu1.2 X# Date created: 1 October 2004 X# Whom: Jesse van den Kieboom X# X# $FreeBSD$ X# X XPORTNAME= libgksu1.2 XPORTVERSION= 1.2.4 XCATEGORIES= sysutils XMASTER_SITES= http://people.debian.org/~kov/gksu/libgksu1.2/ X XMAINTAINER= troplosti@orcaweb.cjb.net XCOMMENT= Library providing su and sudo functionality X XRUN_DEPENDS= xauth:${X_CLIENTS_PORT} \ X sudo:${PORTSDIR}/security/sudo X XUSE_GNOME= pkgconfig XGNU_CONFIGURE= yes XCONFIGURE_ARGS= --enable-gtk-doc=no XCONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ X LDFLAGS="-L${LOCALBASE}/lib" X XUSE_GETTEXT= yes XINSTALLS_SHLIB= yes XUSE_LIBTOOL_VER=15 X X.include END-of-libgksu1.2/Makefile echo x - libgksu1.2/pkg-descr sed 's/^X//' >libgksu1.2/pkg-descr << 'END-of-libgksu1.2/pkg-descr' XThis library comes from the gksu program. It provides a simple API to use su Xand sudo in programs that need to execute tasks as other user. It provides X Xauthentication facilities for running programs in a X session. X XWWW: http://www.gnu.org/non-gnu/gksu/ X X- Jesse van den Kieboom Xtroplosti@orcaweb.cjb.net END-of-libgksu1.2/pkg-descr echo x - libgksu1.2/distinfo sed 's/^X//' >libgksu1.2/distinfo << 'END-of-libgksu1.2/distinfo' XMD5 (libgksu1.2-1.2.4.tar.gz) = 7a7449d649ea7012c958e4372a9db88a XSIZE (libgksu1.2-1.2.4.tar.gz) = 559121 END-of-libgksu1.2/distinfo echo x - libgksu1.2/pkg-plist sed 's/^X//' >libgksu1.2/pkg-plist << 'END-of-libgksu1.2/pkg-plist' Xinclude/libgksu1.2/gksu-context.h Xinclude/libgksu1.2/gksu.h Xlib/libgksu1.2.a Xlib/libgksu1.2.so Xlib/libgksu1.2.so.0 Xlib/libgksu1.2/gksu-run-helper Xlibdata/pkgconfig/libgksu1.2.pc Xshare/locale/ca/LC_MESSAGES/libgksu1.2.mo Xshare/locale/da/LC_MESSAGES/libgksu1.2.mo Xshare/locale/de/LC_MESSAGES/libgksu1.2.mo Xshare/locale/es/LC_MESSAGES/libgksu1.2.mo Xshare/locale/pt_BR/LC_MESSAGES/libgksu1.2.mo Xshare/locale/ru/LC_MESSAGES/libgksu1.2.mo X@dirrm include/libgksu1.2 X@dirrm lib/libgksu1.2 END-of-libgksu1.2/pkg-plist exit --- libgksu1.2-1.2.4.port ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Oct 2 11: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 100BB16A4D3 for ; Sat, 2 Oct 2004 11:50:31 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 206F543D54 for ; Sat, 2 Oct 2004 11:50:27 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i92BoRNu051966 for ; Sat, 2 Oct 2004 11: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 i92BoQRV051965; Sat, 2 Oct 2004 11:50:26 GMT (envelope-from gnats) Resent-Date: Sat, 2 Oct 2004 11:50:26 GMT Resent-Message-Id: <200410021150.i92BoQRV051965@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, Jesse van den Kieboom Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 638AB16A4CE for ; Sat, 2 Oct 2004 11:47:03 +0000 (GMT) Received: from dep.oprit.rug.nl (dep.oprit.rug.nl [129.125.36.9]) by mx1.FreeBSD.org (Postfix) with ESMTP id C203943D41 for ; Sat, 2 Oct 2004 11:47:02 +0000 (GMT) (envelope-from jesse@icecrew.nl) Received: from icecrew.nl (postfix@flits103-171.flits.rug.nl [129.125.103.171])i92Bl2S1019256 for ; Sat, 2 Oct 2004 13:47:02 +0200 (MEST) Received: from ayla.icecrew.nl (ayla [192.168.1.2]) by icecrew.nl (Postfix) with ESMTP id 960123B for ; Sat, 2 Oct 2004 13:46:58 +0200 (CEST) Received: by ayla.icecrew.nl (Postfix, from userid 1001) id 2C9841F3FA; Sat, 2 Oct 2004 13:46:58 +0200 (CEST) Message-Id: <20041002114658.2C9841F3FA@ayla.icecrew.nl> Date: Sat, 2 Oct 2004 13:46:58 +0200 (CEST) From: Jesse van den Kieboom To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/72256: New port: sysutils/libgksuui1.0 A graphical fronted to su library X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Jesse van den Kieboom List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Oct 2004 11:50:31 -0000 >Number: 72256 >Category: ports >Synopsis: New port: sysutils/libgksuui1.0 A graphical fronted to su library >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: Sat Oct 02 11:50:26 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Jesse van den Kieboom >Release: FreeBSD 5.3-BETA6 i386 >Organization: >Environment: System: FreeBSD ayla.icecrew.nl 5.3-BETA6 FreeBSD 5.3-BETA6 #1: Tue Sep 28 16:34:31 CEST 2004 jesse@ayla.icecrew.nl:/usr/obj/usr/src/sys/AYLA i386 >Description: This library comes from the gksu program. It provides a Gtk+ dialog and X authentication facilities for running programs as root or another user in a X session. >How-To-Repeat: >Fix: --- libgksuui1.0-1.0.2.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: # # libgksuui1.0 # libgksuui1.0/pkg-descr # libgksuui1.0/distinfo # libgksuui1.0/Makefile # libgksuui1.0/files # libgksuui1.0/files/patch-libgksuuiMakefileIn # libgksuui1.0/files/patch-MakefileIn # libgksuui1.0/pkg-plist # echo c - libgksuui1.0 mkdir -p libgksuui1.0 > /dev/null 2>&1 echo x - libgksuui1.0/pkg-descr sed 's/^X//' >libgksuui1.0/pkg-descr << 'END-of-libgksuui1.0/pkg-descr' XThis library comes from the gksu program. It provides a Gtk+ dialog and XX authentication facilities for running programs as root or another user Xin a X session. X XWWW: http://www.gnu.org/non-gnu/gksu/ X X- Jesse van den Kieboom Xtroplosti@orcaweb.cjb.net END-of-libgksuui1.0/pkg-descr echo x - libgksuui1.0/distinfo sed 's/^X//' >libgksuui1.0/distinfo << 'END-of-libgksuui1.0/distinfo' XMD5 (libgksuui1.0-1.0.2.tar.gz) = 41e0a3de114f101dd528b16043a687cf XSIZE (libgksuui1.0-1.0.2.tar.gz) = 552243 END-of-libgksuui1.0/distinfo echo x - libgksuui1.0/Makefile sed 's/^X//' >libgksuui1.0/Makefile << 'END-of-libgksuui1.0/Makefile' X# New ports collection makefile for: libgksuui1.0 X# Date created: 2 October 2004 X# Whom: Jesse van den Kieboom X# X# $FreeBSD$ X# X XPORTNAME= libgksuui1.0 XPORTVERSION= 1.0.2 XCATEGORIES= sysutils XMASTER_SITES= http://people.debian.org/~kov/gksu/libgksuui1.0/ X XMAINTAINER= troplosti@orcaweb.cjb.net XCOMMENT= A graphical fronted to su library X XUSE_GNOME= gtk20 pkgconfig XGNU_CONFIGURE= yes XCONFIGURE_ARGS= --enable-gtk-doc=no XCONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ X LDFLAGS="-L${LOCALBASE}/lib" X XUSE_GETTEXT= yes XINSTALLS_SHLIB= yes XUSE_LIBTOOL_VER=15 X X.include END-of-libgksuui1.0/Makefile echo c - libgksuui1.0/files mkdir -p libgksuui1.0/files > /dev/null 2>&1 echo x - libgksuui1.0/files/patch-libgksuuiMakefileIn sed 's/^X//' >libgksuui1.0/files/patch-libgksuuiMakefileIn << 'END-of-libgksuui1.0/files/patch-libgksuuiMakefileIn' X--- libgksuui/Makefile.in.orig Sat Oct 2 11:38:21 2004 X+++ libgksuui/Makefile.in Thu Sep 30 17:07:13 2004 X@@ -183,7 +183,7 @@ X X include_HEADERS = gksuui.h gksuui-dialog.h gksuui-convenience.h X X-pkgconfigdir = ${libdir}/pkgconfig X+pkgconfigdir = ${prefix}/libdata/pkgconfig X pkgconfig_DATA = $(PACKAGE).pc X X noinst_PROGRAMS = test-gksuui END-of-libgksuui1.0/files/patch-libgksuuiMakefileIn echo x - libgksuui1.0/files/patch-MakefileIn sed 's/^X//' >libgksuui1.0/files/patch-MakefileIn << 'END-of-libgksuui1.0/files/patch-MakefileIn' X--- Makefile.in.orig Sat Oct 2 11:38:08 2004 X+++ Makefile.in Sat Oct 2 11:36:10 2004 X@@ -171,7 +171,7 @@ X X DISTCLEANFILES = *~ X X-SUBDIRS = intl m4 po libgksuui graphics docs X+SUBDIRS = intl m4 po libgksuui graphics X DIST_SUBDIRS = $(SUBDIRS) X X ACLOCAL_AMFLAGS = -I m4 END-of-libgksuui1.0/files/patch-MakefileIn echo x - libgksuui1.0/pkg-plist sed 's/^X//' >libgksuui1.0/pkg-plist << 'END-of-libgksuui1.0/pkg-plist' Xinclude/libgksuui1.0/gksuui.h Xinclude/libgksuui1.0/gksuui-dialog.h Xinclude/libgksuui1.0/gksuui-convenience.h Xlib/libgksuui1.0.a Xlib/libgksuui1.0.so Xlib/libgksuui1.0.so.0 Xlibdata/pkgconfig/libgksuui1.0.pc Xshare/libgksuui1.0/gksu-auth.png Xshare/locale/ca/LC_MESSAGES/libgksuui1.0.mo Xshare/locale/da/LC_MESSAGES/libgksuui1.0.mo Xshare/locale/de/LC_MESSAGES/libgksuui1.0.mo Xshare/locale/es/LC_MESSAGES/libgksuui1.0.mo Xshare/locale/pt_BR/LC_MESSAGES/libgksuui1.0.mo Xshare/locale/ru/LC_MESSAGES/libgksuui1.0.mo X@dirrm include/libgksuui1.0 X@dirrm share/libgksuui1.0 END-of-libgksuui1.0/pkg-plist exit --- libgksuui1.0-1.0.2.port ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Oct 2 12: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 8273A16A4DA for ; Sat, 2 Oct 2004 12:00:54 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7A08F43D5E for ; Sat, 2 Oct 2004 12:00:53 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i92C0rPY052205 for ; Sat, 2 Oct 2004 12: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 i92C0rhb052204; Sat, 2 Oct 2004 12:00:53 GMT (envelope-from gnats) Resent-Date: Sat, 2 Oct 2004 12:00:53 GMT Resent-Message-Id: <200410021200.i92C0rhb052204@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, Jesse van den Kieboom Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D346116A4CE for ; Sat, 2 Oct 2004 11:52:21 +0000 (GMT) Received: from dep.oprit.rug.nl (dep.oprit.rug.nl [129.125.36.9]) by mx1.FreeBSD.org (Postfix) with ESMTP id F22DB43D54 for ; Sat, 2 Oct 2004 11:52:20 +0000 (GMT) (envelope-from jesse@icecrew.nl) Received: from icecrew.nl (postfix@flits103-171.flits.rug.nl [129.125.103.171])i92BqKS1019332 for ; Sat, 2 Oct 2004 13:52:20 +0200 (MEST) Received: from ayla.icecrew.nl (ayla [192.168.1.2]) by icecrew.nl (Postfix) with ESMTP id 06E873B for ; Sat, 2 Oct 2004 13:52:16 +0200 (CEST) Received: by ayla.icecrew.nl (Postfix, from userid 1001) id 9033D1F3FA; Sat, 2 Oct 2004 13:52:16 +0200 (CEST) Message-Id: <20041002115216.9033D1F3FA@ayla.icecrew.nl> Date: Sat, 2 Oct 2004 13:52:16 +0200 (CEST) From: Jesse van den Kieboom To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/72257: New port: sysutils/libgksu1.2 Library providing su and sudo functionality X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Jesse van den Kieboom List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Oct 2004 12:00:54 -0000 >Number: 72257 >Category: ports >Synopsis: New port: sysutils/libgksu1.2 Library providing su and sudo functionality >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: Sat Oct 02 12:00:52 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Jesse van den Kieboom >Release: FreeBSD 5.3-BETA6 i386 >Organization: >Environment: System: FreeBSD ayla.icecrew.nl 5.3-BETA6 FreeBSD 5.3-BETA6 #1: Tue Sep 28 16:34:31 CEST 2004 jesse@ayla.icecrew.nl:/usr/obj/usr/src/sys/AYLA i386 >Description: This library comes from the gksu program. It provides a simple API to use su and sudo in programs that need to execute tasks as other user. It provides X authentication facilities for running programs in a X session. >How-To-Repeat: >Fix: --- libgksu1.2-1.2.4.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: # # libgksu1.2 # libgksu1.2/files # libgksu1.2/files/patch-test+gksuC # libgksu1.2/files/patch-gksu+run+helperC # libgksu1.2/files/patch-gksu+contextC # libgksu1.2/files/patch-MakefileIn # libgksu1.2/files/patch-libgksuMakefileIn # libgksu1.2/Makefile # libgksu1.2/pkg-descr # libgksu1.2/distinfo # libgksu1.2/pkg-plist # echo c - libgksu1.2 mkdir -p libgksu1.2 > /dev/null 2>&1 echo c - libgksu1.2/files mkdir -p libgksu1.2/files > /dev/null 2>&1 echo x - libgksu1.2/files/patch-test+gksuC sed 's/^X//' >libgksu1.2/files/patch-test+gksuC << 'END-of-libgksu1.2/files/patch-test+gksuC' X--- libgksu/test-gksu.c.orig Thu Sep 30 20:40:04 2004 X+++ libgksu/test-gksu.c Thu Sep 30 17:39:36 2004 X@@ -34,7 +34,7 @@ X context = gksu_context_new (); X X gksu_context_set_debug (context, TRUE); X- gksu_context_set_command (context, "/usr/bin/X11/xterm"); X+ gksu_context_set_command (context, "/usr/X11R6/bin/xterm"); X X password = getpass ("Type the root password: "); X gksu_context_set_password (context, password); END-of-libgksu1.2/files/patch-test+gksuC echo x - libgksu1.2/files/patch-gksu+run+helperC sed 's/^X//' >libgksu1.2/files/patch-gksu+run+helperC << 'END-of-libgksu1.2/files/patch-gksu+run+helperC' X--- libgksu/gksu-run-helper.c.orig Thu Sep 30 20:40:25 2004 X+++ libgksu/gksu-run-helper.c Thu Sep 30 19:09:05 2004 X@@ -127,9 +127,9 @@ X chmod (tmpfilename, S_IRUSR|S_IWUSR); X X command = X- g_strdup_printf ("/usr/bin/env -u XAUTHORITY=%s /usr/X11R6/bin/xauth add %s . \"`cat %s.tmp`\" > /dev/null 2>&1; /usr/bin/env -u XAUTHORITY=%s %s", X- xauth_file, xauth_display, X- xauth_file, xauth_file, X+ g_strdup_printf ("/bin/sh -c unset XAUTHORITY; /usr/X11R6/bin/xauth add %s . \"`cat %s.tmp`\" > /dev/null 2>&1; /bin/sh -c unset XAUTHORITY; %s", X+ xauth_display, X+ xauth_file, X argv[1]); X X return_code = system (command); END-of-libgksu1.2/files/patch-gksu+run+helperC echo x - libgksu1.2/files/patch-gksu+contextC sed 's/^X//' >libgksu1.2/files/patch-gksu+contextC << 'END-of-libgksu1.2/files/patch-gksu+contextC' X--- libgksu/gksu-context.c.orig Thu Sep 30 20:40:55 2004 X+++ libgksu/gksu-context.c Thu Sep 30 19:22:21 2004 X@@ -23,9 +23,13 @@ X #include X #include X #include X-#include X-#include X+ X #include X+#include X+#include X+#include X+ X+#include X #include X #include X #include X@@ -417,6 +421,7 @@ X gchar *tmp = NULL; X gchar **tmpv = NULL; X gchar *display = NULL; X+ size_t r; X X if (context->ssh_fwd) X { X@@ -436,6 +441,7 @@ X "grep 'MIT-MAGIC-COOKIE-1' | " X "cut -d ' ' -f 5", X context->display); X+ X if ((xauth_output = popen (tmp, "r")) == NULL) X { X fprintf (stderr, X@@ -443,8 +449,10 @@ X strerror(errno)); X return 1; X } X- fread (xauth, sizeof(char), 255, xauth_output); X- xauth[strlen(xauth) - 1] = '\0'; X+ X+ r = fread (xauth, sizeof(char), 255, xauth_output); X+ xauth[r] = '\0'; X+ X pclose (xauth_output); X g_free (tmp); X X@@ -639,7 +647,7 @@ X { X gchar **cmd = g_malloc (sizeof(gchar*)*7); X X- cmd[i] = g_strdup ("/bin/su"); i++; X+ cmd[i] = g_strdup ("/usr/bin/su"); i++; X if (context->login_shell) X { X cmd[i] = g_strdup ("-"); i++; X@@ -661,7 +669,7 @@ X if (execv (cmd[0], cmd) == -1) X { X fprintf (stderr, X- _("Unable to run /bin/su: %s"), X+ _("Unable to run /usr/bin/su: %s"), X strerror(errno)); X } X END-of-libgksu1.2/files/patch-gksu+contextC echo x - libgksu1.2/files/patch-MakefileIn sed 's/^X//' >libgksu1.2/files/patch-MakefileIn << 'END-of-libgksu1.2/files/patch-MakefileIn' X--- Makefile.in.orig Thu Sep 30 20:39:24 2004 X+++ Makefile.in Fri Oct 1 16:00:27 2004 X@@ -171,7 +171,7 @@ X X DISTCLEANFILES = *~ X X-SUBDIRS = m4 intl po libgksu docs X+SUBDIRS = m4 intl po libgksu X DIST_SUBDIRS = $(SUBDIRS) X X ACLOCAL_AMFLAGS = -I m4 END-of-libgksu1.2/files/patch-MakefileIn echo x - libgksu1.2/files/patch-libgksuMakefileIn sed 's/^X//' >libgksu1.2/files/patch-libgksuMakefileIn << 'END-of-libgksu1.2/files/patch-libgksuMakefileIn' X--- libgksu/Makefile.in.orig Fri Oct 1 16:33:01 2004 X+++ libgksu/Makefile.in Thu Sep 30 17:02:31 2004 X@@ -185,7 +185,7 @@ X X include_HEADERS = gksu.h gksu-context.h X X-pkgconfigdir = ${libdir}/pkgconfig X+pkgconfigdir = ${prefix}/libdata/pkgconfig X pkgconfig_DATA = ${PACKAGE}.pc X pkglib_PROGRAMS = gksu-run-helper X gksu_run_helper_LDFLAGS = `pkg-config --libs glib-2.0` END-of-libgksu1.2/files/patch-libgksuMakefileIn echo x - libgksu1.2/Makefile sed 's/^X//' >libgksu1.2/Makefile << 'END-of-libgksu1.2/Makefile' X# New ports collection makefile for: libgksu1.2 X# Date created: 1 October 2004 X# Whom: Jesse van den Kieboom X# X# $FreeBSD$ X# X XPORTNAME= libgksu1.2 XPORTVERSION= 1.2.4 XCATEGORIES= sysutils XMASTER_SITES= http://people.debian.org/~kov/gksu/libgksu1.2/ X XMAINTAINER= troplosti@orcaweb.cjb.net XCOMMENT= Library providing su and sudo functionality X XRUN_DEPENDS= xauth:${X_CLIENTS_PORT} \ X sudo:${PORTSDIR}/security/sudo X XUSE_GNOME= pkgconfig XGNU_CONFIGURE= yes XCONFIGURE_ARGS= --enable-gtk-doc=no XCONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ X LDFLAGS="-L${LOCALBASE}/lib" X XUSE_GETTEXT= yes XINSTALLS_SHLIB= yes XUSE_LIBTOOL_VER=15 X X.include END-of-libgksu1.2/Makefile echo x - libgksu1.2/pkg-descr sed 's/^X//' >libgksu1.2/pkg-descr << 'END-of-libgksu1.2/pkg-descr' XThis library comes from the gksu program. It provides a simple API to use su Xand sudo in programs that need to execute tasks as other user. It provides X Xauthentication facilities for running programs in a X session. X XWWW: http://www.gnu.org/non-gnu/gksu/ X X- Jesse van den Kieboom Xtroplosti@orcaweb.cjb.net END-of-libgksu1.2/pkg-descr echo x - libgksu1.2/distinfo sed 's/^X//' >libgksu1.2/distinfo << 'END-of-libgksu1.2/distinfo' XMD5 (libgksu1.2-1.2.4.tar.gz) = 7a7449d649ea7012c958e4372a9db88a XSIZE (libgksu1.2-1.2.4.tar.gz) = 559121 END-of-libgksu1.2/distinfo echo x - libgksu1.2/pkg-plist sed 's/^X//' >libgksu1.2/pkg-plist << 'END-of-libgksu1.2/pkg-plist' Xinclude/libgksu1.2/gksu-context.h Xinclude/libgksu1.2/gksu.h Xlib/libgksu1.2.a Xlib/libgksu1.2.so Xlib/libgksu1.2.so.0 Xlib/libgksu1.2/gksu-run-helper Xlibdata/pkgconfig/libgksu1.2.pc Xshare/locale/ca/LC_MESSAGES/libgksu1.2.mo Xshare/locale/da/LC_MESSAGES/libgksu1.2.mo Xshare/locale/de/LC_MESSAGES/libgksu1.2.mo Xshare/locale/es/LC_MESSAGES/libgksu1.2.mo Xshare/locale/pt_BR/LC_MESSAGES/libgksu1.2.mo Xshare/locale/ru/LC_MESSAGES/libgksu1.2.mo X@dirrm include/libgksu1.2 X@dirrm lib/libgksu1.2 END-of-libgksu1.2/pkg-plist exit --- libgksu1.2-1.2.4.port ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Oct 2 12: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 918E816A4DC for ; Sat, 2 Oct 2004 12:00:54 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1256A43D58 for ; Sat, 2 Oct 2004 12:00:54 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i92C0rK3052224 for ; Sat, 2 Oct 2004 12: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 i92C0rYS052223; Sat, 2 Oct 2004 12:00:53 GMT (envelope-from gnats) Resent-Date: Sat, 2 Oct 2004 12:00:53 GMT Resent-Message-Id: <200410021200.i92C0rYS052223@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, Jesse van den Kieboom Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7236F16A4CE for ; Sat, 2 Oct 2004 11:55:39 +0000 (GMT) Received: from dep.oprit.rug.nl (dep.oprit.rug.nl [129.125.36.9]) by mx1.FreeBSD.org (Postfix) with ESMTP id D2CE143D41 for ; Sat, 2 Oct 2004 11:55:38 +0000 (GMT) (envelope-from jesse@icecrew.nl) Received: from icecrew.nl (postfix@flits103-171.flits.rug.nl [129.125.103.171])i92BtcS1019368 for ; Sat, 2 Oct 2004 13:55:38 +0200 (MEST) Received: from ayla.icecrew.nl (ayla [192.168.1.2]) by icecrew.nl (Postfix) with ESMTP id A3E2A3B for ; Sat, 2 Oct 2004 13:55:34 +0200 (CEST) Received: by ayla.icecrew.nl (Postfix, from userid 1001) id 5DD7B1F3FA; Sat, 2 Oct 2004 13:55:34 +0200 (CEST) Message-Id: <20041002115534.5DD7B1F3FA@ayla.icecrew.nl> Date: Sat, 2 Oct 2004 13:55:34 +0200 (CEST) From: Jesse van den Kieboom To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/72258: New port: sysutils/gksu Graphical frontend to su X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Jesse van den Kieboom List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Oct 2004 12:00:55 -0000 >Number: 72258 >Category: ports >Synopsis: New port: sysutils/gksu Graphical frontend to su >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: Sat Oct 02 12:00:53 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Jesse van den Kieboom >Release: FreeBSD 5.3-BETA6 i386 >Organization: >Environment: System: FreeBSD ayla.icecrew.nl 5.3-BETA6 FreeBSD 5.3-BETA6 #1: Tue Sep 28 16:34:31 CEST 2004 jesse@ayla.icecrew.nl:/usr/obj/usr/src/sys/AYLA i386 >Description: gksu is a Gtk+ frontend to /bin/su. It supports login shells and preserving environment when acting as a su frontend. It is useful to menu items or other graphical programs that need to ask a user's password to run another program as another user. >How-To-Repeat: >Fix: --- gksu-1.2.1.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: # # gksu # gksu/pkg-plist # gksu/pkg-descr # gksu/distinfo # gksu/Makefile # gksu/files # echo c - gksu mkdir -p gksu > /dev/null 2>&1 echo x - gksu/pkg-plist sed 's/^X//' >gksu/pkg-plist << 'END-of-gksu/pkg-plist' Xbin/gksu Xbin/gksudo Xbin/gksuexec Xshare/applications/gksu.desktop Xshare/applications/gksuexec.desktop Xshare/locale/ca/LC_MESSAGES/gksu.mo Xshare/locale/da/LC_MESSAGES/gksu.mo Xshare/locale/de/LC_MESSAGES/gksu.mo Xshare/locale/es/LC_MESSAGES/gksu.mo Xshare/locale/pt_BR/LC_MESSAGES/gksu.mo Xshare/locale/ru/LC_MESSAGES/gksu.mo Xshare/pixmaps/gksu-icon.png Xshare/pixmaps/gksu-root-terminal.png END-of-gksu/pkg-plist echo x - gksu/pkg-descr sed 's/^X//' >gksu/pkg-descr << 'END-of-gksu/pkg-descr' Xgksu is a Gtk+ frontend to /bin/su. It supports login shells and preserving Xenvironment when acting as a su frontend. It is useful to menu items or other Xgraphical programs that need to ask a user's password to run another program Xas another user. X XWWW: http://www.gnu.org/non-gnu/gksu/ X X- Jesse van den Kieboom Xtroplosti@orcaweb.cjb.net END-of-gksu/pkg-descr echo x - gksu/distinfo sed 's/^X//' >gksu/distinfo << 'END-of-gksu/distinfo' XMD5 (gksu-1.2.1.tar.gz) = 449fcbee896f47a27bf20ac7377ae3d5 XSIZE (gksu-1.2.1.tar.gz) = 550076 END-of-gksu/distinfo echo x - gksu/Makefile sed 's/^X//' >gksu/Makefile << 'END-of-gksu/Makefile' X# New ports collection makefile for: gksu X# Date created: 2 October 2004 X# Whom: Jesse van den Kieboom X# X# $FreeBSD$ X# X XPORTNAME= gksu XPORTVERSION= 1.2.1 XCATEGORIES= sysutils XMASTER_SITES= http://people.debian.org/~kov/gksu/gksu/ X XMAINTAINER= troplosti@orcaweb.cjb.net XCOMMENT= Graphical frontend to su X XLIB_DEPENDS= libgksu1.2:${PORTSDIR}/sysutils/libgksu1.2:install \ X libgksuui1.0:${PORTSDIR}/sysutils/libgksuui1.0:install XUSE_GNOME= gtk20 pkgconfig XUSE_X_PREFIX= yes XGNU_CONFIGURE= yes XCONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ X LDFLAGS="-L${LOCALBASE}/lib" X XUSE_GETTEXT= yes XMAN1= gksu.1 gksuexec.1 X X.include END-of-gksu/Makefile echo c - gksu/files mkdir -p gksu/files > /dev/null 2>&1 exit --- gksu-1.2.1.port ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Oct 2 12:53:35 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 A157216A4CE; Sat, 2 Oct 2004 12:53:35 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 80A7F43D1F; Sat, 2 Oct 2004 12:53:35 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from freefall.freebsd.org (pav@localhost [127.0.0.1]) i92CrZO5058085; Sat, 2 Oct 2004 12:53:35 GMT (envelope-from pav@freefall.freebsd.org) Received: (from pav@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i92CrZO6058081; Sat, 2 Oct 2004 12:53:35 GMT (envelope-from pav) Date: Sat, 2 Oct 2004 12:53:35 GMT From: Pav Lucistnik Message-Id: <200410021253.i92CrZO6058081@freefall.freebsd.org> To: pav@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, pav@FreeBSD.org Subject: Re: ports/72235: [PATCH] net/tramp: update to new version 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: Sat, 02 Oct 2004 12:53:35 -0000 Synopsis: [PATCH] net/tramp: update to new version Responsible-Changed-From-To: freebsd-ports-bugs->pav Responsible-Changed-By: pav Responsible-Changed-When: Sat Oct 2 12:53:28 GMT 2004 Responsible-Changed-Why: Poke. http://www.freebsd.org/cgi/query-pr.cgi?pr=72235 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Oct 1 20: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 D8E2616A4D1 for ; Fri, 1 Oct 2004 20:40:23 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id AE80543D48 for ; Fri, 1 Oct 2004 20:40:22 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i91KeLFD014519 for ; Fri, 1 Oct 2004 20: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 i91KeLX9014518; Fri, 1 Oct 2004 20:40:21 GMT (envelope-from gnats) Resent-Date: Fri, 1 Oct 2004 20:40:21 GMT Resent-Message-Id: <200410012040.i91KeLX9014518@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 C380F16A4CE; Fri, 1 Oct 2004 20:39:09 +0000 (GMT) Received: from sep.oldach.net (p5081C3C5.dip0.t-ipconnect.de [80.129.195.197]) by mx1.FreeBSD.org (Postfix) with ESMTP id A5E4E43D2F; Fri, 1 Oct 2004 20:39:08 +0000 (GMT) (envelope-from hmo@sep.oldach.net) Received: from sep.oldach.net (localhost [127.0.0.1])i91Kd5d8045373 (version=TLSv1/SSLv3 cipher=DHE-DSS-AES256-SHA bits=256 verify=NO); Fri, 1 Oct 2004 22:39:06 +0200 (CEST) (envelope-from hmo@sep.oldach.net) Received: (from hmo@localhost) by sep.oldach.net (8.13.1/8.13.1/Submit) id i91Kd5eO045372; Fri, 1 Oct 2004 22:39:05 +0200 (CEST) (envelope-from hmo) Message-Id: <200410012039.i91Kd5eO045372@sep.oldach.net> Date: Fri, 1 Oct 2004 22:39:05 +0200 (CEST) From: Helge Oldach To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 X-Mailman-Approved-At: Sat, 02 Oct 2004 12:53:49 +0000 cc: ache@FreeBSD.org cc: popper-oct04@oldach.net Subject: ports/72240: ports/popper fails to install 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: Fri, 01 Oct 2004 20:40:24 -0000 >Number: 72240 >Category: ports >Synopsis: ports/popper fails to install >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 01 20:40:19 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Helge Oldach >Release: FreeBSD 4.10-STABLE i386 >Organization: >Environment: System: FreeBSD you.lose.oldach.net 4.10-STABLE FreeBSD 4.10-STABLE #1970: Sun Aug 29 17:44:42 CEST 2004 toor@you.lose.oldach.net:/usr/obj/usr/src/sys/GENERIC i386 >Description: Wrong pre-install target in Makefile: # make all install ===================snip======================= cc pop_dele.o pop_dropcopy.o pop_get_command.o pop_get_subcommand.o pop_init.o pop_last.o pop_list.o pop_log.o pop_lower.o pop_msg.o pop_parse.o pop_pass.o pop_quit.o pop_rset.o pop_send.o pop_stat.o pop_updt.o pop_user.o pop_xtnd.o pop_xmit.o popper.o pop_bull.o xtnd_xlst.o pop_uidl.o pop_rpop.o pop_apop.o pop_auth.o sendto.o -o popper -lopie -lmd -lutil -lcrypt cc -c -I. -I. -O -pipe -DHAVE_CONFIG_H -DSETPROCTITLE -DKEEP_TEMP_DROP -DBSD44_DBM -DBIND43 -DBULLDB -DNONAUTHFILE='"/etc/ftpusers"' -DOPIE -DNO_STATUS -UOPIE popauth.c -o popauth.o cc -o popauth popauth.o ===> Installing for qpopper-2.53_5 PKG_PREFIX=/usr/local /bin/sh pkg-install qpopper-2.53_5 PRE-INSTALL pkg-install: Can't open pkg-install: No such file or directory *** Error code 2 Stop in /usr/ports/mail/popper. *** Error code 1 Stop in /usr/ports/mail/popper. >How-To-Repeat: >Fix: --- Makefile~ Wed Sep 22 08:02:17 2004 +++ Makefile Fri Oct 1 22:31:39 2004 @@ -58,7 +58,7 @@ $(CP) ${FILESDIR}/sendto.c ${WRKSRC} pre-install: - PKG_PREFIX=${PREFIX} ${SH} pkg-install ${PKGNAME} PRE-INSTALL + PKG_PREFIX=${PREFIX} ${SH} ${MASTERDIR}/pkg-install ${PKGNAME} PRE-INSTALL do-install: cd ${WRKSRC} && \ >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Oct 2 13: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 CA2EF16A4CE; Sat, 2 Oct 2004 13:00:49 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id AADDD43D41; Sat, 2 Oct 2004 13:00:49 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from freefall.freebsd.org (pav@localhost [127.0.0.1]) i92D0nRk058372; Sat, 2 Oct 2004 13:00:49 GMT (envelope-from pav@freefall.freebsd.org) Received: (from pav@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i92D0nlb058368; Sat, 2 Oct 2004 13:00:49 GMT (envelope-from pav) Date: Sat, 2 Oct 2004 13:00:49 GMT From: Pav Lucistnik Message-Id: <200410021300.i92D0nlb058368@freefall.freebsd.org> To: pav@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, pav@FreeBSD.org Subject: Re: ports/72242: [update] devel/cvs2p4 to contemporary 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: Sat, 02 Oct 2004 13:00:49 -0000 Synopsis: [update] devel/cvs2p4 to contemporary 2.4 Responsible-Changed-From-To: freebsd-ports-bugs->pav Responsible-Changed-By: pav Responsible-Changed-When: Sat Oct 2 13:00:41 GMT 2004 Responsible-Changed-Why: Poke. http://www.freebsd.org/cgi/query-pr.cgi?pr=72242 From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Oct 2 14: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 02BA416A4CE for ; Sat, 2 Oct 2004 14:30:30 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id E050B43D1F for ; Sat, 2 Oct 2004 14:30:29 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i92EUTjJ068635 for ; Sat, 2 Oct 2004 14: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 i92EUTUb068634; Sat, 2 Oct 2004 14:30:29 GMT (envelope-from gnats) Resent-Date: Sat, 2 Oct 2004 14:30:29 GMT Resent-Message-Id: <200410021430.i92EUTUb068634@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, Sam Lawrance Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A9AF016A4CE for ; Sat, 2 Oct 2004 14:29:08 +0000 (GMT) Received: from bloodwood.hunterlink.net.au (smtp-local.hunterlink.net.au [203.12.144.17]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0303843D2D for ; Sat, 2 Oct 2004 14:29:07 +0000 (GMT) (envelope-from boris@brooknet.com.au) Received: from localhost (ppp224B.dyn.pacific.net.au [61.8.34.75]) i92EQkAM009759; Sun, 3 Oct 2004 00:26:47 +1000 Received: by localhost (Postfix, from userid 0) id 12CE2225; Sun, 3 Oct 2004 00:31:28 +1000 (EST) Message-Id: <20041002143128.12CE2225@localhost> Date: Sun, 3 Oct 2004 00:31:28 +1000 (EST) From: Sam Lawrance To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 cc: boris@brooknet.com.au Subject: ports/72259: [MAINTAINER] graphics/jumpgis: update to 1.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: Sat, 02 Oct 2004 14:30:30 -0000 >Number: 72259 >Category: ports >Synopsis: [MAINTAINER] graphics/jumpgis: update to 1.1.2 >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: Sat Oct 02 14:30:28 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Sam Lawrance >Release: FreeBSD 5.3-BETA5 i386 >Organization: >Environment: System: FreeBSD dirk.no.domain 5.3-BETA5 FreeBSD 5.3-BETA5 #0: Thu Sep 23 17:02:48 EST 2004 >Description: - Update to 1.1.2 >How-To-Repeat: >Fix: --- jumpgis-1.1.2.patch begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/FreeBSD/ports/graphics/jumpgis/Makefile,v retrieving revision 1.1 diff -u -u -r1.1 Makefile --- Makefile 8 Aug 2004 20:37:58 -0000 1.1 +++ Makefile 2 Oct 2004 14:25:05 -0000 @@ -6,7 +6,7 @@ # PORTNAME= jumpgis -PORTVERSION= 1.1.1 +PORTVERSION= 1.1.2 CATEGORIES= graphics java MASTER_SITES= http://www.jump-project.org/downloads/jump/:main \ http://sam.stral.net/freebsd/:extra Index: distinfo =================================================================== RCS file: /home/ncvs/FreeBSD/ports/graphics/jumpgis/distinfo,v retrieving revision 1.1 diff -u -u -r1.1 distinfo --- distinfo 8 Aug 2004 20:37:58 -0000 1.1 +++ distinfo 2 Oct 2004 14:25:13 -0000 @@ -1,5 +1,5 @@ -MD5 (jump-1.1.1.zip) = 0caa05e49036baedba8b61f06ced600c -SIZE (jump-1.1.1.zip) = 8524734 +MD5 (jump-1.1.2.zip) = 6fc0a448ba99a64c75d3a561d5410112 +SIZE (jump-1.1.2.zip) = 8813307 MD5 (jump.png) = d9f137f2afd0c1a1c2e109a3360f9e06 SIZE (jump.png) = 786 MD5 (jump.desktop) = e9f066dca2aea1f809764a33c1d021fc Index: pkg-plist =================================================================== RCS file: /home/ncvs/FreeBSD/ports/graphics/jumpgis/pkg-plist,v retrieving revision 1.1 diff -u -u -r1.1 pkg-plist --- pkg-plist 8 Aug 2004 20:37:58 -0000 1.1 +++ pkg-plist 2 Oct 2004 14:28:07 -0000 @@ -1,8 +1,9 @@ bin/jumpgis +jumpgis/lib/bsh-2.0b1.jar jumpgis/lib/Jama-1.0.1.jar jumpgis/lib/jdom.jar -jumpgis/lib/jts-1.4.0.jar -jumpgis/lib/jump-1.1.1.jar +jumpgis/lib/jts-1.4.1-RC1.jar +jumpgis/lib/jump-1.1.2.jar jumpgis/lib/junit.jar jumpgis/lib/xercesImpl.jar jumpgis/lib/xml-apis.jar --- jumpgis-1.1.2.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Oct 2 14:39:09 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 50DDE16A4CF; Sat, 2 Oct 2004 14:39:09 +0000 (GMT) Received: from bloodwood.hunterlink.net.au (smtp-local.hunterlink.net.au [203.12.144.17]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8BC8E43D4C; Sat, 2 Oct 2004 14:39:08 +0000 (GMT) (envelope-from boris@brooknet.com.au) Received: from [61.8.34.75] (ppp224B.dyn.pacific.net.au [61.8.34.75]) i92EamGZ013896; Sun, 3 Oct 2004 00:36:49 +1000 From: Sam Lawrance To: FreeBSD-gnats-submit@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org In-Reply-To: <200410021430.i92EUTw3068565@freefall.freebsd.org> References: <200410021430.i92EUTw3068565@freefall.freebsd.org> Content-Type: text/plain Message-Id: <1096728090.718.12.camel@dirk.no.domain> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.6 Date: Sun, 03 Oct 2004 00:41:31 +1000 Content-Transfer-Encoding: 7bit Subject: Re: ports/72259: [MAINTAINER] graphics/jumpgis: update to 1.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: Sat, 02 Oct 2004 14:39:09 -0000 Please apply this against Makefile as well. --- Makefile.orig Sun Oct 3 00:39:48 2004 +++ Makefile Sun Oct 3 00:39:53 2004 @@ -42,7 +42,7 @@ post-patch: @${REINPLACE_CMD} -e "s,#!sh,#!/bin/sh,g" \ - -e "s,^set LIB=../lib,LIB=${TARGET_DIR}/lib,g" \ + -e "s,^LIB=../lib,LIB=${TARGET_DIR}/lib,g" \ -e "s,workbench-properties.xml,~/.jump-workbench-properties.xml,g" \ ${WRKSRC}/bin/JUMPWorkbench-unix.sh From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Oct 2 14: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 8438616A4CE for ; Sat, 2 Oct 2004 14:40:19 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7614443D4C for ; Sat, 2 Oct 2004 14:40:19 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i92EeJgH069909 for ; Sat, 2 Oct 2004 14: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 i92EeJ3j069908; Sat, 2 Oct 2004 14:40:19 GMT (envelope-from gnats) Date: Sat, 2 Oct 2004 14:40:19 GMT Message-Id: <200410021440.i92EeJ3j069908@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Sam Lawrance Subject: Re: ports/72259: [MAINTAINER] graphics/jumpgis: update to 1.1.2 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Sam Lawrance List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Oct 2004 14:40:19 -0000 The following reply was made to PR ports/72259; it has been noted by GNATS. From: Sam Lawrance To: FreeBSD-gnats-submit@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Cc: Subject: Re: ports/72259: [MAINTAINER] graphics/jumpgis: update to 1.1.2 Date: Sun, 03 Oct 2004 00:41:31 +1000 Please apply this against Makefile as well. --- Makefile.orig Sun Oct 3 00:39:48 2004 +++ Makefile Sun Oct 3 00:39:53 2004 @@ -42,7 +42,7 @@ post-patch: @${REINPLACE_CMD} -e "s,#!sh,#!/bin/sh,g" \ - -e "s,^set LIB=../lib,LIB=${TARGET_DIR}/lib,g" \ + -e "s,^LIB=../lib,LIB=${TARGET_DIR}/lib,g" \ -e "s,workbench-properties.xml,~/.jump-workbench-properties.xml,g" \ ${WRKSRC}/bin/JUMPWorkbench-unix.sh From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Oct 2 14:50:00 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 6852B16A4CE; Sat, 2 Oct 2004 14:50:00 +0000 (GMT) Received: from bloodwood.hunterlink.net.au (smtp-local.hunterlink.net.au [203.12.144.17]) by mx1.FreeBSD.org (Postfix) with ESMTP id 462FE43D48; Sat, 2 Oct 2004 14:49:58 +0000 (GMT) (envelope-from boris@brooknet.com.au) Received: from [61.8.34.75] (ppp224B.dyn.pacific.net.au [61.8.34.75]) i92ElaGZ018230; Sun, 3 Oct 2004 00:47:37 +1000 From: Sam Lawrance To: Thierry Thomas In-Reply-To: <200408162114.i7GLExVK049375@freefall.freebsd.org> References: <200408162114.i7GLExVK049375@freefall.freebsd.org> Content-Type: text/plain Message-Id: <1096728739.718.24.camel@dirk.no.domain> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.6 Date: Sun, 03 Oct 2004 00:52:20 +1000 Content-Transfer-Encoding: 7bit cc: freebsd-ports-bugs@FreeBSD.org cc: freebsd-gnats-submit@FreeBSD.org Subject: Re: ports/68331: [NEW PORT] graphics/jumpgis-postgis: JUMP support for reading and writing a PostGIS database 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: Sat, 02 Oct 2004 14:50:00 -0000 On Tue, 2004-08-17 at 07:14, Thierry Thomas wrote: > Then, graphics/jumpgis won't deinstall cleanly: you should > write a pkg-deinstall script to put ${PREFIX}/bin/jumpgis > back to its initial state after you have deinstalled > jumpgis-postgis. The following patch (against all prior stuff in this PR) does the trick. pkg-install edits the classpath by adding a line in the jumpgis startup script; pkg-deinstall removes that line when this port (jumpgis-postgis) is deinstalled. --- Makefile.orig Sat Oct 2 17:26:11 2004 +++ Makefile Sun Oct 3 00:19:07 2004 @@ -31,9 +31,12 @@ do-install: @${ECHO_MSG} "---> Installing JAR files" + ${MKDIR} ${TARGET_DIR}/lib/ext + ${CHMOD} 0755 ${TARGET_DIR}/lib/ext ${INSTALL_DATA} ${WRKSRC}/lib/ext/postgisdriver-1.1.0.jar ${TARGET_DIR}/lib/ext/ ${INSTALL_DATA} ${WRKSRC}/lib/ext/pg74jdbc3.jar ${TARGET_DIR}/lib/ - @${ECHO_MSG} "---> Fixing CLASSPATH in ${PREFIX}/bin/jumpgis" - [ -e ${PREFIX}/bin/jumpgis ] && ${GREP} 'CLASSPATH=.*pg74jdbc3.jar' ${PREFIX}/bin/jumpgis || ( ${REINPLACE_CMD} 's/CLASSPATH=.*/&:$$LIB\/pg74jdbc3.jar/g' ${PREFIX}/bin/jumpgis && ${RM} ${PREFIX}/bin/jumpgis.bak ) +post-install: + @${SETENV} PKG_PREFIX="${PREFIX}" ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL + .include --- /dev/null Sun Oct 3 00:44:00 2004 +++ pkg-install Sun Oct 3 00:12:23 2004 @@ -0,0 +1,11 @@ +#!/bin/sh +# $FreeBSD$ + +if [ x$2 != xPOST-INSTALL ]; then + exit +fi + +echo Fixing CLASSPATH in ${PKG_PREFIX}/bin/jumpgis + +sed -i '.bak' 's,CLASSPATH=.*,&\ +CLASSPATH=$CLASSPATH:$LIB/pg74jdbc3.jar,g' ${PKG_PREFIX}/bin/jumpgis && rm ${PKG_PREFIX}/bin/jumpgis.bak --- /dev/null Sun Oct 3 00:44:00 2004 +++ pkg-deinstall Sun Oct 3 00:21:24 2004 @@ -0,0 +1,12 @@ +#!/bin/sh +# $FreeBSD$ + +if [ x$2 != xDEINSTALL ]; then + exit +fi + +echo Restoring CLASSPATH in ${PKG_PREFIX}/bin/jumpgis + +grep -v '^CLASSPATH=$CLASSPATH:$LIB/pg74jdbc3.jar$' ${PKG_PREFIX}/bin/jumpgis > ${PKG_PREFIX}/bin/jumpgis.new +cat ${PKG_PREFIX}/bin/jumpgis.new > ${PKG_PREFIX}/bin/jumpgis +rm ${PKG_PREFIX}/bin/jumpgis.new From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Oct 2 14: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 DF52B16A4CE for ; Sat, 2 Oct 2004 14:50:27 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id B4B5543D2D for ; Sat, 2 Oct 2004 14:50:27 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i92EoRC7070137 for ; Sat, 2 Oct 2004 14: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 i92EoRFV070136; Sat, 2 Oct 2004 14:50:27 GMT (envelope-from gnats) Date: Sat, 2 Oct 2004 14:50:27 GMT Message-Id: <200410021450.i92EoRFV070136@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Sam Lawrance Subject: Re: ports/68331: [NEW PORT] graphics/jumpgis-postgis: JUMP support for reading and writing a PostGIS database X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Sam Lawrance List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Oct 2004 14:50:28 -0000 The following reply was made to PR ports/68331; it has been noted by GNATS. From: Sam Lawrance To: Thierry Thomas Cc: freebsd-ports-bugs@FreeBSD.org, freebsd-gnats-submit@FreeBSD.org Subject: Re: ports/68331: [NEW PORT] graphics/jumpgis-postgis: JUMP support for reading and writing a PostGIS database Date: Sun, 03 Oct 2004 00:52:20 +1000 On Tue, 2004-08-17 at 07:14, Thierry Thomas wrote: > Then, graphics/jumpgis won't deinstall cleanly: you should > write a pkg-deinstall script to put ${PREFIX}/bin/jumpgis > back to its initial state after you have deinstalled > jumpgis-postgis. The following patch (against all prior stuff in this PR) does the trick. pkg-install edits the classpath by adding a line in the jumpgis startup script; pkg-deinstall removes that line when this port (jumpgis-postgis) is deinstalled. --- Makefile.orig Sat Oct 2 17:26:11 2004 +++ Makefile Sun Oct 3 00:19:07 2004 @@ -31,9 +31,12 @@ do-install: @${ECHO_MSG} "---> Installing JAR files" + ${MKDIR} ${TARGET_DIR}/lib/ext + ${CHMOD} 0755 ${TARGET_DIR}/lib/ext ${INSTALL_DATA} ${WRKSRC}/lib/ext/postgisdriver-1.1.0.jar ${TARGET_DIR}/lib/ext/ ${INSTALL_DATA} ${WRKSRC}/lib/ext/pg74jdbc3.jar ${TARGET_DIR}/lib/ - @${ECHO_MSG} "---> Fixing CLASSPATH in ${PREFIX}/bin/jumpgis" - [ -e ${PREFIX}/bin/jumpgis ] && ${GREP} 'CLASSPATH=.*pg74jdbc3.jar' ${PREFIX}/bin/jumpgis || ( ${REINPLACE_CMD} 's/CLASSPATH=.*/&:$$LIB\/pg74jdbc3.jar/g' ${PREFIX}/bin/jumpgis && ${RM} ${PREFIX}/bin/jumpgis.bak ) +post-install: + @${SETENV} PKG_PREFIX="${PREFIX}" ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL + .include --- /dev/null Sun Oct 3 00:44:00 2004 +++ pkg-install Sun Oct 3 00:12:23 2004 @@ -0,0 +1,11 @@ +#!/bin/sh +# $FreeBSD$ + +if [ x$2 != xPOST-INSTALL ]; then + exit +fi + +echo Fixing CLASSPATH in ${PKG_PREFIX}/bin/jumpgis + +sed -i '.bak' 's,CLASSPATH=.*,&\ +CLASSPATH=$CLASSPATH:$LIB/pg74jdbc3.jar,g' ${PKG_PREFIX}/bin/jumpgis && rm ${PKG_PREFIX}/bin/jumpgis.bak --- /dev/null Sun Oct 3 00:44:00 2004 +++ pkg-deinstall Sun Oct 3 00:21:24 2004 @@ -0,0 +1,12 @@ +#!/bin/sh +# $FreeBSD$ + +if [ x$2 != xDEINSTALL ]; then + exit +fi + +echo Restoring CLASSPATH in ${PKG_PREFIX}/bin/jumpgis + +grep -v '^CLASSPATH=$CLASSPATH:$LIB/pg74jdbc3.jar$' ${PKG_PREFIX}/bin/jumpgis > ${PKG_PREFIX}/bin/jumpgis.new +cat ${PKG_PREFIX}/bin/jumpgis.new > ${PKG_PREFIX}/bin/jumpgis +rm ${PKG_PREFIX}/bin/jumpgis.new From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Oct 2 14:57: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 EC9C816A4CE; Sat, 2 Oct 2004 14:57:35 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id BFCD243D31; Sat, 2 Oct 2004 14:57:35 +0000 (GMT) (envelope-from thierry@FreeBSD.org) Received: from freefall.freebsd.org (thierry@localhost [127.0.0.1]) i92EvZNq070283; Sat, 2 Oct 2004 14:57:35 GMT (envelope-from thierry@freefall.freebsd.org) Received: (from thierry@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i92EvZmg070279; Sat, 2 Oct 2004 14:57:35 GMT (envelope-from thierry) Date: Sat, 2 Oct 2004 14:57:35 GMT From: Thierry Thomas Message-Id: <200410021457.i92EvZmg070279@freefall.freebsd.org> To: boris@brooknet.com.au, thierry@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/68331: [NEW PORT] graphics/jumpgis-postgis: JUMP support for reading and writing a PostGIS database 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: Sat, 02 Oct 2004 14:57:36 -0000 Synopsis: [NEW PORT] graphics/jumpgis-postgis: JUMP support for reading and writing a PostGIS database State-Changed-From-To: feedback->open State-Changed-By: thierry State-Changed-When: Sat Oct 2 14:56:59 GMT 2004 State-Changed-Why: Feedback received, thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=68331 From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Oct 2 15: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 180CC16A4CE for ; Sat, 2 Oct 2004 15:10:09 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id EB8F143D5A for ; Sat, 2 Oct 2004 15:10:08 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i92FA8Ai074452 for ; Sat, 2 Oct 2004 15: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 i92FA8o3074451; Sat, 2 Oct 2004 15:10:08 GMT (envelope-from gnats) Resent-Date: Sat, 2 Oct 2004 15:10:08 GMT Resent-Message-Id: <200410021510.i92FA8o3074451@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 3E07416A4CE for ; Sat, 2 Oct 2004 15:03:21 +0000 (GMT) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id 18D8743D2F for ; Sat, 2 Oct 2004 15:03: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 i92F3KJs029381 for ; Sat, 2 Oct 2004 15:03:20 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.12.11/8.12.11/Submit) id i92F3KsQ029380; Sat, 2 Oct 2004 15:03:20 GMT (envelope-from nobody) Message-Id: <200410021503.i92F3KsQ029380@www.freebsd.org> Date: Sat, 2 Oct 2004 15:03:20 GMT From: Julian Stecklina To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-2.3 Subject: ports/72260: New port: irc/xchat-ecl-plugin A plugin to allow Common Lisp scripting in X-Chat 2.x 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: Sat, 02 Oct 2004 15:10:09 -0000 >Number: 72260 >Category: ports >Synopsis: New port: irc/xchat-ecl-plugin A plugin to allow Common Lisp scripting in X-Chat 2.x >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: Sat Oct 02 15:10:08 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Julian Stecklina >Release: 5.3 BETA3 >Organization: >Environment: FreeBSD cornerstone.localnet 5.3-BETA3 FreeBSD 5.3-BETA3 #3: Fri Sep 10 05:33:57 CEST 2004 blitz@cornerstone.localnet:/usr/obj/usr/src/sys/CORNERSTONE i386 >Description: The X-Chat ECL Plugin is a plugin to the famous X-Chat IRC Client that enables the user to write and use own plugins that are written in Common Lisp. WWW: http://sourceforge.net/projects/xchatlisp/ - Julian Stecklina der_julian@web.de >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: # # xchat-ecl-plugin # xchat-ecl-plugin/pkg-descr # xchat-ecl-plugin/distinfo # xchat-ecl-plugin/Makefile # echo c - xchat-ecl-plugin mkdir -p xchat-ecl-plugin > /dev/null 2>&1 echo x - xchat-ecl-plugin/pkg-descr sed 's/^X//' >xchat-ecl-plugin/pkg-descr << 'END-of-xchat-ecl-plugin/pkg-descr' XThe X-Chat ECL Plugin is a plugin to the famous X-Chat IRC Client that enables Xthe user to write and use own plugins that are written in Common Lisp. X XWWW: http://sourceforge.net/projects/xchatlisp/ X X- Julian Stecklina Xder_julian@web.de END-of-xchat-ecl-plugin/pkg-descr echo x - xchat-ecl-plugin/distinfo sed 's/^X//' >xchat-ecl-plugin/distinfo << 'END-of-xchat-ecl-plugin/distinfo' XMD5 (eclplugin-0.3.tar.gz) = 93dd79e4ab54c0163e29cdfcbd6eab27 XSIZE (eclplugin-0.3.tar.gz) = 20555 END-of-xchat-ecl-plugin/distinfo echo x - xchat-ecl-plugin/Makefile sed 's/^X//' >xchat-ecl-plugin/Makefile << 'END-of-xchat-ecl-plugin/Makefile' X# New ports collection makefile for: xchat-ecl-plugin X# Date Created: Sep 17 2004 X# Whom: Julian Stecklina X# X# $FreeBSD$ X# X XPORTNAME= xchat-ecl-plugin XPORTVERSION= 0.3 XCATEGORIES= irc XMASTER_SITES= ${MASTER_SITE_SOURCEFORGE} XMASTER_SITE_SUBDIR= xchatlisp XDISTNAME= eclplugin-${PORTVERSION} X XMAINTAINER= der_julian@web.de XCOMMENT= X-Chat 2.x plugin to allow Common Lisp scripting X XBUILD_DEPENDS= ecl:${PORTSDIR}/lang/ecl XRUN_DEPENDS= xchat:${PORTSDIR}/irc/xchat2 X XINFO= xchatlisp X XWRKSRC= ${WRKDIR}/eclplugin-${PORTVERSION} XUSE_X_PREFIX= yes X XPLIST_FILES= lib/xchat/plugins/ecl.so X Xdo-build: X ( cd ${BUILD_WRKSRC} && make ecl.so ) X ( cd ${BUILD_WRKSRC}/doc && make xchatlisp.info ) X Xdo-install: X ${INSTALL_PROGRAM} ${BUILD_WRKSRC}/ecl.so ${PREFIX}/lib/xchat/plugins/ X ${INSTALL_MAN} ${BUILD_WRKSRC}/doc/xchatlisp.info ${PREFIX}/info/ X X.include END-of-xchat-ecl-plugin/Makefile exit >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Oct 2 15:16: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 E2D5A16A4CE; Sat, 2 Oct 2004 15:16:18 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id C251543D39; Sat, 2 Oct 2004 15:16:18 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from freefall.freebsd.org (pav@localhost [127.0.0.1]) i92FGIod074618; Sat, 2 Oct 2004 15:16:18 GMT (envelope-from pav@freefall.freebsd.org) Received: (from pav@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i92FGIOK074614; Sat, 2 Oct 2004 15:16:18 GMT (envelope-from pav) Date: Sat, 2 Oct 2004 15:16:18 GMT From: Pav Lucistnik Message-Id: <200410021516.i92FGIOK074614@freefall.freebsd.org> To: pav@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, pav@FreeBSD.org Subject: Re: ports/72244: Update port: mail/quickml (Small Bug 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: Sat, 02 Oct 2004 15:16:19 -0000 Synopsis: Update port: mail/quickml (Small Bug Fix) Responsible-Changed-From-To: freebsd-ports-bugs->pav Responsible-Changed-By: pav Responsible-Changed-When: Sat Oct 2 15:16:11 GMT 2004 Responsible-Changed-Why: Poke http://www.freebsd.org/cgi/query-pr.cgi?pr=72244 From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Oct 2 16:10: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 DAB9A16A4CF for ; Sat, 2 Oct 2004 16:10:25 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id A527843D3F for ; Sat, 2 Oct 2004 16:10:25 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i92GAOR8080518 for ; Sat, 2 Oct 2004 16: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 i92GAOld080517; Sat, 2 Oct 2004 16:10:24 GMT (envelope-from gnats) Resent-Date: Sat, 2 Oct 2004 16:10:24 GMT Resent-Message-Id: <200410021610.i92GAOld080517@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, Thierry Thomas Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 43F9E16A4CE; Sat, 2 Oct 2004 16:03:54 +0000 (GMT) Received: from ws90bj.pompo.net (graf.pompo.net [81.56.186.139]) by mx1.FreeBSD.org (Postfix) with ESMTP id CDD9843D31; Sat, 2 Oct 2004 16:03:51 +0000 (GMT) (envelope-from thierry@pompo.net) Received: by ws90bj.pompo.net (Postfix, from userid 1001) id 0D67B22B886; Sat, 2 Oct 2004 18:03:39 +0200 (CEST) Message-Id: <20041002160339.0D67B22B886@ws90bj.pompo.net> Date: Sat, 2 Oct 2004 18:03:39 +0200 (CEST) From: Thierry Thomas To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 cc: Nakata Maho Subject: ports/72261: math/blacs: fix build after changes to make(1) on FreeBSD >= 5.x. X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Thierry Thomas List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Oct 2004 16:10:26 -0000 >Number: 72261 >Category: ports >Synopsis: math/blacs: fix build after changes to make(1) on FreeBSD >= 5.x. >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: Sat Oct 02 16:10:23 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Thierry Thomas >Release: FreeBSD 5.3-BETA4 i386 >Organization: Kabbale Eros >Environment: System: FreeBSD ws90bj.pompo.net 5.3-BETA4 FreeBSD 5.3-BETA4 #0: Thu Sep 16 00:17:00 CEST 2004 thierry@ws90bj.pompo.net:/usr/obj/usr/src/sys/WS90BJ-040826 i386 >Description: This port uses $ARCH to define ar(1), and this conflicts with our ${ARCH}. Since I'm there, pet portlint with %%DOCSDIR%% and pkg-message. >How-To-Repeat: cd /usr/ports/math/blacs make You should get the following error: 8< 8< 8< f77 -c -O bi_f77_get_constants.f f77 -c -O bi_f77_init.f i386 r /usr/ports/math/blacs/work/BLACS/LIB/blacs_MPI-FreeBSD-0.a BI_HypBS.o BI_HypBR.o BI_IdringBS.o BI_IdringBR.o BI_MpathBS.o BI_MpathBR.o BI_SringBS.o BI_SringBR.o BI_TreeBS.o BI_TreeBR.o BI_Ssend.o BI_Rsend.o BI_Srecv.o BI_Asend.o BI_Arecv.o BI_TreeComb.o BI_BeComb.o BI_MringComb.o BI_ArgCheck.o BI_TransDist.o BI_GetBuff.o BI_UpdateBuffs.o BI_EmergencyBuff.o BI_BlacsErr.o BI_BlacsWarn.o BI_BlacsAbort.o BI_BuffIsFree.o BI_imvcopy.o BI_smvcopy.o BI_dmvcopy.o BI_ivmcopy.o BI_svmcopy.o BI_dvmcopy.o BI_Pack.o BI_Unpack.o BI_GetMpiGeType.o BI_GetMpiTrType.o BI_ivvsum.o BI_svvsum.o BI_dvvsum.o BI_cvvsum.o BI_zvvsum.o BI_ivvamx.o BI_svvamx.o BI_dvvamx.o BI_cvvamx.o BI_zvvamx.o BI_ivvamx2.o BI_svvamx2.o BI_dvvamx2.o BI_cvvamx2.o BI_zvvamx2.o BI_ivvamn.o BI_svvamn.o BI_dvvamn.o BI_cvvamn.o BI_zvvamn.o BI_ivvamn2.o BI_svvamn2.o BI_dvvamn2.o BI_cvvamn2.o BI_zvvamn2.o BI_iMPI_amx.o BI_sMPI_amx.o BI_dMPI_amx.o BI_cMPI_amx.o BI_zMPI_amx.o BI_iMPI_amx2.o BI_sMPI_amx2.o B I_dMPI_amx2.o BI_cMPI_amx2.o BI_zMPI_amx2.o BI_iMPI_amn.o BI_sMPI_amn.o BI_dMPI_amn.o BI_cMPI_amn.o BI_zMPI_amn.o BI_iMPI_amn2.o BI_sMPI_amn2.o BI_dMPI_amn2.o BI_cMPI_amn2.o BI_zMPI_amn2.o BI_cMPI_sum.o BI_zMPI_sum.o BI_ContxtNum.o BI_GlobalVars.o BI_MPI_F77_to_c_trans_comm.o BI_MPI_C_to_f77_trans_comm.o BI_TransUserComm.o bi_f77_mpi_attr_get.o bi_f77_mpi_op_create.o bi_f77_mpi_initialized.o bi_f77_mpi_test.o bi_f77_mpi_testall.o bi_f77_get_constants.o bi_f77_init.o i386:No such file or directory *** Error code 1 Stop in /usr/ports/math/blacs/work/BLACS/SRC/MPI/INTERNAL. *** Error code 1 Stop in /usr/ports/math/blacs/work/BLACS/SRC/MPI. *** Error code 1 Stop in /usr/ports/math/blacs/work/BLACS. *** Error code 1 Stop in /usr/ports/math/blacs. >Fix: Please apply the following patch: --- blacs.diff begins here --- diff -urN math/blacs.orig/Makefile math/blacs/Makefile --- math/blacs.orig/Makefile Fri May 7 18:45:41 2004 +++ math/blacs/Makefile Sat Oct 2 17:43:10 2004 @@ -26,6 +26,8 @@ atlas:${PORTSDIR}/math/atlas BUILD_DEPENDS= ${LOCALBASE}/mpich/lib/libmpich.a:${PORTSDIR}/net/mpich +PKGMESSAGE= ${WRKDIR}/pkg-message + .include pre-fetch: @@ -42,7 +44,8 @@ pre-patch: (${CP} ${WRKSRC}/BMAKES/Bmake.MPI-LINUX ${WRKSRC}/Bmake.inc) post-patch: - (${REINPLACE_CMD} -e 's,@WRKSRC@,${WRKSRC},g ; s,@DEBUG_LEVEL@,${DEBUG_LEVEL},g ; s,@PREFIX@,${PREFIX},g ; s,@CC@,${CC},g ; s,@CFLAGS@,${CFLAGS},g ; s,@F77@,${F77},g ; s,@FFLAGS@,${FFLAGS},g ; s,@F77EXTRAFLAGS@,${F77EXTRAFLAGS},g' ${WRKSRC}/Bmake.inc) + (${REINPLACE_CMD} -e 's,@WRKSRC@,${WRKSRC},g ; s,@DEBUG_LEVEL@,${DEBUG_LEVEL},g ; s,@PREFIX@,${PREFIX},g ; s,@CC@,${CC},g ; s,@CFLAGS@,${CFLAGS},g ; s,@F77@,${F77},g ; s,@FFLAGS@,${FFLAGS},g ; s,@F77EXTRAFLAGS@,${F77EXTRAFLAGS},g ; s, ARCH *.= ar, ARCMD = ar,' ${WRKSRC}/Bmake.inc) + ${REINPLACE_CMD} -e 's|\$$(ARCH)|$$(ARCMD)|' ${WRKSRC}/SRC/MPI/Makefile do-build: (cd ${WRKSRC}; make mpi; make tester) @@ -70,6 +73,8 @@ .endif post-install: - @${SED} -e 's,/usr/local,${PREFIX},g' ${PKGMESSAGE} + @${SED} -e 's,/usr/local,${PREFIX},g' ${FILESDIR}/pkg-message.in \ + > ${PKGMESSAGE} + @${CAT} ${PKGMESSAGE} .include diff -urN math/blacs.orig/files/pkg-message.in math/blacs/files/pkg-message.in --- math/blacs.orig/files/pkg-message.in Thu Jan 1 01:00:00 1970 +++ math/blacs/files/pkg-message.in Sat Oct 2 17:48:13 2004 @@ -0,0 +1,12 @@ +********************************************************************* + Please test your blacs installation + Test programs are located at /usr/local/share/BLACS/TESTING + + Example: + % cd /usr/local/share/BLACS/TESTING + % /usr/local/mpich/bin/mpirun -np 4 xCbtest_MPI-FreeBSD + % /usr/local/mpich/bin/mpirun -np 4 xFbtest_MPI-FreeBSD + +You can change -np 4 to any number to meet your local environment. +See files at /usr/local/share/doc/blacs for detail. +********************************************************************* diff -urN math/blacs.orig/pkg-message math/blacs/pkg-message --- math/blacs.orig/pkg-message Mon May 5 04:06:21 2003 +++ math/blacs/pkg-message Thu Jan 1 01:00:00 1970 @@ -1,12 +0,0 @@ -********************************************************************* - Please test your blacs installation - Test programs are located at /usr/local/share/BLACS/TESTING - - Example: - % cd /usr/local/share/BLACS/TESTING - % mpirun -np 4 xCbtest_MPI-FreeBSD - % mpirun -np 4 xFbtest_MPI-FreeBSD - -You can change -np 4 to any number to meet your local environment. -See files at /usr/local/share/doc/blacs for detail. -********************************************************************* diff -urN math/blacs.orig/pkg-plist math/blacs/pkg-plist --- math/blacs.orig/pkg-plist Mon May 5 04:06:21 2003 +++ math/blacs/pkg-plist Sat Oct 2 17:15:17 2004 @@ -9,10 +9,10 @@ share/BLACS/TESTING/sdrv.dat @dirrm share/BLACS/TESTING @dirrm share/BLACS -%%PORTDOCS%%share/doc/blacs/blacs_install.ps.gz -%%PORTDOCS%%share/doc/blacs/f77blacsqref.ps.gz -%%PORTDOCS%%share/doc/blacs/mpi_prop.ps.gz -%%PORTDOCS%%share/doc/blacs/cblacsqref.ps.gz -%%PORTDOCS%%share/doc/blacs/lawn94.ps.gz -%%PORTDOCS%%share/doc/blacs/mpiblacs_issues.ps.gz -%%PORTDOCS%%@dirrm share/doc/blacs +%%PORTDOCS%%%%DOCSDIR%%/blacs_install.ps.gz +%%PORTDOCS%%%%DOCSDIR%%/f77blacsqref.ps.gz +%%PORTDOCS%%%%DOCSDIR%%/mpi_prop.ps.gz +%%PORTDOCS%%%%DOCSDIR%%/cblacsqref.ps.gz +%%PORTDOCS%%%%DOCSDIR%%/lawn94.ps.gz +%%PORTDOCS%%%%DOCSDIR%%/mpiblacs_issues.ps.gz +%%PORTDOCS%%@dirrm %%DOCSDIR%% --- blacs.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Oct 2 16:16: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 98E6116A4CE; Sat, 2 Oct 2004 16:16:32 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 78C4F43D45; Sat, 2 Oct 2004 16:16:32 +0000 (GMT) (envelope-from thierry@FreeBSD.org) Received: from freefall.freebsd.org (thierry@localhost [127.0.0.1]) i92GGWHO080681; Sat, 2 Oct 2004 16:16:32 GMT (envelope-from thierry@freefall.freebsd.org) Received: (from thierry@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i92GGWcZ080677; Sat, 2 Oct 2004 16:16:32 GMT (envelope-from thierry) Date: Sat, 2 Oct 2004 16:16:32 GMT From: Thierry Thomas Message-Id: <200410021616.i92GGWcZ080677@freefall.freebsd.org> To: thierry@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, maho@FreeBSD.org Subject: Re: ports/72261: math/blacs: fix build after changes to make(1) on FreeBSD >= 5.x. 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: Sat, 02 Oct 2004 16:16:32 -0000 Synopsis: math/blacs: fix build after changes to make(1) on FreeBSD >= 5.x. Responsible-Changed-From-To: freebsd-ports-bugs->maho Responsible-Changed-By: thierry Responsible-Changed-When: Sat Oct 2 16:16:04 GMT 2004 Responsible-Changed-Why: Over to the maintainer. http://www.freebsd.org/cgi/query-pr.cgi?pr=72261 From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Oct 2 16: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 2208916A4CE for ; Sat, 2 Oct 2004 16:20:25 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 01E0143D2F for ; Sat, 2 Oct 2004 16:20:25 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i92GKOcY080789 for ; Sat, 2 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 i92GKOfC080788; Sat, 2 Oct 2004 16:20:24 GMT (envelope-from gnats) Resent-Date: Sat, 2 Oct 2004 16:20:24 GMT Resent-Message-Id: <200410021620.i92GKOfC080788@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, Palle Girgensohn Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 56E5516A4CE for ; Sat, 2 Oct 2004 16:17:02 +0000 (GMT) Received: from palle.girgensohn.se (1-2-8-5a.asp.sth.bostream.se [82.182.157.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9ABE243D39 for ; Sat, 2 Oct 2004 16:17:01 +0000 (GMT) (envelope-from girgen@palle.girgensohn.se) Received: from localhost (localhost.girgensohn.se [127.0.0.1]) by palle.girgensohn.se (Postfix) with ESMTP id 410B71CCA6; Sat, 2 Oct 2004 18:17:02 +0200 (CEST) Received: from palle.girgensohn.se ([127.0.0.1]) by localhost (palle.girgensohn.se [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 35212-04; Sat, 2 Oct 2004 18:17:01 +0200 (CEST) Received: by palle.girgensohn.se (Postfix, from userid 1000) id ACA561CCA3; Sat, 2 Oct 2004 18:17:01 +0200 (CEST) Message-Id: <20041002161701.ACA561CCA3@palle.girgensohn.se> Date: Sat, 2 Oct 2004 18:17:01 +0200 (CEST) From: Palle Girgensohn To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 cc: autrijus@autrijus.org Subject: ports/72262: [PATCH] www/rt: update to 3.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: Sat, 02 Oct 2004 16:20:25 -0000 >Number: 72262 >Category: ports >Synopsis: [PATCH] www/rt: update to 3.2.2 >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: Sat Oct 02 16:20:24 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Palle Girgensohn >Release: FreeBSD 5.3-BETA6 i386 >Organization: Ping Pong AB >Environment: System: FreeBSD palle.girgensohn.se 5.3-BETA6 FreeBSD 5.3-BETA6 #15: Thu Sep 30 00:48:05 CEST 2004 >Description: - Update to 3.2.2 Port maintainer (autrijus@autrijus.org) is cc'd. I haven't tried this with mod_perl, only with fastcgi, but I'm pretty sure the upgrade ignorant about this. Also, I suggest that ports/71480 & ports/71481 are comitted together with this one. It upgrades the DBIx-SearchBuilder. Generated with FreeBSD Port Tools 0.50 >How-To-Repeat: >Fix: --- rt-3.2.2.patch begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/www/rt32/Makefile,v retrieving revision 1.42 diff -u -u -r1.42 Makefile --- Makefile 26 Jul 2004 10:51:03 -0000 1.42 +++ Makefile 2 Oct 2004 13:13:25 -0000 @@ -6,7 +6,7 @@ # PORTNAME= rt -PORTVERSION?= 3.2.1 +PORTVERSION?= 3.2.2 CATEGORIES= www MASTER_SITES?= http://download.bestpractical.com/pub/rt/release/ \ http://download.bestpractical.com/pub/rt/devel/ \ Index: distinfo =================================================================== RCS file: /home/ncvs/ports/www/rt32/distinfo,v retrieving revision 1.16 diff -u -u -r1.16 distinfo --- distinfo 25 Jul 2004 18:54:55 -0000 1.16 +++ distinfo 2 Oct 2004 13:13:56 -0000 @@ -1,2 +1,2 @@ -MD5 (rt-3.2.1.tar.gz) = adf0c77827c8f84829bb44e28752a1d8 -SIZE (rt-3.2.1.tar.gz) = 1201592 +MD5 (rt-3.2.2.tar.gz) = 3c74baff2c43e939d7ec3a367d7181a0 +SIZE (rt-3.2.2.tar.gz) = 1229103 Index: pkg-plist =================================================================== RCS file: /home/ncvs/ports/www/rt32/pkg-plist,v retrieving revision 1.10 diff -u -u -r1.10 pkg-plist --- pkg-plist 25 Jul 2004 18:54:55 -0000 1.10 +++ pkg-plist 2 Oct 2004 13:31:34 -0000 @@ -34,6 +34,8 @@ rt3/lib/RT/Action/Generic.pm rt3/lib/RT/Action/Notify.pm rt3/lib/RT/Action/NotifyAsComment.pm +rt3/lib/RT/Action/RecordComment.pm +rt3/lib/RT/Action/RecordCorrespondence.pm rt3/lib/RT/Action/ResolveMembers.pm rt3/lib/RT/Action/SendEmail.pm rt3/lib/RT/Action/SetPriority.pm @@ -135,6 +137,7 @@ rt3/lib/RT/Scrips.pm rt3/lib/RT/Scrips_Overlay.pm rt3/lib/RT/Search/ActiveTicketsInQueue.pm +rt3/lib/RT/Search/FromSQL.pm rt3/lib/RT/Search/Generic.pm rt3/lib/RT/SearchBuilder.pm rt3/lib/RT/StyleGuide.pod @@ -173,6 +176,8 @@ rt3/lib/t/03web.pl.in rt3/lib/t/04_send_email.pl rt3/lib/t/04_send_email.pl.in +rt3/lib/t/05cronsupport.pl +rt3/lib/t/05cronsupport.pl.in rt3/lib/t/data/8859-15-message-series/dir rt3/lib/t/data/8859-15-message-series/msg1 rt3/lib/t/data/8859-15-message-series/msg2 @@ -273,6 +278,9 @@ rt3/share/html/Elements/BevelBoxRaisedStart rt3/share/html/Elements/Callback rt3/share/html/Elements/Checkbox +rt3/share/html/Elements/CollectionAsTable/Header +rt3/share/html/Elements/CollectionAsTable/ParseFormat +rt3/share/html/Elements/CollectionAsTable/Row rt3/share/html/Elements/CreateTicket rt3/share/html/Elements/EditLinks rt3/share/html/Elements/Error @@ -290,6 +298,7 @@ rt3/share/html/Elements/QuickCreate rt3/share/html/Elements/Quicksearch rt3/share/html/Elements/Refresh +rt3/share/html/Elements/RT__Ticket/ColumnMap rt3/share/html/Elements/ScrubHTML rt3/share/html/Elements/Section rt3/share/html/Elements/SelectAttachmentField @@ -326,6 +335,7 @@ rt3/share/html/Elements/TitleBoxStart rt3/share/html/NoAuth/Logout.html rt3/share/html/NoAuth/Reminder.html +rt3/share/html/NoAuth/images/autohandler rt3/share/html/NoAuth/images/back_home.gif rt3/share/html/NoAuth/images/bplogo.gif rt3/share/html/NoAuth/images/favicon.png @@ -369,7 +379,6 @@ rt3/share/html/Search/Elements/SelectPersonType rt3/share/html/Search/Elements/SelectSearchObject rt3/share/html/Search/Elements/SelectSearchesForObjects -rt3/share/html/Search/Elements/TicketRow rt3/share/html/Search/Results.html rt3/share/html/Search/Results.rdf rt3/share/html/Search/Results.tsv @@ -471,6 +480,8 @@ @dirrm rt3/share/html/REST @dirrm rt3/share/html/NoAuth/images @dirrm rt3/share/html/NoAuth +@dirrm rt3/share/html/Elements/RT__Ticket +@dirrm rt3/share/html/Elements/CollectionAsTable @dirrm rt3/share/html/Elements @dirrm rt3/share/html/Approvals/Elements @dirrm rt3/share/html/Approvals @@ -486,7 +497,6 @@ @dirrm rt3/share @dirrm rt3/sbin @dirrm rt3/local/po -@dirrm rt3/local/lib/RT @dirrm rt3/local/lib @dirrm rt3/local/html @dirrm rt3/local/etc --- rt-3.2.2.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Oct 2 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 AE49116A4CE for ; Sat, 2 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 A401843D1D for ; Sat, 2 Oct 2004 17:10:22 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i92HAMGW086496 for ; Sat, 2 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 i92HAMnJ086495; Sat, 2 Oct 2004 17:10:22 GMT (envelope-from gnats) Date: Sat, 2 Oct 2004 17:10:22 GMT Message-Id: <200410021710.i92HAMnJ086495@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Autrijus Tang Subject: Re: ports/72262: [PATCH] www/rt: update to 3.2.2 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Autrijus Tang List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Oct 2004 17:10:22 -0000 The following reply was made to PR ports/72262; it has been noted by GNATS. From: Autrijus Tang To: freebsd-gnats-submit@FreeBSD.org, girgen@pingpong.net Cc: Subject: Re: ports/72262: [PATCH] www/rt: update to 3.2.2 Date: Sun, 3 Oct 2004 01:06:33 +0800 --DocE+STaALJfprDB Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Tested as working here, please proceed with commit. :-) Thanks, /Autrijus/ --DocE+STaALJfprDB Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.3 (FreeBSD) iD8DBQFBXuAZtLPdNzw1AaARAlP6AJ4l1qZSmPHu1jSVgFCHmC5YjtCFDQCgtQ1Q mAU+jJm+mdMS8vyzKoqSXFQ= =Iqyv -----END PGP SIGNATURE----- --DocE+STaALJfprDB-- From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Oct 2 17:50: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 113FD16A4D2 for ; Sat, 2 Oct 2004 17:50:25 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 54BFF43D53 for ; Sat, 2 Oct 2004 17:50:09 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i92Ho8hT088206 for ; Sat, 2 Oct 2004 17:50:08 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i92Ho8n1088205; Sat, 2 Oct 2004 17:50:08 GMT (envelope-from gnats) Resent-Date: Sat, 2 Oct 2004 17:50:08 GMT Resent-Message-Id: <200410021750.i92Ho8n1088205@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 D240216A4CE for ; Sat, 2 Oct 2004 17:41:45 +0000 (GMT) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id B3E5343D2D for ; Sat, 2 Oct 2004 17:41: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 i92Hfjs8028198 for ; Sat, 2 Oct 2004 17:41:45 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.12.11/8.12.11/Submit) id i92HfjS4028197; Sat, 2 Oct 2004 17:41:45 GMT (envelope-from nobody) Message-Id: <200410021741.i92HfjS4028197@www.freebsd.org> Date: Sat, 2 Oct 2004 17:41:45 GMT From: Julian Stecklina To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-2.3 Subject: ports/72264: Port fix: x11-toolkits/wmapp 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: Sat, 02 Oct 2004 17:50:25 -0000 >Number: 72264 >Category: ports >Synopsis: Port fix: x11-toolkits/wmapp >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: Sat Oct 02 17:50:07 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Julian Stecklina >Release: 5.3 BETA3 >Organization: >Environment: >Description: The port x11-toolkits/wmapp is marked broken for FreeBSD systems with GCC 3.4 as base C compiler. We can work around this by specifying USE_GCC=3.3. >How-To-Repeat: >Fix: Workaround: .if ${OSVERSION} >= 502126 USE_GCC= 3.3 .endif >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Oct 2 20: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 5702B16A5BB for ; Sat, 2 Oct 2004 20:50:36 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6739243D58 for ; Sat, 2 Oct 2004 20:50:33 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i92KoXk5006369 for ; Sat, 2 Oct 2004 20:50:33 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i92KoXAY006352; Sat, 2 Oct 2004 20:50:33 GMT (envelope-from gnats) Resent-Date: Sat, 2 Oct 2004 20:50:33 GMT Resent-Message-Id: <200410022050.i92KoXAY006352@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, Thierry Thomas Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E011C16A4CE; Sat, 2 Oct 2004 20:49:36 +0000 (GMT) Received: from ws90bj.pompo.net (graf.pompo.net [81.56.186.139]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1A94F43D41; Sat, 2 Oct 2004 20:49:35 +0000 (GMT) (envelope-from thierry@pompo.net) Received: by ws90bj.pompo.net (Postfix, from userid 1001) id E662A22B886; Sat, 2 Oct 2004 22:49:22 +0200 (CEST) Message-Id: <20041002204922.E662A22B886@ws90bj.pompo.net> Date: Sat, 2 Oct 2004 22:49:22 +0200 (CEST) From: Thierry Thomas To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 cc: Nakata Maho Subject: ports/72265: math/scalapack: fix build after changes to make(1) on FreeBSD >= 5.x. X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Thierry Thomas List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Oct 2004 20:50:36 -0000 >Number: 72265 >Category: ports >Synopsis: math/scalapack: fix build after changes to make(1) on FreeBSD >= 5.x. >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: Sat Oct 02 20:50:33 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Thierry Thomas >Release: FreeBSD 5.3-BETA4 i386 >Organization: Kabbale Eros >Environment: System: FreeBSD ws90bj.pompo.net 5.3-BETA4 FreeBSD 5.3-BETA4 #0: Thu Sep 16 00:17:00 CEST 2004 thierry@ws90bj.pompo.net:/usr/obj/usr/src/sys/WS90BJ-040826 i386 >Description: This port uses $ARCH to define ar(1), and this conflicts with our ${ARCH}. Since I'm there, pet portlint with %%DOCSDIR%%, %%DATADIR%%, and pkg-message. >How-To-Repeat: cd /usr/ports/math/scalapack make You should get the following error: 8< 8< 8< f77 -c -O slaran.f f77 -c -O slarnd.f i386 cr /usr/ports/math/scalapack/work/SCALAPACK/libscalapack.a sbdsqr.o sgbtf2.o sgbtrf.o sgetf2.o sgetrf.o sgetrs.o slaev2.o slahqr.o slange.o slanhs.o slanv2.o slarf.o slarfb.o slarfg.o slarft.o slasr.o slaswp.o sorm2l.o sorm2r.o sormql.o sormqr.o sormtr.o sstein.o stbtrs.o spbtrf.o spttrf.o strtrs.o spotrf.o spbtf2.o spotf2.o ssytrd.o ssytd2.o sstedc.o slatrd.o icopy.o ilaenv.o lsame.o lsamen.o xerbla.o slabad.o slacpy.o sladiv.o slae2.o slaed0.o slaed1.o slaed2.o slaed3.o slaed4.o slaed5.o slaed6.o slaed7.o slaed8.o slaed9.o slaeda.o slagtf.o slagts.o slamch.o slamrg.o slanst.o slapy2.o slapy3.o slarnv.o slartg.o slaruv.o slas2.o slascl.o slaset.o slasq1.o slasq2.o slasq3.o slasq4.o slasq5.o slasq6.o slasrt.o slassq.o slasv2.o ssterf.o ssteqr.o slatms.o slagge.o slagsy.o slarot.o slatm1.o slaran.o slarnd.o i386:No such file or directory *** Error code 1 Stop in /usr/ports/math/scalapack/work/SCALAPACK/TOOLS/LAPACK. *** Error code 1 Stop in /usr/ports/math/scalapack/work/SCALAPACK/TOOLS. *** Error code 1 Stop in /usr/ports/math/scalapack/work/SCALAPACK. *** Error code 1 Stop in /usr/ports/math/scalapack. >Fix: Please apply the following patch: --- scalapack.diff begins here --- diff -urN math/scalapack.orig/Makefile math/scalapack/Makefile --- math/scalapack.orig/Makefile Fri May 7 18:45:42 2004 +++ math/scalapack/Makefile Sat Oct 2 21:53:16 2004 @@ -32,10 +32,20 @@ F77?= f77 USE_REINPLACE= yes +ARCH2FIX= PBLAS/SRC PBLAS/SRC/PBBLAS PBLAS/SRC/PTOOLS PBLAS/SRC/PTZBLAS \ + REDIST/SRC SRC TOOLS TOOLS/LAPACK + +DATADIR= ${PREFIX}/share/${PORTNAME:U} +EXAMPLESDIR= ${PREFIX}/share/examples/${PORTNAME:U} +PKGMESSAGE= ${WRKDIR}/pkg-message + .include "files/manpages" post-patch: - ${REINPLACE_CMD} -e 's,@WRKSRC@,${WRKSRC},g ; s,@PREFIX@,${PREFIX},g ; s,@CC@,${CC},g ; s,@CFLAGS@,${CFLAGS},g ; s,@F77@,${F77},g ; s,@FFLAGS@,${FFLAGS},g ; s,@F77EXTRAFLAGS@,${F77EXTRAFLAGS},g' ${WRKSRC}/SLmake.inc + ${REINPLACE_CMD} -e 's,@WRKSRC@,${WRKSRC},g ; s,@PREFIX@,${PREFIX},g ; s,@CC@,${CC},g ; s,@CFLAGS@,${CFLAGS},g ; s,@F77@,${F77},g ; s,@FFLAGS@,${FFLAGS},g ; s,@F77EXTRAFLAGS@,${F77EXTRAFLAGS},g ; s,^ARCH *.= ar,ARCMD = ar,' ${WRKSRC}/SLmake.inc +.for mkf in ${ARCH2FIX} + ${REINPLACE_CMD} -e 's|\$$(ARCH)|$$(ARCMD)|' ${WRKSRC}/${mkf}/Makefile +.endfor do-build: (cd ${WRKSRC}; make ; make exe) @@ -72,6 +82,8 @@ .endif post-install: - @${SED} -e 's,/usr/local,${PREFIX},g' ${PKGMESSAGE} + @${SED} -e 's,/usr/local,${PREFIX},g' ${FILESDIR}/pkg-message.in \ + > ${PKGMESSAGE} + @${CAT} ${PKGMESSAGE} .include diff -urN math/scalapack.orig/files/pkg-message.in math/scalapack/files/pkg-message.in --- math/scalapack.orig/files/pkg-message.in Thu Jan 1 01:00:00 1970 +++ math/scalapack/files/pkg-message.in Sat Oct 2 22:16:39 2004 @@ -0,0 +1,21 @@ +*********************************************************************** + Please test your scalapack installation + Example programs are located at /usr/local/share/SCALAPACK/examples + + Test programs are located at /usr/local/share/SCALAPACK/TESTING + + Example: + % cd /usr/local/share/SCALAPACK/TESTING + % /usr/local/mpich/bin/mpirun -np 4 xcbrd + % /usr/local/mpich/bin/mpirun -np 4 xcdblu + etc., etc. ... + + to perform all the tests, + % cd /usr/local/share/SCALAPACK/TESTING + % csh + % foreach i (x*) + ? /usr/local/mpich/bin/mpirun -np 4 $i >& ~/$i.log + ? end +You can change -np 4 to any number to meet your environment. +See files at /usr/local/share/doc/scalapack for detail. +********************************************************************** diff -urN math/scalapack.orig/pkg-message math/scalapack/pkg-message --- math/scalapack.orig/pkg-message Mon May 5 05:33:39 2003 +++ math/scalapack/pkg-message Thu Jan 1 01:00:00 1970 @@ -1,21 +0,0 @@ -*********************************************************************** - Please test your blacs installation - Example programs are located at /usr/local/share/SCALAPACK/examples - - Test programs are located at /usr/local/share/SCALAPACK/TESTING - - Example: - % cd /usr/local/share/SCLAPACK/TESTING - % mpirun -np 4 xcbrd - % mpirun -np 4 xcdblu - etc., etc. ... - - to perform all the tests, - % cd /usr/local/share/SCLAPACK/TESTING - % csh - % foreach i (x*) - ? mpirun -np 4 $i >& ~/$i.log - ? end -You can change -np 4 to any number to meet your environment. -See files at /usr/local/share/doc/scalapack for detail. -********************************************************************** diff -urN math/scalapack.orig/pkg-plist math/scalapack/pkg-plist --- math/scalapack.orig/pkg-plist Mon May 5 05:33:39 2003 +++ math/scalapack/pkg-plist Sat Oct 2 19:38:52 2004 @@ -5,160 +5,160 @@ include/pblas.h include/scalapack.h lib/libscalapack.a -share/SCALAPACK/TESTING/BLLT.dat -share/SCALAPACK/TESTING/BLU.dat -share/SCALAPACK/TESTING/BRD.dat -share/SCALAPACK/TESTING/EVC.dat -share/SCALAPACK/TESTING/GEMR2D.dat -share/SCALAPACK/TESTING/HRD.dat -share/SCALAPACK/TESTING/INV.dat -share/SCALAPACK/TESTING/LLT.dat -share/SCALAPACK/TESTING/LS.dat -share/SCALAPACK/TESTING/LU.dat -share/SCALAPACK/TESTING/NEP.dat -share/SCALAPACK/TESTING/PCBLAS1TIM.dat -share/SCALAPACK/TESTING/PCBLAS1TST.dat -share/SCALAPACK/TESTING/PCBLAS2TIM.dat -share/SCALAPACK/TESTING/PCBLAS2TST.dat -share/SCALAPACK/TESTING/PCBLAS3TIM.dat -share/SCALAPACK/TESTING/PCBLAS3TST.dat -share/SCALAPACK/TESTING/PDBLAS1TIM.dat -share/SCALAPACK/TESTING/PDBLAS1TST.dat -share/SCALAPACK/TESTING/PDBLAS2TIM.dat -share/SCALAPACK/TESTING/PDBLAS2TST.dat -share/SCALAPACK/TESTING/PDBLAS3TIM.dat -share/SCALAPACK/TESTING/PDBLAS3TST.dat -share/SCALAPACK/TESTING/PSBLAS1TIM.dat -share/SCALAPACK/TESTING/PSBLAS1TST.dat -share/SCALAPACK/TESTING/PSBLAS2TIM.dat -share/SCALAPACK/TESTING/PSBLAS2TST.dat -share/SCALAPACK/TESTING/PSBLAS3TIM.dat -share/SCALAPACK/TESTING/PSBLAS3TST.dat -share/SCALAPACK/TESTING/PZBLAS1TIM.dat -share/SCALAPACK/TESTING/PZBLAS1TST.dat -share/SCALAPACK/TESTING/PZBLAS2TIM.dat -share/SCALAPACK/TESTING/PZBLAS2TST.dat -share/SCALAPACK/TESTING/PZBLAS3TIM.dat -share/SCALAPACK/TESTING/PZBLAS3TST.dat -share/SCALAPACK/TESTING/QR.dat -share/SCALAPACK/TESTING/SEP.dat -share/SCALAPACK/TESTING/SVD.dat -share/SCALAPACK/TESTING/TRD.dat -share/SCALAPACK/TESTING/TRMR2D.dat -share/SCALAPACK/TESTING/xcbrd -share/SCALAPACK/TESTING/xcdblu -share/SCALAPACK/TESTING/xcdtlu -share/SCALAPACK/TESTING/xcevc -share/SCALAPACK/TESTING/xcgblu -share/SCALAPACK/TESTING/xcgemr -share/SCALAPACK/TESTING/xcgsep -share/SCALAPACK/TESTING/xchrd -share/SCALAPACK/TESTING/xcinv -share/SCALAPACK/TESTING/xcllt -share/SCALAPACK/TESTING/xcls -share/SCALAPACK/TESTING/xclu -share/SCALAPACK/TESTING/xcnep -share/SCALAPACK/TESTING/xcpblas1tim -share/SCALAPACK/TESTING/xcpblas1tst -share/SCALAPACK/TESTING/xcpblas2tim -share/SCALAPACK/TESTING/xcpblas2tst -share/SCALAPACK/TESTING/xcpblas3tim -share/SCALAPACK/TESTING/xcpblas3tst -share/SCALAPACK/TESTING/xcpbllt -share/SCALAPACK/TESTING/xcptllt -share/SCALAPACK/TESTING/xcqr -share/SCALAPACK/TESTING/xcsep -share/SCALAPACK/TESTING/xctrd -share/SCALAPACK/TESTING/xctrmr -share/SCALAPACK/TESTING/xdbrd -share/SCALAPACK/TESTING/xddblu -share/SCALAPACK/TESTING/xddtlu -share/SCALAPACK/TESTING/xdgblu -share/SCALAPACK/TESTING/xdgemr -share/SCALAPACK/TESTING/xdgsep -share/SCALAPACK/TESTING/xdhrd -share/SCALAPACK/TESTING/xdinv -share/SCALAPACK/TESTING/xdllt -share/SCALAPACK/TESTING/xdls -share/SCALAPACK/TESTING/xdlu -share/SCALAPACK/TESTING/xdnep -share/SCALAPACK/TESTING/xdpblas1tim -share/SCALAPACK/TESTING/xdpblas1tst -share/SCALAPACK/TESTING/xdpblas2tim -share/SCALAPACK/TESTING/xdpblas2tst -share/SCALAPACK/TESTING/xdpblas3tim -share/SCALAPACK/TESTING/xdpblas3tst -share/SCALAPACK/TESTING/xdpbllt -share/SCALAPACK/TESTING/xdptllt -share/SCALAPACK/TESTING/xdqr -share/SCALAPACK/TESTING/xdsep -share/SCALAPACK/TESTING/xdsvd -share/SCALAPACK/TESTING/xdtrd -share/SCALAPACK/TESTING/xdtrmr -share/SCALAPACK/TESTING/xigemr -share/SCALAPACK/TESTING/xitrmr -share/SCALAPACK/TESTING/xsbrd -share/SCALAPACK/TESTING/xsdblu -share/SCALAPACK/TESTING/xsdtlu -share/SCALAPACK/TESTING/xsgblu -share/SCALAPACK/TESTING/xsgemr -share/SCALAPACK/TESTING/xsgsep -share/SCALAPACK/TESTING/xshrd -share/SCALAPACK/TESTING/xsinv -share/SCALAPACK/TESTING/xsllt -share/SCALAPACK/TESTING/xsls -share/SCALAPACK/TESTING/xslu -share/SCALAPACK/TESTING/xsnep -share/SCALAPACK/TESTING/xspblas1tim -share/SCALAPACK/TESTING/xspblas1tst -share/SCALAPACK/TESTING/xspblas2tim -share/SCALAPACK/TESTING/xspblas2tst -share/SCALAPACK/TESTING/xspblas3tim -share/SCALAPACK/TESTING/xspblas3tst -share/SCALAPACK/TESTING/xspbllt -share/SCALAPACK/TESTING/xsptllt -share/SCALAPACK/TESTING/xsqr -share/SCALAPACK/TESTING/xssep -share/SCALAPACK/TESTING/xssvd -share/SCALAPACK/TESTING/xstrd -share/SCALAPACK/TESTING/xstrmr -share/SCALAPACK/TESTING/xzbrd -share/SCALAPACK/TESTING/xzdblu -share/SCALAPACK/TESTING/xzdtlu -share/SCALAPACK/TESTING/xzevc -share/SCALAPACK/TESTING/xzgblu -share/SCALAPACK/TESTING/xzgemr -share/SCALAPACK/TESTING/xzgsep -share/SCALAPACK/TESTING/xzhrd -share/SCALAPACK/TESTING/xzinv -share/SCALAPACK/TESTING/xzllt -share/SCALAPACK/TESTING/xzls -share/SCALAPACK/TESTING/xzlu -share/SCALAPACK/TESTING/xznep -share/SCALAPACK/TESTING/xzpblas1tim -share/SCALAPACK/TESTING/xzpblas1tst -share/SCALAPACK/TESTING/xzpblas2tim -share/SCALAPACK/TESTING/xzpblas2tst -share/SCALAPACK/TESTING/xzpblas3tim -share/SCALAPACK/TESTING/xzpblas3tst -share/SCALAPACK/TESTING/xzpbllt -share/SCALAPACK/TESTING/xzptllt -share/SCALAPACK/TESTING/xzqr -share/SCALAPACK/TESTING/xzsep -share/SCALAPACK/TESTING/xztrd -share/SCALAPACK/TESTING/xztrmr -share/examples/SCALAPACK/Makefile -share/examples/SCALAPACK/example1.cc -share/examples/SCALAPACK/example1.f -@dirrm share/SCALAPACK/TESTING -@dirrm share/SCALAPACK -@dirrm share/examples/SCALAPACK -%%PORTDOCS%%share/doc/scalapack/design.ps.gz -%%PORTDOCS%%share/doc/scalapack/lawn100.ps.gz -%%PORTDOCS%%share/doc/scalapack/manual.ps.gz -%%PORTDOCS%%share/doc/scalapack/pblasqref.ps.gz -%%PORTDOCS%%share/doc/scalapack/pumma_refmanual.ps.gz -%%PORTDOCS%%share/doc/scalapack/scalapack_install.ps.gz -%%PORTDOCS%%share/doc/scalapack/scalapackqref.ps.gz -%%PORTDOCS%%share/doc/scalapack/trans.ps.gz -%%PORTDOCS%%@dirrm share/doc/scalapack +%%DATADIR%%/TESTING/BLLT.dat +%%DATADIR%%/TESTING/BLU.dat +%%DATADIR%%/TESTING/BRD.dat +%%DATADIR%%/TESTING/EVC.dat +%%DATADIR%%/TESTING/GEMR2D.dat +%%DATADIR%%/TESTING/HRD.dat +%%DATADIR%%/TESTING/INV.dat +%%DATADIR%%/TESTING/LLT.dat +%%DATADIR%%/TESTING/LS.dat +%%DATADIR%%/TESTING/LU.dat +%%DATADIR%%/TESTING/NEP.dat +%%DATADIR%%/TESTING/PCBLAS1TIM.dat +%%DATADIR%%/TESTING/PCBLAS1TST.dat +%%DATADIR%%/TESTING/PCBLAS2TIM.dat +%%DATADIR%%/TESTING/PCBLAS2TST.dat +%%DATADIR%%/TESTING/PCBLAS3TIM.dat +%%DATADIR%%/TESTING/PCBLAS3TST.dat +%%DATADIR%%/TESTING/PDBLAS1TIM.dat +%%DATADIR%%/TESTING/PDBLAS1TST.dat +%%DATADIR%%/TESTING/PDBLAS2TIM.dat +%%DATADIR%%/TESTING/PDBLAS2TST.dat +%%DATADIR%%/TESTING/PDBLAS3TIM.dat +%%DATADIR%%/TESTING/PDBLAS3TST.dat +%%DATADIR%%/TESTING/PSBLAS1TIM.dat +%%DATADIR%%/TESTING/PSBLAS1TST.dat +%%DATADIR%%/TESTING/PSBLAS2TIM.dat +%%DATADIR%%/TESTING/PSBLAS2TST.dat +%%DATADIR%%/TESTING/PSBLAS3TIM.dat +%%DATADIR%%/TESTING/PSBLAS3TST.dat +%%DATADIR%%/TESTING/PZBLAS1TIM.dat +%%DATADIR%%/TESTING/PZBLAS1TST.dat +%%DATADIR%%/TESTING/PZBLAS2TIM.dat +%%DATADIR%%/TESTING/PZBLAS2TST.dat +%%DATADIR%%/TESTING/PZBLAS3TIM.dat +%%DATADIR%%/TESTING/PZBLAS3TST.dat +%%DATADIR%%/TESTING/QR.dat +%%DATADIR%%/TESTING/SEP.dat +%%DATADIR%%/TESTING/SVD.dat +%%DATADIR%%/TESTING/TRD.dat +%%DATADIR%%/TESTING/TRMR2D.dat +%%DATADIR%%/TESTING/xcbrd +%%DATADIR%%/TESTING/xcdblu +%%DATADIR%%/TESTING/xcdtlu +%%DATADIR%%/TESTING/xcevc +%%DATADIR%%/TESTING/xcgblu +%%DATADIR%%/TESTING/xcgemr +%%DATADIR%%/TESTING/xcgsep +%%DATADIR%%/TESTING/xchrd +%%DATADIR%%/TESTING/xcinv +%%DATADIR%%/TESTING/xcllt +%%DATADIR%%/TESTING/xcls +%%DATADIR%%/TESTING/xclu +%%DATADIR%%/TESTING/xcnep +%%DATADIR%%/TESTING/xcpblas1tim +%%DATADIR%%/TESTING/xcpblas1tst +%%DATADIR%%/TESTING/xcpblas2tim +%%DATADIR%%/TESTING/xcpblas2tst +%%DATADIR%%/TESTING/xcpblas3tim +%%DATADIR%%/TESTING/xcpblas3tst +%%DATADIR%%/TESTING/xcpbllt +%%DATADIR%%/TESTING/xcptllt +%%DATADIR%%/TESTING/xcqr +%%DATADIR%%/TESTING/xcsep +%%DATADIR%%/TESTING/xctrd +%%DATADIR%%/TESTING/xctrmr +%%DATADIR%%/TESTING/xdbrd +%%DATADIR%%/TESTING/xddblu +%%DATADIR%%/TESTING/xddtlu +%%DATADIR%%/TESTING/xdgblu +%%DATADIR%%/TESTING/xdgemr +%%DATADIR%%/TESTING/xdgsep +%%DATADIR%%/TESTING/xdhrd +%%DATADIR%%/TESTING/xdinv +%%DATADIR%%/TESTING/xdllt +%%DATADIR%%/TESTING/xdls +%%DATADIR%%/TESTING/xdlu +%%DATADIR%%/TESTING/xdnep +%%DATADIR%%/TESTING/xdpblas1tim +%%DATADIR%%/TESTING/xdpblas1tst +%%DATADIR%%/TESTING/xdpblas2tim +%%DATADIR%%/TESTING/xdpblas2tst +%%DATADIR%%/TESTING/xdpblas3tim +%%DATADIR%%/TESTING/xdpblas3tst +%%DATADIR%%/TESTING/xdpbllt +%%DATADIR%%/TESTING/xdptllt +%%DATADIR%%/TESTING/xdqr +%%DATADIR%%/TESTING/xdsep +%%DATADIR%%/TESTING/xdsvd +%%DATADIR%%/TESTING/xdtrd +%%DATADIR%%/TESTING/xdtrmr +%%DATADIR%%/TESTING/xigemr +%%DATADIR%%/TESTING/xitrmr +%%DATADIR%%/TESTING/xsbrd +%%DATADIR%%/TESTING/xsdblu +%%DATADIR%%/TESTING/xsdtlu +%%DATADIR%%/TESTING/xsgblu +%%DATADIR%%/TESTING/xsgemr +%%DATADIR%%/TESTING/xsgsep +%%DATADIR%%/TESTING/xshrd +%%DATADIR%%/TESTING/xsinv +%%DATADIR%%/TESTING/xsllt +%%DATADIR%%/TESTING/xsls +%%DATADIR%%/TESTING/xslu +%%DATADIR%%/TESTING/xsnep +%%DATADIR%%/TESTING/xspblas1tim +%%DATADIR%%/TESTING/xspblas1tst +%%DATADIR%%/TESTING/xspblas2tim +%%DATADIR%%/TESTING/xspblas2tst +%%DATADIR%%/TESTING/xspblas3tim +%%DATADIR%%/TESTING/xspblas3tst +%%DATADIR%%/TESTING/xspbllt +%%DATADIR%%/TESTING/xsptllt +%%DATADIR%%/TESTING/xsqr +%%DATADIR%%/TESTING/xssep +%%DATADIR%%/TESTING/xssvd +%%DATADIR%%/TESTING/xstrd +%%DATADIR%%/TESTING/xstrmr +%%DATADIR%%/TESTING/xzbrd +%%DATADIR%%/TESTING/xzdblu +%%DATADIR%%/TESTING/xzdtlu +%%DATADIR%%/TESTING/xzevc +%%DATADIR%%/TESTING/xzgblu +%%DATADIR%%/TESTING/xzgemr +%%DATADIR%%/TESTING/xzgsep +%%DATADIR%%/TESTING/xzhrd +%%DATADIR%%/TESTING/xzinv +%%DATADIR%%/TESTING/xzllt +%%DATADIR%%/TESTING/xzls +%%DATADIR%%/TESTING/xzlu +%%DATADIR%%/TESTING/xznep +%%DATADIR%%/TESTING/xzpblas1tim +%%DATADIR%%/TESTING/xzpblas1tst +%%DATADIR%%/TESTING/xzpblas2tim +%%DATADIR%%/TESTING/xzpblas2tst +%%DATADIR%%/TESTING/xzpblas3tim +%%DATADIR%%/TESTING/xzpblas3tst +%%DATADIR%%/TESTING/xzpbllt +%%DATADIR%%/TESTING/xzptllt +%%DATADIR%%/TESTING/xzqr +%%DATADIR%%/TESTING/xzsep +%%DATADIR%%/TESTING/xztrd +%%DATADIR%%/TESTING/xztrmr +%%EXAMPLESDIR%%/Makefile +%%EXAMPLESDIR%%/example1.cc +%%EXAMPLESDIR%%/example1.f +@dirrm %%DATADIR%%/TESTING +@dirrm %%DATADIR%% +@dirrm %%EXAMPLESDIR%%/ +%%PORTDOCS%%%%DOCSDIR%%/design.ps.gz +%%PORTDOCS%%%%DOCSDIR%%/lawn100.ps.gz +%%PORTDOCS%%%%DOCSDIR%%/manual.ps.gz +%%PORTDOCS%%%%DOCSDIR%%/pblasqref.ps.gz +%%PORTDOCS%%%%DOCSDIR%%/pumma_refmanual.ps.gz +%%PORTDOCS%%%%DOCSDIR%%/scalapack_install.ps.gz +%%PORTDOCS%%%%DOCSDIR%%/scalapackqref.ps.gz +%%PORTDOCS%%%%DOCSDIR%%/trans.ps.gz +%%PORTDOCS%%@dirrm %%DOCSDIR%% --- scalapack.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Oct 2 20:54: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 840B116A4CE; Sat, 2 Oct 2004 20:54:41 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 643A943D48; Sat, 2 Oct 2004 20:54:41 +0000 (GMT) (envelope-from thierry@FreeBSD.org) Received: from freefall.freebsd.org (thierry@localhost [127.0.0.1]) i92Ksfue006492; Sat, 2 Oct 2004 20:54:41 GMT (envelope-from thierry@freefall.freebsd.org) Received: (from thierry@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i92KsfuR006488; Sat, 2 Oct 2004 20:54:41 GMT (envelope-from thierry) Date: Sat, 2 Oct 2004 20:54:41 GMT From: Thierry Thomas Message-Id: <200410022054.i92KsfuR006488@freefall.freebsd.org> To: thierry@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, maho@FreeBSD.org Subject: Re: ports/72265: math/scalapack: fix build after changes to make(1) on FreeBSD >= 5.x. 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: Sat, 02 Oct 2004 20:54:41 -0000 Synopsis: math/scalapack: fix build after changes to make(1) on FreeBSD >= 5.x. Responsible-Changed-From-To: freebsd-ports-bugs->maho Responsible-Changed-By: thierry Responsible-Changed-When: Sat Oct 2 20:53:59 GMT 2004 Responsible-Changed-Why: Over to the maintainer. http://www.freebsd.org/cgi/query-pr.cgi?pr=72265 From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Oct 2 21:02:10 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 1308916A4CE for ; Sat, 2 Oct 2004 21:02:10 +0000 (GMT) Received: from imf20aec.mail.bellsouth.net (imf20aec.mail.bellsouth.net [205.152.59.68]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5C33B43D31 for ; Sat, 2 Oct 2004 21:02:09 +0000 (GMT) (envelope-from ahze@ahze.net) Received: from [192.168.1.5] ([68.209.163.3]) by imf20aec.mail.bellsouth.netESMTP <20041002210209.EWM1719.imf20aec.mail.bellsouth.net@[192.168.1.5]>; Sat, 2 Oct 2004 17:02:09 -0400 In-Reply-To: <200409301640.i8UGeCFR083314@freefall.freebsd.org> References: <200409301640.i8UGeCFR083314@freefall.freebsd.org> Mime-Version: 1.0 (Apple Message framework v619) Content-Type: text/plain; charset=US-ASCII; format=flowed Message-Id: <5245CA7B-14B6-11D9-AC42-000A958C81C6@ahze.net> Content-Transfer-Encoding: 7bit From: Michael Johnson Date: Sat, 2 Oct 2004 17:02:08 -0400 To: Michael Johnson X-Mailer: Apple Mail (2.619) cc: freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/72204: [NEW PORT] multimedia/mpeg4ip-libmp4v2: Mpeg-4 library and tools from mpeg4ip [1 of 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: Sat, 02 Oct 2004 21:02:10 -0000 This probably needs CONFLICTS= mpeg4ip-1.0* since its not there, people with mpeg4ip-1.0 installed will have problems updating. Michael From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Oct 2 23:10: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 F1ADC16A4D5 for ; Sat, 2 Oct 2004 23:10:25 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 215EC43D55 for ; Sat, 2 Oct 2004 23:10:25 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i92NAP5D028173 for ; Sat, 2 Oct 2004 23:10:25 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i92NAOCP028172; Sat, 2 Oct 2004 23:10:25 GMT (envelope-from gnats) Resent-Date: Sat, 2 Oct 2004 23:10:25 GMT Resent-Message-Id: <200410022310.i92NAOCP028172@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, "[omitted]" Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A131E16A4CE for ; Sat, 2 Oct 2004 23:06:25 +0000 (GMT) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9603043D49 for ; Sat, 2 Oct 2004 23:06: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 i92N6PTT037371 for ; Sat, 2 Oct 2004 23:06:25 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.12.11/8.12.11/Submit) id i92N6POS037369; Sat, 2 Oct 2004 23:06:25 GMT (envelope-from nobody) Message-Id: <200410022306.i92N6POS037369@www.freebsd.org> Date: Sat, 2 Oct 2004 23:06:25 GMT From: "[omitted]" To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-2.3 Subject: ports/72267: gnome installation fails due to missing dependency 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: Sat, 02 Oct 2004 23:10:26 -0000 >Number: 72267 >Category: ports >Synopsis: gnome installation fails due to missing dependency >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: Sat Oct 02 23:10:24 GMT 2004 >Closed-Date: >Last-Modified: >Originator: [omitted] >Release: 5.3 beta 6 on i386 (ISO version) >Organization: N/A >Environment: FreeBSD localhost.localdomain 5.3-BETA6 FreeBSD 5.3-BETA6 #0: Sat Sep 25 19:41:4 UTC 2004 root@wv1u.samsco.home:/usr/obj/usr/src/sys/GENERIC i386 >Description: The installation of several packages (most notably gnome) fails because of a missing dependency. The package missing is tiff-3.6.1_1 >From looking around your website, it would seem that the reason for this is that the package tiff-3.6.1_1 has been replaced by tiff-3.6.1_2 >How-To-Repeat: Do a clean install of FreeBSD 5.3b6 on an i386 machine, using the CDs as your source media. When it asks whether to install the ports library, say yes. When it asks for package selection, choose gnome Try to proceed with the installation. >Fix: there's probably an easier way, but I did this: use wget to download tiff.tar from your ports page. extract, and install tiff. tar from the command line Try to sysinstall gnome again. >Release-Note: >Audit-Trail: >Unformatted: